﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
/* 全体
**************************************************/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  min-width: 1280px;
  overflow-x: hidden;
  width: 100%;
  font-size: 1.5rem;
  color: #202020;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

a {
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, table {
  margin-bottom: 1rem;
}

input, select, textarea {
  display: inline-block;
  background: white;
}

input, textarea {
  border: solid 1px gray;
  padding: 0.4em 0.5em;
}

input[type=submit],
input[type=button],
button {
  font-size: inherit;
  line-height: 1;
  background: #ddd;
  border: solid 1px #bbb;
  padding: 0.5em 1em;
}

textarea {
  height: 10rem;
  overflow-y: auto;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

label {
  cursor: pointer;
}

button[disabled], input[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

/* 汎用
**************************************************/
.is-hide {
  display: none !important;
}

.lts-n {
  letter-spacing: -0.04em;
}
.lts-ss {
  letter-spacing: -0.08em;
}

.fz-ss {
  font-size: 0.6em !important;
}
.fz-s {
  font-size: 0.85em !important;
}
.fz-l {
  font-size: 1.2em !important;
}
.fz-ll {
  font-size: 1.4em !important;
}
.fz-lll {
  font-size: 1.6em !important;
}

.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}
.ta-l {
  text-align: left !important;
}
.ta-j {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ta-pc-c {
  text-align: center !important;
}
.ta-pc-r {
  text-align: right !important;
}
.ta-pc-l {
  text-align: left !important;
}
.ta-pc-j {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.flx-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.flx-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.flx-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.flx-pc-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.flx-pc-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.flx-pc-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.va-m, .va-t, .va-b {
  display: table-cell !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-t {
  vertical-align: top !important;
}
.va-b {
  vertical-align: bottom !important;
}
/*  margin
================================================== */
.mt-auto, .mh-auto, .ma-auto {
  margin-top: auto !important;
}

.mr-auto, .mw-auto, .ma-auto {
  margin-right: auto !important;
}

.mb-auto, .mh-auto, .ma-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mw-auto, .ma-auto {
  margin-left: auto !important;
}

.mt-0, .mh-0, .ma-0 {
  margin-top: 0rem !important;
}

.mr-0, .mw-0, .ma-0 {
  margin-right: 0rem !important;
}

.mb-0, .mh-0, .ma-0 {
  margin-bottom: 0rem !important;
}

.ml-0, .mw-0, .ma-0 {
  margin-left: 0rem !important;
}

.pt-0, .ph-0, .pa-0 {
  padding-top: 0rem !important;
}

.pr-0, .pw-0, .pa-0 {
  padding-right: 0rem !important;
}

.pb-0, .ph-0, .pa-0 {
  padding-bottom: 0rem !important;
}

.pl-0, .pw-0, .pa-0 {
  padding-left: 0rem !important;
}

.mt-pc-0, .mh-pc-0, .ma-pc-0 {
  margin-top: 0rem !important;
}

.mr-pc-0, .mw-pc-0, .ma-pc-0 {
  margin-right: 0rem !important;
}

.mb-pc-0, .mh-pc-0, .ma-pc-0 {
  margin-bottom: 0rem !important;
}

.ml-pc-0, .mw-pc-0, .ma-pc-0 {
  margin-left: 0rem !important;
}

.pt-pc-0, .ph-pc-0, .pa-pc-0 {
  padding-top: 0rem !important;
}

.pr-pc-0, .pw-pc-0, .pa-pc-0 {
  padding-right: 0rem !important;
}

.pb-pc-0, .ph-pc-0, .pa-pc-0 {
  padding-bottom: 0rem !important;
}

.pl-pc-0, .pw-pc-0, .pa-pc-0 {
  padding-left: 0rem !important;
}

.mt-sp-0, .mh-sp-0, .ma-sp-0 {
  margin-top: 0rem !important;
}

.mr-sp-0, .mw-sp-0, .ma-sp-0 {
  margin-right: 0rem !important;
}

.mb-sp-0, .mh-sp-0, .ma-sp-0 {
  margin-bottom: 0rem !important;
}

.ml-sp-0, .mw-sp-0, .ma-sp-0 {
  margin-left: 0rem !important;
}

.pt-sp-0, .ph-sp-0, .pa-sp-0 {
  padding-top: 0rem !important;
}

.pr-sp-0, .pw-sp-0, .pa-sp-0 {
  padding-right: 0rem !important;
}

.pb-sp-0, .ph-sp-0, .pa-sp-0 {
  padding-bottom: 0rem !important;
}

.pl-sp-0, .pw-sp-0, .pa-sp-0 {
  padding-left: 0rem !important;
}

.mt-5, .mh-5, .ma-5 {
  margin-top: 0.5rem !important;
}

.mr-5, .mw-5, .ma-5 {
  margin-right: 0.5rem !important;
}

.mb-5, .mh-5, .ma-5 {
  margin-bottom: 0.5rem !important;
}

.ml-5, .mw-5, .ma-5 {
  margin-left: 0.5rem !important;
}

.pt-5, .ph-5, .pa-5 {
  padding-top: 0.5rem !important;
}

.pr-5, .pw-5, .pa-5 {
  padding-right: 0.5rem !important;
}

.pb-5, .ph-5, .pa-5 {
  padding-bottom: 0.5rem !important;
}

.pl-5, .pw-5, .pa-5 {
  padding-left: 0.5rem !important;
}

.mt-pc-5, .mh-pc-5, .ma-pc-5 {
  margin-top: 0.5rem !important;
}

.mr-pc-5, .mw-pc-5, .ma-pc-5 {
  margin-right: 0.5rem !important;
}

.mb-pc-5, .mh-pc-5, .ma-pc-5 {
  margin-bottom: 0.5rem !important;
}

.ml-pc-5, .mw-pc-5, .ma-pc-5 {
  margin-left: 0.5rem !important;
}

.pt-pc-5, .ph-pc-5, .pa-pc-5 {
  padding-top: 0.5rem !important;
}

.pr-pc-5, .pw-pc-5, .pa-pc-5 {
  padding-right: 0.5rem !important;
}

.pb-pc-5, .ph-pc-5, .pa-pc-5 {
  padding-bottom: 0.5rem !important;
}

.pl-pc-5, .pw-pc-5, .pa-pc-5 {
  padding-left: 0.5rem !important;
}

.mt-sp-5, .mh-sp-5, .ma-sp-5 {
  margin-top: 0.5rem !important;
}

.mr-sp-5, .mw-sp-5, .ma-sp-5 {
  margin-right: 0.5rem !important;
}

.mb-sp-5, .mh-sp-5, .ma-sp-5 {
  margin-bottom: 0.5rem !important;
}

.ml-sp-5, .mw-sp-5, .ma-sp-5 {
  margin-left: 0.5rem !important;
}

.pt-sp-5, .ph-sp-5, .pa-sp-5 {
  padding-top: 0.5rem !important;
}

.pr-sp-5, .pw-sp-5, .pa-sp-5 {
  padding-right: 0.5rem !important;
}

.pb-sp-5, .ph-sp-5, .pa-sp-5 {
  padding-bottom: 0.5rem !important;
}

.pl-sp-5, .pw-sp-5, .pa-sp-5 {
  padding-left: 0.5rem !important;
}

.mt-10, .mh-10, .ma-10 {
  margin-top: 1rem !important;
}

.mr-10, .mw-10, .ma-10 {
  margin-right: 1rem !important;
}

.mb-10, .mh-10, .ma-10 {
  margin-bottom: 1rem !important;
}

.ml-10, .mw-10, .ma-10 {
  margin-left: 1rem !important;
}

.pt-10, .ph-10, .pa-10 {
  padding-top: 1rem !important;
}

.pr-10, .pw-10, .pa-10 {
  padding-right: 1rem !important;
}

.pb-10, .ph-10, .pa-10 {
  padding-bottom: 1rem !important;
}

.pl-10, .pw-10, .pa-10 {
  padding-left: 1rem !important;
}

.mt-pc-10, .mh-pc-10, .ma-pc-10 {
  margin-top: 1rem !important;
}

.mr-pc-10, .mw-pc-10, .ma-pc-10 {
  margin-right: 1rem !important;
}

.mb-pc-10, .mh-pc-10, .ma-pc-10 {
  margin-bottom: 1rem !important;
}

.ml-pc-10, .mw-pc-10, .ma-pc-10 {
  margin-left: 1rem !important;
}

.pt-pc-10, .ph-pc-10, .pa-pc-10 {
  padding-top: 1rem !important;
}

.pr-pc-10, .pw-pc-10, .pa-pc-10 {
  padding-right: 1rem !important;
}

.pb-pc-10, .ph-pc-10, .pa-pc-10 {
  padding-bottom: 1rem !important;
}

.pl-pc-10, .pw-pc-10, .pa-pc-10 {
  padding-left: 1rem !important;
}

.mt-sp-10, .mh-sp-10, .ma-sp-10 {
  margin-top: 1rem !important;
}

.mr-sp-10, .mw-sp-10, .ma-sp-10 {
  margin-right: 1rem !important;
}

.mb-sp-10, .mh-sp-10, .ma-sp-10 {
  margin-bottom: 1rem !important;
}

.ml-sp-10, .mw-sp-10, .ma-sp-10 {
  margin-left: 1rem !important;
}

.pt-sp-10, .ph-sp-10, .pa-sp-10 {
  padding-top: 1rem !important;
}

.pr-sp-10, .pw-sp-10, .pa-sp-10 {
  padding-right: 1rem !important;
}

.pb-sp-10, .ph-sp-10, .pa-sp-10 {
  padding-bottom: 1rem !important;
}

.pl-sp-10, .pw-sp-10, .pa-sp-10 {
  padding-left: 1rem !important;
}

.mt-15, .mh-15, .ma-15 {
  margin-top: 1.5rem !important;
}

.mr-15, .mw-15, .ma-15 {
  margin-right: 1.5rem !important;
}

.mb-15, .mh-15, .ma-15 {
  margin-bottom: 1.5rem !important;
}

.ml-15, .mw-15, .ma-15 {
  margin-left: 1.5rem !important;
}

.pt-15, .ph-15, .pa-15 {
  padding-top: 1.5rem !important;
}

.pr-15, .pw-15, .pa-15 {
  padding-right: 1.5rem !important;
}

.pb-15, .ph-15, .pa-15 {
  padding-bottom: 1.5rem !important;
}

.pl-15, .pw-15, .pa-15 {
  padding-left: 1.5rem !important;
}

.mt-pc-15, .mh-pc-15, .ma-pc-15 {
  margin-top: 1.5rem !important;
}

.mr-pc-15, .mw-pc-15, .ma-pc-15 {
  margin-right: 1.5rem !important;
}

.mb-pc-15, .mh-pc-15, .ma-pc-15 {
  margin-bottom: 1.5rem !important;
}

.ml-pc-15, .mw-pc-15, .ma-pc-15 {
  margin-left: 1.5rem !important;
}

.pt-pc-15, .ph-pc-15, .pa-pc-15 {
  padding-top: 1.5rem !important;
}

.pr-pc-15, .pw-pc-15, .pa-pc-15 {
  padding-right: 1.5rem !important;
}

.pb-pc-15, .ph-pc-15, .pa-pc-15 {
  padding-bottom: 1.5rem !important;
}

.pl-pc-15, .pw-pc-15, .pa-pc-15 {
  padding-left: 1.5rem !important;
}

.mt-sp-15, .mh-sp-15, .ma-sp-15 {
  margin-top: 1.5rem !important;
}

.mr-sp-15, .mw-sp-15, .ma-sp-15 {
  margin-right: 1.5rem !important;
}

.mb-sp-15, .mh-sp-15, .ma-sp-15 {
  margin-bottom: 1.5rem !important;
}

.ml-sp-15, .mw-sp-15, .ma-sp-15 {
  margin-left: 1.5rem !important;
}

.pt-sp-15, .ph-sp-15, .pa-sp-15 {
  padding-top: 1.5rem !important;
}

.pr-sp-15, .pw-sp-15, .pa-sp-15 {
  padding-right: 1.5rem !important;
}

.pb-sp-15, .ph-sp-15, .pa-sp-15 {
  padding-bottom: 1.5rem !important;
}

.pl-sp-15, .pw-sp-15, .pa-sp-15 {
  padding-left: 1.5rem !important;
}

.mt-20, .mh-20, .ma-20 {
  margin-top: 2rem !important;
}

.mr-20, .mw-20, .ma-20 {
  margin-right: 2rem !important;
}

.mb-20, .mh-20, .ma-20 {
  margin-bottom: 2rem !important;
}

.ml-20, .mw-20, .ma-20 {
  margin-left: 2rem !important;
}

.pt-20, .ph-20, .pa-20 {
  padding-top: 2rem !important;
}

.pr-20, .pw-20, .pa-20 {
  padding-right: 2rem !important;
}

.pb-20, .ph-20, .pa-20 {
  padding-bottom: 2rem !important;
}

.pl-20, .pw-20, .pa-20 {
  padding-left: 2rem !important;
}

.mt-pc-20, .mh-pc-20, .ma-pc-20 {
  margin-top: 2rem !important;
}

.mr-pc-20, .mw-pc-20, .ma-pc-20 {
  margin-right: 2rem !important;
}

.mb-pc-20, .mh-pc-20, .ma-pc-20 {
  margin-bottom: 2rem !important;
}

.ml-pc-20, .mw-pc-20, .ma-pc-20 {
  margin-left: 2rem !important;
}

.pt-pc-20, .ph-pc-20, .pa-pc-20 {
  padding-top: 2rem !important;
}

.pr-pc-20, .pw-pc-20, .pa-pc-20 {
  padding-right: 2rem !important;
}

.pb-pc-20, .ph-pc-20, .pa-pc-20 {
  padding-bottom: 2rem !important;
}

.pl-pc-20, .pw-pc-20, .pa-pc-20 {
  padding-left: 2rem !important;
}

.mt-sp-20, .mh-sp-20, .ma-sp-20 {
  margin-top: 2rem !important;
}

.mr-sp-20, .mw-sp-20, .ma-sp-20 {
  margin-right: 2rem !important;
}

.mb-sp-20, .mh-sp-20, .ma-sp-20 {
  margin-bottom: 2rem !important;
}

.ml-sp-20, .mw-sp-20, .ma-sp-20 {
  margin-left: 2rem !important;
}

.pt-sp-20, .ph-sp-20, .pa-sp-20 {
  padding-top: 2rem !important;
}

.pr-sp-20, .pw-sp-20, .pa-sp-20 {
  padding-right: 2rem !important;
}

.pb-sp-20, .ph-sp-20, .pa-sp-20 {
  padding-bottom: 2rem !important;
}

.pl-sp-20, .pw-sp-20, .pa-sp-20 {
  padding-left: 2rem !important;
}

.mt-25, .mh-25, .ma-25 {
  margin-top: 2.5rem !important;
}

.mr-25, .mw-25, .ma-25 {
  margin-right: 2.5rem !important;
}

.mb-25, .mh-25, .ma-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25, .mw-25, .ma-25 {
  margin-left: 2.5rem !important;
}

.pt-25, .ph-25, .pa-25 {
  padding-top: 2.5rem !important;
}

.pr-25, .pw-25, .pa-25 {
  padding-right: 2.5rem !important;
}

.pb-25, .ph-25, .pa-25 {
  padding-bottom: 2.5rem !important;
}

.pl-25, .pw-25, .pa-25 {
  padding-left: 2.5rem !important;
}

.mt-pc-25, .mh-pc-25, .ma-pc-25 {
  margin-top: 2.5rem !important;
}

.mr-pc-25, .mw-pc-25, .ma-pc-25 {
  margin-right: 2.5rem !important;
}

.mb-pc-25, .mh-pc-25, .ma-pc-25 {
  margin-bottom: 2.5rem !important;
}

.ml-pc-25, .mw-pc-25, .ma-pc-25 {
  margin-left: 2.5rem !important;
}

.pt-pc-25, .ph-pc-25, .pa-pc-25 {
  padding-top: 2.5rem !important;
}

.pr-pc-25, .pw-pc-25, .pa-pc-25 {
  padding-right: 2.5rem !important;
}

.pb-pc-25, .ph-pc-25, .pa-pc-25 {
  padding-bottom: 2.5rem !important;
}

.pl-pc-25, .pw-pc-25, .pa-pc-25 {
  padding-left: 2.5rem !important;
}

.mt-sp-25, .mh-sp-25, .ma-sp-25 {
  margin-top: 2.5rem !important;
}

.mr-sp-25, .mw-sp-25, .ma-sp-25 {
  margin-right: 2.5rem !important;
}

.mb-sp-25, .mh-sp-25, .ma-sp-25 {
  margin-bottom: 2.5rem !important;
}

.ml-sp-25, .mw-sp-25, .ma-sp-25 {
  margin-left: 2.5rem !important;
}

.pt-sp-25, .ph-sp-25, .pa-sp-25 {
  padding-top: 2.5rem !important;
}

.pr-sp-25, .pw-sp-25, .pa-sp-25 {
  padding-right: 2.5rem !important;
}

.pb-sp-25, .ph-sp-25, .pa-sp-25 {
  padding-bottom: 2.5rem !important;
}

.pl-sp-25, .pw-sp-25, .pa-sp-25 {
  padding-left: 2.5rem !important;
}

.mt-30, .mh-30, .ma-30 {
  margin-top: 3rem !important;
}

.mr-30, .mw-30, .ma-30 {
  margin-right: 3rem !important;
}

.mb-30, .mh-30, .ma-30 {
  margin-bottom: 3rem !important;
}

.ml-30, .mw-30, .ma-30 {
  margin-left: 3rem !important;
}

.pt-30, .ph-30, .pa-30 {
  padding-top: 3rem !important;
}

.pr-30, .pw-30, .pa-30 {
  padding-right: 3rem !important;
}

.pb-30, .ph-30, .pa-30 {
  padding-bottom: 3rem !important;
}

.pl-30, .pw-30, .pa-30 {
  padding-left: 3rem !important;
}

.mt-pc-30, .mh-pc-30, .ma-pc-30 {
  margin-top: 3rem !important;
}

.mr-pc-30, .mw-pc-30, .ma-pc-30 {
  margin-right: 3rem !important;
}

.mb-pc-30, .mh-pc-30, .ma-pc-30 {
  margin-bottom: 3rem !important;
}

.ml-pc-30, .mw-pc-30, .ma-pc-30 {
  margin-left: 3rem !important;
}

.pt-pc-30, .ph-pc-30, .pa-pc-30 {
  padding-top: 3rem !important;
}

.pr-pc-30, .pw-pc-30, .pa-pc-30 {
  padding-right: 3rem !important;
}

.pb-pc-30, .ph-pc-30, .pa-pc-30 {
  padding-bottom: 3rem !important;
}

.pl-pc-30, .pw-pc-30, .pa-pc-30 {
  padding-left: 3rem !important;
}

.mt-sp-30, .mh-sp-30, .ma-sp-30 {
  margin-top: 3rem !important;
}

.mr-sp-30, .mw-sp-30, .ma-sp-30 {
  margin-right: 3rem !important;
}

.mb-sp-30, .mh-sp-30, .ma-sp-30 {
  margin-bottom: 3rem !important;
}

.ml-sp-30, .mw-sp-30, .ma-sp-30 {
  margin-left: 3rem !important;
}

.pt-sp-30, .ph-sp-30, .pa-sp-30 {
  padding-top: 3rem !important;
}

.pr-sp-30, .pw-sp-30, .pa-sp-30 {
  padding-right: 3rem !important;
}

.pb-sp-30, .ph-sp-30, .pa-sp-30 {
  padding-bottom: 3rem !important;
}

.pl-sp-30, .pw-sp-30, .pa-sp-30 {
  padding-left: 3rem !important;
}

.mt-35, .mh-35, .ma-35 {
  margin-top: 3.5rem !important;
}

.mr-35, .mw-35, .ma-35 {
  margin-right: 3.5rem !important;
}

.mb-35, .mh-35, .ma-35 {
  margin-bottom: 3.5rem !important;
}

.ml-35, .mw-35, .ma-35 {
  margin-left: 3.5rem !important;
}

.pt-35, .ph-35, .pa-35 {
  padding-top: 3.5rem !important;
}

.pr-35, .pw-35, .pa-35 {
  padding-right: 3.5rem !important;
}

.pb-35, .ph-35, .pa-35 {
  padding-bottom: 3.5rem !important;
}

.pl-35, .pw-35, .pa-35 {
  padding-left: 3.5rem !important;
}

.mt-pc-35, .mh-pc-35, .ma-pc-35 {
  margin-top: 3.5rem !important;
}

.mr-pc-35, .mw-pc-35, .ma-pc-35 {
  margin-right: 3.5rem !important;
}

.mb-pc-35, .mh-pc-35, .ma-pc-35 {
  margin-bottom: 3.5rem !important;
}

.ml-pc-35, .mw-pc-35, .ma-pc-35 {
  margin-left: 3.5rem !important;
}

.pt-pc-35, .ph-pc-35, .pa-pc-35 {
  padding-top: 3.5rem !important;
}

.pr-pc-35, .pw-pc-35, .pa-pc-35 {
  padding-right: 3.5rem !important;
}

.pb-pc-35, .ph-pc-35, .pa-pc-35 {
  padding-bottom: 3.5rem !important;
}

.pl-pc-35, .pw-pc-35, .pa-pc-35 {
  padding-left: 3.5rem !important;
}

.mt-sp-35, .mh-sp-35, .ma-sp-35 {
  margin-top: 3.5rem !important;
}

.mr-sp-35, .mw-sp-35, .ma-sp-35 {
  margin-right: 3.5rem !important;
}

.mb-sp-35, .mh-sp-35, .ma-sp-35 {
  margin-bottom: 3.5rem !important;
}

.ml-sp-35, .mw-sp-35, .ma-sp-35 {
  margin-left: 3.5rem !important;
}

.pt-sp-35, .ph-sp-35, .pa-sp-35 {
  padding-top: 3.5rem !important;
}

.pr-sp-35, .pw-sp-35, .pa-sp-35 {
  padding-right: 3.5rem !important;
}

.pb-sp-35, .ph-sp-35, .pa-sp-35 {
  padding-bottom: 3.5rem !important;
}

.pl-sp-35, .pw-sp-35, .pa-sp-35 {
  padding-left: 3.5rem !important;
}

.mt-40, .mh-40, .ma-40 {
  margin-top: 4rem !important;
}

.mr-40, .mw-40, .ma-40 {
  margin-right: 4rem !important;
}

.mb-40, .mh-40, .ma-40 {
  margin-bottom: 4rem !important;
}

.ml-40, .mw-40, .ma-40 {
  margin-left: 4rem !important;
}

.pt-40, .ph-40, .pa-40 {
  padding-top: 4rem !important;
}

.pr-40, .pw-40, .pa-40 {
  padding-right: 4rem !important;
}

.pb-40, .ph-40, .pa-40 {
  padding-bottom: 4rem !important;
}

.pl-40, .pw-40, .pa-40 {
  padding-left: 4rem !important;
}

.mt-pc-40, .mh-pc-40, .ma-pc-40 {
  margin-top: 4rem !important;
}

.mr-pc-40, .mw-pc-40, .ma-pc-40 {
  margin-right: 4rem !important;
}

.mb-pc-40, .mh-pc-40, .ma-pc-40 {
  margin-bottom: 4rem !important;
}

.ml-pc-40, .mw-pc-40, .ma-pc-40 {
  margin-left: 4rem !important;
}

.pt-pc-40, .ph-pc-40, .pa-pc-40 {
  padding-top: 4rem !important;
}

.pr-pc-40, .pw-pc-40, .pa-pc-40 {
  padding-right: 4rem !important;
}

.pb-pc-40, .ph-pc-40, .pa-pc-40 {
  padding-bottom: 4rem !important;
}

.pl-pc-40, .pw-pc-40, .pa-pc-40 {
  padding-left: 4rem !important;
}

.mt-sp-40, .mh-sp-40, .ma-sp-40 {
  margin-top: 4rem !important;
}

.mr-sp-40, .mw-sp-40, .ma-sp-40 {
  margin-right: 4rem !important;
}

.mb-sp-40, .mh-sp-40, .ma-sp-40 {
  margin-bottom: 4rem !important;
}

.ml-sp-40, .mw-sp-40, .ma-sp-40 {
  margin-left: 4rem !important;
}

.pt-sp-40, .ph-sp-40, .pa-sp-40 {
  padding-top: 4rem !important;
}

.pr-sp-40, .pw-sp-40, .pa-sp-40 {
  padding-right: 4rem !important;
}

.pb-sp-40, .ph-sp-40, .pa-sp-40 {
  padding-bottom: 4rem !important;
}

.pl-sp-40, .pw-sp-40, .pa-sp-40 {
  padding-left: 4rem !important;
}

.mt-45, .mh-45, .ma-45 {
  margin-top: 4.5rem !important;
}

.mr-45, .mw-45, .ma-45 {
  margin-right: 4.5rem !important;
}

.mb-45, .mh-45, .ma-45 {
  margin-bottom: 4.5rem !important;
}

.ml-45, .mw-45, .ma-45 {
  margin-left: 4.5rem !important;
}

.pt-45, .ph-45, .pa-45 {
  padding-top: 4.5rem !important;
}

.pr-45, .pw-45, .pa-45 {
  padding-right: 4.5rem !important;
}

.pb-45, .ph-45, .pa-45 {
  padding-bottom: 4.5rem !important;
}

.pl-45, .pw-45, .pa-45 {
  padding-left: 4.5rem !important;
}

.mt-pc-45, .mh-pc-45, .ma-pc-45 {
  margin-top: 4.5rem !important;
}

.mr-pc-45, .mw-pc-45, .ma-pc-45 {
  margin-right: 4.5rem !important;
}

.mb-pc-45, .mh-pc-45, .ma-pc-45 {
  margin-bottom: 4.5rem !important;
}

.ml-pc-45, .mw-pc-45, .ma-pc-45 {
  margin-left: 4.5rem !important;
}

.pt-pc-45, .ph-pc-45, .pa-pc-45 {
  padding-top: 4.5rem !important;
}

.pr-pc-45, .pw-pc-45, .pa-pc-45 {
  padding-right: 4.5rem !important;
}

.pb-pc-45, .ph-pc-45, .pa-pc-45 {
  padding-bottom: 4.5rem !important;
}

.pl-pc-45, .pw-pc-45, .pa-pc-45 {
  padding-left: 4.5rem !important;
}

.mt-sp-45, .mh-sp-45, .ma-sp-45 {
  margin-top: 4.5rem !important;
}

.mr-sp-45, .mw-sp-45, .ma-sp-45 {
  margin-right: 4.5rem !important;
}

.mb-sp-45, .mh-sp-45, .ma-sp-45 {
  margin-bottom: 4.5rem !important;
}

.ml-sp-45, .mw-sp-45, .ma-sp-45 {
  margin-left: 4.5rem !important;
}

.pt-sp-45, .ph-sp-45, .pa-sp-45 {
  padding-top: 4.5rem !important;
}

.pr-sp-45, .pw-sp-45, .pa-sp-45 {
  padding-right: 4.5rem !important;
}

.pb-sp-45, .ph-sp-45, .pa-sp-45 {
  padding-bottom: 4.5rem !important;
}

.pl-sp-45, .pw-sp-45, .pa-sp-45 {
  padding-left: 4.5rem !important;
}

.mt-50, .mh-50, .ma-50 {
  margin-top: 5rem !important;
}

.mr-50, .mw-50, .ma-50 {
  margin-right: 5rem !important;
}

.mb-50, .mh-50, .ma-50 {
  margin-bottom: 5rem !important;
}

.ml-50, .mw-50, .ma-50 {
  margin-left: 5rem !important;
}

.pt-50, .ph-50, .pa-50 {
  padding-top: 5rem !important;
}

.pr-50, .pw-50, .pa-50 {
  padding-right: 5rem !important;
}

.pb-50, .ph-50, .pa-50 {
  padding-bottom: 5rem !important;
}

.pl-50, .pw-50, .pa-50 {
  padding-left: 5rem !important;
}

.mt-pc-50, .mh-pc-50, .ma-pc-50 {
  margin-top: 5rem !important;
}

.mr-pc-50, .mw-pc-50, .ma-pc-50 {
  margin-right: 5rem !important;
}

.mb-pc-50, .mh-pc-50, .ma-pc-50 {
  margin-bottom: 5rem !important;
}

.ml-pc-50, .mw-pc-50, .ma-pc-50 {
  margin-left: 5rem !important;
}

.pt-pc-50, .ph-pc-50, .pa-pc-50 {
  padding-top: 5rem !important;
}

.pr-pc-50, .pw-pc-50, .pa-pc-50 {
  padding-right: 5rem !important;
}

.pb-pc-50, .ph-pc-50, .pa-pc-50 {
  padding-bottom: 5rem !important;
}

.pl-pc-50, .pw-pc-50, .pa-pc-50 {
  padding-left: 5rem !important;
}

.mt-sp-50, .mh-sp-50, .ma-sp-50 {
  margin-top: 5rem !important;
}

.mr-sp-50, .mw-sp-50, .ma-sp-50 {
  margin-right: 5rem !important;
}

.mb-sp-50, .mh-sp-50, .ma-sp-50 {
  margin-bottom: 5rem !important;
}

.ml-sp-50, .mw-sp-50, .ma-sp-50 {
  margin-left: 5rem !important;
}

.pt-sp-50, .ph-sp-50, .pa-sp-50 {
  padding-top: 5rem !important;
}

.pr-sp-50, .pw-sp-50, .pa-sp-50 {
  padding-right: 5rem !important;
}

.pb-sp-50, .ph-sp-50, .pa-sp-50 {
  padding-bottom: 5rem !important;
}

.pl-sp-50, .pw-sp-50, .pa-sp-50 {
  padding-left: 5rem !important;
}

/*  width
================================================== */
.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-pc-0 {
  width: 0% !important;
}

.w-pc-5 {
  width: 5% !important;
}

.w-pc-10 {
  width: 10% !important;
}

.w-pc-15 {
  width: 15% !important;
}

.w-pc-20 {
  width: 20% !important;
}

.w-pc-25 {
  width: 25% !important;
}

.w-pc-30 {
  width: 30% !important;
}

.w-pc-35 {
  width: 35% !important;
}

.w-pc-40 {
  width: 40% !important;
}

.w-pc-45 {
  width: 45% !important;
}

.w-pc-50 {
  width: 50% !important;
}

.w-pc-55 {
  width: 55% !important;
}

.w-pc-60 {
  width: 60% !important;
}

.w-pc-65 {
  width: 65% !important;
}

.w-pc-70 {
  width: 70% !important;
}

.w-pc-75 {
  width: 75% !important;
}

.w-pc-80 {
  width: 80% !important;
}

.w-pc-85 {
  width: 85% !important;
}

.w-pc-90 {
  width: 90% !important;
}

.w-pc-95 {
  width: 95% !important;
}

.w-pc-100 {
  width: 100% !important;
}

.px-100 {
  width: 100px !important;
}

.px-105 {
  width: 105px !important;
}

.px-110 {
  width: 110px !important;
}

.px-115 {
  width: 115px !important;
}

.px-120 {
  width: 120px !important;
}

.px-125 {
  width: 125px !important;
}

.px-130 {
  width: 130px !important;
}

.px-135 {
  width: 135px !important;
}

.px-140 {
  width: 140px !important;
}

.px-145 {
  width: 145px !important;
}

.px-150 {
  width: 150px !important;
}

.px-155 {
  width: 155px !important;
}

.px-160 {
  width: 160px !important;
}

.px-165 {
  width: 165px !important;
}

.px-170 {
  width: 170px !important;
}

.px-175 {
  width: 175px !important;
}

.px-180 {
  width: 180px !important;
}

.px-185 {
  width: 185px !important;
}

.px-190 {
  width: 190px !important;
}

.px-195 {
  width: 195px !important;
}

.px-200 {
  width: 200px !important;
}

.px-205 {
  width: 205px !important;
}

.px-210 {
  width: 210px !important;
}

.px-215 {
  width: 215px !important;
}

.px-220 {
  width: 220px !important;
}

.px-225 {
  width: 225px !important;
}

.is-sp {
  display: none !important;
}

.fw-l {
  font-weight: lighter !important;
}
.fw-n {
  font-weight: normal !important;
}
.fw-m {
  font-weight: 500 !important;
}
.fw-b {
  font-weight: 700 !important;
}

.fz-n {
  font-size: inherit !important;
}
.fz-s {
  font-size: 0.8em;
}
.fz-m {
  font-size: 1.4em;
}
.fz-l {
  font-size: 1.8em;
}
.fz-ll {
  font-size: 2em;
}

.container > *:last-child {
  margin-bottom: 0;
}

/* ヘッダー
**************************************************/
.header {
  position: relative;
  z-index: 100;
  min-width: 1340px;
}
.header * {
  margin-bottom: 0;
}
.header a {
  text-decoration: none;
}
.header__inner {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 1rem;
}
.header__menuBtn {
  width: 7rem;
  height: 7rem;
  position: relative;
  z-index: 101;
  overflow: hidden;
  background: #1E3C91;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__menuBtn span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.header__menuBtn:before, .header__menuBtn:after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 1px;
  background: white;
  position: absolute;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.35s ease 0.35s, bottom 0.35s ease 0.35s, -webkit-transform 0.35s ease 0s;
  transition: top 0.35s ease 0.35s, bottom 0.35s ease 0.35s, -webkit-transform 0.35s ease 0s;
  transition: top 0.35s ease 0.35s, bottom 0.35s ease 0.35s, transform 0.35s ease 0s;
  transition: top 0.35s ease 0.35s, bottom 0.35s ease 0.35s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.header__menuBtn:before {
  top: 2rem;
}
.header__menuBtn:after {
  top: 3rem;
}
.header__menuBtn:hover {
  opacity: 1;
  background: #DAE0F8;
}
.header__menuBtn:hover span {
  color: #7186AA;
}
.header__menuBtn:hover:before, .header__menuBtn:hover:after {
  background: #7186AA;
}
.header__menuBtn.is-open span {
  opacity: 0;
}
.header__menuBtn.is-open:before, .header__menuBtn.is-open:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: top 0.35s ease 0s, bottom 0.35s ease 0s, -webkit-transform 0.35s ease 0.35s;
  transition: top 0.35s ease 0s, bottom 0.35s ease 0s, -webkit-transform 0.35s ease 0.35s;
  transition: top 0.35s ease 0s, bottom 0.35s ease 0s, transform 0.35s ease 0.35s;
  transition: top 0.35s ease 0s, bottom 0.35s ease 0s, transform 0.35s ease 0.35s, -webkit-transform 0.35s ease 0.35s;
}
.header__menuBtn.is-open:before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__menuBtn.is-open:after {
  top: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
body.is-open {
  position: fixed;
  top: 0;
  left: 0;
}
body.is-open .header {
  z-index: 101;
}
body.is-open .header__1st {
  background: transparent;
}

/* グローバルナビ
**************************************************/
.globalNav {
  z-index: 99;
  width: 37.5rem;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  padding-top: 11rem;
  padding-bottom: 2rem;
  height: 100vh;
  background: white;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 500;
}
.globalNav * {
  margin-bottom: 0;
}
.globalNav a {
  text-decoration: none;
}
.globalNav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.globalNav:before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.globalNav__inner {
  padding: 2rem 2rem;
  height: calc(100vh - 11rem - 2rem);
  position: relative;
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
}
.globalNav__inner::-webkit-scrollbar {
  width: 0.6rem;
}
.globalNav__inner::-webkit-scrollbar-track {
  background-color: rgba(70, 63, 40, 0.25);
  border-radius: 0.5rem;
}
.globalNav__inner::-webkit-scrollbar-thumb {
  background-color: #1E3C91;
  border-radius: 0.5rem;
}
.globalNav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -3.6rem -1.9rem 0;
}
.globalNav__social__link {
  display: inline-block;
  margin: 3.6rem 1.9rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNav__social__link:hover {
  opacity: 0.6;
}
.globalNav__list {
  border-top: solid 1px #E5E5E5;
  margin-top: 3rem;
}
.globalNav__item.js-accordion {
  position: relative;
}
.globalNav__item.js-accordion:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 2rem 0.9rem 0;
  border-color: transparent #EBF5FD transparent transparent;
  position: absolute;
  top: 50%;
  right: -2.2rem;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.globalNav__item__wrap {
  background: #EBF5FD;
  width: 37.5rem;
  position: fixed;
  left: 37.5rem;
  top: 0;
  height: 100vh;
  padding: 19.8rem 2rem 5rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.globalNav__item:hover.js-accordion:before {
  opacity: 1;
}
.globalNav__item:hover .globalNav__item__wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.globalNav__hook, .globalNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5rem;
  padding: 2rem 3rem 2rem 1rem;
  border-bottom: solid 1px #E5E5E5;
  position: relative;
}
.globalNav__hook {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNav__hook:before, .globalNav__hook:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #1E3C91;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.globalNav__hook:before {
  -webkit-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}
.globalNav__hook:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.globalNav__hook:hover {
  opacity: 1;
  color: #BAB6B6;
}
.globalNav__hook:hover:before, .globalNav__hook:hover:after {
  background: #9AAED1;
}
.globalNav__link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNav__link:hover {
  opacity: 1;
  color: #BAB6B6;
}
.globalNav__list02 {
  margin-top: 1.4rem;
}
.globalNav__link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  min-height: 0;
  padding: 1.2rem 1rem 1.2rem 2.8rem;
  position: relative;
}
.globalNav__link02:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-right: solid 1px #1E3C91;
  border-top: solid 1px #1E3C91;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNav__link02:hover {
  opacity: 1;
  color: #9AAED1;
}
.globalNav__link02:hover:before {
  border-color: #9AAED1;
}
.globalNav__children {
  height: calc(100vh - 19.8rem - 2rem);
  border-top: solid 1px #E5E5E5;
  overflow-x: hidden;
  overflow-y: auto;
}
.globalNav__children::-webkit-scrollbar {
  width: 0.6rem;
}
.globalNav__children::-webkit-scrollbar-track {
  background-color: rgba(70, 63, 40, 0.25);
  border-radius: 0.5rem;
}
.globalNav__children::-webkit-scrollbar-thumb {
  background-color: #1E3C91;
  border-radius: 0.5rem;
}
.globalNav__child__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5rem;
  padding: 2rem 1rem 2rem 1rem;
  border-bottom: solid 1px #E5E5E5;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNav__child__link:hover {
  opacity: 1;
  color: #BAB6B6;
}
.globalNav__search {
  margin-top: 2.3rem;
  background: white;
  position: relative;
  padding-right: 4.5rem;
  border: solid 1px #E5E5E5;
  padding-left: 0.5rem;
}
.globalNav__search input {
  border: none !important;
  background: none;
  padding: 0 !important;
}
.globalNav__search input[type=image] {
  width: 2rem;
  height: auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.globalNav__search input[type=text] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
}
.globalNav__lang {
  margin-top: 2.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.globalNav__lang__link:not(:first-child):before {
  content: "/";
  display: inline-block;
  width: 1.6em;
  text-align: center;
  color: #E5E5E5;
}
.globalNav__lang__link.is-current {
  color: #E5E5E5;
  pointer-events: none;
}
.globalNav__btns {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.globalNav__btn01 {
  min-height: 5rem;
  padding: 0.2rem 1rem 0.2rem 0.5rem;
  min-width: 10.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1E3C91;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: white;
}
.globalNav__btn01 .iconSvg {
  margin: 0 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.globalNav__btn01:hover {
  opacity: 1;
  background: #DEE4FB;
  color: #9AAED1;
}
.globalNav__btn01:hover .iconSvg {
  -webkit-filter: none;
          filter: none;
}
.globalNav__btn02 {
  min-height: 5rem;
  padding: 0.2rem 1rem 0.2rem 0.5rem;
  min-width: 10.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #FFF000;
  letter-spacing: 0;
}
.globalNav__btn02 .iconSvg:first-child {
  margin-right: 0.5rem;
}
.globalNav__btn02 .iconSvg:last-child {
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
.globalNav__btn02 .iconSvg {
  -webkit-filter: brightness(60%) contrast(800%) saturate(0);
          filter: brightness(60%) contrast(800%) saturate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.globalNav__btn02:hover {
  opacity: 1;
  background: #FDF8A4;
  color: #C6C356;
}
.globalNav__btn02:hover .iconSvg {
  -webkit-filter: none;
          filter: none;
}
.globalNav .js-accordionSP__cont {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.globalNav .js-accordionSP__cont.is-open {
  max-height: 100vh;
}

.stickyNav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.stickyNav__head {
  position: relative;
  border: solid 1px #CCCCCC;
  padding-top: 4.5rem;
  padding-bottom: 2.4rem;
  min-width: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  background: white;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
}
.stickyNav__head:before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #202020;
  position: absolute;
  top: 2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stickyNav__link {
  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;
  padding: 2.4rem 1rem;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  min-width: 4.5rem;
  min-height: 14rem;
}
.stickyNav__link--v1 {
  background: #1E3C91;
  color: white;
}
.stickyNav__link--v1:hover {
  opacity: 1;
  background: #DAE0F8;
  color: #9AAED1;
}
.stickyNav__link--v2 {
  background: #FFF000;
}
.stickyNav__link--v2:hover {
  opacity: 1;
  background: #FDF8A4;
  color: #C6C356;
}

/* 追従
**************************************************/
.js-sticky__inner {
  z-index: 100;
}
.js-sticky.is-fixed .js-sticky__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.js-sticky.is-fixed.is-show .js-sticky__inner {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* フッター
**************************************************/
.footer {
  background: rgb(117, 117, 189);
  color: white;
  background: #1E3C91 url(/cms/hs_kwansei/img/common/bg_footer.png) center center no-repeat;
  background-size: cover;
  font-family: "BIZ UDGothic", sans-serif;
}
.footer * {
  margin-bottom: 0;
}
.footer a {
  text-decoration: none;
}
.footer__inner {
  max-width: 1340px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 1rem;
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer__address {
  font-size: 1.2rem;
  margin-left: 2rem;
}
.footer__row {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*20230317下層の追従ボタンに被らないように修正
.footer__row__col:nth-child(2) {
  margin-right: -12rem;
}*/
.footer__row__col:nth-child(2) {
  margin-right: 5rem;
}
.footer__nav {
  margin-top: 1.5rem;
}
.footer__nav__list {
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__nav__item {
  padding: 0 1rem;
  border-left: solid 1px #D7DCE5;
  font-size: 1.2rem;
  line-height: 1.3;
  color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer__nav__item:hover {
  opacity: 1;
  color: #7D93EB;
}
.footer__nav__item:last-child {
  border-right: solid 1px #D7DCE5;
}
.footer__copy {
  font-size: 1.2rem;
  text-align: right;
}
.footer--top {
  background: none;
  padding-left: 62.6rem;
}
@media only screen and (max-width: 1619px) {
  .footer--top {
/*    padding-left: calc(100vw - 980px);*/
    padding-left: max(calc(100vw - 980px), 315px);
  }
}
.footer--top .footer__inner {
  background: #1E3C91 url(/cms/hs_kwansei/img/common/bg_footer_top.png) center center no-repeat;
  background-size: cover;
  margin: 0 0 0 auto;
  padding: 6rem 8rem 4rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer--top .footer__row {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.footer--top .footer__row__col:first-child {
  margin-top: 6rem;
}
.footer--top .footer__row__col:last-child {
  margin-right: 0;
}

.btnPageTop {
  position: relative;
  z-index: 10;
}
.btnPageTop__hook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  width: 4rem;
  height: 4rem;
  text-align: center;
  border: solid 2px #1E3C91;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0rem;
}
.btnPageTop__hook:not(.is-fixed) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  top: 0;
  right: 6rem;
}
.btnPageTop__hook.is-fixed {
  position: fixed;
  bottom: 3rem;
  right: 6rem;
}
.btnPageTop__hook > span {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.btnPageTop__hook > span:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: solid 2px #1E3C91;
  border-left: solid 2px #1E3C91;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-30%) rotate(45deg);
          transform: translateX(-50%) translateY(-30%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnPageTop__hook:hover {
  opacity: 1;
  background: #1E3C91;
}
.btnPageTop__hook:hover span:before {
  border-color: white;
}

/* コンテンツ
**************************************************/
body#top {
  min-width: 1340px;
}

body#top .content {
  padding: 0 0 16rem;
  min-height: 140vh;
  margin-top: -7rem;
  padding-left: 62.6rem;
}
@media only screen and (max-width: 1619px) {
  body#top .content {
/*    padding-left: calc(100vw - 980px);*/
    padding-left: max(calc(100vw - 980px), 315px);
  }
}

body:not(#top) .content {
  margin: 0 auto;
  padding: 0 4rem 10rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1200px;
}

body:not(#top) {
  background: white url(/cms/hs_kwansei/img/common/bg_02.png) center top repeat-y;
  background-size: 230rem 415rem;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.inner:last-child {
  margin-bottom: 0;
}

/* パンくず
**************************************************/
.breadCrumb {
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.breadCrumb * {
  margin-bottom: 0;
}
.breadCrumb a {
  text-decoration: none;
}
.breadCrumb strong {
  font-weight: normal;
}
.breadCrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadCrumb__item {
  padding-right: 2em;
  position: relative;
}
.breadCrumb__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  right: 0.8em;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px;
  border-right: solid 1px;
  border-color: #AABACD;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  min-width: 38rem;
  min-height: 5.8rem;
  background: #1E3C91;
  border-radius: 3rem;
  font-size: 1.7rem;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  position: relative;
  padding: 0.2rem 3.5rem;
  color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn01:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 1px #FFF000;
  border-right: solid 1px #FFF000;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn01 .iconSvg {
  margin-left: 0.5rem;
  -webkit-filter: grayscale(1) brightness(2);
          filter: grayscale(1) brightness(2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn01:hover {
  opacity: 1;
  background: #DAE0F8;
  color: #9AAED1;
}
.btn01:hover:before {
  border-color: #1E3C91;
}
.btn01:hover .iconSvg {
  -webkit-filter: none;
          filter: none;
}

.topMv {
  width: 1600px;
  padding-right: 974px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100vh;
  pointer-events: none;
  z-index: 10;
  width: 62.6rem;
  left: 0;
  -webkit-transform: none;
          transform: none;
  padding-right: 0;
}
@media only screen and (max-width: 1619px) {
  .topMv {
    width: max(calc(100vw - 980px), 315px);
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.topMv__inner {
  position: relative;
  overflow: hidden;
  /*20230313修正
  height: 100vh;
  */
  height: 115vh;
}
.topMv__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/cms/hs_kwansei/img/top/mask_mv.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.topMv__inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.topMv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.topMv__inner {
  position: relative;
}

.topMv__inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.topMv__inner video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.topMv__nav {
  pointer-events: auto;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.topMv__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: white;
  border-radius: 0.3rem;
  padding: 0.5rem;
  color: #1E3C91;
  margin-left: 1.5rem;
  min-height: 8.5rem;
  min-width: 8.5rem;
}
.topMv__link > * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topMv__link__image {
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topMv__link__text {
  height: 3.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.topMv__link:hover {
  opacity: 1;
  background: #E7EAF7;
}
.topMv__link:hover > * {
  opacity: 0.5;
}

.topInner {
  width: 1440px;
  padding-left: calc(626px + 3.5rem);
  padding-right: calc(45px + 3.5rem);
  margin: 0 auto;
  width: 86rem;
  padding: 0 7.5rem 0 3.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (min-width: 1715px) {
  .topInner {
    padding: 0 3.5rem 0 3.5rem;
  }
}

.topFirst .topInner {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 6.5rem;
}
.topFirst .topInner:before {
  content: "";
  display: block;
  width: 757px;
  height: 757px;
  background: url(/cms/hs_kwansei/img/top/circle_first.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -40%);
          transform: translate(60%, -40%);
  z-index: -1;
}
.topFirst__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 2.125;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  margin-bottom: 5.5rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.topFirst__title strong {
  display: inline-block;
  position: relative;
  color: #1D57CC;
  line-height: 1;
}
.topFirst__title strong:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.1rem;
  background: url(/cms/hs_kwansei/img/top/underline_title.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.topFirst__steps {
  position: relative;
  padding-bottom: 10rem;
  background: url(/cms/hs_kwansei/img/top/first_arrow.png) center bottom no-repeat;
  background-size: 42.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -3.5rem;
}
.topFirst__step {
  width: 22.4rem;
  height: 22.4rem;
  text-align: center;
  margin-top: 3.5rem;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.3rem 5rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.3rem 5rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
  outline: solid 0px white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #6887e0;
}
.topFirst__step:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-right: solid 1px #0143C6;
  border-bottom: solid 1px #0143C6;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topFirst__step:first-child:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 5.8rem;
  background: url(/cms/hs_kwansei/img/top/first_step_arrow_01.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.topFirst__step:nth-child(2):after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 5.8rem;
  background: url(/cms/hs_kwansei/img/top/first_step_arrow_02.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.topFirst__step__figure {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  display: block;
  bottom: 0;
}
.topFirst__step__figure img {
  max-width: inherit;
}
.topFirst__step:hover {
  opacity: 1;
  outline: solid 1rem white;
  -webkit-box-shadow: 0 0.3rem 4rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.3rem 4rem 0 rgba(0, 0, 0, 0.18);
}
.topFirst__step:hover:before {
  bottom: 0.2rem;
}
.topFirst__lead02 {
  text-align: center;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 2.1538461538;
  color: #1E3C91;
  letter-spacing: 0.05em;
  margin-top: -2rem;
}
.topFirst__lead02 strong {
  display: inline-block;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.75;
}
.topFirst__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.topFirst__scroll {
  position: relative;
}
.topFirst__scroll__link {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topFirst__scroll__link span {
  display: inline-block;
  height: 6rem;
  width: 1px;
  overflow: hidden;
  position: relative;
}
.topFirst__scroll__link span:before {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* safari 5.1+,chrome 10+ */
  /* global 94%+ browsers support */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0)), to(rgb(33, 33, 33)));
  background: linear-gradient(0deg, rgba(33, 33, 33, 0) 0%, rgb(33, 33, 33) 100%);
  -webkit-animation: pathmove 1.8s ease-in-out infinite;
          animation: pathmove 1.8s ease-in-out infinite;
}

@-webkit-keyframes pathmove {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
.topPickup .topInner {
  position: relative;
  z-index: 3;
}
.topPickup__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.8rem;
  margin-bottom: 6rem;
  text-align: center;
}
.topPickup .topPickupBlock {
  background: white;
  -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.06);
  padding: 1.5rem 3.5rem;
  padding-right: 8rem;
  margin-left: -3.5rem;
  margin-right: -8rem;
  padding-left: 50vw;
  margin-left: -50vw;
  padding-right: calc(50vw + 8rem);
  margin-right: calc(-50vw - 8rem);
}
.topPickup .topPickupBlock > *:last-child {
  margin-bottom: 0;
}

.topStep {
  background: #f4f5fa;
  position: relative;
  z-index: 2;
  padding-top: 15.5rem;
  padding-bottom: 19rem;
  position: relative;
}
.topStep:before {
  content: "";
  display: block;
  width: 100%;
  height: 560px;
  background: url(/cms/hs_kwansei/img/top/bg_step.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.topStep > * {
  position: relative;
  z-index: 2;
}
.topStep__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.6052631579;
  text-align: center;
  margin-bottom: 7rem;
  letter-spacing: 0.05rem;
}
.topStep .topStepBlock01__title,
.topStep .topStepBlock02__title,
.topStep .topStepBlock03__title {
  background: white;
  -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 4rem;
  padding: 0 4rem 0.5rem 3.5rem;
  border-radius: 0 4.5rem 4.5rem 0;
  margin-left: -3.5rem;
  height: 8rem;
  padding: 0 4rem 0.5rem calc(50vw + 3.5rem);
  margin-left: calc(-50vw - 3.5rem);
  display: table;
}
.topStep .topStepBlock01__title img, .topStep .topStepBlock01__title picgure,
.topStep .topStepBlock02__title img,
.topStep .topStepBlock02__title picgure,
.topStep .topStepBlock03__title img,
.topStep .topStepBlock03__title picgure {
  margin-top: -1rem;
  height: 8.5rem;
  width: auto;
}
.topStep .topStepBlock01__lead,
.topStep .topStepBlock02__lead,
.topStep .topStepBlock03__lead {
  font-size: 1.7rem;
  line-height: 1.6470588235;
  margin-bottom: 4rem;
  color: #505A75;
  text-align: center;
}
.topStep .topStepBlock01 {
  margin-bottom: 13rem;
}
.topStep .topStepBlock01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 9rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.topStep .topStepBlock01__list:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(/cms/hs_kwansei/img/top/step_dotted.png) center center repeat-x;
  background-size: cover;
  position: absolute;
  bottom: 2.2rem;
  left: 0;
}
.topStep .topStepBlock01__item {
  width: 27rem;
  background: white;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.topStep .topStepBlock01__item:before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 8.2rem;
  background: url(/cms/hs_kwansei/img/top/step_point.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.topStep .topStepBlock01__item:nth-child(1):before {
  opacity: 0.45;
}
.topStep .topStepBlock01__item:nth-child(1) figcaption {
  color: #91A9EB;
}
.topStep .topStepBlock01__item:nth-child(2):before {
  opacity: 0.75;
}
.topStep .topStepBlock01__item:nth-child(2) figcaption {
  color: #5F7AC7;
}
.topStep .topStepBlock01__item:nth-child(3) figcaption {
  color: #1E3C91;
}
.topStep .topStepBlock01__item__figure {
  position: relative;
}
.topStep .topStepBlock01__item__figure figcaption {
  display: inline-block;
  background: white;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.4rem 2rem 0;
  position: absolute;
  bottom: -0.2rem;
  left: -1px;
  z-index: 1;
  border-radius: 0 0.3rem 0 0;
}
.topStep .topStepBlock01__item__text {
  padding: 1.4rem 2rem;
}
.topStep .topStepBlock02 {
  position: relative;
  margin-bottom: 14rem;
}
.topStep .topStepBlock02:before {
  content: "";
  display: block;
  width: 815px;
  height: 815px;
  background: url(/cms/hs_kwansei/img/top/circle_step_02.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -2rem);
          transform: translate(-45%, -2rem);
  z-index: 0;
}
.topStep .topStepBlock02 > * {
  position: relative;
  z-index: 1;
}
.topStep .topStepBlock02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3.6rem -2rem 0;
}
.topStep .topStepBlock02__ctrl {
  position: sticky;
  top: 11rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -4rem;
}
.topStep .topStepBlock02__ctrl > button {
  position: relative;
  font-size: 0;
  background: none;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2258%22%20height%3D%2268%22%20viewBox%3D%220%200%2058%2068%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2258%22%20height%3D%2268%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%233a5a9a%22%20flood-opacity%3D%220.365%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(9%209)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-9%2C%20-9)%22%20filter%3D%22url(%23%E9%95%B7%E6%96%B9%E5%BD%A2_240)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240-2%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20240%22%20width%3D%2240%22%20height%3D%2250%22%20rx%3D%223%22%20transform%3D%22translate(49%2059)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_222%22%20data-name%3D%22%E3%83%91%E3%82%B9%20222%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(685.5%201444.267)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  width: 4rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topStep .topStepBlock02__ctrl > button:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2258%22%20height%3D%2268%22%20viewBox%3D%220%200%2058%2068%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2258%22%20height%3D%2268%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%233a5a9a%22%20flood-opacity%3D%220.365%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(9%209)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-9%2C%20-9)%22%20filter%3D%22url(%23%E9%95%B7%E6%96%B9%E5%BD%A2_240)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240-2%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20240%22%20width%3D%2240%22%20height%3D%2250%22%20rx%3D%223%22%20transform%3D%22translate(49%2059)%20rotate(180)%22%20fill%3D%22%23ebefff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_222%22%20data-name%3D%22%E3%83%91%E3%82%B9%20222%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(685.5%201444.267)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%239aaed1%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.topStep .topStepBlock02__ctrl > button:first-child {
  left: 0.5rem;
}
.topStep .topStepBlock02__ctrl > button:last-child {
  right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topStep .topStepBlock02__item {
  width: calc(50% - 4rem);
  margin: 3.6rem 2rem 0;
}
.topStep .topStepBlock02__item__figure {
  position: relative;
  right: -1.8rem;
  bottom: 0;
}
.topStep .topStepBlock02__item__text {
  position: relative;
  z-index: 1;
  background: white;
  border-left: solid 0.4rem #1E3C91;
  padding: 2.6rem 1.5rem;
  -webkit-box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.08);
  margin-top: -1rem;
}
.topStep .topStepBlock02__item__title {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 500;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  margin-bottom: 0.5rem;
}
.topStep .topStepBlock02__item__desc {
  font-weight: 400;
  text-align: right;
  position: relative;
  color: #505A75;
}
.topStep .topStepBlock02__item__desc > span {
  display: inline-block;
  background: white;
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}
.topStep .topStepBlock02__item__desc:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  /* safari 5.1+,chrome 10+ */
  /* global 94%+ browsers support */
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 221, 252)), to(rgb(0, 77, 191)));
  background: linear-gradient(90deg, rgb(219, 221, 252) 0%, rgb(0, 77, 191) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.topStep .topStepBlock03 {
  position: relative;
}
.topStep .topStepBlock03:before {
  content: "";
  display: block;
  width: 900px;
  height: 900px;
  background: url(/cms/hs_kwansei/img/top/circle_step_03.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(56%, -4rem);
          transform: translate(56%, -4rem);
  z-index: 0;
}
.topStep .topStepBlock03 > * {
  position: relative;
  z-index: 1;
}
.topStep .topStepBlock03__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topStep .topStepBlock03__list:before {
  content: "";
  display: block;
  width: 11.5rem;
  height: 13rem;
  background: url(/cms/hs_kwansei/img/top/step_03_arrow.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topStep .topStepBlock03__item {
  background: white;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 2rem;
  width: 39rem;
}
.topStep .topStepBlock03__item__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #1E3C91;
  text-align: center;
  margin-bottom: 2.3rem;
}
.topStep .topStepBlock03__item__title > span {
  position: relative;
  display: inline-block;
  background: white;
  padding: 0 1rem;
  z-index: 1;
}
.topStep .topStepBlock03__item__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C7CEE2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.topStep .topStepBlock03__item__figure {
  margin-bottom: 1.6rem;
}
.topStep .topStepBlock03__item__body {
  text-align: center;
}
.topStep .topStepBlock03__item__subTitle {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #0143C6;
  margin-bottom: 1.1rem;
  line-height: 1.6;
}
.topStep .topStepBlock03__item__desc {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 400;
}
.topStep__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}

.topClub {
  background: #f4f5fa;
  position: relative;
  z-index: 2;
}
.topClub .topClubBlock {
  background: white;
  border-radius: 0.3rem;
  padding: 5rem 2.4rem 8.7rem;
  border-radius: 0.3rem;
  position: relative;
}
.topClub .topClubBlock:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(135deg, #DBDDFC 0%, #3872CF 25%, #CDD4F8 70%, #004DBF 100%);
  border-radius: 0.3rem;
  z-index: 0;
}
.topClub .topClubBlock:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.5rem;
}
.topClub .topClubBlock > * {
  position: relative;
  z-index: 2;
}
.topClub .topClubBlock__title {
  text-align: center;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.8rem;
}
.topClub .topClubBlock__title span {
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}
.topClub .topClubBlock__title span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  /* ff 3.6+ */
  /* safari 5.1+,chrome 10+ */
  /* opera 11.10+ */
  background: -o-linear-gradient(90deg, #DBDDFC 0%, #3872CF 25%, #CDD4F8 70%, #004DBF 100%);
  /* ie 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004DBF", endColorstr="#DBDDFC", GradientType=0 );
  /* ie 10+ */
  /* global 94%+ browsers support */
  background: -webkit-gradient(linear, left top, right top, from(#DBDDFC), color-stop(25%, #3872CF), color-stop(70%, #CDD4F8), to(#004DBF));
  background: linear-gradient(90deg, #DBDDFC 0%, #3872CF 25%, #CDD4F8 70%, #004DBF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.topClub .topClubBlock__lead01 {
  text-align: center;
  color: #505A75;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.topClub .topClubBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -2rem -0.7rem 5rem -0.8rem;
}
.topClub .topClubBlock__ctrl {
  position: sticky;
  top: 18.5rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -4rem;
  z-index: 2;
}
.topClub .topClubBlock__ctrl > button {
  position: relative;
  font-size: 0;
  background: none;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2258%22%20height%3D%2268%22%20viewBox%3D%220%200%2058%2068%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2258%22%20height%3D%2268%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%233a5a9a%22%20flood-opacity%3D%220.365%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(9%209)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-9%2C%20-9)%22%20filter%3D%22url(%23%E9%95%B7%E6%96%B9%E5%BD%A2_240)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240-2%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20240%22%20width%3D%2240%22%20height%3D%2250%22%20rx%3D%223%22%20transform%3D%22translate(49%2059)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_222%22%20data-name%3D%22%E3%83%91%E3%82%B9%20222%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(685.5%201444.267)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  width: 4rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topClub .topClubBlock__ctrl > button:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2258%22%20height%3D%2268%22%20viewBox%3D%220%200%2058%2068%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2258%22%20height%3D%2268%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%233a5a9a%22%20flood-opacity%3D%220.365%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(9%209)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-9%2C%20-9)%22%20filter%3D%22url(%23%E9%95%B7%E6%96%B9%E5%BD%A2_240)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240-2%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20240%22%20width%3D%2240%22%20height%3D%2250%22%20rx%3D%223%22%20transform%3D%22translate(49%2059)%20rotate(180)%22%20fill%3D%22%23ebefff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_222%22%20data-name%3D%22%E3%83%91%E3%82%B9%20222%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(685.5%201444.267)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%239aaed1%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.topClub .topClubBlock__ctrl > button:first-child {
  left: -0.5rem;
}
.topClub .topClubBlock__ctrl > button:last-child {
  right: -0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topClub .topClubBlock__item {
  padding-top: 6rem;
  position: relative;
  margin: 2rem 0.7rem 0 0.8rem;
  width: calc(33.3333333333% - 1.5rem);
}
.topClub .topClubBlock__item__head {
  width: 11.1rem;
  height: 11.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  background: url(/cms/hs_kwansei/img/top/bg_club_head.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topClub .topClubBlock__item__figure {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.topClub .topClubBlock__item__text {
  text-align: center;
  font-weight: 500;
}
.topClub .topClubBlock__lead02 {
  color: rgba(0, 0, 0, 0);
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  text-align: center;
}
.topClub .topClubBlock__lead02 span {
  display: inline-block;
  /* safari 5.1+,chrome 10+ */
  /* global 94%+ browsers support */
  background: -webkit-gradient(linear, left top, right top, from(rgb(136, 161, 218)), to(rgb(31, 86, 178)));
  background: linear-gradient(90deg, rgb(136, 161, 218) 0%, rgb(31, 86, 178) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.topClub .topClubBlock__btns {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topInfo {
  background: #f4f5fa;
  position: relative;
  z-index: 1;
  padding-top: 15rem;
}
.topInfo__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.8rem;
  margin-bottom: 4.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.topInfo .newsBlock01 {
  position: relative;
}
.topInfo .newsBlock01:before {
  content: "";
  display: block;
  position: absolute;
  width: 815px;
  height: 815px;
  background: url(/cms/hs_kwansei/img/top/circle_info.png) center center no-repeat;
  background-size: cover;
  top: -10rem;
  left: 0;
  -webkit-transform: translate(-40%, -45%);
          transform: translate(-40%, -45%);
  z-index: 0;
}
.topInfo .newsBlock01 > * {
  position: relative;
  z-index: 1;
}
.topInfo .newsBlock01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.topInfo .newsBlock01__hook {
  text-decoration: none;
  margin: 0 0.5rem;
  border: solid 1px #1E3C91;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 15rem;
  min-height: 4rem;
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1E3C91;
  background: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topInfo .newsBlock01__hook:hover {
  opacity: 1;
  background: #DAE0F8;
}
.topInfo .newsBlock01__hook.is-active {
  background: #1E3C91;
  color: white;
}
.topInfo .newsBlock01__cont {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  display: none;
  opacity: 0;
}
.topInfo .newsBlock01__cont.is-show {
  display: block;
}
.topInfo .newsBlock01__cont.is-show.is-active {
  opacity: 1;
}
.topInfo .newsBlock01__box {
  background: white;
  padding: 4rem 1.8rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
}
.topInfo .newsBlock01__btns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsList01__item:not(:last-child) {
  padding-bottom: 1.6rem;
  border-bottom: solid 1px #ECF1F9;
  margin-bottom: 1.6rem;
}
.newsList01__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsList01__date {
  color: #5F7AC7;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}
.newsList01__title {
  font-weight: 400;
}

.newsList02__item a {
  text-decoration: none;
  color: #555555;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.newsList02__item a:hover {
  color: #9AAED1;
}
.newsList02__date {
  min-width: 5.5rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  color: #555555;
}
.newsList02__icon {
  font-size: 1rem;
  font-weight: bold;
  color: #212121 !important;
  padding: 0.1rem 1rem;
  background: #FFF000;
  border-radius: 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
.newsList02__title {
  font-size: 1.2rem;
}

.topEvent {
  padding-top: 15rem;
  position: relative;
}
.topEvent:before {
  content: "";
  display: block;
  width: 100%;
  height: 888px;
  background: url(/cms/hs_kwansei/img/top/bg_event.png) bottom center no-repeat;
  /*20230303修正
  background-size: contain;*/
  background-size: auto;
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -15rem;
}
.topEvent .topInner {
  position: relative;
  z-index: 2;
}
.topEvent__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.8rem;
  margin-bottom: 3rem;
  text-align: center;
}
.topEvent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -1rem -1rem 0;
  position: relative;
}
.topEvent__list:before {
  content: "";
  display: block;
  width: 782px;
  height: 782px;
  background: url(/cms/hs_kwansei/img/top/circle_event.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -15rem;
  right: 0;
  -webkit-transform: translate(55%, 15%);
          transform: translate(55%, 15%);
  z-index: 1;
}
.topEvent__list > * {
  position: relative;
  z-index: 2;
}
.topEvent__listWrap {
  padding-top: 1rem;
  margin-bottom: 4rem;
}
.topEvent__item {
  display: block;
  text-decoration: none;
  background: white;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(25% - 2rem);
  margin: 2rem 1rem 0;
}
.topEvent__item:hover {
  background: #F2F4FA;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.32);
}
.topEvent__item span {
  display: inline-block;
}
.topEvent__item__date {
  display: block;
  margin: 1.5rem 1.5rem 1rem;
  border-bottom: solid 1px #EFEFEF;
  color: #B0BDE0;
  font-size: 2rem;
  line-height: 1.4;
}
.topEvent__item__date__year {
  font-family: "Allura", cursive;
  color: #AABACD;
  font-size: 2.1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topEvent__item__date__month {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #1E3C91;
  margin-right: 0.2rem;
}
.topEvent__item__date__day {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #1E3C91;
  margin-left: 0.2rem;
}
.topEvent__item__date__wday {
  font-size: 1.1rem;
  color: #1E3C91;
  margin-left: 0.5rem;
}
.topEvent__item__title {
  padding: 0 1.5rem 2.8rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
}
.topEvent__btns {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topInstagram {
  padding-top: 12.5rem;
}
.topInstagram__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  letter-spacing: 0.15em;
}
.topInstagram__title__en {
  font-family: "Allura", cursive;
  font-size: 5rem;
  color: #D3E6EE;
  display: inline-block;
  margin-bottom: -1rem;
}
.topInstagram__title__ja {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
}
.topInstagram__lead {
  text-align: center;
  margin-bottom: 7rem;
}
.topInstagram__figure {
  text-align: center;
}
.topInstagram__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}

.topRate {
  padding-top: 16rem;
}
.topRate .topInner {
  position: relative;
}
.topRate .topInner:before {
  content: "";
  display: block;
  width: 894px;
  height: 894px;
  background: url(/cms/hs_kwansei/img/top/circle_rate_01.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-41%, -74%);
          transform: translate(-41%, -74%);
  z-index: -1;
}
.topRate .topRateBlock {
  border: solid 1px #1E3C91;
  border-radius: 3px;
  padding: 4rem 4rem 3.5rem;
  color: #1E3C91;
}
.topRate .topRateBlock__lead {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}
.topRate .topRateBlock__point {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topRate .topRateBlock__point__text {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  margin-right: 5rem;
}
.topRate .topRateBlock__point__text span {
  font-size: 2rem;
}
.topRate .topRateBlock__point__num {
  font-size: 6rem;
  line-height: 1;
}
.topRate .topRateBlock__point__num strong {
  font-size: 10rem;
}

.section {
  margin-bottom: 8rem;
}
.section__inner > *:first-child {
  margin-top: 0;
}
.section__inner > *:last-child {
  margin-bottom: 0 !important;
}

.mv01 {
  position: relative;
  margin-bottom: 2rem;
  width: 100vw;
  min-width: 1280px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #E4EDF8;
}
.mv01:before {
  content: "";
  display: block;
  width: 19rem;
  height: 19rem;
  background: url(/cms/hs_kwansei/img/common/bg_mv01_01.png) left top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mv01__text {
  background: none;
  padding: 5rem 10rem 5rem 10rem;
  z-index: 1;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #1E3C91;
  position: relative;
  width: 64rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1620px) {
  .mv01__text {
    width: calc(64rem + 50vw - 800px);
  }
}
@media only screen and (min-width: 1620px) {
  .mv01__text {
    width: 40vw;
  }
}
.mv01__text:after {
  content: "";
  display: block;
  width: 22rem;
  height: 22rem;
  background: url(/cms/hs_kwansei/img/common/bg_mv01_02.png) left top no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.mv01__text .pageTitle {
  position: relative;
  z-index: 1;
}
.mv01__text > *:last-child {
  margin-bottom: 0 !important;
}
.mv01__figure {
  width: auto;
  overflow: hidden;
  height: 35rem;
  max-width: calc(100% - 64rem);
}
@media only screen and (min-width: 1620px) {
  .mv01__figure {
    height: 21.875vw;
  }
}
.mv01__image {
  max-width: none;
  height: 100%;
  width: auto;
}

.sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
  padding-bottom: 3rem;
  position: relative;
  letter-spacing: 0.15em;
}
.sectionTitle:before {
  content: "";
  display: block;
  width: 20rem;
  height: 2px;
  background: #3872CF;
  background: -webkit-gradient(linear, right top, left top, from(#DBDDFC), color-stop(25%, #3872CF), color-stop(70%, #CDD4F8), to(#004DBF));
  background: linear-gradient(-90deg, #DBDDFC 0%, #3872CF 25%, #CDD4F8 70%, #004DBF 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sectionTitle__en {
  font-family: "Allura", cursive;
  font-size: 5rem;
  color: #D3E6EE;
  display: inline-block;
  margin-bottom: -1rem;
}
.sectionTitle__ja {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 500;
}

.title02 {
  font-size: 3.4rem;
  line-height: 1.4117647059;
  font-weight: 500;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #1E3C91;
  border-bottom: solid 2px #3872CF;
  -o-border-image: linear-gradient(-90deg, #DBDDFC 0%, #3872CF 25%, #CDD4F8 70%, #004DBF 100%);
     border-image: -webkit-gradient(linear, right top, left top, from(#DBDDFC), color-stop(25%, #3872CF), color-stop(70%, #CDD4F8), to(#004DBF));
     border-image: linear-gradient(-90deg, #DBDDFC 0%, #3872CF 25%, #CDD4F8 70%, #004DBF 100%);
  border-image-slice: 1;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0.8rem;
  margin-bottom: 9rem;
  position: relative;
}
.title02:before {
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22201.582%22%20height%3D%22201.582%22%20viewBox%3D%220%200%20201.582%20201.582%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_23%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22201.582%22%20height%3D%22201.582%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%231e3c91%22%20flood-opacity%3D%220.102%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_22%22%20x%3D%2211.443%22%20y%3D%2211.443%22%20width%3D%22178.708%22%20height%3D%22178.708%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20dy%3D%223%22%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%2215%22%20result%3D%22blur-2%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%231e3c91%22%20flood-opacity%3D%220.102%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur-2%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_331%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20331%22%20transform%3D%22matrix(0.342%2C%200.94%2C%20-0.94%2C%200.342%2C%202131.152%2C%20-382.729)%22%20opacity%3D%220.8%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.34%2C%20-0.94%2C%200.94%2C%200.34%2C%20-369.25%2C%202133.53)%22%20filter%3D%22url(%23%E6%A5%95%E5%86%86%E5%BD%A2_23)%22%20style%3D%22mix-blend-mode%3A%20multiply%3Bisolation%3A%20isolate%22%3E%0A%20%20%20%20%20%20%3Cellipse%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_23-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2023%22%20cx%3D%2255.791%22%20cy%3D%2255.791%22%20rx%3D%2255.791%22%20ry%3D%2255.791%22%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%2045%2C%2042)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.34%2C%20-0.94%2C%200.94%2C%200.34%2C%20-369.25%2C%202133.53)%22%20filter%3D%22url(%23%E6%A5%95%E5%86%86%E5%BD%A2_22)%22%20style%3D%22mix-blend-mode%3A%20multiply%3Bisolation%3A%20isolate%22%3E%0A%20%20%20%20%20%20%3Cellipse%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_22-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2022%22%20cx%3D%2244.354%22%20cy%3D%2244.354%22%20rx%3D%2244.354%22%20ry%3D%2244.354%22%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%2056.44%2C%2053.44)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -18%);
          transform: translate(-45%, -18%);
  z-index: -1;
}
.title02__sub {
  margin-bottom: 0.5rem;
  padding-left: 3rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  color: #9AAED1;
  position: relative;
}
.title02__sub:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: #9AAED1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title03, .movie_area .titleMovies {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5769230769;
  font-weight: 500;
  padding: 1rem 2rem;
  background: #E8EBF4;
  color: #1D3C91;
  border: solid 1px #1D3C91;
  margin-bottom: 4rem;
}

.title04 {
  font-size: 2.6rem;
  line-height: 1.5769230769;
  font-weight: 500;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #1E3C91;
  margin: 4rem 0 4rem;
  padding-left: 3rem;
  position: relative;
}
.title04:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: solid 1px #1E3C91;
  background: #1E3C91;
  -webkit-box-shadow: inset 0 0 0 3px white;
          box-shadow: inset 0 0 0 3px white;
  border-radius: 50%;
  position: absolute;
  top: 1.8rem;
  left: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title05 {
  font-size: 1.8rem;
  line-height: 1.8666666667;
  font-weight: 500;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #1E3C91;
  margin: 4rem 0 4rem;
  padding-left: 2rem;
  position: relative;
}
.title05:before {
  content: "";
  display: block;
  width: 7px;
  /*20230317修正
  height: 90%;*/
  height: 100%;
  background: #1E3C91;
  border-right: solid 2px #A2B7D9;
  position: absolute;
  /*20230317修正
  top: 1.6rem;*/
  top: 0;
  left: 0;
  /*20230317修正
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);*/
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.title06 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #1E3C91;
  margin: 4rem 0 4rem;
  padding-left: 2rem;
  position: relative;
}
.title06:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #1E3C91;
  border-radius: 50%;
  position: absolute;
  top: 1.4rem;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list01,
.list {
  margin-bottom: 6rem;
}
.list01 > li,
.list > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em !important;
}
.list01 > li:not(:last-child),
.list > li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.list01 > li:before,
.list > li:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: middle;
  background-color: #1E3C91;
  border-radius: 50%;
  text-indent: 0;
  margin-left: 0.6em;
  margin-right: 0.7em;
  margin-bottom: 0.2em;
}
.list01 > li a,
.list > li a {
  text-decoration: none;
  text-indent: initial;
}
.list01 > li span,
.list > li span {
  display: inline;
}

.list02 {
  margin-bottom: 6rem;
}
.list02 > li {
  list-style-type: none;
  padding-left: 2rem;
  position: relative;
  line-height: 2;
}
.list02 > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list02 > li:before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.205%22%20height%3D%2214.08%22%20viewBox%3D%220%200%2012.205%2014.08%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M10.887%2C6.54%2C8.229%2C6.391a1.448%2C1.448%2C0%2C0%2C1-.311-.077%2C1.366%2C1.366%2C0%2C0%2C1%2C.147-.23L9.494%2C4.443c.451-.575.712-1.153.579-1.285s-.71.128-1.285.579L7.148%2C5.166a1.419%2C1.419%2C0%2C0%2C1-.274.166%2C1.484%2C1.484%2C0%2C0%2C1-.122-.419L6.6%2C1.319C6.515.593%2C6.289%2C0%2C6.1%2C0S5.69.593%2C5.6%2C1.319L5.454%2C4.913a1.491%2C1.491%2C0%2C0%2C1-.122.419%2C1.446%2C1.446%2C0%2C0%2C1-.274-.166L3.417%2C3.737c-.575-.45-1.152-.71-1.285-.579s.128.71.579%2C1.285L4.14%2C6.084a1.354%2C1.354%2C0%2C0%2C1%2C.147.23%2C1.456%2C1.456%2C0%2C0%2C1-.311.077L1.319%2C6.54C.593%2C6.628%2C0%2C6.852%2C0%2C7.04s.593.412%2C1.319.5l2.657.149a1.429%2C1.429%2C0%2C0%2C1%2C.374.1%2C1.5%2C1.5%2C0%2C0%2C1-.21.381L2.712%2C9.814c-.451.575-.712%2C1.152-.579%2C1.285s.71-.128%2C1.285-.578L5.058%2C9.09A1.5%2C1.5%2C0%2C0%2C1%2C5.4%2C8.9a1.445%2C1.445%2C0%2C0%2C1%2C.059.267L5.6%2C12.761c.087.725.314%2C1.319.5%2C1.319s.412-.594.5-1.319l.149-3.595A1.363%2C1.363%2C0%2C0%2C1%2C6.81%2C8.9a1.5%2C1.5%2C0%2C0%2C1%2C.338.191l1.641%2C1.43c.574.45%2C1.152.711%2C1.285.578s-.128-.71-.579-1.285L8.065%2C8.173a1.506%2C1.506%2C0%2C0%2C1-.21-.381%2C1.434%2C1.434%2C0%2C0%2C1%2C.374-.1l2.657-.149c.725-.088%2C1.319-.312%2C1.319-.5s-.594-.413-1.319-.5%22%20fill%3D%22%23fff4ac%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list02 > li a {
  text-decoration: none;
  text-indent: initial;
}
.list02 > li span {
  display: inline;
}

.linkList01,
.linkList {
  margin-bottom: 6rem;
}
.linkList01 > li:not(:last-child),
.linkList > li:not(:last-child) {
  margin-bottom: 2rem;
}
.linkList01 > li > a,
.linkList > li > a {
  text-decoration: none;
  position: relative;
  color: #1E3C91;
  padding-left: 1.5em;
  display: inline-block;
}
.linkList01 > li > a:before,
.linkList > li > a:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2214%22%20viewBox%3D%220%200%207%2014%22%3E%0A%20%20%3Cpath%20id%3D%22%E7%9F%A2%E5%8D%B0%22%20d%3D%22M6.293.707a1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.586%2C4.586A1%2C1%2C0%2C0%2C1%2C11.586%2C7H2.414a1%2C1%2C0%2C0%2C1-.707-1.707Z%22%20transform%3D%22translate(7)%20rotate(90)%22%20fill%3D%22%231e3c91%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.linkList01--col2, .linkList01--col3, .linkList01--col4,
.linkList--col2,
.linkList--col3,
.linkList--col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem -1.7rem 6rem;
}
.linkList01--col2 > li, .linkList01--col3 > li, .linkList01--col4 > li,
.linkList--col2 > li,
.linkList--col3 > li,
.linkList--col4 > li {
  margin: 3.5rem 1.7rem 0;
  margin-bottom: 0 !important;
}
.linkList01--col2 > li,
.linkList--col2 > li {
  width: calc(50% - 3.4rem);
}
.linkList01--col3 > li,
.linkList--col3 > li {
  width: calc(33.3333333333% - 3.4rem);
}
.linkList01--col4 > li,
.linkList--col4 > li {
  width: calc(25% - 3.4rem);
}

.paragraph {
  margin-bottom: 6rem;
}
.paragraph:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.paragraph *[class*=image_] img {
  max-width: 100%;
  text-align: center;
}
.paragraph *[class*=image_] img + .caption {
  margin: 1rem 0 0;
  text-align: center;
  color: #3C2102;
}
.paragraph *[class*=image_] + .float_text {
  margin-top: 1.5rem;
}
.paragraph .image_right {
  float: right;
  margin-left: 4rem;
}
.paragraph .image_left {
  float: left;
  margin-right: 4rem;
}
.paragraph .float_text {
  width: 100%;
}

.image_top,
.image_bottom {
  margin: 1em auto;
  max-width: 100%;
  text-align: center;
}
.image_top img,
.image_bottom img {
  max-width: 100%;
}

.linkBox {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5.2rem;
  padding-left: 6.7rem;
  font-size: 1.68rem;
  line-height: 1.4166666667;
  font-weight: bold;
  text-decoration: none !important;
  color: #3C2102;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("/cms/hs_kwansei/img/common/icons.svg#view-link-relate-01") left center no-repeat;
  background-size: 5.2rem 5.2rem !important;
}
.linkBox:hover {
  opacity: 0.75;
}
.linkBox__sub {
  display: block !important;
  font-size: 1.2rem;
  font-weight: normal;
}
.linkBox.related {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-relate-02");
}
.linkBox.other_window {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-newWindow-01");
}
.linkBox.other_window02 {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-newWindow-02");
}
.linkBox.news {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-news-01");
}
.linkBox.word {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-word-01");
}
.linkBox.xls {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-excel-01");
}
.linkBox.pdf {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-pdf-01");
}
.linkBox.other {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-link-other-01");
}
.linkBox.youtube {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-youtube");
}
.linkBox.line {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-line");
}
.linkBox.instagram {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-instagram");
}
.linkBox.twitter {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-twitter");
}
.linkBox.facebook {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-facebook");
}
.linkBox--black.youtube {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-youtube-bk");
}
.linkBox--black.line {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-line-bk");
}
.linkBox--black.instagram {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-instagram-bk");
}
.linkBox--black.twitter {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-twitter-bk");
}
.linkBox--black.facebook {
  background-image: url("/cms/hs_kwansei/img/common/icons.svg#view-sns-facebook-bk");
}

.iconLink {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0;
}
.iconLink.word:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 3.5rem;
  height: 2rem;
  background: url("/cms/hs_kwansei/img/common/icons.svg#view-link-word-02") bottom center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.iconLink.xls:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 3.5rem;
  height: 2rem;
  background: url("/cms/hs_kwansei/img/common/icons.svg#view-link-excel-02") bottom center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.iconLink.pdf:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 3.5rem;
  height: 2rem;
  background: url("/cms/hs_kwansei/img/common/icons.svg#view-link-pdf-02") bottom center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.iconLink.other {
  color: #8B7357;
}
.iconLink.other:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url("/cms/hs_kwansei/img/common/icons.svg#view-link-other-02") bottom center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -0.3em;
}

.snsLink {
  display: inline-block;
}
.snsLink + .snsLink {
  margin-left: 2rem;
}

table[class^=table] {
  margin: 2rem 0 6rem;
  border-collapse: separate;
  border-spacing: 0.1em;
  background: #AABACD;
}

table[class^=table] thead tr > * {
  background: #DAE0F8;
  padding: 3rem 2rem;
}

table[class^=table] th {
  text-align: center;
  background: #DAE0F8;
  padding: 2rem;
}

table[class^=table] td {
  background: white;
  padding: 2rem;
}

table[class^=table] th > *:first-child, table[class^=table] td > *:first-child {
  margin-top: 0;
}

table[class^=table] th > *:last-child, table[class^=table] td > *:last-child {
  margin-bottom: 0;
}

.table td {
  background: white;
}

.color-red {
  color: #DD2D2D;
}

.color-green {
  color: #198859;
}

.color-blue {
  color: #077ABD;
}

.color-blue-dark {
  color: #143881;
}

.color-purple {
  color: #380096;
}

.color-red-01 {
  color: #C10435;
}

.bold {
  font-weight: bold;
}

.under-line {
  text-decoration: underline;
}

.font-s_05 {
  font-size: 0.5em;
}

.font-s_06 {
  font-size: 0.6em;
}

.font-s_07 {
  font-size: 0.7em;
}

.font-s_08 {
  font-size: 0.8em;
}

.font-s_09 {
  font-size: 0.9em;
}

.font-l_01 {
  font-size: 1.1em;
}

.font-l_02 {
  font-size: 1.2em;
}

.font-l_03 {
  font-size: 1.3em;
}

.font-l_04 {
  font-size: 1.4em;
}

.font-l_05 {
  font-size: 1.5em;
}

.font-l_06 {
  font-size: 1.6em;
}

.font-l_07 {
  font-size: 1.7em;
}

.font-l_08 {
  font-size: 1.8em;
}

.font-l_09 {
  font-size: 1.9em;
}

.font-l_10 {
  font-size: 2em;
}

.note {
  font-size: 1.2rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: -4.2rem -2.1rem 5rem;
}
.row__col {
  width: calc(100% - 4.2rem);
  margin: 4.2rem 2.1rem 0;
}
.row__col > *:last-child {
  margin-bottom: 0 !important;
}
.row__col a[class*=btn0] {
  min-width: 0;
  width: 100%;
}
.row--col2 > .row__col {
  width: calc(50% - 4.2rem);
}
.row--col3 > .row__col {
  width: calc(100% / 3 - 4.2rem);
}
@media all and (-ms-high-contrast: none) {
  .row--col3 > .row__col {
    max-width: calc(33% - 4.2rem);
  }
}
.row--col4 > .row__col {
  width: calc(25% - 4.2rem);
}
.row--col5 > .row__col {
  width: calc(20% - 4.2rem);
}
.row--col6 > .row__col {
  width: calc(100% / 6 - 4.2rem);
}
@media all and (-ms-high-contrast: none) {
  .row--col6 > .row__col {
    max-width: calc(16.6% - 4.2rem);
  }
}
.pagenation {
  margin: 3rem auto;
  padding: 0;
}
.pagenation a {
  text-decoration: none;
}
.pagenation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem;
}
.pagenation__btn {
  margin: 0 0.5rem;
}
.pagenation__btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 2.5rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3rem;
  background: #E4E9F2;
  color: #9AAED1;
}
.pagenation__btn.cur > a {
  background: #1E3C91;
  color: #FFFFFF;
}
.pagenation__link {
  margin: 0 1rem;
}
.pagenation__link > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  width: 2rem;
  height: 2.5rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenation__link > a:before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenation__link > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: -5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.pagenation__link > a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pagenation__link--first, .pagenation__link--last {
  margin: 0 -0.5rem;
}
.pagenation__link--first > a:before {
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.013%22%20height%3D%2215.296%22%20viewBox%3D%220%200%2014.013%2015.296%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_368%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20368%22%20transform%3D%22translate(-688.27%20-7950.113)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_224%22%20data-name%3D%22%E3%83%91%E3%82%B9%20224%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(1364.955%209377.032)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_225%22%20data-name%3D%22%E3%83%91%E3%82%B9%20225%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(1360.651%209377.032)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.pagenation__link--prev > a:before {
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.71%22%20height%3D%2215.296%22%20viewBox%3D%220%200%209.71%2015.296%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_223%22%20data-name%3D%22%E3%83%91%E3%82%B9%20223%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(672.382%201426.919)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.pagenation__link--next > a:before {
  -webkit-transform: translate(-45%, -50%) scaleX(-1);
          transform: translate(-45%, -50%) scaleX(-1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.71%22%20height%3D%2215.296%22%20viewBox%3D%220%200%209.71%2015.296%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_223%22%20data-name%3D%22%E3%83%91%E3%82%B9%20223%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(672.382%201426.919)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.pagenation__link--last > a:before {
  -webkit-transform: translate(-45%, -50%) scaleX(-1);
          transform: translate(-45%, -50%) scaleX(-1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.013%22%20height%3D%2215.296%22%20viewBox%3D%220%200%2014.013%2015.296%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_368%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20368%22%20transform%3D%22translate(-688.27%20-7950.113)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_224%22%20data-name%3D%22%E3%83%91%E3%82%B9%20224%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(1364.955%209377.032)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_225%22%20data-name%3D%22%E3%83%91%E3%82%B9%20225%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(1360.651%209377.032)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.radius-25 {
  border-radius: 2.5rem;
  overflow: hidden;
}

#banner .bannerSlide {
  margin-bottom: 5rem;
}
#banner .bannerSlide div {
  text-align: center;
}
#banner .bannerSlide div a {
  width: 100%;
  vertical-align: bottom;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#banner .bannerSlide div a img {
  margin: 0 auto;
}
#banner .bannerSlide div .slick-slide {
  padding: 0 0.5rem;
}
#banner .bannerSlide .slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2258%22%20height%3D%2268%22%20viewBox%3D%220%200%2058%2068%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2258%22%20height%3D%2268%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%233a5a9a%22%20flood-opacity%3D%220.365%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(9%209)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-9%2C%20-9)%22%20filter%3D%22url(%23%E9%95%B7%E6%96%B9%E5%BD%A2_240)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240-2%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20240%22%20width%3D%2240%22%20height%3D%2250%22%20rx%3D%223%22%20transform%3D%22translate(49%2059)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_222%22%20data-name%3D%22%E3%83%91%E3%82%B9%20222%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(685.5%201444.267)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  width: 4rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#banner .bannerSlide .slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2258%22%20height%3D%2268%22%20viewBox%3D%220%200%2058%2068%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2258%22%20height%3D%2268%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeOffset%20input%3D%22SourceAlpha%22%2F%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%233a5a9a%22%20flood-opacity%3D%220.365%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20operator%3D%22in%22%20in2%3D%22blur%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20in%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(9%209)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C%200%2C%200%2C%201%2C%20-9%2C%20-9)%22%20filter%3D%22url(%23%E9%95%B7%E6%96%B9%E5%BD%A2_240)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_240-2%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20240%22%20width%3D%2240%22%20height%3D%2250%22%20rx%3D%223%22%20transform%3D%22translate(49%2059)%20rotate(180)%22%20fill%3D%22%23ebefff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_222%22%20data-name%3D%22%E3%83%91%E3%82%B9%20222%22%20d%3D%22M663%2C1412l8.607%2C7.478L663%2C1426.532%22%20transform%3D%22translate(685.5%201444.267)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%239aaed1%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
#banner .bannerSlide .slick-arrow.slick-prev {
  left: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#banner .bannerSlide .slick-arrow.slick-next {
  right: 0.5rem;
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
}
#banner .bannerSlide .slick-dots {
  margin: 0;
  padding-top: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#banner .bannerSlide .slick-dots li {
  line-height: 0;
}
#banner .bannerSlide .slick-dots li button {
  border: none;
  display: inline-block;
  background: #E4E9F2;
  font-size: 0;
  width: 8rem;
  height: 0.4rem;
}
#banner .bannerSlide .slick-dots li.slick-active button {
  background: #1E3C91;
}
#banner .bannerSlide-w100 .slick-list {
  overflow: visible;
}
#banner .bannerSlide-w100 .slick-slide {
  padding: 0 1px;
}
@media only screen and (min-width: 1350px) {
  #banner .bannerSlide-w100 .slick-arrow.slick-prev {
    margin-right: -0.5rem;
  }
}
@media only screen and (min-width: 1350px) {
  #banner .bannerSlide-w100 .slick-arrow.slick-next {
    margin-left: -0.5rem;
  }
}

.acc {
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 0 2rem 0 rgba(58, 90, 154, 0.2);
          box-shadow: 0 0 2rem 0 rgba(58, 90, 154, 0.2);
  background: white;
}
.acc__hook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 7rem 3rem 3rem;
  color: #1E3C91;
  text-decoration: none;
  position: relative;
}
.acc__hook:before, .acc__hook:after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 1px;
  background: #1E3C91;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.acc__hook:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.acc__hook:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.acc__hook.is-open:after {
  -webkit-transform: translateY(-50%) rotate(90deg) scaleX(0);
          transform: translateY(-50%) rotate(90deg) scaleX(0);
}
.acc__cont {
  padding: 1px 3rem 3rem;
}
.acc__cont > *:first-child {
  margin-top: 0;
}
.acc__cont > *:last-child {
  margin-bottom: 0 !important;
}

.faq__q {
  display: inline-block;
  padding-left: 4.8rem;
  position: relative;
}
.faq__q:before {
  content: "Q.";
  display: inline-block;
  font-family: "Allura", cursive;
  font-size: 3.5rem;
  color: #AABACD;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__a {
  display: block;
  padding-left: 4.8rem;
  position: relative;
}
.faq__a > *:last-child {
  margin-bottom: 0 !important;
}
.faq__a:before {
  content: "A.";
  display: inline-block;
  font-family: "Allura", cursive;
  font-size: 3.5rem;
  color: #DD2D2D;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.movie_area {
  margin-bottom: 8rem;
}
.movie_area__inner {
  position: relative;
  background: #F3F5F9;
  padding-left: 50%;
  margin-left: -50%;
  padding-right: 50%;
  margin-right: -50%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.movie_area .leadMovies {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin: 0 0 5.4rem !important;
}
.movie_area .boxMovies {
  background: #DAE0F8;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
}
.movie_area .boxMovies:not(.is-current) {
  display: none;
}
.movie_area .boxMovies.is-current {
  display: block;
}
.movie_area .boxMovies__title {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
}
.movie_area .boxMovies__text {
  padding: 2rem 3rem;
}
.movie_area .iframeWrap {
  margin: 0 0 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_area .iframeWrap > * {
  margin: 0;
}
.movie_area .iframeWrap > iframe {
  width: 100%;
  height: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
}
.movie_area .iframeWrap02 {
  margin: 0 0 0;
  position: relative;
  height: 675px;
  width: 100%;
  max-height: 80vmin;
}
.movie_area .iframeWrap02 > * {
  margin: 0;
}
.movie_area .iframeWrap02 > iframe {
  height: 100% !important;
  width: 100%;
  max-width: 142vmin;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie_area .listMovies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem -2.2rem 8rem;
}
.movie_area .listMovies > * {
  width: calc(25% - 4.4rem);
  margin: 1rem 2.2rem 0;
}
.movie_area .thumbMovies {
  text-decoration: none !important;
  display: block;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #DAE0F8;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.movie_area .thumbMovies:hover {
  opacity: 0.75;
}
.movie_area .thumbMovies iframe {
  vertical-align: bottom;
}
.movie_area .thumbMovies__image {
  pointer-events: none;
  cursor: default;
}
.movie_area .thumbMovies__text {
  padding: 2.5rem 3rem;
}
.movie_area .thumbMovies__text > *:last-child {
  margin-bottom: 0 !important;
}
.movie_area .thumbMovies:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #6A80D6;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  border-radius: 0.3rem;
}
.movie_area .thumbMovies.is-current:before {
  opacity: 0.7;
}

.bgBlock01 {
  position: relative;
}
.bgBlock01__content {
  padding: 6rem;
  background: rgba(243, 245, 249, 0.92);
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 3rem 0 rgba(58, 90, 154, 0.2);
          box-shadow: 0 0 3rem 0 rgba(58, 90, 154, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90rem;
}
.bgBlock01__title {
  color: #1E3C91;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5769230769;
  font-weight: 500;
  padding-bottom: 2.5rem;
  display: table;
  border-bottom: solid 1px #AABACD;
  text-align: center;
  margin: 0 auto 4rem;
}
.bgBlock01__body > * {
  margin-bottom: 3rem;
}
.bgBlock01__body > *:first-child {
  margin-top: 0;
}
.bgBlock01__body > *:last-child {
  margin-bottom: 0 !important;
}
.introductionList01__item:not(:last-child) {
  margin-bottom: 8rem;
}

.introductionBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.1rem;
  margin-right: -2.1rem;
}
.introductionBox01--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.introductionBox01__content, .introductionBox01__figure {
  margin: 0 2.1rem;
  width: calc(50% - 4.2rem);
}
.introductionBox01__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.introductionBox01__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.5666666667;
  font-weight: 500;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introductionBox01__title__num {
  font-size: 6rem;
  line-height: 1.25;
  font-family: "Allura", cursive;
  color: #1E3C91;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5rem;
}
.introductionBox01__btns {
  margin: 4rem 0 0;
}

.anchorBlock01 {
  background: #F3F5F9;
  padding: 2.5rem 3.5rem;
  margin-bottom: 4rem;
}
.anchorBlock01__head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.anchorBlock01__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1E3C91;
}
.anchorLinks01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.5rem -1rem 0;
}
.anchorLinks01 > * {
  width: calc(16.6666666667% - 2rem);
  margin: 1.5rem 1rem 0;
  min-width: 0 !important;
}

.anchorLink01 {
  text-decoration: none;
  background: white;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 17rem;
  min-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1E3C91;
  padding: 0.2rem 1rem 0.2rem 1rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.anchorLink01:hvoer {
  opacity: 1;
  background: #1E3C91;
  color: white;
}

div[class*=__head] > *:last-child,
div[class*=__body] > *:last-child {
  margin-bottom: 0 !important;
}

.box01 {
  background: #F3F5F9;
  padding: 3.5rem 4rem;
  margin-bottom: 4rem;
}
.box01__head {
  padding-bottom: 1rem;
  border-bottom: solid 1px #AABACD;
  margin-bottom: 2.5rem;
}
.box01__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #1E3C91;
}
.box02 {
  margin-bottom: 4rem;
}
.box02__head {
  text-align: center;
  padding: 1.2rem 2rem;
  border-top: solid 1px #AABACD;
  border-bottom: solid 1px #AABACD;
  margin-bottom: 2.5rem;
}
.box02__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #1E3C91;
}
.panel01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #F3F5F9;
  padding: 5rem 4.2rem 5.5rem;
  margin-bottom: 4rem;
}
.panel01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.panel01__body__head {
  margin-bottom: 2.5rem;
  position: relative;
  border-bottom: 1px solid #1e3c91;
}
.panel01__body__head .panel01__btn {
  min-width: 13rem;
  position: absolute;
  bottom: 1.2rem;
  right: 0;
}
.panel01__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.6363636364;
  font-weight: 500;
  margin-bottom: 0;
}
.panel01__title__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #9AAED1;
  position: relative;
  padding-left: 3rem;
}
.panel01__title__sub:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: #9AAED1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel01__figure {
  max-width: 38rem;
  margin-right: 4.2rem;
}
.panel01__btn {
  text-decoration: none;
  background: white;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8rem;
  min-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1E3C91;
  padding: 0.2rem 1.8rem;
  border-radius: 0.3rem;
  position: relative;
}
.panel01__btn:before {
  content: "";
  display: block;
  height: 1rem;
  width: 0.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.058%22%20viewBox%3D%220%200%207.2%2011.058%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_296%22%20data-name%3D%22%E3%83%91%E3%82%B9%20296%22%20d%3D%22M663%2C1412l6.1%2C5.3-6.1%2C5%22%20transform%3D%22translate(-662.672%20-1411.623)%22%20fill%3D%22none%22%20stroke%3D%22%239aaed1%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel01__list {
  margin: 1.5rem -1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panel01__list > a {
  text-decoration: none;
  margin: 1.5rem 1.5rem 0;
  width: calc(50% - 3rem);
  padding: 0.4rem 1.5rem 0.2rem;
  background: #1e3c91;
  border-radius: 0.3rem;
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
}

.flowList01 {
  margin: 0 0 4rem;
}
.flowList01__item:not(:last-child) {
  margin-bottom: 2rem;
}

.flowBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flowBox01__head {
  height: 10rem;
  width: 10rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #077ABD;
  border-radius: 50%;
  color: white;
  margin-right: 2rem;
}
.flowBox01__head--v2 {
  background: #3A5EA7;
}
.flowBox01__head--v3 {
  background: #1E3C91;
}
.flowBox01__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 500;
}
.flowBox01__title > span {
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  min-width: 0.7em;
  text-align: center;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.flowBox01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow {
  margin: 0 auto 4rem;
  width: 900px;
}
.flow > dl {
  padding: 1rem 0;
  border-top: 1px solid #1e3c91;
  border-bottom: 1px solid #1e3c91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow > dl:not(:last-child) {
  margin-bottom: 2rem;
}
.flow > dl dt {
  width: 12rem;
  padding: 2rem 0;
  background: #1e3c91;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow > dl dd {
  width: 95rem;
  font-size: 1.54rem;
}

.profileBox01 {
  margin-bottom: 3rem;
}
.profileBox01__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}
.profileBox01__caption > * {
  background: #DEE4FB;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  min-height: 5.2rem;
  padding: 0.5rem 2rem;
}
.profileBox01__caption__name {
  width: 24rem;
  margin-right: 2rem;
}
.profileBox01__caption__text {
  width: 60rem;
  margin-right: 2rem;
}
.profileBox01__caption__text:last-child {
  width: 94rem;
  margin-right: 0;
}
.profileBox01__caption__btns {
  width: 32rem;
}
.profileBox01__title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.profileBox01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profileBox01__item:first-child > *:not(.profileBox01__item__btns) {
  border-top: solid 1px #AABACD;
}
.profileBox01__item > * {
  padding: 2rem 0;
  border-bottom: solid 1px #AABACD;
}
.profileBox01__item__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  width: 24rem;
  margin-right: 2rem;
}
.profileBox01__item__text {
  width: 60rem;
  margin-right: 2rem;
}
.profileBox01__item__text:last-child {
  width: 94rem;
  margin-right: 0;
}
.profileBox01__item__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0;
  margin: -1rem 0 0;
  width: 32rem;
}
.profileBox01__item__btn {
  text-decoration: none;
  background: white;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 15.5rem;
  min-height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #1E3C91;
  border: solid 1px #9AAED1;
  padding: 0.2rem 2rem 0.2rem 2rem;
  position: relative;
  width: calc(50% - 0.5rem);
  margin: 1rem 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.profileBox01__item__btn:only-child {
  min-width: 100%;
}
.profileBox01__item__btn:nth-child(2n+1) {
  margin-right: 1rem;
}
.profileBox01__item__btn:before {
  content: "";
  display: block;
  height: 1rem;
  width: 0.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.058%22%20viewBox%3D%220%200%207.2%2011.058%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_296%22%20data-name%3D%22%E3%83%91%E3%82%B9%20296%22%20d%3D%22M663%2C1412l6.1%2C5.3-6.1%2C5%22%20transform%3D%22translate(-662.672%20-1411.623)%22%20fill%3D%22none%22%20stroke%3D%22%239aaed1%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.profileBox01__item__btn:hover {
  opacity: 1;
  background: #1E3C91;
  color: white;
}
.profileBox01__item__btn:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.058%22%20viewBox%3D%220%200%207.2%2011.058%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_296%22%20data-name%3D%22%E3%83%91%E3%82%B9%20296%22%20d%3D%22M663%2C1412l6.1%2C5.3-6.1%2C5%22%20transform%3D%22translate(-662.672%20-1411.623)%22%20fill%3D%22none%22%20stroke%3D%22%23dae0f8%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.photoGallery01 {
  margin: 6rem 0;
}
.photoGallery01__list {
  display: block;
  margin: 0 auto;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.photoGallery01__item {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.photoGallery01__item.is-active {
  display: block;
  opacity: 0;
}
.photoGallery01__item.is-active.is-show {
  opacity: 1;
}
.photoGallery01__item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.photoGallery01__item:hover figcaption {
  opacity: 1;
}
.photoGallery01 .js-photoGallery__thumbList {
  overflow-x: auto;
  margin: 1.5rem auto 0;
}
.photoGallery01 .js-photoGallery__thumbList::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.photoGallery01 .js-photoGallery__thumbList::-webkit-scrollbar-track {
  background-color: #E4E9F2;
}
.photoGallery01 .js-photoGallery__thumbList::-webkit-scrollbar-thumb {
  background-color: #1E3C91;
}
.photoGallery01 .js-photoGallery__thumbList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -1.5rem -0.7rem 1rem;
}
.photoGallery01 .js-photoGallery__thumbList__inner > a {
  display: inline-block;
  margin: 1.5rem 0.7rem 0;
  width: 11rem;
  height: auto;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.photoGallery01 .js-photoGallery__thumbList__inner > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  background: #6A80D6;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.photoGallery01 .js-photoGallery__thumbList__inner > a img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.photoGallery01 .js-photoGallery__thumbList__inner > a.is-active:before {
  opacity: 0.7;
}

.btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -1.2rem 4rem;
}
.btn_link > li {
  width: calc(25% - 2.4rem);
  margin: 2rem 1.2rem 0;
}
.btn_link > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.5rem 3rem 1.5rem 1rem;
  color: #1e3c91;
  border: 2px solid #1e3c91;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link > li > a:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.37%22%20height%3D%228.197%22%20viewBox%3D%220%200%2027.37%208.197%22%3E%0A%20%20%3Cpath%20id%3D%22icon_arrow01%22%20d%3D%22M511.5%2C16658.438h25l-6.333-6.5%22%20transform%3D%22translate(-511.5%20-16651.24)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  top: 43%;
  right: 0.5rem;
}
.btn_link.row3 > li {
  width: calc(33.3333333333% - 2.4rem);
}
.btn_link-top li a:before {
  background: #FFF000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  z-index: -1;
}
.btn_link-top li a:hover {
  background: #FFF000;
  text-decoration: none;
}
.btn_link-top li a:hover:before {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 28rem;
  min-height: 5.8rem;
  padding: 1rem 3.5rem 1rem 1.5rem;
  color: #1e3c91;
  font-weight: 500;
  border: 2px solid #1e3c91;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn02:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.37%22%20height%3D%228.197%22%20viewBox%3D%220%200%2027.37%208.197%22%3E%0A%20%20%3Cpath%20id%3D%22icon_arrow01%22%20d%3D%22M511.5%2C16658.438h25l-6.333-6.5%22%20transform%3D%22translate(-511.5%20-16651.24)%22%20fill%3D%22none%22%20stroke%3D%22%231e3c91%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  top: 43%;
  right: 1rem;
}
.btn02--center {
  /*padding: 1rem 3.5rem 1rem 3.5rem;*/
  padding: 1rem 5.5rem 1rem 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn02 .iconSvg {
  margin-left: 0.5rem;
}
.btn02:hover {
  opacity: 0.65;
}

.btnList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: -2.4rem -1.2rem 5rem;
}
.btnList01__item {
  width: calc(100% - 2.4rem);
  margin: 2.4rem 1.2rem 0;
}
.btnList01__item > *:last-child {
  margin-bottom: 0 !important;
}
.btnList01__item a[class*=btn0] {
  min-width: 0;
  width: 100%;
}
.btnList01--col2 > .btnList01__item {
  width: calc(50% - 2.4rem);
}
.btnList01--col3 > .btnList01__item {
  width: calc(100% / 3 - 2.4rem);
}
@media all and (-ms-high-contrast: none) {
  .btnList01--col3 > .btnList01__item {
    max-width: calc(33% - 2.4rem);
  }
}
.btnList01--col4 > .btnList01__item {
  width: calc(25% - 2.4rem);
}
.btnList01--col5 > .btnList01__item {
  width: calc(20% - 2.4rem);
}
.btnList01--col6 > .btnList01__item {
  width: calc(100% / 6 - 2.4rem);
}
@media all and (-ms-high-contrast: none) {
  .btnList01--col6 > .btnList01__item {
    max-width: calc(16.6% - 2.4rem);
  }
}
.panel02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 4rem;
}
.panel02__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.panel02__body__head {
  margin-bottom: 2.5rem;
  position: relative;
  padding: 1rem 1.5rem;
  background: #e8ebf4;
  border-top: 1px solid #1e3c91;
}
.panel02__body__head .panel02__keywords {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel02__title {
  font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: 400;
  margin-bottom: 0;
  color: #1e3c91;
}
.panel02__figure {
  max-width: 38rem;
  margin-right: 4.2rem;
}
.panel02__figure img {
  border-radius: 0.3rem;
  overflow: hidden;
}
.panel02__keywords {
  font-size: 1.2rem;
  font-weight: normal;
  color: #9AAED1;
}
.panel02__btns {
  margin-top: 3.5rem;
}
.panel02__btn {
  border: solid 1px #9AAED1;
  text-decoration: none;
  background: white;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 20rem;
  min-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1E3C91;
  padding: 0.2rem 1.8rem 0.3rem;
  border-radius: 0.3rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.panel02__btn:before {
  content: "";
  display: block;
  height: 1rem;
  width: 0.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.058%22%20viewBox%3D%220%200%207.2%2011.058%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_296%22%20data-name%3D%22%E3%83%91%E3%82%B9%20296%22%20d%3D%22M663%2C1412l6.1%2C5.3-6.1%2C5%22%20transform%3D%22translate(-662.672%20-1411.623)%22%20fill%3D%22none%22%20stroke%3D%22%239aaed1%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.panel02__btn:hover {
  opacity: 1;
  background: #1E3C91;
  color: white;
}
.panel02__btn:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.058%22%20viewBox%3D%220%200%207.2%2011.058%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_296%22%20data-name%3D%22%E3%83%91%E3%82%B9%20296%22%20d%3D%22M663%2C1412l6.1%2C5.3-6.1%2C5%22%20transform%3D%22translate(-662.672%20-1411.623)%22%20fill%3D%22none%22%20stroke%3D%22%23dae0f8%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}