@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.375vw;
  }
}

body {
  color: #1f1f1f;
  font-family: "Noto Sans JP", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img[usemap] {
  height: auto;
}

video {
  max-width: 100%;
}

a {
  color: #1f1f1f;
}
a:hover {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=submit], input[type=button], textarea, select {
  font-family: inherit;
  font-size: 1.6rem;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: block;
  }
}

img.only-pc, span.only-pc {
  display: inline;
}
@media screen and (max-width: 750px) {
  img.only-pc, span.only-pc {
    display: none;
  }
}
img.only-sp, span.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  img.only-sp, span.only-sp {
    display: inline;
  }
}

table.only-pc {
  display: table;
}
@media screen and (max-width: 750px) {
  table.only-pc {
    display: none;
  }
}
table.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  table.only-sp {
    display: table;
  }
}

.js-tel {
  color: #000 !important;
  text-decoration: none;
  cursor: default;
}

.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .inner {
    padding-inline: 6.6666666667%;
  }
}

/* ------------------------------
   ヘッダー
------------------------------ */
.header {
  z-index: 999;
  position: relative;
}
.header .header-main {
  display: grid;
  grid-template-columns: 284px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 87px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .header .header-main {
    background-color: #f2f4f5;
    border-bottom: 2px solid #19228d;
  }
}
.header .header-main .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
}
@media screen and (max-width: 980px) {
  .header .header-main .header-logo {
    padding-left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .header .header-main .header-logo {
    padding-left: 4%;
  }
}
.header .header-main .header-logo img {
  width: 100%;
}
.header .header-main .header-con {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .header .header-main .header-con .header-banner {
    display: none;
  }
}
.header .header-main .header-con .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 980px) {
  .header .header-main .header-con .header-nav {
    display: none;
  }
}
.header .header-main .header-con .header-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header .header-main .header-con .header-nav li a .ico {
  width: 1.6rem;
  margin-right: 10px;
}
.header .header-main .header-con .header-nav li a span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #19228d;
}
.header .header-main .header-con .header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 100%;
  background-color: #19228d;
  cursor: pointer;
}
.header .header-main .header-con .header-menu p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 16px;
}
.header .header-main .header-con .header-menu p span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .header-main .header-con .header-menu p span:nth-child(3) {
  width: 50%;
  margin: 0 0 0 auto;
}
.header .gnav {
  background-color: #e0ebf5;
}
@media screen and (max-width: 980px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .gnav ul li {
  position: relative;
}
.header .gnav ul li:last-child::after {
  display: none;
}
.header .gnav ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  margin-top: -0.5em;
  background-color: #1f1f1f;
}
.header .gnav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  padding: 15px 30px;
  font-size: 1.5rem;
  font-weight: 500;
}
.header .gnav ul li a:hover, .header .gnav ul li a.active {
  background-color: #19228d;
  color: #fff;
}
.header .gnav ul li a:hover .ico::before, .header .gnav ul li a.active .ico::before {
  content: url("../img/common/ico_link_w.svg");
}

/* ------------------------------
   SPメニュー
------------------------------ */
.nav-menu {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 87px;
  right: 0;
  width: 100%;
  height: calc(100% - 87px);
  background: #edf3fc;
  border-top: 1px solid #19228d;
}
.nav-menu .nav-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.nav-menu ul li {
  border-bottom: 1px solid #19228d;
}
.nav-menu ul li a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
.nav-menu ul li a .ico {
  margin-left: 0.5em;
}

.js-menuopen {
  overflow: hidden;
}
.js-menuopen .header .header-menu p span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.js-menuopen .header .header-menu p span:nth-child(2) {
  opacity: 0;
}
.js-menuopen .header .header-menu p span:nth-child(3) {
  width: 100% !important;
  margin: 0;
  transform: translateY(-8px) rotate(-45deg);
}
.js-menuopen .nav-menu {
  display: block !important;
}

/* ------------------------------
   ページタイトル
------------------------------ */
.pagettl-sec {
  padding: 50px 100px;
  background: linear-gradient(to right, #44aaff, #2a5ded);
}
@media screen and (max-width: 980px) {
  .pagettl-sec {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 750px) {
  .pagettl-sec {
    padding-inline: 6.6666666667%;
  }
}
.pagettl-sec .pagettl-h {
  font-size: 4.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .pagettl-sec .pagettl-h {
    font-size: 3rem;
  }
}

/* ------------------------------
   フッター
------------------------------ */
.footer .footer-main {
  padding-block: 50px;
  background-color: #19228d;
}
.footer .footer-main .footer-in {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 750px) {
  .footer .footer-main .footer-in {
    padding-inline: 6.6666666667%;
  }
}
.footer .footer-main .footer-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 4.3010752688%;
}
@media screen and (max-width: 750px) {
  .footer .footer-main .footer-con {
    flex-direction: column;
  }
}
.footer .footer-main .footer-con p {
  width: 43.0107526882%;
}
@media screen and (max-width: 750px) {
  .footer .footer-main .footer-con p {
    width: 100%;
    margin: 0 auto;
  }
}
.footer .footer-main .footer-con dl {
  flex: 1;
  color: #fff;
  line-height: 1.6;
}
.footer .footer-main .footer-con dl dt {
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .footer .footer-main .footer-con dl dt {
    font-size: 1.2rem;
  }
}
.footer .footer-main .footer-con dl dt span {
  font-size: 2.6rem;
}
@media screen and (max-width: 750px) {
  .footer .footer-main .footer-con dl dt span {
    font-size: 1.8rem;
  }
}
.footer .copy {
  padding: 20px;
  background-color: #e5ecfa;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #19228d;
}
@media screen and (max-width: 750px) {
  .footer .copy {
    padding-inline: 6.6666666667%;
    font-size: 1.2rem;
  }
}

.font-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font-en {
  font-family: "Barlow", sans-serif;
}

.opacity {
  transition: all 0.6s;
}
.opacity:hover {
  opacity: 0.7;
}

.ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  line-height: 0;
}
.ico::before {
  width: 100% !important;
}

.ico-link::before {
  content: url("../img/common/ico_link.svg");
}

.ico-movie::before {
  content: url("../img/common/ico_movie.svg");
}

.ico-photo::before {
  content: url("../img/common/ico_photo.svg");
}

.ico-mokuji::before {
  content: url("../img/common/ico_mokuji.svg");
}

.ico-back::before {
  content: url("../img/common/ico_back.svg");
}

.c-newslist li a {
  display: block;
  text-decoration: none;
}
.c-newslist .news-cate {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 2em;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 2em;
}
.c-newslist .news-cate._cate01 {
  background-color: #d7cfff;
}
.c-newslist .news-cate._cate02 {
  background-color: #b9ffe2;
}
.c-newslist .news-cate._cate03 {
  background-color: #ffcfbd;
}
.c-newslist .news-cate._cate04 {
  background-color: #b9daef;
}
.c-newslist .news-cate._cate05 {
  background-color: #dbd9ce;
}
.c-newslist .news-date {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #515151;
}
.c-newslist .news-txt {
  font-size: 1.5rem;
  font-weight: 700;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.pager button {
  width: 8px;
}
.pager ol {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pager ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 28px;
  height: 28px;
  background-color: #e5ecfa;
  font-size: 1.2rem;
  border-radius: 5px;
  line-height: 1;
}
.pager ol li a:hover, .pager ol li a.active {
  background-color: #19228d;
  color: #fff;
}

.c-btn {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px 50px;
  background: linear-gradient(to right, #92cdd7, #2a5ded);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 4em;
  transition: all 0.6s;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  margin-right: 30px;
  background: url("../img/common/ico_arrow_w.svg") no-repeat left top;
}
.c-btn._file, .c-btn._external {
  border: 1px solid #19228d;
  color: #000;
}
.c-btn._file::after, .c-btn._external::after {
  display: none;
}
.c-btn._file {
  background: #fff url(../img/common/ico_pdf.svg) no-repeat right 15px center;
  background-size: 17px auto;
}
.c-btn._external {
  background: #fff url(../img/common/ico_link.svg) no-repeat right 20px center;
  background-size: 15px auto;
}

.c-sec {
  margin-bottom: 40px;
}

.c-heading {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #19228d;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.c-subheading {
  margin-bottom: 20px;
  padding: 10px 15px;
  background: linear-gradient(to right, rgba(78, 221, 246, 0.3), rgba(42, 93, 237, 0.3));
  font-size: 1.7rem;
  font-weight: 700;
}

.c-txt {
  line-height: 2;
}
.c-txt ._red {
  color: #ff3250;
}
.c-txt a {
  color: #0062ff;
}
.c-txt strong {
  font-weight: 700;
}
.c-txt._txtlist li {
  margin-bottom: 0.5em;
}
.c-txt._txtlist li::before {
  content: "■";
  margin-right: 0.5em;
  font-size: 70%;
  color: #19228d;
}

.c-caption {
  margin-top: 10px;
  font-size: 1.4rem;
}

.c-numline li {
  margin-bottom: 10px;
  color: #515151;
}
.c-numline li:last-child {
  margin-bottom: 0;
}
.c-numline li span {
  margin-right: 1em;
  color: #0f2f8e;
}
.c-numline li:last-child {
  margin-bottom: 0;
}

.c-mokuji {
  margin-bottom: 80px;
  border: 1px solid #67a5f3;
  border-radius: 20px;
}
.c-mokuji .mokuji-heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px 25px;
  background: url(../img/common/ico_toggle_o.svg) no-repeat right 30px center;
  background-size: 16px auto;
  cursor: pointer;
}
.c-mokuji .mokuji-heading.active {
  background-image: url(../img/common/ico_toggle_c.svg);
}
.c-mokuji .mokuji-heading .ico {
  width: 2.4rem;
}
.c-mokuji .mokuji-heading span {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-mokuji .mokuji-con {
  display: none;
  padding: 0 40px 45px;
}
@media screen and (max-width: 750px) {
  .c-mokuji .mokuji-con {
    padding-inline: 25px;
  }
}
.c-mokuji .mokuji-con > ul > li {
  margin-bottom: 20px;
}
.c-mokuji .mokuji-con > ul > li:last-child {
  margin-bottom: 0;
}
.c-mokuji .mokuji-con > ul > li a {
  text-decoration: none;
}
.c-mokuji .mokuji-con > ul > li a:hover {
  text-decoration: underline;
}
.c-mokuji .mokuji-con > ul > li ul {
  margin-top: 5px;
}
.c-mokuji .mokuji-con > ul > li ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 1.4rem;
}
.c-mokuji .mokuji-con > ul > li ul li::before {
  content: ">";
  margin-right: 0.2em;
  color: #ef5d7d;
}
.c-mokuji .mokuji-con > ul > li ul li:last-child {
  margin-bottom: 0;
}

.c-frame {
  padding: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 20px;
}

.c-fig02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 5%;
}
.c-fig02 p {
  margin-top: 20px;
}

.c-fig03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 2.75%;
}
.c-fig03 p {
  margin-top: 20px;
}

.c-txtfig {
  display: flex;
  justify-content: space-between;
  gap: 40px 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .c-txtfig {
    flex-direction: column;
  }
}
.c-txtfig .txtfig-txt {
  flex: 1;
}
.c-txtfig._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .c-txtfig._reverse {
    flex-direction: column;
  }
}

.c-txtlink {
  display: block;
}
.c-txtlink:hover span {
  text-decoration: none;
}
.c-txtlink span {
  display: inline-block;
  text-decoration: underline;
  padding: 1px 0 1px 25px;
  background: url("../img/common/ico_arrow.svg") no-repeat left top 0.7em;
  background-size: 5px auto;
}
.c-txtlink._file span {
  background: url("../img/common/ico_pdf.svg") no-repeat left top 0.2em;
  background-size: 17px auto;
}
.c-txtlink._external span {
  background: url("../img/common/ico_link.svg") no-repeat left top 0.4em;
  background-size: 15px auto;
}

.c-back {
  width: 100%;
  max-width: 170px;
}
.c-back a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 4em;
  line-height: 1;
}
.c-back a .ico {
  width: 1.1rem;
}
.c-back a span {
  font-size: 1.5rem;
}

.clearfix {
  zoom: 1;
}
.clearfix::before {
  content: "";
  display: table;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.w100 {
  width: 100%;
}

.mab20 {
  margin-bottom: 20px;
}

.js-anime-fadein {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-fadein.js-anime-on {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-anime-slide {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slide.js-anime-on {
  animation-name: slide;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anime-slideleft {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideleft.js-anime-on {
  animation-name: slideLeft;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-anime-slideright {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideright.js-anime-on {
  animation-name: slideRight;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media print {
  .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright {
    opacity: initial;
  }
}/*# sourceMappingURL=style.css.map */