@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, canvas, time {
  display: block;
}

button, input, optgroup, select, textarea, figure {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, blockquote, figure {
  margin: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

body,
button {
  font-family: 'Noto Sans JP', sans-serif;
}

a,
button {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
}
table th,
table td {
  border-bottom: 1px solid #000;
}

.main {
  min-height: 500px;
}
.inner {
  padding-left: calc(10vw / 3) !important;
  padding-right: calc(10vw / 3) !important;
}
.container-sm {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wrapper {
  background-color: #dceef0;
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  .inner {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .container {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wrapper {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.cts-title {
  color: #738b95;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
.cts-title em {
  display: inline-block;
  background: linear-gradient(90deg, #7bbbd7 0%, #d5aedd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.25;
  text-wrap: balance;
}
.cts-txt {
  line-height: 2;
}
.cts-rounded {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .cts-rounded {
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .cts-title {
    font-size: 34px;
    line-height: 1.5;
  }
  .cts-title em {
    font-size: 40px;
  }
}
.sec-intro {
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.sec-intro .cts-image {
  max-width: 600px;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.sec-intro .cts-image::before {
  content: '';
  display: block;
  max-width: 640px;
  width: 100vw;
  aspect-ratio: 250 / 281;
  background-image: url(./img/bg-intro-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sec-intro .cts-ttl {
  color: #fff;
  font-size: 20px;
  margin-top: 45px;
  text-align: center;
  text-wrap: balance;
  -webkit-text-stroke: 4px #738b95;
  paint-order: stroke;
}
.sec-intro .cts-title em {
  font-size: 26px;
}
.sec-intro .cts-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 84px);
  gap: 10px 20px;
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}
.sec-intro .cts-item {
  text-align: center;
}
.sec-intro .cts-name {
  color: #738b95;
}
@media screen and (min-width: 640px) {
  .sec-intro .cts-image::before {
    max-width: 1400px;
    aspect-ratio: 1400 / 937;
    background-image: url(./img/bg-intro-pc.png);
  }
}
@media screen and (min-width: 960px) {
  .sec-intro {
    margin-top: -50px;
  }
  .sec-intro .cts-image {
    max-width: none;
    margin-top: 80px;
  }
  .sec-intro .cts-ttl {
    font-size: 34px;
    margin-top: 100px;
    line-height: 2;
    -webkit-text-stroke: 6px #738b95;
  }
  .sec-intro .cts-title em {
    font-size: 46px;
    line-height: 2;
  }
  .sec-intro .cts-list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    column-gap: 10px;
    margin-top: 32px;
  }
  .sec-intro .cts-icon img {
    width: 140px;
  }
  .sec-intro .cts-name {
    font-size: 20px;
    margin-top: 15px;
  }
}
.sec-bg {
  background-image: linear-gradient(180deg, rgba(220, 238, 240, 1), rgba(220, 238, 240, 0)), linear-gradient(0deg, rgba(220, 238, 240, 1), rgba(220, 238, 240, 0));
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% 150px;
  background-color: #fff;
}
.sec-bg-w {
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .sec-bg {
    background-size: 100% 300px;
  }
}
.cts-def-c {
  padding: 0 12px;
  margin-top: 14px;
}
.cts-def dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cts-def dt em {
  color: #738b95;
  font-style: normal;
}
.cts-def dt span {
  display: inline-block;
}
.cts-def dd {
  margin-top: 16px;
  line-height: 2;
}
.cts-def-c dd {
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .cts-def dt {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .cts-def-c {
    padding: 0;
  }
  .cts-def dt {
    font-size: 24px;
  }
  .cts-def-c dt {
    text-align: center;
    line-height: 2;
  }
  .cts-def dd {
    margin-top: 18px;
  }
  .cts-def-c dd {
    margin-top: 12px;
  }
}
.sec-main01 {
  margin-top: 60px;
}
.sec-main01 .cts-def-c {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.sec-main01 .cts-image {
  margin: 22px calc(-10vw / 3) 0;
  margin-top: 22px;
}
.sec-main01 .cts-catch {
  width: 93%;
  background: linear-gradient(90deg, #aad9ef 0%, #d5bed9 100%);
  background: linear-gradient(
    90deg,
    hsl(199deg 68% 80%) 0%,
    hsl(206deg 68% 82%) 17%,
    hsl(213deg 64% 83%) 33%,
    hsl(224deg 54% 84%) 50%,
    hsl(242deg 41% 84%) 67%,
    hsl(265deg 34% 82%) 83%,
    hsl(291deg 26% 80%) 100%
  );
  border-radius: 52px;
  padding: 34px 25px;
  margin: -32px auto 0;
  position: relative;
}
.sec-main01 .cts-catch::before {
  content: '';
  border-bottom: 20px solid hsl(224deg 54% 84%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sec-main01 .cts-catch dt {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.sec-main01 .cts-catch dt span {
  font-size: 1.2em;
  line-height: 1.25;
}
.sec-main01 .cts-catch dt span br {
  display: none;
}
.sec-main01 .cts-catch dd {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  line-height: 2;
}
.sec-main01 .cts-row {
  display: grid;
  row-gap: 24px;
  margin-top: 40px;
}
.sec-main01 .cts-img {
  text-align: center;
}
.sec-main01 .cts-row .cts-def dt {
}
@media screen and (min-width: 640px) {
  .sec-main01 .cts-catch {
    max-width: 870px;
    border-radius: 9999px;
    padding: 22px 30px 35px;
    margin-top: -67px;
  }
  .sec-main01 .cts-catch::before {
    border-bottom-width: 30px;
    border-left-width: 16px;
    border-right-width: 16px;
  }
}
@media screen and (min-width: 960px) {
  .sec-main01 .cts-def-c dd {
    line-height: 1.5;
  }
  .sec-main01 .cts-image {
    margin: 45px 0 0;
  }
  .sec-main01 .cts-image img {
    border-radius: 30px;
  }
  .sec-main01 .cts-catch dt {
    font-size: 20px;
  }
  .sec-main01 .cts-catch dt span br {
    display: inline;
  }
  .sec-main01 .cts-catch dd {
    line-height: 1.5;
  }
  .sec-main01 .cts-row {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }
  .sec-main01 .cts-row .cts-def {
    padding-left: 50px;
  }
  .sec-main01 .cts-row .cts-def dt {
    line-height: calc(5 / 3);
  }
  .sec-main01 .cts-row .cts-def dd {
    margin-top: 16px;
  }
}
.sec-main02 {
  padding: 0 calc(20vw / 3);
  margin-top: 44px;
}
.sec-main02 .cts-def-c {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.sec-main02 .cts-row {
  display: grid;
  row-gap: 20px;
  margin-top: 22px;
}
.sec-main02 .cts-img {
  width: 76%;
}
.sec-main02 .cts-img:nth-of-type(even) {
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .sec-main02 {
    margin-top: 88px;
  }
  .sec-main02 .cts-row {
    grid-auto-flow: column;
    column-gap: 20px;
    margin-top: 42px;
  }
  .sec-main02 .cts-img {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .sec-main02 .cts-title em {
    line-height: 1;
  }
}
.sec-sub {
  padding-bottom: 15px;
  margin-top: 52px;
}
.sec-sub .cts-row {
  display: grid;
  row-gap: 20px;
  margin-bottom: 55px;
}
.sec-sub .cts-row .cts-text {
  padding: 0 12px;
}
.sec-sub .cts-row .cts-txt {
  margin-top: 12px;
}
.sec-sub .cts-image {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .sec-sub {
    padding-bottom: 64px;
    margin-top: 80px;
  }
  .sec-sub .cts-row {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
  .sec-sub .cts-row .cts-text {
    padding: 0 24px;
  }
  .sec-sub section:nth-of-type(even) .cts-row .cts-text {
    order: 1;
  }
  .sec-sub .cts-row .cts-txt {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-space {
  padding-top: 1px;
}
.sec-space .cts-row {
  display: grid;
  justify-items: center;
  row-gap: 30px;
  margin-top: -30px;
}
.sec-space .cts-image {
  max-width: 262px;
}
@media screen and (min-width: 640px) {
  .sec-space .cts-row {
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin-top: -50px;
  }
  .sec-space .cts-image {
    max-width: none;
  }
  .sec-space .cts-def {
    max-width: 330px;
  }
}
.sec-ass {
  margin: 55px 0 -50px;
  position: relative;
  z-index: 1;
}
.sec-ass .cts-def {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.sec-ass .cts-def dt br {
  display: none;
}
.sec-ass .cts-image {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .sec-ass {
    margin-bottom: -80px;
  }
  .sec-ass .cts-def dt br {
    display: inline;
  }
  .sec-ass .cts-image {
    margin-top: 32px;
  }
}
.sec-zerog {
  background-image: url(./img/bg-zerog-sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 305px;
  position: relative;
}
.sec-zerog .cts-def {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.sec-zerog .cts-catch {
  width: 87%;
  color: #fff;
  background: linear-gradient(90deg, #aad9ef 0%, #d5bed9 100%);
  background: linear-gradient(
    90deg,
    hsl(199deg 68% 80%) 0%,
    hsl(206deg 68% 82%) 17%,
    hsl(213deg 64% 83%) 33%,
    hsl(224deg 54% 84%) 50%,
    hsl(242deg 41% 84%) 67%,
    hsl(265deg 34% 82%) 83%,
    hsl(291deg 26% 80%) 100%
  );
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 9999px;
  padding: 15px 30px;
  text-align: center;
  line-height: calc(17 / 12);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.sec-zerog .cts-catch::before {
  content: '';
  border-bottom: 20px solid hsl(224deg 54% 84%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .sec-zerog {
    background-image: url(./img/bg-zerog-pc.jpg);
    background-position: left 30% bottom;
    padding-top: 150px;
    padding-bottom: 610px;
  }
  .sec-zerog .cts-catch {
    max-width: 800px;
    padding: 11px 24px;
  }
  .sec-zerog .cts-catch::before {
    border-bottom-width: 30px;
    border-left-width: 16px;
    border-right-width: 16px;
  }
}
@media screen and (min-width: 960px) {
  .sec-zerog .cts-catch {
    font-size: 24px;
  }
}
.sec-other {
  display: grid;
  row-gap: 62px;
  padding: 92px calc(20vw / 3) 64px;
}
.sec-other .cts-row {
  display: grid;
  justify-items: center;
  row-gap: 24px;
}
.sec-other .cts-row:nth-of-type(1) .cts-image {
  max-width: 262px;
}
.sec-other .cts-row:nth-of-type(2) .cts-image {
  max-width: 180px;
}
@media screen and (min-width: 640px) {
  .sec-other {
    row-gap: 90px;
    padding: 104px 32px;
  }
  .sec-other .cts-row {
    width: 100%;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .sec-other .cts-row:nth-of-type(odd) .cts-image {
    order: 1;
  }
  .sec-other .cts-row:nth-of-type(1) .cts-image,
  .sec-other .cts-row:nth-of-type(2) .cts-image {
    max-width: none;
  }
  .sec-other .cts-row:nth-of-type(1) .cts-def {
    max-width: 340px;
  }
  .sec-other .cts-row:nth-of-type(2) .cts-def {
    max-width: 400px;
  }
}
.sec-detail {
  padding: 60px 0;
}
.sec-detail section:not(:first-of-type) {
  margin-top: 60px;
}
.sec-detail .cts-image {
  margin-top: 25px;
  text-align: center;
}
.sec-detail .cts-txt {
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
.sec-spec .cts-txt {
  text-align: left;
}
.sec-size .cts-txt {
  text-wrap: balance;
}
@media screen and (min-width: 960px) {
  .sec-detail {
    padding: 90px 32px;
  }
  .sec-detail section:not(:first-of-type) {
    margin-top: 80px;
  }
  .sec-detail .cts-image {
    margin-top: 55px;
  }
  .sec-detail .cts-txt {
    font-size: 16px;
  }
}
.cts-table {
  border-color: #738b95;
  margin-top: 30px;
}
.cts-table th,
.cts-table td {
  display: block;
  border-color: #738b95;
  padding: 8px 20px;
  letter-spacing: 0;
}
.cts-table th {
  background-color: #e3f1f3;
}
@media screen and (min-width: 640px) {
  .cts-table {
    max-width: 900px;
    margin: 20px auto 0;
  }
  .cts-table th,
  .cts-table td {
    display: table-cell;
    padding: 8px 40px;
  }
  .cts-table th {
    width: 350px;
    text-align: left;
  }
}
.sec-precautions {
  padding: 0 calc(20vw / 3);
}
.sec-precautions .cts-ttl {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-auto-flow: column;
  column-gap: 6px;
  font-size: 22px;
}
.sec-precautions .cts-ttl::before {
  content: '';
  display: inline-block;
  width: 24px;
  aspect-ratio: 16 / 15;
  background-image: url(./img/icon-precautions.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-precautions .cts-note {
  font-size: 16px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: center;
}
.sec-precautions .cts-txt {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .sec-precautions .cts-ttl {
    column-gap: 12px;
    font-size: 28px;
  }
  .sec-precautions .cts-ttl::before {
    width: 32px;
  }
  .sec-precautions .cts-note {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.sec-footer {
  margin-top: 70px;
  padding-bottom: 110px;
}
.sec-footer .cts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  color: #fff;
  background: linear-gradient(
    90deg,
    hsl(199deg 68% 80%) 0%,
    hsl(206deg 68% 82%) 17%,
    hsl(213deg 64% 83%) 33%,
    hsl(224deg 54% 84%) 50%,
    hsl(242deg 41% 84%) 67%,
    hsl(265deg 34% 82%) 83%,
    hsl(291deg 26% 80%) 100%
  );
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  font-weight: bold;
  border-radius: 9999px;
  padding: 18px 0;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sec-footer .cts-tel {
  font-size: 24px;
  font-weight: bold;
  margin-top: 42px;
  text-align: center;
}
.sec-footer .cts-tel span {
  display: inline-block;
}
.sec-footer .cts-tel .large {
  font-size: 1.5em;
  margin-top: 2px;
}
.sec-footer .cts-tel .small {
  font-size: 0.75em;
}
.sec-footer .cts-logo {
  margin-top: 45px;
  text-align: center;
}
.sec-footer .cts-logo img {
  width: 250px;
}
.sec-footer .cts-copy {
  display: block;
  font-size: 10px;
  margin-top: 16px;
  text-align: center;
}
.sec-footer .cts-fixed {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  max-width: calc(100% - 60px);
  min-height: 60px;
  color: #fff;
  background-color: #ff8800;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px 0 0 0;
  padding: 5px 15px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec-footer .cts-fixed::before {
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(./img//side-ec.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .sec-footer .cts-btn {
    max-width: 600px;
    font-size: 32px;
    padding: 38px 0;
  }
  .sec-footer .cts-tel {
    font-size: 32px;
    margin-top: 90px;
  }
  .sec-footer .cts-logo {
    margin-top: 80px;
  }
  .sec-footer .cts-logo img {
    width: 334px;
  }
  .sec-footer .cts-copy {
    font-size: 12px;
  }
  .sec-footer .cts-fixed {
    column-gap: 12px;
		min-height: 100px;
		font-size: 22px;
		padding: 10px 20px;
	}
	.sec-footer .cts-fixed::before {
		width: 66px;
		height: 66px;
	}
}
