@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 70px;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.global_nav {
  display: none;
}

br.pc_br {
  display: none;
}

header {
  padding: 10px;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: #fff;
}

.header_inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.header_logo {
  width: 160px;
}
.header_logo img {
  width: 100%;
  height: auto;
}

.global_nav {
  vertical-align: middle;
}
.global_nav ul {
  display: flex;
  justify-content: space-around;
}
.global_nav ul li {
  line-height: 60px;
  padding: 10px;
  text-align: center;
}
.global_nav ul li a {
  position: relative;
  font-size: 1.4rem;
  line-height: 2em;
  text-decoration: none;
  color: #333;
}
.global_nav ul li a::before {
  border-bottom: solid 2px #0098FF;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 15px;
  transition: width 0.2s ease-in-out;
  width: 0;
}
.global_nav ul .global_nav_entry {
  margin: auto auto auto 20px;
  width: 82px;
  height: 36px;
  background-color: #0C35A3;
}
.global_nav ul .global_nav_entry a {
  display: contents;
  width: 50px;
  margin: auto;
}
.global_nav ul .global_nav_entry a img {
  width: 100%;
}

.main_visual {
  background-image: url(../image/top_mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.main_visual .main_visual_inner {
  position: absolute;
  top: 22%;
  left: 10%;
}
.main_visual .main_visual_inner p {
  font-size: 2.1rem;
  font-weight: 500;
}

.main_visual:before {
  content: "";
  display: block;
  padding-top: 54%;
}

.header_nav {
  display: none;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 110;
  right: 13px;
  top: 14px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}

nav.sp_global_nav {
  position: fixed;
  z-index: 111;
  top: 70px;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.sp_global_nav ul {
  background: #0098FF;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}

nav.sp_global_nav ul li {
  list-style-type: none;
  padding: 0;
  width: 50%;
  margin: auto;
  border-bottom: 1px solid #fff;
}

li.global_nav_entry a {
  margin: auto;
  width: 60%;
}

nav.sp_global_nav ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.sp_global_nav ul li a {
  font-size: 2rem;
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

nav.sp_global_nav.active {
  transform: translateX(0%);
}

.content_inner {
  width: 90%;
  margin: auto;
}

.letter_spacing {
  letter-spacing: 4px;
}

a.link_btn {
  width: 186px;
  height: 56px;
  border: 2px solid #000;
  padding: 10px 0;
  position: relative;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
a.link_btn .link_btn1 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
}
a.link_btn .link_btn2 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}
a.link_btn::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.2s ease-in-out;
  width: 0;
  z-index: -1;
}

.sub_mainView {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 10px;
}
.sub_mainView img {
  width: 100%;
}
.sub_mainView .sub_mainView_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.sub_mainView .sub_mainView_text .title_h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.28);
}
.sub_mainView .sub_mainView_text .title_p1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #fff;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.28);
}
.sub_mainView .sub_mainView_text .title_p2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #FF6500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 800;
}
.sub_mainView .sub_interview_mainView_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.sub_mainView .sub_interview_mainView_text .title_h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.sub_mainView .sub_interview_mainView_text .title_p1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.sub_mainView .sub_interview_mainView_text .title_p2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #FF6500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 800;
}

.sub_title_text {
  text-align: center;
}
.sub_title_text .title_h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.sub_title_text .title_p1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #000;
}
.sub_title_text .title_p2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin: auto;
  background-color: #0C35A3;
}

.pankuzu {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 400;
}
.pankuzu a {
  text-decoration: none;
  color: #333;
}

.services_title h2, .sub_interview_title h2, .schedule_title h2, .sub_recruit_title h2, .sub_contact_title h2, .sub_entry_title h2, .sub_privacy_title h2, .sub_links_title h2 {
  font-size: 3.4rem;
  font-weight: 800;
  color: #0C35A3;
  text-align: center;
}
.services_title p, .sub_interview_title p, .schedule_title p, .sub_recruit_title p, .sub_contact_title p, .sub_entry_title p, .sub_privacy_title p, .sub_links_title p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.services_title p:nth-of-type(1), .sub_interview_title p:nth-of-type(1), .schedule_title p:nth-of-type(1), .sub_recruit_title p:nth-of-type(1), .sub_contact_title p:nth-of-type(1), .sub_entry_title p:nth-of-type(1), .sub_privacy_title p:nth-of-type(1), .sub_links_title p:nth-of-type(1) {
  margin-top: -7px;
  text-align: center;
  font-size: 1.4rem;
}

.company {
  padding: 37px 0 75px;
}
.company .company_topics {
  text-align: center;
  font-size: 1.4rem;
  line-height: 23px;
  font-weight: 500;
  width: 66px;
  height: 23px;
  background-color: #0C35A3;
  color: #fff;
}

.topics_list li {
  font-size: 1.2rem;
  margin-top: 15px;
}
.topics_list li a {
  display: flex;
  text-decoration: none;
}
.topics_list li .topics_list_day {
  color: #333;
}
.topics_list li .topics_list_title {
  margin-left: 10px;
  color: #0098FF;
}

.company_content {
  margin-top: 55px;
}
.company_content .company_box_text {
  width: 100%;
}
.company_content .company_box_text .company_h2 {
  padding: 5px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.1rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.company_content .company_box_text .company_h2::before {
  background-color: #FF6500;
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: width 0.2s ease-in-out;
  z-index: -1;
}
.company_content .company_box_text .company_h2.h2_slide::before {
  width: 100%;
}
.company_content .company_box_text p {
  margin: 38px 0 30px;
  font-size: 1.4rem;
}
.company_content .company_box_img {
  width: 100%;
  margin-bottom: 38px;
  height: -moz-fit-content;
  height: fit-content;
}
.company_content .company_box_img img {
  width: 100%;
  height: auto;
}

.company_btn {
  margin: auto;
}

.interview {
  margin-bottom: 80px;
}

.interview_mv {
  width: 100%;
  height: 180px;
  position: relative;
  margin-bottom: 54px;
}
.interview_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_mv .interview_maintext {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 10;
}
.interview_mv .interview_maintext .title_h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.interview_mv .interview_maintext .title_p1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.interview_mv .interview_maintext .title_p2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #FF6500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 800;
}

.interview_message {
  margin-bottom: 100px;
}

.interview_message_box, .sub_interview_message_box {
  width: 90%;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
.interview_message_box .interview_message_img, .sub_interview_message_box .interview_message_img {
  width: 100%;
}
.interview_message_box .interview_message_img img, .sub_interview_message_box .interview_message_img img {
  width: 100%;
  transition-duration: 0.3s;
}
.interview_message_box .interview_message_text, .sub_interview_message_box .interview_message_text {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 100;
}
.interview_message_box .interview_message_text .interview_message_text1, .sub_interview_message_box .interview_message_text .interview_message_text1 {
  height: 47px;
  width: auto;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}
.interview_message_box .interview_message_text .interview_message_text1 img, .sub_interview_message_box .interview_message_text .interview_message_text1 img {
  width: auto;
  height: 100%;
}
.interview_message_box .interview_message_text .interview_message_text2, .sub_interview_message_box .interview_message_text .interview_message_text2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.interview_message_box .interview_message_text .interview_message_text2 span, .sub_interview_message_box .interview_message_text .interview_message_text2 span {
  background-color: #0C35A3;
  color: #fff;
  padding: 3px 5px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 10px;
}

.interview_btn {
  margin: auto;
}

.recruit .recruit_title {
  text-align: center;
  margin-bottom: 50px;
}
.recruit .recruit_title .title_h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.recruit .recruit_title .title_p1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #000;
}
.recruit .recruit_title .title_p2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #FF6500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin: auto;
}

.bottom_link {
  background: linear-gradient(#fff, #DEDFDF);
  padding-bottom: 80px;
}

.bottom_link_inner .bottom_link_box {
  width: 90%;
  margin: auto;
  height: auto;
  margin-bottom: 26px;
}
.bottom_link_inner .bottom_link_box a {
  text-decoration: none;
}
.bottom_link_inner .bottom_link_box a .bottom_link_img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.bottom_link_inner .bottom_link_box a .bottom_link_img img {
  transition-duration: 0.3s;
}
.bottom_link_inner .bottom_link_text {
  background-color: #fff;
  padding: 15px 24px;
  display: flex;
  justify-content: space-between;
  color: #333;
}
.bottom_link_inner .bottom_link_text p {
  font-size: 1.8rem;
  font-weight: 500;
}

footer .footer_toplink {
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 46px;
}
footer .footer_toplink .footer_btn {
  width: 50%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 70px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}
footer .footer_toplink .footer_btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}
footer .footer_toplink .footer_toplink_entry {
  background: #0C35A3;
}
footer .footer_toplink .footer_toplink_entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #0C35A3;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
footer .footer_toplink .footer_toplink_contact {
  background: #0098FF;
}
footer .footer_toplink .footer_toplink_contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #0098FF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.footer_logo {
  width: 180px;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
}
.footer_logo img {
  width: 100%;
  height: auto;
}

.footer_nav {
  margin-bottom: 40px;
}
.footer_nav ul {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.footer_nav ul li {
  font-size: 1.4rem;
  font-weight: 300;
}
.footer_nav ul li:nth-child(5) {
  margin-top: 10px;
}
.footer_nav ul li:nth-child(7) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_nav ul li a {
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #333;
}
.footer_nav ul .twitter {
  margin-top: 10px;
  padding-left: 25px;
  background-image: url(../image/twitterlogo.svg);
  background-repeat: no-repeat;
}
.footer_nav ul .insta {
  margin-top: 10px;
  padding-left: 30px;
  background-image: url(../image/instagram_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.border-x {
  background-image: linear-gradient(to right, #231815 3px, transparent 3px);
  background-size: 6px 0.5px;
  background-repeat: repeat-x;
  background-position: left top;
}

.copyright {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 50px;
  font-weight: 300;
  color: #333;
}

.sub_greetings {
  padding-top: 70px;
  margin-top: -70px;
}

.sub_greetings_img {
  width: 90%;
  margin: auto;
  margin-bottom: 35px;
}
.sub_greetings_img img {
  width: 100%;
  height: auto;
}

.sub_greetings_title {
  margin-bottom: 50px;
}

.sub_greetings_text {
  width: 100%;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
}
.sub_greetings_text p {
  margin-bottom: 30px;
}

.sub_greetings_sign {
  width: 100px;
  margin-left: auto;
  margin-bottom: 85px;
}
.sub_greetings_sign img {
  width: 100%;
  height: auto;
}

.company_info {
  background-image: url(../image/bg_company_info.jpg);
  background-size: cover;
  background-position: center;
  padding: 110px 0 30px;
  margin-top: -70px;
  margin-bottom: 25px;
}
.company_info .company_info_inner {
  width: 90%;
  margin: auto;
}
.company_info .company_info_inner .company_info_title h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #0C35A3;
  text-align: center;
}
.company_info .company_info_inner .company_info_title p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.company_info .company_info_inner .company_info_title p:nth-of-type(1) {
  margin-top: -7px;
  text-align: center;
}
.company_info .company_info_inner .company_info_tb {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #fff;
}
.company_info .company_info_inner .company_info_tb td {
  vertical-align: baseline;
}
.company_info .company_info_inner .company_info_tb .info_td1 {
  text-align: center;
  width: 112px;
  height: 38px;
  line-height: 38px;
  background-color: #E8F5FD;
  margin: 9px 15px;
}
.company_info .company_info_inner .company_info_tb .info_td2 {
  margin: 9px 15px 9px 0;
}

.map {
  width: 100%;
  margin-bottom: 70px;
}

.services {
  width: 90%;
  margin: auto;
  padding-top: 70px;
  margin-top: -70px;
}
.services .services_img {
  width: 100%;
  margin: 0 auto 30px;
}
.services .services_img img {
  width: 100%;
  height: auto;
}
.services .services_text {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 70px;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 15px;
}
.services .services_text .services_text1 {
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.services .services_text .services_text1::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #0098FF;
  top: 8px;
  left: -1.4rem;
}
.services .services_text .services_text2 {
  padding-left: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.sub_consult .sub_consult_inner {
  width: 80%;
}
.sub_consult .sub_consult_inner .sub_consult_title {
  margin-bottom: 30px;
}
.sub_consult .sub_consult_inner .title_p2 {
  padding: 5px 70px;
}

.epi_contents {
  width: 100%;
  margin-bottom: 100px;
}
.epi_contents > p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 100px;
}
.epi_contents .epi_content {
  justify-content: center;
}
.epi_contents .epi_content a {
  width: 50%;
  text-decoration: none;
  color: #000;
}
.epi_contents .epi_content .epi_content_h {
  position: relative;
  background-color: #FF6500;
  width: 100%;
  height: 50px;
  text-align: center;
}
.epi_contents .epi_content .epi_content_h p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.epi_contents .epi_content .epi_content_text {
  padding-left: 15px;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 800;
}
.epi_contents .epi_content .epi_content_text span {
  font-size: 1.6rem;
  font-weight: 500;
}

.character_Appearance {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}
.character_Appearance .character_Appearance_box {
  width: 50% x;
}
.character_Appearance .character_Appearance_box .character_Appearance_img {
  width: 90%;
  margin: auto;
}
.character_Appearance .character_Appearance_box .character_Appearance_img img {
  width: 100%;
  height: auto;
}
.character_Appearance .character_Appearance_box .character_Appearance_name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3em;
  margin-bottom: 10px;
}
.character_Appearance .character_Appearance_box .character_Appearance_chat_a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-family: 400;
  padding: 10px;
  background-color: #FFF;
  border: #000 solid 1px;
  border-radius: 10px;
}
.character_Appearance .character_Appearance_box .character_Appearance_chat_a::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #FFF transparent;
  border-width: 0 0 15px 12px;
  top: -13px;
  left: 20%;
  margin-left: -10px;
}
.character_Appearance .character_Appearance_box .character_Appearance_chat_a::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 0 0 15px 12px;
  top: -16px;
  left: 20%;
  margin-left: -9px;
}
.character_Appearance .character_Appearance_box .character_Appearance_chat_b {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-family: 400;
  padding: 10px;
  background-color: #FFF;
  border: #000 solid 1px;
  border-radius: 10px;
}
.character_Appearance .character_Appearance_box .character_Appearance_chat_b::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #FFF transparent;
  border-width: 0 12px 15px 0;
  top: -13px;
  left: 80%;
  margin-left: 1px;
}
.character_Appearance .character_Appearance_box .character_Appearance_chat_b::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 0 12px 15px 0;
  top: -16px;
  left: 80%;
  margin-left: 0px;
}

.epi_chat {
  margin-bottom: 80px;
}

.epi_chat {
  margin-bottom: 80px;
}
.epi_chat .w_b_R {
  position: relative;
}
.epi_chat .w_b_R .w_b_ava_R {
  position: absolute;
  top: -8%;
}
.epi_chat .w_b_L {
  position: relative;
}
.epi_chat .w_b_L .w_b_ava_L {
  position: absolute;
  top: -8%;
}
.epi_chat .w_b_round {
  border-radius: 15px;
}
.epi_chat .w_b_bal_wrap_L .w_b_round {
  padding: 10px 30px 10px 70px;
}
.epi_chat .w_b_bal_wrap_R .w_b_round {
  padding: 10px 70px 10px 30px;
}

.page_nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
.page_nav a {
  width: 48%;
  display: block;
  text-decoration: none;
  color: #333;
}
.page_nav a .page_nav_box {
  padding: 5px 0;
  background-color: #CAE8FA;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.page_nav a .page_nav_box p:nth-of-type(1) {
  font-size: 1.4rem;
}
.page_nav a .page_nav_box p:nth-of-type(2) {
  font-size: 1.1rem;
}

.sub_interview {
  margin-bottom: 156px;
}

.sub_interview_title {
  margin-bottom: 30px;
}

.sub_interview_message_box:nth-of-type(1), .sub_interview_message_box:nth-of-type(2) {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
.sub_interview_message_box:nth-of-type(1) .interview_message_img, .sub_interview_message_box:nth-of-type(2) .interview_message_img {
  width: 100%;
}
.sub_interview_message_box:nth-of-type(1) .interview_message_img img, .sub_interview_message_box:nth-of-type(2) .interview_message_img img {
  width: 100%;
}
.sub_interview_message_box:nth-of-type(1) .interview_message_text, .sub_interview_message_box:nth-of-type(2) .interview_message_text {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 100;
}
.sub_interview_message_box:nth-of-type(1) .interview_message_text .interview_message_text1, .sub_interview_message_box:nth-of-type(2) .interview_message_text .interview_message_text1 {
  height: 50px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}
.sub_interview_message_box:nth-of-type(1) .interview_message_text .interview_message_text1 img, .sub_interview_message_box:nth-of-type(2) .interview_message_text .interview_message_text1 img {
  width: auto;
  height: 100%;
}
.sub_interview_message_box:nth-of-type(1) .interview_message_text .interview_message_text2, .sub_interview_message_box:nth-of-type(2) .interview_message_text .interview_message_text2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.sub_interview_message_box:nth-of-type(1) .interview_message_text .interview_message_text2 span, .sub_interview_message_box:nth-of-type(2) .interview_message_text .interview_message_text2 span {
  background-color: #0C35A3;
  color: #fff;
  padding: 3px 5px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 10px;
}

.page_interview_mainView {
  width: 100%;
  height: 220px;
}
.page_interview_mainView img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_interview_mainView .page_interview_mainView_title {
  position: absolute;
  top: 5%;
  left: 5%;
}
.page_interview_mainView .page_interview_mainView_title .title_h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.page_interview_mainView .page_interview_mainView_title .title_p1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.page_interview_mainView .page_interview_mainView_title .title_p2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #FF6500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 42px;
}
.page_interview_mainView .page_interview_mainView_title .title_h3 {
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 10px;
}
.page_interview_mainView .page_interview_mainView_title .title_p3 {
  font-size: 1.2rem;
  font-weight: 400;
}
.page_interview_mainView .page_interview_mainView_title .title_p3 span {
  background-color: #0C35A3;
  color: #fff;
  padding: 3px 5px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 10px;
}
.page_interview_mainView .page_interview_mainView_title .color_w {
  color: #fff;
}
.page_interview_mainView .page_interview_mainView_title .color_b {
  color: #000;
}

.page_interview {
  margin-top: 60px;
}
.page_interview .page_interview_inner {
  width: 100%;
}
.page_interview .page_interview_inner .page_interview_box {
  width: 90%;
  margin: auto;
  margin-bottom: 35px;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_imgbox {
  width: 100%;
  margin-bottom: 30px;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox {
  width: 95%;
  margin: auto;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0C35A3;
  margin-bottom: 45px;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5em;
}

.page_interview_message {
  width: 100%;
  margin-bottom: 100px;
}

.page_interview_message_inner {
  width: 90%;
  margin: auto;
}
.page_interview_message_inner .page_interview_message_imgbox {
  position: relative;
  width: 100%;
  margin-bottom: 65px;
}
.page_interview_message_inner .page_interview_message_imgbox .page_interview_massage_img {
  width: 100%;
}
.page_interview_message_inner .page_interview_message_imgbox .page_interview_massage_img img {
  width: 100%;
  opacity: 0;
}
.page_interview_message_inner .page_interview_message_imgbox .page_interview_message_title {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 100;
  height: 60px;
  width: auto;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}
.page_interview_message_inner .page_interview_message_imgbox .page_interview_message_title img {
  width: auto;
  height: 100%;
}

.page_interview_message_box h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #0C35A3;
}
.page_interview_message_box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5em;
}

.schedule {
  width: 100%;
}
.schedule .schedule_inner {
  width: 90%;
  margin: auto;
}
.schedule .schedule_inner .schedule_img {
  width: 100%;
  margin-bottom: 70px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.schedule .schedule_inner .schedule_img div {
  width: 600px;
  height: auto;
}
.schedule .schedule_inner .schedule_img div img {
  height: auto;
}

.page_interview_btn {
  margin: auto;
  margin-bottom: 110px;
}

.sub_recruit_inner {
  max-width: 700px;
}

.sub_recruit_title h2 {
  color: #FF6500;
}
.sub_recruit_title p {
  text-align: center;
}

.sub_recruit_tb {
  margin-bottom: 86px;
}
.sub_recruit_tb h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.sub_recruit_tb .sub_recruit_img {
  width: 90%;
  height: auto;
  margin: auto;
}
.sub_recruit_tb table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: solid 0.25px #000;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.sub_recruit_tb table tr {
  border: solid 0.25px #000;
  width: 100%;
  height: 48px;
}
.sub_recruit_tb table td {
  border: solid 0.25px #000;
}
.sub_recruit_tb table td:nth-of-type(1) {
  width: 30%;
  padding-left: 10px;
  background-color: #E8F5FD;
}
.sub_recruit_tb table td:nth-of-type(2) {
  width: 70%;
  padding-left: 10px;
}

a.sub_recruit_btn {
  margin: auto;
  margin-bottom: 86px;
  width: 80%;
  height: 60px;
  position: relative;
  text-align: center;
  background-color: #FF6500;
  color: #fff;
  display: block;
  text-decoration: none;
}
a.sub_recruit_btn .sub_recruit_btntext {
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 2.1rem;
  line-height: 60px;
}
a.sub_recruit_btn::before {
  background-color: #E8F5FD;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.2s ease-in-out;
  width: 0;
  z-index: 1;
}

.topics {
  padding: 20px 0 0;
}
.topics .content_inner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topics .content_inner::after {
  content: "";
  display: block;
  width: 45%;
  height: 0;
}
.topics .content_inner .topics_box {
  width: 45%;
}
.topics .content_inner .topics_box .topics_img {
  width: 100%;
  height: 110px;
}
.topics .content_inner .topics_box .topics_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics .content_inner .topics_box .topics_text {
  margin: 5px 0 50px;
}
.topics .content_inner .topics_box .topics_text a {
  text-decoration: none;
  color: #0098FF;
}
.topics .content_inner .topics_box .topics_text p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.topics .content_inner .topics_box .topics_text p:nth-of-type(3) {
  display: none;
}
.topics .content_inner .topics_box .topics_text h2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.topics .sidebar {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
.topics .sidebar h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.topics .sidebar ul li {
  padding-left: 10px;
}
.topics .sidebar ul li a {
  font-size: 1.4rem;
  line-height: 2em;
  text-decoration: none;
  color: #333;
}
.topics .sidebar ul li a:hover {
  color: #0098FF;
  transition-duration: 0.3s;
}

.topics_pagenav {
  text-align: center;
  margin-bottom: 60px;
}
.topics_pagenav a.previouspostslink, .topics_pagenav a.page, .topics_pagenav a.nextpostslink {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px;
  text-decoration: none;
  color: #333;
}
.topics_pagenav .current {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px;
  color: #333;
}

.single_topics {
  margin-bottom: 100px;
}

.single_title_h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #0C35A3;
  margin-bottom: 5px;
}

.single_title_p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0C35A3;
  margin-bottom: 20px;
}

.post_mainView_text h2.title_h2 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.28);
}

.sub_contact_inner, .sub_entry_inner, .sub_links_inner, .sub_links_inner {
  margin-bottom: 70px;
}
.sub_contact_inner .sub_contact_title, .sub_contact_inner .sub_entry_title, .sub_contact_inner .sub_links_title, .sub_contact_inner .sub_links_title, .sub_entry_inner .sub_contact_title, .sub_entry_inner .sub_entry_title, .sub_entry_inner .sub_links_title, .sub_entry_inner .sub_links_title, .sub_links_inner .sub_contact_title, .sub_links_inner .sub_entry_title, .sub_links_inner .sub_links_title, .sub_links_inner .sub_links_title, .sub_links_inner .sub_contact_title, .sub_links_inner .sub_entry_title, .sub_links_inner .sub_links_title, .sub_links_inner .sub_links_title {
  margin-bottom: 35px;
}

.sub_contact_form, .sub_entry_form {
  width: 100%;
  max-width: 670px;
  margin: auto;
}

.sub_contact_form, .sub_entry_form {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.sub_contact_form table, .sub_contact_form tbody, .sub_contact_form tr, .sub_contact_form td, .sub_contact_form th, .sub_entry_form table, .sub_entry_form tbody, .sub_entry_form tr, .sub_entry_form td, .sub_entry_form th {
  display: block;
}

table.form_tb {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin-bottom: 30px;
}
table.form_tb tbody {
  width: 100%;
}
table.form_tb tbody tr:nth-of-type(12) .form_th {
  height: 5.8rem;
}
table.form_tb tbody .form_th {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  height: 4.3rem;
  padding: 1.2rem 1.2rem 1.2rem 0;
  vertical-align: top;
}
table.form_tb tbody .form_td {
  width: 100%;
}
table.form_tb tbody .form_td input[type=text], table.form_tb tbody .form_td input[type=email], table.form_tb tbody .form_td textarea, table.form_tb tbody .form_td :focus {
  outline: 0;
}
table.form_tb tbody .form_td input[type=text], table.form_tb tbody .form_td input[type=email] {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  height: 4.3rem;
  padding: 1.2rem 1rem;
}
table.form_tb tbody .form_td textarea {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.2rem 1rem;
}
table.form_tb tbody .form_td input#zip {
  width: 60%;
  font-size: 1.5rem;
  font-weight: 400;
  height: 4.3rem;
  padding: 1.2rem 1rem;
}
table.form_tb tbody .form_td input#addr {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  height: 4.3rem;
  padding: 1.2rem 1rem;
}
table.form_tb tbody .form_td .mwform-radio-field-text {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.2rem 1rem;
}

.send_btn {
  text-align: center;
  margin-bottom: 30px;
}
.send_btn input[type=submit] {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 30px;
  background-color: #0C35A3;
  color: #fff;
  border: 1px solid #0C35A3;
  transition-duration: 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
}

.return_btn {
  text-align: center;
}
.return_btn input[type=submit] {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 6px 15px;
  background-color: #555;
  color: #fff;
  border: 1px solid #555;
  transition-duration: 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
}

.sub_privacy {
  margin-bottom: 50px;
}

.epi {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
.epi .epi_title_box .epi_title {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #FF6500;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.epi .epi_title_box .epi_subtitle p {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px 20px;
  color: #333;
}
.epi .epi_text {
  width: 100%;
  margin-bottom: 10px;
}
.epi .epi_text h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.epi .epi_text h3 a {
  text-decoration: none;
  color: #333;
  transition: all 0.6s;
}

.sub_links_content ul li {
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 500;
}
.sub_links_content ul li a {
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
  color: #333;
}
.sub_links_content ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0C35A3;
  border-radius: 50%;
  top: 10px;
  left: -30px;
}
.sub_links_content ul li a:hover {
  color: #0098FF;
  transition: all 0.3s;
}

.img_slideTrigger {
  animation-name: animeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
}
.img_slideTrigger .img {
  transition-duration: 0.3s;
}

@keyframes animeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.img_slide img {
  animation-name: animeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes animeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img_slide::before {
  animation-name: anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0098FF;
  z-index: 2;
}

@keyframes anime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.mw_wp_form_complete p {
  font-size: 1.8rem;
}

.form_td {
  font-size: 1.5rem;
}/*# sourceMappingURL=mobile.css.map */