/*
Theme Name: ひな形
Version: 100
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
article,aside,footer,header,nav,section,figcaption,figure,main {display: block;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
ul {list-style:none;}
button,input,select,textarea {margin:0;background-color: transparent;color: inherit;font-size: inherit;line-height: inherit;}
button,input {overflow: visible;vertical-align:middle;}
button,select {text-transform: none;}
input,button,select {font-family: inherit;font-weight: inherit;}
input[type="submit"],input[type="button"],button[type="submit"] {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button;border: none;box-sizing: border-box;cursor: pointer;}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {display: none;}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {outline: none;}
/* IE 10+ ----- */
:-ms-input-placeholder {color: #999;}
html {box-sizing:border-box;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body {-webkit-text-size-adjust: 100%;}
*,*:before,*:after {background-repeat: no-repeat;box-sizing:inherit;}
:before,:after {text-decoration: inherit;vertical-align: inherit;}
img,embed,object,audio,video {height:auto;max-width:100%;}
img,iframe {border:0;}
img {vertical-align: bottom;}
svg {fill: currentColor;}
table {border-collapse:collapse;border-spacing:0;}
td,th {padding:0;text-align:left;font-weight: normal;}
a {background-color: transparent;-webkit-text-decoration-skip: objects;}

/*++++++++++++++++++*/
html {
  font:10px/1.6 "Noto Sans JP", sans-serif;
}
body {
  font-size: 1.6rem;
}
a:hover {
  opacity: .7;
}
.sp-only {
  display: none;
}
.mt16 {
  margin-top: 1.6rem;
}
.mt4 {
  margin-top: 4rem;
}
.header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  background: #fff;
  h1 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 30px;
    .logo1 {
      width: 230px;
      padding-bottom: 10px;
    }
  }
  .right {
    display: flex;
    align-items: center;
    .sp {
      display: none;
    }
    .btn1 {
      margin-left: 50px;
    }
    .btn2 {
      margin-left: 5px;
    }
  }
  .drawer-nav {
    position: relative;
    height: 100px;
    .drawer-open {
      padding-left: 10px;
      line-height: 100px;
      cursor: pointer;
    }
    .g-nav {
      display: none;
      position: absolute;
      top: 100px;
      width: 250px;
      background: #000;
      li {
        border-top: 1px solid #fff;
      }
      a {
        display: block;
        padding: 10px 20px;
        color: #fff;
        text-decoration: none;
        &::before {
          content: "▲";
          display: inline-block;
          transform: rotate(90deg);
          margin-right: 1em;
        }
      }
    }
  }
  .burger {
    display: none;
  }
} /* [end] .header */

.sp-nav {
  display: none;
}



@media (max-width: 1350px) {
  .header {
    /* height: 130px; */
    height: 100px;
    /* height: 60px; */
    h1 {
      padding-left: 30px;
      .logo1 {
        /* width: 230px; */
        width: 200px;
        /* width: 120px; */
        padding-bottom: 0;
      }
      .logo_x,.logo2 {
        display: none;
      }
    }
    .right {
      .pc {
        display: none;
      }
      .sp {
        display: block;
      }
      .btn1,.btn2 {
        width: 130px;
        /* width: 70px; */
      }
      .btn1 {
        margin-left: 0;
      }
      .btn2 {
        margin-left: 15px;
      }
    }
    .drawer-nav {
      display: none;
    }
    .burger {
      display: block;
      width: 110px;
      /* width: 60px; */
      height: 90px;
      /* height: 50px; */
      background: url(img/burger.png) center center no-repeat;
      /* background-size: 40px; */
      cursor: pointer;
      margin-left: 5px;
      &.opened {
        background: url(img/burger2.png) center center no-repeat;
        background-size: 30px;
      }
    }
  } /* [end] .header */

  .sp-nav {
    z-index: 100;
    display: none;
    position: fixed;
    /* top: 130px; */
    top: 100px;
	/* top: 60px; */
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    font-size: 2rem;
    li {
      border-bottom: 1px solid #fff;
    }
    a {
      display: block;
      padding: 1em 0;
      text-align: center;
      color: #fff;
      text-decoration: none;
    }
  }

} /* [end] max-width: 1350px */

@media (max-width: 1180px) {
  html {
    font-size: calc( 1vw * 100 / 118);
  }
} /* [end] max-width: 1180px */

@media (max-width: 780px) {
  html {
    font-size: calc( 1vw * 100 / 78);
  }

  .header {
    height: 13rem;
    h1 {
      padding-left: 3rem;
      .logo1 {
        width: 25rem;
      }
    }
    .right {
      .btn1 {
        width: 16rem;
      }
      .btn2 {
        width: 16rem;
        margin-left: 1.5rem;
      }
    }
    .burger {
      width: 11rem;
      height: 9rem;
      margin-left: .5rem;
      background-size: 7rem;
      &.opened {
        background-size: 5rem;
      }
    }
  } /* [end] .header */

  .sp-nav {
    top: 13rem;
    font-size: 3rem;
    a {
      padding: 1em 0;
    }
  }

} /* [end] max-width: 780px */

.footer {
  background: #000;
  padding: 1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 1350px) {
  .footer {
    font-size: 2rem;
  }
}

article {
  padding-top: 100px;
  /* padding-top: 100px; */
  min-height: 80rem;
  overflow: hidden;

}
section {
  padding: 5rem;
}
.inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 1350px) {
  article {
    /* padding-top: 130px; */
    padding-top: 100px;
    /* padding-top: 60px; */
  }
}

@media (max-width: 780px) {
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}





.btn_orange {
  display: inline-block;
  width: 40rem;
  background: url(img/btn_icon.png) no-repeat right bottom, #ED7D31;
  background-size: 5rem;
  box-shadow: 0 .3rem .5rem rgba(0,0,0,.16);
  font-size: 2rem;
  color: #fff;
  line-height: 7rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.top {
  padding-top: 10rem;
  background: linear-gradient(#999, #fff);
  .mv {
    position: relative;
    .sp {
      display: none;
    }
    .btn_orange {
      position: absolute;
      right: 4.5rem;
      bottom: 5.25rem;
    }
  }
  .pc_big-left {
    margin-left: 5%;
    width: 80%;
    max-width: 910px;
  }
} /* [end] .top */

.h1 {
  position: relative;
  margin-bottom: 4rem;
  .en {
    display: block;
    font-size: 9.5rem;
    font-weight: bold;
    line-height: 1;
    color: #ECF8F9;
    &.blue {
      color: #36D1DC;
    }
  }
  .jp {
    display: block;
    margin-top: -.5rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  &::after {
    display: block;
    width: 32rem;
    height: 3px;
    margin-top: 1rem;
    content: "";
    background-image: repeating-linear-gradient(90deg, #000000, #000000 15px, transparent 15px, transparent 30px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 3px;
  }
} /* [end] .h1 */


.top-mv {
  position: relative;
  padding: 0;
  img,video {
    width: 100%;
  }
  .tb-sp {
    display: none;
  }
  .btn {
    position: absolute;
    bottom: 12.1%;
    left: 21.9%;
    display: block;
    width: 23.4%;
  }
}
@media (max-width: 1100px) {
  .top-mv {
    padding: 0;
    .pc {
      display: none;
    }
    .tb-sp {
      display: inline-block;
    }
    .btn {
      bottom: 5.4%;
      left: 5.2%;
      display: block;
      width: 57.6%;
    }
  }
}
@media (max-width: 780px) {
  .btn_orange {
    font-size: 2.4rem;
  }

  article {
    padding-top: 13rem;
  }
  .top {
    padding-top: 10rem;
    .mv {
      .pc {
        display: none;
      }
      .sp {
        display: block;
      }
      .btn_orange {
        right: 0;
        left: 0;
        margin: auto;
        bottom: 8rem;
        width: 46rem;
      }
    }
    .pc_big-left {
      display: none;
    }
  } /* [end] .top */

  .h1 {
    margin-bottom: 4rem;
    .en {
      font-size: 12rem;
      &.sp_60 {
        font-size: 6rem;
      }
      &.sp_65 {
        font-size: 6.5rem;
      }
      &.sp_85 {
        font-size: 8.5rem;
      }
      &.sp_100 {
        font-size: 10rem;
      }
      &.sp_110 {
        font-size: 11rem;
      }
    }
    .jp {
      margin-top: -.5rem;
      font-size: 4.5rem;
    }
    &::after {
      width: 35rem;
      height: .3rem;
      margin-top: 1rem;
      background-image: repeating-linear-gradient(90deg, #000000, #000000 1.5rem, transparent 1.5rem, transparent 3rem);
      background-size: 100% 3px;
    }
  } /* [end] .h1 */
} /* [end] max-width: 780px */

.tool-header {
  font-size: 1.6rem;
  .p1 {
    color: #979797;
    margin-bottom: 1em;
  }
  .p2 {
    display: inline-block;
    padding: 0 1em;
    margin-bottom: 2em;
    background: #0575E6;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 2;
  }
}

.tool-flex {
  display: flex;
  gap: 2rem;
  border-top: 1px solid #DBDBDB;
  padding-top: 4rem;
  .tool-left {
    width: 16rem;
    .logo {
      margin-bottom: 0.5rem;
    }
    .flex {
      display: flex;
      gap: 0.5rem;
      img {
        width: calc((100% - 1rem) / 3);
      }
    }
  }
  .tool-main {
    .tool_h2 {
      position: relative;
      display: inline-block;
      padding: .5rem 1.5rem;
      margin-bottom: .4em;
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.3em;
      text-decoration: none;
    }
    .tool_h2::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: #000000;
      transform: skewX(-15deg);
    }
    .price {
      margin-bottom: 2rem;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1;
    }
  }

} /* [end] tool-flex */

.tool-merit {
  padding-top: 3rem;
  padding-left: 18rem;
  .tool-merit_h2 {
    font-size: 2.4rem;
    font-weight: 500;
    background-image: linear-gradient(90deg, #0575E6 0 10%, #DBDBDB 10%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
    margin-bottom: 0.25em;
  }
  .tool-merit_list {
    li {
      padding: 1.5rem;
      padding-left: 6rem;
      margin-top: 1.6rem;
      background-color: #999;
      background: url(img/tool-merit_list.png) no-repeat left 1em top 1em,#F5F5F5;
      background-size: 2.5rem;
      font-size: 2rem;
    }
  }
  .center {
    margin-top: 5.5rem;
    text-align: center;
  }
}



@media (max-width: 780px) {

  .tool-header {
    font-size: 3.2rem;
    .p1 {
      margin-bottom: .75em;
    }
    .p2 {
      margin-bottom: 1em;
      border-radius: .5rem;
    }
  }
  .tool-flex {
    gap: 2rem;
    .tool-left {
      width: 33rem;
      .logo {
        margin-bottom: 0.5rem;
      }
      .flex {
        gap: 0.5rem;
        img {
          width: calc((100% - 1rem) / 3);
        }
      }
    }

  } /* [end] tool-flex */
  .tool-merit {
    padding-left: 0;
    .tool-merit_h2 {
      font-size: 3.2rem;
    }
    .tool-merit_list {
      li {
        margin-top: 2.4rem;
        font-size: 2.4rem;
      }
    }
    .center {
      margin-top: 5.5rem;
      a {
        display: inline-block;
        width: 40rem;
      }
    }
  }

}


/* modal ----- */
.modal-bg {
  opacity: 0;
  visibility:hidden;
  transition: all .5s;
  z-index: 300;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.85);
  overflow: auto;
}
.is-active {
  opacity: 1;
  visibility: visible;
}
.modal {
  position: relative;
  z-index: 310;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  padding: 25px 85px;
  margin: auto;
  background: #fff;
}
.modal::before,
.modal::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  height: 100%;
  width: 100px;
  /* background: rgba(255,0,255, 0.5); */
  background: #fff;
}
.modal::before {
  left: 0;
}
.modal::after {
  right: 0;
}
.modal-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 55px;
  z-index: 20;
  border: none;
  font-size: 0;
}
.slick-prev {
  left: 15px;
  background: url(img/nav-l.png) center center / cover no-repeat;
}
.slick-next {
  right: 15px;
  background: url(img/nav-r.png) center center / cover no-repeat;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 50px;
}
.modal .slick-slide {
  padding: 15px;
}
.modal .slick-track {
  float: left;
}
.modal-thumb img {
  width: calc((100% - 40px) / 2 );
}

@media (max-width: 780px) {
  .modal {
    padding: calc(60vw / 11) calc(100vw / 11);
  }
  .modal::before,
  .modal::after {
    width: calc(115vw / 11);
  }

  .slick-arrow {
    height: calc(60vw / 11);
    width: calc(65vw / 11);
  }
  .slick-prev {
    left: calc(15vw / 11);
  }
  .slick-next {
    right: calc(15vw / 11);
  }
  .modal .close {
    width: calc(80vw / 11);
  }
  .modal .slick-slide {
    padding: calc(15vw / 11);
  }
  .modal-thumb img {
    width: calc((100% - 90px) / 2 );
  }
}

.gra_h2 {
  background: linear-gradient(90deg, #0575E6, #033B73);
  margin: 1.25em 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.flex_img {
  display: flex;
  justify-content:center;
  margin: 4rem 0;
  &>* {
    min-width: 0;
  }
}
.gap15 {
  gap: 1.5rem;
}
.gap20 {
  gap: 2.0rem;
}
.gap25 {
  gap: 2.5rem;
}

.flex_pc {
  display: flex;
  &>* {
    width: 50%;
  }
}
.table_black {
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-top: -1rem;
  th,td {
    padding: 1rem 2rem;
  }
  th {
    width: 19rem;
    background: #000;
    border-radius: .5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}


@media (max-width: 780px) {
  .gra_h2 {
    margin-bottom: 1.25em;
  }
  .flex_img {
    margin: 3rem 0;
  }
  .gap15 {
    gap: 1rem;
  }
  .gap20 {
    gap: 1.5rem;
  }
  .gap25 {
    gap: 2rem;
  }

  .flex_pc {
    flex-flow: column;
    &>* {
      width: 100%;
    }
  }
  .table_black {
    border-spacing: 0 2rem;
    margin-top: -2rem;
    th {
      width: 20rem;
      font-size: 2rem;
    }
    td {
      padding: 1rem 0 1rem 3rem;
      font-size: 2.4rem;
    }
  }
}


.tool_logo_list {
  margin: 8rem 0;
  h2 {
    margin-bottom: .5rem;
    text-align: center;
  }
  .tac {
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
  }
}
.logo_list img {
  width: 15rem;
  padding: 0 1rem;
}

@media (max-width: 780px) {
  .tool_logo_list {
    h2 {
      margin-bottom: 1rem;
      img {
        width: 48rem;
      }
    }
    .tac {
      font-size: 2.4rem;
    }
  }
  .logo_list img {
    width: 15rem;
    padding: 0 11px;
  }
}

.blue_erea {
  position: relative;
  background: linear-gradient(90deg, #36D1DC, #0575E6);
  padding: 9rem 0 3rem;
  margin: 8rem 0;
  color: #fff;
  text-align: center;
  h2 {
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  p {
    margin: 2rem 0;
    font-size: 2.4rem;
  }
  .btn {
    display: inline-block;
    width: 40rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .16);
  }
}

@media (max-width: 780px) {
  .blue_erea {
    padding: 9rem 4rem 3.5rem;
    margin: 8rem 0;
    h2 {
      top: -5rem;
      width: 70rem;
    }
    &>img {
      width: 58rem;
    }
    p {
      margin: 2rem 0;
      font-size: 2rem;
    }
  }
}


.problem_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
  li {
    display: flex;
    align-items: center;
    height: 10rem;
    width: calc((100% - 3rem) / 3);
    padding: 1.5rem;
    padding-left: 7rem;
    background: url(img/problem_list.png) no-repeat left 1em center,#FFF;
    background-size: 3.5rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .16);
    font-size: 1.6rem;
  }
}
.tac {
  text-align: center;
}
.pt5 {
  padding-top: 5rem;
}
.pt3 {
  padding-top: 3rem;
}

@media (max-width: 780px) {
  .problem_list {
    gap: 1.5rem;
    li {
      width: 100%;
      padding-left: 8rem;
      background-size: 4rem;
      box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .16);
      font-size: 2.4rem;
    }
  }
}

.p5 {
  padding-top: 5rem;
}
.no-section {
  padding: 0 5rem;
}
.blue_erea2 {
  position: relative;
  background: #ECF8F9;
  padding: 9rem 5rem 3rem;
  margin: 8rem 0;
  text-align: center;
  h2 {
    position: absolute;
    top: -6.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  p {
    margin: 2rem 0;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 780px) {
  .p5 {
    padding: 0 5rem;
  }
  .blue_erea2 {
    padding: 9rem 4rem 3.5rem;
    h2 {
      top: -7.5rem;
      width: 70rem;
    }
    &>img {
      width: 58rem;
    }
    p {
      margin: 2rem 0;
      font-size: 2rem;
    }
  }
}

.about {
  background: url(img/about_bg.png) center center / cover no-repeat;
}

.about_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
  li {
    display: flex;
    align-items: center;
    height: 10rem;
    width: calc((100% - 1.5rem) / 2);
    padding: 1.5rem;
    padding-left: 7rem;
    background: url(img/about_list.png) no-repeat left 1em center,#FFF;
    background-size: 3rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .16);
    font-size: 2rem;
  }
}

@media (max-width: 780px) {
  .about_list {
    gap: 1.5rem;
    li {
      width: 100%;
      padding-left: 8rem;
      background-size: 4rem;
      box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .16);
      font-size: 2.8rem;
    }
  }

}

.strong {
  display: flex;
  gap: 1.5rem;
  .box {
    width: calc((100% - 3rem) / 3);
    .img {
      position: relative;
      margin-bottom: 2rem;
    }
    .icon {
      position: absolute;
      left: .25rem;
      bottom: .25rem;
      width: 10rem;
    }
    h2 {
      font-size: 2rem;
      font-weight: 500;
      &::after {
        display: block;
        width: 100%;
        height: 1px;
        margin-top: 1rem;
        content: "";
        background-image: repeating-linear-gradient(90deg, #707070, #707070 8px, transparent 8px, transparent 16px);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 100% 1px;
      }
    }
    p {
      margin-top: 2rem;
    }
  }
}


@media (max-width: 780px) {
  .strong {
    flex-flow: column;
    gap: 5rem;
    .box {
      width: 100%;
      .img {
        margin-bottom: 3rem;
        .i {
          width: 100%;
        }
      }
      .icon {
        left: 1rem;
        bottom: 1rem;
        width: 20rem;
      }
      h2 {
        font-size: 4rem;
        &::after {
          margin-top: 3rem;
          content: "";
          background-image: repeating-linear-gradient(90deg, #707070, #707070 .8rem, transparent .8rem, transparent 1.6rem);
        }
      }
      p {
        margin-top: 3rem;
        font-size: 2.8rem;
      }
    }
  }
}


.merit_list {
  .merit_bg {
    display: flex;
    align-items: center;
    margin-left: -5rem;
    margin-right: -5rem;
    height: 47.5rem;
    &.bg1_pc {
      background: url(https://tools.bene-fits.jp/benefits/wp-content/uploads/2025/08/merit_bg01_pc.png) no-repeat center / cover;
    }
    &.bg2_pc {
      background: url(https://tools.bene-fits.jp/benefits/wp-content/uploads/2025/08/merit_bg02_pc.png) no-repeat center / cover;
    }
    .flex {
      display: flex;
      gap: 3rem;
      width: 100%;
      max-width: 1080px;
      margin: auto;
      .img {
        width: 54rem;
        img {
          width: 100%;
        }
      }
      &.reverse {
        flex-direction: row-reverse;
      }
      .txt {
        width: calc(100% - 56rem);
        padding: 0 1rem;
        .merit_header {
          display: flex;
          gap: 2rem;
          margin-bottom: 2.4rem;
          .m {
            z-index: 2;
            position: relative;
            display: inline-block;
            padding: .5rem 1.5rem;
            font-size: 2.8rem;
            line-height: 3.4rem;
            text-decoration: none;
            color: #fff;
            &::before {
              content: "";
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              z-index: -1;
              background-color: #003A72;
              transform: skewX(-15deg);
            }
          }
          .free {
            display: inline-block;
            border: 1px solid #36D1DC;
            padding: .5rem 1.5rem;
            font-size: 1.5em;
            line-height: 3.4rem;
            color: #36D1DC;
          }
          .not {
            border-color:#ED7D31;
            color: #ED7D31;
          }
        }
        h2 {
          margin-bottom: 1em;
          font-size: 2.4rem;
          font-weight: 500;
        }
        p {
          line-height: 2;
        }
      }
    }
  }
}

@media (max-width: 780px) {
  .merit_list {
    .merit_bg {
      margin-left: 0;
      margin-right: 0;
      height: auto;
      &+.merit_bg {
        margin-top: 6rem;
      }
      &.bg1_pc {
        background: none;
      }
      &.bg2_pc {
        background: none;
      }
      .flex {
        flex-flow: column;
        width: 100%;
        .img {
          width: 100vw;
          width: 78rem;
          display: block;
          padding: 0 5rem;
          margin-left: -5rem;
          margin-right: -5rem;
          &.bg1_sp {
            padding: 5rem;
            background: url(img/merit_bg01_sp.png) no-repeat center / contain;
          }
          &.bg2_sp {
            padding: 5rem;
            background: url(img/merit_bg02_sp.png) no-repeat center / contain;
          }
        }
        &.reverse {
        flex-flow: column;
        }
        .txt {
          width: 100%;
          .merit_header {
            margin-bottom: 3rem;
            .m {
              padding: 1rem 2rem;
              font-size: 3.2rem;
              line-height: 4rem;
            }
            .free {
              font-size: 2em;
              line-height: 4rem;
            }
          }
          h2 {
            font-size: 3.2rem;
          }
          p {
            font-size: 2.8rem;
          }
        }
      }
    }
  }
}


.function_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  .box {
    position: relative;
    width: calc((100% - 5rem) / 3);
    padding-bottom: 11rem;
    background: #F5F5F5;
    background-image: linear-gradient(180deg, #fff 0 5rem, #f5f5f5 5rem);
    .img {
      position: relative;
      margin-left: 2.5rem;
      width: calc(100% - 5rem);
      .i {
        width: 100%;
      }
      .icon {
        position: absolute;
        left: .25rem;
        bottom: .25rem;
    width: 6rem;
      }
    }
    h2 {
      margin: 2rem 0;
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
    }
    p {
      padding: 0 1rem;
      line-height: 1.8;
    }
    .tag_list {
      position: absolute;
      bottom: 2rem;
      display: flex;
      flex-wrap: wrap;
      gap: .5rem 1rem;
      padding: 0 1rem;
      li {
        background: #033B73;
        padding: .5rem;
        font-size: 1.4rem;
        color: #fff;
      }
    }
  }
}

@media (max-width: 780px) {
  .function_list {
    gap: 4rem;
    .box {
      width: 100%;
      padding-bottom: 18rem;
      background-image: linear-gradient(180deg, #fff 0 10rem, #f5f5f5 10rem);
      .img {
        margin-left: 5rem;
        width: calc(100% - 10rem);
        .icon {
          position: absolute;
          left: 1rem;
          bottom: 1rem;
     width: 12rem;
        }
      }
      h2 {
        margin: 2.4rem 0;
        font-size: 4rem;
      }
      p {
        font-size: 2.8rem;
        padding: 0 2rem;
      }
      .tag_list {
        bottom: 2rem;
        gap: 1rem 2rem;
        padding: 0 2rem;
        li {
          padding: 1rem;
          font-size: 2.8rem;
        }
      }
    }
  }
}

.txt_center {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  .orenge {
    color: #ED7D31;
    font-weight: bold;
  }
  .b {
    padding: .1em;
    font-size: 4.8rem;
    font-weight: bold;
    font-style: italic;
    color: #ED7D31;
  }
  .fz20 {
    font-size: 2rem;
  }
}


.oa-tool_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  li {
    width: calc((100% - 1.2rem * 4 ) / 5);
    img {
      width: 100%;
    }
  }
}
.wrapper100 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10rem;
}
.oa_slider {
  width: 66rem;
  margin: auto;
  .slick-slide {
    margin: 0 4rem;
  }
  .slick-list {
    overflow: visible;
  }
  .slick-arrow {
    height: 2.4rem;
    width: 2rem;
  }
  .slick-prev {
    left: -1.5rem;
    background-image: url(img/nav-l2.png);
  }
  .slick-next {
    right: -1.5rem;
    background-image: url(img/nav-r2.png);
  }
  .slick-dots {
    position: absolute;
    bottom: -6rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    font-size: 0;
    li {
      width: 3rem;
      text-align: center;
    }
    li button {
      height: 1.4rem;
      width: 1.4rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      background: #141414;
    }
    .slick-active button{
      height: 2.4rem;
      width: 2.4rem;
      background: #0575E6;
    }
  }
}
.oa_company {
  width: 58rem;
  padding: 4rem;
  box-shadow: .7rem .7rem 1rem rgba(214, 214, 214, .16);
  .c {
    margin-bottom: .8rem;
    font-weight: 500;
  }
  .tag {
    display: inline-block;
    padding: 0 .25em;
    margin-bottom: .8rem;
    border: 1px solid #0575E6;
    color: #0575E6;
    font-weight: 500;
  }
  .i {
    height: 4.5rem;
    margin-bottom: 1.7rem;
    img {
      height: 100%;
    }
  }
  .txt {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }

  .j {
    background: #F8F8F8;
    margin-bottom: 2rem;
    h3 {
      display: inline-block;
      padding: .5rem 1em;
      background: #0575E6;
      color: #fff;
      font-weight: 500;
    }
    ul {
      padding: 1.6rem;
      margin-left: 1em;
      li {
        text-indent: -1em;
        &::before {
          content: "\30FB";
        }
      }
    }
  }
  table {
    width: 100%;
    tr {
      border-top: 1px solid #E2E2E2;
      &:first-child { 
        border: none;
        th,td {
          /* padding-top: 0; */
        }
      }
      &:last-child {
        th,td {
          /* padding-bottom: 0; */
        }
      }
    }
    th {
      position: relative;
      width: 15rem;
      padding: 2.4rem 0 2.4rem 2.4rem;
      font-weight: 500;
      &::before {
        position: absolute;
        display: block;
        content: "";
        height: 2.4rem;
        width: .4rem;
        top: calc(50% - 1.2rem);
        left: 0;
        background: #0575E6;
        border-radius: 100px;
      }
    }
    td {
      position: relative;
      padding: 2.4rem 0 2.4rem 2.4rem;
      font-size: 1.4rem;
      /* &::before {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        top: calc(50% - 1rem);
        left: 0;
        margin-bottom: .5rem;
        margin-right: 2rem;
        border-style: solid;
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-left: 1.2rem solid #ED7D31;
        border-right: 0;
      } */
      ul {
        li {
          position: relative;
          padding-left: 2.4rem;
          &::before {
            position: absolute;
            display: block;
            content: "";
            width: 0;
            height: 0;
            top: calc(50% - .5rem);
            left: 0;
            margin-bottom: .5rem;
            margin-right: 2rem;
            border-style: solid;
            border-top: .75rem solid transparent;
            border-bottom: .75rem solid transparent;
            border-left: 1rem solid #ED7D31;
            border-right: 0;
          }
        }
      }


      .b {
        font-size: 2.1rem;
        font-weight: bold;
      }
    }
  }
}

@media (max-width: 780px) {
  .oa-tool_list {
    gap: 2rem;
    li {
      width: calc((100% - 2rem ) / 2);
    }
  }
  .oa_slider {
    width: 70rem;
    .slick-slide {
      margin: 0 2rem;
    }
    .slick-dots {
      bottom: -6rem;
      gap: .5rem;
      margin-top: 2rem;
      li {
        width: 3rem;
      }
      li button {
        height: .8rem;
        width: .8rem;
      }
      .slick-active button{
        height: 1.6rem;
        width: 1.6rem;
      }
    }
  }
  .oa_company {
    padding: 3.2rem;
    border: 3px solid #F6F6F6;
    .c {
      font-size: 2.4rem;
    }
    .tag {
      padding: 0 .25em;
      margin-bottom: 1.6rem;
      font-size: 2.4rem;
    }
    .i {
      margin-bottom: 1.6rem;
    }
    .txt {
      margin-bottom: 1.6rem;
      font-size: 2rem;
    }
    .j {
      margin-bottom: 2rem;
      h3 {
        padding: .25rem .75em;
        font-size: 2.4rem;
      }
      ul {
        padding: 2rem;
        font-size: 2rem;
      }
    }
    table {
      th {
        width: 20rem;
        font-size: 2.4rem;
        &::before {
          height: 2.7rem;
        }
      }
      td {
        font-size: 2rem;
        &::before {
          margin-bottom: 1.25rem;
          margin-right: 2rem;
          border-top: 1.3rem solid transparent;
          border-bottom: 1.3rem solid transparent;
          border-left: 1.6rem solid #ED7D31;
        }
        .b {
          font-size: 3.2rem;
        }
      }
    }
  }

}

.oat-flex {
  display: flex;
  flex-wrap: wrap;
  .box {
    width: 50%;
    padding: 5rem;
    &.end {
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
    }
    .note {
      padding-top: .5rem;
      font-size: 1.4rem;
      color: #8F8F8F;
    }
    .txt {
      font-size: 2rem;
      padding-bottom: 5%;
      span {
        font-size: 2.4em;
        color: #ED7D31;
        font-weight: bold;
        font-style: italic;
      }
    }
  }
}
@media (max-width: 780px) {
  .oat-flex {
    flex-flow: column;
    gap: 5.5rem;
    .box {
      width: 100%;
      padding: 1rem;
      .note {
        font-size: 2rem;
      }
      .txt {
        padding: 0 2rem;
        font-size: 2.8rem;
      }
    }
  }
}

.oat-single {
  display: flex;
  justify-content:center;
  .box {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
  width: 58rem;
    img {
      width: 100%;
    }
    p {
      margin-top: 2rem;
    }
    .note {
      font-size: 1.4rem;
      color: #8F8F8F;
    }
  }
}

@media (max-width: 780px) {
  .oat-single {
    .box {
      width: 67rem;
      p {
        margin-top: 3rem;
      }
      .note {
        font-size: 2rem;
      }
    }
  }
}

.oat-table {
  width: 100%;
  font-size: 1.8rem;
    th,td {
    width: calc(100% / 7);
    border: 1px solid #DBDBDB;
    text-align: center;
    font-weight: 500;
  }
  tr {
    &:first-child td {
      border-top: none;
    }
  }
  th {
    padding: .5rem 0;
    background: #ED7D31;
    color: #fff;
    border-top: none;
    border-bottom: none;
    &:first-child {
      border-left: 1px solid #ED7D31;
    }
    &:nth-last-child(2) {
      border-right: none;
    }
    &.blue {
      background: #0575E6;
      border: 1px solid #0575E6;
      border-top: none;
      border-left-width: .5rem;
      border-right-width: .5rem;
    }
  }
  td {
    position: relative;
    padding: 1.5rem 0;
    &:nth-last-child(2) {
      border-right: none;
    }
    &.blue {
      border: 1px solid #0575E6;
      border-left-width: .5rem;
      border-right-width: .5rem;
      color: #707070;
      font-size: 1.2em;
      font-weight: bold;
    }
    &.blue.bottom {
      border-bottom: none;
      &::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .4rem;
        background: #0575E6;
      }
    }
    .big {
      font-size: 1.4em;
    }

  }

}

@media (max-width: 780px) {
 .oat-table {
  font-size: 1.1rem;
 }
}

.full-bnr {
  background: url(https://tools.bene-fits.jp/benefits/wp-content/uploads/2025/08/bnr01_pc.png) center center / cover no-repeat;
  margin-bottom: 5rem;
  .inner {
    height: 42rem;
    max-width: calc(1078px + 4rem);
    padding: 0 2rem ;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .btn-wrap {
    display: flex;
    gap: 2rem;
    width: 83rem;
    margin-bottom: 5%;
    img {
      box-shadow: 0 .3rem .5rem rgba(0,0,0,.16);
    }
  }
}

@media (max-width: 780px) {
  .full-bnr {
    background: url(img/bnr01_sp.jpg) center center / cover no-repeat;
    .inner {
      height: 86vw;
    }
    .btn-wrap {
      flex-flow: column;
      gap: 2.4rem;
      width: 51%;
      margin-right: 8rem;
      margin-bottom: 4rem;
      a {
        width: 100%;
      }
    }
  }
}


.price-plan {
  display: flex;
  justify-content:center;
  gap: 1.5rem;
  .box {
    width: 35rem;
    font-weight: 500;
    .txt {
      display: flex;
      justify-content:center;
      align-items: center;
      height: 8rem;
      font-size: 2rem;
    }
    .price-box {
      border: 2px solid #0575E6;
      height: calc(100% - 8rem);
      padding-bottom: 2rem;
      background: #FCFCFC;
      &.c-orenge {
        border: 2px solid #ED7D31;
        h3 {
          background: #ED7D31;
        }
      }
      &.c-sky {
        border: 2px solid #36D1DC;
        h3 {
          background: #36D1DC;
        }
      }
      h3 {
        background: #0575E6;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        text-align: center;
      }
      .price {
        padding: 3rem 2rem;
        margin: 0;
        background: #fff;
        text-align: center;
        font-size: 1.6rem;
        .orenge {
          color: #ED7D31;
          font-weight: bold;
          line-height: 1;
        }
        .big {
          font-size: 3.2rem;
          font-weight: bold;
          line-height: 1.2;
        }
        .small {
          font-size: 2rem;
        }
      }
      .list {
        margin: 0 2rem;
        padding: 2rem;
        border-top: 1px solid #707070;
        font-size: 1.6rem;
        line-height: 1.4;
        p+p {
          margin-top: 1em;
        }
        .t,.n {
          text-indent: -1.5em
        }
        .t::before,
        .n::before {
          margin-right: .5em;
        }
        .t::before {
          content: "\25B6";
        }
        .n::before {
          content: "\203B";
        }
      }
    }
  }
}

@media (max-width: 780px) {
  .price-plan {
    flex-flow: column;
    gap: 3rem;
    .box {
      width: 100%;
      .txt {
        height: auto;
        margin-bottom: 1.5rem;
        font-size: 4rem;
      }
      .price-box {
        height: auto;
        padding-bottom: 0;
        h3 {
          padding: 1rem 0;
          font-size: 4.8rem;
        }
        .price {
          padding: 6rem 0;
          font-size: 2.8rem;
          .big {
            font-size: 6.4rem;
          }
          .small {
            font-size: 4rem;
          }
        }
        .list {
          margin: 0 0 0 3rem;
          padding: 5rem;
          padding-bottom: 8rem;
          font-size: 3.2rem;
        }
      }
    }
  }
}

.entry {
  background: #033B73;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  color: #fff;
  text-align: center;
  .txt {
    font-size: 2.4rem;
    font-weight: 500;
    span {
      padding: 0 .15em;
      font-size: 5rem;
      color: #ED7D31;
      font-weight: bold;
      font-style: italic;
    }
  }
}

@media (max-width: 780px) {
  .entry img {
    width: 6rem;
  }
}

.p-comp {
  background: #F5F5F5;
  width: 100%;
  max-width: 900px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  &.b {
    max-width: 1000px;
    margin-top: 3rem;
    h3 {
      background: linear-gradient(90deg, #36D1DC, #0575E6);
    }
    .num {
      color: #ED7D31;
    }
  }
  h3 {
    background: #0575E6;
    padding: .5rem;
    font-size: 20px;
    color: #fff;
    img {
      margin-left: 1rem;
    }
  }
  .flex {
    display: flex;
    gap: 1rem;
    justify-content:center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    padding: 1rem;
    .box {
      background: #fff;
      width: calc((100% - 2rem)/3);
      padding: 1.3rem;
      font-weight: bold;
      .bd {
        display: inline-block;
        padding: .1em .5em;
        font-size: 1.6rem;
        color: #033B73;
        border: 1px solid #033B73;
      }
      .price {
        font-size: 1.8rem;
        .num {
          margin: 0 .1em;
          font-size: 5.5rem;
          font-weight: 400;
        }
      }
    }
  }
}
.p-comp_txt {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 780px) {
  .p-comp_txt {
    font-size: 2.4rem;
    text-align: left;
  }
}


.comp-table {
  width: 100%;
  font-size: 1.6rem;
  th,td {
    border: 1px solid #DBDBDB;
    text-align: center;
    font-weight: bold;
  }
  tr {
    &:first-child td {
      border-top: none;
    }
  }
  th {
    padding: .5rem 0;
    background: #ED7D31;
    font-size: 2rem;
    color: #fff;
    border-top: none;
    border-bottom: none;
    &.blue {
      background: #0575E6;
      border: 1px solid #0575E6;
      border-top: none;
      border-left-width: .5rem;
      border-right-width: .5rem;
    }
    &.blank {
      background: none;
      border: none;
    }
  }
  td {
    position: relative;
    height: 7rem;
    width: calc((100% - 20rem )/ 3);
    padding-left: 8rem;
    line-height: 1.2;
    text-align-last: left;
    &:nth-last-child(2) {
      border-right: none;
    }
    &:first-child {
      width: 20rem;
      border-left: none;
      padding-left: 2rem;
      font-size: 2rem;
    }
    &.maru {
      background: url(img/icon02_maru.png) no-repeat left 2rem center;
      background-size: 4rem;
      &.blue {
        background: url(img/icon01_maru.png) no-repeat left 2rem center;
        background-size: 4rem;
      }
    }
    &.sankaku {
      background: url(img/icon02_sankaku.png) no-repeat left 2rem center;
      background-size: 4rem;
    }
    &.blue {
      border: 1px solid #0575E6;
      border-left-width: .5rem;
      border-right-width: .5rem;
    }
    &.blue.bottom {
      &::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .4rem;
        background: #0575E6;
      }
    }
  }
}

@media (max-width: 780px) {
  .comp-table {
    font-size: 1.25rem;
    th {
      padding: .2rem 0;
      font-size: 1.5rem;
    }
    td {
      height: 7rem;
      width: calc((100% - 15rem )/ 3);
      padding-left: 3.5rem;
      font-weight: 500;
      &:first-child {
        width: 15rem;
        padding-left: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
      }
      &.maru {
        background-size: 2.3rem;
        background-position: left .6rem center;
        &.blue {
          background-size: 2.3rem;
          background-position: left .6rem center;
        }
      }
      &.sankaku {
        background-size: 2.3rem;
        background-position: left .6rem center;
      }
    }
  }
}


.comp {
  position: relative;
  background: #ECF8F9;
  padding: 8rem 5rem 3rem;
  margin: 12rem 0 8rem;
  background: url(img/comp_bg.png) center center / cover no-repeat;
  text-align: center;
  .fukidashi {
    position: absolute;
    top: -6.5rem;
    left: 0;
    right: 0;
    width: 100rem;
    margin: auto;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    .orenge {
      padding: 1.5rem 2.5rem;
      background: #ED7D31;
    }
    .img {
      margin: auto;
      width: 7.7rem;
      .pc-only {
        display: block;
      }
    }
  }
  video {
    width: 60rem;
  }
}

@media (max-width: 780px) {
  .no-section {
    padding: 0;
  }
  .comp {
    margin: 10rem 0 6rem;
    .fukidashi {
      top: -5.5rem;
      width: 70rem;
      line-height: 1.4;
      .img {
        width: 5rem;
        .pc-only {
          display: none;
        }
        .sp-only {
          display: block;
        }
      }
    }
  }
}

.price1 {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  text-align: center;
  font-weight: 500;
  .cc {
    display: flex;
    align-items: center;
    justify-content:center;
  }
  p.cc {
    height: calc(12rem - 3.5rem);
  }
  .plus {
    width: 4.5rem;
  }
  .box {
    height: 12rem;
    width: 30rem;
    border: 2px solid #0575E6;
    h3 {
      background: #0575E6;
      line-height: 3.5rem;
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
    }
    p {
      font-size: 2.8rem;
      color: #707070;
    }
  }
}

@media (max-width: 780px) {
  .price1 {
    flex-flow: column;
    gap: 3.2rem;
    p.cc {
      height: calc(21rem - 6rem);
    }
    .plus {
      width: 7rem;
    }
    .box {
      height: 21rem;
      width: 53rem;
      h3 {
        line-height: 6rem;
        font-size: 2.8rem;
      }
      p {
        font-size: 4.7rem;
      }
    }
  }
}

.price2 {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 2.2rem;
  text-align: center;
  .cc {
    display: flex;
    align-items: center;
    justify-content:center;
  }
  .plus {
    width: 4.5rem;
  }
  .cc.box {
    width: 25rem;
  }
  .box {
    height: 19rem;
    width: 65rem;
    border: 2px solid #033B73;
    h3 {
      background: #033B73;
      line-height: 4rem;
      font-size: 2.4rem;
      font-weight: bold;
      color: #fff;
    }
    img {
      height: 13.8rem;
    }
    p.cc {
      height: calc(19rem - 4rem);
      img {
        height: 10rem;
      }
    }

  }
}

@media (max-width: 780px) {
  .price2 {
    flex-flow: column;
    gap: 3.2rem;
    .plus {
      width: 7rem;
    }
    .cc.box {
      width: 35rem;
      height: 25rem;
    }
    .box {
      height: 19rem;
      width: 70rem;
      h3 {
        line-height: 4rem;
        font-size: 2.4rem;
      }
      img {
        height: 20rem;
      }
      p.cc {
        height: calc(19rem - 4rem);
        img {
          height: 10.5rem;
        }
      }

    }
  }
}


.flow {
  text-align: center;
  img {
    width: 83rem;
  }
}
.note-btm {
  margin-top: 4rem;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 780px) {
  .flow {
    img {
      width: 42rem;
    }
  }
  .note-btm {
    margin-top: 5.5rem;
    font-size: 2.8rem;
  }
}


.scene {
  display: flex;
  gap: 1.4rem;
  padding-left: 2rem;
  margin-top: 8rem;
  .txt-box {
    position: relative;
    width: 50rem;
    padding: 6rem 2.5rem 1rem;
    border: .5rem solid #0575E6;
    border-radius: 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    .icon {
      z-index: 5;
      position: absolute;
      top: -3rem;
      left: -2rem;
      border-radius: 100%;
      width: 8.5rem;
      height: 8.5rem;
    }
    .onym {
      z-index: 4;
      position: absolute;
      top: -3rem;
      left: 2.5rem;
      span {
        display: inline-block;
        padding: 0 2rem 0 5.5rem;
        background: #ED7D31;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 2.5rem;
        color: #fff;
      }
    }
    .black {
      z-index: 3;
      position: absolute;
      top: -1.5rem;
      left: 5.5rem;
      span {
        display: inline-block;
        padding: 0 2.3rem;
        background: #373737;
        font-size: 2rem;
        font-weight: bold;
        line-height: 5.5rem;
        color: #fff;
      }
    }
    .title {
      border-bottom: 1px solid #707070;
      padding: 0 0 1rem 3rem;
      margin-bottom: 1rem;
      font-size: 2rem;
      font-weight: bold;
    }
    .blue {
      margin-bottom: 1rem;
      font-size: 1.8rem;
      font-weight: 500;
      color: #0575E6;
    }
    .small {
      margin-top: 0.5rem;
      font-size: 1.4rem;
    }
  }
  .ar {
    display: flex;
    align-items: center;
  }
  .img {
    width: 50rem;
    height: 30rem;
    border: .5rem solid #0575E6;
    border-radius: 2rem;
    object-fit: cover;
  }
}

@media (max-width: 780px) {
  .scene {
    flex-flow: column;
    gap: 3rem;
    padding-left: 2.5rem;
    .txt-box {
      width: 67rem;
      min-height: 40rem;
      padding: 9rem 3.5rem 3.5rem;
      font-size: 2.4rem;
      .icon {
        top: -3.7rem;
        left: -2.5rem;
        width: 11.5rem;
        height: 11.5rem;
      }
      .onym {
        top: -3.7rem;
        left: 3rem;
        span {
          padding: 0 2rem 0 7rem;
          font-size: 1.9rem;
          line-height: 3.5rem;
        }
      }
      .black {
        top: -1.5rem;
        left: 7.5rem;
        span {
          padding: 0 2.3rem;
          font-size: 2.7rem;
          line-height: 6.5rem;
        }
      }
      .title {
        padding: 0 0 1rem 3rem;
        margin-bottom: 1.5rem;
        font-size: 2.8rem;
      }
      .blue {
        margin-bottom: 1.5rem;
        font-size: 2.8rem;
      }
      .small {
        margin-top: 0.5rem;
        font-size: 2.4rem;
      }
    }
    .ar {
      justify-content:center;
      img {
        width: 6.5rem;
      }
    }
    .img {
      width: 67rem;
      height: 40rem;
    }
  }
}

.flow2 {
  display: flex;
  gap: 2rem;
  .txt {
    position: relative;
    min-height: 30rem;
    width: 58rem;
    h3 {
      margin-bottom: 3rem;
      font-size: 2.8rem;
      color: #0575E6;
      font-weight: bold;
    }
    p {
      font-weight: bold;
      line-height: 1.8;
    }
    .center {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
    }
  }
  .btn img {
    width: 42rem;
  }
  .video {
    width: 50rem;
  }
}


@media (max-width: 780px) {
  .flow2 {
    gap: 4rem;
    flex-flow: column;
    .txt {
      min-height: none;
      width: 100%;
      text-align: center;
      h3 {
        margin-bottom: 2rem;
        font-size: 2.8rem;
      }
      p {
        font-size: 2.4rem;
        line-height: 1.5;
      }
      .center {
        position: relative;
        margin-top: 3rem;
      }
    }
    .btn img {
      width: 51rem;
    }
    .video {
      width: 100%;
    }
  }
}

.payment {
  display: flex;
  gap: 2rem;
  .box {
    padding: 2.3rem 3.5rem;
    border: 4px solid #F5F5F5;
    text-align: center;
    p {
      margin-top: 1rem;
      font-weight: bold;
    }
  }
}
@media (max-width: 780px) {
  .payment {
    flex-wrap: wrap;
    justify-content:center;
    gap: 3.4rem;
    .box {
      width: calc((100% - 3.4rem)/2);
      padding: 4rem 6rem;
      p {
        margin-top: 2rem;
        font-size: 2.8rem;
      }
    }
  }
}

.access {
  display: flex;
  justify-content:center;
  font-weight: 500;
  text-align: center;
  .box {
    width: 26rem;
  }
  .box+.box {
    border-left: 3px solid #DBDBDB;
  }
  img {
    height: 6rem;
    margin-bottom: 1rem;
  }
  .big {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.map-full {
  height: 30rem;
  width: calc(100% + 10rem);
  margin: 2.5rem -5rem 0;
}


.achive {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  .box {
    width: 100%;
    padding: 3rem 0;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.16);
    text-align: center;
    p {
      margin-bottom: 3rem;
      font-size: 2.4rem;
      font-weight: bold;
    }
    .flex {
      gap: 1rem;
      display: flex;
      flex-wrap: wrap;
      justify-content:center;
      align-items: center;
      height: calc(100% - 7rem);
    }
    img {
      width: 14rem;
    }
  }
  .box.w530 {
    gap: 2rem;
    width: 53rem;
  }
}

@media (max-width: 780px) {
  .achive {
    gap: 3.2rem;
    .box {
      p {
        margin-bottom: 2.5rem;
        font-size: 3.2rem;
      }
      .flex {
        gap: 1.2rem;
        height: auto;
      }
      img {
        width: 31.3rem;
      }
    }
    .box.w530 {
      gap: 1.2rem;
      width: 100%;
    }
  }
}


.faq-list{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
  .faq-items{
    width: 100%;
    border: 1px solid #888;
  }
  .faq-items:last-child{
    margin-bottom: 0;
  }
  .faq-items .question{
    position: relative;
    background: #ffffff;
    cursor: pointer;
  }
  .faq-items .question::before{
    position: absolute;
    top: calc(50% - 2rem);
    right: 1rem;
    margin: auto;
    content: "\FF0B";
    color: #ED7D31;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.46;
    vertical-align: middle;
  }
  .faq-items .question.open::before{
    content: "\FF0D";
  }
  .question dl{
    display: flex;
  }
  .question dt{
    width: 6rem;
    font-size: 4rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .question dt{
    color: #0575E6;
    line-height: 2;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .question dd{
    width: calc(100% - 6rem);
    display:flex;
    flex-direction:column;
    justify-content:center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    padding: 1.5rem 5rem 1.5rem 1rem;
  }
  .answer{
    background: #F5F5F5;
    display: none;
    padding: 3rem 5rem;
    font-weight: 500;
    line-height: 1.8;
    p+p {
      margin-top: 1.5em;
    }
  }
  .btn {
    width: 20rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.16);
  }
}

@media (max-width: 780px) {
  .faq-list{
    .faq-items .question::before{
      right: 2rem;
    }
    .question dt{
      justify-content: flex-start;
      width: 7rem;
    }
    .question dd{
      width: calc(100% - 8rem);
      font-size: 2.4rem;
      padding: 1.5rem 5rem 1.5rem 1rem;
    }
    .answer{
      font-size: 2.4rem;
      p+p {
        margin-top: 1em;
      }
    }
    .btn {
      width: 30rem;
    }
  }
}


input,
textarea {
  padding: 1rem;
  border: none;
  background: #fff;
}
input[type="checkbox"] {
  height: 1em;
  width: 1em;
  margin-right: .5em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  width: 100%;
  max-width: 80rem;
}
textarea {
  height: 20rem;
}
input[type="submit"] {
  width: 40rem;
  line-height: 7rem;
  margin-top: 4rem;
  background: #000;
  box-shadow: 0 .3rem .5rem rgba(0,0,0,.16);
  background: url(img/submit.png) bottom right / cover no-repeat;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.contact {
  width: 100%;
  max-width: 1040px;
  font-size: 1.8rem;
  th,td {
    padding: 1.2rem 0;
  }
  th {
    width: 24rem;
    padding-top: 2rem;
    font-weight: 500;
    vertical-align: top;
    .h,.n {
      margin-left: 1em;
      font-size: 1.4rem;
      font-weight: bold;
    }
    .h {
      color: #ED7D31;
    }
    .n {
      color: #0575E6;
    }
  }
  td {
    width: 80rem;
  }
  .seimei {
    display: flex;
    align-items: center;
    gap: 1rem;
    .s1,.s2 {
      font-weight: bold;
    }
    .s2 {
      margin-left: 1.5rem;
    }
    .w30 {
      width: 36rem;
    }
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    label {
      /* width: calc((100% - 1rem * 3)/4); */
    }
  }
}

@media (max-width: 780px) {
  input[type="submit"] {
    width: 50rem;
    font-size: 2.4rem;
  }

  .contact {
    font-size: 2.4rem;
    th,td {
      display: block;
      width: 100%;
    }
    th {
      padding-bottom: 0;
      font-size: 2.8rem;
      .h,.n {
        font-size: 2.4rem;
      }
    }
    .seimei {
      .w30 {
        width: 28rem;
      }
    }
    .flex {
      gap: 1rem;
      label {
        /* width: 40%; */
      }
    }
  }
}

.contact-flex {
  display: flex;
  gap: 3rem;
  .left-box {
    width: 51rem;
    font-weight: 500;
    .big {
      font-size: 2.4em;
    }
    h3 {
      margin-top: 4rem;
      margin-bottom: 1.6rem;
      font-size: 2rem;
      font-weight: bold;
    }
    .flex-img {
      display: flex;
      flex-wrap: wrap;
      gap: 1.6rem 1rem;
      img {
        /* width: calc((100% - 1.6rem*3)/4); */
      }
    }
    p+p,p+img {
      margin-top: 1em;
    }
  }
  .form-box {
    width: 54rem;
    background: #F5F5F5;
    padding: 4rem;
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea {
      width: 46rem;
    }
    th,td {
      display: block;
      width: 100%;
    }
    th {
      padding: 1.2rem 0 0;
      font-weight: 500;
      vertical-align: top;
    }
    td {
      padding-top: .5rem;
    }
    .seimei {
      display: flex;
      .w30 {
        width: 19rem;
      }
    }
    .flex {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      label {
        /* width: 40%; */
      }
    }
    .center {
      text-align: center;
    }

  }
}


@media (max-width: 780px) {
  .contact-flex {
    flex-flow: column;
    gap: 4rem;
    font-size: 2.1rem;
    .left-box {
      width: 100%;
      text-align: center;
      .big {
        font-size: 2.8rem;
      }
      h3 {
        margin-top: 3.2rem;
        margin-bottom: 2.4rem;
        font-size: 2.4rem;
      }
      .flex-img {
        gap: 1.6rem;
        img {
          width: calc((100% - 1.6rem*2)/3);
        }
      }
    }
    .form-box {
      width: calc(100% + 10rem);
      padding: 4rem;
      margin: 0 -5rem;
      input[type="text"],
      input[type="email"],
      input[type="tel"],
      input[type="url"],
      textarea {
        width: 70rem;
      }
      .seimei {
        display: flex;
        .w30 {
          width: 30.3rem;
        }
      }
      .flex {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        label {
          width: 40%;
        }
      }
      .center {
        text-align: center;
      }

    }
  }
}

.blue_erea3 {
  background: #ECF8F9;
  text-align: center;
  h3 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    font-weight: bold;
  }
  p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .contact-bnr_flex {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 2rem;
    a {
      width: 49rem;
      background: #fff;
      img {
        height: 10rem;
      }
    }
  }
}

@media (max-width: 780px) {
  .blue_erea3 {
    h3 {
      margin-bottom: 2.4rem;
      font-size: 3.6rem;
    }
    p {
      font-size: 2.4rem;
    }
    .contact-bnr_flex {
      margin-top: 3.4rem;
      gap: 2.4rem;
      a {
        width: 100%;
      }
    }
  }
}

.ather {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 1.5rem;
    .box {
      width: 35rem;
      .txt {
        position: relative;
        z-index: 2;
        padding: 0 2.5rem;
        margin-top: -2rem;
        text-align: center;
        h3 {
          background: #000;
          padding: 0.5rem 1rem;
          margin-bottom: 1.5rem;
          font-size: 2rem;
          font-weight: bold;
          color: #fff;
        }
      }
    }
  }
  .center {
    margin-top: 4rem;
    text-align: center;
    a {
      box-shadow: 0 .3rem .5rem rgba(0,0,0,.16);
      img {
        width: 40rem;
      }
    }
  }
}

@media (max-width: 780px) {
  .ather {
    .flex {
      gap: 5rem;
      font-size: 2.4rem;
      .box {
        width: 100%;
        .txt {
          padding: 0;
          margin-top: -4rem;
          h3 {
            padding: 1.5rem 2rem;
            margin: 0 5rem 3.2rem;
            font-size: 3.2rem;
          }
        }
      }
    }
    .center {
      margin-top: 5.5rem;
      a {
        img {
          width: 50rem;
        }
      }
    }
  }
}


.company-table {
  width: 100%;
  th,td {
    font-size: 1.8rem;
    padding: 3rem 5rem;
    border-bottom: 1px solid #DBDBDB;
    vertical-align: top;
  }
  th {
    white-space: nowrap;
    font-weight: bold;
  }
  td {
    font-weight: 500;
  }
}

@media (max-width: 780px) {
  .company-table {
    th,td {
      font-size: 2.4rem;
      padding-left: 0;
    }
    th {
      width: 13rem;
    }
    td {
      padding-right: 0;
    }
  }
}


.pp-h2 {
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  &+p+p,
  &+p+p+p {
    margin-top: 1em;
  }
}
.note {
  margin-top: 1em;
  text-align: center;
  font-size: 1.8rem;
  a {
    color: #000;
  }
}
@media (max-width: 780px) {
  .note {
    font-size: 2.4rem;
  }
}