@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.infomationInner {
  max-width: 800px;
  display: flex;
  gap: 32px;
}
@media screen and (min-width:1025px) {
  .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .infomationInner {
    flex-direction: column;
  }
}
.infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .infomationLeft {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.infomation {
  background-color: var(--clP);
}
.infomation h2 {
  font-size: 34px;
  font-size: clamp(34px, 0.0072727273 * 100vw + 34px - 0.0072727273 * 375px, 40px);
  text-align: center;
  color: #fff;
}
.infomation h2 small {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 0.0036363636 * 100vw + 21px - 0.0036363636 * 375px, 24px);
}
.infomation .btn {
  white-space: nowrap;
  font-size: 13px;
  font-size: clamp(13px, 0.0024242424 * 100vw + 13px - 0.0024242424 * 375px, 15px);
  padding-left: 41px;
  padding-left: clamp(41px, 0.0084848485 * 100vw + 41px - 0.0084848485 * 375px, 48px);
  padding-right: 41px;
  padding-right: clamp(41px, 0.0084848485 * 100vw + 41px - 0.0084848485 * 375px, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: 28px;
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li:not(:last-child) {
  border-bottom: 1px solid var(--clBD);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.infomation li time {
  color: var(--clText);
  white-space: nowrap;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
}

body {
  overflow-y: hidden;
}

h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .panel + .panel {
  margin-top: 20px;
}
.index .column-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.index .column-3 > * {
  width: calc((100% - calc(40px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .index .column-3 > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .index .column-3 {
    flex-direction: column;
  }
}
.index .column-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.index .column-4 > * {
  width: calc((100% - calc(40px * 3)) / 4);
}
@media screen and (max-width: 639px) {
  .index .column-4 > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .index .column-4 {
    flex-direction: column;
  }
}
.index .feature-section {
  margin-bottom: 120px;
  margin-bottom: clamp(120px, 0.0363636364 * 100vw + 120px - 0.0363636364 * 375px, 150px);
  margin-top: 32px;
  margin-top: clamp(32px, 0.0387878788 * 100vw + 32px - 0.0387878788 * 375px, 64px);
}
.index .feature-section .sectionInner {
  max-width: 1280px;
}
.index .feature-section .sectionInner .feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: clamp(24px, 0.1648484848 * 100vw + 24px - 0.1648484848 * 375px, 160px);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list {
    gap: 0;
  }
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list {
    gap: clamp(40px, 40px + (80px - 40px) * (100vw - 1025px) / (1400px - 1025px), 80px);
  }
}
@media screen and (min-width:1400px) {
  .index .feature-section .sectionInner .feature-list {
    gap: clamp(40px, 40px + (140px - 40px) * (100vw - 1025px) / (1400px - 1025px), 140px);
  }
}
@media screen and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item {
    padding-right: clamp(40px, 40px + (80px - 40px) * (100vw - 1025px) / (1400px - 1025px), 80px);
    padding-right: 80px;
  }
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item {
    padding-right: 0;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content {
  display: flex;
}
@media screen and (max-width:639px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content {
    gap: clamp(18px, 18px + (22px - 18px) * (100vw - 375px) / (1024px - 375px), 22px);
  }
}
@media screen and (max-width:1024px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content {
    gap: 0;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
  border-radius: 4px;
  padding-block: 16px;
  padding-block: clamp(16px, 0.0290909091 * 100vw + 16px - 0.0290909091 * 375px, 40px);
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
    width: 80vw;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text .heading01 {
  align-items: flex-start;
}
@media screen and (max-width:639px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text .heading01.is-about {
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}
@media screen and (max-width:639px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text .heading01.is-about small {
    transform: translate(-4.2em, calc(-50% - 5em)) scale(1.1);
  }
}
@media screen and (max-width:639px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
    padding-inline: 8px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
    margin-top: -20vw;
    padding-inline: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
    transform: translateY(80px);
    flex: 0 1 calc(48% + 150px);
    margin-right: -150px;
    padding-inline: 16px;
    padding-inline: clamp(16px, 0.0581818182 * 100vw + 16px - 0.0581818182 * 375px, 64px);
  }
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
    transform: translateY(40px);
  }
}
@media screen and (min-width:1400px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text {
    flex: 0 1 calc(48% + 230px);
    margin-right: -230px;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text .feature-text-box {
  font-size: 14px;
  font-size: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
  --line: #EEEAE5;
  /* 線の色 */
  --thickness: 1px;
  line-height: 3.5;
  padding: 0.5lh 0;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent calc(1lh - var(--thickness)), var(--line) calc(1lh - var(--thickness)), var(--line) 1lh);
  background-origin: content-box;
  margin-top: -0.5lh;
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text .feature-text-box {
    line-height: 3.2;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text p {
  line-height: 3.5;
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-text p {
    line-height: 3.2;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media {
  margin-bottom: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media {
    width: 100%;
    display: flex;
    justify-content: end;
  }
}
@media screen and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media {
    flex: 0 1 calc(52% + 140px);
  }
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media {
    flex: 0 1 calc(48% + 140px);
  }
}
.index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media img {
    aspect-ratio: 12/9;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list .feature-item .feature-content .feature-media img {
    width: 80vw;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse {
  padding-right: 0;
}
@media screen and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse {
    padding-left: clamp(40px, 40px + (80px - 40px) * (100vw - 1025px) / (1400px - 1025px), 80px);
  }
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse {
    padding-left: 0;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content {
  flex-direction: row-reverse;
}
@media screen and (max-width:1024px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content {
    flex-direction: column-reverse;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-media {
  justify-content: start;
}
@media screen and (min-width:1025px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text {
    margin-right: 0;
    margin-left: -150px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text {
    align-self: flex-end;
  }
}
@media screen and (min-width:1400px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text {
    margin-right: -180px;
  }
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text .listNormal {
  align-items: flex-start;
  padding-left: 0;
  gap: 8px;
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text .listNormal li {
  border-radius: 100px;
  border: 2px solid var(--clP);
  background: var(--clBGP);
  color: var(--clP);
  font-size: 16px;
  font-size: clamp(16px, 0.0024242424 * 100vw + 16px - 0.0024242424 * 375px, 18px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  padding-block: 10px;
  padding-block: clamp(10px, 0.0024242424 * 100vw + 10px - 0.0024242424 * 375px, 12px);
  padding-inline: 16px;
  padding-inline: clamp(16px, 0.0290909091 * 100vw + 16px - 0.0290909091 * 375px, 40px);
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text .listNormal li::marker {
  content: none;
}
.index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text .listNormal li:before {
  content: "●";
  color: var(--clText);
  font-size: 0.5em;
  line-height: 1;
  color: var(--clP);
  position: relative;
  top: -0.2em;
  margin-right: 0.8em;
}
@media screen and (max-width:639px) {
  .index .feature-section .sectionInner .feature-list .feature-item.is-reverse .feature-content .feature-text .listNormal li {
    width: 100%;
  }
}
.index .access-section .sectionInner {
  max-width: 1200px;
}
.index .access-section .sectionInner .heading01 {
  justify-content: center;
  margin-bottom: 32px;
  margin-bottom: clamp(32px, 0.0509090909 * 100vw + 32px - 0.0509090909 * 375px, 74px);
}
@media screen and (min-width:640px) {
  .index .access-section .sectionInner .heading01 small {
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 1em), calc(-50% - 2.5em));
    z-index: 99;
  }
}
@media screen and (max-width:639px) {
  .index .access-section .sectionInner .heading01 small {
    transform: translate(-4.2em, calc(-50% - 3em)) scale(0.9);
  }
}
.index .access-section .sectionInner .heading01 span {
  z-index: 100;
}
.index .access-section .sectionInner .company-info {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 0.0084848485 * 100vw + 41px - 0.0084848485 * 375px, 48px);
}
.index .access-section .sectionInner .company-info .company-lines {
  display: flex;
  flex-direction: column;
  gap: 0px;
  gap: clamp(0px, 0.0145454545 * 100vw + 0px - 0.0145454545 * 375px, 12px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .index .access-section .sectionInner .company-info .company-lines {
    background-color: var(--clBGS);
    border-radius: 8px;
    padding-bottom: 8px;
  }
}
.index .access-section .sectionInner .company-info .company-lines .company-line {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 16px;
  gap: clamp(16px, 0.0096969697 * 100vw + 16px - 0.0096969697 * 375px, 24px);
}
@media screen and (min-width:640px) {
  .index .access-section .sectionInner .company-info .company-lines .company-line {
    border-radius: 100px;
    background-color: var(--clBGS);
  }
}
@media screen and (max-width:639px) {
  .index .access-section .sectionInner .company-info .company-lines .company-line {
    flex-direction: column;
    border-radius: 0;
  }
}
.index .access-section .sectionInner .company-info .company-lines .company-line dt {
  padding-block: 6px;
  padding-block: clamp(6px, 0.0024242424 * 100vw + 6px - 0.0024242424 * 375px, 8px);
  padding-inline: 8px;
  padding-inline: clamp(8px, 0.0096969697 * 100vw + 8px - 0.0096969697 * 375px, 16px);
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
  font-size: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
  background-color: #AF9A75;
  width: 10em;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .access-section .sectionInner .company-info .company-lines .company-line dt {
    text-align: center;
    width: 100%;
    border-radius: 7px;
  }
}
.index .access-section .sectionInner .company-info .company-lines .company-line dd {
  font-size: 14px;
  font-size: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}
.index .access-section .sectionInner .access-map {
  max-width: 1200px;
}
.index .access-section .sectionInner .access-map iframe {
  max-width: 1200px;
  width: 100%;
  height: 400px;
}
.index .access-section .sectionInner p {
  text-align: center;
  transform: translateY(-60%);
  margin-bottom: -40px;
}
.index .access-section .sectionInner p a.btn:hover {
  opacity: 1;
  background-color: var(--clBGS);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.mainImg {
  background-image: url(/assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1440/680;
  color: var(--clBG);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    aspect-ratio: 800/680;
    background-size: 200vw;
    --dw: clamp(56%, 64% + (56% - 64%) * (100vw - 640px) / (1024px - 640px), 64%);
    background-position: left var(--dw) center;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    background-image: url(/assets/img/index/kv-img_sp.png);
    background-position: top center;
    aspect-ratio: 375/520;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 18vw;
  }
}
.mainImgInner {
  height: 100%;
  position: relative;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width:639px) {
  .mainImgInner {
    align-items: flex-end;
  }
}
.mainImgInner .mainImg-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: clamp(16px, 0.0193939394 * 100vw + 16px - 0.0193939394 * 375px, 32px);
  transform-origin: top right;
}
@media screen and (min-width:1025px) {
  .mainImgInner .mainImg-text {
    --dy: clamp(-50px, 10px + (-50px - 10px) * (100vw - 1025px) / (1400px - 1025px), 10px);
    --ds: clamp(0.85, 0.85 + (1 - 0.85) * (100vw - 1025px) / (1400px - 1025px), 1);
    transform: translateY(var(--dy)) scale(var(--ds));
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .mainImg-text {
    --dy: clamp(-95px, -40px + (-95px - -40px) * (100vw - 640px) / (1024px - 640px), -40px);
    --ds: clamp(0.75, 0.75 + (1 - 0.75) * (100vw - 640px) / (1024px - 640px), 1);
    transform: translateY(var(--dy)) scale(var(--ds));
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .mainImg-text {
    gap: 16px;
  }
}
.mainImgInner .mainImg-text ul {
  display: flex;
  gap: 14px;
  gap: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
  align-items: center;
}
@media screen and (max-width:639px) {
  .mainImgInner .mainImg-text ul {
    justify-content: center;
  }
}
.mainImgInner .mainImg-text ul li {
  background-color: #fff;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  gap: clamp(8px, 0.0024242424 * 100vw + 8px - 0.0024242424 * 375px, 10px);
  color: var(--clP);
  font-size: 21px;
  font-size: clamp(21px, 0.0036363636 * 100vw + 21px - 0.0036363636 * 375px, 24px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:639px) {
  .mainImgInner .mainImg-text ul li {
    background-color: var(--clBGP);
    padding-right: 20px;
  }
}
.mainImgInner .mainImg-text ul li::before {
  content: "";
  background-image: url(/assets/img/index/kv-check.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "Sanchez", serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: var(--clP);
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--clP);
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: var(--clP);
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: var(--clBGP);
  font-weight: bold;
}
@media screen and (min-width:1025px) {
  .pageTtl {
    padding-top: 180px;
  }
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  font-size: 30px;
  font-size: clamp(30px, 0.0072727273 * 100vw + 30px - 0.0072727273 * 375px, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents {
  padding-bottom: 30.5px;
  padding-bottom: clamp(30.5px, 0.0066666667 * 100vw + 30.5px - 0.0066666667 * 375px, 36px);
}

.lower .contents > section {
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: var(--clP);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-tel {
  font-size: 2.6em;
  font-weight: bold;
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.lower .contact .section-mailform-info small {
  display: block;
  margin-top: 24px;
  margin-top: clamp(24px, 0.0096969697 * 100vw + 24px - 0.0096969697 * 375px, 32px);
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
.lower .contact .formBtn-confirm {
  margin-top: 40px;
  margin-top: clamp(40px, 0.0096969697 * 100vw + 40px - 0.0096969697 * 375px, 48px);
}
.lower .contact .formBtn-confirm .contact-form__btn {
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 0.0096969697 * 100vw + 24px - 0.0096969697 * 375px, 32px);
}
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 30px 30px 40px;
  background-color: #f5f5f5;
  max-width: 800px;
  margin: auto;
  border-radius: 4px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.lower .contact .privacy-policy h3 {
  font-size: 18.5px;
  font-size: clamp(18.5px, 0.0018181818 * 100vw + 18.5px - 0.0018181818 * 375px, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.lower .contact .privacy-policy h4 {
  font-size: 14px;
  font-size: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
}
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border: 2px solid #aeaeae;
  padding: 12px;
  border-radius: 3px;
  color: #4e5c5e;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
  background-color: var(--clBGW);
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 60%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
}
.lower .contact ::-moz-placeholder {
  color: #aeaeae;
}
.lower .contact ::placeholder {
  color: #aeaeae;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #0077e0;
  border-radius: 4px;
  color: #0077e0;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 0.0036363636 * 100vw + 21px - 0.0036363636 * 375px, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Sanchez", serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
  margin-top: 64px;
}
.lower .contact .contact-form__item {
  border-bottom: 2px solid #dddddd;
}
.lower .contact .contact-form__item:nth-last-child(2), .lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.3em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--clP);
  font-weight: 500;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #d44c00;
}
.lower .contact .contact-form__optional {
  background-color: #4e5c5e;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input:invalid {
  background: #f9f9f9;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #f5f5f5;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #0077e0;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.lower .contact .contact-form__btn.back {
  background-color: #dddddd;
  color: #4e5c5e;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-form__btn.back:hover, .lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.lower .contact .contact-error {
  color: #d44c00;
}
.lower .contact .confirmTxt {
  margin-bottom: 1.5em;
}
.lower .contact .thanks h3 {
  text-align: center;
}
.lower .contact .thanks .txtC {
  font-size: 13px;
  font-size: clamp(13px, 0.0024242424 * 100vw + 13px - 0.0024242424 * 375px, 15px);
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #4e5c5e;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #4e5c5e;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #0077e0;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #0077e0;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
.lower .contact .thanks .thanks-error__list {
  margin-block: 1.5em;
  padding-block: 1em;
  border: solid var(--clBD);
  border-width: 1px 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanks-error {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanks-error__list {
    margin-block: 1.5em;
    padding-block: 1em;
    border: solid var(--clBD);
    border-width: 1px 0;
  }
  .lower .contact .thanks .thanks-error .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */