@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap);
body {
  margin: 0;
}
.cp2601 div, .cp2601 dl, .cp2601 dt, .cp2601 dd, .cp2601 ul, .cp2601 ol, .cp2601 li, .cp2601 h1, .cp2601 h2, .cp2601 h3, .cp2601 h4, .cp2601 h5, .cp2601 h6, .cp2601 p, .cp2601 table, .cp2601 th, .cp2601 td, .cp2601 caption, .cp2601 tbody, .cp2601 article, .cp2601 aside, .cp2601 figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background-color: transparent;
}
.cp2601 img {
  border: 0;
  vertical-align: bottom;
}
.cp2601 ul, .cp2601 ol {
  list-style: none;
}
.cp2601 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cp2601 figure, .cp2601 figcaption {
  display: block;
}
.cp2601 *, .cp2601 *:before, .cp2601 *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* =========================================================
　◆LINK
========================================================= */
.cp2601 a:link {
  color: #000000;
  text-decoration: underline;
}
.cp2601 a:visited {
  color: #000000;
  text-decoration: underline;
}
.cp2601 a:hover {
  color: #000000;
  text-decoration: none;
}
.cp2601 a:active {
  color: #000000;
  text-decoration: none;
}
.cp2601 .present a {
  color: #f6f700;
}
/* =========================================================
◆KVアニメーション
========================================================= */
.cp2601 .main h1, .cp2601 .main .title, .cp2601 .main .copy, .cp2601 .main .kv {
  opacity: 0;
}
.fadein {
  animation: fadeIn 1.4s 0.6s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideup {
  animation: slideUp 0.8s forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================================================
　◆レイアウト
========================================================= */
article {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  background-color: #72caf2;
}
.cp2601 {
  box-sizing: border-box;
  line-height: 1;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-text-size-adjust: none;
  padding-top: 90px;
}
.cp2601 .main {
  position: relative;
  background-image: url("../img/main_bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 2;
}
.cp2601 .main_inner {
  max-width: 980px;
  margin: 0 auto;
}
.cp2601 .main h1 {
  width: 51.8877551%;
  padding-top: 2.3941068%;
  margin: 0 auto;
}
.cp2601 .main .title {
  margin: -9px auto 0;
  width: 70.7142857%;
}
.cp2601 .main .copy {
  text-align: center;
  padding: 1.1049723% 0;
  font-size: clamp(11px, 1.16vw, 15px);
  font-weight: 700;
  color: #182987;
  letter-spacing: -0.01em;
}
.cp2601 .main .kv {
  width: 79.5918367%;
  margin: 0 auto;
  padding-bottom: 18.9%;
}
.cp2601 .section {
  background-image: url("../img/bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -230px;
  position: relative;
  z-index: 1;
}
.cp2601 .present {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding-top: 230px;
  padding-bottom: min(11.2244897%, 110px);
}
.cp2601 .present h2 {
  width: 72.2448979%;
  margin: 1.4285714% 0 0 0.9183673%;
}
.cp2601 .present_inner {
  margin: -21.2% 9.7959183% 0;
  background-image: url("../img/present_bg.webp");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  border: solid 4px #d94066;
  padding: 11.0204081% 0 3.3693877%;
}
.cp2601 .present .catch {
  width: 71.1538461%;
  margin: 0 auto;
}
.cp2601 .present .text01 {
  width: 66.7948717%;
  margin: 1.6224489% auto 0;
}
.cp2601 .present .text02 {
  width: 100%;
  margin: 3.5612244% auto 0;
  background-color: #d94066;
}
.cp2601 .present .quiz {
  width: 92.3076923%;
  margin: 3.0408163% auto 0;
}
.cp2601 .outline {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.cp2601 .outline h2 {
  margin: 0 8.1632653%;
  position: relative;
  z-index: 2;
}
.cp2601 .outline_inner {
  border: solid 4px #d94066;
  background-color: #f7f2df;
  margin: -8.4% 9.7959183% 0;
  padding-top: 10.2040816%;
  position: relative;
  z-index: 1;
}
.cp2601 .outline dl {
  display: flex;
  flex-wrap: wrap;
}
.cp2601 .outline dt, .cp2601 .outline dd {
  border-bottom: solid 1px #ebe3bd;
  padding: 13px 0;
}
.cp2601 .outline dt:last-of-type, .cp2601 .outline dd:last-of-type {
  border-bottom: none;
}
.cp2601 .outline dt {
  width: 25.6410256%;
  line-height: 1.3;
  font-size: clamp(12px, 1.8vw, 18px);
  color: #d94066;
  font-weight: 700;
  padding-left: 1.9230769%;
}
.cp2601 .outline dd {
  width: calc(100% - 25.6410256%);
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-size: clamp(11px, 1.63vw, 16px);
  color: #000000;
  padding-right: 1.9230769%;
}
.cp2601 .outline dd .date {
  color: #ff0000;
  font-size: clamp(17px, 2.44vw, 24px);
  font-weight: 700;
}
.cp2601 .outline dd .note {
  font-size: clamp(9px, 1.42vw, 14px);
}
.cp2601 .entry {
  text-align: center;
  padding: min(4.0816326%, 40px) 0 min(7.5%, 90px);
}
.cp2601 .entry .text {
  font-size: clamp(14px, 1.83vw, 18px);
  font-weight: 700;
}
.cp2601 .entry .btn {
  margin: min(1.0204081%, 10px) auto 0;
  max-width: 470px;
}
.cp2601 .entry .btn a {
  font-size: clamp(30px, 3.67vw, 36px);
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  border: solid 2px #ffffff;
  padding: 6.38% 0;
  letter-spacing: -0.03em;
  background-image: url("../img/icon_btn_arrow.png"), linear-gradient(90deg, #0372ba, #00aaea 53%, #036eb7);
  background-repeat: no-repeat;
  background-position: right 8.51% top 52%;
  background-size: 2% auto, 100%;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
  border-radius: 50px;
  font-weight: 700;
}
.cp2601 .entry .btn a:hover {
  opacity: 0.8;
  background-position: right 6% top 52%;
}
.cp2601 .copy .sub {
  vertical-align: -7px;
  font-size: 18px;
}
.cp2601 .sub img {
  width: 1.8%;
  display: inline;
  vertical-align: 0px;
}
@media screen and (max-width: 767px) {
  .cp2601 {
    padding-top: 70px;
  }
  .cp2601 .main {
    position: relative;
    background-image: url("../img/sp/main_bg.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 2;
  }
  .cp2601 .main h1 {
    width: 66.6666666%;
    padding-top: 2.2666666%;
  }
  .cp2601 .main .title {
    width: 86.6666666%;
    margin: 0 auto;
  }
  .cp2601 .main .copy {
    padding: 2% 0 3.2%;
    font-size: 2.93vw;
    letter-spacing: -0.05em;
    line-height: 0.6;
  }
  .cp2601 .main .kv {
    width: 86.6666666%;
    padding-bottom: 28.5%;
  }
  .cp2601 .section {
    background-image: url("../img/sp/bg.webp");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    margin-top: -21.866vw;
  }
  .cp2601 .present {
    padding-top: 13.333vw;
    padding-bottom: 11.533vw;
  }
  .cp2601 .present h2 {
    width: 106%;
    margin: 0 0 0 -8.5333333%;
  }
  .cp2601 .present_inner {
    margin: -27.46vw 6.6666666% 0;
    background-image: url("../img/sp/present_bg.webp");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    border: solid 2px #d94066;
    padding: 12.933vw 0 2.6666vw;
  }
  .cp2601 .present .catch {
    width: 85.3846153%;
  }
  .cp2601 .present .text01 {
    width: 82.3076923%;
    margin: 3.4666vw auto 0;
  }
  .cp2601 .present .text02 {
    margin: 4vw auto 0;
  }
  .cp2601 .present .quiz {
    width: 93.8461538%;
    margin: 2.6666vw auto 0;
  }
  .cp2601 .outline h2 {
    margin: 0 2.6666666%;
  }
  .cp2601 .outline_inner {
    border: solid 2px #d94066;
    margin: -11.533vw 6.6666666% 0;
    padding-top: 10.2040816%;
    position: relative;
    z-index: 1;
  }
  .cp2601 .outline dl {
    display: block;
  }
  .cp2601 .outline dt {
    border-bottom: none;
    padding: 3.07vw 3.07vw 0;
  }
  .cp2601 .outline dd {
    border-bottom: solid 1px #ebe3bd;
    padding: 0 3.07vw 3.07vw;
  }
  .cp2601 .outline dt {
    width: 100%;
    font-size: 3.73vw;
  }
  .cp2601 .outline dd {
    width: 100%;
    font-size: 3.2vw;
  }
  .cp2601 .outline dd .date {
    font-size: 4.26vw;
  }
  .cp2601 .outline dd .note {
    font-size: 2.66vw;
  }
  .cp2601 .entry {
    padding: 4.0816326% 0 10%;
  }
  .cp2601 .entry .text {
    font-size: 3.2vw;
  }
  .cp2601 .entry .btn {
    margin: 2.0204081% 13.33% 0;
    max-width: auto;
    max-width: initial;
  }
  .cp2601 .entry .btn a {
    font-size: 4.8vw;
  }
  .cp2601 .copy .sub {
    vertical-align: -6px;
    font-size: 14px;
  }
  .cp2601 .sub img {
    width: 1.8%;
    display: inline;
    vertical-align: 0px;
  }
}
/* =========================================================
◆スクロールアニメーション
========================================================= */
.fade-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity .8s, transform .8s;
}
.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* =========================================================
　◆共通
========================================================= */
.cp2601 img {
  width: 100%;
}
.cp2601 .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.cp2601 .color-icon {
  color: #dbb963;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* =========================================================
　◆表示切替
========================================================= */
.pcn {
  display: none;
}
@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: inline-block;
  }
}