@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexA {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* font */
.mincho {
  font-family: var(--mincho);
}

.maname {
  font-family: var(--en-font);
}

/*------------------------------------------------------------
	fixedBar
------------------------------------------------------------*/
.fixedBar {
  position: fixed;
  top: 0;
  right: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  z-index: 200;
}
.fixedBar .btn {
  width: 24rem;
  min-height: 8rem;
}
.fixedBar .btn a {
  padding: 0.5rem 0.5rem 1.5rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: var(--white);
  border-radius: 0 0 1.6rem 1.6rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--red);
}
.fixedBar .btn a .txt01 {
  display: block;
  letter-spacing: 0.05em;
}
.fixedBar .btn a .txt02 {
  padding: 0 0.5rem 0.2rem 2.2rem;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  background: url(../img/common/tel_icon.webp) no-repeat left center/1.8rem;
}
.fixedBar .btn.line {
  width: 28rem;
}
.fixedBar .btn.line a {
  padding-bottom: 1.3rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--line-green);
}
.fixedBar .btn.line a .txt02 {
  margin-top: 0.1rem;
  padding: 0 0.3rem 0.5rem 3.2rem;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  background: url(../img/common/line_icon.webp) no-repeat left center/2.6rem;
}
.fixedBar .btn.line a .txt02 span {
  font-size: 2.5rem;
}
@media all and (max-width: 896px) {
  .fixedBar {
    padding: 0.9rem 1rem 0;
    width: 100%;
    position: sticky;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--white);
  }
  .fixedBar .btn {
    width: 15rem;
    width: calc(50% - 2.8rem);
    min-height: 5rem;
  }
  .fixedBar .btn a {
    padding: 0.3rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .fixedBar .btn a .txt01 {
    display: none;
  }
  .fixedBar .btn a .txt02 {
    padding: 0 0.5rem 0.1rem 2rem;
    font-size: 1.8rem;
    background-size: 1.5rem;
  }
  .fixedBar .btn.line {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .fixedBar .btn.line a {
    padding: 0.3rem;
  }
  .fixedBar .btn.line a .txt02 {
    margin-top: 0.2rem;
    padding: 0.2rem 0.5rem 0.5rem 3.3rem;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
  .fixedBar .btn.line a .txt02 span {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 130rem;
  max-width: 98%;
}
@media all and (max-width: 896px) {
  .content {
    padding: 0 2rem;
    width: auto !important;
    max-width: initial !important;
  }
}

/*------------------------------------------------------------
	comBtnBox
------------------------------------------------------------*/
.comBtnBox {
  max-width: 58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.comBtnBox .btn {
  width: 100%;
}
.comBtnBox .btn a {
  padding: 1.1rem 5rem 1.3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--white);
  border-radius: 5rem;
  background: var(--red) url(../img/common/icon02.webp) no-repeat right 3.8rem center/0.8rem;
}
.comBtnBox .btn .txt01 {
  margin-top: 0.2rem;
  padding: 0.3rem 3rem;
  display: inline-block;
  color: var(--red);
  font-size: 1.4rem;
  letter-spacing: 0.135em;
  vertical-align: top;
  text-align: center;
  border-radius: 4rem;
  background: var(--white);
}
.comBtnBox .btn .txt02 {
  margin: 0 auto;
  padding-left: 2.6rem;
  padding-bottom: 0.2rem;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.04em;
  background: url(../img/common/tel_icon.webp) no-repeat left center/2rem;
}
.comBtnBox .btn.line a {
  background-color: var(--line-green);
}
.comBtnBox .btn.line .txt01 {
  color: var(--line-green);
}
.comBtnBox .btn.line .txt02 {
  margin-top: 0.1rem;
  padding-left: 3.5rem;
  padding-bottom: 0.4rem;
  font-size: 2.6rem;
  background: url(../img/common/line_icon.webp) no-repeat left center/2.8rem;
}
.comBtnBox .btn.line .txt02 span {
  font-size: 3rem;
  letter-spacing: -0.01em;
}
@media all and (max-width: 896px) {
  .comBtnBox {
    margin: 0 auto;
    max-width: 30rem;
    gap: 2rem;
  }
  .comBtnBox .btn a {
    padding: 1.2rem 3rem 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-radius: 10rem;
    background-position: right 1.9rem center;
  }
  .comBtnBox .btn .txt01 {
    margin: 0 auto 0.6rem;
    padding: 0.2rem 2rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
  }
  .comBtnBox .btn .txt02 {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.5rem 0.2rem 2.2rem;
    display: block;
    font-size: 2.4rem;
    background-size: 1.5rem;
  }
  .comBtnBox .btn.line .txt02 {
    margin: 0 auto;
    padding: 0 0.5rem 0.2rem 3rem;
    font-size: 2.4rem;
    background-size: 2.2rem;
    background-position: left top 60%;
  }
  .comBtnBox .btn.line .txt02 span {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
	comInfoBox
------------------------------------------------------------*/
.comInfoBox {
  margin: 0 auto 4rem;
  padding: 6rem 6rem 5.5rem;
  max-width: 120rem;
  border-radius: 2rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--linen);
}
@media all and (min-width: 897px) {
  .comInfoBox {
    display: grid;
    grid-template-columns: 58rem 46rem;
    grid-template-rows: auto auto;
    gap: 2.6rem 4rem;
  }
  .comInfoBox .col01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .comInfoBox .col02 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .comInfoBox .comBtnBox {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.comInfoBox .logo {
  margin-bottom: 3.2rem;
}
.comInfoBox .logo a {
  display: inline-block;
}
.comInfoBox .logo img {
  width: 51.4rem;
}
.comInfoBox .address {
  margin-bottom: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.comInfoBox .timeTbl {
  padding: 1.2rem 2rem 2.7rem;
  border-radius: 1.2rem;
  background: var(--white);
}
.comInfoBox .timeTbl table {
  margin-bottom: 1.1rem;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comInfoBox .timeTbl table th,
.comInfoBox .timeTbl table td {
  padding: 0.9rem 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.1rem solid var(--gold);
}
.comInfoBox .timeTbl table th {
  padding-right: 0.4rem;
  width: 35%;
}
.comInfoBox .timeTbl table td {
  font-size: 1.6rem;
}
.comInfoBox .timeTbl table td:first-of-type {
  padding-left: 2.2rem;
  width: 13%;
}
.comInfoBox .timeTbl table td:last-of-type {
  padding-right: 1.7rem;
  width: 10%;
}
.comInfoBox .timeTbl table tbody td {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--gold);
}
.comInfoBox .timeTbl p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.comInfoBox .train {
  margin-bottom: 1.9rem;
  padding: 0.5rem 0 0 4.4rem;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background: url(../img/common/train_icon01.webp) no-repeat left top/3.4rem;
}
.comInfoBox .mapImg {
  margin-bottom: 2.1rem;
}
.comInfoBox .mapLink {
  text-align: right;
}
.comInfoBox .mapLink a {
  padding-right: 2.7rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: url(../img/common/icon01.webp) no-repeat right center/0.8rem;
}
.comInfoBox.white {
  background: transparent;
}
.comInfoBox.white .address {
  color: var(--white);
}
.comInfoBox.white .train {
  color: var(--white);
  background-image: url(../img/common/train_icon_white.webp);
}
.comInfoBox.white .mapLink a {
  color: var(--white);
  background-image: url(../img/common/icon02.webp);
}
@media all and (max-width: 896px) {
  .comInfoBox {
    padding: 4rem 2rem;
    max-width: initial;
  }
  .comInfoBox .col01 {
    margin-bottom: 2rem;
  }
  .comInfoBox .col02 {
    margin-bottom: 3.3rem;
  }
  .comInfoBox .logo {
    margin-bottom: 1.8rem;
  }
  .comInfoBox .logo img {
    width: 29.5rem;
  }
  .comInfoBox .address {
    line-height: 1.57;
  }
  .comInfoBox .timeTbl {
    padding: 1.2rem 1rem 1.9rem;
  }
  .comInfoBox .timeTbl table {
    margin-bottom: 1rem;
  }
  .comInfoBox .timeTbl table th,
  .comInfoBox .timeTbl table td {
    padding: 0.65rem 0 0.7rem;
  }
  .comInfoBox .timeTbl table th {
    padding-right: 0;
    width: 35%;
  }
  .comInfoBox .timeTbl table td {
    font-size: 1.4rem;
  }
  .comInfoBox .timeTbl table td:first-of-type {
    padding-left: 0;
    width: 10%;
  }
  .comInfoBox .timeTbl table td:last-of-type {
    padding-right: 0.6rem;
    width: 10%;
  }
  .comInfoBox .timeTbl table tbody td {
    font-size: 1.4rem;
  }
  .comInfoBox .timeTbl p {
    font-size: 1.2rem;
  }
  .comInfoBox .train {
    margin-bottom: 0.8rem;
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
    line-height: 1.6;
    background-size: 2.4rem;
  }
  .comInfoBox .mapImg {
    margin-bottom: 1.6rem;
  }
  .comInfoBox .mapImg img {
    width: 100%;
    border-radius: 3vw;
  }
  .comInfoBox .mapLink a {
    padding-right: 1.8rem;
  }
}

/*------------------------------------------------------------
	treatment
------------------------------------------------------------*/
.treatment {
  padding: 28.7rem 0 22rem;
  background: url(../img/index/treat_bg.webp) no-repeat center top/100%;
  margin-top: 3rem;
}
.treatment .content {
  width: 120rem;
}
.treatment .heading {
  margin-bottom: 4.6rem;
  text-align: center;
  font-size: 9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.treatment .heading .en {
  margin-bottom: 1.7rem;
  display: block;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.6em;
  line-height: 1.2;
}
.treatment .heading .sm {
  font-size: 6rem;
  font-weight: 700;
}
.treatment .leadTxt {
  margin-bottom: 8.9rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.treatment .linkList {
  margin-bottom: 4.9rem;
  gap: 4rem;
}
.treatment .linkList li {
  width: 58rem;
}
.treatment .linkList li a {
  padding: 2rem 1.9rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
  border-radius: 2rem;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 70%);
  border: 0.1rem solid var(--white);
}
.treatment .linkList li .text {
  padding: 0 0 1.5rem 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
.treatment .linkList li .text .txt01 {
  margin-bottom: 0.7rem;
  color: var(--orange);
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.treatment .linkList li .text .txt02 {
  margin-bottom: 0.5rem;
  padding-right: 2.9rem;
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  background: url(../img/common/icon03.webp) no-repeat right top 68%/0.8rem;
}
.treatment .linkList li .text .txt03 {
  display: block;
  color: var(--orange);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.38em;
}
.treatment .linkList li .photo {
  margin-bottom: -4rem;
  min-width: 22rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.treatment .linkList li .photo .tag {
  width: 16rem;
  position: absolute;
  right: -4rem;
  top: -7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 100%;
  background: rgba(246, 133, 40, 0.8);
  aspect-ratio: 1;
}
.treatment .linkList li .photo img {
  width: 22rem;
}
.treatment .linkList li.item02 .text .txt01,
.treatment .linkList li.item02 .text .txt03 {
  color: var(--purple);
}
.treatment .linkList li.item02 .photo {
  margin: -8rem 0 0 1rem;
}
.treatment .linkList li.item02 .photo .tag {
  padding-top: 0.4rem;
  width: 10rem;
  top: -2rem;
  font-size: 2rem;
  background: rgba(150, 117, 235, 0.8);
}
.treatment .treatList {
  margin-bottom: 10rem;
}
@media all and (min-width: 897px) {
  .treatment .treatList {
    margin-right: -0.1rem;
  }
}
.treatment .treatList {
  gap: 4rem 2.5rem;
}
.treatment .treatList li {
  width: 22rem;
  min-height: 20rem;
}
.treatment .treatList li a {
  padding: 3rem 0.5rem 2.9rem;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 2rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--blue2);
}
.treatment .treatList li .icon {
  margin-bottom: 0.9rem;
}
.treatment .treatList li .icon img {
  width: 7.3rem;
}
.treatment .treatList li .text01 {
  margin-bottom: 1rem;
  color: var(--yellow);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.treatment .treatList li .text02 {
  color: var(--white);
  font-size: 2.6rem;
  line-height: 0.9;
}
.treatment .treatList li .text02 .sm {
  font-size: 1.8rem;
}
.treatment .btnList li {
  width: 58rem;
}
.treatment .btnList li a {
  display: block;
  position: relative;
  color: var(--white);
  font-size: 3rem;
  border-radius: 2rem;
  overflow: hidden;
}
.treatment .btnList li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treatment .btnList li a .sub {
  padding-right: 1.2rem;
  padding-bottom: 0.5rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}
.treatment .btnList li a .sub::after {
  width: 0.8rem;
  height: 1.2rem;
  position: absolute;
  right: -3.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon02.webp) no-repeat center center/100%;
  content: "";
  will-change: transform;
}
.treatment .btnList li a .sub .icon {
  width: 2.4rem;
  display: block;
  line-height: 0;
}
.treatment .btnList li a .sub .icon img {
  width: 100%;
  height: auto;
}
.treatment .btnList li a .sub .txt {
  display: block;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.treatment .btnList li a .sub01 {
  margin-left: -1.4rem;
  padding-right: 2rem;
  gap: 1.1rem;
}
.treatment .btnList li a .sub01 .icon01 {
  margin-top: -0.7rem;
  width: 5.4rem;
}
@media all and (max-width: 896px) {
  .treatment {
    padding: 8.8rem 0 8rem;
    background-image: url(../img/index/treat_bg_sp.webp);
    margin-top: 3rem;
  }
  .treatment .heading {
    margin-bottom: 2.3rem;
    font-size: 4rem;
    line-height: 1.2;
  }
  .treatment .heading .en {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }
  .treatment .heading .sm {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .treatment .leadTxt {
    margin-bottom: 3.1rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .treatment .linkList {
    margin-bottom: 5rem;
    gap: 3rem;
  }
  .treatment .linkList li {
    width: 100%;
  }
  .treatment .linkList li a {
    padding: 2.5rem 1.9rem;
    display: block;
  }
  .treatment .linkList li .text {
    padding-bottom: 1.9rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .treatment .linkList li .text .txt01 {
    margin-bottom: 0.6rem;
  }
  .treatment .linkList li .text .txt02 {
    margin: 0 -0.2rem 0.3rem 0;
    padding-right: 1.5rem;
    font-size: 3rem;
    background-position: right top 60%;
  }
  .treatment .linkList li .text .txt03 {
    font-size: 1.2rem;
  }
  .treatment .linkList li .photo {
    margin: 0 auto -5.1rem;
    padding: 0 10.5rem 0 1rem;
    max-width: 29.5rem;
    min-width: initial;
  }
  .treatment .linkList li .photo .tag {
    width: 14rem;
    right: 0;
    top: -0.5rem;
    font-size: 1.8rem;
  }
  .treatment .linkList li .photo img {
    width: 100%;
  }
  .treatment .linkList li.item02 .photo {
    margin: -0.1rem auto -5.1rem;
  }
  .treatment .linkList li.item02 .photo .tag {
    padding-top: 0.4rem;
    width: 12rem;
    top: -0.9rem;
    right: 1rem;
  }
  .treatment .treatList {
    margin-bottom: 4rem;
    gap: 1rem 0.9rem;
  }
  .treatment .treatList li {
    width: calc((100% - 1.8rem) / 3);
    min-height: 14rem;
  }
  .treatment .treatList li a {
    padding: 2rem 0.3rem 1rem;
  }
  .treatment .treatList li .icon {
    margin-bottom: 0.8rem;
  }
  .treatment .treatList li .icon img {
    width: 5.5rem;
  }
  .treatment .treatList li .text01 {
    margin-bottom: 0.9rem;
    font-size: 1rem;
  }
  .treatment .treatList li .text01.mb01 {
    margin-bottom: 0.2rem;
  }
  .treatment .treatList li .text02 {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  .treatment .treatList li .text02 .sm {
    font-size: 1.2rem;
  }
  .treatment .treatList li .text03 {
    font-size: 1.2rem;
    letter-spacing: -0.1em;
    line-height: 1.2;
  }
  .treatment .treatList li .text04 {
    letter-spacing: -0.12em;
  }
  .treatment .btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .treatment .btnList li {
    width: 100%;
  }
  .treatment .btnList li a {
    font-size: 2.4rem;
  }
  .treatment .btnList li a img {
    height: auto;
    aspect-ratio: 335/140;
  }
  .treatment .btnList li a .sub {
    padding: 0 0 0.5rem 0;
    width: 100%;
    gap: 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .treatment .btnList li a .sub::after {
    right: 3.9rem;
  }
  .treatment .btnList li a .sub .icon {
    width: 1.9rem;
  }
  .treatment .btnList li a .sub .icon img {
    aspect-ratio: initial;
  }
  .treatment .btnList li a .sub01 {
    margin: 0;
    padding: 0 1.7rem 0.7rem 0;
    gap: 0.9rem;
  }
  .treatment .btnList li a .sub01 .icon01 {
    margin-top: -0.3rem;
    width: 4.2rem;
  }
}

.value {
  padding: 0rem 0 18rem;
  background: url(../img/index/value_bg01.webp) no-repeat right top -0.6rem/50.5rem;
}
.value .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
.value .textBox {
  width: 70.2rem;
  position: relative;
  z-index: 2;
}
.value .heading {
  margin-bottom: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.value .heading .txt01 {
  margin-top: 7.6rem;
  margin-left: -1.5rem;
  display: block;
  font-weight: 500;
  font-size: 6.2rem;
  line-height: 1.5;
  letter-spacing: -0.07em;
}
.value .heading .txt01 .en {
  margin-left: 1em;
  display: block;
  color: var(--blue2);
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.6em;
  line-height: 1.8;
}
.value .heading .txt02 {
  padding: 2.6rem 0 0 5.8rem;
  display: block;
  color: var(--blue2);
  font-size: 34rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  background: url(../img/index/value_ttl_bg01.webp) no-repeat left top/35rem;
}
.value .heading .txt02 .sm {
  margin: 0 0 5.6rem -8.7rem;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 6rem;
  letter-spacing: -0.08em;
  line-height: 1;
  color: var(--base-color);
}
.value .heading .txt02 .fz01 {
  margin-left: -0.5rem;
  margin-bottom: 4.5rem;
  display: inline-block;
  vertical-align: bottom;
  font-size: 18rem;
  line-height: 1;
}
.value .heading .txt02 .fz02 {
  margin: 0 0 8.1rem -2.5rem;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 9rem;
  line-height: 1;
}
.value .ttl {
  margin-bottom: 2.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
}
.value .ttl .num {
  padding: 2.5rem 0.5rem 0 1.3rem;
  width: 13rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  color: var(--blue2);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  background: url(../img/index/value_ttl_bg02.webp) no-repeat left top/100% auto;
}
.value .ttl .num .sm {
  margin-bottom: -0.6rem;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.value .ttl .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.value .ttl .txt .lg {
  color: var(--blue2);
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}
.value p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.value .tag {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  color: var(--white);
  border-radius: 100%;
  aspect-ratio: 1;
}
.value .tag::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  opacity: 0.8;
  content: "";
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--blue2);
}
.value .tag::after {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  position: absolute;
  border-radius: inherit;
  border: 0.1rem solid var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
.value .tag p {
  margin: 0.5rem 0 0;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.value .tag p .color {
  color: var(--yellow);
  font-weight: 700;
}
.value .item01 {
  position: relative;
}
.value .item01::before {
  width: 50.5rem;
  position: absolute;
  left: 0;
  top: 11.8rem;
  background: url(../img/index/value_bg02.webp) no-repeat left top/100%;
  aspect-ratio: 1010/2020;
  content: "";
}
.value .item01 .innerBox {
  padding: 6rem;
  gap: 1.8rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--light-grey);
}
.value .item01 .photoBox {
  margin-top: -16rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.value .item01 .photoBox .tag {
  left: -17rem;
  top: 8rem;
}
.value .item01 .photoBox .photo01 {
  width: 44rem;
}
.value .item01 .photoBox .photo02 {
  width: 24rem;
  margin: -1rem -3rem -15rem auto;
}
.value .item01 {
  margin-bottom: 8rem;
}
.value .item02 {
  position: relative;
  z-index: 1;
}
.value .item02 .bgImg {
  width: 44rem;
  position: absolute;
  left: -15.2rem;
  top: -10rem;
  z-index: 1;
}
.value .item02 .ttl {
  margin: 0 auto 3.5rem;
}
.value .item02 .ttl .num {
  color: var(--gold);
  background-image: url(../img/index/value_ttl_bg03.webp);
}
.value .item02 .ttl .txt {
  margin-top: 0.7rem;
}
.value .item02 .ttl .txt .lg {
  color: var(--gold);
  font-size: 7rem;
  letter-spacing: -0.06em;
  line-height: 1.35;
}
.value .item02 .imgList {
  margin: 0 auto;
  max-width: 110rem;
  gap: 4rem;
}
.value .item02 .imgList li {
  padding: 2.4rem 2rem;
  width: 34rem;
  position: relative;
  color: var(--white);
  border-radius: 4rem;
}
.value .item02 .imgList li .photo {
  height: 9.8rem;
}
.value .item02 .imgList li .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.value .item02 .imgList li .subTtl {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06em;
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5;
}
.value .item02 .imgList li p {
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 5;
}
.value .item02 {
  margin-bottom: 8rem;
}
.value .item03 {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--light-red);
}
.value .item03 .ttl {
  margin-bottom: 3.6rem;
  margin-right: -5rem;
}
.value .item03 .ttl .num {
  color: var(--red);
  background-image: url(../img/index/value_ttl_bg04.webp);
}
.value .item03 .ttl .txt {
  margin-top: 2.1rem;
}
.value .item03 .ttl .txt .lg {
  color: var(--red);
  letter-spacing: -0.1em;
  line-height: 1.32;
}
.value .item03 .textBox {
  width: 82rem;
  padding: 6rem 6rem 6.4rem;
}
.value .item03 .photoBox {
  margin-right: -11.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: right;
}
.value .item03 .photoBox .tag {
  left: -7.8rem;
  top: -6rem;
}
.value .item03 .photoBox .tag::before {
  opacity: 1;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--red);
}
.value .item03 .photoBox .tag p {
  margin-bottom: 0.9rem;
  font-size: 2.2rem;
}
.value .item03 .photoBox img {
  width: 58.7rem;
  position: relative;
  z-index: 2;
}
.value .item04 {
  margin-bottom: 8rem;
  min-height: 52rem;
  background: url(../img/index/value_img08.webp) no-repeat center center/cover;
  position: relative;
  z-index: 3;
}
.value .item04 .ttl {
  margin-bottom: 2.8rem;
}
@media all and (min-width: 897px) {
  .value .item04 .ttl {
    gap: 2rem;
  }
}
.value .item04 .ttl .num {
  color: var(--gold);
  background-image: url(../img/index/value_ttl_bg05.webp);
}
.value .item04 .ttl .txt {
  margin-top: 0.9rem;
  letter-spacing: -0.13em;
}
.value .item04 .ttl .txt .lg {
  color: var(--gold);
  font-size: 7rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
@media all and (min-width: 897px) {
  .value .item04 .ttl .txt .lg {
    margin-left: 0.1em;
  }
}
.value .item04 .tag {
  right: 0;
  top: -2rem;
}
.value .item04 .tag::before {
  opacity: 0.94;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--gold);
}
.value .item04 .tag p {
  margin: 0 0 0.5rem;
  font-size: 2.2rem;
}
.value .item04 .textBox {
  margin-left: auto;
  padding: 6rem;
  width: 82rem;
}
.value .item05 {
  margin-bottom: 8rem;
  position: relative;
}
.value .item05::before {
  width: 50.5rem;
  position: absolute;
  right: 0;
  top: -28rem;
  background: url(../img/index/value_bg01.webp) no-repeat left top/100%;
  aspect-ratio: 1010/2020;
  content: "";
}
.value .item05 .innerBox {
  padding: 3rem 6rem;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--light-purple);
}
.value .item05 .ttl {
  margin-right: -8rem;
  margin-bottom: 2.9rem;
}
.value .item05 .ttl .num {
  color: var(--dark-blue);
  background-image: url(../img/index/value_ttl_bg06.webp);
}
.value .item05 .ttl .txt {
  margin-top: 2rem;
  letter-spacing: -0.06em;
}
.value .item05 .ttl .txt .lg {
  margin: 0 -0.5em;
  color: var(--dark-blue);
  letter-spacing: -0.01em;
  line-height: 1.35;
}
.value .item05 .tag {
  left: -8rem;
  top: -7rem;
}
.value .item05 .tag::before {
  opacity: 0.9;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--dark-purple);
}
.value .item05 .tag p {
  font-size: 2.4rem;
}
.value .item05 .textBox {
  padding: 3rem 0;
}
.value .item05 .photoBox {
  width: 34rem;
  position: relative;
}
.value .item06 {
  margin-bottom: 8rem;
  padding: 6rem 0 4rem;
  color: var(--white);
  background: url(../img/index/value_img10.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.value .item06 .ttl {
  margin-bottom: 1.4rem;
}
.value .item06 .ttl .num {
  background-image: url(../img/index/value_ttl_bg07.webp);
  color: var(--white);
}
.value .item06 .ttl .txt {
  margin-top: 0.8rem;
}
.value .item06 .ttl .txt .lg {
  color: var(--yellow);
  font-size: 7rem;
  line-height: 1.35;
}
.value .item06 .subBox {
  margin-left: 4rem;
  max-width: 92rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.value .item06 .subBox .tag {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.value .item06 .subBox .tag::before {
  opacity: 0.94;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--white);
}
.value .item06 .subBox .tag::after {
  border-color: var(--gold);
}
.value .item06 .subBox .tag p {
  margin-top: 0.2rem;
  color: var(--blk3);
}
.value .item06 .subBox .tag p .color {
  color: var(--dark-gold);
}
.value .item06 .subBox .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.value .item07 {
  position: relative;
}
.value .item07::before {
  width: 50.5rem;
  position: absolute;
  left: 0;
  bottom: -14.5rem;
  background: url(../img/index/value_bg02.webp) no-repeat left top/100%;
  aspect-ratio: 1010/2020;
  content: "";
  z-index: -1;
}
.value .item07 .innerBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--light-pink);
}
.value .item07 .ttl {
  margin-bottom: 3.1rem;
}
.value .item07 .ttl .num {
  color: var(--pink);
  background-image: url(../img/index/value_ttl_bg08.webp);
}
.value .item07 .ttl .txt {
  margin-top: -0.8rem;
}
.value .item07 .ttl .txt .lg {
  color: var(--pink);
  font-size: 7rem;
  line-height: 1.45;
  letter-spacing: -0.03em;
}
.value .item07 .textBox {
  padding: 7rem 8rem 4.2rem 0;
  width: 92.7rem;
}
.value .item07 .textBox p {
  margin-left: 16.7rem;
  max-width: 56.2rem;
}
.value .item07 .photoBox {
  margin-right: -3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.value .item07 .photoBox img {
  width: 40.9rem;
  border-radius: 0 0 0 2rem;
}
.value .item07 .tag {
  right: -3rem;
  bottom: -3rem;
}
.value .item07 .tag::before {
  opacity: 0.9;
  background: url(../img/common/bg01.webp) repeat 0 0/24rem 8rem, var(--pink);
}
.value .item07 .tag p {
  margin-top: 1.1rem;
  font-size: 2.4rem;
  line-height: 1.45;
}
.value .item07 .tag p .color {
  font-size: 3rem;
}
@media all and (max-width: 896px) {
  .value {
    padding: 0rem 0 8rem;
    background-size: 18rem;
    background-position: right top 2rem;
  }
  .value .innerBox {
    display: block;
  }
  .value .textBox {
    width: auto !important;
  }
  .value .heading {
    margin: 0 2rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .value .heading .txt01 {
    margin: 0 0 0.8rem;
    font-size: 3.2rem;
    text-align: center;
  }
  .value .heading .txt01 .en {
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }
  .value .heading .txt02 {
    padding: 1rem 0 0 2.5rem;
    font-size: 14.3rem;
    background-size: 14.6rem;
  }
  .value .heading .txt02 .sm {
    margin: 0 0 2.4rem -3.5rem;
    font-size: 2.4rem;
    letter-spacing: -0.04em;
  }
  .value .heading .txt02 .fz01 {
    margin-left: -0.2rem;
    margin-bottom: 2rem;
    font-size: 7.5rem;
  }
  .value .heading .txt02 .fz02 {
    margin: 0 0 3.4rem -1.1rem;
    font-size: 3.8rem;
  }
  .value .ttl {
    margin: 0 0 1.5rem -1rem;
    gap: 0.8rem;
  }
  .value .ttl .num {
    padding: 1.5rem 0.5rem 0 1.3rem;
    width: 7rem;
    font-size: 5rem;
  }
  .value .ttl .num .sm {
    margin-bottom: -0.4rem;
    font-size: 1.4rem;
  }
  .value .ttl .txt {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .value .ttl .txt .lg {
    font-size: 2.8rem;
  }
  .value .tag {
    width: 12rem;
  }
  .value .tag::after {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }
  .value .tag p {
    font-size: 1.5rem;
  }
  .value p {
    letter-spacing: 0.04em;
  }
  .value .item01 {
    margin: 0 2rem;
  }
  .value .item01::before {
    width: 18rem;
    top: auto;
    left: -2rem;
    bottom: -22rem;
  }
  .value .item01 .innerBox {
    padding: 2rem;
  }
  .value .item01 .textBox {
    margin-bottom: 2.8rem;
  }
  .value .item01 .photoBox {
    margin: 0 -4rem -6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
  .value .item01 .photoBox .tag {
    margin-left: 5.1rem;
    left: 50%;
    top: -1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .value .item01 .photoBox .photo01 {
    width: 22rem;
  }
  .value .item01 .photoBox .photo01 img {
    width: 100%;
  }
  .value .item01 .photoBox .photo02 {
    width: 14rem;
    margin: 4rem 0 0;
  }
  .value .item01 .photoBox .photo02 img {
    width: 100%;
  }
  .value .item01 {
    margin-bottom: 6rem;
  }
  .value .item02 .bgImg {
    width: 18rem;
    left: -7.4rem;
    top: 2.6rem;
  }
  .value .item02 .ttl {
    margin: 0 0 2.2rem;
  }
  .value .item02 .ttl .txt {
    margin-top: 1.8rem;
  }
  .value .item02 .ttl .txt .lg {
    font-size: 2.8rem;
  }
  .value .item02 .imgList {
    margin: 0 auto;
    width: 87.8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .value .item02 .imgList li {
    padding: 2.5rem 2rem;
    width: 100%;
  }
  .value .item02 .imgList li .photo {
    height: 17.3334vw;
  }
  .value .item02 .imgList li .subTtl {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
  .value .item02 .imgList li p {
    letter-spacing: 0.05em;
  }
  .value .item02 {
    margin-bottom: 4rem;
  }
  .value .item03 {
    margin: 0 2rem 4rem;
    padding: 0;
    display: block;
  }
  .value .item03 .ttl {
    margin: 0 0 1rem -1rem;
  }
  .value .item03 .ttl .txt {
    margin-top: 0.6rem;
  }
  .value .item03 .textBox {
    width: auto;
    padding: 2.2rem 2rem 2.4rem;
  }
  .value .item03 .photoBox {
    margin: 0 -2.3rem 0 3.1rem;
    width: 31.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .value .item03 .photoBox .tag {
    left: -6.1rem;
    top: -1rem;
  }
  .value .item03 .photoBox .tag p {
    margin-top: 0.2rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .value .item03 .photoBox img {
    width: 100%;
  }
  .value .item04 {
    margin-bottom: 4rem;
    min-height: initial;
    background-image: url(../img/index/value_img08_sp.webp);
  }
  .value .item04 .content {
    padding: 0;
  }
  .value .item04 .ttl {
    margin-bottom: 1.4rem;
  }
  .value .item04 .ttl .num {
    margin-top: 0.8rem;
  }
  .value .item04 .ttl .txt {
    margin-top: 0;
    letter-spacing: -0.05em;
  }
  .value .item04 .ttl .txt .lg {
    font-size: 2.8rem;
  }
  .value .item04 .tag {
    right: 2rem;
    top: -2rem;
  }
  .value .item04 .tag p {
    margin: 0;
    font-size: 1.3rem;
  }
  .value .item04 .textBox {
    margin: 0;
    padding: 3.2rem 2rem 4rem;
    width: auto;
  }
  .value .item05 {
    margin: 0 2rem 4rem;
    z-index: 2;
  }
  .value .item05::before {
    width: 18rem;
    right: -2rem;
  }
  .value .item05 .innerBox {
    padding: 3.1rem 2rem;
  }
  .value .item05 .ttl {
    margin: 0 0 1.6rem -1rem;
  }
  .value .item05 .ttl .num {
    margin-top: 0.8rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .value .item05 .ttl .txt {
    margin-top: 0;
  }
  .value .item05 p {
    letter-spacing: 0.04em;
  }
  .value .item05 .tag {
    left: 0;
    top: 0;
  }
  .value .item05 .tag p {
    font-size: 1.5rem;
  }
  .value .item05 .textBox {
    padding: 0;
    margin-bottom: 1.7rem;
  }
  .value .item05 .photoBox {
    margin: 0 auto -8.1rem;
    padding-left: 9.5rem;
    width: 29.5rem;
    max-width: 100%;
    position: relative;
  }
  .value .item05 .photoBox img {
    width: 100%;
  }
  .value .item06 {
    margin-bottom: 4rem;
    padding: 3.1rem 0 3.2rem;
    background-position: right 5% center;
  }
  .value .item06 .ttl {
    margin: 0 0 1rem;
  }
  .value .item06 .ttl .num {
    margin-top: 1.7rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .value .item06 .ttl .txt {
    margin-top: 0;
  }
  .value .item06 .ttl .txt .lg {
    margin-top: 0.2rem;
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .value .item06 .subBox {
    margin-left: 0;
    max-width: initial;
    display: block;
  }
  .value .item06 .subBox .tag {
    margin-bottom: 1rem;
  }
  .value .item07 {
    margin: 0 2rem;
  }
  .value .item07::before {
    width: 18rem;
    left: -2rem;
    bottom: auto;
    top: -18rem;
  }
  .value .item07 .innerBox {
    padding: 0;
  }
  .value .item07 .ttl {
    margin-bottom: 1.7rem;
  }
  .value .item07 .ttl .num {
    margin-top: 1.9rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .value .item07 .ttl .txt {
    margin-top: 0;
  }
  .value .item07 .ttl .txt .lg {
    font-size: 2.8rem;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0.2rem;
  }
  .value .item07 .textBox {
    padding: 2.7rem 2rem 2.6rem;
    width: auto;
  }
  .value .item07 .textBox p {
    margin-left: 0;
    max-width: initial;
    letter-spacing: 0.04em;
  }
  .value .item07 .photoBox {
    margin: 0;
    position: relative;
    display: block;
  }
  .value .item07 .photoBox img {
    width: 21.3rem;
  }
  .value .item07 .tag {
    right: -1rem;
    top: -2.4rem;
    bottom: auto;
  }
  .value .item07 .tag p {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.23;
  }
  .value .item07 .tag p .color {
    font-size: 2rem;
  }
}

.worry {
  margin-top: -20rem;
  padding: 38.5rem 0 19.6rem;
  position: relative;
  background: url(../img/index/worry_bg.webp) no-repeat center top/cover;
}
.worry::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/index/bg01.webp) no-repeat center bottom/100%;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.worry .content {
  width: 120rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.worry .textBox {
  width: 68rem;
}
.worry .textBox .heading {
  margin-bottom: 1.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: left;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.worry .textBox .heading .lg {
  margin-left: -1.5rem;
  display: inline-block;
  vertical-align: bottom;
  color: var(--blue1);
  font-weight: 600;
  font-size: 14rem;
  line-height: 1;
  letter-spacing: 0;
}
.worry .textBox .heading .mid {
  margin: 0 0 0.3rem -0.9rem;
  display: inline-block;
  vertical-align: bottom;
  font-size: 8rem;
  letter-spacing: -0.14em;
}
.worry .textBox .heading .bubble {
  width: 19.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -5.6rem;
  text-align: center;
  color: var(--blue1);
  font-family: var(--base-font);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  aspect-ratio: 198/167;
  background: url(../img/index/bubble_bg.webp) no-repeat center top/100%;
}
.worry .textBox p {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.worry .btnBox {
  margin-bottom: 0.6rem;
  width: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.worry .btnBox a {
  padding: 1rem 5rem;
  width: 100%;
  min-height: 10rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--white);
  border-radius: 10rem;
  background: var(--red) url(../img/common/icon02.webp) no-repeat right 3.6rem center/0.8rem;
}
.worry .btnBox a::before {
  top: 0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  left: 0.6rem;
  position: absolute;
  border: 0.1rem solid var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: inherit;
  pointer-events: none;
  content: "";
}
.worry .btnBox a .txt01 {
  margin-bottom: 0.2rem;
  display: block;
  color: var(--yellow);
  font-weight: 500;
  letter-spacing: 0.1rem;
  letter-spacing: 0.15em;
}
.worry .btnBox a .txt02 {
  padding-left: 3.7rem;
  padding-bottom: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  background: url(../img/common/tel_icon.webp) no-repeat left 1.1rem center/2rem;
}
.worry .btnBox a.line {
  background-color: var(--line-green);
}
.worry .btnBox a.line .txt02 {
  font-size: 2.8rem;
  background-image: url(../img/common/line_icon.webp);
  background-size: 2.8rem;
  background-position: left 0.4rem center;
}
.worry .btnBox a.line .txt02 span {
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .worry {
    margin-top: -10rem;
    padding: 19.1rem 0 8.1rem;
  }
  .worry::after {
    bottom: -0.01rem;
    background-image: url(../img/index/bg01_sp.webp);
  }
  .worry .content {
    display: block;
  }
  .worry .textBox {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .worry .textBox .heading {
    margin: 0 auto 1.5rem;
    width: auto;
    max-width: 34rem;
    font-size: 2.4rem;
    line-height: 1.1;
  }
  .worry .textBox .heading .lg {
    margin-left: -0.7rem;
    font-size: 7rem;
  }
  .worry .textBox .heading .mid {
    margin: 0 0 0.3rem -0.5rem;
    font-size: 3.6rem;
    letter-spacing: -0.09em;
  }
  .worry .textBox .heading .bubble {
    padding-top: 0.5rem;
    width: 12rem;
    right: -1rem;
    top: -4.8rem;
    font-size: 1.4rem;
  }
  .worry .textBox p {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .worry .btnBox {
    margin: 0 auto 0.6rem;
    width: 33.5rem;
    max-width: 100%;
  }
  .worry .btnBox a {
    padding: 1.9rem 4rem;
    background-position: right 2.8rem center;
  }
  .worry .btnBox a .txt01 {
    margin-bottom: 0.3rem;
    letter-spacing: 0.05em;
  }
  .worry .btnBox a .txt02 {
    margin-left: -0.2rem;
    padding-left: 2.4rem;
    font-size: 3.2rem;
    background-position: left center;
    background-size: 1.85rem;
  }
  .worry .btnBox a.line .txt02 {
    padding-left: 3.3rem;
    background-size: 2.6rem;
    background-position: left center;
  }
  .worry .btnBox a.line .txt02 span {
    font-size: 3rem;
  }
}/*# sourceMappingURL=common.css.map */