@charset "UTF-8";
html {
  --green: #346567;
  --green02: #218c90;
  --lightgreen: #e2ece8;
  --yellow: #fbe401;
  --gray: #333333;
  --brown: #b4895f;
  --white: #ffffe6;
  --gothic: "Noto Sans JP", sans-serif;
  --mincho: "Noto Serif JP", serif;
  --crimson: "Crimson Pro", serif;
  --lato: "Lato", sans-serif;
  --icomoon: "icomoon";
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  min-width: 1200px;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    scroll-padding-top: 0px;
  }
}
html body {
  color: var(--green);
  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: 500;
  text-align: justify;
}
html a {
  color: var(--green02);
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a:hover {
  filter: brightness(120%);
}
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 {
    /*! PC /subpage ***************************************************/
  }
  html body {
    min-width: 1200px;
  }
  html .sp {
    display: none !important;
  }
}
html header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
html header h1 {
  padding: 35px 25px;
}
html header .cv_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html header .cv_box small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  text-align: right;
}
html header .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 20px;
}
html header .tel .icon-tel {
  font-size: 2.5rem;
  margin-right: 8px;
}
html header .tel em {
  font-size: 3rem;
}
html header .rsv {
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--green02);
  text-align: center;
}
html header .rsv .icon-rsv {
  color: #fff;
  font-size: 3rem;
}
html header .rsv small {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  html header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 10;
  }
  html header h1 {
    padding: 16px 32px;
  }
  html header .cv_box {
    display: none;
  }
}
html .title {
  width: 100%;
  height: 800px;
  background: url("../img/title.webp") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 3;
  /* 線の描写 */
}
html .title .text {
  position: absolute;
  left: 60px;
  top: 64%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
html .title .text h2 {
  font-size: 5.1rem;
  font-weight: 600;
  filter: blur(50px);
  transition: all 1.5s ease;
  transition-delay: 400ms;
}
html .title .text h2.active {
  filter: blur(0px);
}
html .title .scrolldown2 {
  position: absolute;
  bottom: 0px;
  left: 80px;
}
html .title .scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: -14px;
  bottom: 110px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
html .title .scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
html .title .scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #eee;
}
@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
html .title .point {
  width: 460px;
  height: 378px;
  position: absolute;
  right: 48px;
  bottom: -20px;
}
html .title .point li {
  width: 180px;
  height: 206px;
  background: url("../img/title_tag.webp") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html .title .point li small {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 2px #666;
}
html .title .point li em {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 2px #666;
}
html .title .point li:nth-child(1) {
  position: absolute;
  left: 93px;
  top: 0;
}
html .title .point li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: 400ms;
}
html .title .point li:nth-child(3) {
  position: absolute;
  left: 0px;
  top: 163px;
  transition-delay: 800ms;
}
html .title .point li:nth-child(4) {
  position: absolute;
  left: 186px;
  top: 163px;
  transition-delay: 1200ms;
}
@media screen and (max-width: 768px) {
  html .title {
    background: url("../img/title@sp.webp") no-repeat center center;
    background-size: cover;
    max-height: none;
    height: 100vh;
  }
  html .title .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
  }
  html .title .text h2 {
    text-align: center;
    font-size: 6.6vw;
  }
  html .title .scrolldown2 {
    position: absolute;
    bottom: 0px;
    left: 20px;
  }
  html .title .scrolldown2 span {
    left: -10px;
    bottom: 80px;
    font-size: 1.2rem;
  }
  html .title .scrolldown2:after {
    height: 76px;
  }
  html .title .point {
    width: 338px;
    height: 248px;
    position: absolute;
    right: 10px;
    bottom: -10px;
  }
  html .title .point li {
    width: 120px;
    height: 140px;
    background-size: 100% auto;
  }
  html .title .point li small {
    font-size: 1.1rem;
  }
  html .title .point li em {
    font-size: 1.8rem;
  }
  html .title .point li:nth-child(1) {
    position: absolute;
    left: 93px;
    top: 0;
  }
  html .title .point li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 400ms;
  }
  html .title .point li:nth-child(3) {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    right: 187px;
    transition-delay: 800ms;
  }
  html .title .point li:nth-child(4) {
    position: absolute;
    left: auto;
    top: auto;
    right: 62px;
    bottom: 0;
    transition-delay: 1200ms;
  }
}
html .onayami {
  width: 100%;
  height: 740px;
  background: #ecf2f6 url("../img/girl.webp") no-repeat center right;
  background-size: auto 100%;
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .onayami .onayami_inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
html .onayami .onayami_inner h2 {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.3;
}
html .onayami .onayami_inner h2 span {
  color: var(--brown);
  position: relative;
}
html .onayami .onayami_inner h2 span:before {
  content: "";
  width: 158px;
  height: 29px;
  position: absolute;
  left: 0;
  bottom: -25px;
  background: url("../img/svg/line.svg") no-repeat 0 0;
  background-size: 100% auto;
}
html .onayami .onayami_inner ul {
  padding-top: 50px;
}
html .onayami .onayami_inner ul li {
  font-family: var(--mincho);
  font-size: 2.3rem;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
html .onayami .onayami_inner ul li:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("../img/svg/check.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
html .onayami .onayami_inner ul li + li {
  margin-top: 10px;
}
html .onayami .serif {
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
}
html .onayami .serif em {
  width: fit-content;
  display: block;
  padding: 20px 50px;
  background: #fff;
  line-height: 1;
  border-radius: 33px;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  font-family: var(--mincho);
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  html .onayami {
    width: 100%;
    height: auto;
    background: #ecf2f6 url("../img/girl@sp.webp") no-repeat center top;
    background-size: 100% auto;
    padding: 0 32px 32px;
    box-sizing: border-box;
    display: block;
  }
  html .onayami .onayami_inner {
    max-width: 100%;
    padding-top: 36vw;
  }
  html .onayami .onayami_inner h2 {
    font-size: 6.3vw;
    font-weight: 600;
    line-height: 1.3;
  }
  html .onayami .onayami_inner h2 span:before {
    width: 20vw;
    height: 20px;
    bottom: -20px;
    background: url("../img/svg/line.svg") no-repeat 0 0;
    background-size: 100% auto;
  }
  html .onayami .onayami_inner ul {
    padding-top: 10vw;
  }
  html .onayami .onayami_inner ul li {
    font-family: var(--mincho);
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
  }
  html .onayami .onayami_inner ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    top: 5px;
    background: url("../img/svg/check.svg") no-repeat 0 0;
    background-size: 100% 100%;
  }
  html .onayami .onayami_inner ul li + li {
    margin-top: 15px;
  }
  html .onayami .serif {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
  html .onayami .serif em {
    width: 100%;
    padding: 16px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.65;
  }
}
html .marker {
  background: linear-gradient(transparent 78%, var(--yellow) 0%);
  display: inline;
  padding: 0 2px 0px;
}
html .en {
  display: block;
  line-height: 1;
  font-family: var(--crimson);
  font-size: 18rem;
  font-weight: 400;
  color: var(--lightgreen);
}
@media screen and (max-width: 768px) {
  html .en {
    font-size: 10rem;
  }
}
html .sect_ttl {
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
}
html .sect_ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 33px);
  bottom: 0;
  width: 66px;
  height: 2px;
  background: var(--green);
}
html .sect_ttl small {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
html .sect_ttl em {
  display: block;
  font-size: 4.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  html .sect_ttl:before {
    left: calc(50% - 25px);
    width: 50px;
  }
  html .sect_ttl small {
    font-size: 1.6rem;
  }
  html .sect_ttl em {
    font-size: 3.5rem;
  }
}
html .feature {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  --text-padding:75px;
}
html .feature .sect_ttl {
  margin-top: -50px;
}
html .feature .feature_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
}
html .feature .feature_inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 80px;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  background: #ecf9f9;
  z-index: -1;
}
html .feature .feature_inner .item .text .num {
  width: 80px;
  height: 90px;
  margin: 0 auto;
  background: url("../img/svg/hex01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.5rem;
  font-family: var(--mincho);
}
html .feature .feature_inner .item .text h3 {
  font-size: 3rem;
  font-weight: 600;
  padding: 30px 0;
}
html .feature .feature_inner .item .text p a {
  text-decoration: underline;
}
html .feature .feature_inner .item .text small {
  padding-top: 10px;
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
html .feature .feature_inner .feature_inner_flexbox {
  display: flex;
  justify-content: space-between;
  margin-left: -80px;
  width: calc(100% + 160px);
  padding: 0 32px;
  box-sizing: border-box;
  gap: 32px;
}
html .feature .feature_inner .feature_inner_flexbox .item {
  width: calc((100% - 64px) / 3);
}
html .feature .feature_inner .feature_inner_flexbox .item .text {
  margin-top: -50px;
  padding: 0 16px;
  z-index: 1;
  position: relative;
}
html .feature .feature_inner .feature_inner_flexbox .item .text h3 {
  font-size: 2.8rem;
}
html .feature #feature01 {
  margin-left: -80px;
  width: calc(100% + 160px);
}
html .feature #feature01 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
html .feature #feature01 .flexbox figure {
  flex-shrink: 0;
  width: 56.5%;
}
html .feature #feature01 .flexbox figure img {
  object-fit: cover;
  width: 100%;
  height: 497px;
}
html .feature #feature01 .flexbox .text {
  width: 43.5%;
  padding: 0 var(--text-padding);
  box-sizing: border-box;
}
html .feature #feature01 .item_inner {
  width: 100%;
  padding: 80px 80px 0;
  box-sizing: border-box;
}
html .feature #feature01 .item_inner table {
  width: 100%;
  table-layout: fixed;
}
html .feature #feature01 .item_inner table thead th {
  background: var(--green02);
  color: #fff;
  font-size: 2rem;
  height: 48px;
  vertical-align: middle;
  border: 1px solid var(--green02);
}
html .feature #feature01 .item_inner table tbody td {
  height: 102px;
  vertical-align: middle;
  border-left: 1px solid var(--green02);
  border-bottom: 1px solid var(--green02);
  color: var(--green02);
  background: #fff;
}
html .feature #feature01 .item_inner table tbody td small {
  display: block;
  font-size: 1.6rem;
}
html .feature #feature01 .item_inner table tbody td em {
  display: block;
  line-height: 1;
  font-size: 2.2rem;
}
html .feature #feature01 .item_inner table tbody td:last-child {
  border-right: 1px solid var(--green02);
}
html .feature #feature02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 80px;
}
html .feature #feature02 .photo_images {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
html .feature #feature02 .photo_images .images_item {
  width: 212px;
}
html .feature #feature02 .photo_images .images_item .text h4 {
  padding: 20px 0;
  font-family: var(--gothic);
  color: var(--green02);
}
html .feature #feature02 .photo_images .images_item .text p {
  font-size: 1.4rem;
  color: var(--gray);
  line-height: 1.5;
}
html .feature #feature02 .photo_images .images_item .text p small {
  padding-top: 10px;
  display: block;
  font-size: 1rem;
}
html .feature #feature02 .photo_images .images_item:nth-child(2) {
  margin-top: 40px;
}
html .feature #feature02 .photo_images .images_item:nth-child(3) {
  margin-top: 80px;
}
html .feature #feature02 > .text {
  padding-right: var(--text-padding);
  box-sizing: border-box;
  text-align: left;
}
html .feature #feature02 > .text .num {
  margin-left: 0;
}
html .feature #feature03 {
  margin-top: 80px;
}
html .feature #feature03 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
html .feature #feature03 .flexbox figure {
  width: 57%;
}
html .feature #feature03 .flexbox figure img {
  object-fit: cover;
  width: 100%;
  height: 497px;
}
html .feature #feature03 .flexbox .text {
  width: 43%;
  padding-left: var(--text-padding);
  box-sizing: border-box;
}
html .feature #feature03 .feature03_inner {
  width: 100%;
  margin: 80px 0;
}
html .feature #feature03 .feature03_inner .serif {
  width: fit-content;
  padding: 50px;
  position: relative;
  margin: 0 auto;
}
html .feature #feature03 .feature03_inner .serif:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border: 2px solid var(--green02);
  border-right: 0;
}
html .feature #feature03 .feature03_inner .serif:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border: 2px solid var(--green02);
  border-left: 0;
}
html .feature #feature03 .feature03_inner .serif em {
  display: block;
  font-family: var(--mincho);
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  padding-bottom: 0px;
}
html .feature #feature03 .feature03_inner .serif small {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  html .feature {
    width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    --text-padding:75px;
  }
  html .feature .sect_ttl {
    margin-top: -20px;
  }
  html .feature .feature_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }
  html .feature .feature_inner:before {
    right: 0;
    top: 80px;
    width: calc(100% - 64px);
    height: calc(100% - 80px);
  }
  html .feature .feature_inner .item .text {
    margin-top: -25px;
    z-index: 1;
    position: relative;
  }
  html .feature .feature_inner .item .text .num {
    width: 50px;
    height: 58px;
    margin: 0 auto;
    background-size: 100% auto;
    font-size: 2rem;
  }
  html .feature .feature_inner .item .text h3 {
    font-size: 2rem;
    padding: 20px 0;
  }
  html .feature .feature_inner .item .text small {
    font-size: 1rem;
    line-height: 1.5;
  }
  html .feature .feature_inner .feature_inner_flexbox {
    display: block;
    margin: 0px;
    width: 100%;
    padding: 0 0 60px;
    box-sizing: border-box;
  }
  html .feature .feature_inner .feature_inner_flexbox .item {
    width: 100%;
    margin-top: 60px;
  }
  html .feature .feature_inner .feature_inner_flexbox .item figure img {
    object-fit: cover;
    width: 100%;
    height: 66vw;
  }
  html .feature .feature_inner .feature_inner_flexbox .item .text {
    margin-top: -25px;
  }
  html .feature .feature_inner .feature_inner_flexbox .item .text h3 {
    font-size: 2rem;
  }
  html .feature #feature01 {
    margin: 0px;
    width: 100%;
  }
  html .feature #feature01 .flexbox {
    display: block;
  }
  html .feature #feature01 .flexbox figure {
    flex-shrink: 0;
    width: 100%;
  }
  html .feature #feature01 .flexbox figure img {
    object-fit: cover;
    width: 100%;
    height: 66vw;
  }
  html .feature #feature01 .flexbox .text {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  html .feature #feature01 .item_inner {
    width: 100%;
    padding: 32px 0;
    box-sizing: border-box;
  }
  html .feature #feature01 .item_inner table thead th {
    font-size: 1.2rem;
    height: 28px;
  }
  html .feature #feature01 .item_inner table tbody td {
    height: 62px;
  }
  html .feature #feature01 .item_inner table tbody td small {
    display: block;
    font-size: 1.1rem;
  }
  html .feature #feature01 .item_inner table tbody td em {
    font-size: 1.3rem;
  }
  html .feature #feature02 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  html .feature #feature02 .photo_images {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }
  html .feature #feature02 .photo_images .images_item {
    width: calc((100% - 20px) / 3);
  }
  html .feature #feature02 .photo_images .images_item .text {
    margin-top: 0;
  }
  html .feature #feature02 .photo_images .images_item .text h4 {
    padding: 10px 0;
  }
  html .feature #feature02 .photo_images .images_item .text p {
    font-size: 1.2rem;
    color: var(--gray);
    line-height: 1.5;
  }
  html .feature #feature02 .photo_images .images_item:nth-child(2) {
    margin-top: 16px;
  }
  html .feature #feature02 .photo_images .images_item:nth-child(3) {
    margin-top: 32px;
  }
  html .feature #feature02 > .text {
    padding-right: 0;
    box-sizing: border-box;
    text-align: center;
  }
  html .feature #feature02 > .text .num {
    margin: 0 auto;
  }
  html .feature #feature03 {
    margin-top: 60px;
  }
  html .feature #feature03 .flexbox {
    display: block;
  }
  html .feature #feature03 .flexbox figure {
    width: 100%;
  }
  html .feature #feature03 .flexbox figure img {
    height: 66vw;
  }
  html .feature #feature03 .flexbox .text {
    width: 100%;
    padding-left: 0;
  }
  html .feature #feature03 .feature03_inner {
    width: 100%;
    margin: 32px 0;
  }
  html .feature #feature03 .feature03_inner .serif {
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  html .feature #feature03 .feature03_inner .serif em {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  html .feature #feature03 .feature03_inner .serif small {
    display: block;
    font-size: 1.2rem;
  }
}
html .type {
  width: 100%;
  background: var(--green);
  padding-top: 100px;
  padding-bottom: 150px;
  color: var(--white);
  position: relative;
}
html .type:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 76vw;
  background: url("../img/type_bg.webp") no-repeat center bottom;
  background-size: 100% auto;
  mix-blend-mode: screen;
}
html .type .en {
  text-align: center;
  color: #5a7e7f;
}
html .type .sect_ttl {
  margin-top: -70px;
}
html .type .sect_ttl:before {
  background: var(--white);
}
html .type .sect_ttl em {
  text-align: center;
  color: var(--white);
}
html .type .inner {
  padding: 0 80px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
html .type .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .type .inner .flex figure {
  width: 44%;
}
html .type .inner .flex .text {
  width: 56%;
  padding-left: 90px;
  box-sizing: border-box;
}
html .type .inner .flex .text h3 {
  font-size: 2.75rem;
  padding-bottom: 20px;
}
html .type .inner .smallText {
  width: 100%;
  background: #3e6d6d;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
html .type .inner .smallText h4 {
  font-size: 2rem;
  padding-bottom: 10px;
}
html .type .inner .smallText p {
  font-size: 1.5rem;
}
html .type .inner .poit_box {
  padding: 70px;
  border: 1px solid #9ab2a7;
  box-sizing: border-box;
}
html .type .inner .poit_box h3 {
  font-size: 2.75rem;
  font-weight: 600;
  padding-bottom: 30px;
}
html .type .inner .poit_box p {
  font-size: 1.5rem;
}
html .type .inner .poit_box ol {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #9ab2a7;
}
html .type .inner .poit_box ol li {
  padding-left: 50px;
  position: relative;
}
html .type .inner .poit_box ol li .num {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url("../img/svg/hex02.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green);
}
html .type .inner .poit_box ol li em {
  display: block;
  font-weight: 600;
  font-size: 1.9rem;
}
html .type .inner .poit_box ol li + li {
  margin-top: 30px;
}
html .type .inner .item_box {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 32px;
}
html .type .inner .item_box .item {
  width: calc((100% - 64px) / 3);
}
html .type .inner .item_box .item .text h4 {
  font-size: 2.4rem;
  padding: 20px 0;
  text-align: center;
}
html .type .inner .item_box .item .text small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  html .type {
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
  }
  html .type .sect_ttl {
    margin-top: -50px;
  }
  html .type .inner {
    padding: 0px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html .type .inner .flex {
    display: block;
  }
  html .type .inner .flex figure {
    width: 100%;
  }
  html .type .inner .flex .text {
    width: 100%;
    padding: 0px;
  }
  html .type .inner .flex .text h3 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
  }
  html .type .inner .smallText {
    padding: 16px;
    margin: 32px 0;
  }
  html .type .inner .smallText h4 {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
  html .type .inner .smallText p {
    font-size: 1.4rem;
  }
  html .type .inner .poit_box {
    padding: 16px;
  }
  html .type .inner .poit_box h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  html .type .inner .poit_box p {
    font-size: 1.4rem;
  }
  html .type .inner .poit_box ol {
    padding-top: 16px;
    margin-top: 16px;
  }
  html .type .inner .poit_box ol li {
    padding-left: 40px;
    position: relative;
  }
  html .type .inner .poit_box ol li .num {
    width: 25px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: 100% auto;
  }
  html .type .inner .poit_box ol li em {
    display: block;
    font-weight: 600;
    font-size: 1.65rem;
  }
  html .type .inner .poit_box ol li p {
    font-size: 1.3rem;
  }
  html .type .inner .poit_box ol li + li {
    margin-top: 30px;
  }
  html .type .inner .item_box {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 16px;
  }
  html .type .inner .item_box .item {
    width: calc((100% - 16px) / 2);
  }
  html .type .inner .item_box .item .text h4 {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  html .type .inner .item_box .item .text p {
    font-size: 1.3rem;
  }
  html .type .inner .item_box .item .text small {
    display: block;
    font-size: 1rem;
  }
}
html .treatment {
  position: relative;
  z-index: 1;
}
html .treatment .en {
  text-align: center;
  margin-top: -100px;
  opacity: 0.3;
  mix-blend-mode: multiply;
  color: #218c90;
}
html .treatment .sect_ttl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  position: absolute;
  left: 0;
  top: 180px;
}
html .treatment .sect_ttl:before {
  transform: rotate(90deg);
}
html .treatment .treatment_inner {
  padding-top: 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
html .treatment .treatment_inner .text {
  padding-left: 160px;
  padding-right: 80px;
  width: 50%;
  box-sizing: border-box;
}
html .treatment .treatment_inner .text h3 {
  font-size: 3rem;
  padding-bottom: 20px;
}
html .treatment .treatment_inner figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  html .treatment .en {
    margin-top: -50px;
  }
  html .treatment .sect_ttl {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: initial;
    position: static;
    text-align: center;
  }
  html .treatment .sect_ttl:before {
    transform: rotate(0deg);
  }
  html .treatment .treatment_inner {
    padding-top: 32px;
    display: block;
    max-width: 100%;
  }
  html .treatment .treatment_inner figure {
    width: calc(100% - 32px);
    margin-left: 32px;
  }
  html .treatment .treatment_inner .text {
    padding: 32px;
    width: 100%;
    box-sizing: border-box;
  }
  html .treatment .treatment_inner .text h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
html .flow {
  width: 100%;
  background: var(--green02);
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 80px;
}
html .flow .flow_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
  color: var(--white);
  position: relative;
}
html .flow .flow_inner .en {
  opacity: 0.2;
}
html .flow .flow_inner .sect_ttl {
  margin-top: -50px;
}
html .flow .flow_inner .sect_ttl:before {
  content: "";
  left: 0;
  background: var(--white);
}
html .flow .flow_inner .flow_list {
  padding-left: 140px;
  position: relative;
}
html .flow .flow_inner .flow_list:before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  height: 100%;
  border-right: 3px dotted var(--white);
}
html .flow .flow_inner .flow_list .item {
  position: relative;
  width: 100%;
  border: 1px solid #90c6bb;
  padding: 60px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
html .flow .flow_inner .flow_list .item .num {
  position: absolute;
  left: -140px;
  top: 0;
  width: 85px;
  height: 96px;
  background: url("../img/svg/hex03.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  color: var(--green02);
  font-family: var(--mincho);
}
html .flow .flow_inner .flow_list .item .inner {
  width: 100%;
  overflow: hidden;
}
html .flow .flow_inner .flow_list .item .inner figure {
  float: right;
  width: 456px;
  margin-left: 50px;
}
html .flow .flow_inner .flow_list .item .inner h3 {
  font-size: 3rem;
  padding-bottom: 30px;
}
html .flow .flow_inner .flow_list .item .inner p {
  font-weight: 400;
  font-size: 1.5rem;
}
html .flow .flow_inner .flow_list .item .inner p small {
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
}
html .flow .flow_inner .flow_list .item:nth-child(5):before {
  content: "";
  position: absolute;
  left: -140px;
  top: 0;
  width: 85px;
  height: 100%;
  background: var(--green02);
}
@media screen and (max-width: 768px) {
  html .flow {
    width: 100%;
    background: var(--green02);
    margin-top: 0px;
    padding: 32px;
    box-sizing: border-box;
  }
  html .flow .flow_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  html .flow .flow_inner .en {
    opacity: 0.2;
    text-align: center;
  }
  html .flow .flow_inner .sect_ttl {
    text-align: center;
    margin-top: -50px;
  }
  html .flow .flow_inner .sect_ttl:before {
    left: calc(50% - 25px);
  }
  html .flow .flow_inner .flow_list {
    padding-left: 32px;
    position: relative;
  }
  html .flow .flow_inner .flow_list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 2px dotted var(--white);
  }
  html .flow .flow_inner .flow_list .item {
    position: relative;
    width: 100%;
    border: 1px solid #90c6bb;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
  }
  html .flow .flow_inner .flow_list .item .num {
    position: absolute;
    left: -56px;
    top: 0;
    width: 48px;
    height: 54px;
    background-size: 100% auto;
    font-size: 2.5rem;
  }
  html .flow .flow_inner .flow_list .item .inner {
    width: 100%;
    overflow: hidden;
  }
  html .flow .flow_inner .flow_list .item .inner figure {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  html .flow .flow_inner .flow_list .item .inner h3 {
    font-size: 2rem;
    padding: 10px;
    text-align: center;
    font-weight: 600;
  }
  html .flow .flow_inner .flow_list .item .inner p {
    font-size: 1.4rem;
  }
  html .flow .flow_inner .flow_list .item:nth-child(5):before {
    content: "";
    position: absolute;
    left: -64px;
    top: 0;
    width: 60px;
    height: 100%;
    background: var(--green02);
  }
}
html .price {
  padding-top: 100px;
}
html .price .en {
  text-align: center;
}
html .price .sect_ttl {
  text-align: center;
  margin-top: -50px;
}
html .price .sect_ttl + p {
  text-align: center;
}
html .price .price_table {
  width: 1028px;
  margin: 80px auto 0;
  table-layout: fixed;
}
html .price .price_table caption {
  text-align: left;
  font-family: var(--mincho);
  font-size: 3rem;
  color: var(--green02);
  padding-bottom: 10px;
}
html .price .price_table thead tr th {
  background: var(--green02);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  height: 48px;
  vertical-align: middle;
  border: 1px solid var(--green02);
}
html .price .price_table tbody tr th {
  border: 1px solid var(--green02);
  vertical-align: middle;
  color: var(--green02);
  font-weight: 500;
  background: #f5f5f5;
  height: 100px;
}
html .price .price_table tbody tr td {
  border: 1px solid var(--green02);
  text-align: center;
  vertical-align: middle;
  height: 100px;
}
html .price .price_table tbody tr td p {
  text-align: center;
  color: var(--green02);
}
html .price .price_table tbody tr td em {
  display: block;
  font-size: 1.8rem;
  color: var(--green02);
}
html .price .price_table tbody tr td small {
  display: block;
  color: var(--green02);
  font-size: 1rem;
}
html .price .price_table tfoot td {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--green02);
  padding-top: 20px;
}
html .price .payment {
  width: 1028px;
  margin: 80px auto 0;
  color: var(--green02);
}
html .price .payment h3 {
  background: var(--green02);
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.8rem;
}
html .price .payment .inner {
  border: 1px solid var(--green02);
  padding: 50px 75px;
  text-align: center;
}
html .price .payment .inner p {
  text-align: center;
}
html .price .payment .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 50px 0 30px;
}
html .price .payment .inner ul li {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4da3a6;
  color: #fff;
  font-family: var(--mincho);
  font-size: 1.9rem;
}
html .price .payment .inner small {
  display: block;
  font-size: 1.2rem;
}
html .price .deduction {
  width: 100%;
  background: #f5fbfb;
  margin-top: 60px;
  text-align: center;
  padding: 60px 0;
  color: var(--green02);
}
html .price .deduction h3 {
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
html .price .deduction h3:before {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--green02);
  position: absolute;
  left: calc(50% - 24px);
  bottom: 0;
}
html .price .deduction p {
  text-align: center;
}
html .price .deduction dl {
  padding-top: 40px;
}
html .price .deduction dl dt {
  font-family: var(--mincho);
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 10px;
}
html .price .deduction dl dd {
  width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .price .deduction dl dd em {
  width: 50%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--green02);
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--mincho);
}
html .price .deduction dl dd p {
  width: 50%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--green02);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  html .price {
    padding: 32px 16px;
    box-sizing: border-box;
  }
  html .price .price_table {
    width: 100%;
    margin: 32px auto 0;
  }
  html .price .price_table caption {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  html .price .price_table thead tr th {
    font-size: 1.2rem;
    height: 28px;
  }
  html .price .price_table tbody tr th {
    border: 1px solid var(--green02);
    vertical-align: middle;
    color: var(--green02);
    font-weight: 500;
    background: #f5f5f5;
    height: auto;
    font-size: 1.3rem;
  }
  html .price .price_table tbody tr td {
    border: 1px solid var(--green02);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    height: auto;
  }
  html .price .price_table tbody tr td p {
    font-size: 1.2rem;
  }
  html .price .price_table tbody tr td em {
    font-size: 1.5rem;
  }
  html .price .price_table tbody tr td small {
    font-size: 1rem;
    line-height: 1.5;
  }
  html .price .price_table tfoot td {
    font-size: 1rem;
    padding-top: 10px;
  }
  html .price .payment {
    width: 100%;
    margin: 30px auto 0;
  }
  html .price .payment h3 {
    height: 48px;
    font-size: 1.8rem;
  }
  html .price .payment .inner {
    padding: 16px;
  }
  html .price .payment .inner p {
    text-align: center;
  }
  html .price .payment .inner ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  html .price .payment .inner ul li {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
  }
  html .price .payment .inner small {
    display: block;
    font-size: 1rem;
    text-align: left;
  }
  html .price .deduction {
    width: calc(100% + 32px);
    margin: 32px -16px 0;
    text-align: center;
    padding: 32px;
    box-sizing: border-box;
  }
  html .price .deduction h3 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  html .price .deduction h3:before {
    content: "";
    width: 30px;
    height: 1px;
    left: calc(50% - 15px);
    bottom: 0;
  }
  html .price .deduction p {
    text-align: left;
    font-weight: 400;
  }
  html .price .deduction dl {
    padding-top: 32px;
  }
  html .price .deduction dl dt {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  html .price .deduction dl dd {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  html .price .deduction dl dd em {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
  html .price .deduction dl dd p {
    width: 100%;
    height: 60px;
  }
}
html .doctor {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
}
html .doctor .en {
  position: absolute;
  left: calc(100% - 0.5em);
  top: 0;
  transform: rotate(90deg);
  transform-origin: left;
  line-height: 1;
  color: #e2ece8;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1;
}
html .doctor .sect_ttl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
}
html .doctor .sect_ttl:before {
  transform: rotate(90deg);
}
html .doctor .director_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 100px 100px 90px;
  position: relative;
  margin: 0 auto;
}
html .doctor .director_inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #f5fbfb;
  z-index: -2;
}
html .doctor .director_inner .director_img {
  width: 47%;
}
html .doctor .director_inner .director_img img {
  object-fit: cover;
  width: 100%;
  height: 618px;
}
html .doctor .director_inner .director_img .name {
  padding-top: 30px;
  font-family: var(--mincho);
}
html .doctor .director_inner .director_img .name small {
  display: block;
  font-size: 1.7rem;
  line-height: 1.5;
}
html .doctor .director_inner .director_img .name em {
  display: block;
  font-size: 2.4rem;
}
html .doctor .director_inner .director_img .name em span {
  padding-right: 1em;
  font-size: 2rem;
}
html .doctor .director_inner .text {
  width: 53%;
  padding-left: 60px;
  box-sizing: border-box;
}
html .doctor .director_inner .history {
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 75px;
}
html .doctor .director_inner .history dl {
  width: calc((100% - 75px) / 2);
}
html .doctor .director_inner .history dl dt {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--green);
}
html .doctor .director_inner .history dl dd {
  font-size: 1.4rem;
  line-height: 2.25;
}
html .doctor .director_inner .history dl dd ul li {
  font-weight: 400;
}
html .doctor .director_inner .history dl dd ul li a {
  color: var(--green);
  text-decoration: underline;
}
html .doctor .director_inner .history dl dd ul li a:hover {
  color: var(--green02);
}
html .doctor .director_inner .history dl dd + dt {
  margin-top: 20px;
}
html .doctor .staff {
  padding-top: 80px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
html .doctor .staff figure {
  flex-shrink: 0;
  margin-right: 50px;
}
html .doctor .staff .text {
  width: calc(100% - 387px);
}
html .doctor .staff .text .name {
  font-family: var(--mincho);
  padding-bottom: 30px;
}
html .doctor .staff .text .name em {
  display: block;
  font-size: 2.4rem;
}
html .doctor .staff .text .name em span {
  padding-right: 1em;
  font-size: 2rem;
}
html .doctor .staff .text .history {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 90px;
}
html .doctor .staff .text .history dl {
  width: auto;
}
html .doctor .staff .text .history dl dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
html .doctor .staff .text .history dl dd {
  font-size: 1.4rem;
  line-height: 2.25;
}
html .doctor .staff .text .history dl dd ul li {
  font-weight: 400;
}
html .doctor .staff .text .history dl dd ul li a {
  color: var(--green);
  text-decoration: underline;
}
html .doctor .staff .text .history dl dd ul li a:hover {
  color: var(--green02);
}
html .doctor .staff .text .history dl dd + dt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  html .doctor {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  html .doctor .en {
    position: absolute;
    left: calc(100% - 0.25em);
    top: 0;
  }
  html .doctor .sect_ttl {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
    position: static;
    text-align: center;
  }
  html .doctor .sect_ttl:before {
    transform: rotate(0deg);
  }
  html .doctor .director_inner {
    display: block;
    padding: 0;
    position: relative;
    margin: 0 auto;
  }
  html .doctor .director_inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #f5fbfb;
    z-index: -2;
  }
  html .doctor .director_inner .director_img {
    width: 100%;
    padding-right: 32px;
    box-sizing: border-box;
  }
  html .doctor .director_inner .director_img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100vw;
  }
  html .doctor .director_inner .director_img .name {
    padding: 32px 0 32px 32px;
  }
  html .doctor .director_inner .director_img .name small {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  html .doctor .director_inner .director_img .name em {
    display: block;
    font-size: 2rem;
  }
  html .doctor .director_inner .director_img .name em span {
    padding-right: 1em;
    font-size: 1.5rem;
  }
  html .doctor .director_inner .text {
    width: 100%;
    padding: 0px 32px;
    box-sizing: border-box;
  }
  html .doctor .director_inner .history {
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .doctor .director_inner .history dl {
    width: 100%;
  }
  html .doctor .director_inner .history dl dt {
    font-size: 1.5rem;
  }
  html .doctor .director_inner .history dl dd {
    font-size: 1.3rem;
    line-height: 2.25;
  }
  html .doctor .director_inner .history dl dd ul li {
    font-weight: 400;
  }
  html .doctor .director_inner .history dl dd ul li a {
    color: var(--green);
    text-decoration: underline;
  }
  html .doctor .director_inner .history dl dd ul li a:hover {
    color: var(--green02);
  }
  html .doctor .director_inner .history dl dd + dt {
    margin-top: 20px;
  }
  html .doctor .staff {
    padding: 52px 32px 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  html .doctor .staff figure {
    flex-shrink: 0;
    text-align: center;
    width: 70vw;
    margin: 0 auto;
  }
  html .doctor .staff .text {
    width: 100%;
  }
  html .doctor .staff .text .name {
    padding-bottom: 20px;
    text-align: center;
  }
  html .doctor .staff .text .name em {
    display: block;
    font-size: 2rem;
  }
  html .doctor .staff .text .name em span {
    padding-right: 1em;
    font-size: 1.5rem;
  }
  html .doctor .staff .text .history {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .doctor .staff .text .history dl {
    width: auto;
  }
  html .doctor .staff .text .history dl dt {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  html .doctor .staff .text .history dl dd {
    font-size: 1.3rem;
    line-height: 2.25;
  }
  html .doctor .staff .text .history dl dd + dt {
    margin-top: 20px;
  }
}
html .clinic {
  width: 100%;
  margin: 125px auto;
  position: relative;
}
html .clinic img {
  object-fit: cover;
  width: 100%;
}
html .clinic .en {
  position: absolute;
  left: calc(100% - 0.5em);
  top: -500px;
  transform: rotate(90deg);
  transform-origin: left;
  line-height: 1;
  color: #e2ece8;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1;
}
html .clinic .clinic_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
html .clinic .clinic_inner .box01 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
html .clinic .clinic_inner .box02 .inner01 {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
html .clinic .clinic_inner .box02 .inner03 {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  html .clinic {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  html .clinic .en {
    position: absolute;
    left: calc(100% - 0.5em);
    top: -300px;
    transform: rotate(90deg);
    transform-origin: left;
    line-height: 1;
    color: #e2ece8;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  html .clinic .clinic_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
html .access {
  width: 100%;
  max-width: 1400px;
  padding-left: 80px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .access .sect_ttl {
  margin-top: -60px;
  margin-bottom: 0;
}
html .access .sect_ttl:before {
  left: 0;
}
html .access .access_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 74px;
}
html .access .access_inner .googlemap {
  width: 46%;
  height: 790px;
  position: relative;
}
html .access .access_inner .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
html .access .access_inner .tablebox {
  width: 54%;
  box-sizing: border-box;
  margin-top: 50px;
}
html .access .access_inner .tablebox .data {
  width: 100%;
}
html .access .access_inner .tablebox .data tr th {
  width: 150px;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 1px solid var(--green);
  text-align: left;
  padding: 12px;
}
html .access .access_inner .tablebox .data tr td {
  border-bottom: 1px solid var(--green);
  padding: 12px;
  font-weight: 400;
}
html .access .access_inner .tablebox .time_table {
  width: 100%;
  table-layout: fixed;
  font-size: 1.5rem;
  margin-top: 50px;
}
html .access .access_inner .tablebox .time_table caption {
  text-align: left;
  font-size: 2.1rem;
  padding-bottom: 10px;
}
html .access .access_inner .tablebox .time_table thead tr th {
  height: 36px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid var(--green);
  font-weight: 400;
}
html .access .access_inner .tablebox .time_table thead tr th:nth-child(1) {
  width: 150px;
}
html .access .access_inner .tablebox .time_table tbody {
  border-bottom: 1px solid var(--green);
}
html .access .access_inner .tablebox .time_table tbody tr th {
  font-weight: 400;
  height: 62px;
  border-top: 1px solid var(--green);
  vertical-align: middle;
}
html .access .access_inner .tablebox .time_table tbody tr td {
  height: 62px;
  border-top: 1px solid var(--green);
  vertical-align: middle;
  text-align: center;
}
html .access .access_inner .tablebox .time_table tfoot tr td {
  text-align: right;
  font-size: 1.3rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  html .access {
    width: 100%;
    max-width: 100%;
    padding: 32px 0 0px;
  }
  html .access .en {
    text-align: center;
  }
  html .access .sect_ttl {
    margin-top: -50px;
    margin-bottom: 32px;
    text-align: center;
  }
  html .access .sect_ttl:before {
    left: calc(50% - 25px);
  }
  html .access .access_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  html .access .access_inner .googlemap {
    width: 100%;
    height: 50vw;
  }
  html .access .access_inner .tablebox {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 32px;
  }
  html .access .access_inner .tablebox .data {
    width: 100%;
  }
  html .access .access_inner .tablebox .data tr th {
    width: 80px;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  html .access .access_inner .tablebox .data tr td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  html .access .access_inner .tablebox .time_table {
    font-size: 1.2rem;
    margin-top: 32px;
  }
  html .access .access_inner .tablebox .time_table caption {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  html .access .access_inner .tablebox .time_table thead tr th {
    height: 26px;
    font-size: 1rem;
  }
  html .access .access_inner .tablebox .time_table thead tr th:nth-child(1) {
    width: 90px;
  }
  html .access .access_inner .tablebox .time_table tbody tr th {
    height: 52px;
  }
  html .access .access_inner .tablebox .time_table tbody tr td {
    height: 52px;
  }
  html .access .access_inner .tablebox .time_table tfoot tr td {
    font-size: 1rem;
  }
}
html footer {
  width: 100%;
  background: url("../img/footer_bg.webp") no-repeat center center;
  background-size: cover;
}
html footer .footer_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 80px 0;
  box-sizing: border-box;
  color: var(--white);
  text-align: center;
}
html footer .footer_inner h2 {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 400;
  padding-bottom: 80px;
}
html footer .footer_inner .cv_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 230, 0.5);
  box-sizing: border-box;
}
html footer .footer_inner .cv_box .tel {
  width: 50%;
  height: 142px;
  background: #326f71;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
html footer .footer_inner .cv_box .tel span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
html footer .footer_inner .cv_box .tel span small {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding-bottom: 8px;
}
html footer .footer_inner .cv_box .tel span .icon-tel {
  font-size: 3.4rem;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
html footer .footer_inner .cv_box .tel span em {
  font-size: 4.4rem;
}
html footer .footer_inner .cv_box .rdv {
  width: 50%;
  height: 142px;
  background: #144446;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
html footer .footer_inner .cv_box .rdv .icon-rsv {
  font-size: 3.5rem;
}
html footer .footer_inner .cv_box .rdv em {
  font-size: 2.6rem;
  margin-left: 0.5em;
}
html footer .footer_inner .cv_box + small {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 40px 0 30px;
}
html footer .footer_inner .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 85px;
}
html footer .footer_inner .tag li {
  width: 195px;
  height: 46px;
  border: 1px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
html footer .footer_inner .risk {
  width: 100%;
  border: 1px solid rgba(255, 255, 230, 0.5);
  background: rgba(26, 57, 58, 0.8);
  box-sizing: border-box;
}
html footer .footer_inner .risk .risk_inner {
  padding: 40px;
  height: 400px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
html footer .footer_inner .risk .risk_inner h3 {
  font-size: 1.7rem;
  font-family: var(--gothic);
  padding-bottom: 30px;
}
html footer .footer_inner .risk .risk_inner em {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
html footer .footer_inner .risk .risk_inner p {
  font-size: 1.3rem;
  font-weight: 400;
}
html footer .footer_inner .risk .risk_inner p a {
  color: var(--white);
  text-decoration: underline;
}
html footer .footer_inner .risk .risk_inner p a:hover {
  color: var(--green02);
}
html footer .footer_inner .risk .risk_inner p + em {
  margin-top: 1em;
}
html footer .copy {
  text-align: center;
  color: var(--white);
  font-size: 1rem;
  font-family: var(--mincho);
  line-height: 1;
  padding: 40px 0 128px;
}
@media screen and (max-width: 768px) {
  html footer {
    width: 100%;
  }
  html footer .footer_inner {
    width: 100%;
    max-width: 100%;
    padding: 32px 16px 0;
    box-sizing: border-box;
  }
  html footer .footer_inner h2 {
    font-size: 2rem;
    padding-bottom: 32px;
  }
  html footer .footer_inner .cv_box {
    display: flex;
    flex-direction: column;
  }
  html footer .footer_inner .cv_box .tel {
    width: 100%;
    height: 88px;
  }
  html footer .footer_inner .cv_box .tel span small {
    font-size: 1.2rem;
    padding-bottom: 8px;
  }
  html footer .footer_inner .cv_box .tel span .icon-tel {
    font-size: 2.4rem;
    margin-right: 8px;
    top: 2px;
  }
  html footer .footer_inner .cv_box .tel span em {
    font-size: 3.4rem;
  }
  html footer .footer_inner .cv_box .rdv {
    width: 100%;
    height: 88px;
  }
  html footer .footer_inner .cv_box .rdv .icon-rsv {
    font-size: 2rem;
  }
  html footer .footer_inner .cv_box .rdv em {
    font-size: 2.2rem;
    margin-left: 0.5em;
  }
  html footer .footer_inner .cv_box + small {
    display: block;
    font-size: 1.2rem;
    padding: 16px 0;
  }
  html footer .footer_inner .tag {
    gap: 10px;
    padding-bottom: 32px;
  }
  html footer .footer_inner .tag li {
    width: 195px;
    height: 36px;
    font-size: 1.2rem;
  }
  html footer .footer_inner .risk .risk_inner {
    padding: 16px;
    height: 300;
  }
  html footer .footer_inner .risk .risk_inner h3 {
    font-size: 1.4rem;
    font-family: var(--gothic);
    padding-bottom: 30px;
  }
  html footer .footer_inner .risk .risk_inner em {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
  html footer .footer_inner .risk .risk_inner p {
    font-size: 1.1rem;
    font-weight: 400;
  }
  html footer .footer_inner .risk .risk_inner p + em {
    margin-top: 1em;
  }
  html footer .copy {
    text-align: center;
    color: var(--white);
    font-size: 1rem;
    font-family: var(--mincho);
    line-height: 1;
    padding: 16px 0 66px;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: -88px;
  height: 88px;
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--green);
  z-index: 2;
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}
html #fixed_footer.on {
  bottom: 0;
}
html #fixed_footer .logo {
  padding-left: 20px;
}
html #fixed_footer .logo img {
  width: auto;
  height: 50px;
}
html #fixed_footer .btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
html #fixed_footer .btnbox .tel {
  width: 25vw;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
html #fixed_footer .btnbox .tel .icon-tel {
  font-size: 2.5rem;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
html #fixed_footer .btnbox .tel em {
  font-size: 3rem;
}
html #fixed_footer .btnbox .rsv {
  width: 25vw;
  min-width: 300px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--green02);
}
html #fixed_footer .btnbox .rsv .icon-rsv {
  font-size: 2.5rem;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
html #fixed_footer .btnbox .rsv small {
  font-size: 2.2rem;
}
html #fixed_footer .pagetop a {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--brown);
}
html #fixed_footer .pagetop a:hover {
  filter: brightness(110%);
}
html #fixed_footer .pagetop .icon-top {
  font-size: 2.4rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  html #fixed_footer {
    position: fixed;
    left: 0;
    bottom: -50px;
    height: 50px;
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--green);
  }
  html #fixed_footer .logo {
    display: none;
  }
  html #fixed_footer .btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: calc(100% - 50px);
  }
  html #fixed_footer .btnbox .tel {
    width: 50%;
    height: 50px;
    min-width: auto;
  }
  html #fixed_footer .btnbox .tel .icon-tel {
    font-size: 1.5rem;
    margin-right: 4px;
    position: relative;
    top: 3px;
  }
  html #fixed_footer .btnbox .tel em {
    font-size: 1.8rem;
  }
  html #fixed_footer .btnbox .rsv {
    width: 50%;
    height: 50px;
    min-width: auto;
  }
  html #fixed_footer .btnbox .rsv .icon-rsv {
    font-size: 1.5rem;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }
  html #fixed_footer .btnbox .rsv small {
    font-size: 1.6rem;
  }
  html #fixed_footer .pagetop a {
    width: 50px;
    height: 50px;
  }
  html #fixed_footer .pagetop a .icon-top {
    font-size: 1.4rem;
  }
}

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