@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child Kibou no tsubasa
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ「きぼうのつばさ用」
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/*===================================================================
  common
===================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
html {
  font-size: 62.5%;
}

#wrapper {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.6rem;
  color: #4d4d4d;
}

@media screen and (max-width: 999px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-show {
    display: block;
  }
}

@-webkit-keyframes scaling-zoom-in {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scaling-zoom-in {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.zoom-in {
  -webkit-animation: scaling-zoom-in 2s steps(1) infinite;
          animation: scaling-zoom-in 2s steps(1) infinite;
}

@-webkit-keyframes scaling-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scaling-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.zoom-out {
  -webkit-animation: scaling-zoom-out 2s steps(1) infinite;
          animation: scaling-zoom-out 2s steps(1) infinite;
}

.slick-slide:not(.slick-current) .active-logo {
  display: none;
}

.slick-slide.slick-current .inactive-logo {
  display: none;
}

/*===================================================================
  header
===================================================================*/
.l-header {
  background-color: transparent;
  padding-top: 5em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0);
  position: fixed !important;
}
@media screen and (max-width: 999px) {
  .l-header {
    height: 90px;
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 0;
  }
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}
body.home .l-header {
  position: fixed;
}
@media screen and (max-width: 999px) {
  body.home .l-header {
    position: fixed;
  }
}
.l-header .l-header__body {
  max-width: 100%;
  padding-left: 1.25vw;
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  .l-header .l-header__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header .l-header__body .l-header__center {
  padding: 0;
}
@media screen and (max-width: 999px) {
  .l-header .l-header__body .l-header__center {
    grid-area: auto;
  }
}
.l-header .l-header__body .l-header__right {
  padding: 0 0 0 1.5vw;
}
@media screen and (max-width: 999px) {
  .l-header .l-header__body .l-header__logo {
    display: block;
    max-width: 250px;
    padding: 15px 0 0;
  }
  .l-header .l-header__body .l-header__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .l-header .l-header__body .c-gnavWrap {
    width: calc(100% - 135px);
  }
}

.c-gnav .c-gnav__li {
  font-size: 1rem;
  padding-right: 1.5vw;
  height: 93px;
}
.c-gnav .c-gnav__li.nav01 .c-gnav__a {
  background-image: url(img/nav01.svg);
  width: 70px;
}
.c-gnav .c-gnav__li.nav02 .c-gnav__a {
  background-image: url(img/nav02.svg);
  width: 103px;
}
.c-gnav .c-gnav__li.nav03 .c-gnav__a {
  background-image: url(img/nav03.svg);
  width: 82px;
}
.c-gnav .c-gnav__li.nav04 .c-gnav__a {
  background-image: url(img/nav04.svg);
  width: 96px;
}
.c-gnav .c-gnav__li.nav05 .c-gnav__a {
  background-image: url(img/nav05.svg);
  width: 85px;
}
.c-gnav .c-gnav__li.nav06 .c-gnav__a {
  background-image: url(img/nav06.svg);
  width: 102px;
}
.c-gnav .c-gnav__li.nav07 .c-gnav__a {
  background-image: url(img/nav07.svg);
  width: 107px;
}
.c-gnav .c-gnav__li.nav08 .c-gnav__a {
  background-image: url(img/nav08.svg);
  width: 61px;
}
.c-gnav .c-gnav__li .c-gnav__a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 93px;
  padding: 0;
}
.c-gnav .c-gnav__li .c-gnav__a .__mainText {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-gnav .c-gnav__li {
    display: none;
    font-size: 0.85rem;
    width: 50%;
  }
  .c-gnav .c-gnav__li:nth-child(6) {
    display: block;
  }
  .c-gnav .c-gnav__li:last-child {
    display: block;
  }
}
.c-gnav .c-gnav__depth1:before {
  display: none;
}
.c-gnav .sub-menu {
  background-color: #fff;
  border-radius: 20px;
  margin: 1em 0 0;
}
.c-gnav .sub-menu .c-gnav__a {
  color: #4d4d4d;
  background-image: none !important;
  width: 100% !important;
  height: auto;
  padding: 2em 1em;
  text-align: center;
  border-bottom: #e0e0e0 1px solid;
}
.c-gnav .sub-menu .c-gnav__a:hover {
  color: #ff9e9e;
}
.c-gnav .sub-menu .c-gnav__a::before {
  display: none;
}
.c-gnav .sub-menu .c-gnav__a .__mainText {
  display: inline;
  font-size: 1.6rem;
}

.c-iconBtn.-menuBtn .c-iconBtn__icon {
  position: relative;
  margin-left: 23px;
  margin-top: -11px;
}
.c-iconBtn.-menuBtn .c-iconBtn__icon::after {
  content: "メニュー";
  position: absolute;
  bottom: -58%;
  right: -13px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.c-iconBtn.-menuBtn .c-iconBtn__icon svg {
  color: #fff;
}

[data-drawer=opened] .c-iconBtn.-menuBtn .c-iconBtn__icon::after {
  content: "とじる";
  right: -6px;
}
[data-drawer=opened] .sub-menu {
  visibility: visible !important;
}

.l-header__drawerBtn {
  background-color: #ff9e9e;
  width: 70px;
  height: 70px;
  border-radius: 0 0 0 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.l-header__drawerBtn .u-flex--c {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-drawer {
  background-color: rgba(0, 0, 0, 0.2);
}
.p-drawer .p-drawer__body {
  background-color: #ff9e9e;
  position: fixed;
  top: 0;
  right: 0;
  width: 422px;
  padding-top: 0;
}
@media screen and (max-width: 999px) {
  .p-drawer .p-drawer__body {
    width: 100%;
    bottom: 0;
    overflow: scroll;
    padding-bottom: 5em;
  }
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav {
  border: none;
  padding: 9em 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li {
  font-size: 1rem;
  margin: 0 0 2.5em !important;
  height: 93px;
  width: 48.5%;
  border-bottom: none;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav01 .c-drawerNav__a {
  background-image: url(img/nav01.svg);
  width: 70px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav02 .c-drawerNav__a {
  background-image: url(img/nav02.svg);
  width: 103px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav03 .c-drawerNav__a {
  background-image: url(img/nav03.svg);
  width: 82px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav04 .c-drawerNav__a {
  background-image: url(img/nav04.svg);
  width: 96px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav05 .c-drawerNav__a {
  background-image: url(img/nav05.svg);
  width: 85px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav06 .c-drawerNav__a {
  background-image: url(img/nav06.svg);
  width: 102px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav07 .c-drawerNav__a {
  background-image: url(img/nav07.svg);
  width: 107px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li.nav08 .c-drawerNav__a {
  background-image: url(img/nav08.svg);
  width: 61px;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li .c-drawerNav__a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 93px;
  padding: 0;
  margin: 0 auto;
}
.p-drawer .p-drawer__body .p-drawer__nav .c-drawerNav .c-drawerNav__li .c-drawerNav__a .__mainText {
  display: none;
}
.p-drawer .p-drawer__body .p-drawer__close {
  display: none;
}
.p-drawer .p-drawer__body .drawer-headbtn .btn {
  font-size: 1.4rem;
}
.p-drawer .p-drawer__body .drawer-headbtn .btn a {
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 0.75em;
  color: #4d4d4d;
  text-decoration: none;
}
.p-drawer .p-drawer__body .drawer-headbtn .btn a:hover {
  opacity: 0.8;
}
.p-drawer .p-drawer__body .drawer-headbtn .link {
  font-size: 1.6rem;
  text-align: center;
  margin: 1.25em 0;
}
.p-drawer .p-drawer__body .drawer-headbtn .link a {
  color: #fff;
  text-decoration: none;
}
.p-drawer .p-drawer__body .drawer-headbtn .link a:hover {
  opacity: 0.8;
}
.p-drawer .p-drawer__body .drawer-headbtn .tel {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .fix-headbtn {
    display: none;
  }
}
.fix-headbtn .tel {
  position: fixed;
  top: 1em;
  right: 16vw;
  z-index: 998;
  max-width: 280px;
  width: 24vw;
}
.fix-headbtn .tel a {
  pointer-events: none;
}
.fix-headbtn .btn {
  position: fixed;
  top: 0;
  right: 1.5vw;
  z-index: 999;
}
.fix-headbtn .btn a {
  display: block;
  background-color: #ff9e9e;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 0.75em 0.5em 1em;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  max-width: 220px;
  width: 12vw;
}
.fix-headbtn .btn a:hover {
  opacity: 0.8;
}

/*===================================================================
  footer
===================================================================*/
@media screen and (max-width: 999px) {
  .p-fixBtnWrap {
    bottom: 90px;
  }
}

.l-footer__foot {
  padding-top: 0;
}
.footer-contents {
  background-image: url(img/foot_bg.png),url(img/info_bg.png);
  background-size: cover,100%;
  background-repeat: no-repeat;
  background-position: top center;
}
body.home .footer-contents {
  margin: -18em 0 0;
  padding: 18em 0 0;
}
@media screen and (max-width: 999px) {
  body.home .footer-contents {
    background-image: url(img/foot_bg-sp.png);
    margin: -17em 0 0;
    padding: 14em 0 0;
  }
}
@media screen and (max-width: 600px) {
  body.home .footer-contents {
    padding: 14em 0 0;
  }
}
.footer-contents {
  margin: -18em 0 0;
  padding: 18em 0 0;
}
@media screen and (max-width: 999px) {
  .footer-contents {
    background-image: url(img/foot_bg-sp.png);
    margin: -17em 0 0;
    padding: 14em 0 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-contents {
    padding: 14em 0 0;
  }
}
.footer-contents .footer-contents-body {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-contents .footer-contents-body .footer-contents-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0 0;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-info {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-info {
    width: 100%;
    padding: 0 4vw 2em;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-info .logo {
  padding: 0 0 1em;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-info .logo p {
  font-size: 3.6rem;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-info .logo p {
    font-size: 3.3rem;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-info .logo p span {
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-info .logo p span {
    font-size: 1.8rem;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-info .tel {
  font-size: 2.8rem;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-info .tel a {
  text-decoration: none;
  pointer-events: none;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-nav {
    width: 100%;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li {
  width: 24%;
  list-style-type: none;
  margin: 0 0 1em;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li {
    width: 48.5%;
    margin: 0 0 1.5em;
    text-align: center;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li a {
  text-decoration: none;
  font-size: 2rem;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li a:hover {
  opacity: 0.8;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.btm {
  width: 100%;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.clm2 {
  width: 50%;
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.btn {
  width: 100%;
  padding: 1.5em 0 0;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.btn {
    padding: 0;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.btn a {
  display: block;
  background-color: #ff9e9e;
  text-align: center;
  border-radius: 50px;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  max-width: 220px;
}
@media screen and (max-width: 999px) {
  .footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.btn a {
    margin: 0 auto;
  }
}
.footer-contents .footer-contents-body .footer-contents-box .foot-nav ul li.btn a:hover {
  opacity: 0.8;
}

/*===================================================================
  top
===================================================================*/
#content .top-contents-main {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-slide {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#content .top-contents-main .top-contents-main-body .slide-item img {
  width: 100%;
  height: auto;
  display: block;
}
#content .top-contents-main .top-contents-main-body .txt {
  position: absolute;
  top: 50%;
  right: -8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  width: 31.875%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .txt {
    top: 62%;
    right: -15%;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #content .top-contents-main .top-contents-main-body .txt {
    max-width: 300px;
    bottom: 48%;
    left: 40%;
    width: 62%;
  }
}
#content .top-contents-main .top-contents-main-body .txt img {
  width: 100%;
  height: auto;
  display: block;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news {
  background-image: url(img/news_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: -18vw 0 0;
  padding: 15vw 0 0;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news {
    background-image: url(img/news_bg-sp.png);
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 4em 14vw 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column {
    padding: 3em 4vw 0;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL {
  width: 17%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL {
    width: 100%;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL h2 {
  padding: 0 0 1.75em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL h2 {
    width: 32.8%;
    padding: 0;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL p a {
  text-decoration: none;
  color: #4d4d4d;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL p a:hover {
  opacity: 0.8;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntL p a i {
  color: #40bfff;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR {
  width: 79%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR {
    width: 100%;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 4em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul {
    padding: 0 0 2em;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul li {
  list-style-type: none;
  border-bottom: #ccc 1px dotted;
  padding: 1.5em 1em 1.85em;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul li {
    padding: 1em 1em 1.35em;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul li a {
  color: #4d4d4d;
  text-decoration: none;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul li a:hover {
  opacity: 0.8;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul li a .date {
  color: #40bfff;
  font-size: 2rem;
  margin-right: 2em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR ul li a .date {
    display: block;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR p {
  padding: 0 0 5em;
  text-align: right;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR p a {
  text-decoration: none;
  color: #4d4d4d;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .column .cntR p a i {
  color: #40bfff;
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 {
  position: absolute;
  bottom: 0.5vw;
  left: -2.5vw;
  width: 13%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 {
    left: -3.5vw;
    width: 21%;
    bottom: 1vw;
  }
}
@media screen and (max-width: 600px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 {
    left: -4.5vw;
    width: 38.9333333333%;
    bottom: 2vw;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 img.pc-show {
    display: none;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 img.sp-show {
  display: none;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .illust01 img.sp-show {
    display: block;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .illust02 {
  position: absolute;
  bottom: 5vw;
  right: -1.25vw;
  width: 12%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-main .top-contents-main-body .top-contents-main-news .illust02 {
    display: none;
  }
}
#content .top-contents-main .top-contents-main-body .top-contents-main-news .illust02 img {
  width: 100%;
  display: block;
}
#content .top-contents-main .slick-initialized .slick-slide img {
  aspect-ratio: 375/500;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .top-contents-policy {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 4em;
  padding-bottom: 4em;
  background-image: url(img/policy_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy {
    padding-top: 6em;
  }
}
@media screen and (max-width: 600px) {
  #content .top-contents-policy {
    padding-top: 4em;
  }
}
#content .top-contents-policy .top-contents-policy-body {
  text-align: center;
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box {
  max-width: 1658px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy .top-contents-policy-body .top-contents-policy-box h2 {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul {
    display: block;
    padding: 2.5em 0 2em;
  }
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li {
  list-style-type: none;
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:first-child {
  width: 24.3063932449%;
  padding: 4em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:first-child {
    width: 100%;
    padding: 0;
  }
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:nth-child(2) {
  width: 26.0554885404%;
  padding: 7px 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:nth-child(3) {
  width: 24.3063932449%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:nth-child(3) {
    width: 100%;
    padding: 0;
  }
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:last-child {
  width: 25.3317249698%;
  padding: 4em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-policy .top-contents-policy-body .top-contents-policy-box ul li:last-child {
    width: 100%;
    padding: 0;
  }
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box .btn a {
  display: block;
  background-color: #40bfff;
  text-align: center;
  border-radius: 50px;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  font-size: 2.6rem;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box .btn a:hover {
  opacity: 0.8;
}
#content .top-contents-policy .top-contents-policy-body .top-contents-policy-box .btn a i {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .top-contents-features {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 4em;
  padding-bottom: 6em;
  background-image: url(img/features_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features {
    background-size: auto;
    background-repeat: repeat-y;
    background-position: top;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-txt {
  text-align: center;
  padding: 0 20vw 3em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-txt {
    padding: 0 0 3em;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-txt p {
  font-size: 2.3vw;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-txt p {
    font-size: 2.4rem;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-txt p strong {
  color: #40bfff;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 {
  max-width: 1200px;
  margin: 0 auto;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul {
    display: block;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li {
  background-color: #fff;
  border-radius: 12px;
  width: 23.5%;
  list-style-type: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.1) 0 5px 0;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li {
    width: 100%;
    margin: 0 0 2em;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li a {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li a:hover {
  opacity: 0.8;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li a .img {
  padding: 0 0 0.35em;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li a .img img {
  width: 100%;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu1 ul li a p {
  font-size: 2.6rem;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
  margin: 4em auto 0;
  padding: 4em 1em 2.5em;
  max-width: 1400px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu2 {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    padding: 4em 0 2.5em;
  }
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu2 h2 img {
    width: 100%;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu2 ul {
    display: block;
    padding: 1.5em 4vw;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 ul li {
  width: 33%;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu2 ul li {
    width: 100%;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 ul li:last-child {
  padding: 1em 0 0;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 .btn {
  padding: 2.5em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .top-contents-features-body .top-contents-features-menu2 .btn {
    padding: 1.5em 4vw 1em;
  }
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 .btn a {
  position: relative;
  display: block;
  background-color: #40bfff;
  text-align: center;
  border-radius: 50px;
  padding: 0.75em;
  color: #fff;
  text-decoration: none;
  font-size: 2.6rem;
  max-width: 460px;
  margin: 0 auto;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 .btn a:hover {
  opacity: 0.8;
}
#content .top-contents-features .top-contents-features-body .top-contents-features-menu2 .btn a i {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .top-contents-features .illust01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .illust01 {
    width: 29.8666666667%;
  }
}
#content .top-contents-features .illust01 img {
  width: 100%;
  display: block;
}
#content .top-contents-features .illust02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.5%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .illust02 {
    width: 29.8666666667%;
  }
}
#content .top-contents-features .illust02 img {
  width: 100%;
  display: block;
}
#content .top-contents-features .illust03 {
  position: absolute;
  top: 8vw;
  left: 13vw;
  width: 8.3333333333%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .illust03 {
    display: none;
  }
}
#content .top-contents-features .illust03 img {
  width: 100%;
  display: block;
}
#content .top-contents-features .illust04 {
  position: absolute;
  top: 9vw;
  right: 13vw;
  width: 9.8958333333%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-features .illust04 {
    display: none;
  }
}
#content .top-contents-features .illust04 img {
  width: 100%;
  display: block;
}
#content .top-contents-info {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 4em;
  padding-bottom: 18em;
  background-image: url(img/info_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 7em;
  }
}
#content .top-contents-info .top-contents-info-body {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box h2 img {
    width: 100%;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .stit {
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  padding: 1.25em 0 0.75em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .stit {
    font-size: 2.4rem;
    padding: 1.25em 4vw 0.75em;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .stit span {
  color: #ffff00;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .stit::before {
  content: "＼";
  display: inline;
  padding: 0 1em 0 0;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .stit::after {
  content: "／";
  display: inline;
  padding: 0 0 0 1em;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container {
    padding: 0 4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card {
  background-color: #fff;
  border-radius: 20px;
  width: 24%;
  padding: 1.5em 1em;
  margin: 0 0.5%;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card {
    width: 48.5%;
    margin: 0 0 1.5em;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__date {
  margin-top: 10px;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__date div:first-child p {
  font-size: 1.4rem;
  color: #40bfff;
  border: #40bfff 1px solid;
  border-radius: 5px;
  text-align: center;
  padding: 0.1em 0.25em;
  font-weight: bold;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__date .PS_RM_event-card__date__date {
  margin-left: 1em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__date .PS_RM_event-card__date__date {
    margin-left: 0;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__remain {
  margin-top: 0;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__button_wrapper a {
  background-color: #ff9e9e;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .PS_RM_event-container .PS_RM_event-card .PS_RM_event-card__button_wrapper a:hover {
  opacity: 0.8;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn1 {
  padding: 2.5em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .btn1 {
    padding: 1em 4vw 0;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn1 a {
  display: block;
  text-align: center;
  border-radius: 50px;
  border: #fff 1px solid;
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  max-width: 320px;
  margin: 0 auto;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn1 a:hover {
  opacity: 0.8;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn2 {
  padding: 2.5em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .btn2 {
    padding: 1.5em 4vw 0;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn2 a {
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 1em;
  color: #40bfff;
  text-decoration: none;
  font-size: 2.6rem;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn2 a i {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .btn2 a:hover {
  opacity: 0.8;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3em 0 0;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 {
    padding: 3em 4vw 0;
    display: block;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  list-style-type: none;
  text-align: center;
  padding: 2em 1em;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li .img1 img {
  height: 70px;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li .img2 img {
  height: 70px;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li h3 {
  font-size: 3.6rem;
  text-align: center;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li h3 span {
  color: #40bfff;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li p {
  padding: 0.5em 0 1em;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li .btn a {
  display: block;
  background-color: #40bfff;
  text-align: center;
  border-radius: 50px;
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li .btn a {
    padding: 1em 0.5em;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li .btn a i {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .list2 li .btn a:hover {
  opacity: 0.8;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .txt {
  width: 46.6666666667%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .top-contents-info-body .top-contents-info-box .txt {
    width: 100%;
    text-align: center;
    padding: 0 0 1.5em;
  }
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .txt p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.1;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .txt p.big {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0.75em 0 0;
}
#content .top-contents-info .top-contents-info-body .top-contents-info-box .txt p.big strong {
  color: #AF7DE9;
}
#content .top-contents-info .illust05 {
  position: absolute;
  top: 3vw;
  left: 1vw;
  width: 10.4166666667%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .illust05 {
    top: 2vw;
    left: -5vw;
    width: 44.8%;
    z-index: 9;
  }
}
#content .top-contents-info .illust05 img {
  width: 100%;
  display: block;
}
#content .top-contents-info .illust06 {
  position: absolute;
  top: 3vw;
  right: -1vw;
  width: 13.0208333333%;
}
@media screen and (max-width: 999px) {
  #content .top-contents-info .illust06 {
    top: -3vw;
    right: -9vw;
    width: 50.9333333333%;
    z-index: 9;
  }
}
#content .top-contents-info .illust06 img {
  width: 100%;
  display: block;
}

/*===================================================================
  sub
===================================================================*/
.p-topArea {
  display: block;
  position: relative;
  overflow: visible;
  padding: 0;
}
.p-topArea .p-topArea__body {
  color: #171717;
  padding-bottom: 3.5em;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .p-topArea .p-topArea__body {
    padding-bottom: 1.5rem;
  }
}
.p-topArea .p-topArea__body .c-pageTitle {
  text-align: center;
  text-shadow: none;
  line-height: 1.2;
}
.p-topArea .p-topArea__body .c-pageTitle .c-pageTitle__main {
  font-size: 6rem;
  color: #fff;
  padding: 4.5em 0 2.75em;
}
@media screen and (max-width: 999px) {
  .p-topArea .p-topArea__body .c-pageTitle .c-pageTitle__main {
    font-size: 2.4rem;
    padding: 6.5em 0 2.75em;
  }
}
.p-topArea .p-topArea__body .c-pageTitle .c-pageTitle__sub {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
}
.p-topArea .p-topArea__body .c-pageTitle .c-pageTitle__sub::before {
  display: none;
}
.p-topArea .p-topArea__body .c-pageTitle .c-pageTitle__sub::after {
  display: none;
}
.illust-sub01 {
  position: absolute;
  top: 0vw;
  left: -8vw;
  width: 11.7130307467%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .illust-sub01 {
    display: none;
  }
}
.illust-sub01 img {
  width: 100%;
}

.illust-sub02 {
  position: absolute;
  top: 0;
  right: -9vw;
  width: 13.9092240117%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .illust-sub02 {
    display: none;
  }
}
.illust-sub02 img {
  width: 100%;
}

#top_title_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 997;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#top_title_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/sub_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 998;
  position: absolute;
  bottom: 0;
  left: 0;
}

#breadcrumb {
  display: none;
}

#content {
  background-image: url(img/features_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center;
  padding: 0 0 18em;
}
body.home #content {
  background-image: none;
  padding: 0;
}
#content .l-content__body {
  position: relative;
  margin: 0 auto;
  padding: 3em 0;
}
@media screen and (max-width: 999px) {
  #content .l-content__body {
    padding: 2em 0;
  }
}
body.home #content .l-content__body {
  padding: 0;
}
#content .l-main {
  background-color: #fff;
  border-radius: 10px;
  padding: 5rem;
}
body.home #content .l-main {
  background-color: transparent;
  padding: 0;
}
#content .l-main__body .c-postContent h2.wp-block-heading {
  font-size: 3.8rem;
  color: #fff;
  background-color: #ff9e9e;
  padding: 0.25em 0.5em 0.35em;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  #content .l-main__body .c-postContent h2.wp-block-heading {
    font-size: 3.2rem;
  }
}
#content .l-main__body .c-postContent h3.wp-block-heading {
  font-size: 2.8rem;
  border-bottom: #ff9e9e ４px solid;
  padding-bottom: 0.4em;
  color: #ff9e9e;
}
#content .l-main__body .c-postContent h4.wp-block-heading {
  font-size: 2.2rem;
  background-color: #b3e2fa;
  padding: 0.5em;
  border-radius: 5px;
}
#content .l-main__body .c-postContent h5.wp-block-heading {
  font-size: 1.8rem;
  color: #40bfff;
}
#content .l-main__body .c-postContent .wp-block-list li::marker {
  color: #ff9e9e;
  font-size: 1.2em;
}
#content .l-main__body .c-postContent :where(thead) th {
  background-color: #b3e2fa;
}
#content .l-main__body .c-postContent .wp-block-table table {
  border-top-color: #b3e2fa;
  border-right-color: #b3e2fa;
}
#content .l-main__body .c-postContent .wp-block-table td {
  padding: 1em !important;
  border-bottom-color: #b3e2fa;
  border-left-color: #b3e2fa;
}
#content .l-main__body .c-postContent .wp-block-table td:first-child {
  background-color: #b3e2fa;
  border-bottom-color: #fff;
}
@media screen and (max-width: 999px) {
  #content .l-main__body .c-postContent .ark-block-dl .ark-block-dl__div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#content .l-main__body .c-postContent .ark-block-dl .ark-block-dl__dt {
  width: 30%;
}
@media screen and (max-width: 999px) {
  #content .l-main__body .c-postContent .ark-block-dl .ark-block-dl__dt {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#content .l-main__body .c-postContent .ark-block-dl .ark-block-dl__dt span {
  background-color: #F2EBFB;
  border-radius: 50px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.35em;
}
#content .l-main__body .c-postContent .ark-block-dl .ark-block-dl__dd {
  width: 70%;
}
@media screen and (max-width: 999px) {
  #content .l-main__body .c-postContent .ark-block-dl .ark-block-dl__dd {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#content .l-main__body .c-postContent .ark-block-buttons .ark-block-button__link {
  background-color: #40bfff;
  border: #40bfff 2px solid;
  position: relative;
  font-weight: bold;
}
#content .l-main__body .c-postContent .ark-block-buttons .ark-block-button__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 1.25em;
  top: calc(50% - 5px);
}
#content .l-main__body .c-postContent .ark-block-buttons .ark-block-button__link:hover {
  background-color: #fff;
  color: #40bfff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#content .l-main__body .c-postContent .ark-block-buttons .ark-block-button__link:hover::after {
  background-color: #40bfff;
}/*# sourceMappingURL=style.css.map */