@charset "shift_jis";

html {
  color: #333;
  background-color: #fff;
}

html.is-fixed {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

a > img {
  transition: opacity .2s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

em {
  font-weight: bold;
}

body.rwd strong {
  font-weight: inherit;
  color: #ff8a00;
}

body.rwd button {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "u6e38u30b4u30b7u30c3u30afu4f53", YuGothic, "u6e38u30b4u30b7u30c3u30af Medium", "Yu Gothic Medium", "u6e38u30b4u30b7u30c3u30af", "Yu Gothic", sans-serif;
}

#content {
  font-family: "u6e38u30b4u30b7u30c3u30afu4f53", YuGothic, "u6e38u30b4u30b7u30c3u30af Medium", "Yu Gothic Medium", "u6e38u30b4u30b7u30c3u30af", "Yu Gothic", sans-serif;
  margin-bottom: 25px;
}

@media only screen and (max-width: 736px) {
  body.rwd #content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 736px) {
  #content {
    margin-bottom: 0;
  }
}

.page {
  font-size: 113.625%;
}

.page *,
.page *::before,
.page *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

@media only screen and (max-width: 990px) {
  .page {
    overflow: hidden;
  }
}

p {
  line-height: 1.8;
}

#main p {
  margin-bottom: 0;
}

#footer p + * {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

[class^="inner-vertical-"] > [class^="inner"]:last-child {
  padding-bottom: 0;
}

.inner-vertical-01 {
  padding: 60px 0;
}

@media only screen and (max-width: 736px) {
  .inner-vertical-01 {
    padding: 30px 0;
  }
}

.inner-vertical-02 {
  padding: 40px 0 40px;
}

@media only screen and (max-width: 736px) {
  .inner-vertical-02 {
    padding: 30px 0;
  }
}

.inner-vertical-03 {
  padding: 60px 0;
}

@media only screen and (max-width: 736px) {
  .inner-vertical-03 {
    padding: 30px 0 40px;
  }
}

.inner-vertical-04 {
  padding: 60px 0;
}

@media only screen and (max-width: 736px) {
  .inner-vertical-04 {
    padding: 40px 0;
  }
}

.inner-side-01 {
  padding: 0 63px;
}

@media only screen and (max-width: 736px) {
  .inner-side-01 {
    padding: 0;
  }
}

/* ----------------------------------------------------
  unique
---------------------------------------------------- */
@media only screen and (max-width: 736px) {
  .hdg-1 {
    margin: 0 -20px;
  }
}

/* ----------------------------------------------------
  module
---------------------------------------------------- */
.hdg-2-01 {
  font-size: 200%;
  line-height: 1.4;
}

.hdg-2-01 + * {
  margin-top: 30px;
}

@media only screen and (max-width: 736px) {
  .hdg-2-01 {
    font-size: 162.5%;
    text-align: center;
  }

  .hdg-2-01 + * {
    margin-top: 20px;
  }
}

.hdg-2-02 {
  padding: 10px 30px;
  font-size: 187.5%;
  color: #fff;
  line-height: 1.4;
  background: #42b7ff;
  border-radius: 6px 6px 0 0;
}

.hdg-2-02 + * {
  margin-top: 30px;
}

@media only screen and (max-width: 736px) {
  .hdg-2-02 {
    padding: 14px;
    font-size: 162.5%;
    text-align: center;
  }

  .hdg-2-02 + * {
    margin-top: 20px;
  }
}

.hdg-2-03 .hdg {
  font-size: 187.5%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.hdg-2-03 .hdg + * {
  margin-top: 5px;
}

.hdg-2-03 .shoulder {
  text-align: center;
}

.hdg-2-03 + * {
  margin-top: 30px;
}

@media only screen and (max-width: 736px) {
  .hdg-2-03 .hdg {
    font-size: 162.5%;
    line-height: 1.4;
  }

  .hdg-2-03 .hdg + * {
    margin-top: 8px;
  }
}

.hdg-2-04 {
  font-size: 200%;
  text-align: center;
}

.hdg-2-04 * {
  font-weight: bold;
}

.hdg-2-04 > span {
  position: relative;
  display: inline-block;
  padding: 4px 40px;
}

.hdg-2-04 > span::before,
.hdg-2-04 > span::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff8a00 transparent transparent transparent;
  border-width: 50px 5px 0 5px;
}

.hdg-2-04 > span::before {
  left: 12px;
  transform: rotate(-30deg);
}

.hdg-2-04 > span::after {
  right: 12px;
  transform: rotate(30deg);
}

.hdg-2-04 + * {
  margin-top: 20px;
}

.hdg-2-04.hdg-2-04--02 {
  margin: 30px 0 0;
}

.hdg-2-04.hdg-2-04--02 > span::before,
.hdg-2-04.hdg-2-04--02 > span::after {
  border-color: #42b7ff transparent transparent transparent;
}

@media only screen and (max-width: 736px) {
  .hdg-2-04 {
    font-size: 150%;
    line-height: 1.4;
  }

  .hdg-2-04 > span {
    padding: 0 30px;
  }

  .hdg-2-04 + * {
    margin-top: 10px;
  }

  .hdg-2-04.hdg-2-04--02 {
    margin: 20px 0 0;
  }
}

.hdg-3 {
  margin: 60px 0 30px;
  font-size: 187.5%;
  font-weight: normal;
  color: #2e93e9;
  line-height: 1.4;
  border-radius: 10px;
}

.hdg-3::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #42b7ff;
  border-radius: 10px;
}

@media only screen and (max-width: 736px) {
  .hdg-3 {
    font-size: 162.5%;
    margin-top: 30px;
  }
}

.txt-lead-01 {
  font-size: 162.5%;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 736px) {
  .txt-lead-01 {
    font-size: 125%;
    text-align: center;
  }
}

.txt-note-01 {
  font-size: 87.5%;
}

.lead-01 {
  margin: 20px 0 0;
  font-size: 87.5%;
  line-height: 1.4;
}

.link-list-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.link-list-01 > li {
  padding: 0 20px;
  margin-top: 10px;
}

.link-list-01 > li * {
  font-weight: bold;
}

.link-list-01 > li > a {
  display: block;
  color: #2e93e9;
  line-height: 1.8;
  text-align: center;
}

.link-list-01 > li > a:hover *,
.link-list-01 > li > a:focus *,
.link-list-01 > li > a:active * {
  text-decoration: underline;
}

.link-list-01 > li > a::before {
  position: relative;
  display: inline-block;
  content: "";
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #42b7ff;
  border-radius: 50%;
}

.link-list-01 > li > a > span {
  font-weight: bold;
}

.link-list-01 > li > a > span::before {
  position: relative;
  display: inline-block;
  content: "";
  top: -3px;
  left: -14px;
  width: 6px;
  height: 6px;
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.link-list-01 + * {
  margin-top: 20px;
}

@media only screen and (max-width: 736px) {
  .link-list-01 > li {
    margin-top: 15px;
    font-size: 87.5%;
  }

  .link-list-01 > li > a {
    line-height: 1.4;
  }
}

.link-list-02 {
  display: flex;
  margin: 5px 0 0;
}

.link-list-02.link-list-02-02 {
  justify-content: center;
}

.link-list-02 > li > a {
  display: flex;
  gap: 0 8px;
  position: relative;
  color: #2e93e9;
}

.link-list-02 > li > a:hover *,
.link-list-02 > li > a:focus *,
.link-list-02 > li > a:active * {
  text-decoration: underline;
}

.link-list-02 > li > a::before {
  position: relative;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #42b7ff;
  border-radius: 50%;
}

.link-list-02 > li > a::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 6px;
  width: 6px;
  height: 6px;
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.link-list-02 > li > a > span {
  font-weight: bold;
}

.link-list-02 + * {
  margin-top: 20px;
}

@media only screen and (max-width: 736px) {
  .link-list-02 {
    margin-top: 5px;
  }

  .link-list-02 > li {
    margin-top: 15px;
    font-size: 87.5%;
  }

  .link-list-02 > li > a {
    line-height: 1.4;
  }

  .link-list-02.link-list-02-02 {
    margin-top: 20px;
  }
}

.mv {
  margin-top: 10px;
}

@media only screen and (max-width: 736px) {
  .mv img {
    width: 100%;
  }
}

.btn-01 * {
  font-weight: bold;
}

.btn-01 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  font-size: 237.5%;
  color: #fff;
  line-height: 1.4;
  background: #ff8a00;
  border-radius: 6px;
  transition: background-color .2s;
}

.btn-01 > a > img {
  margin-right: 20px;
  width: auto;
}

.btn-01 > a .txt {
  display: block;
  width: 86.73740053%;
  text-align: center;
}

.btn-01 > a .small-txt {
  font-size: 42.1%;
  font-weight: normal;
  display: block;
  margin: 8px 0 0;
}

.btn-01 > a:hover,
.btn-01 > a:focus,
.btn-01 > a:active {
  background: rgba(255, 138, 0, .7);
}

.btn-01 + * {
  margin-top: 10px;
}

.btn-01.btn-01--02 > a {
  background-color: #42b7ff;
}

.btn-01 a .icon {
  display: block;
  text-align: center;
  min-width: 81px;
}

.btn-01 a sup {
  font-size: 52.631578947%;
  font-weight: normal;
}

@media only screen and (max-width: 736px) {
  .btn-01 > a {
    padding: 21px 20px;
    font-size: 162.5%;
    flex-direction: column;
  }

  .btn-01 > a > img {
    margin-right: 11px;
  }

  .btn-01 > a > img.icon-01 {
    width: 50px;
  }

  .btn-01 a .icon .icon-01 {
    width: 50px;
  }

  .btn-01 > a .txt {
    width: 100%;
    margin-top: 10px;
  }

  .btn-01 > a .small-txt {
    font-size: 53.846153846%;
  }
}

.list-01 > li {
  padding-left: 15px;
  position: relative;
  line-height: 1.8;
}

.list-01 > li::before {
  position: absolute;
  display: block;
  content: "";
  top: .67rem;
  left: 2px;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
}

.list-01 > li > .list-01 {
  margin: 0 0 0 12px;
}

.list-01 > li > .list-01 > li {
  padding-left: 11px;
  position: relative;
}

.list-01 > li > .list-01 > li::before {
  position: absolute;
  display: block;
  content: "";
  top: .5rem;
  left: 2px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: solid 1px #333;
  border-radius: 50%;
}

@media only screen and (max-width: 736px) {
  .list-01 > li::before {
    top: .7rem;
    left: 6px;
  }

  .list-01 > li > .list-01 {
    margin: 5px 0 8px 12px;
  }

  .list-01 > li > .list-01 > li {
    padding-left: 17px;
  }
}

.list-02 > li {
  font-size: 112.5%;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}

.list-02 > li + li {
  margin-top: 10px;
}

.list-02 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  background-color: #42b7ff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.list-02 + .list-note-01 {
  margin-top: 20px;
}

@media only screen and (max-width: 736px) {
  .list-02 + .list-note-01 {
    margin-top: 10px;
  }

  .list-note-01.list-note-01--type02 > li {
    font-size: 100%;
    line-height: 1.4;
  }

  .list-note-01.list-note-01--type02 > li + li {
    margin-top: 10px;
  }
}

.list-02 > li sup {
  font-size: 55.555555555%;
}

.list-merit-01 {
  padding: 0 45px;
  background: #fff;
  border-top: solid 4px #42b7ff;
  border-radius: 0 0 6px 6px;
}

.list-merit-01 > li {
  display: flex;
  padding: 60px 0;
}

.list-merit-01 > li + li {
  border-top: solid 1px #ccc;
}

.list-merit-01 > li > .txt {
  display: flex;
  flex: 1;
}

.list-merit-01 > li > .txt .icon {
  width: 88px;
}

.list-merit-01 > li > .txt .icon + * {
  margin: 0 0 0 30px;
}

.list-merit-01 > li > .txt .data {
  flex: 1;
}

.list-merit-01 > li > .txt .data .hdg {
  font-size: 30px;
  font-weight: bold;
  color: #2e93e9;
  line-height: 1.4;
}

.list-merit-01 > li > .txt .data .hdg * {
  font-weight: bold;
}

.list-merit-01 > li > .txt .data .hdg + * {
  margin: 20px 0 0 0;
}

.list-merit-01 > li > .txt .data p {
  line-height: 1.85;
}

.list-merit-01 > li > .img {
  max-width: calc(40% - 30px);
  margin: 0 0 0 30px;
}

.list-merit-01 + * {
  margin-top: 60px;
}

@media only screen and (max-width: 736px) {
  .list-merit-01 {
    padding: 0 20px;
  }

  .list-merit-01 > li {
    display: block;
    padding: 30px 0;
  }

  .list-merit-01 > li > .txt {
    display: block;
  }

  .list-merit-01 > li > .txt .icon {
    width: 70px;
    margin: 0 auto;
  }

  .list-merit-01 > li > .txt .icon + * {
    margin: 20px 0 0 0;
  }

  .list-merit-01 > li > .txt .data .hdg {
    font-size: 150%;
    text-align: center;
  }

  .list-merit-01 > li > .img {
    max-width: none;
    margin: 20px 0 0 0;
  }

  .list-merit-01 > li > .img > img {
    margin: 0 auto;
    width: 295px;
  }
}

.list-des-check-01 {
  margin-top: 20px;
}

.list-des-check-01 > dt {
  padding-left: 19px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.4;
  background: url("/keiyaku/zuttomotto/heartful/care/salivachecker/images/icon-check-01.png") top 4px left 0/18px no-repeat;
}

.list-des-check-01 > dd {
  line-height: 1.4;
}

@media only screen and (max-width: 736px) {
  .list-des-check-01 {
    text-align: center;
  }

  .list-des-check-01 > dt {
    display: inline-block;
  }
}

.list-label-01 {
  display: grid;
  max-width: 361px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 8px;
  margin-top: 12px;
}

.list-label-01 > li {
  padding: 7px 5px 6px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: #2e93e9;
  border-radius: 3px;
  white-space: nowrap;
}

.list-label-01 > li > .sub {
  font-size: 75%;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .list-label-01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: none;
  }

  .list-label-01 > li {
    width: 115px;
  }
}

.list-step-02 {
  position: relative;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

.list-step-02 > .item {
  position: relative;
  width: calc(100% / 3);
  padding: 0 16px;
}

.list-step-02 > .item::before,
.list-step-02 > .item::after {
  position: absolute;
  display: block;
  content: "";
}

.list-step-02 > .item::before {
  top: 33.5%;
  right: 4px;
  width: 12px;
  height: 21px;
  background: #999;
}

.list-step-02 > .item::after {
  top: 31.7%;
  right: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #999;
  border-width: 20px 19px;
}

.list-step-02 > .item:last-child::before,
.list-step-02 > .item:last-child::after {
  display: none;
}

.list-step-02 > .item .title .num {
  display: inline-block;
  padding: 4px 16px;
  margin-right: 17px;
  font-size: 125%;
  color: #fff;
  background: #ff8a00;
  border-radius: 6px;
}

.list-step-02 > .item .title .txt {
  font-size: 150%;
  font-weight: bold;
  color: #2e93e9;
  line-height: 1.6;
  vertical-align: middle;
}

.list-step-02 > .item .title + * {
  margin-top: 10px;
}

.list-step-02 > .item > .img {
  border-radius: 3px;
  overflow: hidden;
}

.list-step-02 > .item > .img > img {
  width: 100%;
}

.list-step-02 > .item > .img + * {
  margin-top: 23px;
}

.list-step-02 > .item > .bubble {
  position: relative;
  border: solid 2px #42b7ff;
  border-radius: 0 0 6px 6px;
}

.list-step-02 > .item > .bubble::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  left: calc(50% + 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #42b7ff transparent;
  border-width: 0 9px 16px 9px;
}

.list-step-02 > .item > .bubble .head {
  display: block;
  padding: 8px;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #42b7ff;
}

.list-step-02 > .item > .bubble .head * {
  font-weight: bold;
}

.list-step-02 > .item > .bubble .body {
  display: block;
  padding: 20px;
  font-size: 112.5%;
}

.list-step-02 > .item.step-03 > .bubble::before {
  left: 50%;
}

.list-step-02 > .item.step-03 > .bubble .head {
  line-height: 1.33333333333;
}

@media only screen and (max-width: 900px) {
  .list-step-02 > .item::before {
    top: 36.5%;
  }

  .list-step-02 > .item::after {
    top: 34.7%;
  }

  .list-step-02 > .item .title .txt {
    display: block;
    margin-top: 5px;
  }

  .list-step-02 > .item .title + * {
    margin-top: 11px !important;
  }
}

@media only screen and (max-width: 710px) {
  .list-step-02 {
    display: block;
  }

  .list-step-02 > .item {
    width: 100%;
  }

  .list-step-02 > .item + .item {
    margin-top: 49px;
  }

  .list-step-02 > .item::before {
    top: 100%;
    right: calc(50% - 10px);
    width: 20px;
    height: 21px;
  }

  .list-step-02 > .item::after {
    top: calc(100% + 22px);
    right: calc(50% - 19px);
    border-width: 18px 19px;
    transform: rotate(90deg);
  }

  .list-step-02 > .item .title .num {
    padding: 2px 13px 3px;
    margin-right: 8px;
    font-size: 112.5%;
  }

  .list-step-02 > .item .title .txt {
    display: inline-block;
    margin-top: 0;
  }

  .list-step-02 > .item .title + * {
    margin-top: 11px !important;
  }

  .list-step-02 > .item > .img {
    border-radius: 3px 3px 0 0;
  }

  .list-step-02 > .item > .img + * {
    margin-top: 0;
  }

  .list-step-02 > .item > .bubble::before {
    left: calc(50% - 8px);
    border-width: 15px 8px;
  }

  .list-step-02 > .item > .bubble .head {
    padding: 13px;
    font-size: 125%;
    line-height: 1.6;
  }

  .list-step-02 > .item > .bubble .body {
    padding: 15px 20px;
    font-size: 16px;
  }

  .list-step-02 > .item.step-03 > .bubble {
    right: 0;
    width: 100%;
  }
}

.list-num-01 > li {
  display: flex;
  padding: 24px 0;
}

.list-num-01 > li + li {
  position: relative;
}

.list-num-01 > li + li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 6px) top left/6px 1px repeat-x;
}

.list-num-01 > li:first-child {
  padding-top: 0;
}

.list-num-01 > li:last-child {
  padding-bottom: 0;
}

.list-num-01 > li > .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 162.5%;
  font-weight: bold;
  color: #fff;
  background: #42b7ff;
  border-radius: 50%;
}

.list-num-01 > li > .num + * {
  flex: 1;
  margin-left: 16px;
}

.list-num-01 > li .txt-01 {
  display: block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.4;
}

.list-num-01 > li .txt-01 * {
  font-weight: bold;
}

.list-num-01 > li .txt-01 + * {
  display: block;
  margin-top: 6px;
}

@media only screen and (max-width: 736px) {
  .list-num-01 > li {
    padding: 20px 0;
  }

  .list-num-01 > li > .num + * {
    margin-left: 20px;
  }

  .list-num-01 > li .txt-01 {
    font-size: 112.5%;
  }

  .list-num-01 > li .txt-01 + * {
    margin-top: 10px;
    line-height: 1.9;
  }
}

.list-note-01 > li {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}

.list-note-01 > li .mark {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
}

@media only screen and (max-width: 736px) {
  .list-note-01 > li {
    font-size: 87.5%;
    line-height: 1.45;
  }
}

.box-08 {
  background: #fff;
  border: solid 2px #42b7ff;
  border-radius: 6px;
}

.box-08 > .head {
  padding: 10px 26px;
  font-size: 187.5%;
  color: #fff;
  line-height: 1.4;
  background: #42b7ff;
}

.box-08 > .head > span {
  font-weight: bolder;
}

.box-08 > .body {
  padding: 24px 30px;
}

.box-08 + * {
  margin-top: 60px;
}

@media only screen and (max-width: 736px) {
  .box-08 > .head {
    padding: 14px;
    font-size: 162.5%;
    text-align: center;
  }

  .box-08 > .body {
    padding: 20px;
  }

  .box-08 + * {
    margin-top: 40px;
  }
}

.box-09 {
  background: #fff;
  border: solid 2px #42b7ff;
  border-radius: 6px;
  max-width: 640px;
  margin: 20px 0 0;
}

.box-09 > .head {
  padding: 2px 26px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  background: #42b7ff;
}

.box-09 > .head > span {
  font-weight: bold;
}

.box-09 > .body {
  padding: 20px 30px 12px;
}

.box-09 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 736px) {
  .box-09 {
    margin-top: 20px;
  }

  .box-09 > .head {
    padding: 6px 14px 4px;
    font-size: 100%;
    text-align: center;
    line-height: 1.4;
  }

  .box-09 > .body {
    padding: 20px 10px;
  }

  .box-09 + * {
    margin-top: 40px;
  }
}

.box-10 {
  background: #fff;
  border: solid 2px #42b7ff;
  border-radius: 6px;
  max-width: 640px;
  margin: 0 auto;
}

.box-10 > .head {
  padding: 10px 26px;
  font-size: 112.5%;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  background: #42b7ff;
}

.box-10 > .head > span {
  font-weight: bold;
}

.box-10 > .body {
  text-align: center;
  padding: 10px 30px;
}

.box-10 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 736px) {
  .box-10 > .head {
    padding: 10px;
    font-size: 112.5%;
    text-align: center;
  }

  .box-10 > .body {
    padding: 20px;
  }

  .box-10 + * {
    margin-top: 40px;
  }
}

.lyt-img-01 {
  display: flex;
}

.lyt-img-01 > .txt {
  flex: 1;
}

.lyt-img-01 > .img {
  max-width: calc(50% - 30px);
  margin: 0 0 0 30px;
}

.lyt-img-01 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 736px) {
  .lyt-img-01 {
    display: block;
  }

  .lyt-img-01 > .img {
    max-width: none;
    margin: 20px auto 0;
  }

  .lyt-img-01 > .img > img {
    margin: 0 auto;
  }

  .lyt-img-01 + * {
    margin-top: 30px;
  }
}

.lyt-column-01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.lyt-column-01 > .col {
  padding: 0 15px;
  display: flex;
}

.lyt-column-01.col2 > .col {
  width: 50%;
}

.lyt-column-01.col2 > .col:nth-child(n + 3) {
  margin-top: 20px;
}

.lyt-column-01.col4 > .col {
  width: 25%;
}

@media only screen and (max-width: 980px) {
  .lyt-column-01.col4 > .col {
    width: 50%;
  }

  .lyt-column-01.col4 > .col:nth-child(n + 3) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 736px) {
  .lyt-column-01 {
    margin-left: 0;
    margin-right: 0;
  }

  .lyt-column-01 > .col {
    padding: 0;
  }

  .lyt-column-01.col2 > .col {
    width: 100%;
  }

  .lyt-column-01.col2 > .col:nth-child(n + 2) {
    margin-top: 25px;
  }

  .lyt-column-01.col2 > .col .box-07 {
    margin-top: 12px;
  }

  .lyt-column-01.col4 > .col {
    width: 100%;
  }

  .lyt-column-01.col4 > .col:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.bg-01 {
  position: relative;
  z-index: 0;
}

.bg-01::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.bg-01::before {
  background: #e8faff;
}

.bg-02 {
  position: relative;
  z-index: 0;
}

.bg-02::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.bg-02::before {
  background: #f5f5f5;
}

.lyt-disclosure-01 {
  overflow: hidden;
  border-radius: 6px;
}

.lyt-disclosure-01 > .item > .ui {
  position: relative;
  width: 100%;
  padding: 12px 75px;
  font-size: 162.5%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: #42b7ff;
}

.lyt-disclosure-01 > .item > .ui * {
  font-weight: bold;
}

.lyt-disclosure-01 > .item .content {
  padding: 24px 30px;
  font-size: 112.5%;
  border: solid 6px #42b7ff;
  border-top: 0;
}

.lyt-disclosure-01 > .item .content p + p {
  margin-top: 24px;
}

.lyt-disclosure-01 + * {
  margin-top: 40px;
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui {
  padding: 0;
  font-size: initial;
  line-height: initial;
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui * {
  font-weight: bold;
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 18px);
  right: 24px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui > button {
  position: relative;
  width: 100%;
  padding: 12px 75px;
  font-size: 162.5%;
  color: #fff;
  line-height: 1.4;
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui > button::before,
[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui > button::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 2px);
  right: 32px;
  width: 20px;
  height: 4px;
  background: #42b7ff;
  transition: transform .3s;
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui [aria-expanded="false"]::before {
  transform: rotate(90deg);
}

[class^="js-enabled"] .lyt-disclosure-01 > .item > .ui [aria-expanded="true"]::before {
  transform: rotate(0);
}

@media only screen and (max-width: 736px) {
  .lyt-disclosure-01 > .item > .ui {
    padding: 12px 26px;
    font-size: 125%;
  }

  .lyt-disclosure-01 > .item .content {
    padding: 20px;
    font-size: 16px;
  }

  .lyt-disclosure-01 > .item .content p {
    line-height: 1.85;
  }

  .lyt-disclosure-01 > .item .content p + p {
    margin-top: 20px;
  }

  [class^="js-enabled"] .lyt-disclosure-01 > .item > .ui::before {
    top: calc(50% - 20px);
    right: 16px;
    width: 40px;
    height: 40px;
  }

  [class^="js-enabled"] .lyt-disclosure-01 > .item > .ui > button {
    min-height: 60px;
    padding: 10px 56px;
    font-size: 125%;
  }

  [class^="js-enabled"] .lyt-disclosure-01 > .item > .ui > button::before,
  [class^="js-enabled"] .lyt-disclosure-01 > .item > .ui > button::after {
    right: 25px;
    width: 21px;
  }
}

.f-nowrap {
  display: inline-block;
}

.f-nowrap-pc {
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  .f-nowrap-pc {
    display: inline;
  }
}

.pc-display {
  display: block;
}

@media only screen and (max-width: 736px) {
  .pc-display {
    display: none;
  }
}

.sp-display {
  display: none;
}

@media only screen and (max-width: 736px) {
  .sp-display {
    display: block;
  }
}

.ta-c {
  text-align: center;
}

.mt-00 {
  margin-top: 0 !important;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: calc(100% - 80px);
  height: 623px;
  margin: 20px auto 0;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 736px) {
  .movie-wrap {
    width: 100%;
    height: calc(323vw / 640 * 100);
  }
}

.layout-media-01 {
  display: flex;
  margin-top: 20px;
}

.layout-media-01 > .col-01 {
  width: 43.75%;
}

.layout-media-01 > .col-02 {
  margin: 0 0 0 4.166666666%;
  width: 51.666666666%;
}

.layout-media-01 > .col-02 p {
  position: relative;
  font-size: 112.5%;
  line-height: 1.8;
  padding: 18px 0 18px 20px;
}

.layout-media-01 > .col-02 p::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 40px);
  width: 4px;
  border-radius: 2px;
  background-color: #42b7ff;
}

@media only screen and (max-width: 736px) {
  .layout-media-01 > .col-02 {
    margin: 12px 0 0;
  }

  .layout-media-01 > .col-02 p {
  }
}

.layout-media-01-inner {
  display: flex;
}

.layout-media-01-inner > .img {
  flex-shrink: 0;
}

.layout-media-01-inner > .text p {
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.8;
}

.layout-media-01-inner > .text {
  padding-left: 4.761904761%;
  padding-top: 36px;
}

.layout-media-01-inner > .text > .name {
  margin: 14px 0 0;
  font-size: 150%;
  line-height: 1.4;
}

.layout-media-01 + * {
  margin-top: 60px;
}

@media only screen and (max-width: 736px) {
  .layout-media-01 {
    margin-top: 30px;
    flex-direction: column;
  }

  .layout-media-01 > .col-01,
  .layout-media-01 > .col-02 {
    width: 100%;
  }

  .layout-media-01-inner {
    flex-direction: column;
    align-items: center;
  }

  .layout-media-01-inner > .text {
    padding: 0;
    margin-top: 10px;
  }

  .layout-media-01-inner > .text > p {
    font-size: 112.5%;
    line-height: 1.4;
  }

  .layout-media-01-inner > .text > .name {
    margin-top: 10px;
    text-align: center;
  }

  .layout-media-01 > .col-02 {
    margin-left: 0;
  }

  .layout-media-01 + * {
    margin-top: 40px;
  }
}

.list-biography-01 > li {
  display: flex;
  line-height: 1.4;
}

.list-biography-01 > li > .text {
  padding-left: 10px;
}

@media only screen and (max-width: 736px) {
  .list-biography-01 > li > .year {
    white-space: nowrap;
  }
}

.fw-b {
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .pc-only {
    display: none;
  }
}
