@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
}

/* --------------------------------------
pc_header sp_header
----------------------------------------- */
#pc_header,
#sp_header {
  position: relative;
  z-index: 20;
}

#pc_header {
  display: none;
  width: 100%;
  background: #fff;
}
#pc_header > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 50px;
  margin: 0 auto;
}
#pc_header img {
  width: 100%;
  display: block;
}

/* pc_header */
#sp_header {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0 3px;
  background: #fff;
}

#sp_header a {
  display: block;
}

#sp_header a img {
  display: block;
  width: 180px;
  margin: 0 auto;
}

/* sp_header */
@media screen and (min-width: 641px) {
  #pc_header {
    display: block;
  }
  #sp_header {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .ttl_small {
    font-size: 22px !important;
  }
  .ttl_smalls {
    font-size: 16px !important;
  }
  .ttl_small_pc {
    font-size: 18px !important;
  }
  .pc_mb_0 {
    margin-bottom: 0 !important;
  }
  .pc_mt_70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .ttl_small {
    font-size: 14px !important;
  }
  .ttl_smalls {
    font-size: 10px !important;
  }
  .sp_small {
    font-size: 10px !important;
  }
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
/* --------------------------------------
SP public
----------------------------------------- */
@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
/* --------------------------------------
PC public
----------------------------------------- */
@media screen and (min-width: 641px) {
  #pc_header {
    display: block;
  }
  #sp_header {
    display: none;
  }
}
.bg {
  background-image: url(bg-dots.jpg?0911);
  background-size: cover;
  background-attachment: fixed;
}

.container {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  position: relative;
}
.container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.container a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.container .head {
  position: relative;
  width: min(100%, 1200px);
}
.container .head .head_bg {
  width: min(100%, 1120px);
  height: 68.7vw;
  overflow: hidden;
  display: block;
  position: absolute;
}
.container .head .head_bg img {
  width: 280%;
  left: -88%;
  top: -65%;
  position: absolute;
}
.container .head .head_inner {
  position: relative;
  padding-top: 38.7vw;
}
.container .head .series_logo {
  width: 112px;
  margin: 0 auto 10px;
}
.container .head .head_title {
  position: relative;
  padding: 3% 0 2%;
}
.container .head .head_title img {
  position: relative;
  width: 88%;
  margin: auto;
  display: block;
}
.container .head .head_title img.main {
  margin-top: 3%;
}
.container .head .head_title_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.container .lead {
  width: min(88%, 750px);
  margin: 6% auto;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
}
.container section {
  width: min(100%, 1200px);
  position: relative;
  margin: auto;
}
.container section .sec_inner {
  background: url(bg_W.jpg?0911) repeat-y left top;
  width: min(94%, 1060px);
  margin: 40px 0 0 auto;
  padding-top: 30px;
}
.container h2 {
  width: 100vw;
  position: relative;
  left: -6vw;
  margin-bottom: 30px;
}
.container h2 img {
  position: relative;
  display: block;
  z-index: 10;
  width: 86%;
  padding: 1em 0 1em 10%;
}
.container h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.container .sec_contents {
  width: min(90%, 750px);
  margin: 0 auto 40px;
}
.container .sec_contents p {
  text-indent: 1em;
}
.container .sec_contents p span {
  white-space: nowrap;
}
.container .sec_contents p span.dash {
  letter-spacing: -0.1em;
}
.container .sec_contents p + p {
  margin-top: 1em;
}
.container .sec_contents a {
  display: inline-block;
  text-indent: 0;
  position: relative;
  line-height: 1;
  padding: 2px;
}
.container .sec_contents a span {
  display: inline-block;
  color: #005bac;
  position: relative;
  z-index: 10;
}
.container .sec_contents a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #005bac;
  transition: 0.3s;
}
.container .sec_contents a:hover::before {
  height: 100%;
  background: #bde1f3;
}
.container .sec_contents .flex {
  margin-top: 1em;
}
.container .sec_contents .flex_img {
  margin: 40px auto;
  width: min(100%, 386px);
  position: relative;
}
.container .sec_contents .flex_img img {
  display: block;
  width: 94%;
  margin: 0 0 0 auto;
}
.container .sec_contents .flex_img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 50%;
  background-color: #005bac;
  -webkit-clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
  background-blend-mode: multiply;
  opacity: 0.8;
}
.container .sec_contents .flex_img > div {
  position: absolute;
  left: 1em;
  bottom: 0;
  z-index: 10;
}
.container .sec_contents .flex_img > div p {
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.025em;
  line-height: 1.3;
  text-indent: 0;
  margin: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.container .sec_contents .flex_img > div p span {
  font-size: 21px;
  font-weight: 700;
}
.container .sec_contents .flex_img.left img {
  margin: 0 auto 0 0;
}
.container .sec_contents .flex_img.left::after {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}
.container .sec_contents .flex_img.left > div {
  left: auto;
  right: 1em;
}
.container .sec_contents .flex_img.left > div p {
  text-align: right;
}
.container .sec_contents .figure {
  margin: 40px 0;
}
.container .sec_contents .figure p {
  font-size: 13px;
  line-height: 1.5;
  text-indent: 0;
  margin-top: 10px;
}
.container .sec_contents .figure p.note {
  margin-top: 0.5em;
}
.container .bannerArea {
  margin: 60px auto;
}
.container .bannerArea p {
  text-indent: 0;
  font-weight: 700;
  line-height: 1.4;
}
.container .bannerArea > p {
  font-size: 15px;
}
.container .bannerArea a {
  display: block;
  position: relative;
  margin: 10px auto 40px;
  padding: 1em 5%;
}
.container .bannerArea a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 91, 173, 0.8);
  transition: 0.3s;
}
.container .bannerArea a p, .container .bannerArea a div, .container .bannerArea a img {
  position: relative;
  z-index: 10;
}
.container .bannerArea a p {
  color: #fff;
  font-size: min(4vw, 18px);
}
.container .bannerArea a > div img {
  margin: 0.5em auto 0;
}
.container .bannerArea a > div img.series {
  display: block;
  width: 80%;
  margin: 0 auto 0.5em;
}
.container .bannerArea a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.container .bannerArea a:hover::after {
  background: rgba(0, 91, 173, 0.6);
}
.container .bannerArea a:nth-of-type(3) img {
  margin-bottom: 0.5em;
}
.container .bannerArea a:nth-of-type(3) p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
}
.container .bannerArea a:nth-of-type(3) p:nth-of-type(2) {
  font-size: 92%;
}
.container .bannerArea br.sp {
  display: block;
}
.container .bannerArea br.pc {
  display: none;
}
.container .linkArea {
  text-align: center;
}
.container .linkArea.page1 p {
  position: relative;
  font-weight: 700;
}
.container .linkArea.page1 p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #005bac;
}
.container .linkArea.page1 a {
  width: min(90%, 562px);
  margin: 20px auto;
}
.container .linkArea.page2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.container .linkArea.page2 p {
  font-size: 15px;
  line-height: 1.5;
}
.container .linkArea.page2 p br {
  display: block;
}
.container .linkArea.page2 p strong {
  font-weight: 700;
  color: #333;
}
.container .linkArea.page2 > div {
  margin: 30px auto;
}
.container .linkArea.page2 a {
  word-break: break-all;
  display: inline-block;
}
.container .linkArea.page2 a span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 15px;
  line-height: 1.5;
  color: #005bac;
}
.container .logoLink {
  display: inline-block;
  margin: 80px auto 0;
  text-align: center;
  color: #005bac;
}
.container .logoLink img {
  width: min(50%, 200px);
  margin-bottom: 30px;
}
.container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  margin: 60px auto 0;
  padding-bottom: 40px;
}
.container .pagination div, .container .pagination a {
  width: 83px;
  height: 32px;
  text-align: center;
  position: relative;
  color: #333;
}
.container .pagination div::after, .container .pagination a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #333;
  transition: 0.2s;
}
.container .pagination .active {
  color: #005bac;
  font-weight: 700;
}
.container .pagination .active::after {
  height: 3px;
  bottom: -1px;
  background: #005bac;
}
.container .pagination .arrow span {
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-mask: url("arrow.svg") no-repeat center center/contain;
          mask: url("arrow.svg") no-repeat center center/contain;
}
.container .pagination .arrow.left span {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.container p#note_text {
  font-size: 12px;
  line-height: 1.5;
  text-indent: 0;
  width: 90%;
  margin: 30px auto 0;
}

@media screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
  .container {
    width: 100%;
    margin: auto;
  }
  .container.page1 {
    background: linear-gradient(#fff 335px, transparent 335px);
  }
  .container .head {
    margin: auto;
    width: min(100%, 1200px);
  }
  .container .head .head_bg {
    height: 550px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .container .head .head_bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 0 0;
       object-position: 0 0;
    left: 0;
    top: 0;
    position: relative;
  }
  .container .head .head_inner {
    padding-top: 340px;
    width: min(80%, 967px);
  }
  .container .head .series_logo {
    width: 164px;
    margin-left: min(4vw, 60px);
    margin-bottom: 0;
  }
  .container .head .head_title span {
    display: inline-block;
    position: relative;
  }
  .container .head .head_title span::before {
    content: "";
    position: absolute;
    top: 6px;
    left: min(4vw, 60px);
    width: 120px;
    height: 3px;
    background: #005bac;
  }
  .container .head .head_title img {
    margin-left: min(4vw, 60px);
  }
  .container .head .head_title img.main {
    margin-top: 20px;
  }
  .container .head.page2 {
    width: min(88%, 1060px);
  }
  .container .head.page2 .head_bg {
    width: 654px;
    height: 300px;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .container .head.page2 .head_bg img {
    width: 173%;
    height: auto;
    left: -23%;
    top: -56%;
  }
  .container .head.page2 .head_inner {
    padding: 0;
    width: min(50%, 540px);
  }
  .container .head.page2 .head_inner .series_logo {
    position: relative;
    width: 108px;
    margin: 0 0 10px;
  }
  .container .head.page2 .head_inner .series_logo img {
    width: 100%;
  }
  .container .head.page2 .head_title {
    height: 290px;
    padding: 10px 0 0;
  }
  .container .head.page2 .head_title img {
    margin-left: 30px;
    width: min(92%, 498px);
  }
  .container .head.page2 .head_title span::before {
    left: 30px;
  }
  .container .lead {
    font-size: 17px;
    margin: 60px auto;
  }
  .container section .sec_inner {
    padding-top: 60px;
  }
  .container h2 {
    position: absolute;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0 11px clamp(10%, 12vw, 180px);
    margin-bottom: 0;
  }
  .container h2 img {
    width: auto;
    height: 40px;
    padding: 0;
  }
  .container h2.two-line img {
    height: 74px;
  }
  .container .sec_contents {
    margin: 0 auto 80px min(10%, 110px);
    padding-top: 110px;
  }
  .container .sec_contents.second {
    padding-top: 150px;
  }
  .container .sec_contents .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 40px 0;
  }
  .container .sec_contents .flex_img {
    margin: 0;
    align-self: flex-start;
  }
  .container .sec_contents .flex_img > div {
    left: 1.5em;
    bottom: 0.5em;
  }
  .container .sec_contents .flex_img img {
    width: 375px;
  }
  .container .sec_contents .flex_img p {
    font-size: 13px;
    line-height: 1.6;
  }
  .container .sec_contents .flex_img p:nth-of-type(1) {
    margin-bottom: 0.5em;
  }
  .container .sec_contents .flex_img.left > div {
    right: 1.5em;
    bottom: 0.5em;
  }
  .container .sec_contents .flex_text {
    width: 330px;
  }
  .container .sec_contents .figure {
    margin: 60px 0;
  }
  .container .sec_contents .figure p {
    width: 650px;
    margin: 1em auto 0;
  }
  .container .sec_contents .figure p.note {
    margin-top: 0;
  }
  .container .bannerArea {
    padding-top: 0;
  }
  .container .bannerArea > p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
  .container .bannerArea a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0.5em;
    width: 500px;
  }
  .container .bannerArea a > div img {
    margin: 0;
  }
  .container .bannerArea a > div:nth-of-type(1) {
    width: 250px;
  }
  .container .bannerArea a > div:nth-of-type(1) img {
    display: block;
    width: 90%;
    margin: 0;
  }
  .container .bannerArea a > div:nth-of-type(2) {
    width: 240px;
  }
  .container .bannerArea a:nth-of-type(3) > div {
    width: auto;
  }
  .container .bannerArea a:nth-of-type(3) > div:nth-of-type(1) img {
    width: 188px;
  }
  .container .bannerArea a:nth-of-type(3) > div:nth-of-type(2) {
    width: 300px;
  }
  .container .bannerArea a:nth-of-type(3) > div:nth-of-type(2) div {
    background: #fff;
    padding: 0.5em;
    margin-top: 0.5em;
  }
  .container .bannerArea a:nth-of-type(3) > div:nth-of-type(2) div p {
    color: #005bac;
  }
  .container .bannerArea a:nth-of-type(3) p {
    text-align: left;
    font-weight: 700;
  }
  .container .bannerArea a:nth-of-type(3) p:nth-of-type(2) {
    font-size: 92%;
  }
  .container .bannerArea br.sp {
    display: none;
  }
  .container .bannerArea br.pc {
    display: block;
  }
  .container .linkArea.page1 p {
    padding-bottom: 0.5em;
  }
  .container .linkArea.page1 p::after {
    width: 30px;
  }
  .container .linkArea.page1 a {
    margin: 30px auto 50px;
    position: relative;
    padding: 0.5em 0.5em 0;
    background: linear-gradient(0deg, rgb(132, 178, 206), rgb(132, 178, 206)) no-repeat right bottom/0 var(--bg-h);
    transition: background-size 0.3s;
    --bg-h: 100%;
  }
  .container .linkArea.page1 a::before {
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(132, 178, 206), #005bac);
    mix-blend-mode: soft-light;
    transition: 0.3s;
  }
  .container .linkArea.page1 a:where(:hover, :focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
  }
  .container .linkArea.page1 a:where(:hover, :focus-visible)::before {
    opacity: 1;
  }
  .container .linkArea.page2 {
    padding: 40px 0 10px;
  }
  .container .linkArea.page2 p {
    font-size: 16px;
    line-height: 1.6;
  }
  .container .linkArea.page2 p br {
    display: none;
  }
  .container .linkArea.page2:where(a, div) img, .container .linkArea.page2 p, .container .linkArea.page2 span {
    transition: 0.3s;
  }
  .container .linkArea.page2 a span {
    position: relative;
    background: linear-gradient(0deg, rgb(132, 178, 206), rgb(132, 178, 206)) no-repeat right bottom/0 var(--bg-h);
    transition: color 0.5s, background-size 0.3s;
    --bg-h: 100%;
    padding: 0 0.5em;
  }
  .container .linkArea.page2 a span::before {
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(132, 178, 206), #005bac);
    mix-blend-mode: soft-light;
    transition: 0.3s;
  }
  .container .linkArea.page2 a span:where(:hover, :focus-visible) {
    color: #fff;
    background-size: 100% var(--bg-h);
    background-position-x: left;
  }
  .container .linkArea.page2 a span:where(:hover, :focus-visible)::before {
    opacity: 1;
  }
  .container .logoLink {
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .container .logoLink:where(:hover, :focus-visible) img {
    opacity: 0.8;
  }
  .container .pagination a {
    transition: 0.5s;
  }
  .container .pagination a:where(:hover, :focus-visible) {
    background: #cce3f2;
  }
  .container .pagination a:where(:hover, :focus-visible)::after {
    background: #005bac;
    height: 3px;
    bottom: -1px;
  }
  .container p#note_text {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container section .sec_inner {
    margin: 40px auto 0;
  }
  .container .sec_contents {
    margin: 0 auto 80px;
  }
}