@charset "UTF-8";
@import url("../css/default.css");
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  width: 100%;
  color: #15181C;
  font-size: .2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    body {
      min-width: 320px;
      font-size: .115rem; } }

.wrapper {
  overflow: hidden; }

.container {
  width: 10rem;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      width: 3.45rem; } }

a {
  color: #15181C; }

img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sponly {
    display: none; } }

/* header
--------------------------------------------------------------*/
.header {
  padding: .3rem 0 0; }
  .header_logo {
    width: 3.29rem; }
    .header_logo a {
      display: block; }
      @media screen and (min-width: 769px) {
        .header_logo a {
          -webkit-transition: .4s;
          -moz-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
          .header_logo a:hover {
            opacity: .7; } }
  @media screen and (max-width: 768px) {
    .header {
      padding: .15rem 0 0; }
      .header_logo {
        width: 1.65rem; } }

/* footer
--------------------------------------------------------------*/
.footer {
  margin: 0 0 1.15rem; }
  .footer_info {
    padding: .8rem 0; }
    .footer_info_logo {
      width: 1.8rem;
      margin-right: .4rem; }
    .footer_info_data dt,
    .footer_info_data dd {
      letter-spacing: .05em; }
    .footer_info_data dt {
      margin: 0 0 .2rem;
      font-size: .3rem; }
    .footer_info_data .address {
      font-size: .2rem;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400; }
  .footer_copyright {
    padding: .15rem 0;
    text-align: center;
    background-color: #15181C; }
    .footer_copyright small {
      color: #fff;
      font-size: .18rem;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400;
      letter-spacing: .075em; }
  @media screen and (max-width: 768px) {
    .footer {
      margin: 0 0 .95rem; }
      .footer_info {
        padding: .3rem 0;
        text-align: center; }
        .footer_info_logo {
          width: 1.07rem;
          margin: 0 auto .25rem; }
        .footer_info_data dt,
        .footer_info_data dd {
          letter-spacing: .075em; }
        .footer_info_data dt {
          margin: 0 0 .12rem;
          font-size: .155rem; }
        .footer_info_data .address {
          font-size: .13rem; }
      .footer_copyright {
        padding: .1rem 0; }
        .footer_copyright small {
          font-size: .115rem; } }

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
/* Flex ---------- */
.mod_flex {
  display: flex;
  flex-wrap: wrap; }
  .mod_flex.align-center {
    align-items: center; }

.mod_flex_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .mod_flex_center.align-center {
    align-items: center; }

.mod_flex_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .mod_flex_between.align-center {
    align-items: center; }
  .mod_flex_between.col3::after, .mod_flex_between.col4::before, .mod_flex_between.col4::after {
    content: "";
    display: block;
    height: 0; }
  .mod_flex_between.col4::before {
    order: 1; }

.mod_flex_around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .mod_flex_around.align-center {
    align-items: center; }

/* number ---------- */
.mod_num {
  counter-reset: number 0; }
  .mod_num .num {
    position: relative; }
    .mod_num .num::before {
      counter-increment: number 1;
      content: counter(number,decimal-leading-zero) "";
      color: #7F6A19;
      letter-spacing: .05em;
      position: absolute; }

/* 共通スライダー ---------- */
.swiper .swiper-slide {
  transform: scale(0.92);
  transition: transform .4s; }
  .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.05);
    transition: transform .4s; }
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #042E56; }
.swiper .swiper-pagination > span {
  width: .14rem;
  height: .14rem; }
@media screen and (max-width: 768px) {
  .swiper .swiper-slide {
    transform: scale(0.9); }
    .swiper .swiper-slide.swiper-slide-active {
      transform: scale(1.15); }
  .swiper .swiper-pagination > span {
    width: .1rem;
    height: .1rem; } }

/* 共通スタイル ---------- */
.mod_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .mod_text {
      font-size: .15rem;
      letter-spacing: .075em;
      line-height: 1.86; } }

.color1 {
  color: #7F6A19; }

.bg1 {
  background-color: #F3F2F0; }

.color2 {
  color: #042E56; }

.bg2 {
  background-color: #042E56; }

/* 共通CTA ---------- */
.mod_cta {
  padding: .6rem 0 .5rem;
  background: center/cover no-repeat #EFF3F9 url(../images/cmn/cta_bg2@2x.jpg); }
  .mod_cta_title {
    width: 5.81rem;
    margin: 0 auto .2rem; }
  .mod_cta_list li {
    width: 2.28rem;
    margin: 0 -.06rem; }
  .mod_cta_text, .mod_cta_btn {
    text-align: center; }
  .mod_cta_text {
    color: #000;
    font-size: .2rem;
    letter-spacing: .05em; }
    .mod_cta_text .deco {
      display: inline-block;
      padding: 0 .1rem;
      position: relative; }
      .mod_cta_text .deco::before, .mod_cta_text .deco::after {
        content: "";
        width: 1px;
        height: .2rem;
        background-color: #292E49;
        position: absolute;
        top: .03rem; }
      .mod_cta_text .deco::before {
        transform: rotate(-35deg);
        left: 0; }
      .mod_cta_text .deco::after {
        transform: rotate(35deg);
        right: 0; }
  .mod_cta_btn {
    margin: .1rem 0 0; }
    .mod_cta_btn a {
      display: inline-block;
      width: 6.32rem;
      height: 1.08rem;
      padding: .35rem 0 0 .83rem;
      color: #fff;
      font-size: .34rem;
      letter-spacing: .05em;
      text-align: left;
      background: center/100% auto no-repeat url(../images/cmn/cta_btn@2x.png); }
      @media screen and (min-width: 769px) {
        .mod_cta_btn a {
          -webkit-transition: .4s;
          -moz-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
          .mod_cta_btn a:hover {
            opacity: .7; } }
  .mod_cta.fixed {
    width: 100%;
    min-width: 10rem;
    height: 1.15rem;
    padding: .15rem 0 0;
    background: none;
    box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.16);
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .7s, opacity .4s; }
    .mod_cta.fixed.scrolled {
      opacity: 1;
      transform: translateY(0); }
    @media screen and (min-width: 769px) {
      .mod_cta.fixed .mod_cta_text {
        font-size: .16rem; }
        .mod_cta.fixed .mod_cta_text .deco::before, .mod_cta.fixed .mod_cta_text .deco::after {
          top: -.01rem; }
      .mod_cta.fixed .mod_cta_btn {
        margin: .05rem 0 0; }
        .mod_cta.fixed .mod_cta_btn a {
          height: .73rem;
          padding: .22rem 0 0 1.6rem;
          font-size: .23rem;
          background: center/100% auto no-repeat url(../images/cmn/cta_btn2@2x.png); } }
  @media screen and (max-width: 768px) {
    .mod_cta {
      padding: .25rem 0;
      background: center/cover no-repeat #EFF3F9 url(../images/cmn/cta_bg2_sp.jpg); }
      .mod_cta_title {
        width: 3.46rem; }
      .mod_cta_list li {
        width: 1.14rem;
        margin: 0 -.03rem; }
      .mod_cta_text {
        font-size: .125rem; }
        .mod_cta_text .deco::before, .mod_cta_text .deco::after {
          height: .14rem;
          top: 0; }
      .mod_cta_btn {
        margin: .05rem 0 0; }
        .mod_cta_btn a {
          width: 3.16rem;
          height: .68rem;
          padding: .24rem 0 0 .4rem;
          font-size: .17rem;
          background: center/100% auto no-repeat url(../images/cmn/cta_btn_sp.png); }
      .mod_cta.fixed {
        min-width: 100%;
        height: .95rem;
        padding: .08rem 0 0; } }

/* Main
--------------------------------------------------------------*/
/* Firstview ----------- */
.fv {
  position: relative; }
  .fv::before, .fv::after {
    content: "";
    background-color: #eff3f9;
    position: absolute;
    z-index: 1; }
  .fv::before {
    width: 43.7%;
    height: 1.48rem;
    top: 0.3rem;
    right: 0; }
  .fv::after {
    width: 56.3%;
    height: 3.05rem;
    bottom: 0;
    left: 0; }
  .fv_wrap {
    padding: 0.5rem 0 0.55rem;
    position: relative;
    z-index: 3; }
    .fv_wrap::before {
      content: "";
      width: 4.44rem;
      height: 4.83rem;
      background: center/100% auto no-repeat url(../images/mv_pic@2x.png);
      position: absolute;
      bottom: 0;
      right: 0; }
  .fv_title {
    margin: 0 0 0.35rem 0.06rem;
    line-height: 1.52;
    letter-spacing: 0.075em; }
    .fv_title span {
      display: inline-block; }
    .fv_title .ls50 {
      letter-spacing: 0.05em; }
    .fv_title .ls-50 {
      letter-spacing: -0.05em; }
    .fv_title .ls_add {
      letter-spacing: -0.15em; }
    .fv_title .key {
      padding: 0 0.25rem 0 0.3rem;
      margin-right: 0.2rem;
      position: relative; }
      .fv_title .key::before, .fv_title .key::after {
        content: "";
        width: 0.29rem;
        height: 0.62rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        position: absolute; }
      .fv_title .key::before {
        background-image: url(../images/cmn/key1@2x.png);
        top: 0.12rem;
        left: 0; }
      .fv_title .key::after {
        background-image: url(../images/cmn/key2@2x.png);
        bottom: 0.05rem;
        right: 0; }
    .fv_title .big {
      font-size: 0.63rem;
      letter-spacing: 0.075em; }
    .fv_title .small1 {
      font-size: 0.48rem; }
    .fv_title .small2 {
      font-size: 0.42rem; }
    .fv_title .small3 {
      font-size: 0.4rem; }
    .fv_title .small4 {
      font-size: 0.46rem; }
    .fv_title .small5 {
      font-size: 0.35rem; }
  .fv_desc {
    color: #fff;
    font-size: 0.22rem;
    letter-spacing: 0.075em; }
    .fv_desc .bg2 {
      display: inline-block;
      margin: 0 0 0.1rem;
      padding: 0.1rem 0.2rem 0.1rem 0.15rem; }
  @media screen and (max-width: 768px) {
    .fv::before, .fv::after {
      content: none; }
    .fv_wrap {
      width: 100%;
      padding: 0.2rem 0 2.1rem; }
      .fv_wrap::before {
        width: 100%;
        height: 4.75rem;
        background: center/100% auto no-repeat url(../images/mv_pic_sp.png);
        z-index: 1; }
    .fv_title {
      margin: 0 0 0.2rem 0.2rem;
      position: relative;
      z-index: 5; }
      .fv_title .key {
        padding: 0 0.12rem 0 0.14rem;
        margin-right: 0.1rem; }
        .fv_title .key::before, .fv_title .key::after {
          width: 0.14rem;
          height: 0.3rem; }
        .fv_title .key::before {
          top: 0.05rem; }
        .fv_title .key::after {
          bottom: 0; }
      .fv_title .big {
        font-size: 0.315rem; }
      .fv_title .small1 {
        font-size: 0.24rem; }
      .fv_title .small2 {
        font-size: 0.21rem; }
      .fv_title .small3 {
        font-size: 0.2rem; }
      .fv_title .small4 {
        font-size: 0.23rem; }
      .fv_title .small5 {
        font-size: 0.175rem; }
      .fv_title .c_white {
        color: #fff; }
    .fv_desc {
      font-size: 0.14rem;
      position: relative;
      z-index: 5; }
      .fv_desc .bg2 {
        margin: 0 0 0.05rem;
        padding: 0.04rem 0.08rem 0.06rem 0.2rem; } }

/* cta01 ----------- */
.cta01 {
  padding: 0;
  background: none; }
  .cta01 .mod_cta_wrap {
    padding: 0.3rem 0 0.45rem;
    background: center top/cover no-repeat url(../images/cmn/cta_bg1@2x.jpg); }
  .cta01 .mod_cta_text {
    font-size: 0.23rem; }
  .cta01 .mod_cta_note {
    margin: -0.1rem 0 0.5rem;
    padding-left: 1.9rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 0.18rem; }
    .cta01 .mod_cta_note.newStyle li {
      padding-left: 2.5em;
      text-indent: -2.5em; }
  .cta01 .mod_cta_btn {
    margin: 0.05rem 0 0; }
  @media screen and (max-width: 768px) {
    .cta01 {
      margin: 0 0 -0.55rem;
      position: relative;
      top: -0.55rem;
      z-index: 5; }
      .cta01 .mod_cta_wrap {
        width: 100%;
        padding: 0 0 0.23rem;
        background: center top 0.55rem/cover no-repeat url(../images/cmn/cta_bg1_sp.jpg); }
      .cta01 .mod_cta_text {
        font-size: 0.125rem; }
      .cta01 .mod_cta_note {
        margin: -0.05rem 0 0.25rem;
        padding-left: 0.38rem;
        font-size: 0.09rem; }
        .cta01 .mod_cta_note.newStyle {
          padding-left: 0.05rem; }
      .cta01 .mod_cta_btn {
        margin: 0.05rem 0 0; } }

/* sec_recommend ----------- */
.sec_recommend {
  padding: 0.7rem 0; }
  .sec_recommend_list {
    margin: 0 0 0.15rem;
    position: relative; }
    .sec_recommend_list::before {
      content: "";
      width: 3.68rem;
      height: 1rem;
      border: 1px solid #042E56;
      position: absolute;
      top: 0.35rem;
      left: calc(50% - 1.84rem);
      z-index: 0; }
    .sec_recommend_list li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 3.25rem;
      height: 0.7rem;
      margin: 0 0.2rem 0.3rem;
      color: #fff;
      font-size: 0.22rem;
      letter-spacing: 0.05em;
      background: #042E56;
      position: relative;
      z-index: 3; }
  .sec_recommend_title {
    width: 5.58rem;
    margin: 0 auto 0.45rem; }
  .sec_recommend_inner {
    margin: 0 0 0.5rem; }
    .sec_recommend_inner .pic {
      width: 4.9rem; }
    .sec_recommend_inner .text {
      width: 4.7rem; }
  .sec_recommend_merit dt {
    padding: 0.2rem;
    font-size: 0.3rem;
    letter-spacing: 0.075em;
    text-align: center;
    background-color: rgba(127, 106, 25, 0.13); }
    .sec_recommend_merit dt .ls0 {
      letter-spacing: 0; }
  .sec_recommend_merit dd {
    padding: 0.1rem 2.15rem 0.35rem 2.65rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    background-color: #fff; }
    .sec_recommend_merit dd li {
      padding: 0.2rem 0 0.2rem 0.2rem;
      font-size: 0.23rem;
      letter-spacing: 0.075em;
      border-bottom: 1px solid rgba(127, 106, 25, 0.35);
      white-space: nowrap; }
      .sec_recommend_merit dd li .mark {
        font-weight: 700; }
      .sec_recommend_merit dd li.num::before {
        padding: 0 0 0.1rem 0.03rem;
        font-size: 0.25rem;
        font-family: "Zen Old Mincho", serif;
        font-weight: 400;
        background: left bottom/0.24rem auto no-repeat url(../images/recommend_list_deco@2x.png);
        top: 0.2rem;
        left: -0.45rem; }
  @media screen and (max-width: 768px) {
    .sec_recommend {
      padding: 0.35rem 0 0.37rem; }
      .sec_recommend_list {
        margin: 0 -0.1rem 0.15rem; }
        .sec_recommend_list::before {
          width: 1.84rem;
          height: 0.55rem;
          top: 0.2rem;
          left: calc(50% - 0.92rem); }
        .sec_recommend_list li {
          width: 1.62rem;
          height: 0.42rem;
          margin: 0 0.1rem 0.13rem;
          font-size: 0.14rem; }
      .sec_recommend_title {
        width: 3.07rem;
        margin: 0 auto 0.2rem; }
      .sec_recommend_inner {
        margin: 0 -0.2rem 0.2rem; }
        .sec_recommend_inner .pic {
          width: 100%;
          margin: 0 0 0.15rem; }
        .sec_recommend_inner .text {
          width: 100%;
          padding: 0 0.2rem; }
      .sec_recommend_merit dt {
        padding: 0.17rem;
        font-size: 0.175rem; }
      .sec_recommend_merit dd {
        padding: 0 0.19rem 0.21rem; }
        .sec_recommend_merit dd li {
          padding: 0.15rem 0 0.12rem 0.88rem;
          font-size: 0.15rem;
          line-height: 1.66; }
          .sec_recommend_merit dd li.num::before {
            padding: 0 0.03rem 0 0;
            font-size: 0.23rem;
            background: right bottom/0.2rem auto no-repeat url(../images/recommend_list_deco@2x.png);
            top: 0.18rem;
            left: 0.29rem; } }

/* sec_about ----------- */
.sec_about {
  padding: 0.7rem 0 0.9rem; }
  .sec_about_list {
    margin: 0 0 0.5rem;
    position: relative; }
    .sec_about_list::before {
      content: "";
      width: 3.4rem;
      height: 1px;
      background-color: #042E56;
      position: absolute;
      top: 50%;
      left: calc(50% - 1.7rem);
      z-index: 1; }
    .sec_about_list li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 1.96rem;
      height: 0.7rem;
      margin: 0 0.08rem;
      color: #fff;
      font-size: 0.22rem;
      letter-spacing: 0.05em;
      background-color: #042E56;
      position: relative;
      z-index: 3; }
  .sec_about_title {
    margin: 0 0 0.5rem; }
  .sec_about_inner {
    flex-direction: row-reverse;
    margin: 0 0 0.7rem; }
    .sec_about_inner .text {
      width: 4.7rem; }
    .sec_about_inner .pic {
      width: 4.9rem; }
  .sec_about_lastcot {
    min-height: 2.4rem;
    padding: 0.6rem 0 0;
    background: center/cover no-repeat url(../images/about_lastcot_bg@2x.jpg); }
    .sec_about_lastcot_title {
      width: 7.98rem;
      margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .sec_about {
      padding: 0.32rem 0 0.55rem; }
      .sec_about_list {
        margin: 0 0 0.2rem; }
        .sec_about_list::before {
          width: 1.7rem;
          left: calc(50% - 0.85rem); }
        .sec_about_list li {
          width: 0.98rem;
          height: 0.425rem;
          margin: 0 0.035rem;
          font-size: 0.14rem; }
      .sec_about_title {
        margin: 0 0 0.18rem; }
      .sec_about_inner {
        margin: 0 0 0.35rem; }
        .sec_about_inner .text {
          width: 4.7rem; }
        .sec_about_inner .pic {
          width: calc(100% + 0.4rem);
          margin: 0 -0.2rem 0.1rem; }
      .sec_about_lastcot {
        min-height: auto;
        padding: 0.3rem 0 0.23rem;
        background: center/cover no-repeat url(../images/about_lastcot_bg_sp.jpg); }
        .sec_about_lastcot_title {
          width: 3.07rem; } }

/* sec_support ----------- */
.sec_support {
  padding: 0 0 0.65rem; }
  .sec_support_title {
    width: 7.24rem;
    margin: 0 auto 0.1rem;
    position: relative;
    top: -0.4rem; }
  .sec_support .pic {
    width: 4.9rem; }
  .sec_support .text {
    width: 4.7rem; }
  @media screen and (max-width: 768px) {
    .sec_support {
      padding: 0 0 0.33rem; }
      .sec_support_title {
        width: 100%;
        margin: 0 auto;
        top: -0.22rem; }
      .sec_support .pic {
        width: calc(100% + 0.4rem);
        margin: 0 -0.2rem 0.13rem; }
      .sec_support .text {
        width: 100%; } }

/* sec_voice ----------- */
.sec_voice {
  padding: 0.65rem 0 0;
  background: center top/cover no-repeat url(../images/voice_bg@2x.jpg); }
  .sec_voice_title {
    width: 7.46rem;
    margin: 0 auto 0.1rem; }
  .sec_voice .swiper {
    padding: 0.3rem 0 1rem; }
  .sec_voice .swiper-pagination {
    bottom: 0.68rem; }
  @media screen and (max-width: 768px) {
    .sec_voice {
      padding: 0.4rem 0 0;
      background: center top/cover no-repeat url(../images/voice_bg_sp.jpg); }
      .sec_voice_title {
        width: 3.38rem; }
      .sec_voice .swiper {
        padding: 0.5rem 0 1rem; }
      .sec_voice .swiper-pagination {
        bottom: 0.28rem; } }

/* cta02 ----------- */
/* sec_reason ----------- */
.sec_reason {
  padding: 0.75rem 0 0.7rem;
  background: center top/100% auto no-repeat url(../images/reason_bg@2x.jpg); }
  .sec_reason_title {
    width: 4.39rem;
    margin: 0 auto 0.5rem; }
  .sec_reason_list li {
    padding: 0.3rem 0.45rem 0.35rem 0.4rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(44, 36, 3, 0.16); }
    .sec_reason_list li + li {
      margin-top: 0.5rem; }
  .sec_reason_list_title {
    padding: 0 0 0 1.3rem;
    margin: 0 0 0.4rem;
    font-size: 0.42rem;
    letter-spacing: 0.05em;
    line-height: 1.43; }
    .sec_reason_list_title .small {
      font-size: 0.32rem; }
    .sec_reason_list_title.num::before {
      font-size: 0.45rem;
      top: calc(50% - 0.225rem);
      left: 0; }
    .sec_reason_list_title::after {
      content: "";
      width: 0.03rem;
      height: 0.95rem;
      background-color: #7F6A19;
      position: absolute;
      top: 0.18rem;
      left: 0.9rem; }
  .sec_reason_list_inner .pic {
    width: 4.5rem; }
  .sec_reason_list_inner .text {
    width: 4.4rem; }
  @media screen and (max-width: 768px) {
    .sec_reason {
      padding: 0.35rem 0;
      background: center top/100% auto no-repeat url(../images/reason_bg_sp.jpg); }
      .sec_reason_title {
        width: 2.88rem;
        margin: 0 auto 0.2rem; }
      .sec_reason_list li {
        padding: 0.2rem 0.19rem 0.17rem; }
        .sec_reason_list li + li {
          margin-top: 0.2rem; }
      .sec_reason_list_title {
        padding: 0.4rem 0 0;
        margin: 0 -0.05rem 0.14rem;
        font-size: 0.225rem;
        line-height: 1.5;
        text-align: center; }
        .sec_reason_list_title .small {
          font-size: 0.175rem; }
        .sec_reason_list_title.num::before {
          font-size: 0.195rem;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0); }
        .sec_reason_list_title::after {
          width: 0.33rem;
          height: 2px;
          top: 0.3rem;
          left: calc(50% - 0.165rem); }
      .sec_reason_list_inner .pic {
        width: 100%;
        margin: 0 0 0.13rem; }
      .sec_reason_list_inner .text {
        width: 100%; } }

/* sec_staff ----------- */
.sec_staff {
  padding: 0.7rem 0; }
  .sec_staff_title {
    width: 4.44rem;
    margin: 0 auto 0.9rem; }
  .sec_staff_wrap .item {
    width: 8.07rem;
    background: #fff;
    position: relative; }
    .sec_staff_wrap .item + .item {
      margin-top: 1.03rem; }
    .sec_staff_wrap .item .text {
      min-height: 4.5rem; }
      .sec_staff_wrap .item .text_type, .sec_staff_wrap .item .text_name, .sec_staff_wrap .item .text_type2 {
        letter-spacing: 0.075em; }
      .sec_staff_wrap .item .text .ls50 {
        letter-spacing: 0.05em; }
      .sec_staff_wrap .item .text_type {
        font-size: 0.23rem; }
      .sec_staff_wrap .item .text_name {
        margin: 0.25rem 0;
        font-size: 0.36rem; }
      .sec_staff_wrap .item .text_type2 {
        margin: 0 0 0.25rem;
        padding: 0 0 0 0.15rem;
        font-size: 0.2rem;
        line-height: 2;
        border-left: 1px solid #15181C; }
    .sec_staff_wrap .item .pic {
      position: absolute;
      top: -0.5rem;
      z-index: 3; }
    .sec_staff_wrap .item:nth-child(odd) .text {
      padding: 0.35rem 3.3rem 0.35rem 0.3rem; }
    .sec_staff_wrap .item:nth-child(odd) .pic {
      width: 4.5rem;
      right: -1.93rem; }
    .sec_staff_wrap .item:nth-child(even) {
      margin-left: 1.95rem; }
      .sec_staff_wrap .item:nth-child(even) .text {
        padding: 0.55rem 0.45rem 0.35rem 3.15rem; }
      .sec_staff_wrap .item:nth-child(even) .pic {
        width: 4.68rem;
        left: -1.95rem; }
  @media screen and (max-width: 768px) {
    .sec_staff {
      padding: 0.35rem 0; }
      .sec_staff .container {
        width: 100%; }
      .sec_staff_title {
        width: 2.69rem;
        margin: 0 auto 0.45rem; }
      .sec_staff_wrap .item {
        width: 3.45rem;
        background: #fff;
        position: relative; }
        .sec_staff_wrap .item + .item {
          margin-top: 0.4rem; }
        .sec_staff_wrap .item .text {
          min-height: auto; }
          .sec_staff_wrap .item .text_type {
            font-size: 0.125rem; }
          .sec_staff_wrap .item .text_name {
            margin: 0.14rem 0 0.22rem;
            font-size: 0.195rem; }
          .sec_staff_wrap .item .text_type2 {
            margin: 0 0 0.12rem;
            padding: 0 0 0 0.13rem;
            font-size: 0.13rem;
            line-height: 1.3; }
            .sec_staff_wrap .item .text_type2 .mt10 {
              display: inline-block;
              margin-top: 0.05rem; }
          .sec_staff_wrap .item .text .mod_text {
            font-size: 0.13rem; }
        .sec_staff_wrap .item .pic {
          top: -0.22rem; }
        .sec_staff_wrap .item:nth-child(odd) .text {
          padding: 0.3rem 1.3rem 0.3rem 0.2rem; }
        .sec_staff_wrap .item:nth-child(odd) .pic {
          width: 1.49rem;
          right: -0.19rem; }
        .sec_staff_wrap .item:nth-child(even) {
          margin-left: 0.4rem; }
          .sec_staff_wrap .item:nth-child(even) .text {
            padding: 0.3rem 0.18rem 0.3rem 1.35rem; }
          .sec_staff_wrap .item:nth-child(even) .pic {
            width: 1.56rem;
            left: -0.19rem; } }

/* sec_works ----------- */
.sec_works {
  padding: 0.6rem 0 1rem;
  position: relative; }
  .sec_works::before {
    content: "";
    width: 100%;
    height: 3.5rem;
    background: center top/100% auto no-repeat url(../images/works_bg@2x.jpg);
    position: absolute;
    top: 0;
    z-index: 0; }
  .sec_works_title,
  .sec_works .slider {
    position: relative;
    z-index: 3; }
  .sec_works_title {
    width: 6.82rem;
    margin: 0 auto 0.3rem; }
  .sec_works .swiper {
    padding: 0.2rem 0 0.4rem; }
  @media screen and (max-width: 768px) {
    .sec_works {
      padding: 0.3rem 0 0.5rem; }
      .sec_works::before {
        height: 2.25rem;
        background: center top/100% auto no-repeat url(../images/works_bg_sp.jpg); }
      .sec_works_title {
        width: 2.79rem;
        margin: 0 auto 0.1rem; }
      .sec_works .swiper {
        padding: 0.3rem 0 0.5rem; } }

/* sec_benefits ----------- */
.sec_benefits {
  padding: 0 0 0.3rem;
  text-align: center; }
  .sec_benefits_title {
    width: 7.22rem;
    margin: 0 auto;
    position: relative;
    top: -0.4rem; }
  .sec_benefits_list {
    margin: 0.6rem 0 0 0.15rem; }
    .sec_benefits_list.col4::before, .sec_benefits_list.col4::after,
    .sec_benefits_list li {
      width: 2.03rem; }
    .sec_benefits_list li {
      margin: 0 0 0.4rem; }
      .sec_benefits_list li.num::before {
        font-size: 0.35rem;
        top: -0.13rem;
        left: -0.15rem; }
      .sec_benefits_list li .img {
        margin: 0 0 0.08rem; }
      .sec_benefits_list li .mod_text {
        line-height: 1.35; }
        .sec_benefits_list li .mod_text .small {
          font-size: 0.12rem;
          letter-spacing: -0.05em; }
    @media (min-width: 769px) {
      .sec_benefits_list.sec_benefits_list-col6 li {
        width: 28%; } }
  @media screen and (max-width: 768px) {
    .sec_benefits {
      padding: 0 0 0.15rem; }
      .sec_benefits_title {
        width: 2.39rem;
        top: -0.2rem; }
      .sec_benefits_text {
        text-align: left; }
      .sec_benefits_list {
        margin: 0.2rem 0 0; }
        .sec_benefits_list.col4::before, .sec_benefits_list.col4::after,
        .sec_benefits_list li {
          width: 1.57rem; }
        .sec_benefits_list li {
          margin: 0 0 0.2rem;
          padding: 0.07rem 0 0 0.1rem; }
          .sec_benefits_list li.num::before {
            font-size: 0.195rem;
            top: -0.03rem;
            left: 0; }
          .sec_benefits_list li .mod_text {
            margin: 0 -0.1rem;
            font-size: 0.155rem;
            line-height: 1.3; }
            .sec_benefits_list li .mod_text .small {
              display: inline-block;
              font-size: 0.115rem;
              letter-spacing: 0.075em;
              line-height: 1.2; } }

/* sec_benefits_new ----------- */
@media screen and (max-width: 1400px) {
  .sec_benefits_new .container {
    width: 13rem; } }
@media screen and (max-width: 1000px) {
  .sec_benefits_new .container {
    width: 94%; } }

.benefit_list_n {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto; }
  @media screen and (max-width: 1000px) {
    .benefit_list_n {
      margin: 50px auto 0; } }
  .benefit_list_n li {
    width: 30%;
    background-color: #fff; }
    @media screen and (max-width: 1400px) {
      .benefit_list_n li {
        width: 30%; } }
    @media screen and (max-width: 1000px) {
      .benefit_list_n li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 0 23px;
        margin-bottom: 50px; }
        .benefit_list_n li .sp_none {
          display: none; } }
    @media screen and (max-width: 1000px) {
      .benefit_list_n li:last-child {
        margin-bottom: 20px; } }
    .benefit_list_n li .number {
      text-align: center;
      color: #7F6A19;
      font-size: 44px;
      position: relative;
      top: -45px; }
      @media screen and (max-width: 1000px) {
        .benefit_list_n li .number {
          flex-basis: 100%;
          top: -35px; } }
    @media screen and (max-width: 1000px) {
      .benefit_list_n li .icon {
        flex-basis: 30%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-items: center;
        order: 2;
        /* margin-bottom: 10px;*/ } }
    .benefit_list_n li img {
      max-width: 100%;
      width: auto;
      height: 130px;
      margin: 30px auto 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .benefit_list_n li img {
          margin: 0;
          height: 100px;
          padding-left: 15px; } }
    .benefit_list_n li .title {
      font-family: "Zen Kaku Gothic New", sans-serif;
      color: #1f2c5c;
      font-weight: 500;
      font-size: clamp(16px, 1.2vw, 24px);
      letter-spacing: 0.1em;
      line-height: 1.6;
      min-height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 1000px) {
        .benefit_list_n li .title {
          order: 1;
          flex-basis: 100%;
          min-height: auto;
          margin-bottom: 0;
          margin-left: 0;
          position: relative;
          top: -20px;
          font-weight: bold;
          background-color: #eff3f9; } }
    .benefit_list_n li .description {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.1em;
      margin-bottom: 30px;
      text-align: left;
      padding: 0 30px; }
      @media screen and (max-width: 1400px) {
        .benefit_list_n li .description {
          padding: 0 30px; } }
      @media screen and (max-width: 1000px) {
        .benefit_list_n li .description {
          order: 3;
          padding: 20px 0;
          font-size: 0.13rem;
          letter-spacing: 0.05em;
          line-height: 1.6;
          margin-bottom: 0;
          flex-basis: 70%;
          padding: 0 30px 0 20px; } }

/* cta03 ----------- */
/* cta04 ----------- */
/* お問い合わせ
--------------------------------------------------------------*/
/* 共通 ----------- */
.contact_page .contact_bg,
.thanks_page .contact_bg {
  background: #F3F2F0; }
.contact_page .contact_text,
.thanks_page .contact_text {
  font-size: .2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8; }
.contact_page .footer,
.thanks_page .footer {
  margin: 0; }
@media screen and (max-width: 768px) {
  .contact_page .contact_text,
  .thanks_page .contact_text {
    font-size: .115rem;
    letter-spacing: .075em;
    line-height: 1.74; } }

/* form ----------- */
input,
textarea {
  width: 100%;
  border: none;
  font-size: .21rem;
  font-weight: 400;
  letter-spacing: .075em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  outline: none; }
  @media screen and (max-width: 768px) {
    input,
    textarea {
      font-size: .16rem; } }

input::placeholder,
textarea::placeholder {
  color: #15181C; }
  @media screen and (max-width: 768px) {
    input::placeholder,
    textarea::placeholder {
      font-size: .115rem; } }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #15181C; }
  @media screen and (max-width: 768px) {
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      font-size: .115rem; } }

input::-ms-input-placeholder,
textarea::placeholder {
  color: #15181C; }
  @media screen and (max-width: 768px) {
    input::-ms-input-placeholder,
    textarea::placeholder {
      font-size: .115rem; } }

input {
  min-height: .72rem;
  padding: 0 .35rem; }
  @media screen and (max-width: 768px) {
    input {
      min-height: .36rem;
      padding: 0 0 0 .17rem; } }

textarea {
  height: 2.4rem;
  padding: .2rem .35rem;
  position: relative;
  resize: vertical; }
  @media screen and (max-width: 768px) {
    textarea {
      height: .85rem;
      padding: .1rem .15rem; } }

/* お問い合わせ ----------- */
.contact_page {
  padding: .8rem 0 0; }
  .contact_page .header_logo {
    width: 2.44rem;
    margin: 0 auto .5rem; }
  .contact_page .contact_cot .center {
    margin: 0 0 .6rem;
    text-align: center; }
  .contact_page .contact_form {
    padding: .5rem 0 .8rem; }
    .contact_page .contact_form dl dt {
      width: 2.9rem;
      padding: .25rem 0 0;
      font-size: .23rem;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      letter-spacing: .075em; }
      .contact_page .contact_form dl dt .req {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: .7rem;
        height: .32rem;
        margin-left: .13rem;
        color: #fff;
        font-weight: 400;
        font-size: .2rem;
        border-radius: .15rem;
        background: #7F6A19; }
    .contact_page .contact_form dl dd {
      width: 7.1rem;
      margin: 0 0 .5rem; }
      .contact_page .contact_form dl dd .note {
        font-size: .2rem;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 1.8; }
      .contact_page .contact_form dl dd.add .item {
        width: 100%;
        display: inline-block; }
        .contact_page .contact_form dl dd.add .item + .item {
          margin-top: .12rem; }
        .contact_page .contact_form dl dd.add .item .text1 {
          margin-right: .3rem;
          font-size: .23rem;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700;
          letter-spacing: .075em; }
        .contact_page .contact_form dl dd.add .item input.add_post {
          width: 2.12rem; }
      .contact_page .contact_form dl dd input.nenshu {
        width: 2rem; }
      .contact_page .contact_form dl dd .text2 {
        margin-left: .1rem;
        font-size: .23rem;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        letter-spacing: .075em; }
  .contact_page .contact_privacy .privacy_inner {
    margin: 0 0 .2rem;
    padding: .25rem .1rem .3rem .3rem;
    border: 1px solid #BFBFBF; }
  .contact_page .contact_privacy .scroll_area {
    height: 1.3rem;
    padding: 0 .35rem 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .contact_page .contact_privacy .scroll_area::-webkit-scrollbar {
      width: .1rem;
      background: #fff;
      border-radius: .3rem; }
    .contact_page .contact_privacy .scroll_area::-webkit-scrollbar-thumb {
      background: #BFBFBF;
      border-radius: .3rem; }
  .contact_page .contact_privacy .privacy_tit {
    font-size: .23rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700; }
  .contact_page .contact_privacy .privacy_stit,
  .contact_page .contact_privacy .privacy_desc {
    font-size: .2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400; }
  .contact_page .contact_privacy .privacy_tit,
  .contact_page .contact_privacy .privacy_stit,
  .contact_page .contact_privacy .privacy_desc {
    line-height: 1.55;
    letter-spacing: .075em; }
  .contact_page .contact_privacy .privacy_stit {
    margin-top: .05rem; }
  .contact_page .contact_privacy .check_txt {
    display: block;
    margin: 0 0 .75rem;
    font-size: .21rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: .075em;
    text-align: center; }
    .contact_page .contact_privacy .check_txt label {
      cursor: pointer; }
    .contact_page .contact_privacy .check_txt input {
      width: auto;
      min-height: auto;
      margin: 0 .13rem 0 0;
      padding: 0;
      vertical-align: middle;
      -webkit-transform-origin: center;
      -webkit-transform: scale(1.5); }
    .contact_page .contact_privacy .check_txt a {
      font-size: .22rem;
      text-decoration: underline; }
      @media screen and (min-width: 769px) {
        .contact_page .contact_privacy .check_txt a {
          -webkit-transition: .4s;
          -moz-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
          .contact_page .contact_privacy .check_txt a:hover {
            opacity: .7; } }
  @media screen and (max-width: 768px) {
    .contact_page {
      padding: .2rem 0 0; }
      .contact_page .header_logo {
        width: 1.22rem;
        margin: 0 auto .3rem; }
      .contact_page .contact_cot .center {
        padding: 0 .2rem;
        margin: 0 0 .3rem;
        text-align: left; }
      .contact_page .contact_form {
        padding: .3rem 0 .2rem; }
        .contact_page .contact_form dl dt {
          width: 100%;
          padding: 0 0 .1rem;
          font-size: .125rem; }
          .contact_page .contact_form dl dt .req {
            width: .42rem;
            height: .16rem;
            margin-left: .1rem;
            font-size: .115rem;
            border-radius: .075rem; }
        .contact_page .contact_form dl dd {
          width: 100%;
          margin: 0 0 .25rem; }
          .contact_page .contact_form dl dd .note {
            font-size: .115rem;
            letter-spacing: .075em;
            line-height: 1.74; }
          .contact_page .contact_form dl dd.add .item + .item {
            margin-top: .06rem; }
          .contact_page .contact_form dl dd.add .item .text1 {
            margin-right: .1rem;
            font-size: .125rem; }
          .contact_page .contact_form dl dd.add .item input.add_post {
            width: 1.06rem; }
          .contact_page .contact_form dl dd input.nenshu {
            width: 1rem; }
          .contact_page .contact_form dl dd .text2 {
            margin-left: .06rem;
            font-size: .125rem; }
      .contact_page .contact_privacy .privacy_inner {
        margin: 0 0 .1rem;
        padding: .15rem .05rem .15rem .1rem; }
      .contact_page .contact_privacy .scroll_area {
        height: .65rem;
        padding: 0 .2rem 0 0; }
        .contact_page .contact_privacy .scroll_area::-webkit-scrollbar {
          width: .05rem;
          border-radius: .15rem; }
        .contact_page .contact_privacy .scroll_area::-webkit-scrollbar-thumb {
          border-radius: .15rem; }
      .contact_page .contact_privacy .privacy_tit {
        font-size: .115rem; }
      .contact_page .contact_privacy .privacy_stit,
      .contact_page .contact_privacy .privacy_desc {
        font-size: .115rem; }
      .contact_page .contact_privacy .privacy_tit,
      .contact_page .contact_privacy .privacy_stit,
      .contact_page .contact_privacy .privacy_desc {
        line-height: 1.35; }
      .contact_page .contact_privacy .check_txt {
        margin: 0 0 .27rem;
        font-size: .125rem;
        text-align: left; }
        .contact_page .contact_privacy .check_txt input {
          width: .19rem;
          height: .16rem;
          margin: 0 .06rem 0 0;
          -webkit-transform: scale(1, 1.1); }
        .contact_page .contact_privacy .check_txt a {
          font-size: .125rem; } }

.form_btn {
  text-align: center; }
  .form_btn input {
    width: 5.78rem;
    height: 0;
    padding: .98rem 0 0;
    overflow: hidden;
    background: center/100% auto no-repeat url(../images/contact/btn@2x.png); }
  @media screen and (max-width: 768px) {
    .form_btn input {
      width: 3.16rem;
      padding: .68rem 0 0;
      background: center/100% auto no-repeat url(../images/contact/btn_sp.png); } }

/* エラー　デフォルト ----------- */
.error {
  display: block;
  font-size: .22rem; }
  @media screen and (max-width: 768px) {
    .error {
      font-size: .115rem; } }

/* thanks ----------- */
.thanks_page {
  padding: .7rem 0 0; }
  .thanks_page .header_logo {
    width: 2rem;
    margin: 0 auto .7rem; }
  .thanks_page .contact_cot {
    padding: .6rem 0 1.1rem;
    text-align: center; }
    .thanks_page .contact_cot .logo {
      width: 3.26rem;
      margin: 0 auto .3rem; }
    .thanks_page .contact_cot .thanks_inner,
    .thanks_page .contact_cot .thanks_url {
      width: 8rem; }
    .thanks_page .contact_cot .thanks_inner {
      margin: .4rem auto .3rem;
      padding: .25rem 0 .3rem;
      background: #fff; }
      .thanks_page .contact_cot .thanks_inner .contact_text {
        line-height: 1.56; }
        .thanks_page .contact_cot .thanks_inner .contact_text .mark {
          font-size: .23rem;
          font-weight: 700;
          letter-spacing: .075em; }
    .thanks_page .contact_cot .thanks_url {
      margin: .15rem auto .1rem;
      padding: .2rem 0 .15rem;
      border: 1px solid #BFBFBF; }
    .thanks_page .contact_cot .thanks_btn {
      margin: .7rem 0 0;
      text-align: center; }
      .thanks_page .contact_cot .thanks_btn a {
        display: inline-block;
        width: 5.78rem;
        height: 0;
        padding: .98rem 0 0;
        background: center/100% auto no-repeat url(../images/contact/thank_btn@2x.png);
        overflow: hidden; }
        @media screen and (min-width: 769px) {
          .thanks_page .contact_cot .thanks_btn a {
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -o-transition: .4s;
            transition: .4s; }
            .thanks_page .contact_cot .thanks_btn a:hover {
              opacity: .7; } }
  @media screen and (max-width: 768px) {
    .thanks_page {
      padding: .2rem 0 0; }
      .thanks_page .header_logo {
        width: 1.22rem;
        margin: 0 auto .35rem; }
      .thanks_page .contact_cot {
        padding: .3rem 0 .5rem; }
        .thanks_page .contact_cot .logo {
          width: 1.63rem;
          margin: 0 auto .15rem; }
        .thanks_page .contact_cot .thanks_inner,
        .thanks_page .contact_cot .thanks_url {
          width: 3.07rem; }
        .thanks_page .contact_cot .thanks_inner {
          margin: .15rem auto;
          padding: .12rem 0 .15rem; }
          .thanks_page .contact_cot .thanks_inner .contact_text {
            line-height: 1.74; }
            .thanks_page .contact_cot .thanks_inner .contact_text .mark {
              font-size: .115rem; }
        .thanks_page .contact_cot .thanks_url {
          margin: .11rem auto .1rem;
          padding: .1rem 0; }
        .thanks_page .contact_cot .thanks_btn {
          margin: .2rem 0 0; }
          .thanks_page .contact_cot .thanks_btn a {
            width: 3.16rem;
            padding: .68rem 0 0;
            background: center/100% auto no-repeat url(../images/contact/thank_btn_sp.png); } }

/*# sourceMappingURL=style.css.map */
