@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*
@mixin serif() {
    font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

@mixin sansserif() {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', sans-serif;
}
*/
.font_en {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-style: normal; }

.font_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal; }

.color_base {
  color: #1a1a1a; }

tx*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

a[href*="tel:"] {
  pointer-events: none; }

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial; } }
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #1a1a1a;
  font-feature-settings: "palt";
  background-color: #fff;
  position: relative;
  letter-spacing: .15em; }
  body * {
    box-sizing: inherit; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 1.4rem; } }

.sp,
.tb_sp,
.tb {
  display: none !important; }

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; }

  .pc_tb,
  .tb_sp,
  .tb {
    display: block !important; } }
@media screen and (max-width: 599px) {
  .pc_tb,
  .tb {
    display: none !important; }

  .sp {
    display: block !important; } }
/*********************************************************/
main {
  overflow: hidden;
  min-height: 500px;
  display: block; }
  @media screen and (max-width: 599px) {
    main {
      min-height: 400px; } }

img {
  width: 100%; }

a {
  transition: opacity .4s;
  display: block;
  position: relative;
  color: #1a1a1a; }
  a:hover {
    opacity: 0.5; }
  a.txt_link {
    display: inline;
    color: #2941a7; }
  a.tel_link {
    display: inline; }

h1, h2, h3, h4, h5,
p, dt, dd, li {
  line-height: 1.5;
  letter-spacing: .15em; }

address {
  font-style: normal; }

figcaption {
  margin-top: .5em;
  font-size: 85%;
  line-height: 1.5;
  text-align: center;
  margin-top: .5em; }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9.5; }
  @media screen and (max-width: 599px) {
    .youtube {
      aspect-ratio: 16 / 9; } }
  .youtube iframe {
    width: 100%;
    height: 100%; }

/*********************************************************/
.inner {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box; }

.w1200 {
  max-width: 1200px;
  margin: 0 auto; }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w600 {
  max-width: 600px;
  margin: 0 auto; }

.bg_none {
  background-color: transparent !important; }

.btn a {
  margin: 0 auto 25px;
  background-color: #fff332;
  max-width: 450px;
  width: 80%;
  color: #2941a7;
  font-size: 2.8rem;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: .15em; }
  @media screen and (max-width: 1024px) {
    .btn a {
      font-size: 2.2rem;
      height: auto; } }
  @media screen and (max-width: 599px) {
    .btn a {
      font-size: 1.8rem;
      width: 100%; } }

.btn_push {
  font-weight: 700;
  box-shadow: 0 6px 0 #80791a;
  border-radius: 100px; }
  @media screen and (max-width: 599px) {
    .btn_push {
      box-shadow: 0 4px 0 #80791a; } }
  .btn_push:hover {
    opacity: 1;
    box-shadow: none;
    position: relative;
    top: 6px; }

.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn_arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: auto; }
    @media screen and (max-width: 599px) {
      .btn_arrow:after {
        right: 15px; } }

.txt_center {
  text-align: center; }
  @media screen and (max-width: 599px) {
    .txt_center {
      text-align: left; } }

.font_normal {
  font-weight: normal; }

.large {
  font-size: 1.2em; }

.small {
  font-size: .8em; }

.notes {
  margin-top: 1em;
  font-size: .8em;
  line-height: 1.5;
  display: block; }

.number {
  font-size: 120% !important; }

.red {
  color: #D80003; }

.bold {
  font-weight: bold !important; }

.nanameline {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  position: relative; }
  .nanameline:before, .nanameline:after {
    content: '';
    position: absolute;
    top: 35%;
    background: #2941a7;
    width: 2px;
    height: 50%; }
  .nanameline:before {
    transform: rotate(-25deg);
    left: 0; }
  .nanameline:after {
    transform: rotate(25deg);
    right: 0; }

.fukidashi_area {
  display: flex;
  justify-content: center;
  align-items: center; }
  .fukidashi_area .fukidashi {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
    border: solid 3px #2941a7;
    border-radius: 6px; }
    .fukidashi_area .fukidashi:before, .fukidashi_area .fukidashi:after {
      content: '';
      position: absolute;
      left: 50%; }
    .fukidashi_area .fukidashi:before {
      bottom: -24px;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #fff;
      z-index: 2; }
    .fukidashi_area .fukidashi:after {
      bottom: -30px;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #2941a7;
      z-index: 1; }

.kome {
  display: flex; }
  .kome:before {
    content: '※'; }

.kome_num {
  counter-reset: number 0; }
  .kome_num li {
    display: flex; }
    .kome_num li:before {
      counter-increment: number 1;
      content: "※" counter(number);
      margin-right: 5px; }

.marker {
  background: linear-gradient(transparent 50%, rgba(255, 225, 0, 0.4) 50%); }

.flex_box {
  display: flex;
  flex-wrap: wrap; }

.flex_tate_center {
  align-items: center; }

.flex_tate_bottom {
  align-items: flex-end; }

.flex_yoko_center {
  justify-content: center; }

.flex_yoko_spaceb {
  justify-content: space-between; }

/*********************************************************
　　　　　　　　　　　マージン・パディング
*********************************************************/
.mt1em {
  margin-top: 1em; }

.mt2em {
  margin-top: 2em; }

.mt3em {
  margin-top: 3em; }

.mb1em {
  margin-bottom: 1em; }

.mb2em {
  margin-bottom: 2em; }

.mb3em {
  margin-bottom: 3em; }

.mb4em {
  margin-bottom: 4em; }

.mb5em {
  margin-bottom: 5em; }

.mb6em {
  margin-bottom: 6em; }

.pt1em {
  padding-top: 1em; }

.pt2em {
  padding-top: 2em; }

.pt3em {
  padding-top: 3em; }

.pb1em {
  padding-bottom: 1em; }

.pb2em {
  padding-bottom: 2em; }

.pb3em {
  padding-bottom: 3em; }

.pb4em {
  padding-bottom: 4em; }

.pb5em {
  padding-bottom: 5em; }

.pb6em {
  padding-bottom: 6em; }

/*********************************************************/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-indent: -9999px;
  z-index: 100; }
  @media screen and (max-width: 599px) {
    #pagetop {
      bottom: 10px;
      right: 10px; } }
  #pagetop a {
    background: #1a1a1a;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 599px) {
      #pagetop a {
        width: 50px;
        height: 50px; } }
    #pagetop a:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      transform: rotate(45deg);
      margin-top: 10px; }
      @media screen and (max-width: 599px) {
        #pagetop a:before {
          width: 16px;
          height: 16px;
          margin-top: 8px; } }

/**********************************************/
/******************************************************
          main
******************************************************/
#index {
  	/******************************************************
            メインビジュアル
  	******************************************************/
  	/******************************************************
            メインビジュアル
  	******************************************************/
  	/******************************************************
            共通箇所など
  	******************************************************/
  	/******************************************************
            共通箇所など
  	******************************************************/ }
  #index .mv {
    width: 100%;
    height: 900px;
    background: url("../img/mv.jpg") no-repeat center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 599px) {
      #index .mv {
        height: 600px;
        margin-bottom: 80px; } }
    #index .mv .logo {
      max-width: 300px;
      width: 60%;
      position: absolute;
      top: 30px;
      left: 30px; }
      @media screen and (max-width: 599px) {
        #index .mv .logo {
          top: 2%;
          left: 4%; } }
    #index .mv .txt_area {
      position: absolute;
      top: 180px;
      left: 5%; }
      @media screen and (max-width: 599px) {
        #index .mv .txt_area {
          top: 110px; } }
      #index .mv .txt_area .copy_txt {
        color: #2941a7;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: calc((100% + 0.5vw) * 4);
        line-height: 1;
        margin-bottom: .4em; }
        @media screen and (min-width: 1600px) {
          #index .mv .txt_area .copy_txt {
            font-size: 10.8rem; } }
      #index .mv .txt_area h1 {
        color: #2941a7;
        font-weight: 400;
        font-size: 2.4rem; }
        @media screen and (max-width: 599px) {
          #index .mv .txt_area h1 {
            font-size: 1.6rem; } }
        #index .mv .txt_area h1 > div:not(:last-child) {
          margin-bottom: 15px; }
          @media screen and (max-width: 599px) {
            #index .mv .txt_area h1 > div:not(:last-child) {
              margin-bottom: 8px; } }
        #index .mv .txt_area h1 > div .bgappear {
          line-height: 1; }
          #index .mv .txt_area h1 > div .bgappear .slide-in_inner {
            padding: 5px 10px; }
            @media screen and (max-width: 599px) {
              #index .mv .txt_area h1 > div .bgappear .slide-in_inner {
                padding: 5px; } }
    #index .mv .item_area {
      position: absolute;
      bottom: -140px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      border-top-left-radius: 80px;
      border-top-right-radius: 80px;
      padding: 35px 10px 0 75px;
      max-width: 800px;
      width: 90%; }
      @media screen and (max-width: 599px) {
        #index .mv .item_area {
          bottom: -320px;
          padding: 10px 10% 0;
          border-top-left-radius: 60px;
          border-top-right-radius: 60px; } }
      #index .mv .item_area .flex_box {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px; }
        #index .mv .item_area .flex_box .item_pic {
          width: 40%;
          margin-top: -7%; }
          @media screen and (max-width: 599px) {
            #index .mv .item_area .flex_box .item_pic {
              width: 75%;
              margin: -10% auto 20px; } }
        #index .mv .item_area .flex_box .item_price {
          width: 55%; }
          @media screen and (max-width: 599px) {
            #index .mv .item_area .flex_box .item_price {
              width: 100%; } }
  #index .content {
    padding-top: 300px; }
    #index .content .box {
      padding: 160px 0;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        #index .content .box {
          padding: 100px 0; } }
      @media screen and (max-width: 599px) {
        #index .content .box {
          padding: 60px 0; } }
      #index .content .box:before {
        position: absolute;
        top: 0;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: calc((100% + 0.5vw) * 11.5);
        color: #dae0f2;
        mix-blend-mode: multiply;
        letter-spacing: 0;
        line-height: 0.6; }
        @media screen and (min-width: 1600px) {
          #index .content .box:before {
            font-size: 26rem; } }
        @media screen and (max-width: 1024px) {
          #index .content .box:before {
            font-size: 18rem; } }
        @media screen and (max-width: 599px) {
          #index .content .box:before {
            font-size: 10rem; } }
      #index .content .box:nth-child(odd) {
        background-color: #dae0f2; }
        #index .content .box:nth-child(odd):before {
          left: -0.05em; }
      #index .content .box:nth-child(even):before {
        right: -0.05em; }
    #index .content .title {
      text-align: center;
      font-size: 4rem;
      color: #2941a7;
      margin-bottom: 60px;
      font-weight: 700; }
      @media screen and (max-width: 1024px) {
        #index .content .title {
          font-size: 3.6rem;
          margin-bottom: 30px; } }
      @media screen and (max-width: 599px) {
        #index .content .title {
          font-size: 2.8rem; } }
    #index .content .midashi {
      color: #fff;
      text-align: center;
      background: #2941a7;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
      font-size: 3.6rem;
      letter-spacing: 0.2em;
      position: relative;
      max-width: 600px;
      width: 80%;
      margin: -150px auto 100px;
      line-height: 1.2; }
      @media screen and (max-width: 1024px) {
        #index .content .midashi {
          font-size: 3rem;
          margin: -110px auto 40px; } }
      @media screen and (max-width: 599px) {
        #index .content .midashi {
          height: 60px;
          font-size: 2rem;
          margin-top: -70px; } }
      #index .content .midashi:before, #index .content .midashi:after {
        content: '';
        border: 40px solid;
        position: absolute;
        top: 0; }
        @media screen and (max-width: 599px) {
          #index .content .midashi:before, #index .content .midashi:after {
            border-width: 30px; } }
      #index .content .midashi:before {
        border-color: transparent #2941a7 transparent transparent;
        left: -80px; }
        @media screen and (max-width: 599px) {
          #index .content .midashi:before {
            left: -60px; } }
      #index .content .midashi:after {
        border-color: transparent transparent transparent #2941a7;
        right: -80px; }
        @media screen and (max-width: 599px) {
          #index .content .midashi:after {
            right: -60px; } }
    #index .content .border_box {
      border: 2px solid #2941a7;
      padding: 110px 160px;
      background: #fff;
      overflow-x: clip; }
      @media screen and (max-width: 1024px) {
        #index .content .border_box {
          padding: 60px 40px; } }
      @media screen and (max-width: 599px) {
        #index .content .border_box {
          padding: 40px 5%; } }
  #index #campaign.box {
    padding-top: 240px; }
    @media screen and (max-width: 599px) {
      #index #campaign.box {
        padding-top: 140px; } }
    #index #campaign.box:before {
      content: 'CAMPAIGN'; }
  #index #campaign .border_box {
    z-index: 1; }
    #index #campaign .border_box:not(:last-child) {
      margin-bottom: 160px; }
      @media screen and (max-width: 599px) {
        #index #campaign .border_box:not(:last-child) {
          margin-bottom: 80px; } }
  #index #campaign .details .item:not(:last-child) {
    margin-bottom: 140px; }
    @media screen and (max-width: 599px) {
      #index #campaign .details .item:not(:last-child) {
        margin-bottom: 80px; } }
  #index #campaign .details .item img {
    display: block;
    margin: 0 auto; }
    #index #campaign .details .item img.name {
      max-width: 510px; }
    #index #campaign .details .item img.price {
      max-width: 660px; }
  #index #campaign .details .item .pic.flex_box {
    max-width: 880px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center; }
    #index #campaign .details .item .pic.flex_box figure {
      width: 55%; }
      @media screen and (max-width: 599px) {
        #index #campaign .details .item .pic.flex_box figure {
          width: 80%;
          margin: 0 auto; } }
    #index #campaign .details .item .pic.flex_box ul {
      width: 40%; }
      @media screen and (max-width: 599px) {
        #index #campaign .details .item .pic.flex_box ul {
          width: 100%;
          text-align: center; } }
      #index #campaign .details .item .pic.flex_box ul li {
        color: #2941a7;
        font-weight: bold;
        font-size: 2.8rem; }
        @media screen and (max-width: 1024px) {
          #index #campaign .details .item .pic.flex_box ul li {
            font-size: 2.2rem; } }
        @media screen and (max-width: 599px) {
          #index #campaign .details .item .pic.flex_box ul li {
            font-size: 1.8rem; } }
        #index #campaign .details .item .pic.flex_box ul li:not(:last-child) {
          margin-bottom: 50px; }
          @media screen and (max-width: 1024px) {
            #index #campaign .details .item .pic.flex_box ul li:not(:last-child) {
              margin-bottom: 20px; } }
        #index #campaign .details .item .pic.flex_box ul li span.large {
          background: #2941a7;
          color: #fff;
          font-size: 200%; }
        #index #campaign .details .item .pic.flex_box ul li span.small {
          font-weight: 400;
          line-height: 1.5;
          display: inline-block;
          font-size: .7em;
          margin-top: 10px;
          letter-spacing: .15em; }
  #index #campaign .details .item.item1 ul li:nth-child(1) {
    max-width: 320px; }
    @media screen and (max-width: 599px) {
      #index #campaign .details .item.item1 ul li:nth-child(1) {
        margin: 24px auto 30px;
        width: 75%; } }
  @media screen and (max-width: 599px) {
    #index #campaign .merit {
      padding-left: 0; } }
  @media screen and (max-width: 599px) {
    #index #campaign .merit .midashi {
      margin-left: auto;
      margin-right: 7%; } }
  #index #campaign .merit li:not(:last-child) {
    margin-bottom: 80px; }
    @media screen and (max-width: 599px) {
      #index #campaign .merit li:not(:last-child) {
        margin-bottom: 40px; } }
  #index #campaign .merit li:nth-child(n + 2) {
    margin-left: -7%; }
  @media screen and (max-width: 1024px) {
    #index #campaign .merit li img {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (max-width: 599px) {
    #index #campaign .merit li img {
      width: 100%; } }
  #index #voices.box:before {
    content: 'VOICES'; }
  #index #voices .title {
    margin-bottom: 20px; }
  #index #voices .lead {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px; }
    @media screen and (max-width: 599px) {
      #index #voices .lead {
        font-size: 1.8rem; } }
  #index #voices ul {
    justify-content: space-between; }
    #index #voices ul li {
      width: calc((100% - 20px) / 2);
      border: 2px solid #2941a7;
      padding: 25px 40px;
      background: #fff;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        #index #voices ul li {
          padding: 20px; } }
      @media screen and (max-width: 599px) {
        #index #voices ul li {
          width: 100%; }
          #index #voices ul li:not(:last-child) {
            margin-bottom: 20px; } }
      #index #voices ul li h3 {
        color: #2941a7;
        font-weight: 700;
        font-size: 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px; }
        @media screen and (max-width: 599px) {
          #index #voices ul li h3 {
            font-size: 1.8rem;
            margin-bottom: 10px; } }
        #index #voices ul li h3 img {
          display: inline-block;
          width: 60px;
          height: 60px;
          margin-right: 10px; }
          @media screen and (max-width: 599px) {
            #index #voices ul li h3 img {
              width: 40px;
              height: 40px; } }
      #index #voices ul li p {
        line-height: 1.8; }
  #index #compare.box:before {
    content: 'COMPARISON'; }
  #index #compare .inner_box {
    background: #fff;
    padding: 60px; }
    @media screen and (max-width: 599px) {
      #index #compare .inner_box {
        padding: 20px; } }
    #index #compare .inner_box .flex_box {
      justify-content: space-between;
      align-items: center; }
      #index #compare .inner_box .flex_box:nth-child(2) {
        flex-direction: row-reverse; }
      #index #compare .inner_box .flex_box:not(:last-child) {
        margin-bottom: 40px; }
      #index #compare .inner_box .flex_box figure {
        width: 45%; }
        @media screen and (max-width: 1024px) {
          #index #compare .inner_box .flex_box figure {
            width: 100%;
            margin-bottom: 30px; } }
      #index #compare .inner_box .flex_box .txt_area {
        width: 52%; }
        @media screen and (max-width: 1024px) {
          #index #compare .inner_box .flex_box .txt_area {
            width: 100%; } }
        #index #compare .inner_box .flex_box .txt_area p {
          line-height: 1.8;
          font-size: 1.8rem; }
          @media screen and (max-width: 599px) {
            #index #compare .inner_box .flex_box .txt_area p {
              font-size: 1.4rem; } }
          #index #compare .inner_box .flex_box .txt_area p:not(:last-child) {
            margin-bottom: 1em; }
          #index #compare .inner_box .flex_box .txt_area p .txt_link {
            font-weight: 700; }
  #index #apply dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #index #apply dl:not(:last-child) {
      margin-bottom: 10px; }
    #index #apply dl dt, #index #apply dl dd {
      padding: 5px 10px;
      min-height: 60px; }
    #index #apply dl dt {
      color: #fff;
      text-align: center;
      background-color: #2941a7;
      width: 15em;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold; }
      @media screen and (max-width: 599px) {
        #index #apply dl dt {
          width: 100%;
          margin-right: 0; } }
    #index #apply dl dd {
      background-color: #dae0f2;
      width: calc(100% - 15em - 10px);
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 1.8rem;
      padding-left: 20px; }
      @media screen and (max-width: 599px) {
        #index #apply dl dd {
          width: 100%;
          font-size: 1.6rem; } }
    #index #apply dl.select dd {
      background-color: transparent;
      padding-left: 0; }
      #index #apply dl.select dd input {
        margin-right: 10px; }
      #index #apply dl.select dd label {
        margin-right: 20px;
        cursor: pointer;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 599px) {
          #index #apply dl.select dd label {
            width: 100%;
            margin: 10px 0; } }
    #index #apply dl.product dt, #index #apply dl.product dd {
      height: 90px; }
      @media screen and (max-width: 599px) {
        #index #apply dl.product dt, #index #apply dl.product dd {
          min-height: 60px;
          height: auto; } }
  #index #apply form#mail_form input[type="text"], #index #apply form#mail_form input[type="tel"], #index #apply form#mail_form input[type="email"] {
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%; }
  #index #apply form#mail_form .btn input[type="button"] {
    margin: 60px auto 25px;
    background-color: #fff332;
    width: 450px;
    height: 80px;
    color: #2941a7;
    font-size: 2.8rem;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .15em;
    font-weight: 700;
    box-shadow: 0 6px 0 #80791a;
    border-radius: 100px; }
    #index #apply form#mail_form .btn input[type="button"]:hover {
      opacity: 1;
      box-shadow: none;
      position: relative;
      top: 6px; }
    @media screen and (max-width: 1024px) {
      #index #apply form#mail_form .btn input[type="button"] {
        font-size: 2.2rem;
        height: 64px; } }
    @media screen and (max-width: 599px) {
      #index #apply form#mail_form .btn input[type="button"] {
        font-size: 1.8rem;
        box-shadow: 0 4px 0 #80791a;
        height: 56px;
        width: 90%;
        margin-top: 40px; } }
  #index #faq.box:before {
    content: 'FAQ'; }
  #index #faq dl {
    margin-bottom: 10px;
    border: 2px solid #2941a7; }
    #index #faq dl dt, #index #faq dl dd {
      padding: 20px 30px 20px 5rem;
      position: relative;
      background: #fff;
      width: 100%;
      line-height: 2; }
      @media screen and (max-width: 599px) {
        #index #faq dl dt, #index #faq dl dd {
          padding-right: 3em; } }
      #index #faq dl dt:before, #index #faq dl dd:before {
        font-size: 4rem;
        font-weight: 700;
        position: absolute;
        top: -0.5rem;
        left: 20px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;
        font-style: normal; }
    #index #faq dl dt {
      color: #2941a7; }
      #index #faq dl dt:before {
        content: 'Q';
        color: #2941a7; }
      #index #faq dl dt:after {
        right: 3rem;
        top: 25px;
        width: 10px;
        height: 10px;
        border-color: #2941a7; }
        @media screen and (max-width: 599px) {
          #index #faq dl dt:after {
            right: 2rem; } }
      #index #faq dl dt.open:after {
        top: 30px; }
    #index #faq dl dd {
      border-top: 1px solid #2941a7; }
      #index #faq dl dd:before {
        content: 'A';
        color: #f2d200; }
      #index #faq dl dd p {
        line-height: 2; }
        #index #faq dl dd p:not(:last-child) {
          margin-bottom: 1em; }

/******************************************************
          main
******************************************************/
/******************************************************
          header
******************************************************/
header {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  /**************************************************************
  					ハンバーガーメニュー
  **************************************************************/
  /**************************************************************
  			ハンバーガーメニュー
  **************************************************************/ }
  @media screen and (max-width: 599px) {
    header {
      top: 15px;
      left: 15px; } }
  header .logo {
    width: 160px; }
    @media screen and (max-width: 599px) {
      header .logo {
        width: 120px; } }
  header .scroll_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    justify-content: space-between;
    padding: 0 30px; }
    @media screen and (max-width: 599px) {
      header .scroll_menu {
        background: transparent; } }
    header .scroll_menu .logo {
      width: 160px; }
      @media screen and (max-width: 599px) {
        header .scroll_menu .logo {
          display: none; } }
    header .scroll_menu .header_btn {
      width: 100%;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        header .scroll_menu .header_btn {
          display: flex !important; } }
      @media screen and (max-width: 599px) {
        header .scroll_menu .header_btn {
          display: none !important; } }
      header .scroll_menu .header_btn li a {
        margin: 0;
        width: 330px;
        height: 60px;
        background-image: url("../img/btn_scroll.png"); }
        header .scroll_menu .header_btn li a:hover {
          opacity: .6; }
  header .nav {
    position: fixed;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100vh;
    background: #fff;
    display: block;
    transition: .5s;
    padding: 130px 80px 80px;
    z-index: -1;
    overflow-y: scroll; }
    @media screen and (max-width: 1024px) {
      header .nav {
        right: -70%;
        width: 70%; } }
    @media screen and (max-width: 599px) {
      header .nav {
        padding: 80px 5vw 5vw;
        right: -100%;
        width: 100%; } }
    header .nav.active {
      transform: translateX(-100%); }
    header .nav > ul {
      display: block;
      margin-bottom: 3em;
      font-size: 1.6rem; }
      header .nav > ul > li {
        margin-bottom: 2em;
        padding-bottom: .5em;
        border-bottom: 2px dotted #2941a7;
        padding-left: .5em;
        padding-right: .5em; }
        @media screen and (max-width: 599px) {
          header .nav > ul > li {
            font-size: 1.4rem;
            margin-bottom: 1em; } }
        header .nav > ul > li:last-child {
          border: none;
          padding: 0; }
          header .nav > ul > li:last-child img {
            border: 1px solid #e5e5e5; }
        header .nav > ul > li:nth-last-child(2) {
          padding: 0; }
  header #hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    cursor: pointer;
    transition: 1s;
    background: #2941a7;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 599px) {
      header #hamburger {
        width: 60px;
        height: 50px; } }
    header #hamburger .line {
      width: 35px;
      height: 25px;
      position: relative; }
      @media screen and (max-width: 599px) {
        header #hamburger .line {
          width: 30px;
          height: 20px; } }
    header #hamburger .inner_line {
      display: block;
      position: absolute;
      right: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      transition: .5s; }
    header #hamburger #line1 {
      top: 0; }
    header #hamburger #line2 {
      top: 50%;
      transform: translateY(-50%); }
    header #hamburger #line3 {
      bottom: 0px; }
    header #hamburger .line_1 {
      transform: rotate(-45deg);
      top: 13px !important; }
      @media screen and (max-width: 599px) {
        header #hamburger .line_1 {
          top: 10px !important; } }
    header #hamburger .line_2 {
      display: none; }
    header #hamburger .line_3 {
      transform: rotate(45deg);
      bottom: 11px !important; }
      @media screen and (max-width: 599px) {
        header #hamburger .line_3 {
          bottom: 9px !important; } }

/******************************************************
          header
******************************************************/
/******************************************************
          footer
******************************************************/
footer {
  background: url("../img/footer_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0 20px;
  text-align: center; }
  @media screen and (max-width: 599px) {
    footer {
      font-size: 1.3rem; } }
  footer .logo {
    max-width: 240px;
    width: 90%;
    margin: 0 auto 45px; }
  footer .contact_info {
    max-width: 320px;
    width: 90%;
    margin: 0 auto; }
    footer .contact_info li:not(:last-child) {
      margin-bottom: 30px; }
    footer .contact_info li.open {
      color: #2941a7; }
      footer .contact_info li.open span {
        display: block;
        font-size: .8em;
        margin-top: 5px; }
  footer .copyright {
    font-size: 1.2rem;
    margin-top: 50px;
    display: block; }
    @media screen and (max-width: 599px) {
      footer .copyright {
        font-size: 1rem; } }
footer .tel>a{
  color: #2941a7;
  font-size: 3.3rem;
  font-weight: bold;
}
/******************************************************
          footer
******************************************************/
/******************************************************
          下部ボタン
******************************************************/
.scroll_btn {
  display: none; }
  @media screen and (max-width: 599px) {
    .scroll_btn {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      padding: .5vw 1vw 1vw;
      z-index: 10;
      display: flex;
      align-items: center;
      transform: translateY(100%);
      transition: .3s; }
      .scroll_btn.active {
        transform: translate(0); }
      .scroll_btn .footer_btn {
        width: 100%;
        justify-content: center; }
        .scroll_btn .footer_btn li {
          width: 85%; }
          .scroll_btn .footer_btn li a {
            margin: 0 auto;
            width: 100%;
            height: 50px;
            background-image: url("../img/btn_scroll.png"); } }

/**************************************************************
　　　　　　　　　　　　delay 遅れて出現
**************************************************************/
.delay1 {
  animation-delay: .1s; }

.delay2 {
  animation-delay: .2s; }

.delay3 {
  animation-delay: .3s; }

.delay4 {
  animation-delay: .4s; }

.delay5 {
  animation-delay: .5s; }

.delay1s {
  animation-delay: 1s; }

.delay1_5s {
  animation-delay: 1.5s; }

.delay2s {
  animation-delay: 2s; }

.delay3s {
  animation-delay: 3s; }

@media screen and (max-width: 768px) {
  .delay, .delay2, .delay3, .delay4 {
    animation-delay: .4s; } }
/**************************************************************
　　　　　　　　　　アコーディオンメニュー
**************************************************************/
.accordion {
  position: relative;
  display: inline-block; }

.accordion:hover {
  cursor: pointer; }

.accordion:after {
  content: '';
  position: absolute;
  right: .5em;
  top: 8px;
  transition: all 0.2s ease-in-out;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg); }

.accordion.open:after {
  transform: rotate(-45deg);
  top: 8px; }

.accordion-content {
  display: none; }

/**************************************************************
　　　　　　　　　オープニングアニメーション
				（流れて現れるテキスト）
**************************************************************/
.slide-in {
  overflow: hidden;
  display: inline-block; }

.slide-in_inner {
  display: inline-block; }

/*表記例
<span class="slide-in leftAnime">
	<span class="slide-in_inner leftAnimeInner">流れて現れるテキスト</span>
</span>
*/
/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/ }

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: .6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: .6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
/**************************************************************
　　　　　　　　　　オープニングアニメーション
				（流れて現れるテキスト）
**************************************************************/
/**************************************************************
　　　　　　　　　　　　背景色が伸びて出現
**************************************************************/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: table; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  100% {
    transform-origin: left;
    transform: scaleX(1); } }
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/**************************************************************
　　　　　　　　　　　　背景色が伸びて出現
**************************************************************/
#thanks {
  text-align: center;
  padding-top: 160px; }
  @media screen and (max-width: 599px) {
    #thanks {
      padding-top: 80px; } }
  #thanks h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #2941a7;
    margin-bottom: 30px; }
    @media screen and (max-width: 599px) {
      #thanks h1 {
        font-size: 3rem; } }
  @media screen and (max-width: 599px) {
    #thanks p {
      text-align: left; } }
  #thanks .back {
    margin-top: 30px; }
