@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3e3e3e;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  opacity: .7;
}

a img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3e3e3e;
  width: 100%;
  font-size: 16px;
  letter-spacing: .075rem;
  min-width: 1025px;
  overflow-x: scroll;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
}

.num {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'mobo-bold';
  font-weight: 400;
  src: url(../font/MOBO-Bold.otf) format('opentype');
}

.mobo {
  font-family: 'mobo-bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}

ul,
li,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
}

li::marker {
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

.alc {
  text-align: center !important;
}

.all {
  text-align: left !important;
}

.alr {
  text-align: right !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clr {
  zoom: 1;
}

.clr:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}

.clearboth {
  clear: both !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}



.pc-none {
  display: none;
}

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

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

@media (min-width: 768px) and (max-width:1160px) {
  .sp-none {
    display: none;
  }
}

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


/***header***/

header {
  position: fixed;
  z-index: 800;
  width: 90%;
  min-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 15px 30px;
}

@media (min-width: 768px) and (max-width:1160px) {
  header {
    min-width: auto;
    width: 95%;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  header {
    width: calc(100% - 30px);
    min-width: auto;
    top: 5px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner .header-left {
  width: 22%;
}

@media (min-width: 768px) and (max-width:1160px) {
  .header-inner .header-left {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .header-inner .header-left {
    width: 70%;
  }
}

.header-inner .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}


.header-right-logo {
  width: 35%;
  margin-left: 15px;
}

@media (min-width: 768px) and (max-width:1160px) {
  .header-right-logo {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .header-right-logo {
    width: 30%;
  }
}

/***header///////***/


/*-------------=====

footer

=================*/
footer {
  background-color: #fAFAFA;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }

  footer p {
    font-size: 10px;
    padding-bottom: 5px;
  }
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-column1 {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-column1 {
    width: auto;
  }
}

.footer-column1 p {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .footer-column1 p {
    font-size: 10px;
  }
}

.footer-logo {
  display: inline-block;
  width: 40%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 70%;
    margin-top: 20px;
  }
}

.footer-sns-wrap {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .footer-sns-wrap {
    position: static;
    margin-top: 20px;
  }
}

.footer-sns-item {
  width: 35px;
}

.footer-column-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer-column-title {
    font-size: 12px;
    padding-top: 20px;
  }
}

.footer-column-content li {
  padding-top: 13px;
}

.footer-column-content li.list-bold {
  font-weight: 700;
}

.footer-column-content li.list-bold a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .footer-column-content li.list-bold a {
    font-size: 11px;
  }
}

.footer-column-content li a {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .footer-column-content li a {
    font-size: 11px;
  }
}

.footer-column-content li a {
  transition: 0.3s;
}

.footer-column-content li a:hover {
  opacity: 0.6;
}

.footer-column-content li a img {
  width: 15px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .footer-column-content li a img {
    width: 10px;
  }
}

/***footer/////***/

/* footer: è¿½åŠ ã—ãŸå•ã„åˆã‚ã›æ³¨è¨˜ãŒSNSã¨é‡ãªã‚‰ãªã„ã‚ˆã†ä½™ç™½/æ”¹è¡Œã‚’èª¿æ•´ */
footer .footer-mail {
  display: inline-block;
  margin-top: 2px;
}

footer .footer-mail-note {
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 1.6;
}

/* PC: SNSãŒ absolute ã§ä¸‹å›ºå®šã®ãŸã‚ã€ã‚«ãƒ©ãƒ ä¸‹ã«é€ƒã’ã‚’ä½œã‚‹ */
@media screen and (min-width: 768px) {
  footer .footer-column1 {
    padding-bottom: 56px;
  }

  footer .footer-sns-wrap {
    z-index: 2;
  }
}


.mv-fadeIn {
  opacity: 0;
  -webkit-animation-name: mvFadein;
  animation-name: mvFadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes mvFadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mvFadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  /* 30px上に移動する */
}

/* contents */
/* presents */
.presents {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 100;
}

.presents a {
  display: block;
  width: 112px;
  background: -o-linear-gradient(24deg, #cbebf7, #f7d4d3);
  background: linear-gradient(66deg, #cbebf7, #f7d4d3);
  padding: 13px 10px 15px;
  border-radius: 10px;
  border: 1px solid #3e3e3e;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(38, 22, 5, 0.4);
  box-shadow: 4px 4px 3px 0px rgba(38, 22, 5, 0.4);
}

.presents a figure {
  max-width: 41px;
  margin: 0 auto 10px;
}

.presents a p {
  font-size: 20px;
  text-align: center;
}

/* mv */
.mv {
  position: relative;
}

.mv h1 {
  position: absolute;
  max-width: 1000px;
  width: 90%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv figure img {
  width: 100vw;
}

/* about */
.about_logo {
  background-color: rgba(255, 255, 255, .9);
}

.about_logoInn {
  max-width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.about_logo a {
  max-width: 253px;
  width: 100%;
}

.about_logoAir {
  max-width: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-right: 50px;
}

.about_logoAir::before,
.about_logoAir::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  /* 棒の幅（太さ） */
  height: 25px;
  /* 棒の高さ */
  background: #626262;
}

.about_logoAir::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.about_logoAir::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* about_main */
.about_main {
  margin: 35px auto 0;
  position: relative;
}

.about_mainIll {
  position: absolute;
}

.about_mainIll.ill01 {
  width: 280px;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.about_mainIll.ill02 {
  width: 192px;
  right: 0;
  top: 37%;
  z-index: 1;
}

.about_mainIll.ill03 {
  width: 305px;
  left: 0;
  top: -2%;
  z-index: 2;
}

.target {
  animation: floating-y 1.1s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  100% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

.target02 {
  animation: floating-y2 1.3s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floating-y2 {
  0% {
    -webkit-transform: translateY(4.5%);
    transform: translateY(4.5%);
  }

  100% {
    -webkit-transform: translateY(-4.5%);
    transform: translateY(-4.5%);
  }
}

@keyframes floating-y2 {
  0% {
    -webkit-transform: translateY(4.5%);
    transform: translateY(4.5%);
  }

  100% {
    -webkit-transform: translateY(-4.5%);
    transform: translateY(-4.5%);
  }
}

.target03 {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translate(-50px, 30px);
  -ms-transform: translate(-50px, 30px);
  transform: translate(-50px, 30px);
  -webkit-transition: opacity .8s, -webkit-transform .5s;
  transition: opacity .8s, -webkit-transform .5s;
  -o-transition: opacity .8s, transform .5s;
  transition: opacity .8s, transform .5s;
  transition: opacity .8s, transform .5s, -webkit-transform .5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.target03.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.about_main .inner {
  padding-top: 45px;
}

.about_main h3 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 766px;
  width: 65%;
  margin: 0 auto;
  z-index: 1;
}

.about_mainTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f6f8;
  border: 3px solid #a3d1e2;
  border-radius: 15px;
  padding: 85px 35px 15px;
}

.about_mainTtl h2:first-of-type {
  max-width: 461px;
}

.about_mainTtl h2:last-of-type {
  max-width: 548px;
}

/* card */
.about_kix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 60px;
}

.about_kix::after {
  content: '';
  display: inline-block;
  background: url(../img/kix_card.png) no-repeat top center / 100% auto;
  width: 173px;
  height: 81px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.about_kixTtl {
  width: 22%;
}

.about_kixTtl span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #00499e;
  border-radius: 20px;
  padding: 7px 15px;
  color: #fff;
  margin-bottom: 10px;
}

.about_kixTtl h3 {
  max-width: 225px;
}

.about_kix p {
  width: 73%;
  line-height: 1.87;
}

.about_kix p a {
  font-weight: 900;
  color: #00499e;
  text-decoration: underline;
}

/* apply */
.apply {
  background: -o-linear-gradient(#e4f3f9, #f8e7e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f3f9), to(#f8e7e6));
  background: linear-gradient(#e4f3f9, #f8e7e6);
  padding-bottom: 60px;
  position: relative;
}

.apply::before {
  content: '';
  display: inline-block;
  background: url(../img/main_ill01.png) no-repeat top center / 100% auto;
  width: 120px;
  height: 104px;
  position: absolute;
  left: 0%;
  top: 4%;
}

.apply::after {
  content: '';
  display: inline-block;
  background: url(../img/main_ill02.png) no-repeat top center / 100% auto;
  width: 177px;
  height: 130px;
  position: absolute;
  right: 0;
  top: 14%;
}

.apply h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}

.apply h2::after {
  content: '';
  display: inline-block;
  background: url(../img/ttl_line.png) no-repeat top center / 100% auto;
  width: 161px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.apply_period {
  padding-top: 50px;
  margin: 0 auto 70px;
  position: relative;
}

.apply_period::before {
  content: '';
  display: inline-block;
  background: url(../img/main_img01.png) no-repeat top center / 100% auto;
  width: 230px;
  height: 244px;
  position: absolute;
  left: 0;
  top: 0;
}

.apply_period::after {
  content: '';
  display: inline-block;
  background: url(../img/main_img02.png) no-repeat top center / 100% auto;
  width: 240px;
  height: 272px;
  position: absolute;
  right: 0;
  top: -40px;
}

.apply_period h3 {
  font-size: 32px;
  letter-spacing: .13rem;
  z-index: 1;
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.apply_period h3 p {
  font-size: 50px;
  display: inline-block;
}

.apply_period h3 p.min {
  font-size: 40px;
}

.apply_period h3 p.wid {
  margin-left: 8px;
}

.apply_period h3 span {
  display: inline-block;
  color: #fff;
  background-color: #53a2bf;
  font-size: 24px;
  padding: 5px 5px 5px 6px;
  border-radius: 5px;
}

.apply_period h3 span:first-of-type {
  margin-right: 8px;
}

.apply_method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto 30px;
  z-index: 1;
  position: relative;
}

.apply_method ul li {
  width: 32%;
  background-color: #cee6ef;
  border-radius: 14px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 子要素を縦並べ */
}

.apply_method ul li .apply_methodinn {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* 余白の割り当て */
}

.apply_method ul li:first-child .apply_methodinn {
  padding: 20px 10px;
}

.apply_method ul li h4 {
  position: absolute;
  font-size: 20px;
  text-align: center;
  left: 20px;
  top: 20px;
}

.apply_method ul li h4 span {
  display: block;
  font-size: 60px;
}

.apply_method ul li figure {
  max-width: 140px;
  margin: 0 auto 20px;
}

.apply_method ul li h3 {
  font-size: 20px;
  color: #53a2bf;
  line-height: 1.6;
  letter-spacing: -.04rem;
  text-align: center;
  margin-bottom: 15px;
}

.apply_method ul li p {
  line-height: 1.5;
}

.apply_method ul li:first-child p {
  font-size: 14px;
  padding: 0 5px;
}

.apply_method ul li p span {
  font-weight: bold;
  display: inline-block;
  background: -o-linear-gradient(transparent 60%, #ffcd26 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffcd26));
  background: linear-gradient(transparent 60%, #ffcd26 0%);
}

.apply_info {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 50px;
}

.apply_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #7d7d7d;
}

.apply_info dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.apply_info dl dt {
  width: 20%;
  font-weight: bold;
}

.apply_info dl dd {
  width: 75%;
}

.apply a {
  max-width: 385px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  background: -o-linear-gradient(left, #cbebf7, #f7d4d3);
  background: -webkit-gradient(linear, left top, right top, from(#cbebf7), to(#f7d4d3));
  background: linear-gradient(to right, #cbebf7, #f7d4d3);
  border-radius: 17px;
  border: 1px solid #626262;
  padding: 23px 0;
  -webkit-box-shadow: 4px 4px 3px 0px rgba(38, 22, 5, 0.4);
  box-shadow: 4px 4px 3px 0px rgba(38, 22, 5, 0.4);
  position: relative;
}

.apply a::after {
  content: '';
  display: inline-block;
  background: url(../img/arw.png) no-repeat top center / 100% auto;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.apply a:hover::after {
  right: 24px;
}

.apply a::before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
}

/* information */
.information {
  background: url(../img/check_bg.jpg) repeat center top / 100% auto;
  padding: 70px 0 160px;
}

.information_cont {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #626262;
  padding: 30px 50px;
  position: relative;
}

.information_cont::after {
  content: '';
  display: inline-block;
  background: url(../img/passport.png) no-repeat top center / 100% auto;
  width: 152px;
  height: 111px;
  position: absolute;
  right: -17px;
  top: -22px;
}

.information_cont h2 {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 15px;
}

.information_cont p {
  line-height: 2;
}

.information_cont p:first-of-type {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
    font-size: 14px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /* contents */
  /* presents */
  .presents {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    bottom: 2%;
  }

  .presents a {
    width: 100%;
    padding: 10px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .presents a figure {
    max-width: 30px;
    margin: 0;
    margin-right: 15px;
  }

  .presents a p {
    font-size: 18px;
  }

  /* mv */
  .mv h1 {
    width: 95%;
    top: 50%;
  }

  /* about */
  .about_logoInn {
    display: block;
  }

  .about_logo a {
    max-width: 200px;
  }

  .about_logoAir {
    max-width: 400px;
    padding-right: 0;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .about_logoAir::before,
  .about_logoAir::after {
    top: unset;
    bottom: -15%;
    right: unset;
    left: 50%;
  }

  .about_logoInn a.about_logoKorea {
    margin: 0 auto;
    display: block;
  }

  /* about_main */
  .about_main {
    margin: 0 auto;
    padding-top: 30px;
  }

  .about_mainIll.ill01 {
    width: 170px;
    top: 2%;
  }

  .about_mainIll.ill02 {
    width: 120px;
    top: unset;
    bottom: 5%;
  }

  .about_mainIll.ill03 {
    width: 190px;
    top: 0;
  }

  .about_main .inner {
    padding-top: 20vw;
  }

  .about_main h3 {
    width: 93%;
  }

  .about_mainTtl {
    display: block;
    padding: 8vw 5% 15px;
  }

  .about_mainTtl h2:first-of-type {
    margin: 0 auto 20px;
  }

  .about_mainTtl h2:last-of-type {
    margin: 0 auto;
  }

  /* card */
  .about_kix {
    display: block;
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: 70px;
  }

  .about_kix::after {
    width: 140px;
    height: 66px;
    bottom: unset;
    top: 0;
  }

  .about_kixTtl {
    width: 100%;
    z-index: 1;
    position: relative;
  }

  .about_kixTtl span {
    font-size: 16px;
  }

  .about_kixTtl h3 {
    max-width: 240px;
  }

  .about_kix p {
    width: 100%;
  }

  /* apply */
  .apply {
    padding-bottom: 50px;
  }

  .apply::after {
    top: 8%;
  }

  .apply h2 {
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
  }

  .apply h2::after {
    width: 130px;
  }

  .apply_period {
    padding-top: 70px;
    margin: 0 auto 20px;
    padding-bottom: 30px;
  }

  .apply_period::before {
    width: 150px;
    height: 158px;
    left: 0;
    top: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .apply_period::after {
    width: 130px;
    height: 148px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2%;
  }

  .apply_period h3 {
    font-size: 26px;
    line-height: 1.3;
  }

  .apply_period h3 p {
    font-size: 40px;
  }

  .apply_period h3 p.min {
    font-size: 30px;
  }

  .apply_period h3 p.wid {
    margin-left: 0;
  }

  .apply_period h3 span {
    font-size: 20px;
  }

  .apply_method ul {
    display: block;
  }

  .apply_method ul li {
    width: 100%;
    margin: 0 auto 20px;
  }

  .apply_method ul li .apply_methodinn {
    padding: 20px 5%;
  }

  .apply_method ul li:first-child .apply_methodinn {
    padding: 20px 5%;
  }

  .apply_method ul li h4 {
    font-size: 18px;
    left: 15px;
    top: 15px;
  }

  .apply_method ul li h4 span {
    font-size: 50px;
  }

  .apply_method ul li figure {
    margin: 0 auto 15px;
  }

  .apply_method ul li h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .apply_method ul li:first-child p {
    font-size: 13px;
  }

  .apply_info {
    padding: 20px 5%;
  }

  .apply_info dl {
    font-size: 16px;
  }

  .apply a {
    font-size: 20px;
  }

  /* information */
  .information {
    background: url(../img/check_bg.jpg) repeat-y center top / cover;
    padding: 60px 0 100px;
  }

  .information_cont {
    padding: 30px 5%;
  }

  .information_cont::after {
    width: 120px;
    height: 86px;
    right: -3%;
    top: -45px;
  }

  .information_cont h2 {
    font-size: 18px;
  }
}