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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #386d85;
  --clP: #4384a3;
  --clPW: #5e9bb7;
  --clSD: #d08e1c;
  --clS: #e69f24;
  --clSW: #f0aa31;
  --clAD: #a18e42;
  --clA: #b0a063;
  --clAW: #bfb27e;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #f3f9fc;
  --clBGS: #fff8eb;
  --clBGCV: #faf9f4;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #73715D;
  --clTextW: #ACAA97;
  --clTextR: #d44000;
  --clMarker: #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: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #386d85;
  --clP: #4384a3;
  --clPW: #5e9bb7;
  --clSD: #d08e1c;
  --clS: #e69f24;
  --clSW: #f0aa31;
  --clAD: #a18e42;
  --clA: #b0a063;
  --clAW: #bfb27e;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #f3f9fc;
  --clBGS: #fff8eb;
  --clBGCV: #faf9f4;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #73715D;
  --clTextW: #ACAA97;
  --clTextR: #d44000;
  --clMarker: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

body .contents .infomation {
  background-color: #fff;
  padding-top: 20px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  body .contents .infomation {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width:639px) {
  body .contents .infomation {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
body .contents .infomationInner {
  display: flex;
  gap: 48px;
  border: 1px solid var(--clBD);
  border-radius: 24px;
}
@media screen and (max-width:639px) {
  body .contents .infomationInner {
    padding: 16px 28px;
    gap: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  body .contents .infomationInner {
    padding: 20px 40px;
    gap: 18px;
  }
}
@media screen and (min-width:1025px) {
  body .contents .infomationInner {
    padding: 30px 48px;
    max-width: 960px;
  }
}
@media screen and (min-width:1400px) {
  body .contents .infomationInner {
    padding: 40px 64px;
  }
}
@media screen and (min-width:1025px) {
  body .contents .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  body .contents .infomationInner {
    flex-direction: column;
  }
}
body .contents .infomationLeft {
  display: flex;
  flex-shrink: 0;
}
@media screen and (min-width:1025px) {
  body .contents .infomationLeft {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid var(--clBD);
    padding-right: 48px;
  }
}
@media screen and (max-width:1024px) {
  body .contents .infomationLeft {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--clBD);
    padding-bottom: 18px;
  }
}
body .contents .infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (max-width:1024px) {
  body .contents .infomationRight {
    margin-bottom: 1em;
  }
}

.contents .infomation {
  background-color: var(--clP);
}
@media screen and (min-width:1025px) {
  .contents .infomation {
    padding-bottom: 80px;
  }
}
.contents .infomation h2 {
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .contents .infomation h2 {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents .infomation h2 {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .contents .infomation h2 {
    font-size: 24px;
  }
}
.contents .infomation h2 small {
  font-family: "Kodchasan", serif;
  font-weight: normal;
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.contents .infomation .btn {
  white-space: nowrap;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  padding-left: clamp(40px, 5.2380952381vw, 48px);
  padding-right: clamp(40px, 5.2380952381vw, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
.contents .infomation .time {
  color: var(--clText);
  white-space: nowrap;
  line-height: 1.4;
  color: var(--clS);
}
.contents .infomation .ttl {
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .contents .infomation .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents .infomation .ttl {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .contents .infomation .ttl {
    font-size: 17px;
  }
}
.contents .infomation .txt {
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .contents .infomation .txt {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents .infomation .txt {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .contents .infomation .txt {
    font-size: 16px;
  }
}

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

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .hours {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .hours {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.index .hoursInner {
  max-width: 960px;
}
.index .hours table.clinic-hours {
  margin: 0;
}
.index .hours table.clinic-hours th,
.index .hours table.clinic-hours td {
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours th,
  .index .hours table.clinic-hours td {
    display: table-cell;
  }
}
.index .hours table.clinic-hours thead tr th {
  line-height: 1.3;
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours thead tr th {
    font-size: 11px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .hours table.clinic-hours thead tr th {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .hours table.clinic-hours thead tr th {
    font-size: 18px;
  }
}
.index .hours table.clinic-hours thead tr th:first-child {
  width: auto;
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours thead tr th {
    width: auto;
  }
}
.index .hours table.clinic-hours tbody tr td {
  color: var(--clS);
  line-height: 1.1;
  padding: 0;
  height: 64px;
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours tbody tr td {
    font-size: 11px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .hours table.clinic-hours tbody tr td {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .index .hours table.clinic-hours tbody tr td {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours tbody tr td {
    width: auto;
  }
}
.index .hours table.clinic-hours tbody tr td small {
  display: block;
  font-family: "Kodchasan", serif;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours tbody tr td small {
    font-size: 10px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .hours table.clinic-hours tbody tr td small {
    font-size: 11px;
  }
}
@media screen and (min-width:1025px) {
  .index .hours table.clinic-hours tbody tr td small {
    font-size: 12px;
  }
}
.index .hours table.clinic-hours tbody tr td:first-child {
  width: auto;
  font-family: "Kodchasan", serif;
  font-weight: bold;
  color: var(--clP);
  font-size: 18px;
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours tbody tr td:first-child {
    font-size: 11px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .hours table.clinic-hours tbody tr td:first-child {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .hours table.clinic-hours tbody tr td:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours tbody tr td:first-child {
    width: auto;
  }
}
@media screen and (min-width:640px) {
  .index .hours table.clinic-hours tbody tr td:not(:first-child) {
    width: 10%;
  }
}
.index .hours table.clinic-hours tbody tr td.closed {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .index .hours table.clinic-hours tbody tr td.closed {
    font-size: 10px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .hours table.clinic-hours tbody tr td.closed {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) {
  .index .hours table.clinic-hours tbody tr td.closed {
    font-size: 14px;
  }
}
.index .hours table.clinic-hours th:first-child {
  border-top-left-radius: 24px;
}
@media screen and (max-width:1024px) {
  .index .hours table.clinic-hours th:first-child {
    border-top-left-radius: 16px;
  }
}
.index .hours table.clinic-hours th:last-child {
  border-top-right-radius: 24px;
}
@media screen and (max-width:1024px) {
  .index .hours table.clinic-hours th:last-child {
    border-top-right-radius: 16px;
  }
}
.index .hours table.clinic-hours tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}
@media screen and (max-width:1024px) {
  .index .hours table.clinic-hours tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
  }
}
.index .hours table.clinic-hours tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}
@media screen and (max-width:1024px) {
  .index .hours table.clinic-hours tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
  }
}
.index .medical-guide {
  background-image: url(../img/index/bg-gradation.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.index .medical-guide .sectionInner .medical-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (min-width:1400px) {
  .index .medical-guide .sectionInner .medical-list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width:640px) {
  .index .medical-guide .sectionInner .medical-list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:639px) {
  .index .medical-guide .sectionInner .medical-list {
    max-width: 450px;
  }
}
@media screen and (min-width:1025px) {
  .index .medical-guide .sectionInner .medical-list {
    max-width: 100%;
  }
}
.index .medical-guide .sectionInner .medical-list .medical-item {
  color: var(--clP);
  background-color: var(--clBGCV);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
@media screen and (min-width:640px) {
  .index .medical-guide .sectionInner .medical-list .medical-item {
    width: 30%;
  }
}
@media screen and (min-width:1400px) {
  .index .medical-guide .sectionInner .medical-list .medical-item {
    width: 100%;
  }
}
@media screen and (max-width:639px) {
  .index .medical-guide .sectionInner .medical-list .medical-item {
    width: 46%;
  }
}
.index .medical-guide .sectionInner .medical-link {
  text-align: center;
  margin-top: 40px;
}
.index .greeting-message {
  margin-top: 0;
}
.index .greeting-message .sectionInner {
  display: flex;
  justify-content: space-between;
  gap: 12%;
  max-width: 960px;
}
@media screen and (max-width:1024px) {
  .index .greeting-message .sectionInner {
    flex-direction: column;
    max-width: 540px;
  }
}
.index .greeting-message .sectionInner .greeting-message-left {
  flex-shrink: 0;
}
.index .greeting-message .sectionInner .greeting-message-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.index .greeting-message .sectionInner .greeting-message-right .message {
  letter-spacing: 0.07em;
}
.index .greeting-message .sectionInner .greeting-message-right .message p {
  color: var(--clText);
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .index .greeting-message .sectionInner .greeting-message-right .message p {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .greeting-message .sectionInner .greeting-message-right .message p {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .greeting-message .sectionInner .greeting-message-right .message p {
    font-size: 16px;
  }
}
.index .greeting-message .sectionInner .greeting-message-right .introduction {
  background-color: var(--clBGCV);
  padding: 16px 24px;
}
.index .greeting-message .sectionInner .greeting-message-right .introduction .heading03 {
  color: var(--clSW);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:639px) {
  .index .greeting-message .sectionInner .greeting-message-right .introduction .heading03 {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .greeting-message .sectionInner .greeting-message-right .introduction .heading03 {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .index .greeting-message .sectionInner .greeting-message-right .introduction .heading03 {
    font-size: 15px;
  }
}
.index .greeting-message .sectionInner .greeting-message-right .introduction .heading03:before {
  content: "";
  background-color: var(--clSW);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 8px;
}
.index .greeting-message .sectionInner .greeting-message-right .introduction p {
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .greeting-message .sectionInner .greeting-message-right .introduction p {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .greeting-message .sectionInner .greeting-message-right .introduction p {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .index .greeting-message .sectionInner .greeting-message-right .introduction p {
    font-size: 15px;
  }
}
.index .greeting-message .sectionInner .director {
  text-align: right;
}
@media screen and (max-width:639px) {
  .index .greeting-message .sectionInner .director {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .greeting-message .sectionInner .director {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .greeting-message .sectionInner .director {
    font-size: 16px;
  }
}
.index .contactWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width:1025px) {
  .index .contactWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .index .contactWrap > * {
    width: calc((100% - calc(40px * 1)) / 2);
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .contactWrap > * {
    width: 100%;
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .contactWrap {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contactWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .contactWrap > * {
    width: calc((100% - calc(10px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .contactWrap > * {
    width: 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .contactWrap {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .contactWrap {
    flex-direction: column;
    gap: 20px;
  }
}
.index .contactWrap a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width:639px) {
  .index .contactWrap a {
    gap: 25px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contactWrap a {
    gap: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .contactWrap a {
    gap: 25px;
  }
}
@media screen and (max-width:639px) {
  .index .contactWrap a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contactWrap a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .contactWrap a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width:639px) {
  .index .contactWrap a {
    min-height: 130px;
  }
}
.index .contactWrap a .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:639px) {
  .index .contactWrap a .primary {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contactWrap a .primary {
    font-size: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .contactWrap a .primary {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contactWrap a .primary {
    font-size: clamp(20px, 2.8571428571vw, 24px);
  }
}
.index .test01 .ichiran {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index .test01 .ichiran > * {
  width: calc((100% - calc(30px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .index .test01 .ichiran > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .index .test01 .ichiran {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .test01 .ichiran {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .test01 .ichiran > * {
    width: calc((100% - calc(10px * 1)) / 2);
  }
}
@media screen and (max-width:639px) and (max-width: 639px) {
  .index .test01 .ichiran > * {
    width: 100%;
  }
}
@media screen and (max-width:639px) and (max-width: 639px) {
  .index .test01 .ichiran {
    flex-direction: column;
  }
}
.index .test01 .ichiran > div {
  background-color: var(--clP);
}
@media screen and (min-width:640px) {
  .index .test01 .ichiran02 {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2.380952381vw, 40px);
  }
  .index .test01 .ichiran02 > * {
    width: calc((100% - calc(clamp(10px, 2.380952381vw, 40px) * 2)) / 3);
  }
}
@media screen and (min-width:640px) and (max-width: 639px) {
  .index .test01 .ichiran02 > * {
    width: 100%;
  }
}
@media screen and (min-width:640px) and (max-width: 639px) {
  .index .test01 .ichiran02 {
    flex-direction: column;
  }
}
.index .test01 .ichiran02 > div {
  background-color: var(--clP);
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #386d85;
  --clP: #4384a3;
  --clPW: #5e9bb7;
  --clSD: #d08e1c;
  --clS: #e69f24;
  --clSW: #f0aa31;
  --clAD: #a18e42;
  --clA: #b0a063;
  --clAW: #bfb27e;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #f3f9fc;
  --clBGS: #fff8eb;
  --clBGCV: #faf9f4;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #73715D;
  --clTextW: #ACAA97;
  --clTextR: #d44000;
  --clMarker: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

@media screen and (max-width:639px) {
  .mainImg {
    height: 80vw;
    background-image: url(../../assets/img/index/kv-img_sp.png);
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    height: 46vw;
    max-height: 600px;
    margin-top: 8px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg {
    height: 41vw;
    max-height: 600px;
  }
}
@media screen and (min-width:1400px) {
  .mainImg {
    height: 600px;
  }
}
.mainImgInner {
  height: 100%;
  max-width: 1360px;
  position: relative;
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner {
    border-radius: 16px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner {
    background-image: none;
    align-items: flex-end;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner h2 {
    position: relative;
    bottom: -16px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(4.7vw, -50%);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner h2 {
    transform: translate(18%, -50%);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner h2 img {
    height: 40vw;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner h2 img {
    height: 400px;
  }
}
@media screen and (min-width:1400px) {
  .mainImgInner h2 img {
    height: auto;
  }
}
@media screen and (min-width:1400px) {
  .mainImgInner h2 {
    transform: translate(30%, -50%);
  }
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #386d85;
  --clP: #4384a3;
  --clPW: #5e9bb7;
  --clSD: #d08e1c;
  --clS: #e69f24;
  --clSW: #f0aa31;
  --clAD: #a18e42;
  --clA: #b0a063;
  --clAW: #bfb27e;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #f3f9fc;
  --clBGS: #fff8eb;
  --clBGCV: #faf9f4;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #73715D;
  --clTextW: #ACAA97;
  --clTextR: #d44000;
  --clMarker: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: var(--clBGP);
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:639px) {
  .pageTtl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .pageTtl h2 {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .pageTtl h2 {
    font-size: 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%;
  }
}/*# sourceMappingURL=pages.css.map */