@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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --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);
}

.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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.contents .infomation {
  padding-bottom: 0;
  padding-top: 0;
}
.contents .infomationInner {
  display: flex;
  max-width: 800px;
  max-width: 1200px;
  border-radius: 24px;
  background-color: var(--clBGP);
}
@media screen and (min-width:1025px) {
  .contents .infomationInner {
    justify-content: space-between;
    gap: 60px;
    padding-block: 40px;
    padding-inline: 60px;
  }
}
@media screen and (min-width:1400px) {
  .contents .infomationInner {
    padding-block: 40px;
    padding-inline: 120px;
    gap: 140px;
  }
}
@media screen and (max-width:1024px) {
  .contents .infomationInner {
    flex-direction: column;
    padding: 20px;
    padding: clamp(20px, 20px + 1vw, 32px);
  }
}
.contents .infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .contents .infomationLeft {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18.5px;
    gap: clamp(18.5px, 18.5px + 0.125vw, 20px);
  }
}
@media screen and (max-width:1024px) {
  .contents .infomationLeft {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
}
.contents .infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.infomation h2.heading01 {
  align-items: flex-start;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  color: var(--clP);
  gap: 0;
  margin-bottom: 0;
}
.infomation h2.heading01 small {
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-size: clamp(11px, 11px + 0.1666666667vw, 13px);
  margin-bottom: 8px;
}
.infomation .btn {
  white-space: nowrap;
  font-size: 12px;
  padding: 8px 16px;
  flex: 0;
  line-height: 1;
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@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;
}
@media screen and (min-width:640px) {
  .infomation li time {
    flex: 0 0 10em;
  }
}
.infomation li a {
  display: inline;
  text-decoration: underline;
  color: var(--clP);
}
@media screen and (min-width:640px) {
  .infomation li a {
    flex: 1 1 auto;
  }
}

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);
}
.index .column-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.index .column-4 > * {
  width: calc((100% - calc(40px * 3)) / 4);
}
.index .section-greeting .sectionInner {
  max-width: 1328px;
}
.index .section-greeting .sectionInner p {
  max-width: 680px;
  margin-inline: auto;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  line-height: 2;
}
.index .section-greeting .sectionInner p:not(:last-child) {
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.index .section-greeting .sectionInner p.signature {
  text-align: right;
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.index .section-greeting .sectionInner p.btn-wrapper {
  text-align: center;
}
.index .section-greeting .sectionInner .greeting-photo {
  margin-top: 70px;
  margin-top: clamp(70px, 70px + 0.8333333333vw, 80px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  gap: clamp(18px, 18px + 1.1666666667vw, 32px);
  width: 100%;
  max-width: 1328px;
  padding-bottom: 41px;
  padding-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-greeting .sectionInner .greeting-photo {
    gap: 8px;
  }
}
@media screen and (max-width:639px) {
  .index .section-greeting .sectionInner .greeting-photo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .index .section-greeting .sectionInner .greeting-photo > * {
    width: calc((100% - calc(10px * 2)) / 3);
  }
}
.index .section-greeting .sectionInner .greeting-photo div img {
  width: 100%;
}
.index .section-business {
  background-color: var(--clBGP);
  padding-bottom: 40px;
  padding-bottom: clamp(40px, 40px + 3.3333333333vw, 80px);
}
.index .section-business .sectionInner {
  max-width: 1192px;
}
.index .section-business .sectionInner .heading01 {
  transform: translateY(-1.25em);
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.index .section-business .sectionInner .business-container {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
  margin-bottom: clamp(34px, 34px + 0.5vw, 40px);
}
@media screen and (max-width:639px) {
  .index .section-business .sectionInner .business-container {
    gap: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-business .sectionInner .business-container {
    gap: 34px 24px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:1025px) {
  .index .section-business .sectionInner .business-container {
    gap: 0px;
    gap: clamp(0px, 0px + 3vw, 36px);
    justify-content: space-between;
  }
}
@media screen and (min-width:1400px) {
  .index .section-business .sectionInner .business-container {
    gap: 0px;
    gap: clamp(0px, 0px + 4.6666666667vw, 56px);
  }
}
.index .section-business .sectionInner .business-container .business-item {
  position: relative;
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .section-business .sectionInner .business-container .business-item {
    flex: 1 1 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-business .sectionInner .business-container .business-item:first-child {
    flex: 1 1 100%;
  }
}
.index .section-business .sectionInner .business-container .business-item-inner {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-inline: 21px;
  padding-inline: clamp(21px, 21px + 0.25vw, 24px);
  padding-top: 34px;
  padding-top: clamp(34px, 34px + 0.5vw, 40px);
  padding-bottom: 30.5px;
  padding-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 36px);
  border-radius: 8px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-business .sectionInner .business-container .business-item-inner {
    width: 40vw;
  }
}
.index .section-business .sectionInner .business-container .business-item .business-num {
  position: absolute;
  color: var(--clP);
  top: -0.4em;
  left: 50%;
  font-size: 34px;
  font-size: clamp(34px, 34px + 0.5vw, 40px);
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  transform: translateX(-50%);
}
.index .section-business .sectionInner .business-container .business-item h3 {
  color: var(--clP);
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
  line-height: 1.4;
}
.index .section-business .sectionInner .business-container .business-item p {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.index .section-business .sectionInner .btn-wrapper {
  text-align: center;
}
.index .section-map .sectionInner {
  max-width: 1120px;
}
.index .section-map .sectionInner .map-frame iframe {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}
.index .section-map .sectionInner .btn-wrapper {
  transform: translateY(-70%);
  text-align: center;
}
.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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.mainImgInner {
  height: 100%;
  max-width: 1600px;
  width: 100%;
  position: relative;
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1440/654;
}
@media screen and (max-width:639px) {
  .mainImgInner {
    height: 40vh;
  }
}
.mainImgTxt {
  color: var(--clBG);
  display: flex;
  justify-content: center;
  margin-inline: auto;
  position: relative;
}
.mainImgTxt > div {
  position: absolute;
}
.mainImgTxt > div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:639px) {
  .mainImgTxt > div:first-child {
    width: 40vw;
    left: -5vw;
    top: -10vh;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgTxt > div:first-child {
    width: 32vw;
    left: -4vw;
    top: -15vw;
  }
}
@media screen and (min-width:1025px) {
  .mainImgTxt > div:first-child {
    top: -16vw;
    left: -98px;
    width: 42vw;
    max-width: 647px;
  }
}
@media screen and (min-width:1400px) {
  .mainImgTxt > div:first-child {
    left: -128px;
  }
}
.mainImgTxt > div:last-child {
  right: 0;
  top: 0;
}
@media screen and (max-width:639px) {
  .mainImgTxt > div:last-child {
    width: 30vw;
    right: -5vw;
    top: -12vh;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgTxt > div:last-child {
    width: 24vw;
    right: -2vw;
    top: -11vw;
  }
}
@media screen and (min-width:1025px) {
  .mainImgTxt > div:last-child {
    top: -17vw;
    right: -23px;
    width: 31vw;
    max-width: 385px;
  }
}
@media screen and (min-width:1400px) {
  .mainImgTxt > div:last-child {
    right: -10px;
    max-width: 415px;
  }
}
.mainImgTxt h2 {
  text-align: center;
  color: var(--clP);
  font-weight: 500;
  font-size: 18px;
  font-size: clamp(18px, 18px + 1.1666666667vw, 32px);
  transform: translateX(0.3em);
  line-height: 1.4;
  margin-top: 14px;
  margin-top: clamp(14px, 14px + 0.1666666667vw, 16px);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .mainImgTxt h2 {
    padding-top: 24px;
  }
}

/*---------------------------------------
    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: "Nunito", sans-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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --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;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  font-size: 30px;
  font-size: clamp(30px, 30px + 0.5vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents {
  padding-bottom: 30.5px;
  padding-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .about {
  /* 代表者あいさつセクション */
  /* 法人概要セクション */
}
.lower .about .section-greeting .sectionInner {
  max-width: 640px;
}
.lower .about .section-greeting .sectionInner .greeting-container .greeting-text {
  display: flex;
  flex-direction: column;
  line-height: 2.3em;
  gap: 21px;
  gap: clamp(21px, 21px + 0.25vw, 24px);
}
.lower .about .section-corporate .sectionInner .table-style tr th {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .lower .about .section-corporate .sectionInner .table-style tr th {
    width: 24%;
  }
}
.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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
@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, 24px + 0.6666666667vw, 32px);
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
.lower .contact .formBtn-confirm {
  margin-top: 56px;
  margin-top: clamp(56px, 56px + 0.6666666667vw, 64px);
}
.lower .contact .formBtn-confirm .contact-form__btn {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
}
.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, 18.5px + 0.125vw, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.lower .contact .privacy-policy h4 {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 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 Maru Gothic", sans-serif;
  border: 2px solid #aeaeae;
  padding: 12px;
  border-radius: 3px;
  color: #333333;
  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 #50ace5;
  border-radius: 4px;
  color: #50ace5;
  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, 21px + 0.25vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Nunito", sans-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: #333333;
}
.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: #50ace5;
  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: #333333;
  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 .thanks h3 {
  text-align: center;
}
.lower .contact .thanks .txtC {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #333333;
  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: #333333;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #50ace5;
  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: #50ace5;
  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;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.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);
}

:root {
  --clPD: #409dd7;
  --clP: #50ace5;
  --clPW: #6bc0f5;
  --clSD: #37a262;
  --clS: #31b867;
  --clSW: #52c580;
  --clAD: #ddcb3d;
  --clA: #eddc5a;
  --clAW: #f9ea7b;
  --clW: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #eefcff;
  --clBGS: #ebf8f0;
  --clBGCV: #f7f5eb;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #333333;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower {
  position: relative;
}
.lower .blog.contents .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.lower .blog.contents .wrapper .mg {
  padding: 0 24px;
}
@media screen and (max-width:639px) {
  .lower .blog.contents .wrapper .mg {
    padding: 0;
  }
}
.lower .blog.contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower .blog.contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
}
.lower .blog.contents .wrapper .articleWrap .article:first-child {
  margin-top: 0;
}
.lower .blog.contents .wrapper .articleWrap .article h3 {
  color: #50ace5;
  margin: 0 0 1.5em;
  letter-spacing: 0.1em;
}
.lower .blog.contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower .blog.contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #50ace5;
}
.lower .blog.contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower .blog.contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower .blog.contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #50ace5;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower .blog.contents .wrapper .sideBox section div {
  padding: 0;
}
.lower .blog.contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower .blog.contents .wrapper .sideBox form {
  display: flex;
  gap: 4px;
}
.lower .blog.contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
}
.lower .blog.contents .wrapper .sideBox form .searchBtn {
  background-color: #50ace5;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower .blog.contents .wrapper {
    display: flex;
  }
  .lower .blog.contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower .blog.contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower .blog.contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower .blog.contents .wrapper .sideBox section {
    width: 275px;
  }
}

#pager {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  #pager {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  #pager {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#pager a {
  text-decoration: underline;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
#pager span.current a {
  text-decoration: none;
}
#pager .pager_prev a,
#pager .pager_last a {
  text-decoration: none;
}/*# sourceMappingURL=pages.css.map */