@charset "UTF-8";
.headline {
  margin-bottom: calc(8px * 8);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .headline {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .headline {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.headline__main {
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .headline__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__main {
    font-size: 2.8rem;
  }
}

.headline__main::first-letter {
  color: #3461AC;
}

.headline__sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px;
  font-family: "Lora", serif;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .headline__sub {
    padding: 0 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .headline__sub {
    padding: 0 22px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__sub {
    padding: 0 20px;
    font-size: 1.8rem;
  }
}

.headline__sub::first-letter {
  color: #3461AC;
}

.headline__sub::before, .headline__sub::after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../../../dist/img/top/headline-deco.svg") center/contain repeat;
}

@media screen and (max-width: 959px) {
  .headline__sub::before, .headline__sub::after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headline__sub::before, .headline__sub::after {
    width: 14px;
    height: 14px;
  }
}

.headline__sub::before {
  position: absolute;
  top: 50%;
  left: 0;
}

.headline__sub::after {
  position: absolute;
  top: 50%;
  right: 0;
}

.headline.--left {
  text-align: left;
}

.headline.--left .headline__sub {
  margin: 0 auto 0 0;
  padding-left: 48px;
}

.headline.--left .headline__sub::first-letter {
  color: #3461AC;
}

.headline.--left .headline__sub::before {
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../../dist/img/top/headline-deco-three.svg") center/contain no-repeat;
  width: 40px;
  height: 12px;
}

.headline.--left .headline__sub::after {
  content: none;
}

.bg-deco {
  position: relative;
  padding-top: calc(8px * 15);
  padding-bottom: calc(8px * 15);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .bg-deco {
    padding-top: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .bg-deco {
    padding-top: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .bg-deco {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .bg-deco {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.bg-deco::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../dist/img/top/bg-deco.png") center/contain repeat;
  z-index: -1;
}

.cv {
  position: relative;
}

.cv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96px;
  height: 18px;
  background: linear-gradient(135deg, #34B597, #01A0E8);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 0.9;
}

.cv.--sub .cv-inner .cv-content .cv-ttl {
  max-width: 560px;
}

@media screen and (max-width: 959px) {
  .cv.--sub .cv-inner .cv-content .cv-ttl {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .cv.--sub .cv-inner .cv-content .cv-ttl {
    max-width: 400px;
  }
}

@media screen and (max-width: 519px) {
  .cv.--sub .cv-inner .cv-content .cv-ttl {
    margin-bottom: 40px;
    max-width: 320px;
  }
}

.cv .cv-bg {
  position: relative;
  background: url("../../../dist/img/top/cv-bg.jpg") center/cover no-repeat;
  clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .cv .cv-bg {
    clip-path: polygon(0 0, 50% 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.cv .cv-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #34B597, #01A0E8);
  opacity: 0.9;
  clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 519px) {
  .cv .cv-bg::before {
    clip-path: polygon(0 0, 50% 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.cv .cv-inner {
  position: relative;
  padding: 136px 0 96px;
}

@media screen and (max-width: 959px) {
  .cv .cv-inner {
    padding: 128px 0 88px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-inner {
    padding: 104px 0 64px;
  }
}

.cv .cv-inner::before, .cv .cv-inner::after {
  content: '';
  background: url("../../../dist/img/top/cv-bg-deco.png") center/cover no-repeat;
  width: 100%;
  max-width: 362px;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .cv .cv-inner::before, .cv .cv-inner::after {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-inner::before, .cv .cv-inner::after {
    content: none;
  }
}

.cv .cv-inner::before {
  position: absolute;
  top: 0;
  left: 0;
}

.cv .cv-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.cv .cv-content {
  position: relative;
  z-index: 1;
}

.cv .cv-content .cv-ttl {
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  max-width: 850px;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-ttl {
    max-width: 280px;
  }
}

.cv .cv-content .cv-txt {
  margin-bottom: calc(8px * 6);
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-txt {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-txt {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-txt {
    font-size: 1.4rem;
  }
}

.cv .cv-content .cv-reserve {
  margin: 0 auto;
  margin-bottom: calc(8px * 7);
  max-width: 800px;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-reserve {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.cv .cv-content .cv-reserve .reserve-txt {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1;
}

.cv .cv-content .cv-reserve .reserve-txt::before, .cv .cv-content .cv-reserve .reserve-txt::after {
  content: '';
  width: calc(50% - 128px);
  height: 1px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-txt::before, .cv .cv-content .cv-reserve .reserve-txt::after {
    width: calc(50% - 104px);
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-txt::before, .cv .cv-content .cv-reserve .reserve-txt::after {
    width: calc(50% - 88px);
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-reserve .reserve-txt::before, .cv .cv-content .cv-reserve .reserve-txt::after {
    width: calc(50% - 72px);
  }
}

.cv .cv-content .cv-reserve .reserve-txt::before {
  position: absolute;
  top: 14px;
  left: 0;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-txt::before {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-txt::before {
    top: 10px;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-reserve .reserve-txt::before {
    top: 8px;
  }
}

.cv .cv-content .cv-reserve .reserve-txt::after {
  position: absolute;
  top: 14px;
  right: 0;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-txt::after {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-txt::after {
    top: 10px;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-reserve .reserve-txt::after {
    top: 8px;
  }
}

.cv .cv-content .cv-reserve .reserve-txt span {
  font-size: 3.2rem;
  font-family: "Lora", serif;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-txt span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-txt span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-reserve .reserve-txt span {
    font-size: 2rem;
  }
}

.cv .cv-content .cv-reserve .reserve-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cv .cv-content .cv-reserve .reserve-unit__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-unit__item a {
    height: 80px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-unit__item a {
    height: 64px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .cv .cv-content .cv-reserve .reserve-unit__item a {
    height: 48px;
    font-size: 2rem;
  }
}

.cv .cv-content .cv-reserve .reserve-unit__item a span {
  position: relative;
  padding-left: 48px;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-unit__item a span {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-unit__item a span {
    padding-left: 36px;
  }
}

.cv .cv-content .cv-reserve .reserve-unit__item.--web a {
  color: #3461AC;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--web a::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 12px solid #3461AC;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--web a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("../../../dist/img/top/web-ico.svg");
  mask-image: url("../../../dist/img/top/web-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #3461AC;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-unit__item.--web a span::before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-unit__item.--web a span::before {
    width: 28px;
    height: 28px;
  }
}

.cv .cv-content .cv-reserve .reserve-unit__item.--web a:hover {
  color: #ffffff;
  background: #3461AC;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--web a:hover::before {
  content: '';
  border: 12px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--web a:hover span::before {
  background: #ffffff;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--line a {
  color: #00B900;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--line a::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 12px solid #00B900;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--line a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("../../../dist/img/top/line-ico.svg");
  mask-image: url("../../../dist/img/top/line-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #00B900;
}

@media screen and (max-width: 959px) {
  .cv .cv-content .cv-reserve .reserve-unit__item.--line a span::before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-reserve .reserve-unit__item.--line a span::before {
    width: 28px;
    height: 28px;
  }
}

.cv .cv-content .cv-reserve .reserve-unit__item.--line a:hover {
  color: #ffffff;
  background: #00B900;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--line a:hover::before {
  content: '';
  border: 12px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
}

.cv .cv-content .cv-reserve .reserve-unit__item.--line a:hover span::before {
  background: #ffffff;
}

.cv .cv-content .cv-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 16px;
  max-width: 480px;
  color: #ffffff;
  background: #3461AC;
  border: 4px solid #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  border-radius: 2px;
  line-height: 1.4;
}

.cv .cv-content .cv-tel a .tel-ttl {
  width: 100%;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-tel a .tel-ttl {
    font-size: 1.6rem;
  }
}

.cv .cv-content .cv-tel a .tel-num {
  position: relative;
  padding-left: 28px;
  font-family: "Lora", serif;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-tel a .tel-num {
    padding-left: 22px;
    font-size: 2.8rem;
  }
}

.cv .cv-content .cv-tel a .tel-num::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  -webkit-mask-image: url("../../../dist/img/top/tel-ico.svg");
  mask-image: url("../../../dist/img/top/tel-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .cv .cv-content .cv-tel a .tel-num::before {
    width: 22px;
    height: 22px;
  }
}

.cv .cv-content .cv-tel a .tel-reception {
  width: 100%;
  font-size: 1.4rem;
}

.cv .cv-content .cv-tel a .tel-closed {
  width: 100%;
  font-size: 1.4rem;
}

.hero {
  overflow: hidden;
  background: url("../../../dist/img/top/hero-bg.jpg") center/cover no-repeat;
}

@media screen and (max-width: 519px) {
  .hero {
    background: url("../../../dist/img/top/hero-bg.jpg") top/cover no-repeat;
  }
}

.hero .hero-inner {
  position: relative;
  padding-top: calc(8px * 20);
  padding-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .hero .hero-inner {
    padding-top: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner {
    padding-top: calc((8px * 20) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .hero .hero-inner {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 430px;
  }
}

.hero .hero-inner .hero-catch {
  position: relative;
  width: calc(50% + 24px);
  max-width: 590px;
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-catch {
    width: calc(50% + 80px);
  }
}

.hero .hero-inner .hero-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% + 24px);
  max-width: 620px;
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-img {
    position: absolute;
    right: -16px;
    bottom: 0;
    width: calc(50% + 72px);
  }
}

@media screen and (max-width: 519px) {
  .hero .hero-inner .hero-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20%;
    object-position: 20%;
    height: 390px;
  }
}

.worries {
  position: relative;
  margin-bottom: calc(8px * 6);
  padding-top: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .worries {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .worries {
    padding-top: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries {
    padding-top: calc((8px * 9) * 0.5);
  }
}

.worries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3461AC), to(#274169));
  background: linear-gradient(to bottom, #3461AC, #274169);
  z-index: -1;
}

.worries::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 88px;
  background: url("../../../dist/img/top/worries-bg.svg") center/contain repeat-x;
}

.worries .worries-ttl {
  margin-bottom: calc(8px * 8);
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .worries .worries-ttl {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-ttl {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-ttl {
    font-size: 2.4rem;
  }
}

.worries .worries-ttl em {
  margin: 0 8px;
  padding: 2px 16px;
  font-size: 4.8rem;
  color: #3461AC;
  background: #ffffff;
  border-radius: 2px;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .worries .worries-ttl em {
    margin: 0 4px;
    padding: 2px 12px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .worries .worries-ttl em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-ttl em {
    font-size: 2.4rem;
  }
}

.worries .worries-list {
  padding: calc(8px * 5);
  margin: 0 auto;
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
}

@media screen and (max-width: 959px) {
  .worries .worries-list {
    padding: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-list {
    padding: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.worries .worries-list__item {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .worries .worries-list__item {
    padding-left: 28px;
  }
}

.worries .worries-list__item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 24px;
  background: url("../../../dist/img/top/check-blu.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .worries .worries-list__item::before {
    top: 3px;
    width: 20px;
    height: 19px;
  }
}

.worries .worries-list__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  border-bottom: 1px solid #274169;
}

@media screen and (max-width: 959px) {
  .worries .worries-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .worries .worries-list__item:not(:last-child) {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-list__item:not(:last-child) {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

.worries .worries-list__item:last-child {
  grid-column: 1 / -1;
}

.worries .worries-list__item em {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .worries .worries-list__item em {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .worries .worries-list__item em {
    font-size: 1.4rem;
  }
}

.features .features-list {
  margin: 0 auto;
  max-width: 1120px;
}

.features .features-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .features .features-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.features .features-list__item .features-vsl {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-vsl {
    max-width: 320px;
  }
}

.features .features-list__item .features-vsl img {
  border-radius: 2px;
}

.features .features-list__item .features-dtl {
  position: relative;
  width: calc(100% - 456px);
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl {
    width: 100%;
    text-align: center;
  }
}

.features .features-list__item .features-dtl .features-num {
  position: relative;
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 3);
  font-family: "Lora", serif;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-num {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-dtl .features-num {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-num {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-dtl .features-num {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-num {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl .features-num {
    font-size: 1.6rem;
  }
}

.features .features-list__item .features-dtl .features-num::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 56px);
  height: 8px;
  background: url("../../../dist/img/top/under-line.svg") center/contain repeat-x;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-num::before {
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl .features-num::before {
    width: 100%;
  }
}

.features .features-list__item .features-dtl .features-num span {
  padding-left: 12px;
  font-size: 5.6rem;
  color: #3461AC;
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-num span {
    padding-left: 8px;
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl .features-num span {
    padding-left: 6px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-dtl .features-num span {
    font-size: 3.2rem;
  }
}

.features .features-list__item .features-dtl .features-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .features .features-list__item .features-dtl .features-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl .features-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-dtl .features-ttl {
    font-size: 2rem;
  }
}

.features .features-list__item .features-dtl .features-ttl strong {
  position: relative;
}

.features .features-list__item .features-dtl .features-ttl strong::before {
  content: '（日本大腸肛門病学会の専門医・指導医）';
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 1.4rem;
  width: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 1279px) {
  .features .features-list__item .features-dtl .features-ttl strong::before {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-dtl .features-ttl strong::before {
    top: -12px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl .features-ttl strong::before {
    left: -9px;
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-dtl .features-ttl strong::before {
    top: -10px;
    font-size: 0.9rem;
  }
}

.features .features-list__item .features-dtl .features-ttl span {
  color: #3461AC;
}

.features .features-list__item .features-dtl .features-ttl span .em {
  position: relative;
}

.features .features-list__item .features-dtl .features-ttl span .em::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #3461AC;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-dtl .features-ttl span .em::before {
    top: 2px;
    width: 2px;
    height: 2px;
  }
}

.features .features-list__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .features .features-list__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.features .features-list__item:nth-of-type(2n) .features-dtl .features-num span {
  color: #00B900;
}

.features .features-list__item:nth-of-type(2n) .features-dtl .features-num::before {
  position: absolute;
  bottom: 0;
  left: 0;
}

.features .features-list__item:nth-of-type(2n) .features-dtl .features-ttl span {
  color: #00B900;
}

.features .features-list__item:nth-of-type(2n) .features-dtl .features-ttl span .em::before {
  background: #00B900;
}

.features .features-list__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .features .features-list__item:not(:last-child) {
    margin-bottom: 56px;
  }
}

.disease {
  position: relative;
  padding-top: calc(8px * 15);
  padding-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .disease {
    padding-top: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease {
    padding-top: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .disease {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.disease::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../dist/img/top/disease-bg.jpg") center/cover no-repeat;
  z-index: -1;
}

.disease .disease-frame {
  padding-top: calc(8px * 6);
  padding-right: calc(8px * 5);
  padding-bottom: calc(8px * 6);
  padding-left: calc(8px * 5);
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .disease .disease-frame {
    padding-top: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame {
    padding-top: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .disease .disease-frame {
    padding-right: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame {
    padding-right: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .disease .disease-frame {
    padding-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame {
    padding-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .disease .disease-frame {
    padding-left: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame {
    padding-left: calc((8px * 5) * 0.5);
  }
}

.disease .disease-frame .disease-ttl {
  margin-bottom: calc(8px * 5);
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .disease .disease-frame .disease-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame .disease-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .disease .disease-frame .disease-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame .disease-ttl {
    font-size: 2.2rem;
  }
}

.disease .disease-frame .disease-ttl span {
  position: relative;
}

.disease .disease-frame .disease-ttl span::before, .disease .disease-frame .disease-ttl span::after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../../dist/img/top/headline-deco-three.svg") center/contain no-repeat;
  width: 40px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-ttl span::before, .disease .disease-frame .disease-ttl span::after {
    width: 32px;
    height: 10px;
  }
}

.disease .disease-frame .disease-ttl span::before {
  position: absolute;
  top: 50%;
  left: -56px;
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-ttl span::before {
    left: -40px;
  }
}

.disease .disease-frame .disease-ttl span::after {
  position: absolute;
  top: 50%;
  right: -56px;
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-ttl span::after {
    right: -40px;
  }
}

.disease .disease-frame .disease-ttl::first-letter {
  color: #3461AC;
}

.disease .disease-frame .disease-ttl.--aqu::first-letter {
  color: #44A3A7;
}

.disease .disease-frame .disease-ttl.--grn::first-letter {
  color: #15A615;
}

.disease .disease-frame .disease-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .disease .disease-frame .disease-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}

.disease .disease-frame .disease-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  height: 80px;
  font-size: 2.4rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#3461AC), to(#274169));
  background: linear-gradient(to right, #3461AC, #274169);
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .disease .disease-frame .disease-list__item {
    height: 72px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .disease .disease-frame .disease-list__item {
    height: 64px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-frame .disease-list__item {
    height: 56px;
    font-size: 1.6rem;
  }
}

.disease .disease-frame .disease-list__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #ffffff;
}

.disease .disease-frame .disease-list__item small {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .disease .disease-frame .disease-list__item small {
    font-size: 1rem;
  }
}

.disease .disease-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .disease .disease-unit {
    gap: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-unit {
    gap: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .disease .disease-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.disease .disease-unit .disease-frame .disease-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.disease .disease-unit .disease-frame .disease-sublist__item {
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: bold;
  background: #F4F6F8;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .disease .disease-unit .disease-frame .disease-sublist__item {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .disease .disease-unit .disease-frame .disease-sublist__item {
    padding: 8px 16px;
    font-size: 1.4rem;
  }
}

.disease .disease-unit .disease-frame:nth-of-type(1) .disease-sublist__item {
  color: #44A3A7;
}

.disease .disease-unit .disease-frame:nth-of-type(2) .disease-sublist__item {
  color: #15A615;
}

.treatment.bg-deco {
  padding-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .treatment.bg-deco {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment.bg-deco {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

.treatment.bg-deco::before {
  height: calc(100% + 60px);
}

@media screen and (max-width: 519px) {
  .treatment.bg-deco::before {
    height: calc(100% + 40px);
  }
}

.treatment .treatment-frame {
  padding-top: calc(8px * 6);
  padding-right: calc(8px * 5);
  padding-bottom: calc(8px * 6);
  padding-left: calc(8px * 5);
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  box-shadow: 0 0 16px rgba(52, 97, 172, 0.16);
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame {
    padding-top: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame {
    padding-top: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame {
    padding-right: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame {
    padding-right: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame {
    padding-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame {
    padding-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame {
    padding-left: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame {
    padding-left: calc((8px * 5) * 0.5);
  }
}

.treatment .treatment-frame .treatment-ttl {
  margin-bottom: calc(8px * 5);
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame .treatment-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .treatment .treatment-frame .treatment-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .treatment .treatment-frame .treatment-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame .treatment-ttl {
    font-size: 2.2rem;
  }
}

.treatment .treatment-frame .treatment-ttl span {
  position: relative;
}

.treatment .treatment-frame .treatment-ttl span::before, .treatment .treatment-frame .treatment-ttl span::after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../../dist/img/top/headline-deco-three.svg") center/contain no-repeat;
  width: 40px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .treatment .treatment-frame .treatment-ttl span::before, .treatment .treatment-frame .treatment-ttl span::after {
    width: 32px;
    height: 10px;
  }
}

.treatment .treatment-frame .treatment-ttl span::before {
  position: absolute;
  top: 50%;
  left: -56px;
}

@media screen and (max-width: 767px) {
  .treatment .treatment-frame .treatment-ttl span::before {
    left: -40px;
  }
}

.treatment .treatment-frame .treatment-ttl span::after {
  position: absolute;
  top: 50%;
  right: -56px;
}

@media screen and (max-width: 767px) {
  .treatment .treatment-frame .treatment-ttl span::after {
    right: -40px;
  }
}

.treatment .treatment-frame .treatment-ttl::first-letter {
  color: #3461AC;
}

.treatment .treatment-frame .treatment-ttl.--aqu::first-letter {
  color: #44A3A7;
}

.treatment .treatment-frame .treatment-ttl.--grn::first-letter {
  color: #15A615;
}

.treatment .treatment-frame .treatment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.treatment .treatment-frame .treatment-list__item {
  position: relative;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item {
    padding-left: 28px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame .treatment-list__item {
    font-size: 1.4rem;
  }
}

.treatment .treatment-frame .treatment-list__item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 24px;
  background: url("../../../dist/img/top/check-grn.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item::before {
    top: 3px;
    width: 20px;
    height: 19px;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame .treatment-list__item::before {
    top: 0;
  }
}

.treatment .treatment-frame .treatment-list__item:nth-of-type(1), .treatment .treatment-frame .treatment-list__item:nth-of-type(2) {
  margin-bottom: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  border-bottom: 1px solid #274169;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(1), .treatment .treatment-frame .treatment-list__item:nth-of-type(2) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(1), .treatment .treatment-frame .treatment-list__item:nth-of-type(2) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(1), .treatment .treatment-frame .treatment-list__item:nth-of-type(2) {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(1), .treatment .treatment-frame .treatment-list__item:nth-of-type(2) {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(3) {
    margin-bottom: calc(8px * 2);
    padding-bottom: calc(8px * 2);
    border-bottom: 1px solid #274169;
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(3) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(3) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(3) {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .treatment .treatment-frame .treatment-list__item:nth-of-type(3) {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

.treatment .treatment-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit {
    gap: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit {
    gap: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.treatment .treatment-unit .treatment-frame .treatment-sublist__item {
  position: relative;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item {
    padding-left: 28px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item {
    font-size: 1.4rem;
  }
}

.treatment .treatment-unit .treatment-frame .treatment-sublist__item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 24px;
  background: url("../../../dist/img/top/check-blu.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item::before {
    top: 3px;
    width: 20px;
    height: 19px;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item::before {
    top: 0;
  }
}

.treatment .treatment-unit .treatment-frame .treatment-sublist__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  border-bottom: 1px solid #274169;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item:not(:last-child) {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item:not(:last-child) {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

.treatment .treatment-unit .treatment-frame .treatment-sublist__item .treatment-sublist__child {
  margin-top: 8px;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item .treatment-sublist__child {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .treatment .treatment-unit .treatment-frame .treatment-sublist__item .treatment-sublist__child {
    font-size: 1.4rem;
  }
}

.treatment .treatment-unit .treatment-frame .treatment-sublist__item .treatment-sublist__child .treatment-sublist__subitem:not(:last-child) {
  margin-bottom: 4px;
}

.greeting {
  position: relative;
  padding-top: calc(8px * 15);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .greeting {
    padding-top: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting {
    padding-top: calc((8px * 15) * 0.5);
  }
}

.greeting::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../dist/img/top/greeting-bg.jpg") center/cover no-repeat;
  z-index: -1;
}

.greeting .greeting-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.greeting .greeting-inner .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-inner .greeting-unit {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit {
    position: relative;
    padding-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.greeting .greeting-inner .greeting-unit .greeting-dtl {
  width: calc(50% + 20px);
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-dtl {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-dtl .headline {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

.greeting .greeting-inner .greeting-unit .greeting-dtl em {
  color: #3461AC;
  font-weight: bold;
}

.greeting .greeting-inner .greeting-unit .greeting-dtl .lead-txt {
  font-weight: bold;
}

.greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info__hosp {
  margin-bottom: 16px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info__hosp {
    margin-bottom: 8px;
    text-align: center;
    font-size: 1.6rem;
  }
}

.greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info .doctor-info-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info .doctor-info-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info .doctor-info-unit__pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  width: 48px;
  height: 32px;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background: #274169;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info .doctor-info-unit__pos {
    margin-right: 12px;
    width: 44px;
    height: 30px;
  }
}

.greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info .doctor-info-unit__name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-dtl .doctor-info .doctor-info-unit__name {
    font-size: 2rem;
  }
}

.greeting .greeting-inner .greeting-unit .greeting-vsl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 40px);
  max-width: 645px;
}

@media screen and (max-width: 1279px) {
  .greeting .greeting-inner .greeting-unit .greeting-vsl {
    bottom: auto;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-vsl {
    position: initial;
    margin: 0 auto;
    padding-left: 40px;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-inner .greeting-unit .greeting-vsl {
    max-width: 280px;
  }
}

@media screen and (max-width: 959px) {
  .greeting .greeting-inner .greeting-unit .greeting-vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 400px;
  }
}

@media screen and (max-width: 519px) {
  .greeting .greeting-inner .greeting-unit .greeting-vsl img {
    height: 280px;
  }
}

.doctors {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .doctors {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctors {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.doctors .doctor-frame {
  position: relative;
  padding: calc(8px * 9);
  background: #F8F9FB;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame {
    padding: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-frame {
    padding: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame {
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-frame {
    padding: 28px;
  }
}

.doctors .doctor-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #3461AC;
  border-radius: 2px;
}

@media screen and (max-width: 519px) {
  .doctors .doctor-frame::before {
    position: absolute;
    top: 4px;
    left: 4px;
  }
}

.doctors .doctor-frame .doctor-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-frame .doctor-unit {
    gap: 16px;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-vsl {
  max-width: 400px;
}

@media screen and (max-width: 1279px) {
  .doctors .doctor-frame .doctor-unit .doctor-vsl {
    max-width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-vsl {
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 320px;
    height: 400px;
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .doctors .doctor-frame .doctor-unit .doctor-vsl img {
    width: 240px;
    height: 240px;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl {
  width: calc(100% - 448px);
}

@media screen and (max-width: 1279px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl {
    width: 100%;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url("../../../dist/img/top/under-line.svg") center/contain repeat-x;
  gap: 8px;
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
  width: 64px;
  height: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #ffffff;
  background: #274169;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__pos {
    margin-right: 16px;
    width: 56px;
    height: 32px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__pos {
    width: 48px;
    height: 26px;
    font-size: 1.4rem;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__name {
  width: calc(100% - 88px);
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__name::first-letter {
  color: #3461AC;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-name__name {
    font-size: 2.4rem;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .list.--history {
  position: relative;
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .list.--history::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 1px;
  height: 100%;
  background: rgba(52, 97, 172, 0.28);
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (max-width: 519px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info {
    grid-template-columns: repeat(1, 1fr);
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item {
  border: 1px solid #274169;
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item:first-child {
  grid-column: 1 / -1;
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item .doctor-info-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background: #274169;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item .doctor-info-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item .doctor-info-ttl {
    font-size: 1.6rem;
  }
}

.doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item .list {
  padding: 22px;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-frame .doctor-unit .doctor-dtl .doctor-info__item .list {
    padding: 16px;
  }
}

.doctors .doctor-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .doctors .doctor-layout {
    gap: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-layout {
    gap: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .doctors .doctor-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}

.doctors .doctor-layout .doctor-frame {
  padding: 40px;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-layout .doctor-frame {
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-layout .doctor-frame {
    padding: 28px;
  }
}

.doctors .doctor-layout .doctor-frame .doctor-name {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .doctors .doctor-layout .doctor-frame .doctor-name {
    padding-bottom: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .doctors .doctor-layout .doctor-frame .doctor-name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .doctors .doctor-layout .doctor-frame .doctor-name {
    font-size: 1.8rem;
    text-align: center;
  }
}

.doctors .doctor-layout .doctor-frame .doctor-name::first-letter {
  color: #3461AC;
}

.doctors .doctor-layout .doctor-frame .doctor-name::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url("../../../dist/img/top/under-line.svg") center/contain repeat-x;
  gap: 8px;
}

.flow.bg-deco {
  padding-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .flow.bg-deco {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow.bg-deco {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

.flow.bg-deco::before {
  height: calc(100% + 60px);
}

@media screen and (max-width: 519px) {
  .flow.bg-deco::before {
    height: calc(100% + 40px);
  }
}

.flow .flow-list {
  position: relative;
}

.flow .flow-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3461AC), to(#274169));
  background: linear-gradient(to bottom, #3461AC, #274169);
}

.flow .flow-list__item {
  position: relative;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: calc(8px * 5);
  padding: calc(8px * 7);
  background: #ffffff;
  border: 1px solid #3461AC;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item {
    gap: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item {
    gap: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item {
    padding: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item {
    padding: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item {
    grid-template-columns: 280px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item {
    grid-template-columns: 1fr;
  }
}

.flow .flow-list__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #3461AC;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}

.flow .flow-list__item:not(:last-child) {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item:not(:last-child) {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item:not(:last-child) {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.flow .flow-list__item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item:not(:last-child)::after {
    position: absolute;
    bottom: -32px;
    left: 50%;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item:not(:last-child)::after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 6px solid #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-vsl {
    margin: 0 auto;
    max-width: 320px;
  }
}

.flow .flow-list__item .flow-vsl img {
  border-radius: 2px;
}

.flow .flow-list__item .flow-dtl .flow-ttl {
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-dtl .flow-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-dtl .flow-ttl {
    font-size: 2.2rem;
  }
}

.flow .flow-list__item .flow-dtl .flow-ttl::first-letter {
  color: #3461AC;
}

.flow .flow-list__item .flow-dtl .flow-ttl span {
  position: relative;
}

.flow .flow-list__item .flow-dtl .flow-ttl span::before, .flow .flow-list__item .flow-dtl .flow-ttl span::after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../../dist/img/top/headline-deco-three.svg") center/contain no-repeat;
  width: 40px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-ttl span::before, .flow .flow-list__item .flow-dtl .flow-ttl span::after {
    width: 32px;
    height: 10px;
  }
}

.flow .flow-list__item .flow-dtl .flow-ttl span::before {
  position: absolute;
  top: 50%;
  right: -56px;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-ttl span::before {
    position: absolute;
    top: 50%;
    right: -48px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-dtl .flow-ttl span::before {
    position: absolute;
    top: 50%;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-ttl span::after {
    position: absolute;
    top: 50%;
    left: -48px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-dtl .flow-ttl span::after {
    position: absolute;
    top: 50%;
    left: -40px;
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve {
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
  max-width: 800px;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-dtl .cv-reserve {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-dtl .cv-reserve {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt {
  position: relative;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before, .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
  content: '';
  width: calc(50% - 104px);
  height: 1px;
  background: #274169;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before, .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
    width: calc(50% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before, .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
    width: calc(50% - 72px);
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before {
  position: absolute;
  top: 14px;
  left: 0;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before {
    top: 10px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::before {
    top: 8px;
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
  position: absolute;
  top: 14px;
  right: 0;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
    top: 10px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt::after {
    top: 8px;
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt span {
  font-size: 2.4rem;
  font-family: "Lora", serif;
}

@media screen and (max-width: 959px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-txt span {
    font-size: 1.8rem;
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  border-radius: 2px;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item a span {
  position: relative;
  padding-left: 32px;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--web a {
  color: #ffffff;
  background: #3461AC;
  border: 1px solid #3461AC;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--web a::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 8px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--web a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../../../dist/img/top/web-ico.svg");
  mask-image: url("../../../dist/img/top/web-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--web a:hover {
  color: #3461AC;
  background: #ffffff;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--web a:hover::before {
  content: '';
  border: 8px solid #3461AC;
  border-top-color: transparent;
  border-left-color: transparent;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--web a:hover span::before {
  background: #3461AC;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--line a {
  color: #ffffff;
  background: #00B900;
  border: 1px solid #00B900;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--line a::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 8px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--line a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../../../dist/img/top/line-ico.svg");
  mask-image: url("../../../dist/img/top/line-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--line a:hover {
  color: #00B900;
  background: #ffffff;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--line a:hover::before {
  content: '';
  border: 8px solid #00B900;
  border-top-color: transparent;
  border-left-color: transparent;
}

.flow .flow-list__item .flow-dtl .cv-reserve .reserve-unit__item.--line a:hover span::before {
  background: #00B900;
}

.flow .flow-list__item .flow-dtl .flow-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flow .flow-list__item .flow-dtl .flow-tel a {
  position: relative;
  margin-right: 16px;
  font-family: "Lora", serif;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-tel a {
    text-align: center;
    width: 100%;
    padding-left: 22px;
    font-size: 2.8rem;
  }
}

.flow .flow-list__item .flow-dtl .flow-tel a span {
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-tel a span {
    padding-left: 22px;
  }
}

.flow .flow-list__item .flow-dtl .flow-tel a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  -webkit-mask-image: url("../../../dist/img/top/tel-ico.svg");
  mask-image: url("../../../dist/img/top/tel-ico.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #3461AC;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-tel a span::before {
    width: 22px;
    height: 22px;
  }
}

.flow .flow-list__item .flow-dtl .flow-tel .reception {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow .flow-list__item .flow-dtl .flow-tel .reception .reception-ttl {
  margin-right: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  height: 32px;
  color: #ffffff;
  background: #274169;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item .flow-dtl .flow-tel .reception .reception-ttl {
    height: 30px;
  }
}

.flow .flow-list__item .flow-dtl .flow-tel .reception .reception-time {
  margin-top: 2px;
}

.faq .faq-list {
  margin: 0 auto;
  max-width: 1040px;
}

.faq .faq-list__item dt, .faq .faq-list__item dd {
  padding-left: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt, .faq .faq-list__item dd {
    padding-left: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt, .faq .faq-list__item dd {
    padding-left: calc((8px * 5) * 0.5);
  }
}

.faq .faq-list__item dt {
  position: relative;
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq-list__item dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt {
    font-size: 1.6rem;
  }
}

.faq .faq-list__item dt::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../../../dist/img/top/faq-q.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dt::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dt::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}

.faq .faq-list__item dd {
  position: relative;
}

.faq .faq-list__item dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../../../dist/img/top/faq-a.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item dd::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item dd::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}

.faq .faq-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: 1px solid rgba(39, 65, 105, 0.24);
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-child) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-child) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.access {
  padding-bottom: 0;
}

.access .access-unit {
  margin-bottom: calc(8px * 15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.access .access-unit .access-vsl {
  width: calc(50% - 70px);
}

@media screen and (max-width: 959px) {
  .access .access-unit .access-vsl {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}

.access .access-unit .access-dtl {
  width: calc(50% + 12px);
}

@media screen and (max-width: 959px) {
  .access .access-unit .access-dtl {
    width: 100%;
  }
}

.access .access-unit .access-dtl .access-logo {
  margin-bottom: 16px;
  max-width: 480px;
}

@media screen and (max-width: 959px) {
  .access .access-unit .access-dtl .access-logo {
    max-width: 400px;
    margin: 0 auto 16px auto;
  }
}

.access .access-unit .access-dtl .access-add {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .access .access-unit .access-dtl .access-add {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit .access-dtl .access-add {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit .access-dtl .access-add {
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit .access-dtl .access-add {
    font-size: 1.3rem;
  }
}

.access .access-unit .access-dtl .access-hours {
  margin-bottom: 16px;
}

.access iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 959px) {
  .access iframe {
    height: 320px;
  }
}

@media screen and (max-width: 519px) {
  .access iframe {
    height: 240px;
  }
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
