@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Open+Sans:400,700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("//fonts.googleapis.com/css?family=Asap:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Open+Sans:400,700&display=swap");
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #442387;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "TazuganeGothicStdN-Regular",'Noto Sans CJK JP','Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 12px 0;
  background: #efefef;
  padding: 1em;
}
ul.normal_list li {
  padding: 0 0 0 20px;
  position: relative;
}
ul.normal_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-family: FontAwesome;
  padding-right: 10px;
  content: "\f111";
  color: #254aa2;
}

.unborder::after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #ccc;
}

body {
  font-size: 1.4rem;
  color: #333;
}

.font_s {
  font-size: 1.4rem;
  line-height: 1.75;
}

.font_m {
  font-size: 1.6rem;
  line-height: 1.75;
}

.font_l {
  font-size: 2rem;
  line-height: 1.75;
}

header {
  position: relative;
}
header .header_wrap {
  *zoom: 1;
  padding: 2rem 0 0 0;
}
header .header_wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  header .header_wrap {
    padding: 2rem 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
header #logo {
  float: left;
}
@media only screen and (max-width: 768px) {
  header #logo {
    width: 200px;
    position: relative;
    left: 2rem;
  }
  header #logo img {
    width: 100%;
  }
}
header .entry_mypage {
  width: 340px;
  float: right;
  position: relative;
  *zoom: 1;
}
header .entry_mypage:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  header .entry_mypage {
    display: none;
  }
}
header .entry_mypage div a {
  width: 50%;
  float: left;
  padding: 0.7rem 0;
  display: block;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5 B","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
}
header .entry_mypage .entry {
  position: relative;
}
header .entry_mypage .entry a {
  background: #4373aa;
  transition: all .3s;
}
header .entry_mypage .entry a:hover {
  opacity: 0.8;
}
header .entry_mypage .internship a {
  background: #bd9463;
}
header .entry_mypage .internship a:hover {
  opacity: 0.8;
}
header .entry_mypage .entry_box {
  display: none;
  width: 320px;
  position: absolute;
  top: 3rem;
  left: 4rem;
  background: #ffffff;
  padding: 0 2rem;
  height: 90px;
  background: url(/recruit/img/top-assets/entry_bg.png) no-repeat 0 0;
  z-index: 9999;
}
header .entry_mypage .entry_box ul {
  *zoom: 1;
}
header .entry_mypage .entry_box ul:after {
  content: "";
  display: table;
  clear: both;
}
header .entry_mypage .entry_box ul li a {
  display: block;
  width: 44% !important;
  float: left;
  margin: 0 3% !important;
  background: none !important;
  padding: 3.5rem 0 0 0 !important;
}
header .entry_mypage .entry_box ul li a img {
  width: 100%;
}
header .entry_mypage .entry_box ul li a:hover img {
  opacity: 0.6;
}
header .entry_mypage.spem {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .entry_mypage.spem {
    display: block;
    width: 100%;
  }
  header .entry_mypage.spem div a {
    padding: 1.5rem 0;
    width: 100%;
  }
  header .entry_mypage.spem .internship a {
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  header .entry_mypage.spem .internship a:after {
    color: #D64B69;
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 2rem;
    margin-top: -0.5em;
    line-height: 1.2;
    content: "\f125";
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 999;
    text-align: center;
    transition: all .3s ease;
  }
}
@media only screen and (max-width: 768px) {
  header .entry_mypage.spem div.entry a {
    padding: 0.5rem 0;
  }
  header .entry_mypage.spem .entry_box {
    display: block;
    position: static;
    background: none;
    width: 100%;
    border: none;
    height: 60px;
    border-bottom: 1px solid #ccc !important;
  }
  header .entry_mypage.spem .entry_box ul li {
    border-bottom: none !important;
  }
  header .entry_mypage.spem .entry_box ul li a {
    border: none !important;
    line-height: 60px;
    padding: 0 !important;
    border-bottom: none !important;
  }
  header .entry_mypage.spem .entry_box ul li:first-child {
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid #ccc !important;
  }
  header .entry_mypage.spem .entry_box ul li:first-child a {
    border-top: none !important;
    border-bottom: none !important;
  }
}

header.fixed {
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  #gnav_box {
    display: none;
    height: 100%;
    clear: both;
    z-index: 9999;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#gnav_box .inner {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #gnav_box .inner {
    clear: both;
  }
}

#gnav {
  height: 100%;
  *zoom: 1;
  margin: 1rem 0 0 0;
  display: none;
}
#gnav:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #gnav {
    display: block;
    width: 100%;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#gnav ul {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#gnav ul li {
  width: 20%;
  float: left;
}
@media only screen and (max-width: 768px) {
  #gnav ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ccc;
  }
}
#gnav ul li a {
  padding: 1.2rem 0;
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px solid #ccc;
  text-decoration: none !important;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #gnav ul li a {
    border-right: none;
    padding: 2rem 0;
  }
}
#gnav ul li a:hover {
  background: #fafafa;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #gnav ul li:first-child {
    border-top: 1px solid #ccc;
  }
}
#gnav ul li:first-child a {
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #gnav ul li:first-child a {
    border: none;
  }
}
#gnav ul#menu li.mega {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #gnav ul#menu li {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #gnav ul#menu li.mega a {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #gnav ul#menu li a:after {
    color: #000;
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 2rem;
    margin-top: -0.5em;
    line-height: 1.2;
    content: "\f125";
    color: #D64B69;
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 999;
    text-align: center;
    transition: all .3s ease;
  }
}
#gnav ul#menu li a.active:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #gnav ul#menu li.mega a:after {
    content: "\f216";
  }
}
@media only screen and (max-width: 768px) {
  #gnav ul#menu li.mega ul li a:after {
    content: "\f125";
    color: #D64B69;
  }
}
#gnav ul.child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  padding: 0;
  background: #fff;
  color: #000 !important;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #gnav ul.child {
    position: static;
  }
}
#gnav ul.child:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  top: -1rem;
  left: 43%;
  content: "";
  z-index: 999;
  background: url(/recruit/img/top-assets/sankaku.png) no-repeat 0 0;
}
@media only screen and (max-width: 768px) {
  #gnav ul.child:before {
    display: none;
  }
}
#gnav ul.child li {
  width: 100% !important;
  float: none !important;
}
#gnav ul.child li:first-child a {
  border-left: none;
}
#gnav ul.child li:last-child a {
  border-left: none;
  border-bottom: none;
}
#gnav ul.child li a {
  width: 100% !important;
  display: block !important;
  float: none !important;
  text-align: center;
  border-right: none;
  color: #000;
  padding: 1.3rem 1rem;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px dotted #ccc;
}
#gnav ul.child li a.coming {
  color: #666;
  cursor: default;
}
#gnav ul.child li a:hover {
  background: #ffffff;
  color: #000;
}
#gnav ul.child li a.coming:hover {
  color: #666;
  background: #282828;
}

footer .footer_top {
  background: #eee;
  *zoom: 1;
  padding: 5rem 0;
}
footer .footer_top:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  footer .footer_top {
    padding: 2rem 0;
  }
}
footer .footer_top ul {
  width: 400px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  footer .footer_top ul {
    width: 100%;
    margin: auto;
  }
}
footer .footer_top ul li a {
  width: 50%;
  text-align: center;
  display: block;
  float: left;
  padding: 0 1rem;
}
footer .footer_top ul li:first-child a {
  border-right: 1px solid #ccc;
}
footer .footer_bottom {
  text-align: center;
  padding: 5rem 0;
}
footer .footer_bottom .logo {
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_bottom .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}

header {
  position: relative !important;
  width: 100%;
}

.sp_menu {
  background: #D64B69;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 9999;
  right: 2rem;
  top: 1.5rem;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  padding: 14px 0 0 0;
  display: none;
}
.sp_menu p {
  position: absolute;
  left: 18px;
  bottom: -20px;
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.15em;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 16px;
  display: block;
}

.menu-trigger span {
  position: absolute;
  left: 11px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8x) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.en {
  font-family: 'Inter', sans-serif;
}

.online_cont .inner3 {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
.online_cont .title {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .online_cont .title {
    margin: 0 0 3rem 0;
    text-align: center;
  }
}
.online_cont .title p.en {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #D64B69;
  margin: 0 0 1rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .online_cont .title p.en {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    justify-content: center;
  }
}
.online_cont .title p.en:before {
  content: "";
  width: 2em;
  height: 1px;
  background: #D64B69;
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 768px) {
  .online_cont .title p.en:before {
    display: none;
  }
}
.online_cont .title h2 {
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .online_cont .title h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

section.online_visual {
  position: relative;
  background: #FFE6E3;
  padding: 12rem 0 15rem 0;
}
@media only screen and (max-width: 768px) {
  section.online_visual {
    padding: 10rem 5%;
  }
}
section.online_visual .inner3 {
  position: relative;
}
section.online_visual .inner3 .illust01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  section.online_visual .inner3 .illust01 {
    width: 100%;
    position: static;
  }
}
section.online_visual .inner3 .illust01 img {
  width: 100%;
}
section.online_visual .copys {
  position: relative;
  z-index: 3;
}
section.online_visual .copys p.en {
  font-weight: bold;
  color: #D64B69;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 100;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  section.online_visual .copys p.en {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 300;
  }
}
section.online_visual .copys p.en span {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  section.online_visual .copys p.en span {
    font-weight: 500;
  }
}
section.online_visual .copys h1 {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: none;
  background: none;
  margin: 0 0 4rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.online_visual .copys h1 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 2rem 0;
  }
}
section.online_visual .copys .sptab {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  section.online_visual .copys .sptab {
    width: 60%;
    margin: auto;
  }
}
section.online_visual .copys .sptab img {
  width: 100%;
}

section.lead {
  background: #D64B69;
  padding: 10rem 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  section.lead {
    padding: 3rem 0;
  }
}
section.lead .in_flex {
  text-align: center;
}
section.lead .in_flex .right {
  width: 640px;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  margin: 0 auto 5rem auto;
}
@media only screen and (max-width: 768px) {
  section.lead .in_flex .right {
    margin: 0 0 2rem 0;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
section.lead p.en {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  section.lead p.en {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
section.lead p.en span {
  font-weight: 500;
}
section.lead h1 {
  color: #ffffff;
  background: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.lead h1 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 2rem 0;
    letter-spacing: 0;
  }
}

section.about {
  padding: 15rem 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.about {
    padding: 5rem 0;
  }
}
section.about .inner3 {
  position: relative;
}
section.about .inner3 .illust02 {
  position: absolute;
  width: 400px;
  right: 0;
  top: -30rem;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.about .inner3 .illust02 {
    width: 80%;
    margin: 0 auto 2rem auto;
    position: static;
  }
}
section.about .inner3 .illust02 img {
  width: 100%;
}
section.about .about_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex {
    display: block;
  }
}
section.about .about_flex .box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
section.about .about_flex .box .num_title {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
section.about .about_flex .box .num_title .num {
  width: 34px;
  height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #D64B69;
  color: #ffffff;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 1rem 0 0;
}
section.about .about_flex .box .num_title h3 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
section.about .about_flex .box .num_title.n01 .num {
  background: #D95834;
}
section.about .about_flex .box .num_title.n01 h3 {
  color: #D95834;
}
section.about .about_flex .box .num_title.n02 .num {
  background: #2B5833;
}
section.about .about_flex .box .num_title.n02 h3 {
  color: #2B5833;
}
section.about .about_flex .box .num_title.n03 .num {
  background: #C38B31;
}
section.about .about_flex .box .num_title.n03 h3 {
  color: #C38B31;
}

section.flow {
  background: #F5EFE7;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.flow {
    padding: 5rem 0;
  }
}
section.flow .step_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.flow .step_flex {
    margin: 0 0 2rem 0;
    display: block;
  }
}
section.flow .step_flex .box {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  section.flow .step_flex .box {
    width: 100%;
  }
}
section.flow .step_flex .box .step {
  color: #D64B69;
  font-weight: bold;
}
section.flow .step_flex .box h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #D64B69;
}
@media only screen and (max-width: 768px) {
  section.flow .step_flex .box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
section.flow .step_flex .box p {
  margin: 0 0 1em 0;
}
section.flow .step_flex .yaji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
}
@media only screen and (max-width: 768px) {
  section.flow .step_flex .yaji {
    width: 20%;
    margin: auto;
    display: block;
    transform: rotate(90deg);
  }
}
section.flow .step_flex .yaji ion-icon {
  font-size: 40px;
  font-size: 4rem;
  color: #D64B69;
}

section.online_main {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.online_main {
    padding: 5rem 0;
  }
}
section.online_main table {
  width: 100%;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.online_main table {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  section.online_main table .logo {
    width: 40%;
    margin: auto;
  }
  section.online_main table .logo img {
    width: 100%;
  }
}
section.online_main table tr {
  border-bottom: 1px solid #ffffff;
}
section.online_main table th {
  color: #D64B69;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  padding: 2rem 0 2rem 5rem;
  width: 24%;
}
section.online_main table th.first p {
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  section.online_main table th {
    padding: 1rem;
    text-align: center;
  }
}
section.online_main table th .step {
  font-weight: bold;
}
section.online_main table th h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  section.online_main table th h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.online_main table td {
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  section.online_main table td {
    padding: 1.5rem;
    border-bottom: none;
    text-align: left;
  }
  section.online_main table td.nom {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
section.online_main table p.sp {
  font-weight: bold;
}
section.online_main table th, section.online_main table td {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  section.online_main table th, section.online_main table td {
    display: block;
    width: 100%;
  }
}
section.online_main h3.online_h3 {
  font-weight: bold;
  background: #333;
  color: #ffffff;
  padding: 2rem;
  margin: 0 0 3rem 0;
  text-align: center;
}

section.faq {
  padding: 10rem 0;
  background: #eee;
}
@media only screen and (max-width: 768px) {
  section.faq {
    padding: 3rem 0;
  }
}
section.faq .faq_box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.faq .faq_box {
    margin: 0 0 3rem 0;
    display: block;
  }
}
section.faq .faq_box .box {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  section.faq .faq_box .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
section.faq .faq_box .box .quesition {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D64B69;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
}
section.faq .faq_box .box .quesition p.en {
  color: #D64B69;
  font-weight: bold;
  margin: 0 1rem 0 0;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  section.faq .faq_box .box .quesition p.en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
section.faq .faq_box .box .quesition p.jp {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  section.faq .faq_box .box .quesition p.jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.chui_jikou.price_chui {
  padding: 5rem 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .chui_jikou.price_chui {
    padding: 3rem 0;
  }
}
.chui_jikou ul li {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .chui_jikou ul li {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.onlinecontact_banner {
  text-align: center;
}
.onlinecontact_banner a {
  display: inline-block;
  padding: 2rem 10rem;
  background: #ffffff;
  border: 1px solid #D64B69;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #D64B69;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .onlinecontact_banner a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2rem 0;
  }
}
.onlinecontact_banner a ion-icon {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  position: absolute;
  right: 2rem;
  transition: all .3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.onlinecontact_banner a:hover {
  background: #c22c4c;
  color: #ffffff;
}
.onlinecontact_banner a:hover ion-icon {
  right: 1.8rem;
}

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.leftright {
  opacity: 0;
}

.inview.leftright.active {
  -webkit-animation: leftright_anim .5s ease-out;
  animation: leftright_anim .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes leftright_anim {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes copyslide {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes copyslide_stop {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  display: flex;
  z-index: 9999;
  width: 3em;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -5em;
  transform: translateX(46%);
}

.scroll {
  content: "";
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
.scroll .in {
  width: 1px;
  height: 50px;
  background: #333;
  z-index: 999;
  animation: masking 2s ease infinite;
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #000;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

.animate_btn {
  text-align: center;
}
.animate_btn.rv a:after {
  color: #D64B69;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 90%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.animate_btn a {
  display: inline-block;
  background: #ffffff;
  color: #D64B69;
  border: 1px solid #D64B69;
  padding: 3rem 10rem;
  position: relative;
  margin: 0 0 5rem 0;
  transition: all .3s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    background: #0a3e6f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a3e6f 0%, #0c65b5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3e6f', endColorstr='#0c65b5',GradientType=1 );
    /* IE6-9 */
    color: #ffffff;
    padding: 1.5rem 0;
    white-space: nowrap;
    width: 50%;
    margin: 0 auto 3rem auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 3vw;
    font-weight: bold;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #0a3e6f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0a3e6f 0%, #0c65b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3e6f', endColorstr='#0c65b5',GradientType=1 );
  /* IE6-9 */
  transition: all .3s ease;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:before {
    display: none;
  }
}
.animate_btn a:after {
  color: #D64B69;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:after {
    right: 1rem;
    color: #ffffff;
  }
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
.animate_btn a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #D64B69;
  }
}
.animate_btn a:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover span {
    color: #ffffff;
  }
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}
.animate_btn a:hover:after {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover:after {
    color: #ffffff;
  }
}

@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.chui {
  margin: 3rem 0;
}

.price_box {
  width: 800px;
  margin: 0 auto 0 10rem;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .price_box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.price_box img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .price_box {
    width: 100%;
    padding: 3rem 0;
  }
}

.movie_in {
  width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .movie_in {
    width: 100%;
  }
}
.movie_in h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background: #D64B69;
  color: #ffffff;
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .movie_in h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
