@charset "utf-8";


/*************************************************** compornent */

body {
  margin: 0;
}

.l-wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.btn a {
  color: #fff;
}

.f-yellow {
  color: #E6DE00;
}

.f-gold {
  color: transparent;
  background-image: linear-gradient(173deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.f-red {
  color: #A90014;
}

.f-white {
  color: #fff;
}


.arrow {
  text-align: center;
}

.arrow img {
  max-width: 540px;
}

.c-ttl01 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .c-ttl01 {
    font-size: 4.2rem;
  }
}

@media screen and (min-width:1024px) {

  .c-ttl01 {
    font-size: 4.8rem;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}


h1 {
  margin: 0;
  padding: 0;
}

.margin_t40 {
  margin-top: 40px;
}

.midashi01 {
  font-size: 32px;
  text-align: center;
}

.midashi02 {
  font-size: 36px;
  text-align: center;
  color: #ff9b42;
}

.midashi03 {
  font-size: 36px;
  text-align: center;
}

.midashi04 {
  text-align: center;
  background: #faf8f6;
  border-radius: 3px;
  padding: 4px 0;
}

.midashi05 {
  font-weight: normal;
  font-size: 16px;
  margin: 8px 0 0;
}

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


/*************************************************** cv-area */
.cv-area {
  text-align: center;
}

.cv-area .btn-top-txt {
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
}

.cv-area .btn-top-txt::before {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 10px;
  height: 33px;
  left: -16px;
  bottom: -11px;
}

.cv-area .btn-top-txt::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 10px;
  height: 33px;
  right: -16px;
  bottom: -11px;
  transform: scale(-1, 1);
}

.cv-area .btns {
  position: relative;
  margin-top: 6px;
}

.cv-area .btn {
  text-align: center;
  z-index: 10;
}

.cv-area .btn a {
  padding: 16px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  transition: opacity .5s;
}

.cv-area .btn a:hover {
  opacity: 0.5;
}

.cv-area .btn01 {
  background-color: #D30015;
}

.cv-area .btn02 {
  background-color: #4AB000;
}


.cv-area .btn__txt {
  padding-right: 12px;
}

.cv-area .btn__icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.cv-area .btn__icon::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 10px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}

.cv-area .btn01 .btn__icon::before {
  color: #D30015;
}

.cv-area .btn02 .btn__icon::before {
  color: #4AB000;
}

@media screen and (min-width:768px) {
  .cv-area .btn {
    width: 90%;
    text-align: center;
  }
}

@media screen and (min-width:768px) {
  .cv-area .btn-top-txt {
    margin: 0;
    font-size: 3.6rem;
  }

  .cv-area .btn-top-txt::before {
    width: 18px;
    height: 33px;
    left: -34px;
    bottom: 7px;
  }

  .cv-area .btn-top-txt::after {
    width: 18px;
    height: 33px;
    right: -32px;
    bottom: 7px;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .cv-area .btn-top-txt {
    font-size: 3rem;
  }
}

@media not all and (min-width: 1280px) {
  .cv-area .btns {
    width: 100%;
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
  }

  .cv-area .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .cv-area .btn02 {
    margin-top: 16px;
  }
}

@media screen and (min-width:1280px) {
  .cv-area .btn-top-txt {
    font-size: 3.6rem;
  }

  .cv-area .btns {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
  }

  .cv-area .btn01 {
    max-width: 518px;
  }

  .cv-area .btn02 {
    max-width: 580px;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .cv-area .btn a {
    font-size: 2.4rem;
  }

}

@media screen and (min-width:1280px) {
  .cv-area .btn a {
    font-size: 3.2rem;
  }
}


@media screen and (min-width:768px) {
  .cv-area .btn__icon {
    width: 36px;
    height: 36px;
  }

  .cv-area .btn__icon::before {
    border-width: 10px 18px;
  }
}

/*************************************************** header */
.header {
  background-color: #fff;
  z-index: 999;
}

.header__right a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #06C755;
  border-radius: 50vw;
  opacity: 1;
  transition: opacity .5s ease;
}

.header__right a:hover {
  opacity: 0.8;
}

.logo-hide {
  display: none;
}

/* .header__right a::before {
  display: inline-block;
  position: relative;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/LINE-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
} */

.header__txt {
  font-weight: 400;
  text-align: center;
}

/*下層ページheader*/
.under-layer__header {
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under-layer__header .logo img {
  max-width: 315px;
}

.under-layer__header .header_list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  height: 85px;
}

.under-layer__header .header_list a {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  font-weight: 700;
}

.under-layer__header .btn01 a,
.under-layer__header .btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 380px;
  color: #fff;
}

.under-layer__header .btn01 a:hover,
.under-layer__header .btn02 a:hover {
  opacity: 0.7;
}

.under-layer__header .btn01 {
  background-color: #D30015;
  text-align: center;

}

.under-layer__header .btn02 {
  background-color: #4AB000;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .header {
    padding: 6px 0 12px;
    width: 100%;
  }

  .header__inner {
    width: 90%;
    margin: 0 auto;
  }

  .header .logo {
    margin: 0 auto;
    width: 80%;
    max-width: 280px;
  }

  .header__right {
    margin-top: 8px;
  }

  .header__right a {
    padding: 12px 0;
    font-size: 1.4rem;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .header__txt {
    display: none;
  }

  /* .header__right a::before {
    width: 36px;
    height: 36px;
  } */
}

@media screen and (min-width:768px) {
  .header {
    height: 107px;
    width: 100%;

    margin: 0 auto;
  }

  .header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 1180px;
  }

  .header .logo {
    margin-right: 20px;
  }

  /* .header__txt {
    font-size: 1.6rem;
    text-align: left;
  } */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .under-layer__header .logo img {
    max-width: 418px;
  }
}

@media screen and (min-width:1024px) {

  .header .logo,
  .under-layer__header .logo img {
    max-width: 410px;
  }
}

@media not all and (min-width: 1280px) {
  .under-layer__header .header_list {
    display: none;
  }

  .header__txt {
    font-size: 1.4rem;
  }

  .under-layer__header .logo img {
    margin-top: 24px;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .header__inner {
    width: 90%;
    margin: 0 auto;
  }

  .header .logo {
    max-width: 404px;
  }

  .header__left {
    margin-right: 20px;
  }

  .header__txt {
    margin: 6px 0 0;
  }

  .header__right {
    width: 48%;
    max-width: 398px;
  }

  .header__right a {
    padding: 18px 0;
  }

  /* 
  .header__right a::before {
    width: 42px;
    height: 42px;
  } */
}

@media screen and (min-width:1280px) {

  .header__inner {
    margin: 0 auto;
    max-width: 1180px;
    justify-content: space-between;
  }

  .header__left {
    display: flex;
    align-items: center;
  }

  .header__right a {
    height: 76px;
  }

  .header__right a {
    padding: 0 38px;
  }

  /* .header__right a::before {
    width: 45px;
    height: 45px;
  } */
}

/*************************************************** kv */
.kv {
  background-color: #1E1E1E;
  overflow: hidden;
  padding: 18px 0 30px;
}

.kv p {
  color: #fff;
  position: relative;
}

.kv__txt {
  position: relative;
  width: 90%;
  max-width: 1044px;
  margin: 0 auto;
}

.kv__txt01 {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #CC9E09 50%);
  display: inline-block;
  text-shadow: 1px 1px 0 #CC9E09, -1px -1px 0 #CC9E09,
    -1px 1px 0 #CC9E09, 1px -1px 0 #CC9E09,
    0px 1px 0 #CC9E09, 0-1px 0 #CC9E09,
    -1px 0 0 #CC9E09, 1px 0 0 #CC9E09;
}

.kv__txt01 span {
  color: #CC9E09;
  font-size: 2.4rem;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
    -2px 2px 0 #fff, 2px -2px 0 #fff,
    0px 2px 0 #fff, 0-2px 0 #fff,
    -2px 0 0 #fff, 2px 0 0 #fff;
}

.kv__txt02 {
  font-size: 4rem;
  margin: 0;
  line-height: 1.2;
}

.kv__txt02 span {
  font-size: 3.2rem;
}

.kv__merit-list {
  display: flex;
  width: 96%;
}

.kv__merit-list li {
  max-width: 138px;
}

.kv__merit-list li:not(:last-child) {
  margin-right: 8px;
}

.kv__main-img {
  position: absolute;
}

.kv .cv-area .btn-top-txt {
  text-shadow: 2px 2px 0 #1E1E1E, -2px -2px 0 #1E1E1E,
    -2px 2px 0 #1E1E1E, 2px -2px 0 #1E1E1E,
    0px 2px 0 #1E1E1E, 0-2px 0 #1E1E1E,
    -2px 0 0 #1E1E1E, 2px 0 0 #1E1E1E;
}

.kv .cv-area .btn-top-txt span {
  font-size: 3rem;
}

@media not all and (min-width: 768px) {
  .kv__txt {
    text-align: center;
  }

  .kv__merit-list {
    margin: 8px auto 0;
    max-width: 398px;
  }

  .kv__main-img {
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 243px;
  }

  .kv .cv-area {
    padding-top: 152px;
  }

  .kv .cv-area .btn-top-txt {
    line-height: 1.2;
  }
}

@media screen and (min-width:768px) {
  .kv {
    padding: 32px 0 30px;
  }

  .kv__txt {
    margin-right: auto;
  }

  .kv__merit-list {
    margin-top: 8px;
  }

  .kv__merit-list li:not(:last-child) {
    margin-right: 12px;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .kv__inner {
    width: 100%;
    max-width: 793px;
    margin: 0 auto;
  }

  .kv__txt01 {
    font-size: 3.2rem;
  }

  .kv__txt01 span {
    font-size: 4rem;
  }

  .kv__txt02 {
    font-size: 5.4rem;
    margin: 0;
    line-height: 1.2;
  }

  .kv__txt02 span {
    font-size: 5rem;
  }

  .kv__merit-list {
    max-width: 422px;
  }

  .kv__main-img {
    max-width: 362px;
    right: -57px;
    width: 53%;
    top: 31px;
  }

  .kv .cv-area,
  .cv-area {
    margin-top: 32px;
  }

  .kv .cv-area .btn-top-txt {
    line-height: 1.2;
  }

  .kv .cv-area .btn-top-txt span {
    font-size: 3.8rem;
  }

}


@media screen and (min-width:1280px) {
  .kv__txt01 {
    font-size: 4.6rem;
  }

  .kv__txt01 span {
    font-size: 7rem;
    ;
  }

  .kv__txt02 {
    font-size: 8rem;
  }

  .kv__txt02 span {
    font-size: 5.6rem;
  }

  .kv__main-img {
    max-width: 550px;
    right: -95px;
    width: 53%;
    top: 84px;
  }

  .kv .cv-area .btn-top-txt span {
    font-size: 5.8rem;
  }
}

.nayami .btn-top-txt::before {
  background-image: url("../img/nayami/btntop-txt-deco.svg");
}

.nayami .btn-top-txt::after {
  background-image: url("../img/nayami/btntop-txt-deco.svg");
}


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

  .cv_header {
    top: 15px;
    width: 160px;
  }

  .follow_list {
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
  }

  .follow_list li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .follow_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9b42;
    width: 100%;
    height: 85px;
  }

  .follow_list li a.contact_header {
    background: #33d3c6;
  }

  .follow_list li a:hover {
    transition: .3s;
    opacity: .7;
  }
}

/********************************************** junkan */

.junkan {
  background: rgb(221, 193, 102);
  background: linear-gradient(90deg, rgba(221, 193, 102, 1) 0%, rgba(255, 244, 170, 1) 55%, rgba(221, 193, 102, 1) 100%);
  text-align: center;
  padding: 16px;
}

.junkan p {
  color: #554D00;
  margin: 0;
  font-size: 2.4rem;
}

.juhnkan__img {
  max-width: 500px;
  margin: 0 auto;
  padding: 16px 0;
}

@media screen and (min-width:768px) {
  .junkan p br {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .junkan {
    padding: 46px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .junkan p {
    font-size: 2.8rem;
  }
}

@media screen and (min-width:1024px) {
  .junkan p {
    font-size: 3.6rem;
  }
}


/********************************************** nayami */

.nayami {
  padding-bottom: 60px;
}

.nayami__inner01 {
  background-color: #E1E1E1;
  padding: 40px 0 8px;
}


.nayami01 .nayami__inner02 {
  padding-top: 16px;
}

.nayami__list li {
  font-size: 1.6rem;
  border-bottom: dotted 3px #1E1E1E;
  padding-bottom: 8px;
  position: relative;
}

.nayami__list li p {
  padding-left: 32px;
  margin: 0;
}

.nayami__list li img {
  width: 24px;
  padding-right: 16px;
}

.nayami__list li::before {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/nayami/check.png");
  width: 24px;
  height: 24px;
  position: absolute;
}

.nayami__list li:nth-child(n + 2) {
  margin-top: 16px;
}

.nayami__ttl .under-wave::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/nayami/wave.svg");
  max-width: 549px;
  height: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}

.nayami__list span {
  color: #A90014;
}

.nayami__img {
  width: 68%;
  max-width: 280px;
  margin: 32px auto 0;
}

.nayami__inner03 {
  text-align: center;
}

.nayami__lead {
  font-size: 2.2rem;
}

.nayami__inner03 .box {
  background-color: #F4F0EA;
  padding: 24px;
  display: inline-block;
  border-radius: 5px;
}

.nayami__lead01 {
  margin: 0;
  line-height: 1.7;
}

.nayami__lead01 span {
  color: transparent;
  background-image: linear-gradient(323deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.nayami__lead01 .nenrei,
.nayami__lead01 .jibyou {
  border: 2px solid #A98944;
  border-radius: 5px;
  padding: 0 6px;
}

.nayami__lead01 .nenrei {
  margin-right: 6px;
}

.nayami__lead01 .jibyou {
  margin: 0 6px;
}

.nayami__lead02 {
  color: #A90014;
}

.nayami__lead02 .deco01 {
  display: inline-block;
  position: relative;
  width: 10px;
  bottom: 17px;
  right: 6px;
}

.nayami__lead02 .deco02 {
  display: inline-block;
  position: relative;
  width: 10px;
  right: 12px;
}

.nayami__lead02 .ed {
  font-size: 3rem;
}

@media not all and (min-width: 768px) {
  .nayami__ttl .ed {
    font-size: 3.2rem;
  }

  .nayami__ttl .under-wave::after {
    max-width: 334px;
  }
}

@media screen and (min-width:768px) {
  .nayami__inner01 {
    padding: 60px 0 0;
  }

  .nayami__ttl .ed {
    font-size: 5.8rem;
  }

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

  .nayami01 .nayami__inner02 {
    padding-top: 48px;
  }


  .nayami__list li {
    font-size: 2.4rem;
  }

  .nayami__list li p {
    padding-left: 48px;
  }

  .nayami__list li img {
    width: 33px;
  }

  .nayami__list li::before {
    width: 34px;
    height: 34px;
    padding-right: 16px;
  }

  .nayami__list li:nth-child(n + 2) {
    margin-top: 32px;
  }

  .nayami__img {
    max-width: 370px;
    margin: 0;
  }



  .nayami__inner03 .box {
    padding: 30px 60px;
    border-radius: 10px;
  }

  .nayami__lead01 .nenrei,
  .nayami__lead01 .jibyou {
    padding: 0 18px;
  }

  .nayami__lead01 .nenrei {
    margin-right: 12px;
  }

  .nayami__lead01 .jibyou {
    margin: 0 12px;
  }

  .nayami__lead02 {
    line-height: 1.2;
  }

  .nayami__lead02 .deco01 {
    width: 24px;
    bottom: 24px;
    right: 12px;
  }

  .nayami__lead02 .deco02 {
    width: 24px;
    right: 12px;
  }



  .nayami__lead02 .br {
    display: none;
  }

}

@media screen and (min-width:768px) and (max-width:1024px) {
  .nayami__lead {
    font-size: 3.8rem;
  }

  .nayami__lead02 .ed {
    font-size: 4.5rem;
  }

  .nayami__ttl .under-wave::after {
    max-width: 476px;
  }

}


@media screen and (min-width:1024px) {
  .nayami__lead {
    font-size: 4.2rem;
  }

  .nayami__lead02 .ed {
    font-size: 5.6rem;
  }

  .nayami__ttl .under-wave::after {
    max-width: 549px;
  }
}

/********************************************** mechanism */

.mechanism {
  background-color: #1E1E1E;
  padding: 42px 0;
}

.mechanism__lead {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.mechanism__lead:first-child {
  margin-top: 0;
}

.mechanism__inner01 p:nth-child(2n) {
  margin-bottom: 0;
}

.mechanism__desc h2 {
  font-size: 2.2rem;
  color: #fff;
}

.mechanism__desc p {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}

.mechanism__desc p span {
  font-size: 1.6rem;
}

.mechanism__desc .mechanism__list {
  display: flex;
}

.mechanism__desc .mechanism__list li {
  max-width: 144px;
}

.mechanism__desc .mechanism__list li:nth-child(n + 2) {
  margin-left: 8px;
}

.mechanism__vigor2020 {
  transform: scale(-1, 1);
}

.mechanism__inner03 {
  text-align: center;
}

.mechanism__video-lead {
  text-align: center;
  color: #E6DE00;
  font-size: 2rem;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
}


.mechanism__video-lead::before {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/mechanism/deco.svg");
  position: absolute;
  width: 16px;
  height: 33px;
  left: -21px;
  bottom: -3px;
}

.mechanism__video-lead::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/mechanism/deco.svg");
  position: absolute;
  width: 18px;
  height: 33px;
  right: -19px;
  bottom: -3px;
  transform: scale(-1, 1);
}

.mechanism__video {
  display: inline-block;
}

.mechanism__video video {
  width: 100%;
  max-width: 600px;
}

@media screen and (min-width:576px) {
  .mechanism__lead:first-child .br {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .mechanism__desc h2 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width:768px) {
  .mechanism {
    padding: 80px 0;
  }

  .mechanism__lead {
    font-size: 3.2rem;
  }

  .mechanism__desc h2 {
    font-size: 2.2rem;
  }

  .mechanism__desc p {
    font-size: 1.8rem;
  }

  .mechanism__video-lead {
    font-size: 3.2rem;
  }



  .mechanism__video-lead::before {
    width: 18px;
    height: 33px;
    left: -28px;
    bottom: 3px;
  }

  .mechanism__video-lead::after {
    width: 18px;
    height: 33px;
    right: -24px;
    bottom: 3px;
  }
}

@media not all and (min-width: 1024px) {
  .mechanism__inner02 {
    margin-top: 48px;
  }

  .mechanism__desc h2 {
    text-align: center;
  }

  .mechanism__img {
    display: flex;
    justify-content: center;
    max-width: 530px;
    margin: 0 auto;
  }

  .mechanism__desc .mechanism__list.mechanism__pc {
    display: none;
  }

  .mechanism__img .mechanism__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mechanism__img .mechanism__list li {
    width: calc(100% / 2 - 6px);
  }

  .mechanism__img .mechanism__list li:nth-child(2n+1) {
    margin-right: 6px;
  }

  .mechanism__img .mechanism__list {
    width: 58%;
  }

  .mechanism__img .mechanism__vigor2020 {
    width: 46%;
  }
}


@media screen and (min-width:1024px) {
  .mechanism__inner02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
  }

  .mechanism__img .mechanism__list.mechanism__sp {
    display: none;
  }

  .mechanism__desc {
    width: 50%;
  }

  .mechanism__img {
    width: 28%;
  }

  .mechanism__vigor2020 img {
    max-width: 400px;
  }

  .mechanism__video-lead br {
    display: none;
  }

}

/********************************************** reason */

.reason01 {
  padding: 42px 0;
}

.reason01__ttl {
  line-height: 1.2;
}

.reason01__ttl .ed {
  font-size: 3.2rem;
}

.reason01__ttl .vigor,
.reason01__ttl .num {
  color: transparent;
  background-image: linear-gradient(90deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.reason01__ttl .vigor {
  font-size: 3rem;
}

.reason01__ttl .num {
  font-size: 3.2rem;
}

.reason__list {
  max-width: 960px;
  margin: 24px auto;
}

.reason__list li figure {
  max-width: 388px;
}

.reason__list figcaption {
  font-size: 1.6rem;
  padding-top: 8px;
  text-align: center;
}


.reason__lead {
  font-size: 2rem;
  text-align: center;

}

.reason__lead span {
  color: transparent;
  background-image: linear-gradient(0deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.reason01__table-ttl {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 16px;
}

.reason01__table table {
  width: 100%;
  max-width: 860px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

.reason01__table table th {
  color: #fff;
  background-image: linear-gradient(124deg, rgba(169, 137, 68, 1), rgba(217, 180, 92, 1));
  border: solid 1px #fff;
}

.reason01__table table td {
  border: solid 1px #1E1E1E;
}

.reason01__table table td .loan a {
  color: #003E7F;
  text-decoration: underline;
}

.reason01__table table th {
  font-size: 1.6rem;
  padding: 24px 0;
  text-align: center;
}

.reason01__table table td {
  font-size: 1.6rem;
  padding-left: 24px;
  font-weight: 400;
}

@media not all and (min-width: 768px) {
  .reason__list li:nth-child(n + 2) {
    margin-top: 48px;
  }

  .reason__list li figure {
    margin-left: auto;
    margin-right: auto;
  }

  .reason01__table table td .loan {
    font-size: 1.4rem;
  }
}


@media screen and (min-width:576px) {
  .reason01__ttl .br {
    display: none;
  }

  .reason__lead .br {
    display: none;
  }


}

@media screen and (min-width:768px) {
  .reason01 {
    padding: 80px 0;
  }

  .reason01__ttl .ed {
    font-size: 5.8rem;
  }

  .reason01__ttl .vigor {
    font-size: 5rem;
  }

  .reason01__ttl .num {
    font-size: 5.8rem;
  }

  .reason__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 48px auto;
  }

  .reason__list li {
    width: calc(100% / 2 - 6%);
  }

  .reason__list li:nth-child(2n+1) {
    margin-right: 6%;
  }

  .reason__list li:nth-child(n + 3) {
    margin-top: 48px;
  }

  .reason__list figcaption {
    padding-top: 16px;
    font-size: 1.8rem;
  }

  .reason__lead {
    font-size: 3.2rem;
  }

  .reason01__table-ttl {
    font-size: 3.2rem;
  }

  .reason01__table table th {
    font-size: 2.4rem;
  }

  .reason01__table table td {
    font-size: 2.4rem;
  }

  .reason01__table table td .loan {
    font-size: 1.8rem;
  }

}

/********************************************** henkin */

.henkin {
  background-color: #1E1E1E;
  padding: 60px 0;
}

.henkin p {
  position: relative;
  z-index: 10;
}

.henkin__outer {
  background-color: #F4F0EA;
  padding: 48px 0;
  color: #4d3506;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
}

.henkin__inner {
  text-align: center;
}

.henkin__outer::before,
.henkin__outer::after {
  top: 10px;
}

.henkin__outer::before,
.henkin__inner::before {
  left: 10px;
}

.henkin__outer::after {
  transform: scaleX(-1);
}

.henkin__outer::after,
.henkin__inner::after {
  right: 10px;
}

.henkin__inner::before {
  transform: scaleY(-1);
}

.henkin__inner::before,
.henkin__inner::after {
  bottom: 10px;
}

.henkin__inner::after {
  transform: scale(-1, -1);
}

.henkin__outer::before,
.henkin__outer::after,
.henkin__inner::before,
.henkin__inner::after {
  content: '';
  position: absolute;
  background: url("../img/henkin/deco.svg") no-repeat center/100%;
  width: 153px;
  height: 161px;
  z-index: 0;
}

.henkin__lead {
  max-width: 662px;
  margin: 0 auto;
  width: 60%;
  left: 5px;

}

.henkin__ttl {
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: 5px solid #A98944;
  color: transparent;
  background-image: linear-gradient(42deg, rgba(175, 142, 71, 1) 3%, rgba(217, 180, 92, 1) 50%, rgba(175, 142, 71, 1));
  -webkit-background-clip: text;
}

.henkin__ttl .num {
  font-size: 3.6rem;
}

.henkin__desc p {
  font-size: 1.6rem;
}

.henkin .cv-area {
  padding-top: 24px;
}

.henkin .btn-top-txt::before {
  background-image: url("../img/henkin/btntop-txt-deco.svg");
}


.henkin .btn-top-txt::after {
  background-image: url("../img/henkin/btntop-txt-deco.svg");
}

@media screen and (min-width:576px) {
  .henkin__lead br {
    display: none;
  }

  .henkin .btn-top-txt br {
    display: none;
  }
}

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

  .henkin {
    padding: 80px 0;
  }

  .henkin__lead {
    left: 20px;
    top: 10px;
  }

  .henkin__ttl {
    font-size: 4.8rem;
  }

  .henkin__ttl .num {
    font-size: 7.3rem;
  }

  .henkin__lead span:not(:last-child) {
    margin-right: 16px;
    padding: 6px 15px;
  }

  .henkin__desc p {
    font-size: 2rem;
  }

  .henkin .cv-area {
    padding-top: 78px;
  }

}

@media not all and (min-width: 1024px) {
  .henkin__desc .br {
    display: none;
  }

  .henkin__desc {
    padding: 0 16px 32px;
  }
}

@media screen and (min-width:1024px) {
  .henkin__desc p {
    font-size: 2.4rem;
  }
}



/********************************************** example */
.example {
  padding: 60px 0;
}

.example__sample .example__bangai {
  max-width: 960px;
  margin: 0 auto;
}

.example .ttl-outer {
  text-align: center;
}

.example__sample-ttl {
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #1E1E1E;
  padding: 12px 24px;
}

.example__sample-case {
  font-size: 2rem;
  text-align: center;
  margin: 16px 0 8px;
}

.example__sample-img {
  max-width: 400px;
  background-size: contain;
}

.example__sample-img img {
  height: 220px;
  object-fit: cover;
}

.example__sample-inner figure figcaption {
  font-weight: 400;
  max-width: 526px;
  background-color: #F4F0EA;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 16px;
}

.example__sample02,
.example__sample03 {
  margin-top: 60px;
}


.example__sample03 .head-outer {
  position: relative;
  text-align: center;
}

.example__sample03 .head-outer::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/example/arrow.png");
  position: relative;
  max-width: 200px;
  height: 68px;
  left: 50%;
  transform: translateX(-50%);
}

.example__sample03-head {
  color: #fff;
  background-color: #1E1E1E;
  display: inline-block;
  padding: 28px 12px;
  font-size: 2rem;
}

.example__sample03-head span {
  display: inline-block;
  border: 3px #fff solid;
  padding: 8px 16px;
}

@media screen and (min-width:576px) {
  .example__sample-ttl br {
    display: none;
  }

  .example__sample03-head .br {
    display: none;
  }
}

@media not all and (min-width: 1024px) {

  .example__sample-img {
    margin: 0 auto;
  }

  .example__sample-inner figure figcaption {
    margin: 16px auto 0;
  }

}

@media screen and (min-width:768px) {
  .example {
    padding: 80px 0;
  }

  .example__sample-ttl {
    font-size: 3.2rem;
    padding: 12px 24px;
  }

  .example__sample-case {
    font-size: 2.8rem;
    margin: 32px 0 16px;
  }

  .example__sample03 .head-outer::after {
    max-width: 300px;
    height: 68px;
    left: 50%;
    transform: translateX(-50%);
  }

  .example__sample03-head {
    padding: 24px 32px;
    font-size: 3.2rem;
  }

  .example__sample-img img {
    height: 268px;
  }


}

@media screen and (min-width:1024px) {
  .example__sample-inner figure {
    display: flex;
    justify-content: center;
  }

  .example__sample-img {
    width: 48%;
  }

  .example__sample01 .example__sample-img,
  .example__sample03 .example__sample-img {
    margin-right: 4%;
  }

  .example__sample02,
  .example__sample03 {
    margin-top: 112px;
  }

  .example__sample02 .example__sample-inner figure {
    flex-direction: row-reverse;
  }

  .example__sample02 figure figcaption {
    margin-right: 4%;
  }

  .example__sample-inner figure figcaption {
    width: 37%;
    border-radius: 10px;
    padding: 12px 36px;
    font-size: 1.8rem;
  }
}

/********************************************** kanousei */

.kanousei__ttl-outer {
  background-color: #1E1E1E;
  padding: 28px 0 20px;
  position: relative;
  color: #fff;
}

.kanousei__ttl .vigor,
.kanousei__ttl .num {
  color: #E6DE00;
}

.kanousei__ttl .vigor {
  font-size: 3rem;
}

.kanousei__ttl .num {
  font-size: 3.2rem;
}

.kanousei__txt {
  position: relative;
}

.kanousei__lead01 {
  font-size: 2.4rem;
}

.kanousei__desc {
  background-color: #F4F0EA;
  padding: 12px 36px;
  border-radius: 10px;
  position: relative;
}

.kanousei__desc::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/kanousei/traiangle.svg");
  position: absolute;
  width: 25px;
  height: 40px;
  top: -31px;
}

.kanousei__desc p {
  font-weight: 400;
}

.kanousei__img {
  width: 62%;
  max-width: 426px;
  margin: 0 auto;
  position: relative;
}

.kanousei__img.pc {
  display: none;
}

.jisseki {
  margin-bottom: 48px;
}

.jisseki-ttl {
  text-align: center;
  background-image: linear-gradient(166deg, rgba(169, 137, 68, 1), rgba(217, 180, 92, 1));
  color: #fff;
  font-size: 2.4rem;
  padding: 12px 0;
}

.jisseki-desc {
  padding: 16px 0;
  text-align: center;
  border: 1px solid #837700;
}

.jisseki p {
  margin: 0;
}

.jisseki-desc p:nth-child(2) .txt01 {
  font-size: 2rem;
}

.jisseki-desc p:nth-child(2) .txt03 {
  font-size: 2.4rem;
}

.kanousei__inner02 {
  background-color: #1E1E1E;
  padding: 42px 0;
}

.kanousei__lead02 {
  color: #fff;
}

.kanousei__comment {
  background-color: #fff;
  padding: 16px;
  outline: solid 3px #fff;
  outline-offset: 4px;
  border-radius: 5px;
}

.kanousei__comment p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.kanousei__lead02 {
  text-align: center;
  font-size: 2rem;
}

.kanousei .btn-top-txt::before {
  background-image: url("../img/btntop-txt-white-deco.svg");
}


.kanousei .btn-top-txt::after {
  background-image: url("../img/btntop-txt-white-deco.svg");
}

@media screen and (min-width:576px) {
  .kanousei .btn-top-txt br {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .kanousei__inner01 {
    padding-bottom: 24px;
  }

  .kanousei__lead01 {
    text-align: center;
  }

  .kanousei__img {
    left: 20px;
  }

  .kanousei__desc::after {
    transform: rotate(-90deg);
    left: 45%;
  }

  .jisseki-desc p:nth-child(2) {
    margin-top: 8px;
  }


  .kanousei__comment {
    width: 76%;
    max-width: 395px;
    margin: 0 auto;
  }

  .kanousei__comment:first-child {
    margin-bottom: 32px;
  }
}

@media screen and (min-width:768px) {
  .kanousei__ttl-outer {
    padding: 48px 0 0;
  }

  .kanousei__ttl .num {
    font-size: 5.8rem;
  }

  .kanousei__inner01 {
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
  }

  .kanousei__txt {
    width: 48%;
    left: 56px;
  }

  .kanousei__desc::after {
    width: 40px;
    height: 60px;
    top: 20px;
    right: -30px;
  }

  .kanousei__img {
    width: 48%;
  }

  .kanousei__img.sp {
    display: none;
  }

  .kanousei__img.pc {
    display: block;
  }

  .kanousei__inner02 {
    padding: 80px 0;
  }

  .jisseki-desc br {
    display: none;
  }

  .jisseki-desc {
    padding: 32px 0;
  }

  .kanousei__comment-outer {
    display: flex;
    justify-content: center;
  }

  .kanousei__comment:first-child {
    margin-right: 24px;
  }

  .kanousei__lead02 {
    font-size: 3.2rem;
  }


}

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

  .kanousei__ttl .vigor {
    font-size: 4.8rem;
  }

  .kanousei__comment p {
    font-size: 2.4rem;
  }
}

@media not all and (min-width: 1024px) {
  .kanousei__desc p {
    font-size: 1.6rem;
  }

}

@media screen and (min-width:1024px) {

  .kanousei__ttl .vigor {
    font-size: 5rem;
  }

  .kanousei__lead01 {
    font-size: 3.2rem;
  }

  .jisseki-desc p:first-child {
    font-size: 2.4rem;
  }

  .jisseki-desc p:nth-child(2) .txt01 {
    font-size: 3.2rem;
  }

  .jisseki-desc p:nth-child(2) .txt03 {
    font-size: 4rem;
  }

  .jisseki-desc p:nth-child(2) .txt04 {
    font-size: 2.4rem;
  }

  .kanousei__comment p {
    font-size: 3.2rem;
  }

  .jisseki-ttl {
    font-size: 3.2rem;
  }
}

/********************************************** diff */
.diff {
  padding: 38Px 0;
}

.diff__ttl .ed {
  font-size: 3rem;
}

.diff__ttl .vigor,
.diff__ttl .num {
  color: transparent;
  background-image: linear-gradient(90deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.diff__ttl .vigor {
  font-size: 3rem;
}

.diff__ttl .num {
  font-size: 3.2rem;
}

.diff__table {
  width: 100%;
  max-width: 860px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 24px auto 0;
}

.diff__table th,
.diff__table td {
  font-size: 1.6rem;
  text-align: center;
  padding: 18px 0;
}

.diff__table th {
  width: 28%;
}

.diff__table td {
  background-color: #F4F0EA;
}

.diff__table .column-head {
  color: #fff;
}

.diff__table .column-head.vigor {
  background-image: linear-gradient(124deg, rgba(169, 137, 68, 1), rgba(217, 180, 92, 1));
  font-size: 1.8rem;
}

.diff__table .column-head.medicine {
  background-color: #949494;
}

.diff__table .row-head {
  color: #fff;
  background-color: #1E1E1E;
}

.diff__table .row-head {
  border: solid 1px #fff;
}

.diff__table .row-medicine {
  font-weight: 400;
}

.diff__table .vigor {
  width: 39%;
}

.diff__table .medicine {
  width: 28%;
}

.diff__table td {
  border: solid 2px #fff;
}

.diff__table .row-vigor.desc,
.diff__table .row-medicine.desc {
  font-size: 1.4rem;
}

.diff__table .row-vigor.desc span {
  font-size: 1.2rem;
}

.diff .arrow {
  margin-top: 48px;
}

.diff__lead {
  font-size: 2rem;
  text-align: center;
}

.diff__lead span {
  color: transparent;
  background-image: linear-gradient(90deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

@media screen and (min-width:768px) {
  .diff {
    padding: 80Px 0 24px;
  }

  .diff__ttl .vigor {
    font-size: 5rem;
  }

  .diff__ttl .num {
    font-size: 5.8rem;
  }

  .diff__table {
    margin: 48px auto 0;
  }

  .diff__table th,
  .diff__table td {
    font-size: 2.4rem;
    padding: 24px 0;
  }

  .diff__table .column-head.vigor {
    background-color: #837700;
    font-size: 3.2rem;
  }

  .diff__table .row-vigor.desc,
  .diff__table .row-medicine.desc {
    font-size: 2rem;
  }

  .diff__table .row-vigor.desc span {
    font-size: 1.6rem;
  }

  .diff__lead {
    font-size: 3.2rem;
  }
}

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

  .diff__ttl .ed {
    font-size: 4.5rem;
  }
}

@media screen and (min-width:1024px) {
  .diff__ttl .ed {
    font-size: 5.6rem;
  }
}

/********************************************** nayami02 */
@media screen and (min-width:768px) {

  .nayami02 .btn-top-txt br {
    display: none;
  }
}


/********************************************** yuukousei */
.yuukousei {
  padding: 0 0 32px;
}

.yuukousei__ttl span {
  color: transparent;
  background-image: linear-gradient(90deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.yuukousei__desc {
  width: 100%;
  max-width: 612px;
  font-size: 1.6rem;
  margin: 32px auto;
}

.yuukousei__wrap {
  background-color: #F4F0EA;
  padding: 42px 0;
}

.yuukousei__case {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.yuukousei__case-ttl-outer {
  text-align: center;
}

.yuukousei__case-ttl {
  background-image: linear-gradient(124deg, rgba(169, 137, 68, 1), rgba(217, 180, 92, 1));
  color: #fff;
  font-size: 1.6rem;
  padding: 6px 16px;
  text-align: center;
  display: inline-block;
}

.yuukousei__case-desc01 {
  margin-top: 32px;
}

.yuukousei__case-desc01 dl {
  margin-top: 24px;
  text-align: center;
}

.yuukousei__case-desc01 dt {
  background-color: #fff;
  border-radius: 100vw;
  font-size: 1.6rem;
  display: inline-block;
  padding: 6px 32px;
}

.yuukousei__case-desc01 dd {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 16px;
}

.yuukousei__case-data01,
.yuukousei__case-data02,
.yuukousei__case-data03 {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 16px;
}


.yuukousei__case-data01,
.yuukousei__case-data02,
.yuukousei__case-data03 {
  margin-top: 32px;
}

.yuukousei__data-ttl {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.yuukousei__data-ttl::before,
.yuukousei__data-ttl::after {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/yuukousei/data-ttl-deco.svg");
  position: absolute;
  height: 20px;

}

.yuukousei__data-ttl::after {
  transform: scale(-1, 1);
}

.case01 .yuukousei__data-ttl::before {
  width: 57px;
  top: 7px;
  left: -60px;
}

.case01 .yuukousei__data-ttl::after {
  width: 57px;
  top: 7px;
  right: -59px;
}

.yuukousei__data-pic {
  margin: 24px auto;
  width: 100%;
  max-width: 334px;
}

.yuukousei__data-graph {
  margin: 16px auto 0;
  width: 100%;
  max-width: 417px;
}

.yuukousei__case-data02 .yuukousei__data-ttl {
  text-align: center;
}

.yuukousei__case-data02 .yuukousei__data-ttl::before {
  width: 48px;
  top: 17px;
  left: -56px;
}

.yuukousei__case-data02 .yuukousei__data-ttl::after {
  width: 48px;
  top: 17px;
  right: -50px;
}

.yuukousei__case-data03 .yuukousei__data-ttl {
  text-align: center;
}

.yuukousei__case-data03 .yuukousei__data-ttl::before {
  width: 48px;
  top: 21px;
  left: -55px;
}

.yuukousei__case-data03 .yuukousei__data-ttl::after {
  width: 48px;
  top: 21px;
  right: -53px;
}

.case02 {
  margin-top: 60px;
}

.yuukousei__case-desc02 p:first-child {
  font-size: 1.6rem;
}

.yuukousei__case-desc02 p:last-child {
  font-size: 1.2rem;
}

.yuukousei .arrow {
  margin: 48px 0;
}

.yuukousei__lead {
  font-size: 2rem;
  text-align: center;
}

.yuukousei .btn-top-txt::before {
  background-image: url("../img/nayami/btntop-txt-deco.svg");
}

.yuukousei .btn-top-txt::after {
  background-image: url("../img/nayami/btntop-txt-deco.svg");
}

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

  .yuukousei .btn-top-txt br {
    display: none;
  }
}


@media screen and (min-width:768px) {
  .yuukousei {
    padding: 60px 0;
  }



  .yuukousei__desc {
    font-size: 1.8rem;
    margin: 32px auto;
  }

  .yuukousei__wrap {
    background-color: #F4F0EA;
    padding: 60px 0;
  }

  .yuukousei__case-ttl {
    font-size: 2.4rem;
  }

  .yuukousei__case-desc01 {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }

  .yuukousei__case-desc01 dl {
    margin-top: 0;
    width: calc(100% / 3 - 2%);
    text-align: center;
  }

  .yuukousei__case-desc01 dt {
    font-size: 1.8rem;
  }

  .yuukousei__case-desc01 dd {
    font-size: 1.8rem;
  }

  .case01 .yuukousei__data-ttl::before {
    width: 85px;
    top: 9px;
    left: -92px;
  }

  .case01 .yuukousei__data-ttl::after {
    width: 85px;
    width: 96px;
    height: 20px;
    top: 9px;
    right: -92px;

  }

  .yuukousei__case-data01,
  .yuukousei__case-data02,
  .yuukousei__case-data03 {
    margin-top: 32px;
    padding: 60px 32px;
  }

  .yuukousei__data-pic {
    margin: 54px auto;
    max-width: 876px;
  }

  .yuukousei__data-graph {
    margin: 73px auto 0;
    max-width: 628px;
  }

  .yuukousei__case-data02,
  .yuukousei__case-data03 {
    margin-top: 60px;
  }

  .yuukousei__case-data02 .yuukousei__data-ttl::before {
    width: 85px;
    top: 9px;
    left: -93px;
  }

  .yuukousei__case-data02 .yuukousei__data-ttl::after {
    width: 85px;
    top: 9px;
    right: -89px;
  }

  .yuukousei__case-data02 .yuukousei__data-ttl br {
    display: none;
  }

  .yuukousei__case-data03 .yuukousei__data-ttl::before {
    width: 85px;
    top: 9px;
    left: -92px;
  }

  .yuukousei__case-data03 .yuukousei__data-ttl::after {
    width: 85px;
    top: 9px;
    right: -92px;
  }

  .yuukousei__case-data03 .yuukousei__data-ttl br {
    display: none;
  }

  .yuukousei__case-desc02 {
    text-align: center;
  }

  .yuukousei__case-desc02 p {
    text-align: center;
  }

  .yuukousei__case-desc02 p:first-child {
    font-size: 1.8rem;
  }

  .yuukousei__case-desc02 p:last-child {
    font-size: 1.4rem;
  }

  .yuukousei__lead {
    font-size: 3.2rem;
  }

  .yuukousei__lead .br {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .yuukousei__data-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width:1024px) {
  .yuukousei__data-ttl {
    font-size: 3.2rem;
  }

  .case01 .yuukousei__data-ttl::before {
    top: 15px;
  }

  .case01 .yuukousei__data-ttl::after {
    top: 15px;
  }
}


/********************************************** flow */

.flow {
  padding: 38px 0;
  background-color: #1E1E1E;
}

.flow__ttl {
  color: #fff;
}

.flow__step,
.flow__step01 {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.flow__step02,
.flow__step03,
.flow__step04,
.flow__step05 {
  padding: 48px 0 12px;
}

.flow__step01 {
  padding: 44px 0 26px;
  margin-top: 72px;
}

.flow__step-num {
  width: 86px;
  height: 86px;
  line-height: 86px;
  background-image: linear-gradient(124deg, rgba(169, 137, 68, 1), rgba(217, 180, 92, 1));
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}

.flow__step-head h3 {
  color: transparent;
  background-image: linear-gradient(173deg, rgba(169, 137, 68, 1), rgba(204, 174, 46, 1));
  -webkit-background-clip: text;
}

.flow__step-head {
  text-align: center;
}

.flow__step01 .flow__step-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow__step01 .line {
  width: 44px;
  margin-left: 8px;
}

.flow__arrow {
  width: 78px;
  margin: 32px auto 78px;
}

.flow__step-body-inner {
  width: 90%;
  margin: 0 auto;
}

.flow__step-img {
  margin: 16px auto;
}

.flow__step-desc {
  width: 90;
}

.flow__step-desc p {
  margin-top: 0;
}

.flow__step-desc-link {
  color: #003E7F;
  text-decoration: underline;
  margin-top: 16px;
}

.flow__step-desc-link p {
  margin: 0;
}

.flow .cv-area {
  margin-top: 30px;
}

.flow .btn-top-txt::before {
  background-image: url("../img/btntop-txt-white-deco.svg");
}


.flow .btn-top-txt::after {
  background-image: url("../img/btntop-txt-white-deco.svg");
}

@media not all and (min-width: 768px) {
  .flow__step-img {
    max-width: 255px;
  }

  .flow__step-img img {
    height: 150px;
    object-fit: cover;
  }

  .flow__step05 .flow__step-img img {
    object-position: top;
  }

  .flow__step-desc p {
    font-size: 1.6rem;
  }
}


@media screen and (min-width:768px) {
  .flow {
    padding: 80px 0;
  }

  .flow__step01 {
    padding: 82px 0 43px;
    margin-top: 94px;
  }

  .flow__step02,
  .flow__step03,
  .flow__step04,
  .flow__step05 {
    padding: 82px 0 43px;
  }

  .flow__step-num {
    font-size: 2.8rem;
    width: 115px;
    height: 115px;
    line-height: 115px;
  }

  .flow__step01 .line {
    width: 70px;
  }

  .flow__step-head {
    font-size: 3.2rem;
  }

  .flow__arrow {
    margin: 58px auto 96px;
  }

  .flow__step-body-inner {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    width: 100%;
  }

  .flow__step-img {
    width: 46%;
    max-width: 193px;
    margin: 0 24px 0 0;
    object-fit: contain;
  }

  .flow__step-desc {
    width: 44%;
  }

  .flow .cv-area {
    margin-top: 90px;
  }

  .flow .btn-top-txt br {
    display: none;
  }
}

@media screen and (min-width:1280px) {
  .flow__step05 .flow__step-head .br {
    display: none;
  }
}

/********************************************** qa */

.qa {
  padding: 38px 0;
}

.qa__category-ttl {
  text-align: center;
  font-size: 2.4rem;
  padding: 32px 0 16px;
}

.qa__item-head {
  background-color: #1E1E1E;
  color: #fff;
  display: flex;
  margin: 0;
  padding: 12px 32px 12px 8px;
}

.qa__head-q {
  margin-right: 8px;
}

.qa__item-list .qa__item:not(:first-child) {
  margin-top: 16px;
}

.qa__answer p:not(:last-child) {
  margin-bottom: 16px;
}

.qa__answer {
  background-color: #F4F0EA;
  padding: 12px 14px;
}

.qa__answer p {
  font-weight: 400;
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (min-width:768px) {
  .qa {
    padding: 80px 0;
  }

  .qa__category-ttl {
    font-size: 3.2rem;
    padding: 52px 0 32px;
  }


  .qa__head-q {
    font-size: 2.4rem;
    margin-right: 16px;
  }

  .qa__head-txt {
    font-size: 2.4rem;
  }

  .qa__answer {
    background-color: #F4F0EA;
    padding: 20px 95px 32px;

  }

  .qa__answer p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .qa__item-head {
    padding: 20px;
  }

  .qa__answer {
    padding: 20px;
  }
}

@media screen and (min-width:1024px) {
  .qa__item-head {
    padding: 20px 0 20px 95px;
  }

  .qa__answer {
    padding: 20px 95px 32px;
  }
}


.accordion-title:hover i:before,
.accordion-title:hover i:active,
.content-entry.open i {
  color: white;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
}


/********************************************** profile */

.profile__txt {
  position: relative;

}

.profile__txt-inner {
  background-color: #F4F0EA;
  padding: 12px 36px;
  border-radius: 10px;
  position: relative;
}

.profile__desc p {
  font-weight: 400;
}

.profile__img {
  width: 62%;
  max-width: 426px;
  margin: 0 auto;
  position: relative;
}

.profile__name p:first-child {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.profile__name p:nth-child(2) {
  font-size: 2.4rem;
  margin-top: 0;
}

@media not all and (min-width: 768px) {
  .profile {
    padding-bottom: 16px;
  }

  .profile__inner01 {
    display: flex;
    flex-direction: column-reverse;
  }

  .profile__img {
    left: 20px;
  }
}


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

  .profile__inner01 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
  }

  .profile__txt {
    width: 48%;
    left: 56px;
  }

  .kanousei__img {
    width: 48%;
  }
}

@media not all and (min-width: 1024px) {
  .profile__desc p {
    font-size: 1.6rem;
  }

}

/********************************************** reason02 */

.reason02__ttl-outer {
  background-color: #1E1E1E;
  padding: 20px 0 20px;
  position: relative;
}


.reason02__ttl-sub {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-top: 12px;
  margin-bottom: 0;
}

.reason02 .btn-top-txt::before {
  background-image: url("../img/nayami/btntop-txt-deco.svg");
}

.reason02 .btn-top-txt::after {
  background-image: url("../img/nayami/btntop-txt-deco.svg");
}

@media not all and (min-width: 768px) {
  .reason02__ttl .ed {
    font-size: 3rem;
  }
}

@media screen and (min-width:768px) {
  .reason02__ttl-outer {
    padding: 32px 0 0;
  }

  .reason02__ttl-sub {
    font-size: 3.2rem;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .reason02__ttl .ed {
    font-size: 4.5rem;
  }
}

@media screen and (min-width:1024px) {
  .reason02__ttl-outer {
    padding: 52px 0 0;
  }

  .reason02__ttl .ed {
    font-size: 5.6rem;
  }

}

/********************************************** clinic */
.clinic {
  padding: 48px 0 24px;
}

.clinic__ttl {
  text-align: center;
  font-size: 2.4rem;
}

.clinic__body {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 24px;
}

.clinic dl {
  width: 100%;
  padding: 20px 0;
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
}

.clinic dl:last-child {
  border-bottom: 1px solid #ccc;
}

.clinic dt,
.clinic dd {
  font-weight: 400;
}

.clinic dt {
  width: 26%;
  display: flex;
  align-items: center;
}

.clinic dd {
  width: 74%;
}

.clinic__img {
  max-width: 960px;
  margin: 42px auto;
}

.clinic__map {
  width: 100%;
  height: 350px;
}

@media not all and (min-width: 768px) {

  .clinic dt,
  .clinic dd {
    font-size: 1.4rem;
  }

}

@media screen and (min-width:768px) {
  .clinic {
    padding: 80px 0;
  }

  .clinic__body {
    padding-top: 28px;
  }

  .clinic dt {
    width: 20%;

  }

  .clinic dd {
    width: 80%;
  }

  .clinic__img {
    max-width: 960px;
    margin: 24px auto;
  }

  .clinic__ttl {
    font-size: 3.2rem;
  }
}

/********************************************** contact */

.contact__line {
  text-decoration: underline;
  color: #003E7F;
  font-weight: 700;
}

.contact__desc p {
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (min-width:768px) {
  .contact__desc p {
    font-size: 1.8rem;
  }
}



/********************************************** fotter */
.footer_list {
  width: 100%;
  list-style-type: none;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_list li {
  margin-right: 20px;
}

.footer_list li:after {
  content: '|';
  margin-left: 20px;
}

.footer_list li:last-child:after {
  display: none;
}

.footer_list li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.footer_list li a:hover {
  transition: .3s;
  color: #ff9b42;
}


footer {
  width: 100%;
  background: #565656;
  padding: 10px 0;
}

footer .copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1E1E1E;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a img {
  width: 50%;
  display: block;
}


#page-top a:hover {
  opacity: 0.7;
}

#page-top {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

@media not all and (min-width: 768px) {
  .footer_list {
    flex-direction: column;
  }

  .footer_list li {
    margin-right: 0px;
  }

  .footer_list li:after {
    content: '';
    margin-left: 0px;
  }

  .sp-fix {
    display: none;
    position: fixed;
    bottom: 0px;
    margin: 0;
    z-index: 99;
    width: 100%;
  }

  .sp-fix a {
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }

  .follow_list {
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
  }

  .follow_list li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .follow_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D30015;
    width: 100%;
    height: 85px;
  }

  .follow_list li a.contact_header {
    background: #4AB000;
  }

  .follow_list li a:hover {
    transition: .3s;
    opacity: .7;
  }
}

@media screen and (min-width:768px) {
  .sp-fix {
    display: none !important
  }
}


/*************************************************** 下層ページ */
.otherbox {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}

.number_list {
  list-style-type: decimal;
}

.number_list li {
  margin-bottom: 10px;
}

.otherbox a {
  color: #000;
}

.midashi02_confirm {
  max-width: 1000px;
  width: 92%;
  margin: 40px auto 0 auto;
  font-weight: 400;
}

.pricebox {
  width: 100%;
  max-width: 400px;
}

.pricebox dl {
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
  padding: 16px 0;
}

.pricebox dt {
  width: 50%;
}

.pricebox dd {
  width: 50%;
}

.pricebox dl:last-child {
  border-bottom: solid 1px #ccc;
}

.note {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.equipment-table01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 400px;
}

.equipment-table01 th {
  padding: 10px;
  background: #E3EAFF;
  border: solid 1px #ccc;
  width: 50%;
}

.equipment-table01 td {
  padding: 10px;
  border: solid 1px #ccc;
}

.equipment-table02 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.equipment-table02 th {
  padding: 10px;
  background: #E3EAFF;
  border: solid 1px #ccc;
}

.equipment-table02 td {
  padding: 10px;
  border: solid 1px #ccc;
}