html {
  font-size: 70.5%;
}

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

.content_inner {
  color: #333;
}

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

p {
  line-height: 1.6em;
  letter-spacing: 0.08em;
  color: #333;
}

h2 {
  color: #333;
}

h3 {
  color: #333;
}

.hamburger {
  display: none;
}

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

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

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

.global_nav {
  vertical-align: middle;
}
.global_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      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:hover {
  color: #0098ff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.global_nav ul li a:hover::before {
  width: 100%;
}
.global_nav ul li .global_nav_li::before {
  border-bottom: solid 2px #0098ff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transition: width 0.2s ease-in-out;
  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:hover {
  background-color: #0098ff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.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: 50%;
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}
.main_visual .main_visual_inner p {
  font-size: 3.1rem;
  font-weight: 500;
  color: #000;
}

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

nav.sp_global_nav {
  display: none;
}

.sp_br {
  display: none;
}

.content_inner {
  width: 100%;
  max-width: 900px;
  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;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  z-index: -1;
}
a.link_btn:hover {
  color: #fff;
}
a.link_btn:hover::before {
  width: 100%;
}

.sub_mainView {
  width: 100%;
  height: -webkit-fit-content;
  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: 36%;
  left: 50%;
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}
.sub_mainView .sub_mainView_text .title_h2 {
  font-size: 1.8rem;
  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: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.28);
}
.sub_mainView .sub_mainView_text .title_p2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #ff6500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 800;
}
.sub_mainView .sub_interview_mainView_text {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}
.sub_mainView .sub_interview_mainView_text .title_h2 {
  font-size: 1.8rem;
  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: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.sub_mainView .sub_interview_mainView_text .title_p2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #ff6500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 800;
}

.sub_title_text {
  text-align: center;
}
.sub_title_text .title_h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.sub_title_text .title_p1 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #000;
}
.sub_title_text .title_p2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: auto;
  background-color: #0c35a3;
}

.pankuzu {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 10px;
  margin-bottom: 44px;
  font-size: 1.4rem;
  font-weight: 400;
}
.pankuzu a {
  text-decoration: none;
  color: #333;
}
.pankuzu a:hover {
  color: #0098ff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.company_info_title,
.services_title,
.sub_interview_title,
.schedule_title,
.sub_recruit_title,
.sub_contact_title,
.sub_entry_title,
.sub_privacy_title,
.sub_links_title {
  text-align: center;
}
.company_info_title h2,
.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: 4.4rem;
  font-weight: 800;
  color: #0c35a3;
}
.company_info_title p,
.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.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.company_info_title p:nth-of-type(1),
.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: -15px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_content .company_box_text {
  width: 37%;
}
.company_content .company_box_text .company_h2 {
  padding: 5px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  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;
  -webkit-transition: width 0.2s ease-in-out;
  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: 59%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.company_content .company_box_img img {
  width: 100%;
  height: auto;
}

.interview {
  margin-bottom: 150px;
}

.interview_mv {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 54px;
}
.interview_mv img {
  width: 100%;
}
.interview_mv .interview_maintext {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
  z-index: 10;
}
.interview_mv .interview_maintext .title_h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.interview_mv .interview_maintext .title_p1 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.interview_mv .interview_maintext .title_p2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #ff6500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 800;
}

.interview_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

.interview_message_box,
.sub_interview_message_box {
  width: 30%;
  position: relative;
}
.interview_message_box .interview_message_img,
.sub_interview_message_box .interview_message_img {
  overflow: hidden;
  width: 100%;
}
.interview_message_box .interview_message_img img,
.sub_interview_message_box .interview_message_img img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.interview_message_box .interview_message_img img:hover,
.sub_interview_message_box .interview_message_img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.3s;
          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;
  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: 98px;
}
.recruit .recruit_title .title_h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.recruit .recruit_title .title_p1 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #000;
}
.recruit .recruit_title .title_p2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #ff6500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: auto;
}

.bottom_link {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedfdf));
  background: linear-gradient(#fff, #dedfdf);
  padding-bottom: 126px;
}

.bottom_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom_link_inner .bottom_link_box {
  width: 46%;
  height: auto;
}
.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 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.bottom_link_inner .bottom_link_box a .bottom_link_img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.bottom_link_inner .bottom_link_text {
  background-color: #fff;
  padding: 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
}
.bottom_link_inner .bottom_link_text p {
  font-size: 1.8rem;
  font-weight: 500;
}

footer .footer_toplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 116px;
  margin-bottom: 76px;
}
footer .footer_toplink .footer_btn {
  width: 50%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 116px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
footer .footer_toplink .footer_btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}
footer .footer_toplink .footer_btn:hover span {
  color: #333;
}
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%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          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%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
footer .footer_toplink .footer_toplink_entry:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .footer_toplink .footer_toplink_contact:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
}
.footer_nav ul {
  width: 278px;
}
.footer_nav ul:nth-child(1) {
  padding-left: 74px;
  padding-right: 80px;
  background-image: linear-gradient(to bottom, #231815 3px, transparent 3px);
  background-size: 0.5px 6px;
  background-repeat: repeat-y;
  background-position: right top;
}
.footer_nav ul:nth-child(2) {
  padding-left: 80px;
}
.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 li a:hover {
  opacity: 0.6;
}
.footer_nav ul .twitter {
  margin-top: 10px;
  padding-left: 30px;
  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: 60px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 60px;
  font-weight: 300;
  color: #333;
}

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

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

.sub_greetings_title {
  margin-bottom: 50px;
}

.sub_greetings_text {
  width: 616px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  padding-bottom: 50px;
}
.sub_greetings_text p {
  margin-bottom: 30px;
}

.sub_greetings_sign {
  width: 132px;
  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: 160px 0 40px;
  margin-top: -100px;
  margin-bottom: 25px;
}
.company_info .company_info_inner {
  width: 500px;
  margin: auto;
}
.company_info .company_info_inner .company_info_tb {
  width: 100%;
  font-size: 1.4rem;
  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 {
  padding-top: 100px;
  margin-top: -100px;
}
.services .services_img {
  width: 100%;
  max-width: 490px;
  margin: 0 auto 50px;
}
.services .services_img img {
  width: 100%;
  height: auto;
}
.services .services_text {
  width: 100%;
  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 {
  max-width: 540px;
}
.sub_consult .sub_consult_inner .sub_consult_title {
  margin-bottom: 30px;
}
.sub_consult .sub_consult_inner .title_p2 {
  padding: 5px 70px;
}

.sub_consult .arc_consult_inner {
  max-width: 800px;
}
.sub_consult .arc_consult_inner .sub_consult_title {
  margin-bottom: 30px;
}
.sub_consult .arc_consult_inner .title_p2 {
  padding: 5px 70px;
}

.epi_contents {
  width: 100%;
  margin-bottom: 100px;
}
.epi_contents > p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 100px;
}
.epi_contents .epi_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.epi_contents .epi_content a {
  width: 50%;
  text-decoration: none;
  color: #000;
}
.epi_contents .epi_content a:hover {
  opacity: 0.6;
}
.epi_contents .epi_content .epi_content_h {
  position: relative;
  background-color: #ff6500;
  width: 30%;
  text-align: center;
}
.epi_contents .epi_content .epi_content_h p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}
.epi_contents .epi_content .epi_content_text {
  padding-left: 15px;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 800;
}
.epi_contents .epi_content .epi_content_text span {
  font-size: 1.8rem;
  font-weight: 500;
}

.character_Appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}
.character_Appearance .character_Appearance_box {
  width: 180px;
}
.character_Appearance .character_Appearance_box .character_Appearance_img {
  width: 124px;
  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;
}

.epi_chat {
  margin-bottom: 80px;
}
.epi_chat .w_b_R {
  position: relative;
}
.epi_chat .w_b_R .w_b_ava_R {
  position: absolute;
  top: -12%;
}
.epi_chat .w_b_L {
  position: relative;
}
.epi_chat .w_b_L .w_b_ava_L {
  position: absolute;
  top: -12%;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 100px;
}
.page_nav a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  z-index: 1;
}
.page_nav a::before {
  background-color: #f7d448;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  z-index: 2;
}
.page_nav a:hover::before {
  width: 100%;
}
.page_nav a .page_nav_box {
  padding: 5px 0;
  background-color: #cae8fa;
  width: 186px;
  text-align: center;
  font-weight: 400;
}
.page_nav a .page_nav_box p {
  position: relative;
  z-index: 3;
}
.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: 60px;
}

.sub_interview_message_box:nth-of-type(1),
.sub_interview_message_box:nth-of-type(2) {
  width: 45%;
  margin-bottom: 130px;
  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_img img:hover,
.sub_interview_message_box:nth-of-type(2) .interview_message_img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.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;
}

.sub_mainView {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 10px;
}
.sub_mainView img {
  width: 100%;
}
.sub_mainView .page_interview_mainView_title {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}
.sub_mainView .page_interview_mainView_title .title_h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.sub_mainView .page_interview_mainView_title .title_p1 {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.538);
}
.sub_mainView .page_interview_mainView_title .title_p2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background-color: #ff6500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 42px;
}
.sub_mainView .page_interview_mainView_title .title_h3 {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 12px;
  margin-bottom: 38px;
}
.sub_mainView .page_interview_mainView_title .title_p3 {
  font-size: 1.4rem;
  font-weight: 400;
}
.sub_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;
}
.sub_mainView .page_interview_mainView_title .color_w {
  color: #fff;
}
.sub_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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_imgbox {
  width: 48%;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_imgbox2 {
  padding-top: 106px;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox {
  width: 48%;
  max-width: 430px;
  margin-left: 4%;
  margin-right: auto;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox > h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0c35a3;
  margin-bottom: 40px;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2em;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox .page_interview_h2 {
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox .page_interview_h2 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0c35a3;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox2 {
  margin-left: auto;
  margin-right: 4%;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox2 .page_interview_h2 {
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_interview .page_interview_inner .page_interview_box .page_interview_textbox2 .page_interview_h2 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0c35a3;
}
.page_interview .page_interview_inner .page_interview_box2 {
  margin-bottom: 0;
}
.page_interview .page_interview_inner .page_interview_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.page_interview_message {
  margin-bottom: 100px;
}

.page_interview_message_inner {
  width: 100%;
  max-width: 700px;
  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.6rem;
  font-weight: 400;
  line-height: 2.5em;
}

.schedule .schedule_img {
  width: 100%;
  max-width: 928px;
  margin: auto;
  margin-bottom: 70px;
}

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

.sub_recruit_inner {
  max-width: 700px;
}

.sub_recruit_title {
  margin-bottom: 120px;
}
.sub_recruit_title h2 {
  color: #ff6500;
}

.sub_recruit_tb {
  margin-bottom: 86px;
}
.sub_recruit_tb h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.sub_recruit_tb .sub_recruit_img {
  width: 50%;
  height: auto;
  margin: auto;
}
.sub_recruit_tb .sub_recruit_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub_recruit_tb .sub_recruit_img img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.sub_recruit_tb table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 2rem;
  border: solid 0.25px #000;
  margin-bottom: 50px;
}
.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: 20%;
  padding-left: 10px;
  background-color: #e8f5fd;
}
.sub_recruit_tb table td:nth-of-type(2) {
  width: 80%;
  padding-left: 10px;
}

a.sub_recruit_btn {
  margin: auto;
  margin-bottom: 86px;
  width: 345px;
  height: 82px;
  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: 82px;
}
a.sub_recruit_btn::before {
  background-color: #e8f5fd;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  z-index: 1;
}
a.sub_recruit_btn:hover {
  color: #000;
}
a.sub_recruit_btn:hover::before {
  width: 100%;
}

.sub_contact_inner,
.sub_entry_inner,
.sub_links_inner {
  margin-bottom: 140px;
}
.sub_contact_inner .sub_contact_title,
.sub_contact_inner .sub_entry_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_links_inner .sub_contact_title,
.sub_links_inner .sub_entry_title,
.sub_links_inner .sub_links_title {
  margin-bottom: 65px;
}

.sub_contact_title h2 {
  margin-bottom: 15px;
}

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

.topics {
  padding: 20px 0 0;
}
.topics .archive_wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topics .archive_wrap .archive_main {
  width: 75%;
}
.topics .content_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.topics .content_inner::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.topics .content_inner .topics_box {
  width: 30%;
}
.topics .content_inner .topics_box .topics_img {
  width: 100%;
  height: 220px;
}
.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 h2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.topics .sidebar {
  width: 20%;
}
.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;
  -webkit-transition-duration: 0.3s;
          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 a.previouspostslink:hover,
.topics_pagenav a.page:hover,
.topics_pagenav a.nextpostslink:hover {
  color: #0098ff;
}
.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: 10px;
}

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

.sub_contact_form {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

table.form_tb {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin-bottom: 110px;
}
table.form_tb tbody {
  width: 100%;
}
table.form_tb tbody .form_th {
  width: 25%;
  text-align: right;
  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: 78%;
}
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: 60%;
  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: 30%;
  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: 20px 60px;
  background-color: #0c35a3;
  color: #fff;
  border: 1px solid #0c35a3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 0;
}
.send_btn input[type=submit]:hover {
  color: #0c35a3;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

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

.sub_privacy {
  margin-bottom: 100px;
}
.sub_privacy .sub_privacy_title {
  margin-bottom: 50px;
}
.sub_privacy h2 {
  margin-bottom: 20px;
}
.sub_privacy p {
  margin-bottom: 20px;
}
.sub_privacy ol li {
  margin-bottom: 10px;
}
.sub_privacy ol li:nth-last-of-type(1) {
  margin-bottom: 30px;
}

.epi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
.epi .epi_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.epi .epi_title_box p.epi_title {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #ff6500;
  color: #fff;
  padding: 20px 30px;
  text-align: center;
}
.epi .epi_title_box .epi_subtitle p {
  font-size: 2rem;
  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;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.epi .epi_text h3 a:hover {
  color: #0098ff;
}

.sub_links_inner {
  padding: 0 30px;
}

.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;
  -webkit-transition: all 0.3s;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

@-webkit-keyframes animeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes animeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes anime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

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

.form_td {
  font-size: 1.5rem;
}