@charset "UTF-8";
/***** ベース *****/
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header_sp); }
  @media screen and (min-width: 835px) {
    html {
      scroll-padding-top: var(--header_pc_scr); } }

body {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: var(--font_base);
  background-color: var(--color_bg_base);
  color: var(--color_base);
  line-height: var(--line_base);
  font-weight: var(--fw_base);
  font-size: var(--fsize_base_sp);
  /*padding-top: var(--header_sp);*/ }
  @media screen and (min-width: 835px) {
    body {
      font-size: var(--fsize_base_pc);
      /*padding-top: var(--header_pc);*/ } }

/***** アイコンフォント *****/
@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.ttf?u5p61x") format("truetype"), url("../fonts/icon.woff?u5p61x") format("woff"), url("../fonts/icon.svg?u5p61x#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/***** スクロールインアニメ *****/
.fade_show {
  opacity: 0; }

.fade_up {
  opacity: 0;
  transform: translate(0, 1em); }

/***** header *****/
#header {
  padding: 0 var(--pad_ss);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header_sp); }
  @media screen and (min-width: 1280px) {
    #header {
      height: var(--header_pc);
      background-color: rgba(255, 255, 255, 1);
      backdrop-filter: blur(3px);
      transition: all var(--gnav_anima); } }

.header__logo {
  aspect-ratio: 1 / 1;
  width: 80px;; }
  @media screen and (min-width: 1280px) {
    .header__logo {
      width: 120px;
      transition: all var(--gnav_anima); } }
  .header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

#header__btn {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  z-index: 100;
  width: calc(var(--header_sp) - (var(--pad_ss) * 2));
  font-family: var(--font_point);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color_point_02);
  color: #ffffff;
  border-radius: 50%;
  transition: all var(--gnav_anima); }
  @media screen and (min-width: 1280px) {
    #header__btn {
      display: none; } }
  #header__btn::before, #header__btn::after {
    display: block;
    position: absolute;
    background-color: #ffffff;
    height: 2px;
    transition: all var(--gnav_anima);
    left: var(--pad_ss);
    width: calc(100% - (var(--pad_ss) * 2));
    opacity: 0; }
  #header__btn::before {
    content: "";
    top: var(--pad_s); }
  #header__btn::after {
    content: "";
    bottom: var(--pad_s); }

.header__nav {
  width: 90%; }
  @media screen and (max-width: 1279px) {
    .header__nav {
      max-height: calc(var(--vh) * 100);
      overflow: auto;
      position: absolute;
      right: 0;
      top: 0;
      max-width: 300px;
      box-sizing: border-box;
      background-color: #ffffff;
      padding: calc(var(--header_sp) + var(--pad_ss)) var(--pad_m) var(--pad_m);
      box-shadow: var(--shadow);
      transition: all var(--gnav_anima);
      transform: translateX(120%); } }
  @media screen and (min-width: 1280px) {
    .header__nav {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: var(--pad_s); } }

@media screen and (max-width: 1279px) {
  #header__link:not(:last-child) {
    margin-bottom: var(--pad_m); } }
@media screen and (min-width: 1280px) {
  #header__link {
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1.5em, 2vw, 3em); } }
@media screen and (max-width: 1279px) {
  #header__link > li:not(:last-child) {
    margin-bottom: var(--pad_xxs); } }
@media screen and (max-width: 1279px) {
  #header__link a {
    display: flex;
    align-items: center;
    height: 2em;
    font-size: 1.6rem; } }
@media screen and (min-width: 835px) {
  #header__link a {
    transition: opacity var(--hover_time); }
    #header__link a:hover {
      opacity: 0.6; } }

.header__nav-tel {
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem; }
  @media screen and (min-width: 1280px) {
    .header__nav-tel {
      font-size: 1.3rem; } }
  .header__nav-tel a {
    font-family: var(--font_point);
    font-size: 215.4%;
    font-weight: 700;
    color: var(--color_point_02); }
    @media screen and (min-width: 835px) {
      .header__nav-tel a {
        transition: opacity var(--hover_time); }
        .header__nav-tel a:hover {
          opacity: 0.6; } }

.header__nav-inst {
  transition: all var(--gnav_anima);
  font-family: "icon";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--color_point_02);
  color: #ffffff;
  line-height: 1;
  font-size: 28px;
  width: 50px; }
  @media screen and (max-width: 1279px) {
    .header__nav-inst {
      margin: var(--pad_ss) 0 0 auto; } }
  @media screen and (min-width: 1280px) {
    .header__nav-inst {
      font-size: 36px;
      width: 60px; } }
  @media screen and (min-width: 835px) {
    .header__nav-inst {
      transition: opacity var(--hover_time); }
      .header__nav-inst:hover {
        opacity: 0.6; } }

@media screen and (min-width: 1280px) {
  body.scrolled #header {
    height: var(--header_pc_scr); }
  body.scrolled .header__logo {
    width: 100px;
    top: var(--pad_xxxs); }
  body.scrolled .header__nav-inst {
    width: 45px;
    font-size: 25px; } }

@media screen and (max-width: 1279px) {
  body.active {
    overflow: hidden; }
    body.active .header__nav {
      transform: translateX(0); }
    body.active #header__btn {
      color: transparent; }
      body.active #header__btn::before, body.active #header__btn::after {
        opacity: 1; }
      body.active #header__btn::before {
        top: 50%;
        transform: rotate(-45deg); }
      body.active #header__btn::after {
        top: 50%;
        transform: rotate(45deg); } }

/***** footer *****/
.c-footer {
    position: relative;
    /*margin: 15rem 0 0 28rem*/
	margin-top: 40px;
}
.c-footer__container {
    /*margin-right: 3rem;*/
    padding: 4rem 0;
    border-top: #E5E5E5 solid 1px
}
.c-footer__logo {
    display: table;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em
}
.c-footer__logo .logo {
    display: block;
    overflow: hidden;
    text-indent: -5260px;
    width: 80px;
    height: 72px;
    margin-bottom: 1.2rem;
    background: url("../../images/career/foot-top.png") no-repeat center top;
    background-size: contain
}
.c-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height: 1.67
}
.c-footer__links li+li:before {
    content: '｜';
    padding: 0 1rem
}
.c-footer__links li a {
    text-decoration: none
}
html.notouch .c-footer__links li a:hover {
    text-decoration: underline
}
.c-footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.5rem
}
.c-footer__sns li a {
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 3rem;
    padding: 0 1rem
}
html.notouch .c-footer__sns li a:hover {
    opacity: 0.5
}
.c-footer__sns li a .icon {
    display: block;
    height: 2rem;
    fill: #000
}
.c-footer__sns li.twitter .icon {
    width: 2.5rem
}
.c-footer__sns li.instagram .icon {
    width: 2.1rem
}
.c-footer__sns li.facebook .icon {
    width: 1rem
}
.c-footer__sns li.line .icon {
    width: 2.1rem
}
.c-footer__copyright {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em
}
.c-footer__seal {
    margin-top: 4rem;
    text-align: center
}
@media only screen and (max-width: 1023px) {
    .c-footer {
        margin: 15rem 0 0
    }
    .c-footer__pagetop a {
        padding-right: 9rem
    }
    .c-footer__container {
        margin-right: 0
    }
}
@media only screen and (max-width: 767px) {
    .c-footer__pagetop {
        right: 3rem
    }
    .c-footer__pagetop a {
        padding: 1rem 8rem 1rem 4rem
    }
    .c-footer__container {
        padding-top: 6rem
    }
    .c-footer__links {
        display: block;
        margin-top: 3rem;
        text-align: center
    }
    .c-footer__links li+li {
        margin-top: 1rem
    }
    .c-footer__links li+li:before {
        display: none
    }
    .c-footer__links li a {
        text-decoration: none
    }
    html.notouch .c-footer__links li a:hover {
        text-decoration: underline
    }
    .c-footer__sns {
        margin-top: 3rem
    }
}
@media only screen and (max-width: 374px) {
    .c-footer__copyright {
        font-size: 0.9rem
    }
}

/******************************************************************************
 * MARGIN
*******************************************************************************/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

/******************************************************************************
 * FONT
*******************************************************************************/
.bold { font-weight: bold!important; }
.normal { font-weight: normal; }
.underline { text-decoration: underline; }
.font_72 { font-size: 72px;}
.font_64 { font-size: 64px;}
.font_56 { font-size: 56px;}
.font_48 { font-size: 48px;}
.font_40 { font-size: 40px;}
.font_32 { font-size: 32px;}
.font_24 { font-size: 24px;}
.font_20 { font-size: 20px;}
.font_18 { font-size: 18px;}
.font_16 { font-size: 16px;}
.font_14 { font-size: 14px!important;}
.font_13 { font-size: 13px;}
.font_12 { font-size: 12px;}
.font_11 { font-size: 11px;}
.font_10 { font-size: 10px;}

.info-font_24 { font-size: 28px; color :#fff;margin-bottom: 15px;}
.info-font_12 { font-size: 12px; color :#fff}

/******************************************************************************
 * COLOR
*******************************************************************************/
.red { color: #dd0000; }
.redpink { color: #ff6699; }
.pink { color: #ff3399; }
.pink2{ color: #d65678;}
.blue { color: #0099ff; }
.blue2 { color: #4790ce; }
.m-blue { color: #0084cf; }

.green { color: #148f2d; }
.green2 { color: #47a38a; }
.egreen { color: #2abfbf; }
.white { color: #ffffff; }
.orange { color: #ff6633; }
.gold { color: #D0A31A; }
.gray { color: #CCCCCC; }
.gray2 { color: #888888; }
.black { color: #000000; }
.bline {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffa5b4 70%);
}
/******************************************************************************
 * bg_color
*******************************************************************************/
.bg_red { background-color: #fff2f2;}
.bg_green { background-color: #229c73; }

.bg_green2 { background-color: #e7f5ff; }
.bg_gray { background-color: #fcfcfc; }
.bg_gray2 { background-color: #e9ebf2; }



/******************************************************************************
 * TEXT
*******************************************************************************/
.tx-left { text-align: left!important; }
.tx-center { text-align: center!important; }
.tx-right { text-align: right!important; }
.tx-justify{text-align: justify; text-justify: inter-ideograph;}
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.underline { text-decoration:underline;}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.indent-5 {
	padding-left:.5em;
	text-indent:-.5em;
}
.pc-tx-right { text-align: right!important; }
.pc-tx-center { text-align: center!important; }
@media screen and (max-width: 767px),print {
.pc-tx-center { text-align: left!important; }
.pc-tx-right { text-align: center!important; }
	}

.border-line {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}
.b_bottom {
	border-bottom: 1px solid #eee;
}

.pc-tx-right { text-align: right!important; }
.pc-tx-center { text-align: center!important; }
.pc-tx-ml{ margin-left:20px;}

@media screen and (max-width: 767px),print {
.pc-tx-center { text-align: left!important; }
.pc-tx-right { text-align: center!important; }
.pc-tx-ml{ margin-left:0px;}
	}

/******************************************************************************
 * center
*******************************************************************************/
.cts-center{
	margin: 0 auto;
}

/******************************************************************************
 * responsive
*******************************************************************************/
.img-responsive {
  display: block;
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
  height: auto;
}
.img-no-responsive {
  display: block;
  max-width: auto;
  height: auto;
}
.br-pc{
display:block
}
.br-sp{
display:none
}
@media only screen and (max-width:1599px){
.br-1200{
display:block
}

}
@media only screen and (max-width:1199px){
.br-1200{
display:none
}
.br-900{
display:block
}

}
@media only screen and (max-width:899px){
.br-900{
display:none
}
.br-pc{
display:none
}
.br-sp{
display:block
}

}


.pc_only{
  display: block;
  margin: 0 auto;
}
.sp_only{
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .pc_only{
    display: none!important;
  }
  .sp_only{
    display: block!important;
  }
}

.no-spam {
    display: none;
}









.img--h a:hover{
	opacity: 0.8;
}
/* Float Clear
=============================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size:0;
}
.clearfix {	display:inline-block;}
/*\*/
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
/**/
.clear { clear: both; }
/* -----------------------------------------------------------
	.grid
----------------------------------------------------------- */
.row-c {
	margin: 30px 0 40px;
}
.row-c:before,
.row-c:after {
  content: " ";
  display: table;
}

.row-c:after {
  clear: both;
}
.row-f {
	margin: 0px 0 0px;
}
.row-f:before,
.row-f:after {
  content: " ";
  display: table;
}

.row-f:after {
  clear: both;
}


 .col-sm-1, .col-sm-2, .col-sm-21, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-21, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-stylethumb{
	  width: 33.33333333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-21 {
    width: 12.5%;
  }


  .col-sm-1 {
    width: 8.33333333%;
  }
 }

/* -----------------------------------------------------------
	.grid-sd
----------------------------------------------------------- */
 .col-sd-1, .col-sd-2, .col-sd-21, .col-sd-3, .col-sd-4, .col-sd-5, .col-sd-6, .col-sd-7, .col-sd-8, .col-sd-9, .col-sd-10, .col-sd-11, .col-sd-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 1120px) {
  .col-sd-1, .col-sd-2, .col-sd-21, .col-sd-3, .col-sd-4, .col-sd-5, .col-sd-6, .col-sd-7, .col-sd-8, .col-sd-9, .col-sd-10, .col-sd-11, .col-sd-12 {
    float: left;
  }
  .col-stylethumb{
	  width: 33.33333333%;
  }
  .col-sd-12 {
    width: 100%;
  }
  .col-sd-11 {
    width: 91.66666667%;
  }
  .col-sd-10 {
    width: 83.33333333%;
  }
  .col-sd-9 {
    width: 75%;
  }
  .col-sd-8 {
    width: 66.66666667%;
  }
  .col-sd-7 {
    width: 58.33333333%;
  }
  .col-sd-6 {
    width: 50%;
  }
  .col-sd-5 {
    width: 41.66666667%;
  }
  .col-sd-4 {
    width: 33.33333333%;
  }
  .col-sd-3 {
    width: 25%;
  }
  .col-sd-2 {
    width: 16.66666667%;
  }

  .col-sd-21 {
    width: 12.5%;
  }


  .col-sd-1 {
    width: 8.33333333%;
  }
 }


@media screen and (min-width: 768px) and (max-width: 1119px) {

  .col-sd-3 {
    width: 50%;
  }

}
/* -----------------------------------------------------------
	.grid-4
----------------------------------------------------------- */
 .col-gd-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

  .col-gd-4 {
    float: left;
  }

 .col-gd-4 {
width: 50%;
}


@media (min-width: 768px) {
  .col-gd-4 {
    float: left;
  }
  .col-gd-4 {
    width: 25%;
  }
  }


.row-87 {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 768px) {
.row-87 {
	width: 100%;
	padding: 0 10px;
}
}


/*----------------------------------------------------
  web-std
--------------------------------------------------- */
.web-std{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px;

 }
.web-std-top{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 160px 0 0 0;
 }

.web-std p{
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.web-std .h_title {
    padding: 70px 0 65px;
    background: #337ab7;
}
.web-std .h_title .h_inner {
    width: 1080px;
    margin: 0 auto;
    font-size: 34px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.web-std .h_title span {
    font-size: 42px;
}
.web-std .inner{
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.inner_600{
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.inner_900{
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;
}
.inner_500{
  width: 500px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;
}

.inner_1200{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;
}
.inner_1200_c{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 0;
}
.inner_96{
  width: 96%;
  margin: 0 auto;
  position: relative;

}


@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .web-std .inner{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .inner_900{
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  .inner_1200{
    /*width: 760px;*/
    margin: 0 auto;
    position: relative;
  }
  .inner_1200_c{
    width: 760px;
    margin: 0 auto;
    position: relative;
  }


.web-std .h_title .h_inner {
    width: 720px;
}
}
@media only screen and (max-width: 767px) {
  .web-std{
    padding: 0px 0 5px;
  }
  .web-std-top{
	margin: 60px 0 0 0;
  }

.web-std p{
    font-size: 14px;
    line-height: 24px;
}
  .web-std .inner{
    width: 96%;
  }
   .inner_600{
	max-width: 600px;
    width: 96%;
  }

  .inner_900{
    width: 96%;
  }
  .inner_1200{
   /* width: 96%;*/
  }
  .inner_1200_c{
    width: 100%;
	padding: 0 0px 0;
  }

.web-std .h_title {
    padding: 20px 0 10px;
}
.web-std .h_title .h_inner {
    width: auto;
    padding: 0 20px;
    font-size: 28px;
	line-height: 1.8;
}
.web-std .h_title span {
    font-size: 38px;
}
.web-brd{
  display: none;
 }


}

@media only screen and (max-width: 520px) {

  .inner_500{
    width: 96%;
  }

}
.w190{
	width :190px;
	margin: 0 auto;
}

/*----------------------------------------------------
  flame
--------------------------------------------------- */

.flame-cmn {
    background: #faf9f4;
    box-sizing: border-box;
    padding: 40px 24px 10px 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 16px 0;
}
.flame-cmn ul {
    margin: 0 20px 30px 20px;
}

@media (max-width: 768px) {
.flame-cmn ul {
    margin: 0 0px 0px 0px;
}

}

.flame-cmn li {
    display: block;
    padding: 0 0 0 32px;
    text-indent: -16px;
    list-style: none;
	font-size:16px;
	font-weight: 400;
	line-height: 1.8;
	align-items: center!important;
}

.flame-cmn li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3c3a3a;
    content: '';
	margin: 0 8px 3px 0;
}

/***** title *****/
.ttl-wrap {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttl-sup span {
    display: inline-block;
    font-size: 18px;
    /*font-weight: bold;*/
    padding: 2px 15px 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
}
html .en {
    font-family: "Roboto Condensed",sans-serif;
    line-height: normal;
}

.ttl-sup {
    margin-bottom: 30px;
}
.ttl-sup span.bg-yellow {
    background-color: #0080d9;
	color : #fff;
}
.ttl-main {
    font-size: 32px;
    font-weight: bold;
    line-height: 165%;
    letter-spacing: .06em;
    text-align: center;
}

@media only screen and (max-width: 768px) {
.ttl-wrap {
    margin-bottom: 45px;
}
.ttl-sup {
    margin-bottom: 25px;
}
.ttl-sup span {
    font-size: 16px;
}
.ttl-main {
    font-size: clamp(24px,5vw,6.315vw);
    line-height: normal;
}
}

/***** intro *****/
.tp-ttl-base {
    position: relative;
    text-align: center;
}

.tp-ttl-base .ttl-lead {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0068DE;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 1.2em;
    position: relative;
    display: inline-block;
}
.tp-ttl-base .ttl-lead::before {
    content: '';
    position: absolute;
    background: url("../images/pats_line_l@2x.png") no-repeat top left;
    background-size: 24px;
    width: 24px;
    height: 34px;
    top: -0.2em;
    left: -2.5em;
}
.tp-ttl-base .ttl-lead::after {
    content: '';
    position: absolute;
    background: url("../images/pats_line_r@2x.png") no-repeat top left;
    background-size: 24px;
    width: 24px;
    height: 34px;
    top: -0.2em;
    right: -2.5em;
}
 @media screen and (max-width: 768px) {
.tp-ttl-base .ttl-lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.tp-ttl-base .ttl-lead::before {
        top: 0.4em;
    }
.tp-ttl-base .ttl-lead::after {
        top: 0.4em;
    }
}



.c-heading-a__main {
    font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.c-heading-a__main strong {
    font-weight: 400;
    margin: 0 .05em;
    background: linear-gradient(97.61deg, #0a8be9 13.66%, #0ae9ad 101.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 @media screen and (max-width: 768px) {

.c-heading-a__main {
    font-size: 1.5rem;
	margin-bottom: 20px;
}

}


.slick-slide img{
max-width: 100%;
border-radius: 15px;
}
.slider .item{
	margin-left: 10px;
}

.top-fm {
   /* color: #3D7E85;*/
}

.fm-j {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding-top: 108px;
    padding-bottom: 174px;
    min-height: 1180px;
}


.top-fm .top-fm-bg-img {
    background-image: url(../images/smooth-bg.webp);
}
.top-fm-bg-img {
    position: absolute;
    bottom: -10px;
    z-index: -2;
    left: 50%;
    width: 100%;
    max-width: 2400px;
    height: calc(100% + 10px + 10px);
    max-height: 1200px;
    background-position: center bottom;
    background-size: auto 1200px;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}



@media only screen and (max-width: 992px) {
.top-fm .top-fm-bg-img {
    background-image: url(../images/smooth-bg-sm.webp);
}

.top-fm-bg-img {
    bottom: 0;
    height: 100%;
    background-size: auto 100%;
}


}

@media only screen and (max-width: 640px) {
.fm-j {
    padding-top: 0;
    padding-bottom: 189px;
    min-height: 1000px;
}
}

/***** faq *****/

.modFaq__list__item {
  padding: 2.7rem 3rem 2.7rem 8.4rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item {
    padding: 2.8rem 2rem 2.8rem 6.4rem;
  }
}
.modFaq__list__item:not(:last-child) {
  margin: 0 0 2rem 0;
}
.modFaq__list__item .quest {
  position: relative;
  padding-right: 4.8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .quest {
    padding-right: 2.9rem;
    font-size: 1.5rem;
  }
}
.modFaq__list__item .quest__btn {
  position: absolute;
  top: 12%;
  right: 0;
  width: 2.6rem;
  height: 2.6rem;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .quest__btn {
    top: 8%;
    width: 1.9rem;
    height: 1.9rem;
  }
}
.modFaq__list__item .quest__btn:before, .modFaq__list__item .quest__btn:after {
  content: "";
  background-color: #11a6f7;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: 1rem;
  left: 0;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .quest__btn:before, .modFaq__list__item .quest__btn:after {
    top: 0.8rem;
  }
}
.modFaq__list__item .quest__btn:before {
  width: 0.4rem;
  height: 100%;
  top: 0;
  left: 1.1rem;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .quest__btn:before {
    left: 0.8rem;
  }
}
.modFaq__list__item .quest.is-accordionOpen .quest__btn {
  transform: rotate(-180deg);
}
.modFaq__list__item .quest.is-accordionOpen .quest__btn:before {
  content: none;
}
.modFaq__list__item .quest::before {
  content: "";
  border-radius: 100%;
  background-image: url("../../images/career/ic_faqQuest.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: -5.5rem;
  width: 3.8rem;
  height: 3.8rem;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .quest::before {
    top: 0.2rem;
    left: -4.5rem;
    width: 3.4rem;
    height: 3.4rem;
    background-size: 3.8rem;
  }
}
.modFaq__list__item .desc {
  position: relative;
  margin: 2.4rem 0 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .desc {
    margin: 3.3rem 0 0;
  }
}
.modFaq__list__item .desc::before {
  content: "";
  border-radius: 100%;
  background-image: url("../../images/career/ic_faqAns.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: -0.4rem;
  left: -5.5rem;
  width: 3.8rem;
  height: 3.8rem;
}
@media screen and (max-width: 768px) {
  .modFaq__list__item .desc::before {
    top: 0.2rem;
    left: -4.5rem;
    width: 3.2rem;
    height: 3.2rem;
    border: 0.2rem solid var(--green);
    background-size: 3.8rem;
  }
}
.modFaq__list__item .desc a {
  color: var(--green);
  text-decoration: underline;
}
.modFaq__list__item .desc__text {
  line-height: 1.6;
}
/*----------------------------------------------------
  #COMPANY PROFILE
--------------------------------------------------- */

.com-pro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.com-pro dl.border-set {
    border-bottom: solid 1px #eaeaea;
}


.com-pro dl.border-set > dt {
    border-top: solid 1px #eaeaea;
    padding: 28px 0;
}


.com-pro dl.border-set > dd {
    border-top: solid 1px #eaeaea;
    padding: 28px 0 28px 30px;
	line-height: 1.6;
}


.com-pro dt {
    width: 170px;
    padding: 0 0 10px;
    font-weight: bold;
    color: #222;
}



.com-pro dt:before {
    content: '';
    display: block;
     width: 4px;
    height: 4px;
    background: #222;
   border-radius: 50%;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    top: 18px;
}

.com-pro dd {
    width: calc(100% - 200px);
    padding: 0 0 10px 30px;
	color: #6c6d6d;


}
@media screen and (max-width: 767px){
.com-pro dl {
    display: block;
    margin-bottom: 15px;
}
.com-pro dl.border-set {
    border-bottom: 0 none;
    border-top: solid 1px #e5e9e9;
}
.com-pro dl.border-set > dt {
    padding: 15px 0 5px;
    border-top: 0 none;
    font-size: 14px;
}


.com-pro dl.border-set > dd {
    width: auto;
    /*padding: 0 0 15px;*/
    border-top: 0 none;
    border-bottom: solid 1px #e5e9e9;
}

.com-pro dt {
    width: auto !important;
    padding-bottom: 5px !important;
}
.com-pro dd {
    width: auto !important;
    padding: 0 0 15px;
}
}
/******************************************************************************
 * contact
*******************************************************************************/
@media screen and (min-width: 751px) {
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: none; }

select {
  position: relative;
  border: 2px solid #fafafa;
  background: #fafafa;
  padding: 36px 35px 36px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: inherit;
  position: relative;
  box-sizing: border-box; }

.custom {
  overflow: hidden;
  /* 伸ばした分を隠す */
  position: relative;
  background-image: url(../../images/career/icon_select.png);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: right 20px center; }

.custom > select {
  width: 100%;
  /* UI分を伸ばす */ }
input.form-text {
  outline: none;
  border: none;
  border: 2px solid #fafafa;
  background: #fafafa;
  padding: 36px 35px 36px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: inherit; }

textarea {
  outline: none;
  height: 320px;
  border: 2px solid #fafafa;
  background: #fafafa;
  padding: 36px 35px 36px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: inherit; }

input.form-text1 {
  width: 350px; }

input.form-text2 {
  width: 295px; }

input.form-text3 {
  width: 173px; }

input.form-text:hover,
input.form-pass:hover,
textarea:hover,
select:hover {
  /*border-color: $blue01;*/ }

input.form-text:focus,
input.form-pass:focus,
select:focus,
select:focus option {
  border: 2px solid #8BC40E;
  background: #fff; }

textarea:focus {
  border: 2px solid #8BC40E;
  background: #fff; }

}
@media screen and (max-width: 750px) {
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: none; }

select {
  border: 2px solid #fafafa;
  background: #fafafa;
  padding: 18px 18px 18px 18px;
  width: 100%;
  font-size: 1.3rem;
  font-family: inherit;
  position: relative;
  box-sizing: border-box; }

.custom {
  overflow: hidden;
  /* 伸ばした分を隠す */
  position: relative;
  background-image: url(../../images/career/icon_select.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right 10px center; }

.custom > select {
  width: 100%;
  /* UI分を伸ばす */ }
input.form-text {
  outline: none;
  border: 2px solid #fafafa;
  background: #fafafa;
  padding: 18px 18px 18px 18px;
  width: 100%;
  font-size: 1.3rem;
  box-sizing: border-box;
  font-family: inherit; }

textarea {
  outline: none;
  width: 100%;
  height: 200px;
  border: 2px solid #fafafa;
  background: #fafafa;
  padding: 18px 18px 18px 18px;
  font-size: 1.3rem;
  box-sizing: border-box;
  font-family: inherit; }

input.form-text {
  width: 100%; }

input.form-text:focus,
input.form-pass:focus,
textarea:focus,
select:focus,
select:focus option {
  border: 2px solid #8BC40E;
  background: #fff; }

textarea:focus {
  border: 2px solid #8BC40E;
  background: #fff; }



}
@media screen and (min-width: 751px) {
dl.form_table {
  width: 100%;
}
dl.form_table dt {
  position: relative;
  width: 100%;
  color: #111419;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
dl.form_table dt span {
  position: relative;
  color: #ff0000;
  font-size: 1rem;
  font-weight: 400;
  top: -3px;
}
dl.form_table dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding-bottom: 43px;
}
dl.form_table dd .c2 {
  width: 49%;
  box-sizing: border-box;
}
dl.form_table dd input.file {
  width: 100%;
}
dl.form_table dd .file_box_wrap {
  position: relative;
}
dl.form_table dd .file_box_wrap .mwform-file-delete {
  position: absolute;
  right: 10px;
  top: 40%;
}
dl.form_table dd .file_text {
  width: 55%;
  font-size: 1.2rem;
  line-height: 200%;
  padding-top: 25px;
}
dl.form_table dd .mwform-radio-field {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
dl.form_table dd .mwform-radio-field input {
  margin-right: 45px;
}
dl.form_table dd .mwform-radio-field label {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 42px 25px;
}

dl.form_table_checkbox {
  margin-bottom: 50px;
}
dl.form_table_checkbox dd {
  background-color: #fafafa;
  text-align: center;
  justify-content: center;
  padding: 20px 0 20px;
}

.privacy_policy_box {
  display: block;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  margin: 30px auto 10px;
  padding: 30px 50px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
}

.mw_wp_form_preview dl.form_table_checkbox {
  display: none;
}
}
@media screen and (max-width: 750px) {
dl.form_table {
  width: 100%;
}
dl.form_table dt {
  position: relative;
  width: 100%;
  color: #111419;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding-bottom: 15px;
}
dl.form_table dt span {
  position: relative;
  color: #ff0000;
  font-size: 0.8rem;
  font-weight: 400;
  top: -3px;
}
dl.form_table dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding-bottom: 35px;
}
dl.form_table dd .c2 {
  width: 48%;
  box-sizing: border-box;
}
dl.form_table dd input.file {
  width: 100%;
}
dl.form_table dd .file_text {
  width: 100%;
  font-size: 1rem;
  line-height: 200%;
  padding-top: 10px;
}
dl.form_table dd .mwform-radio-field {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
dl.form_table dd .mwform-radio-field input {
  margin-right: 25px;
}
dl.form_table dd .mwform-radio-field label {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 25px 10px;
}
dl.form_table dd .horizontal-item {
  margin-left: 0 !important;
}

dl.form_table_checkbox {
  margin-bottom: 50px;
}
dl.form_table_checkbox dd {
  background-color: #fafafa;
  text-align: center;
  justify-content: center;
  padding: 20px 0 20px;
}



}
.form_button p input {
	display: block;
	width: 240px;
	font-size: 16px;
	line-height: 54px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	padding: 0 0 2px 0;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	position: relative;
	background-color: #0080d9;
	border: 2px solid #0080d9;
	border-radius: 30px;
	text-align: center;
	font-weight: 700
}
.form_button p input {
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-property: background-color, color
}
.form_button p input:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1)
}

.form_button p input[disabled] {
	cursor: default;
}
.form_button p input[disabled]:hover {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

@media (max-width:559px) {
	.form_button p input {
		width: 175px;
		font-size: 14px;
		line-height: 44px;
		letter-spacing: .5px;
		border-radius: 25px
	}


}
/******************************************************************************
 * FLOW
*******************************************************************************/
.flow-step {
   /* border-top: 1px solid #e5e5e5;*/
}

.flow-step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.flow-step__num {
    width: 16.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 45px!important;
    line-height: 1;
    text-align: center;
    color: #15171c;
    position: relative;
    top: .5rem;
}

.flow-step__num span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
}


.flow-step__inner {
    width: calc(100% - 16.7%);
}

.flow-step__heading {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #0080d9;
}

.flow-step__txt {
    margin-top: 1.7rem;
    font-size: 1.6rem;
    line-height: 2;
    color: #555555;
    text-align: justify;
}
.flow-step__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.6rem * 2) + 1.6rem) / 2 + 0rem);
}

.flow-step__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.6rem * 2) + 1.6rem) / 2 + 0rem);
}
@media screen and (max-width: 768px){

	.flow-step__content {
    display: block;
    padding: 2.5rem 0;
}

	.flow-step__num {
    width: 100%;
    font-size: 4.6rem;
    top: 0;
}

	.flow-step__num span {
    margin-bottom: .3rem;
    font-size: 1.1rem;
}
.flow-step__inner {
    width: 100%;
    margin-top: 1rem;
}
.flow-step__heading {
    font-size: 1.6rem;
    text-align: center;
}
.flow-step__txt {
    font-size: 1.3rem;
}
.flow-step__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.3rem * 2) + 1.3rem) / 2 + 0rem);
}
.flow-step__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.3rem * 2) + 1.3rem) / 2 + 0rem);
}
}
.flow-deadline__item {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}


.flow-deadline__item .head {
    display: flex;
    margin-bottom: 25px;
    line-height: 1;
}

.flow-deadline__item .head .deadline {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.flow-deadline__item .head .deadline {
    letter-spacing: 0.12em;
	background-color: #000;
padding: 0.4em 0.8em 0.4em;
}
.flow-deadline__item .head .deadline:after {
    content: "";
    position: absolute;
    top: 17px;
    width: 1.3rem;
    height: 1px;
	margin-left: 22px;
	background-color: #e6e6e6

}
.flow-deadline__item .head .period {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}
.flow-deadline__item .head .period {
    letter-spacing: 0.12em;
	margin-left: 50px;
}

@media only screen and (max-width:768px){

	.flow-deadline__item .head .deadline {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
	font-family: "Sawarabi Mincho", YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;

}
.flow-deadline__item .head .period {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}
.flow-deadline__item .head .period {
    letter-spacing: 0.12em;
}
.flow-deadline__item .name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1b1b;
}
.flow-deadline__item .head .deadline:after {
    top: 11px;

}

}

/******************************************************************************
 * top-main-visual
*******************************************************************************/
#loading{
position:fixed;
top:0;
left:0px;
width:100%;
height:100%;
z-index:110;
background:#FFF no-repeat center center
}
#loading .out{
opacity:0;
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-ms-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100;
  z-index: 10000;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:350px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.top-slider {
	width: 100%;
	min-height: 74vh;
	margin: -44px 0 64px;
	position: relative;
	-webkit-clip-path:url(#mvClipPathSp);
	clip-path:url(#mvClipPathSp);
}
.swiper-wrapper {
	transition-timing-function: ease-in;
}
.top-slider div.slide01,
.top-slider div.slide02,
.top-slider div.slide03,
.top-slider div.slide04,
.top-slider div.slide01-sp,
.top-slider div.slide02-sp,
.top-slider div.slide03-sp,
.top-slider div.slide04-sp
{
	width: 100vw;
	height: 74vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.top-slider div.slide01 {
	background-image: url(../images/top-img01.jpg);
}

.top-slider div.slide02 {
	background-image: url(../images/top-img02.jpg);
}
.top-slider div.slide03 {
	background-image: url(../images/top-img03.jpg);
}
.top-slider div.slide04 {
	background-image: url(../images/top_img04.jpg);
}
.top-slider div.slide01-sp {
	background-image: url(../images/top-img01-sp.jpg);
}

.top-slider div.slide02-sp {
	background-image: url(../images/top-img02-sp.jpg);
}
.top-slider div.slide03-sp {
	background-image: url(../images/top-img03-sp.jpg);
}
.top-slider div.slide04-sp {
	background-image: url(../images/top_img04-sp.jpg);
}

@keyframes zoomDown {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.top-slider .swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	-webkit-animation: zoomDown 10s linear 0s;
	animation: zoomDown 10s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.top-slide-catch {
	display: flex;
	width: 100%;
	height: 74vh;
	/*background: rgba(0,0,0,.5);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
		-webkit-clip-path:url(#mvClipPathSp);
	clip-path:url(#mvClipPathSp);

}
.top-slide-catch-inner {
	padding: 0 8%;
	color: #fff;
	position: absolute;
	bottom: 20%;
}
.top-slide-catch-inner > span {
	font-size: 1.3rem;
	letter-spacing: .08em;
}
.top-slide-catch-inner > h1 {
	margin: 8px 0 24px;
	line-height: 1.5;
	font-size: 1.6rem;
			background: #0080d9;
        padding: 10px;
		border-radius: 5px;
    }


.top-slide-catch-inner > p {
	font-weight: 700;
	line-height: 1.8;
        background-color: #f1e335;
        padding: 10px;
        border-radius: 5px;
	color: #0080d9;
}
.top-slide-catch-inner > p > br {
	display: none;
}
.scrolldown{
	position:absolute;
	bottom:10px;
	right: 40px;
	z-index: 998;
}
.scrolldown span{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #eee;
	font-size: .6rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom:0;
	left:-3px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background:#eee;
	animation:
	circlemove 1.6s ease-in-out infinite,
	cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
	0%{bottom:45px;}
	100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 65px;
	background:#eee;
}

@media screen and (max-width: 520px) {
.top-slide-catch-inner > span {
    font-size: .9rem;
}
.top-slide-catch-inner > h2 {
    margin: 8px 0 24px;
    line-height: 1.5;
    font-size: 1.4rem;
}
.top-slide-catch-inner > p {
    font-size: .9rem;
}
}
@media screen and (min-width: 521px) {
	.top-slider {
		min-height: 840px;
		margin: -48px 0 80px;
		-webkit-clip-path:url(#mvClipPathSp);
		clip-path:url(#mvClipPathSp);
	}
	.top-slider div.slide01,
	.top-slider div.slide02,
	.top-slider div.slide03,
	.top-slider div.slide04,
	.top-slider div.slide01-sp,
.top-slider div.slide02-sp,
.top-slider div.slide03-sp,
.top-slider div.slide04-sp
	{
		height: 840px;
	}
	.top-slide-catch {
		height: 840px;
	}
	.swiper-pagination {
		bottom: 32px !important;
	}
	.top-slide-catch-inner {
		bottom: 16%;
	}
	.top-slide-catch-inner > span {
		font-size: 1rem;
	}
	.top-slide-catch-inner > h1 {
		margin: 14px 0 28px;
		font-size: 2rem;
		background: #0080d9;
        padding: 10px;
		border-radius: 5px;

	}
	.top-slide-catch-inner > p {
		line-height: 1.8;
		font-size: 2.2rem;
        background-color: #f1e335;
        padding: 10px;
        border-radius: 5px;
		color: #0080d9;}
	.top-slide-catch-inner > p > br {
		display: block;
	}
	.scrolldown{
		right: 52px;
	}

}

@media screen and (min-width: 1024px) {
	.top-slider {
		min-height: 720px;
		margin: 0px 0 80px;
		-webkit-clip-path:url(#mvClipPath);
		clip-path:url(#mvClipPath);
	}
	.top-slider div.slide01,
	.top-slider div.slide02,
	.top-slider div.slide03,
	.top-slider div.slide04,
	.top-slider div.slide01-sp,
.top-slider div.slide02-sp,
.top-slider div.slide03-sp,
.top-slider div.slide04-sp{
		height: 720px;
	}
	.top-slide-catch {
		height: 720px;
		-webkit-clip-path:url(#mvClipPath);
		clip-path:url(#mvClipPath);

	}
	.top-slide-catch-inner {
		padding: 0 10%;
	}
	.top-slide-catch-inner > h1 {
		font-size: 2.5rem;
		background: #0080d9;
        padding: 10px;
		border-radius: 5px;
    }
	}

}
@media screen and (min-width: 1210px) {
	.top-slider {
		min-height: 100vh;
	}
	.top-slider div.slide01,
	.top-slider div.slide02,
	.top-slider div.slide03,
	.top-slider div.slide04,
	.top-slider div.slide01-sp,
.top-slider div.slide02-sp,
.top-slider div.slide03-sp,
.top-slider div.slide04-sp
	{
		height: 100vh;
	}
	.top-slide-catch {
		height: 100vh;
	}
	.scrolldown{
		bottom:14px;
		right: 62px;
	}
	.scrolldown span{
		/*bottom: 18px;*/
  }
	@keyframes circlemove{
		0%{bottom:59px;}
		100%{bottom:-5px;}
	 }
	@keyframes cirlemovehide{
		0%{opacity:0}
		50%{opacity:1;}
		80%{opacity:0.9;}
		100%{opacity:0;}
	 }
	.scrolldown:after{
		height: 64px;
	}

}
/*----------------------------------------------------
  #Features
--------------------------------------------------- */

.features {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3.4%;
}
.features h3 {
  position: relative;
  padding: 2%;
  border: 3px solid #1bbb6c;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 40px auto 40px;
  width: 100%;
  display: block;
}

.features h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #0080d9 transparent transparent transparent;
}

.features h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.features h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  -webkit-text-stroke: 0.5px #000!important;
  display: inherit;
  margin-bottom: 10px;
}
.reason-tag {
    background: #0080d9;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    border-radius: 5rem;
    font-size: 18px;
    vertical-align: 0.8em;
    font-weight: 900;
	width: 300px;
	margin-bottom: 30px;
}

.features-content {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.features-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.features-content-img-wrap {
    position: relative;
}
.features-content-img-wrap::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 460px;
    height: 460px;
    background-color: #0080d9;
    border-radius: 10px;
}
.features-content-img {
    border: 4px solid #0080d9;
    border-radius: 10px;
    width: 460px;
    height: 460px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.features-content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-grab;
    cursor: grab;
}

.features-content-text {
    max-width: 490px;
    margin: 0 auto;
    position: relative;
}

.features-content-text .ttl {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.features-content-text .ttl-1::before {
    background-image: url(../images/f-line.svg);
    width: 70px;
    height: 20px;
}
.features-content-text .ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
@media (max-width: 1120px) {

.features-content-left {
    margin-left: auto;
}
.features-content-inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.features-content-img-wrap {
    margin: 0 auto 40px;
    padding-right: 2.66vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.features-content-img-wrap::before {
    width: 72vw;
    height: 72vw;
    top: 10px;
    left: 10px;
}
.features-content-img {
    width: 72vw;
    height: 72vw;
}
.features-content-text {
    max-width: 74.66vw;
}
.features-content-text .ttl {
    font-size: clamp(18px,5vw,3vw);
    margin-bottom: 25px;
}
.features-content-text .ttl-1::before {
    width: 50px;
    height: 13px;
}
}

@media (max-width: 768px) {

.features-content-text {
    max-width: 100%;
}
}

/******************************************************************************
 * rakupika
*******************************************************************************/
.block_rakupika{
	padding :30px 0 70px ;
}

.block_rakupika .set_b{
  background: linear-gradient(45deg, #37826c,#0080d9,#23d4a0);
  border-radius: 12px;
  padding: 8px;
}
.block_rakupika .set_b .inner-m{
  background: #ffffff;
  border-radius: 8px;
  padding-top: 4vw;
padding-bottom: 30px;
}
.block_rakupika .set_b h4{
  font-size: 2.2rem;
}
.block_rakupika .set_b h3{
  font-size: 16px;
  padding :10px 20px;


}
.block_rakupika .set_b p{
  padding :10px 20px;


}


.block_rakupika .set_b p{
  text-align: center;
}
.block_rakupika .set_b p span.txt_numeral{
  color: #1793E2;
  font-size: 4.0rem;
  font-weight: 900;
}
.block_rakupika .set_b ul{
  padding: 6vw;
}
.block_rakupika .set_b ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 1.5em;
  margin-right: 1em;
  margin-bottom: 1em;
}
.block_rakupika .set_b ul li:last-child{
  margin-bottom: 0;
}
.block_rakupika .set_b ul li::before{
  position: absolute;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/chk_blue.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
}
.block_rakupika .set_b ul.wrapper_shelf li{
  margin-bottom: 10vw;
}
.block_rakupika .set_b ul.wrapper_shelf li::before{
  background: none;
}
.block_rakupika .set_b ul.wrapper_shelf li figcaption{
  text-align: center;
  margin-top: 1em;
  color: #098BDE;
  font-size: 1.8rem;
}
@media screen and (min-width: 481px){

.block_rakupika .set_b ul {
  padding: 4vw 4vw 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_rakupika .set_b ul.wrapper_shelf li {
  margin-bottom: 2vw;
}
}


@media screen and (min-width: 960px) {
.block_rakupika .set_b {
  padding: 7px;
}
.block_rakupika .set_b .inner-m {
  padding-top: 2vw;
}
.block_rakupika .set_b h4 {
  font-size: 2.4rem;
}
.block_rakupika .set_b p {
}
.block_rakupika .set_b p span.txt_numeral {
  font-size: 6.0rem;
}
.block_rakupika .set_b ul {
  padding: 30px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_rakupika .set_b ul li {
  font-size: 1.2rem;
  margin:0 10px 20px 20px;
}

}

/******************************************************************************
 * design-g
*******************************************************************************/
.design-g {
    margin-top: 4.75rem;
    border-radius: 10px;
    border: 3px solid #1bbb6c;
    background: #e5f7f1;
    padding-block: 1.875rem 3.125rem;
    text-align: center;
    /*color: #ffffff;*/
    max-width: 1000px;
    margin-inline: auto;
	padding: 40px 15px 40px;
}
.design-g-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-size: max(1.125rem,16px);
}
.design-g-text {
    margin-top: 0.875rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-size: 12px;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
}
.c-btn-width{
	width: 300px;
}
.c-btn__white {
    padding: 10px 20px 10px;
    background: #0080d9;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    -webkit-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
}
.design-g-btn {
    margin-top: 1.5rem;
}
.design-g p{
	text-align: left;
}

@media screen and (max-width: 767px){
.design-g {
    margin-top: 3.75rem;
    max-width: 37.5rem;
    padding-block: 2.0625rem 2.5625rem;
}
.design-g-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-size: 14px;
}
.design-g-text {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-size: 12px;
}
.c-btn__white {
    width: 18.75rem;
    padding-block: 1.4375rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
}
.design-g-btn {
    margin-top: 1.0625rem;
}
}


@media (hover:hover) {
    .c-btn__white:hover {
        background:#fff600;
        color:#0080d9
    }
}
/* .cont3 */
.works-youtube {
    /*padding-bottom: 12em;*/
}
        .video_container{
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }
        .video_container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


.works-youtube .sec {
    /*width: 46em;*/
    margin: 0 auto;
    position: relative;
}
.works-youtube .tit {
    color: #0181C0;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 1em;
}
.works-youtube .tit span {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0 1.2em;
    position: relative;
}
.works-youtube .movie {
    width: 100%;
    height: 0;
	margin: 0 auto;
    padding-top: 50%;
    position: relative;
}
.works-youtube .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.movie-def{margin-top: 30px;}
@media only screen and (max-width:1120px){
.works-youtube {
    /*padding-bottom: 21.33vw;*/
}
.works-youtube .sec {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.works-youtube .tit {
    color: #0181C0;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 1em;
}
.works-youtube .tit span {
    font-size: 3.33vw;
    margin-bottom: 0.3em;
}
.works-youtube .movie {
    padding-top: 45%;
}
.movie-def{margin-top: 0px;}
}

/*相談窓口はこちらから*/
#ct-float {
  transition: opacity var(--hover_time);
  opacity: 0;
  width: 90%;
  box-sizing: border-box;
  background-color: var(--color_point);
  color: #ffffff;
  text-align: center;
  padding: var(--pad_ss);
  border-radius: 20px;
  position: fixed;
  z-index: 1000;
  box-shadow: var(--shadow);
  max-width: 300px;
  bottom: var(--pad_xxs);
  right: var(--pad_xxs); }
  @media screen and (max-width: 834px) {
    #ct-float {
      font-size: 1.2rem; } }
  @media screen and (min-width: 835px) {
    #ct-float {
      right: 5%;
      max-width: 400px;
      right: var(--pad_s);
      bottom: 30px } }

.ct-float__ttl {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  margin-bottom: .5em;
  font-size: 1.6rem; }
  @media screen and (min-width: 835px) {
    .ct-float__ttl {
      font-size: 2.5rem; } }
 /* .ct-float__ttl::before, .ct-float__ttl::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: currentColor; }
*/

.ct-float__tel {
  font-weight: 700;
  font-family: var(--font_point);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 3rem; }
  @media screen and (min-width: 835px) {
    .ct-float__tel {
      font-size: 4.2rem; } }
  .ct-float__tel::before {
    content: "tel:";
    font-size: 60.6%; }

.ct-float__inst {
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  border-radius: 25px;
  max-width: 240px;
  width: 80%;
  background-color: #ffffff;
  color: var(--color_point);
  margin: 1em auto 0;
  height: 38px; }
  @media screen and (min-width: 835px) {
    .ct-float__inst {
      height: 40px; } }
  @media screen and (min-width: 835px) {
    .ct-float__inst {
      transition: opacity var(--hover_time); }
      .ct-float__inst:hover {
        opacity: 0.6; } }

/*# sourceMappingURL=style.css.map */
.img-responsive-rec {
    display: block;
    max-width: 500px;
    /*margin-left: auto;*/
    margin-right: auto;
    height: auto;
}
@media screen and (max-width: 768px) {
.img-responsive-rec {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
}	
	
.hw-btn a:hover{
	opacity: 0.7
}