@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Varela+Round&display=swap");
@media only screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-color: white;
  color: black;
}

p {
  line-height: 1.8;
}

section {
  padding: 100px 0;
  background-color: #f5fbfe;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

img {
  max-width: 100%;
}

.link-btn {
  width: 200px;
  color: #fff;
  padding: 10px 15px;
  border: solid 1px #fff;
  border-radius: 25px;
  margin: 30px auto 0;
  display: block;
}
.link-btn.bgskew:before {
  background-color: #fff;
}
.link-btn.bgskew span {
  color: #fff;
}
.link-btn.bgskew:hover span {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    margin: 30px auto 0;
  }
}

.primary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.primary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .primary__container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.primary__container .image-box {
  width: 50%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .primary__container .image-box {
    min-height: 400px;
    width: 100%;
  }
}
.primary__container .image-box .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primary__container .image-box .cover-link:hover ~ .back-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.primary__container .image-box .cover-link:hover ~ .contents .bgskew span {
  color: #000;
}
.primary__container .image-box .cover-link:hover ~ .contents .bgskew:before {
  left: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.primary__container .image-box .contents {
  width: 100%;
  min-width: 300px;
  text-align: center;
  pointer-events: none;
}
.primary__container .image-box .contents:hover + .back-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .primary__container .image-box .contents {
    width: 95%;
    min-width: 95%;
  }
}
.primary__container .image-box .contents .title {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.primary__container .image-box .contents .title p {
  font-size: 30px;
}
.primary__container .image-box .contents .title h3 {
  font-size: 26px;
}
.primary__container .image-box .contents .title span {
  font-size: 12px;
}
.primary__container .image-box .contents img {
  height: 70px;
}
.primary__container .image-box .contents a {
  pointer-events: all;
}
.primary__container .image-box .back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.primary__container .text-box {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .primary__container .text-box {
    width: 100%;
  }
}
.primary__container .text-box .recommend {
  width: 80%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .primary__container .text-box .recommend {
    position: unset;
    min-width: 100%;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    padding: 20px 0;
  }
}
.primary__container .text-box .recommend h4 {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}
.primary__container .text-box .recommend ul {
  margin-bottom: 20px;
}
.primary__container .text-box .recommend ul li {
  padding: 10px;
  border-radius: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .primary__container .text-box .recommend ul li {
    width: 95%;
    margin: 0 auto 10px;
  }
}
.primary__container .text-box .recommend p span {
  font-size: 20px;
}
.primary__container .text-box .recommend .under24-recommend li {
  margin-bottom: 0;
}
.primary__container .text-box .recommend .under24-recommend p {
  margin-bottom: 15px;
}
.primary__container:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .primary__container:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.primary__container.under24___container:nth-child(1) .image-box {
  background-image: url(../../img/aesthetic/under24-img-sample.png);
}
.primary__container.under24___container .text-box {
  background-color: #003161;
}

.secondary {
  max-width: 1000px;
  margin: 0 auto;
}
.secondary h3 {
  background-color: #6E0106;
  font-size: 24px;
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #0085d0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.secondary__table-wrap {
  overflow-x: scroll;
}
.secondary__table {
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .secondary__table {
    white-space: normal;
  }
}
.secondary__table tr {
  width: 100%;
  height: 90px;
}
.secondary__table th {
  font-size: 20px;
  width: 300px;
  padding: 0 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .secondary__table th {
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #C5B37A;
    color: #000;
    text-align: center;
  }
}
.secondary__table td {
  padding: 0 15px;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .secondary__table td {
    display: block;
    padding: 20px 0;
    text-align: center;
    line-height: 2.8rem;
  }
}
.secondary__table td.sub {
  min-width: 200px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .secondary__table td.sub {
    display: none;
  }
}
.secondary__table span {
  font-size: 20px;
}
.secondary__table .deco {
  font-size: 24px;
  font-family: "Libre Bodoni", serif;
}
.secondary__table small {
  display: block;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 0;
}
.secondary.under24-bg h3 {
  background-color: #003161;
}
.secondary.under24-bg th {
  text-align: left;
}
.secondary.under24-bg .op {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secondary.under24-bg .border-dot th, .secondary.under24-bg .border-dot td {
  border-bottom: 1px dotted #fff;
}
.secondary.under24-bg .table-subtext {
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .secondary.under24-bg .table-subtext p {
    line-height: 2.4rem;
  }
}