@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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --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 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width:639px) {
  .infomation h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .infomation h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .infomation h2 {
    font-size: 38px;
  }
}
@media screen and (min-width:1400px) {
  .infomation h2 {
    font-size: 40px;
  }
}
.infomation h2 small {
  display: block;
}
@media screen and (max-width:639px) {
  .infomation h2 small {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .infomation h2 small {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .infomation h2 small {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .infomation h2 small {
    font-size: 24px;
  }
}
.infomation .btn {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
@media screen and (max-width:639px) {
  .infomation .btn {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .infomation .btn {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .infomation .btn {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .infomation .btn {
    font-size: 15px;
  }
}
@media screen and (max-width:639px) {
  .infomation .btn {
    padding-left: 41px;
  }
}
@media screen and (min-width:640px) {
  .infomation .btn {
    padding-left: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .infomation .btn {
    padding-left: 45.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .infomation .btn {
    padding-left: 48px;
  }
}
@media screen and (max-width:639px) {
  .infomation .btn {
    padding-right: 41px;
  }
}
@media screen and (min-width:640px) {
  .infomation .btn {
    padding-right: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .infomation .btn {
    padding-right: 45.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .infomation .btn {
    padding-right: 48px;
  }
}
.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;
}

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

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .window-trouble {
  padding-bottom: 0;
  background: linear-gradient(180deg, #FBFBFB 0%, #D8E5EB 100%);
  position: relative;
}
@media screen and (max-width:639px) {
  .index .window-trouble {
    padding-top: 64px;
  }
}
@media screen and (min-width:640px) {
  .index .window-trouble {
    padding-top: 69.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .window-trouble {
    padding-top: 74.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .window-trouble {
    padding-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .window-trouble {
    padding-top: 88vw;
  }
}
.index .window-troubleInner {
  max-width: 1100px;
}
.index .window-trouble:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 32px;
  background: url("../img/cmn/bg-wave.svg") repeat-x;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 50;
}
.index .window-trouble h2 {
  color: var(--clPD);
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .window-trouble h2 {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .window-trouble h2 {
    font-size: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .window-trouble h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1400px) {
  .index .window-trouble h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .window-trouble h2 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:640px) {
  .index .window-trouble h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .window-trouble h2 {
    margin-bottom: 44px;
  }
}
@media screen and (min-width:1400px) {
  .index .window-trouble h2 {
    margin-bottom: 48px;
  }
}
.index .window-trouble .trouble-list {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width:639px) {
  .index .window-trouble .trouble-list {
    flex-wrap: wrap;
    gap: 16px 0px;
    margin: auto;
    margin-top: -20px;
    max-width: 350px;
  }
}
@media screen and (min-width:1025px) {
  .index .window-trouble .trouble-list {
    max-width: 960px;
    margin: auto;
  }
}
.index .window-trouble .trouble-list .trouble-item {
  color: var(--clPD);
  line-height: 1.2;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Shippori Antique B1", serif;
  background-image: url(../img/index/bg-trouble01.png);
  background-repeat: no-repeat;
  filter: drop-shadow(0px 2px 34px #CCE3EC);
  background-size: contain;
  background-position: center;
  position: relative;
}
@media screen and (max-width:639px) {
  .index .window-trouble .trouble-list .trouble-item {
    font-size: 18px;
  }
}
@media screen and (min-width:640px) {
  .index .window-trouble .trouble-list .trouble-item {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .window-trouble .trouble-list .trouble-item {
    font-size: 19.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .window-trouble .trouble-list .trouble-item {
    font-size: 20px;
  }
}
.index .window-trouble .trouble-list .trouble-item:nth-child(odd) {
  background-image: url(../img/index/bg-trouble02.svg);
}
@media screen and (min-width:640px) {
  .index .window-trouble .trouble-list .trouble-item {
    transform: scale(1.1);
  }
  .index .window-trouble .trouble-list .trouble-item:nth-child(1), .index .window-trouble .trouble-list .trouble-item:nth-child(5) {
    top: -80px;
  }
  .index .window-trouble .trouble-list .trouble-item:nth-child(2), .index .window-trouble .trouble-list .trouble-item:nth-child(4) {
    bottom: -80px;
  }
  .index .window-trouble .trouble-list .trouble-item:nth-child(2) {
    left: -25px;
  }
  .index .window-trouble .trouble-list .trouble-item:nth-child(4) {
    left: 25px;
  }
}
@media screen and (max-width:639px) {
  .index .window-trouble .trouble-list .trouble-item {
    font-size: clamp(16px, 5.87vw, 22px);
    filter: drop-shadow(0px 2px 9px #CCE3EC);
    width: 44vw;
    height: 45.23vw;
    max-width: 170px;
    max-height: 170px;
  }
  .index .window-trouble .trouble-list .trouble-item:nth-child(even) {
    top: 80px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .window-trouble .trouble-list .trouble-item {
    font-size: clamp(14px, 2.37vw, 18px);
  }
}
.index .window-trouble .trouble-list .trouble-item p {
  line-height: 1.2;
}
.index .window-trouble .trouble-illustration {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: -60px;
}
.index .window-trouble .trouble-illustration img {
  position: relative;
  z-index: 1;
  transform-origin: bottom;
  /* 下を基準に */
  transform: scale(0.9);
}
@media screen and (min-width:1400px) {
  .index .window-trouble .trouble-illustration img {
    transform: initial;
  }
}
@media screen and (max-width:639px) {
  .index .window-trouble .trouble-illustration img {
    transform: scale(0.8);
  }
}
.index .offer {
  background-color: #fff;
}
@media screen and (max-width:639px) {
  .index .offer {
    padding-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .offer {
    padding-top: 64px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer {
    padding-top: 72px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer {
    padding-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .offer {
    padding-bottom: 120px;
  }
}
@media screen and (min-width:640px) {
  .index .offer {
    padding-bottom: 126.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer {
    padding-bottom: 133.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer {
    padding-bottom: 140px;
  }
}
@media screen and (max-width:639px) {
  .index .offer {
    padding-bottom: 150px;
  }
}
.index .offer .offerInner h2 {
  color: var(--clP);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  gap: 8px;
}
@media screen and (max-width:639px) {
  .index .offer .offerInner h2 {
    font-size: 20px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner h2 {
    font-size: 21.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner h2 {
    font-size: 22.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner h2 {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner h2 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner h2 {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner h2 {
    margin-bottom: 40px;
  }
}
.index .offer .offerInner h2 strong img {
  width: 380px;
}
.index .offer .offerInner .offer-box {
  background-image: url(../img/index/bg_offer.png);
  border-radius: 40px;
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box {
    padding-top: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box {
    padding-top: 42.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box {
    padding-top: 61.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box {
    padding-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box {
    padding-bottom: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box {
    padding-bottom: 42.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box {
    padding-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box {
    padding-left: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box {
    padding-left: 69.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box {
    padding-left: 114.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box {
    padding-left: 160px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box {
    padding-right: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box {
    padding-right: 69.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box {
    padding-right: 114.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box {
    padding-right: 160px;
  }
}
.index .offer .offerInner .offer-box .offer-text {
  color: #fff;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0px 0px 16px 0px rgba(0, 111, 157, 0.6);
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box .offer-text {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box .offer-text {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box .offer-text {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box .offer-text {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box .offer-text strong {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box .offer-text strong {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box .offer-text strong {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box .offer-text strong {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box .offer-text:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box .offer-text:not(:last-child) {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box .offer-text:not(:last-child) {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box .offer-text:not(:last-child) {
    margin-bottom: 16px;
  }
}
.index .offer .offerInner .offer-box .offer-text strong.marker {
  background: linear-gradient(transparent 60%, #037bad 60%);
}
.index .offer .offerInner .offer-box .btn {
  padding: 20px;
  border-radius: 100px;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box .btn {
    margin-top: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box .btn {
    margin-top: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box .btn {
    margin-top: 38px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .offer .offerInner .offer-box .btn {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .offer .offerInner .offer-box .btn {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box .btn {
    font-size: 16px;
  }
}
@media screen and (min-width:1400px) {
  .index .offer .offerInner .offer-box .btn {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .index .offer .offerInner .offer-box .btn {
    padding: 20px 80px;
  }
}
.index .offer .offerInner .offer-box .btn:after {
  content: none;
}
.index .offer .offerInner .offer-box .btn:before {
  content: url(../img/cmn/ico_arrow_circle_clp.svg);
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.index .campaign {
  background-color: var(--clBGCV);
  color: var(--clA);
  padding-top: 0;
}
@media screen and (max-width:639px) {
  .index .campaign {
    margin-bottom: 64px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign {
    margin-bottom: 82.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign {
    margin-bottom: 101.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign {
    margin-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign {
    padding-bottom: 49px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign {
    padding-bottom: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign {
    padding-bottom: 53.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign {
    padding-bottom: 56px;
  }
}
.index .campaign .campaignInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .campaign .campaignInner h2 {
  text-align: center;
  position: relative;
  transform: translateY(-50%);
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 {
    font-size: 30px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner h2 {
    font-size: 33.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner h2 {
    font-size: 36.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 {
    margin-bottom: 13px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner h2 {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner h2 {
    margin-bottom: 17.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 {
    transform: translateY(-78%);
    margin-bottom: -30px;
  }
}
.index .campaign .campaignInner h2:before {
  content: "🎉";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2:before {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner h2:before {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner h2:before {
    font-size: 38px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner h2:before {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 span {
    display: inline-flex;
  }
}
.index .campaign .campaignInner h2 span:before, .index .campaign .campaignInner h2 span:after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--clA);
  width: 4px;
  height: 40px;
  margin: 0 0.7em;
  margin-top: -0.3em;
  vertical-align: middle;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 span:before, .index .campaign .campaignInner h2 span:after {
    position: absolute;
    margin: 0;
    height: 90px;
    background: var(--clAW);
  }
}
.index .campaign .campaignInner h2 span:before {
  transform: rotate(-15deg);
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 span:before {
    left: -27px;
  }
}
.index .campaign .campaignInner h2 span:after {
  transform: rotate(15deg);
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner h2 span:after {
    right: -27px;
  }
}
.index .campaign .campaignInner .campaign-period {
  color: var(--clText);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background-color: #fff;
  border-radius: 200px;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-period {
    padding-left: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-period {
    padding-left: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-period {
    padding-left: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-period {
    padding-left: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-period {
    padding-right: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-period {
    padding-right: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-period {
    padding-right: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-period {
    padding-right: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-period {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-period {
    margin-bottom: 37.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-period {
    margin-bottom: 46.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-period {
    margin-bottom: 56px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-period {
    width: 100%;
  }
}
.index .campaign .campaignInner .campaign-period .campaign-date {
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-period .campaign-date {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-period .campaign-date {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-period .campaign-date {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-period .campaign-date {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-period .campaign-date strong {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-period .campaign-date strong {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-period .campaign-date strong {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-period .campaign-date strong {
    font-size: 32px;
  }
}
.index .campaign .campaignInner .campaign-discount {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.index .campaign .campaignInner .campaign-discount .label {
  background-color: var(--clA);
  color: #fff;
  font-weight: 700;
  padding: 8px 24px;
  line-height: 1.2;
  border-radius: 100px;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .label {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .label {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .label {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .label {
    font-size: 24px;
  }
}
@media screen and (min-width:640px) and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .label {
    margin-right: 10px;
  }
}
@media screen and (min-width:640px) and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .label {
    margin-right: 20px;
  }
}
@media screen and (min-width:640px) and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .label {
    margin-right: 30px;
  }
}
@media screen and (min-width:640px) and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .label {
    margin-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .label {
    margin-bottom: 32px;
  }
}
.index .campaign .campaignInner .campaign-discount .discount-group {
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group {
    transform: scale(1.1);
  }
}
@media screen and (min-width:640px) and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group:not(:last-child) {
    margin-right: 21px;
  }
}
@media screen and (min-width:640px) and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .discount-group:not(:last-child) {
    margin-right: 22px;
  }
}
@media screen and (min-width:640px) and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .discount-group:not(:last-child) {
    margin-right: 23px;
  }
}
@media screen and (min-width:640px) and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .discount-group:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group:not(:last-child) {
    margin-bottom: 32px;
  }
}
.index .campaign .campaignInner .campaign-discount .discount-group .discount-size {
  position: relative;
  bottom: -0.05em;
  margin-right: -0.2em;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-size {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-size {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-size {
    font-size: 38px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-size {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-condition {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-condition {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-condition {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-condition {
    font-size: 24px;
  }
}
.index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-number {
  font-family: "Poppins", sans-serif;
  position: relative;
  bottom: -0.05em;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-number {
    font-size: 49px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-number {
    font-size: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-number {
    font-size: 53.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-number {
    font-size: 56px;
  }
}
.index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-percent {
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width:639px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-percent {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-percent {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-percent {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .campaign .campaignInner .campaign-discount .discount-group .discount-rate .discount-percent {
    font-size: 32px;
  }
}
.index .faq {
  background-color: var(--clBGP);
}
@media screen and (max-width:639px) {
  .index .faq {
    padding-top: 49px;
  }
}
@media screen and (min-width:640px) {
  .index .faq {
    padding-top: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq {
    padding-top: 53.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq {
    padding-top: 56px;
  }
}
@media screen and (max-width:639px) {
  .index .faq {
    margin-bottom: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .faq {
    margin-bottom: 106.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq {
    margin-bottom: 113.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq {
    margin-bottom: 120px;
  }
}
.index .faq h2 {
  line-height: 140%;
}
@media screen and (max-width:639px) {
  .index .faq h2 {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .faq h2 {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq h2 {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq h2 {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .faq h2 {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .index .faq h2 {
    margin-bottom: 46px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq h2 {
    margin-bottom: 51px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq h2 {
    margin-bottom: 56px;
  }
}
.index .faq h2:after {
  height: 2px;
  bottom: -7px;
}
@media screen and (min-width:640px) {
  .index .faq {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.index .faq .faqInner .faq-item {
  background-color: #fff;
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .faq .faqInner .faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.index .faq .faqInner .faq-item::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 0;
  background-image: url("../img/cmn/ico_faq_open.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .faq .faqInner .faq-item::after {
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item::after {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
.index .faq .faqInner .faq-item[open]:after {
  background-image: url("../img/cmn/ico_faq_close.svg");
}
.index .faq .faqInner .faq-item summary::-webkit-details-marker {
  display: none;
}
.index .faq .faqInner .faq-item .faq-question {
  list-style: none;
  display: flex;
  padding: 20px 0;
  position: relative;
  z-index: 80;
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item .faq-question {
    gap: 4px;
  }
}
@media screen and (min-width:640px) {
  .index .faq .faqInner .faq-item .faq-question {
    gap: 5.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq .faqInner .faq-item .faq-question {
    gap: 6.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq .faqInner .faq-item .faq-question {
    gap: 8px;
  }
}
.index .faq .faqInner .faq-item .faq-question p {
  font-weight: 700;
  line-height: 1.4;
  padding-right: 20px;
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item .faq-question p {
    font-size: 17px;
  }
}
@media screen and (min-width:640px) {
  .index .faq .faqInner .faq-item .faq-question p {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq .faqInner .faq-item .faq-question p {
    font-size: 20.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq .faqInner .faq-item .faq-question p {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq .faqInner .faq-item .faq-question p {
    padding-right: 50px;
  }
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item .faq-question p {
    padding-right: 40px;
  }
}
.index .faq .faqInner .faq-item .faq-answer {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  display: flex;
  gap: 8px;
}
.index .faq .faqInner .faq-item .faq-answer .faq-label {
  color: var(--clSD);
  position: relative;
}
@media screen and (min-width:640px) {
  .index .faq .faqInner .faq-item .faq-answer .faq-label {
    top: 3px;
  }
}
.index .faq .faqInner .faq-item .faq-answer p {
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-item .faq-answer p {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .faq .faqInner .faq-item .faq-answer p {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq .faqInner .faq-item .faq-answer p {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq .faqInner .faq-item .faq-answer p {
    font-size: 20px;
  }
}
.index .faq .faqInner .faq-item .faq-answer a {
  color: #2992DD;
}
.index .faq .faqInner .faq-label {
  color: var(--clP);
  width: 40px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-label {
    font-size: 29px;
  }
}
@media screen and (min-width:640px) {
  .index .faq .faqInner .faq-label {
    font-size: 32.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .faq .faqInner .faq-label {
    font-size: 36.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .index .faq .faqInner .faq-label {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .faq .faqInner .faq-label {
    width: 28px;
  }
}
.index .faq .faqInner p {
  flex: 1;
}

.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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --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;
  height: 700px;
  color: var(--clBG);
  background-color: var(--clP);
}
@media screen and (min-width:1400px) {
  .mainImg {
    height: 700px;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    background-image: url(../../assets/img/index/kv-img_sp.png);
    background-position: center top;
    height: 100vw;
    margin-top: -10px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    height: 700px;
  }
}
.mainImgInner {
  height: 100%;
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:639px) {
  .mainImgInner {
    transform: translateY(63vw);
    z-index: 98;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner h2 {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  .mainImgInner h2 img {
    width: 100%;
    max-width: 500px;
    position: relative;
    right: -3px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner h2 {
    margin-bottom: 80px;
    margin-left: -10px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner h2 {
    margin-bottom: 80px;
    margin-left: -20px;
  }
}
.mainImgInner .photo01,
.mainImgInner .photo02 {
  position: absolute;
}
.mainImgInner .photo01 {
  right: 0;
  bottom: 0;
}
@media screen and (min-width:1025px) {
  .mainImgInner .photo01 {
    bottom: 30px;
    width: 25vw;
    max-width: 340px;
  }
}
@media screen and (min-width:1400px) {
  .mainImgInner .photo01 {
    max-width: 367px;
    width: 32vw;
    right: -30px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .photo01 {
    bottom: 30px;
    width: 27.5vw;
    min-width: 220px;
    max-width: 240px;
    right: 0.2vw;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .photo01 {
    bottom: -16vw;
    width: 40vw;
  }
}
.mainImgInner .photo02 {
  left: 0;
  bottom: 0;
}
@media screen and (min-width:1025px) {
  .mainImgInner .photo02 {
    bottom: 90px;
    left: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(140px) translateX(-390px);
  }
}
@media screen and (min-width:1400px) {
  .mainImgInner .photo02 {
    width: 210px;
    left: 80px;
    bottom: 80px;
    top: auto;
    right: auto;
    transform: none;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .photo02 {
    bottom: 50px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .photo02 {
    bottom: -16vw;
    width: 35vw;
  }
}

.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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower header {
  position: relative;
}

.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: 28px;
  }
}
@media screen and (min-width:640px) {
  .pageTtl h2 {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .pageTtl h2 {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .pageTtl h2 {
    font-size: 32px;
  }
}

.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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .section-tel .phone-info .phone-numbers {
  display: flex;
  justify-content: center;
  gap: 24px 12px;
  flex-wrap: wrap;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .phone-numbers {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .phone-numbers {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .phone-numbers {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .phone-numbers {
    margin-bottom: 40px;
  }
}
.lower .contact .section-tel .phone-info .phone-numbers .phone-number {
  display: flex;
  gap: 8px;
}
.lower .contact .section-tel .phone-info .phone-numbers .phone-number a {
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .phone-numbers .phone-number a {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .phone-numbers .phone-number a {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .phone-numbers .phone-number a {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .phone-numbers .phone-number a {
    font-size: 24px;
  }
}
.lower .contact .section-tel .phone-info .phone-numbers .phone-number small {
  color: var(--clTextW);
  margin-left: -10px;
}
.lower .contact .section-tel .phone-info .contact-hours {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours {
    padding: 24px 12px;
  }
}
.lower .contact .section-tel .phone-info .contact-hours .contact-hours-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row {
    gap: 4px;
  }
}
.lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-label {
  background-color: var(--clP);
  color: #fff;
  padding: 0px 4px;
  border-radius: 4px;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-label {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-label {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-label {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-label {
    font-size: 15px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-label {
    line-height: 1;
    padding: 3px 3px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-time {
    font-size: 15px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-time {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-time {
    font-size: 17px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-time {
    font-size: 18px;
  }
}
.lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-note {
  margin-left: -13px;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-note {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-note {
    font-size: 11px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-note {
    font-size: 12px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-note {
    font-size: 13px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-row .contact-hours-note {
    margin-left: -8px;
  }
}
.lower .contact .section-tel .phone-info .contact-hours .contact-hours-comment {
  text-align: center;
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-comment {
    font-size: 12px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-comment {
    font-size: 13.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-comment {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-comment {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-tel .phone-info .contact-hours .contact-hours-comment br {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-mailform-text p {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-text p {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-mailform-text p {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-mailform-text p {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .section-mailform-text p:not(:last-child) {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-text p:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-mailform-text p:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-mailform-text p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@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;
}
@media screen and (max-width:639px) {
  .lower .contact .section-mailform-info small {
    margin-top: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info small {
    margin-top: 26.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .section-mailform-info small {
    margin-top: 29.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .section-mailform-info small {
    margin-top: 32px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .formBtn-confirm {
    margin-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .formBtn-confirm {
    margin-top: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .formBtn-confirm {
    margin-top: 61.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .formBtn-confirm {
    margin-top: 64px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .formBtn-confirm .contact-form__btn {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .formBtn-confirm .contact-form__btn {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .formBtn-confirm .contact-form__btn {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .formBtn-confirm .contact-form__btn {
    margin-bottom: 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 {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy h3 {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .privacy-policy h3 {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .privacy-policy h3 {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .privacy-policy h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy h4 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .privacy-policy h4 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .privacy-policy h4 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .privacy-policy h4 {
    font-size: 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 New", sans-serif;
  border: 2px solid #90a9b3;
  padding: 12px;
  border-radius: 3px;
  color: #262a2c;
  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: #90a9b3;
}
.lower .contact ::placeholder {
  color: #90a9b3;
}
.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 #57b7de;
  border-radius: 4px;
  color: #57b7de;
  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-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .primary {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .contact-box a .primary {
    font-size: 24px;
  }
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Poppins", 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: #262a2c;
}
.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: #57b7de;
  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: #262a2c;
  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 {
  text-align: center;
}
.lower .contact .thanks h3 {
  text-align: center;
}
@media screen and (max-width:639px) {
  .lower .contact .thanks .txtC {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .lower .contact .thanks .txtC {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .txtC {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .contact .thanks .txtC {
    font-size: 15px;
  }
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #262a2c;
  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: #262a2c;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #57b7de;
  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: #57b7de;
  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);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .company .greeting-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: auto;
}
@media screen and (max-width:639px) {
  .lower .company .greeting-content .greeting-photo {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower .company .greeting-content .greeting-photo {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower .company .greeting-content .greeting-photo {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower .company .greeting-content .greeting-photo {
    margin-bottom: 40px;
  }
}
.lower .company .greeting-content .greeting-text p {
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .lower .company .greeting-content .greeting-text p {
    margin-bottom: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .lower .company .greeting-content .greeting-text p {
    margin-bottom: 19px;
  }
}
@media screen and (min-width:1025px) {
  .lower .company .greeting-content .greeting-text p {
    margin-bottom: 19.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower .company .greeting-content .greeting-text p {
    margin-bottom: 20px;
  }
}
.lower .company .section-company .sectionInner {
  max-width: 640px;
  margin: auto;
  margin-right: auto;
  margin-left: auto;
}
.lower .company .section-access iframe {
  width: 100%;
  height: 55vh;
  max-height: 500px;
}

.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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .flow .process-section .sectionInner {
  margin: auto;
}
.lower .flow .process-section .sectionInner .process-item {
  position: relative;
}
@media screen and (max-width:639px) {
  .lower .flow .process-section .sectionInner .process-item {
    margin-bottom: 88px;
  }
}
@media screen and (min-width:640px) {
  .lower .flow .process-section .sectionInner .process-item {
    margin-bottom: 90.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .flow .process-section .sectionInner .process-item {
    margin-bottom: 93.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .flow .process-section .sectionInner .process-item {
    margin-bottom: 96px;
  }
}
.lower .flow .process-section .sectionInner .process-item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 25px;
  background: url("../img/cmn/ico_arrow_down_clpw.svg") no-repeat center/contain;
}
.lower .flow .process-section .sectionInner .process-item .heading02 small {
  font-size: 0.6em;
  font-family: "Poppins", sans-serif;
  display: block;
}
.lower .flow .process-section .sectionInner .process-item .process-content {
  display: flex;
  position: relative;
}
@media screen and (max-width:639px) {
  .lower .flow .process-section .sectionInner .process-item .process-content {
    gap: 20px;
  }
}
@media screen and (min-width:640px) {
  .lower .flow .process-section .sectionInner .process-item .process-content {
    gap: 21.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower .flow .process-section .sectionInner .process-item .process-content {
    gap: 22.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower .flow .process-section .sectionInner .process-item .process-content {
    gap: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower .flow .process-section .sectionInner .process-item .process-content {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.lower .flow .process-section .sectionInner .process-item .process-content .process-text {
  flex: 1;
}
.lower .flow .process-section .sectionInner .process-item .process-content .process-photo {
  flex-shrink: 0;
}
@media screen and (min-width:640px) {
  .lower .flow .process-section .sectionInner .process-item .process-content .process-photo {
    flex-basis: 30%;
  }
}
.lower .flow .process-section .sectionInner .process-item .process-content .process-photo img {
  width: 100%;
}

.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: #037bad;
  --clP: #57b7de;
  --clPW: #98d7f1;
  --clSD: #827300;
  --clS: #ffe943;
  --clSW: #ffef78;
  --clAD: #ab4400;
  --clA: #eb6f1d;
  --clAW: #f88437;
  --clW: #ffffff;
  --clBGG: #f3f3f3;
  --clBGP: #f2fbff;
  --clBGS: #fffce7;
  --clBGCV: #fef3ec;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #262a2c;
  --clTextW: #90a9b3;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .products .products-section .sectionInner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .products .products-section .sectionInner ul {
    max-width: 600px;
  }
}
.lower .products .products-section .sectionInner ul li {
  background-color: var(--clBGP);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--clPD);
}
@media screen and (max-width:639px) {
  .lower .products .products-section .sectionInner ul li {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .lower .products .products-section .sectionInner ul li {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower .products .products-section .sectionInner ul li {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower .products .products-section .sectionInner ul li {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .products .products-section .sectionInner ul li {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width:639px) {
  .lower .products .products-section .sectionInner ul li {
    padding: 10px;
    flex-basis: 40vw;
    height: auto;
    aspect-ratio: 1/1;
    white-space: nowrap;
    max-width: 160px;
  }
}
.lower .products .price-section .sectionInner {
  max-width: 640px;
}
@media screen and (min-width:640px) {
  .lower .products .price-section .sectionInner .heading02 span {
    border-bottom: none;
  }
}
.lower .products .price-section .sectionInner table {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .products .price-section .sectionInner table {
    border-top: 1px solid var(--clBD);
    border-bottom: 1px solid var(--clBD);
  }
}
@media screen and (min-width:640px) {
  .lower .products .price-section .sectionInner table tr:not(:last-child) th,
  .lower .products .price-section .sectionInner table tr:not(:last-child) td {
    border-bottom: 1px solid var(--clBD);
  }
}
.lower .products .price-section .sectionInner table tr th,
.lower .products .price-section .sectionInner table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower .products .price-section .sectionInner table tr th,
  .lower .products .price-section .sectionInner table tr td {
    display: block;
    width: 100%;
    padding: 12px;
  }
}
.lower .products .price-section .sectionInner table tr th {
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .lower .products .price-section .sectionInner table tr th {
    text-align: center;
    background-color: var(--clP);
    color: #fff;
    font-weight: 700;
  }
}
.lower .products .price-section .sectionInner table tr td {
  text-align: right;
  color: var(--clP);
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .lower .products .price-section .sectionInner table tr td {
    text-align: center;
  }
}/*# sourceMappingURL=pages.css.map */