html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  min-width: 1200px;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
  --light_green01: #9de4dc;
  --light_green02: #d6f0ea;
  --cyan: #1491b2;
  --cyan: #73d1c6;
  --black: #3b3b3b;
  --black: #585858;
  --gray: #e0e0e0;
  --yellow: #fdffb1;
  --line: #d3dae3;
  --gothic: "Noto Sans JP", sans-serif;
  --mincho: "Noto Serif JP", serif;
  --Cormorant: "Cormorant Garamond", serif;
  --lato: "Lato", sans-serif;
  --icomoon: "icomoon";
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    scroll-padding-top: 0px;
  }
}
html body {
  color: var(--black);
  font-family: var(--gothic);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  font-feature-settings: "palt";
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4 {
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1.5;
}
html p {
  font-weight: 400;
}
html a {
  text-decoration: none;
  border: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html a:hover {
  filter: brightness(120%);
}
html .highlight {
  display: inline;
  background: linear-gradient(var(--yellow) 70%, var(--yellow) 0%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 20%;
  transition: background-size 1.5s;
}
html .highlight.active {
  background-size: 100% 20%;
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html .tel {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc {
    display: none !important;
  }
  html .tel {
    pointer-events: auto;
  }
}
@media screen and (max-width: 740px) {
  html body {
    min-width: 320px;
    font-size: 1.5rem;
    position: relative;
  }
  html p {
    font-size: 1.5rem;
    line-height: 2;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  html body {
    min-width: 1200px;
  }
  html .sp {
    display: none !important;
  }
}
html header {
  z-index: 100;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
html header h1 {
  padding: 20px 0 0 20px;
  transition: all 0.6s ease;
}
html header .header_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 78px;
}
html header .header_content .tel {
  width: 298px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
html header .header_content .tel span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1;
}
html header .header_content .tel span .icon-tel {
  font-size: 2rem;
}
html header .header_content .tel span em {
  font-family: var(--lato);
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
html header .header_content .tel span small {
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}
html header .header_content .line,
html header .header_content .rsv,
html header .header_content .mail {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
html header .header_content .line:hover,
html header .header_content .rsv:hover,
html header .header_content .mail:hover {
  color: var(--yellow);
}
html header .header_content .line .icon-line,
html header .header_content .rsv .icon-line,
html header .header_content .mail .icon-line {
  position: relative;
  top: -8px;
  font-size: 3rem;
}
html header .header_content .line .icon-rsv,
html header .header_content .rsv .icon-rsv,
html header .header_content .mail .icon-rsv {
  position: relative;
  top: -8px;
  font-size: 2.6rem;
}
html header .header_content .line .icon-mail,
html header .header_content .rsv .icon-mail,
html header .header_content .mail .icon-mail {
  position: relative;
  top: -8px;
  font-size: 2rem;
}
html header .header_content .line small,
html header .header_content .rsv small,
html header .header_content .mail small {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}
html .header_content_bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 535px;
  height: 78px;
  background: var(--light_green01);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  html header {
    z-index: 100;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  html header h1 {
    padding: 20px;
    text-align: center;
    transition: all 0.6s ease;
    width: 60vw;
    margin: 0 auto;
  }
  html header .header_content {
    display: none;
  }
  html .header_content_bg {
    display: none;
  }
}
html .title {
  width: 100%;
  height: 875px;
  background: url(../img/title.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html .title .text {
  margin-top: -80px;
  padding-left: 8.5vw;
}
html .title .text h2 span {
  font-size: 5.6rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
html .title .text h2 span.highlight {
  display: inline;
  background: linear-gradient(#fff 70%, #fff 0%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 3%;
  transition: background-size 1.5s;
}
html .title .text h2 span.highlight.active {
  background-size: 100% 3%;
}
html .title .text p {
  padding-top: 30px;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: var(--mincho);
  color: #fff;
}
html .title .text p span {
  letter-spacing: 0.2em;
}
html .title .text p span.highlight {
  display: inline;
  background: linear-gradient(var(--yellow) 70%, var(--yellow) 0%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  transition: background-size 1.5s;
}
html .title .text p span.highlight.active {
  background-size: 100% 10%;
}
html .title .pick_up {
  position: absolute;
  left: 7vw;
  bottom: 60px;
}
html .title .circle {
  position: absolute;
  right: 0;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .title .circle li + li {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  html .title {
    width: 100%;
    height: auto;
    background: #fff url(../img/title@sp.webp) no-repeat center top;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    position: relative;
  }
  html .title .text {
    position: relative;
    z-index: 2;
    margin-top: 20vw;
    padding-left: 0;
    width: 100%;
    padding-bottom: 70vw;
  }
  html .title .text h2 {
    text-align: center;
  }
  html .title .text h2 span {
    font-size: 10.4vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  html .title .text p {
    padding-top: 20px;
    font-size: 4.1vw;
    text-align: center;
  }
  html .title .text p span {
    letter-spacing: 0.1em;
  }
  html .title .pick_up {
    position: relative;
    width: 58.6vw;
    left: auto;
    top: 0px;
    z-index: 10;
  }
  html .title .circle {
    position: static;
    right: 0;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .title .circle li + li {
    margin-left: -6vw;
  }
}
html .trouble {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff url("../img/trouble.webp") no-repeat center bottom;
  background-size: cover;
}
html .trouble .banner {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 40px;
  box-sizing: border-box;
}
html .trouble .inner {
  padding-top: 340px;
  text-align: center;
  padding-bottom: 100px;
}
html .trouble .inner h2 {
  font-size: 3.8rem;
  font-weight: 500;
  padding-bottom: 100px;
}
html .trouble .inner ol {
  width: fit-content;
  margin-left: 50%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
}
html .trouble .inner ol li {
  width: 100%;
  padding: 10px 0px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px dotted var(--black);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .trouble .inner ol li:before {
  content: "";
  display: block;
  width: 25px;
  height: 26px;
  background: url("../img/check02.webp") no-repeat center center;
  background-size: 25px 26px;
  margin-right: 20px;
}
html .trouble .trouble_arrow {
  position: absolute;
  left: 13vw;
  bottom: -180px;
  width: 74vw;
  height: 200px;
  background: var(--light_green01);
  clip-path: polygon(0 0, 100% 0, 100% 100px, 50% 100%, 0 100px);
  text-align: center;
  font-size: 3rem;
  font-family: var(--mincho);
  color: #fff;
  line-height: 1.3;
}
html .trouble .trouble_arrow p {
  padding-top: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html .trouble {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #f8f8f8 url("../img/trouble@sp.webp") no-repeat center bottom;
    background-size: 100% auto;
  }
  html .trouble .banner {
    position: relative;
    top: -50px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  html .trouble .banner img {
    width: 100%;
  }
  html .trouble .inner {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 0;
  }
  html .trouble .inner h2 {
    font-size: 6.4vw;
    font-weight: 500;
    padding-bottom: 20px;
  }
  html .trouble .inner ol {
    width: 100%;
    padding: 0 20px 58vw;
    box-sizing: border-box;
    margin-left: 0%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }
  html .trouble .inner ol li {
    width: 100%;
    padding: 10px 0px 10px 35px;
    box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-bottom: 1px dotted var(--black);
    position: relative;
  }
  html .trouble .inner ol li:before {
    position: absolute;
    left: 0;
    top: 6px;
  }
  html .trouble .inner ol li:last-child {
    border-bottom: 0;
  }
  html .trouble .trouble_arrow {
    position: absolute;
    left: 20px;
    bottom: -100px;
    width: calc(100% - 40px);
    height: 120px;
    background: var(--light_green01);
    clip-path: polygon(0 0, 100% 0, 100% 80px, 50% 100%, 0 80px);
    text-align: center;
    font-size: 3rem;
    font-family: var(--mincho);
    color: #fff;
    line-height: 1.2;
  }
  html .trouble .trouble_arrow p {
    font-size: 4.4vw;
    padding-top: 20px;
    line-height: 1.3;
  }
}
html .sect_ttl {
  text-align: center;
  padding-bottom: 100px;
}
html .sect_ttl .en {
  display: block;
  line-height: 1;
  font-family: var(--Cormorant);
  font-weight: 200;
  font-size: 17rem;
  font-style: italic;
  color: #e0e0e0;
  letter-spacing: 0.025em;
}
html .sect_ttl .sect_ttl_text span {
  display: block;
  font-weight: 500;
  font-size: 2.6rem;
}
html .sect_ttl .sect_ttl_text em {
  display: block;
  font-size: 5rem;
  font-weight: 600;
}
html .sect_ttl .sect_ttl_text ~ p {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  html .sect_ttl {
    text-align: center;
    padding-bottom: 50px;
  }
  html .sect_ttl .en {
    font-size: 22.6vw;
  }
  html .sect_ttl .sect_ttl_text span {
    font-size: 1.7rem;
  }
  html .sect_ttl .sect_ttl_text em {
    font-size: 3.6rem;
  }
  html .sect_ttl .sect_ttl_text ~ p {
    padding-top: 20px;
  }
}
html .shadow {
  display: block;
  position: relative;
}
html .shadow:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #d5f0ea;
  transition: all 1s ease;
}
html .shadow.active:before {
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  html .shadow.active:before {
    left: 5px !important;
    top: 5px !important;
  }
}
html .feature {
  padding: 210px 0 320px;
  background: #f8f8f8 url("../img/wave01.webp") no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
html .feature:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/wave01.webp") no-repeat center bottom;
  background-size: 100% auto;
}
html .feature .feature_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
html .feature .feature_inner > .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
html .feature .feature_inner > .item#feature08 figure {
  margin-left: 0;
}
html .feature .feature_inner > .item.reverse {
  flex-direction: row-reverse;
}
html .feature .feature_inner > .item.reverse figure {
  margin-left: 0;
}
html .feature .feature_inner > .item.reverse .text {
  text-align: left;
  right: auto;
  left: 0;
}
html .feature .feature_inner > .item figure {
  width: 57%;
  max-width: 710px;
  margin-left: 80px;
}
html .feature .feature_inner > .item figure img {
  object-fit: cover;
  width: 100%;
  height: 432px;
}
html .feature .feature_inner > .item .text {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
html .feature .feature_inner > .item .text .num {
  color: var(--cyan);
  font-family: var(--mincho);
}
html .feature .feature_inner > .item .text .num small {
  display: block;
  line-height: 1;
  font-size: 2rem;
  font-weight: 200;
}
html .feature .feature_inner > .item .text .num em {
  display: block;
  line-height: 1;
  font-size: 6.8rem;
  font-weight: 200;
}
html .feature .feature_inner > .item .text h3 {
  padding: 20px 0;
  font-size: 3.5rem;
  white-space: nowrap;
}
html .feature .feature_inner > .item .text h3 small {
  padding-top: 10px;
  font-size: 2rem;
  display: block;
}
html .feature .feature_inner .sub_item01 {
  width: 100%;
  padding: 80px 80px 120px;
  box-sizing: border-box;
  position: relative;
}
html .feature .feature_inner .sub_item01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--light_green01);
  box-sizing: border-box;
  z-index: 1;
}
html .feature .feature_inner .sub_item01:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--light_green01);
  background: #fff;
  box-sizing: border-box;
  z-index: 0;
}
html .feature .feature_inner .sub_item01 h4 {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  text-align: center;
  color: var(--cyan);
  padding-bottom: 80px;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px 32px;
  position: relative;
  z-index: 1;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item {
  width: calc((100% - 32px) / 2);
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item.small {
  width: calc((100% - 64px) / 3);
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item figure.shadow.active:before {
  left: 10px;
  top: 10px;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt {
  padding-top: 40px;
  text-align: center;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt .tag {
  display: inline-block;
  color: var(--cyan);
  padding: 5px 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt .tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid var(--cyan);
  box-sizing: border-box;
  border-right: 0;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt .tag:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid var(--cyan);
  box-sizing: border-box;
  border-left: 0;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 {
  color: var(--cyan);
  font-family: var(--mincho);
  line-height: 1;
  padding-top: 15px;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 small {
  display: block;
  padding-bottom: 10px;
  line-height: 1.5;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 em {
  display: block;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.5;
}
html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 em ~ small {
  display: block;
  padding: 10px 0 0;
}
html .feature .feature_inner .sub_item02 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
html .feature .feature_inner .sub_item02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--light_green01);
  box-sizing: border-box;
  z-index: 1;
}
html .feature .feature_inner .sub_item02:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--light_green01);
  background: #fff;
  box-sizing: border-box;
  z-index: 0;
}
html .feature .feature_inner .sub_item02 .sub_item02_inner {
  padding: 70px 80px;
  position: relative;
  z-index: 1;
}
html .feature .feature_inner .sub_item02 .sub_item02_inner figure {
  position: absolute;
  left: 50px;
  bottom: -10px;
}
html .feature .feature_inner .sub_item02 .sub_item02_inner .text {
  padding-left: 340px;
  color: var(--cyan);
}
html .feature .feature_inner .sub_item02 .sub_item02_inner .text h4 {
  font-size: 2.7rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html .feature {
    padding: 100px 0 20px;
    background: #f8f8f8;
    background-size: 100% auto;
    position: relative;
  }
  html .feature:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/wave01.webp") no-repeat center bottom;
    background-size: 100% auto;
  }
  html .feature .feature_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  html .feature .feature_inner > .item {
    display: block;
    position: relative;
    padding-top: 60px;
  }
  html .feature .feature_inner > .item#feature08 figure {
    margin-left: 0;
  }
  html .feature .feature_inner > .item.reverse {
    flex-direction: row-reverse;
  }
  html .feature .feature_inner > .item.reverse figure {
    margin-left: 0;
  }
  html .feature .feature_inner > .item.reverse .text {
    text-align: left;
    right: auto;
    left: 0;
  }
  html .feature .feature_inner > .item figure {
    width: 100%;
    max-width: auto;
    margin-left: 0px;
  }
  html .feature .feature_inner > .item figure img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  html .feature .feature_inner > .item .text {
    position: static;
    text-align: center;
  }
  html .feature .feature_inner > .item .text .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  html .feature .feature_inner > .item .text .num small {
    font-size: 1.2rem;
  }
  html .feature .feature_inner > .item .text .num em {
    font-size: 3.4rem;
    font-weight: 500;
  }
  html .feature .feature_inner > .item .text h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  html .feature .feature_inner > .item .text p {
    text-align: center;
  }
  html .feature .feature_inner .sub_item01 {
    width: 100%;
    padding: 30px 20px 40px;
    box-sizing: border-box;
    position: relative;
  }
  html .feature .feature_inner .sub_item01:after {
    left: 5px;
    top: 5px;
  }
  html .feature .feature_inner .sub_item01 h4 {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    padding-bottom: 30px;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item {
    width: 100%;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item.small {
    width: 100%;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item figure.shadow.active:before {
    left: 10px;
    top: 10px;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item figure.shadow img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1060/550;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt {
    padding-top: 20px;
    text-align: center;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt .tag {
    font-size: 1.3rem;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 {
    padding-top: 10px;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 small {
    font-size: 1.3rem;
  }
  html .feature .feature_inner .sub_item01 .sub_item01_inner .sub_item .txt h5 em {
    font-size: 2.3rem;
  }
  html .feature .feature_inner .sub_item02 {
    margin-top: 60px;
  }
  html .feature .feature_inner .sub_item02:after {
    left: 5px;
    top: 5px;
  }
  html .feature .feature_inner .sub_item02 .sub_item02_inner {
    padding: 20px 20px;
    position: relative;
    z-index: 1;
  }
  html .feature .feature_inner .sub_item02 .sub_item02_inner figure {
    margin-top: -110px;
    position: static;
    text-align: center;
  }
  html .feature .feature_inner .sub_item02 .sub_item02_inner .text {
    padding: 20px 0 0;
  }
  html .feature .feature_inner .sub_item02 .sub_item02_inner .text h4 {
    font-size: 2rem;
    padding-bottom: 20px;
    text-align: center;
  }
}
html .cv_area {
  width: 100%;
  position: relative;
  background: url("../img/cv_bg01.webp") no-repeat 0 0;
  background-size: cover;
  padding: 90px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
html .cv_area#cv02 {
  background: url("../img/cv_bg02.webp") no-repeat 0 0;
  background-size: cover;
}
html .cv_area:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
html .cv_area h2 {
  color: #fff;
  font-size: 4.5rem;
}
html .cv_area p {
  color: #fff;
}
html .cv_area .cv_area_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
html .cv_area .cv_area_btns a {
  width: 415px;
  height: 110px;
  background: #fff;
  position: relative;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
html .cv_area .cv_area_btns a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid var(--black);
  box-sizing: border-box;
  pointer-events: none;
}
html .cv_area .cv_area_btns a small {
  width: 100%;
  line-height: 1;
  font-size: 1.3rem;
}
html .cv_area .cv_area_btns a .icon-tel {
  font-size: 3rem;
}
html .cv_area .cv_area_btns a em {
  display: block;
  line-height: 1;
  font-family: var(--lato);
  font-size: 3.3rem;
  font-weight: 400;
}
html .cv_area .cv_area_btns a.rsv_btn {
  background: var(--light_green01);
}
html .cv_area .cv_area_btns a.rsv_btn:before {
  border-color: #1d514b;
}
html .cv_area .cv_area_btns a.rsv_btn .icon-rsv {
  font-size: 3rem;
}
html .cv_area .cv_area_btns a.rsv_btn em {
  font-size: 2.6rem;
  font-family: var(--mincho);
}
@media screen and (max-width: 767px) {
  html .cv_area {
    width: 100%;
    position: relative;
    background: url("../img/cv_bg01@sp.webp") no-repeat 0 0;
    background-size: cover;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  html .cv_area#cv02 {
    background: url("../img/cv_bg02@sp.webp") no-repeat 0 0;
    background-size: cover;
  }
  html .cv_area:before {
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  html .cv_area h2 {
    font-size: 2.8rem;
  }
  html .cv_area .cv_area_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  html .cv_area .cv_area_btns a {
    width: 100%;
    height: 100px;
  }
  html .cv_area .cv_area_btns a:before {
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
html .flow {
  background: url("../img/flow_bg.webp") no-repeat 0 0;
  background-size: 100% auto;
  padding-bottom: 220px;
}
html .flow .sect_ttl {
  position: relative;
  top: -50px;
}
html .flow .flow_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  padding: 0 120px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .flow .flow_inner:before {
  content: "";
  position: absolute;
  left: calc(50% - 2.5px);
  top: 140px;
  width: 5px;
  height: calc(100% - 280px);
  background: var(--light_green01);
}
html .flow .flow_inner .item {
  width: 100%;
  padding-right: 60%;
  box-sizing: border-box;
  position: relative;
}
html .flow .flow_inner .item#flow01 .text, html .flow .flow_inner .item#flow03 .text {
  position: absolute;
  left: 0;
  top: 100%;
}
html .flow .flow_inner .item#flow02, html .flow .flow_inner .item#flow04 {
  padding-right: 0;
  padding-left: 60%;
}
html .flow .flow_inner .item#flow02 .num:before, html .flow .flow_inner .item#flow04 .num:before {
  right: auto;
  left: 100%;
}
html .flow .flow_inner .item#flow02 .text, html .flow .flow_inner .item#flow04 .text {
  position: absolute;
  right: 0;
  top: 100%;
}
html .flow .flow_inner .item .num {
  position: absolute;
  left: calc(50% - 49px);
  top: 94px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: var(--light_green01);
  font-family: var(--lato);
}
html .flow .flow_inner .item .num:before {
  content: "";
  position: absolute;
  right: 100%;
  top: calc(50% - 2.5px);
  width: 100px;
  height: 5px;
  background: var(--light_green01);
}
html .flow .flow_inner .item .num small {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
}
html .flow .flow_inner .item .num em {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 3.3rem;
  font-weight: 400;
}
html .flow .flow_inner .item figure {
  width: 100%;
}
html .flow .flow_inner .item figure.active:before {
  left: 10px;
  top: 10px;
}
html .flow .flow_inner .item figure img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 285px;
}
html .flow .flow_inner .item .text {
  width: 40%;
}
html .flow .flow_inner .item .text em {
  display: block;
  text-align: center;
  color: var(--cyan);
  font-size: 2.4rem;
  font-family: var(--mincho);
  padding: 20px 0 10px;
}
html .flow .flow_inner .item .text p {
  text-align: center;
}
html .flow .flow_inner .item .text p small {
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html .flow {
    background: url("../img/flow_bg.webp") no-repeat 0 0;
    background-size: 100% auto;
    padding-bottom: 20px;
  }
  html .flow .sect_ttl {
    padding-top: 20px;
    position: relative;
    top: 0px;
  }
  html .flow .flow_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    gap: 30px;
  }
  html .flow .flow_inner:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0px;
    width: 3px;
    height: calc(100% - 50vw);
  }
  html .flow .flow_inner .item {
    width: 100%;
    padding-right: 0;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
  }
  html .flow .flow_inner .item#flow01 .text, html .flow .flow_inner .item#flow03 .text {
    position: static;
  }
  html .flow .flow_inner .item#flow02, html .flow .flow_inner .item#flow04 {
    padding-right: 0;
    padding-left: 80px;
  }
  html .flow .flow_inner .item#flow02 .num:before, html .flow .flow_inner .item#flow04 .num:before {
    right: auto;
    left: 100%;
  }
  html .flow .flow_inner .item#flow02 .text, html .flow .flow_inner .item#flow04 .text {
    position: static;
  }
  html .flow .flow_inner .item .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
  }
  html .flow .flow_inner .item .num:before {
    right: auto;
    left: 100%;
    top: calc(50% - 1.5px);
    width: 100px;
    height: 3px;
  }
  html .flow .flow_inner .item .num small {
    font-size: 1rem;
  }
  html .flow .flow_inner .item .num em {
    font-size: 2.5rem;
  }
  html .flow .flow_inner .item figure {
    width: 100%;
  }
  html .flow .flow_inner .item figure img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  html .flow .flow_inner .item .text {
    width: 100%;
  }
  html .flow .flow_inner .item .text em {
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: left;
  }
  html .flow .flow_inner .item .text p {
    text-align: left;
  }
}
html .case {
  background: url("../img/flow_bg.webp") no-repeat 0 0;
  background-size: 100% auto;
  padding-bottom: 80px;
}
html .case .case_inner {
  max-width: 1240px;
  width: calc(100% - 160px);
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0 80px 80px;
}
html .case .case_inner .sect_ttl {
  position: relative;
  top: -100px;
  padding-bottom: 0;
  margin-bottom: -100px;
}
html .case .case_inner .swiper-container {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_ttl {
  font-size: 3.2rem;
  color: var(--cyan);
  border-bottom: 1px solid var(--cyan);
  padding-bottom: 10px;
  margin-bottom: 50px;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-right: 10px;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_images .icon-case_arrow {
  font-size: 6.5rem;
  color: var(--cyan);
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_images .shadow.active:before {
  left: 10px;
  top: 10px;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table {
  table-layout: fixed;
  width: 100%;
  margin-top: 50px;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table caption {
  text-align: left;
  font-family: var(--mincho);
  font-size: 2.5rem;
  color: var(--cyan);
  padding-bottom: 30px;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody tr th {
  border: 1px solid #d3dae3;
  background: #f7fdfc;
  font-size: 1.9rem;
  font-family: var(--mincho);
  font-weight: 500;
  padding: 20px;
  width: 300px;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody tr td {
  border: 1px solid #d3dae3;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody tr td p {
  padding: 10px;
  text-align: left;
}
html .case .case_inner .swiper-container .swiper-pagination {
  position: absolute;
  left: 0;
  top: 46px;
  bottom: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  caret-color: transparent;
  z-index: 1;
}
html .case .case_inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  background: #e2e2e2;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 12px;
}
html .case .case_inner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--cyan);
}
html .case .case_inner .swiper-container .swiper-button-next {
  opacity: 1;
  right: calc(50% - 100px);
  top: 50px;
  outline: none;
  caret-color: transparent;
  z-index: 20;
}
html .case .case_inner .swiper-container .swiper-button-next:after {
  content: none !important;
}
html .case .case_inner .swiper-container .swiper-button-next .icon-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cyan);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
}
html .case .case_inner .swiper-container .swiper-button-prev {
  left: calc(50% - 100px);
  top: 50px;
  opacity: 1;
  outline: none;
  caret-color: transparent;
  z-index: 20;
}
html .case .case_inner .swiper-container .swiper-button-prev:after {
  content: none !important;
}
html .case .case_inner .swiper-container .swiper-button-prev .icon-prev {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cyan);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html .case {
    background: url("../img/flow_bg.webp") no-repeat 0 0;
    background-size: 100% auto;
    padding: 20px;
  }
  html .case .case_inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  html .case .case_inner .sect_ttl {
    position: relative;
    top: 0px;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  html .case .case_inner .sect_ttl p {
    text-align: left;
  }
  html .case .case_inner .swiper-container {
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_ttl {
    font-size: 3.2rem;
    color: var(--cyan);
    border-bottom: 1px solid var(--cyan);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 5px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_images .icon-case_arrow {
    font-size: 6rem;
    transform: rotate(90deg);
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_images .shadow.active:before {
    left: 10px;
    top: 10px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table {
    table-layout: fixed;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table caption {
    display: block;
    width: 100%;
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody {
    display: block;
    width: 100%;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody tr th {
    display: block;
    width: 100%;
    border: 1px solid #d3dae3;
    box-sizing: border-box;
    background: #f7fdfc;
    font-size: 1.5rem;
    line-height: 1;
    padding: 5px;
  }
  html .case .case_inner .swiper-container .swiper-wrapper .swiper-slide .case_table tbody tr td {
    border: 1px solid #d3dae3;
    border-top: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
  }
}
html .price {
  background: #fff;
  padding-top: 80px;
}
html .price .price_inner {
  width: 1080px;
  margin: 0 auto;
}
html .price .price_inner .price_table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 80px;
}
html .price .price_inner .price_table caption {
  text-align: left;
  font-family: var(--mincho);
  font-size: 2.6rem;
  padding-bottom: 30px;
}
html .price .price_inner .price_table thead tr th {
  background: #f7fdfc;
  border: 1px solid var(--line);
  font-family: var(--mincho);
  font-size: 1.5rem;
  padding: 10px 0;
}
html .price .price_inner .price_table thead tr th:nth-child(1),
html .price .price_inner .price_table thead tr th:nth-child(3) {
  width: 275px;
}
html .price .price_inner .price_table tbody tr th {
  background: #fff;
  border: 1px solid var(--line);
  font-family: var(--mincho);
  font-size: 1.8rem;
  padding: 20px 0;
  vertical-align: middle;
}
html .price .price_inner .price_table tbody tr td {
  border: 1px solid var(--line);
  vertical-align: middle;
  text-align: center;
  background: #fff;
  padding: 20px;
}
html .price .price_inner .sub_text {
  background: #f7fdfc;
  padding: 40px;
}
html .price .price_inner .sub_text p {
  font-size: 1.2rem;
}
html .price .price_inner .sect_ttl {
  margin-top: 120px;
}
html .price .price_inner .payment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 90px;
}
html .price .price_inner .payment .item {
  width: 320px;
  height: 280px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html .price .price_inner .payment .item .icon-payment01 {
  color: var(--cyan);
  font-size: 10rem;
  position: relative;
  top: -30px;
}
html .price .price_inner .payment .item .icon-payment02 {
  color: var(--cyan);
  font-size: 8rem;
  position: relative;
  top: -25px;
}
html .price .price_inner .payment .item .icon-payment03 {
  color: var(--cyan);
  font-size: 6rem;
  position: relative;
  top: -20px;
}
html .price .price_inner .payment .item em {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--mincho);
  line-height: 1;
}
html .price .price_inner .subbox {
  background: #fafafa;
  padding: 55px;
  position: relative;
  z-index: 1;
}
html .price .price_inner .subbox h3 {
  position: absolute;
  left: 0;
  top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
}
html .price .price_inner .subbox p {
  font-size: 1.02em;
  line-height: 2;
  text-align: center;
}
html .price .price_inner .subbox .loan {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 50px 0;
  margin: 30px 0;
}
html .price .price_inner .subbox .loan em {
  text-align: right;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.4;
}
html .price .price_inner .subbox small {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
}
html .price .price_inner .subbox ~ .subbox {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html .price {
    padding: 20px;
  }
  html .price .price_inner {
    width: 100%;
    margin: 0;
  }
  html .price .price_inner .price_table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
  }
  html .price .price_inner .price_table caption {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  html .price .price_inner .price_table thead tr th {
    background: #f7fdfc;
    border: 1px solid var(--line);
    font-family: var(--mincho);
    font-size: 1rem;
    padding: 5px 0;
  }
  html .price .price_inner .price_table thead tr th:nth-child(1),
html .price .price_inner .price_table thead tr th:nth-child(3) {
    width: auto;
  }
  html .price .price_inner .price_table tbody tr th {
    font-size: 1.2rem;
    padding: 10px;
  }
  html .price .price_inner .price_table tbody tr td {
    font-size: 1.2rem;
    padding: 10px;
  }
  html .price .price_inner .sub_text {
    padding: 10px;
  }
  html .price .price_inner .sub_text p {
    font-size: 1rem;
  }
  html .price .price_inner .sect_ttl {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  html .price .price_inner .sect_ttl p {
    text-align: left;
  }
  html .price .price_inner .payment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 40px;
  }
  html .price .price_inner .payment .item {
    width: 100%;
    height: 130px;
  }
  html .price .price_inner .payment .item .icon-payment01 {
    font-size: 7rem;
    top: -10px;
  }
  html .price .price_inner .payment .item .icon-payment02 {
    font-size: 6rem;
    top: -5px;
  }
  html .price .price_inner .payment .item .icon-payment03 {
    font-size: 4rem;
    top: -5px;
  }
  html .price .price_inner .payment .item em {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 1.3rem;
  }
  html .price .price_inner .subbox {
    background: #fff;
    padding: 30px 20px 20px;
    position: relative;
    z-index: 1;
  }
  html .price .price_inner .subbox h3 {
    position: absolute;
    left: 0;
    top: -0.8em;
    font-size: 2.5rem;
  }
  html .price .price_inner .subbox p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  html .price .price_inner .subbox .loan {
    background: #edf9fc;
    display: block;
    padding: 15px;
    margin: 20px 0;
  }
  html .price .price_inner .subbox .loan em {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  html .price .price_inner .subbox .loan figure {
    text-align: center;
    display: block;
  }
  html .price .price_inner .subbox small {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
  }
  html .price .price_inner .subbox ~ .subbox {
    margin-top: 40px;
  }
}
html .reason {
  margin-top: -100px;
  width: 100%;
  height: 490px;
  background: url("../img/reason.webp") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html .reason .inner {
  padding-top: 100px;
}
html .reason .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  padding-bottom: 20px;
}
html .reason .inner p {
  font-size: 0.96em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html .reason {
    margin-top: 0px;
    width: 100%;
    height: auto;
    background: #adadad url("../img/reason@sp.webp") no-repeat top center;
    background-size: 100% auto;
    display: block;
  }
  html .reason .inner {
    padding-top: 48vw;
  }
  html .reason .inner h2 {
    color: #fff;
    font-size: 2.3rem;
    padding-bottom: 20px;
  }
  html .reason .inner p {
    padding: 0 20px 20px;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
  }
}
html .doctors {
  background: #f8f8f8;
  padding-top: 150px;
}
html .doctors .sect_ttl {
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto 60px;
  text-align: left;
}
html .doctors .doctors_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 120px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
html .doctors .doctors_inner .dr_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
}
html .doctors .doctors_inner .dr_box figure {
  position: absolute;
  right: 80px;
  bottom: 160px;
  z-index: 1;
  width: 44%;
}
html .doctors .doctors_inner .dr_box figure img {
  object-fit: cover;
  width: 100%;
  height: 727px;
}
html .doctors .doctors_inner .dr_box figure .name {
  position: absolute;
  right: 0;
  top: 100%;
  color: var(--cyan);
  font-family: var(--mincho);
  line-height: 1;
  text-align: right;
  padding-top: 40px;
}
html .doctors .doctors_inner .dr_box figure .name span {
  display: block;
  font-size: 2rem;
}
html .doctors .doctors_inner .dr_box figure .name em {
  padding-top: 10px;
  display: block;
  font-size: 3.2rem;
}
html .doctors .doctors_inner .dr_box figure .name em small {
  font-size: 2.2rem;
  padding-right: 10px;
}
html .doctors .doctors_inner .dr_box .history {
  width: 100%;
  padding: 80px 80px 160px;
  position: relative;
  background: #fff;
}
html .doctors .doctors_inner .dr_box .history dl dt {
  font-family: var(--mincho);
  font-size: 2.5rem;
}
html .doctors .doctors_inner .dr_box .history dl dd span {
  font-size: 0.8em;
}
html .doctors .doctors_inner .dr_box .history dl dd small {
  display: block;
  font-size: 1rem;
}
html .doctors .doctors_inner .dr_box .history dl ~ dl {
  margin-top: 50px;
}
html .doctors .doctors_inner h3 {
  width: 100%;
  font-size: 4.5rem;
  margin: 120px 0 60px;
}
html .doctors .doctors_inner .dr_box02 {
  width: 46.7%;
}
html .doctors .doctors_inner .dr_box02 .shadow.active:before {
  left: 10px;
  top: 10px;
}
html .doctors .doctors_inner .dr_box02 .text {
  width: calc(100% - 80px);
  margin: -40px auto 0;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
html .doctors .doctors_inner .dr_box02 .text .name {
  color: var(--cyan);
  font-family: var(--mincho);
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
html .doctors .doctors_inner .dr_box02 .text .name span {
  display: block;
  font-size: 2rem;
}
html .doctors .doctors_inner .dr_box02 .text .name em {
  padding-top: 10px;
  display: block;
  font-size: 3rem;
}
html .doctors .doctors_inner .dr_box02 .text .history {
  position: relative;
  background: #fff;
  padding-bottom: 80px;
}
html .doctors .doctors_inner .dr_box02 .text .history dl dt {
  font-family: var(--mincho);
  font-size: 2rem;
}
html .doctors .doctors_inner .dr_box02 .text .history dl dd {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
html .doctors .doctors_inner .dr_box02 .text .history dl ~ dl {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  html .doctors {
    padding-top: 30px;
  }
  html .doctors .sect_ttl {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 40px;
    text-align: center;
  }
  html .doctors .doctors_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  html .doctors .doctors_inner .dr_box {
    width: 100%;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    display: block;
    position: relative;
    background: #fff;
  }
  html .doctors .doctors_inner .dr_box figure {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
  }
  html .doctors .doctors_inner .dr_box figure img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  html .doctors .doctors_inner .dr_box figure .name {
    position: static;
    text-align: center;
    padding: 20px;
  }
  html .doctors .doctors_inner .dr_box figure .name span {
    display: block;
    font-size: 1.5rem;
  }
  html .doctors .doctors_inner .dr_box figure .name em {
    padding-top: 10px;
    display: block;
    font-size: 2.5rem;
  }
  html .doctors .doctors_inner .dr_box figure .name em small {
    font-size: 1.8rem;
    padding-right: 10px;
  }
  html .doctors .doctors_inner .dr_box .history {
    width: 100%;
    padding: 0;
    position: relative;
    background: #fff;
  }
  html .doctors .doctors_inner .dr_box .history dl dt {
    font-size: 1.8rem;
  }
  html .doctors .doctors_inner .dr_box .history dl dd {
    font-size: 1.3rem;
  }
  html .doctors .doctors_inner .dr_box .history dl ~ dl {
    margin-top: 30px;
  }
  html .doctors .doctors_inner h3 {
    width: 100%;
    font-size: 2.6rem;
    margin: 40px 0;
    text-align: center;
  }
  html .doctors .doctors_inner .dr_box02 {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  html .doctors .doctors_inner .dr_box02 figure {
    position: relative;
    z-index: 1;
  }
  html .doctors .doctors_inner .dr_box02 .text {
    width: 100%;
    margin: 0px auto 0;
    background: none;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  html .doctors .doctors_inner .dr_box02 .text .name {
    color: var(--cyan);
    font-family: var(--mincho);
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  html .doctors .doctors_inner .dr_box02 .text .name span {
    font-size: 1.5rem;
  }
  html .doctors .doctors_inner .dr_box02 .text .name em {
    padding-top: 10px;
    font-size: 2.5rem;
  }
  html .doctors .doctors_inner .dr_box02 .text .history {
    position: relative;
    background: #fff;
    padding-bottom: 20px;
  }
  html .doctors .doctors_inner .dr_box02 .text .history dl dt {
    font-size: 1.8rem;
  }
  html .doctors .doctors_inner .dr_box02 .text .history dl ~ dl {
    margin-top: 30px;
  }
  html .doctors .doctors_inner .dr_box02#doctor03 {
    margin-top: 20px;
  }
}
html .clinic {
  background: #f8f8f8;
}
html .clinic .clinic_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
html .clinic .clinic_inner h3 {
  width: 100%;
  overflow: hidden;
  color: var(--cyan);
  font-size: 3rem;
  position: relative;
  margin-bottom: 60px;
}
html .clinic .clinic_inner h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--cyan);
}
html .clinic .clinic_inner h3 span {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  padding-right: 20px;
  letter-spacing: 0.1em;
}
html .clinic .clinic_inner .clinic_inner_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 120px;
}
html .clinic .clinic_inner .clinic_inner_box .item {
  width: calc((100% - 40px) / 3);
}
html .clinic .clinic_inner .clinic_inner_box .item figure {
  z-index: 1;
}
html .clinic .clinic_inner .clinic_inner_box .item figure.active:before {
  left: 10px;
  top: 10px;
}
html .clinic .clinic_inner .clinic_inner_box .item em {
  display: block;
  text-align: center;
  color: var(--cyan);
  padding-top: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  html .clinic {
    padding-top: 40px;
  }
  html .clinic .clinic_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  html .clinic .clinic_inner h3 {
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  html .clinic .clinic_inner h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  html .clinic .clinic_inner h3 span {
    background: none;
    padding-right: 0;
  }
  html .clinic .clinic_inner .clinic_inner_box {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 25px;
    padding-bottom: 60px;
  }
  html .clinic .clinic_inner .clinic_inner_box .item {
    width: 100%;
  }
  html .clinic .clinic_inner .clinic_inner_box .item figure {
    z-index: 1;
  }
  html .clinic .clinic_inner .clinic_inner_box .item em {
    padding-top: 10px;
    font-size: 1.6rem;
  }
}
html footer .googlemap {
  width: 100%;
  height: 670px;
  position: relative;
}
html footer .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html footer .f-logo {
  padding: 110px 0;
  text-align: center;
}
html footer .footer_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 0;
}
html footer .footer_inner .data ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html footer .footer_inner .data ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
}
html footer .footer_inner .data ol li em {
  width: 100px;
  flex-shrink: 0;
  line-height: 1.5;
}
html footer .footer_inner .data ol li span {
  display: block;
  line-height: 1.5;
}
html footer .footer_inner .data .tel {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: var(--black);
}
html footer .footer_inner .data .tel .icon-tel {
  font-size: 3rem;
}
html footer .footer_inner .data .tel span {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--lato);
  font-size: 3.2rem;
}
html footer .footer_inner .time .time_table {
  table-layout: fixed;
  width: 580px;
  max-width: 100%;
}
html footer .footer_inner .time .time_table thead tr {
  border: 1px solid var(--black);
}
html footer .footer_inner .time .time_table thead tr th {
  font-weight: 400;
  font-size: 1.4rem;
  height: 36px;
  vertical-align: middle;
}
html footer .footer_inner .time .time_table thead tr th:nth-child(1) {
  width: 140px;
}
html footer .footer_inner .time .time_table tbody tr {
  border: 1px solid var(--black);
}
html footer .footer_inner .time .time_table tbody tr th {
  font-weight: 400;
  vertical-align: middle;
  font-size: 1.5rem;
  height: 75px;
}
html footer .footer_inner .time .time_table tbody tr td {
  font-size: 1.5rem;
  vertical-align: middle;
  text-align: center;
  height: 75px;
}
html footer .footer_inner .time .time_table tfoot tr td {
  line-height: 1.6;
  padding-top: 10px;
  text-align: right;
  font-weight: 400;
  font-size: 1.2rem;
}
html footer .footer_inner .risk {
  background: #f7fdfc;
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
}
html footer .footer_inner .risk .risk_inner {
  color: var(--cyan);
  position: relative;
  max-height: 250px;
  padding-right: 10px;
}
html footer .footer_inner .risk .risk_inner h3 {
  font-weight: bold;
  font-family: var(--gothic);
}
html footer .footer_inner .risk .risk_inner em {
  margin-top: 2em;
  display: block;
  font-size: 1.5rem;
}
html footer .footer_inner .risk .risk_inner p {
  font-size: 1.4rem;
}
html footer .footer_inner .copy {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html footer .googlemap {
    width: 100%;
    height: 100vw;
    position: relative;
  }
  html footer .f-logo {
    padding: 40px 20px;
    text-align: center;
    width: 60vw;
    margin: 0 auto;
  }
  html footer .footer_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    gap: 20px;
  }
  html footer .footer_inner .data {
    margin: 0 auto;
  }
  html footer .footer_inner .data ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  html footer .footer_inner .data ol li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500;
    font-size: 1.3rem;
  }
  html footer .footer_inner .data ol li em {
    width: 80px;
    flex-shrink: 0;
    line-height: 1.5;
  }
  html footer .footer_inner .data ol li span {
    display: block;
    line-height: 1.5;
  }
  html footer .footer_inner .data .tel {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--black);
  }
  html footer .footer_inner .data .tel .icon-tel {
    font-size: 3rem;
  }
  html footer .footer_inner .data .tel span {
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--lato);
    font-size: 3.2rem;
  }
  html footer .footer_inner .time .time_table {
    width: 100%;
  }
  html footer .footer_inner .time .time_table thead tr {
    border: 1px solid var(--black);
  }
  html footer .footer_inner .time .time_table thead tr th {
    font-weight: 400;
    font-size: 1rem;
    height: 25px;
    vertical-align: middle;
  }
  html footer .footer_inner .time .time_table thead tr th:nth-child(1) {
    width: 80px;
  }
  html footer .footer_inner .time .time_table tbody tr {
    border: 1px solid var(--black);
  }
  html footer .footer_inner .time .time_table tbody tr th {
    font-weight: 400;
    vertical-align: middle;
    font-size: 1rem;
    height: 50px;
  }
  html footer .footer_inner .time .time_table tbody tr td {
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    height: 50px;
  }
  html footer .footer_inner .time .time_table tfoot tr td {
    text-align: left;
    font-size: 1rem;
  }
  html footer .footer_inner .risk {
    background: #f7fdfc;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  html footer .footer_inner .risk .risk_inner {
    color: var(--cyan);
    position: relative;
    max-height: 250px;
    padding-right: 10px;
  }
  html footer .footer_inner .risk .risk_inner h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: var(--gothic);
  }
  html footer .footer_inner .risk .risk_inner em {
    margin-top: 1em;
    display: block;
    font-size: 1.4rem;
  }
  html footer .footer_inner .risk .risk_inner p {
    font-size: 1.2rem;
  }
  html footer .footer_inner .copy {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    padding-bottom: 90px;
  }
}
html .fixed_footer {
  position: fixed;
  left: 0;
  bottom: -90px;
  z-index: 10;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #97ded6;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}
html .fixed_footer.on {
  bottom: 0;
}
html .fixed_footer .logo {
  padding-left: 20px;
}
html .fixed_footer .tel {
  width: 290px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
  color: var(--black);
  line-height: 1;
}
html .fixed_footer .tel .icon-tel {
  font-size: 2.2rem;
}
html .fixed_footer .tel span {
  font-size: 2.6rem;
  font-family: var(--lato);
  font-weight: 400;
}
html .fixed_footer .tel small {
  padding-top: 5px;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
}
html .fixed_footer .line,
html .fixed_footer .rsv,
html .fixed_footer .mail {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--black);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
html .fixed_footer .line .icon-line,
html .fixed_footer .rsv .icon-line,
html .fixed_footer .mail .icon-line {
  position: relative;
  top: -10px;
  font-size: 3rem;
}
html .fixed_footer .line .icon-rsv,
html .fixed_footer .rsv .icon-rsv,
html .fixed_footer .mail .icon-rsv {
  position: relative;
  top: -10px;
  font-size: 2.8rem;
}
html .fixed_footer .line .icon-mail,
html .fixed_footer .rsv .icon-mail,
html .fixed_footer .mail .icon-mail {
  position: relative;
  top: -10px;
  font-size: 2.2rem;
}
html .fixed_footer .line small,
html .fixed_footer .rsv small,
html .fixed_footer .mail small {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}
html .fixed_footer .line:hover,
html .fixed_footer .rsv:hover,
html .fixed_footer .mail:hover {
  color: var(--cyan);
}
html .fixed_footer .top {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: var(--black);
}
html .fixed_footer .top .icon-top {
  font-size: 3rem;
}
html .fixed_footer .top:hover {
  color: var(--cyan);
}
@media screen and (max-width: 767px) {
  html .fixed_footer {
    bottom: -70px;
    height: 70px;
  }
  html .fixed_footer.on {
    bottom: 0;
  }
  html .fixed_footer .logo {
    display: none;
  }
  html .fixed_footer .tel {
    width: calc((100% - 40px) / 4);
    height: 70px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    position: relative;
  }
  html .fixed_footer .tel .icon-tel {
    position: relative;
    top: -6px;
    font-size: 2.8rem;
  }
  html .fixed_footer .tel span {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  html .fixed_footer .tel small {
    display: none;
  }
  html .fixed_footer .line,
html .fixed_footer .rsv,
html .fixed_footer .mail {
    width: calc((100% - 40px) / 4);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--black);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
  }
  html .fixed_footer .line .icon-line,
html .fixed_footer .rsv .icon-line,
html .fixed_footer .mail .icon-line {
    position: relative;
    top: -8px;
    font-size: 2.8rem;
  }
  html .fixed_footer .line .icon-rsv,
html .fixed_footer .rsv .icon-rsv,
html .fixed_footer .mail .icon-rsv {
    position: relative;
    top: -8px;
    font-size: 2.6rem;
  }
  html .fixed_footer .line .icon-mail,
html .fixed_footer .rsv .icon-mail,
html .fixed_footer .mail .icon-mail {
    position: relative;
    top: -8px;
    font-size: 2rem;
  }
  html .fixed_footer .line small,
html .fixed_footer .rsv small,
html .fixed_footer .mail small {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
  }
  html .fixed_footer .line:hover,
html .fixed_footer .rsv:hover,
html .fixed_footer .mail:hover {
    color: var(--cyan);
  }
  html .fixed_footer .top {
    width: 40px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    color: var(--black);
  }
  html .fixed_footer .top .icon-top {
    font-size: 3rem;
  }
  html .fixed_footer .top:hover {
    color: var(--cyan);
  }
}

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