@charset "UTF-8";
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
th,
td {
  padding: 0;
  margin: 0;
}

address,
caption,
th {
  font-style: normal;
}

table {
  font-size: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  line-height: 0;
  vertical-align: bottom;
  border: 0;
}

li {
  list-style-type: none;
}

article,
footer,
header,
nav,
section {
  display: block;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  overflow: visible;
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

html {
  scroll-padding-top: 82px;
}

body {
  background-color: #fff;
}

body {
  min-width: 904px;
}
body.is-scrollFix {
  position: fixed;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

p + p {
  margin-top: 1em;
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;
  src: local("Helvetica Neue Regular");
}
body {
  font-size: 18px;
  line-height: 1.5;
  color: #203459;
}

.site-header {
  box-shadow: none;
}
.site-header .site-header-logo {
  padding-top: 40px;
  margin-bottom: 12px;
}
.home .site-header .site-header-logo img {
  display: none;
}
.site-header .global-nav .global-nav-list > li::before {
  content: none;
}
.site-header .global-nav .global-nav-list > li a {
  font-size: 17px;
}
.site-header .global-nav .global-nav-list > li a:link, .site-header .global-nav .global-nav-list > li a:visited, .site-header .global-nav .global-nav-list > li a:hover, .site-header .global-nav .global-nav-list > li a:active, .site-header .global-nav .global-nav-list > li a:focus {
  color: #203459;
}

.header_scrolled .site-header .site-header-container--scrolled--logo-and-nav-container .site-header-logo img {
  display: block;
}

body:not(.header_scrolled) .global-nav--layout--float-right {
  padding-top: 28px;
}

.block-site-footer {
  background-color: #f7f7f7;
}
.block-site-footer .wrap--type01 {
  padding-top: 88px;
  padding-bottom: 96px;
}
.block-site-footer .wrap--type01 h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.48;
  margin-bottom: 38px;
}
.block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column {
  margin-bottom: 40px;
  margin-bottom: 40px;
}
.block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column .row {
  margin: 0 -28px;
}
.block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item {
  padding: 0 28px;
}
.block-site-footer .wrap--type01 a {
  transition: opacity 0.2s linear;
}
.block-site-footer .wrap--type01 a:hover, .block-site-footer .wrap--type01 a:focus {
  opacity: 0.7;
}
.block-site-footer .footer__container--type01 {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 104px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.block-site-footer .footer__container--type01 .item01 {
  width: calc(50% - 1px);
  padding-right: 56px;
  border-right: 1px solid #b3b3b3;
}
.block-site-footer .footer__container--type01 .item02 {
  width: calc(50% - 1px);
  padding-left: 56px;
}
.block-site-footer .footer__container--type01 .item03 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 104px;
}
.block-site-footer .footer__container--type01 .image {
  height: 109px;
}
.block-site-footer .footer__container--type01 p {
  margin-top: 0;
}
.block-site-footer .footer__container--type01 .text01 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 28px;
}
.block-site-footer .footer__container--type01 .text02 {
  font-size: 20px;
  margin-bottom: 27px;
}
.block-site-footer .footer__container--type01 .text03 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 11px;
}
.block-site-footer .footer__container--type01 .text04 {
  font-size: 18px;
  margin-bottom: 28px;
}
.block-site-footer .footer__container--type01 .text05 {
  font-size: 20px;
}
.block-site-footer .footer__container--type01 .text06 {
  font-size: 18px;
  margin-bottom: 23px;
}
.block-site-footer .footer__container--type01 .text07 {
  font-size: 14px;
}
.block-site-footer .footer__container--type01 a:link, .block-site-footer .footer__container--type01 a:visited {
  text-decoration: underline;
}
.block-site-footer .footer__container--type01 a:hover, .block-site-footer .footer__container--type01 a:active, .block-site-footer .footer__container--type01 a:focus {
  text-decoration: none;
}
.gNav.is-active {
  position: fixed;
  top: 0;
  bottom: auto;
}
.gNav__container {
  display: flex;
  flex-flow: row wrap;
  gap: 42px;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.gNav__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.gNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  padding-top: 48px;
  font-weight: bold;
  line-height: 1;
  color: #5a5a5a;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 45px;
}
.gNav__item a:link, .gNav__item a:visited, .gNav__item a:hover, .gNav__item a:active, .gNav__item a:focus {
  text-decoration: none;
}
.gNav__item a:hover, .gNav__item a:focus {
  opacity: 0.7;
}
.gNav__item--news a {
  background-image: url("../img/icn_gnav05.png");
}
.gNav__item--blog a {
  background-image: url("../img/icn_gnav06.png");
}
.gNav__item--about a {
  background-image: url("../img/icn_gnav01.png");
}
.gNav__item--facility a {
  background-image: url("../img/icn_gnav02.png");
}
.gNav__item--guardian a {
  background-image: url("../img/icn_gnav08.png");
}
.gNav__item--boshu a {
  background-image: url("../img/icn_gnav04.png");
}
.gNav__item--guide a {
  background-image: url("../img/icn_gnav04.png");
}
.gNav__item--inquiry a {
  background-image: url("../img/icn_gnav07.png");
}

.fxNav {
  position: fixed;
  top: 80px;
  left: 100px;
  z-index: 1000;
  width: 100px;
  margin-top: 0 !important;
}

.fNav {
  flex: 1;
}
.fNav__container {
  display: flex;
  flex-flow: row wrap;
  gap: 26px 0;
  align-items: stretch;
  justify-content: flex-start;
}
.fNav__container--type01 {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: min-content min-content min-content; /* 各列の幅を最小コンテンツ幅に合わせる */
  justify-content: space-between;
}
.fNav__container--type02 {
  justify-content: space-between;
}
.fNav__container--type02 .fNav__item {
  width: auto;
}
.fNav__container--type02 .fNav__item a {
  font-weight: normal;
}
.fNav__container--type02 .fNav__item a::before {
  content: "●";
}
.fNav__item {
  white-space: nowrap;
}
.fNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.fNav__item a:link, .fNav__item a:visited, .fNav__item a:hover, .fNav__item a:active, .fNav__item a:focus {
  text-decoration: none;
}
.fNav__item a:hover, .fNav__item a:focus {
  opacity: 0.7;
}
.fNav__contact {
  margin-top: 26px;
  margin-bottom: 22px;
}
.fNav__contact a {
  transition: opacity 0.2s linear;
  display: block;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100vh;
}
.fNav__contact a:link, .fNav__contact a:visited, .fNav__contact a:hover, .fNav__contact a:active, .fNav__contact a:focus {
  text-decoration: none;
}
.fNav__contact a:hover, .fNav__contact a:focus {
  opacity: 0.7;
}

.hNav {
  margin-left: 132px;
}
.hNav__item + .hNav__item {
  margin-top: 15px;
}
.hNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #5a5a5a;
}
.hNav__item a:link, .hNav__item a:visited, .hNav__item a:hover, .hNav__item a:active, .hNav__item a:focus {
  text-decoration: none;
}
.hNav__item a:hover, .hNav__item a:focus {
  opacity: 0.7;
}

.vk-mobile-nav {
  padding: 94px 20px 0;
  background: #fffdfa;
}
.vk-mobile-nav nav ul li a {
  padding: 28px 0;
  font-size: 18px;
}
.vk-mobile-nav nav ul li a:link, .vk-mobile-nav nav ul li a:visited, .vk-mobile-nav nav ul li a:hover, .vk-mobile-nav nav ul li a:active, .vk-mobile-nav nav ul li a:focus {
  color: #203459;
}
.vk-mobile-nav .onav__wrap--type01 {
  margin: 64px -20px 0;
  padding: 48px 20px 56px;
  background: #18bfa0;
}
.vk-mobile-nav .onav__wrap--type01 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.48;
  margin-bottom: 27px;
  text-align: center;
  color: #fff;
  border: 0;
}
.vk-mobile-nav .onav__wrap--type01 .bnr {
  max-width: 335px;
  margin: 20px auto 0;
}

.lNav {
  position: relative;
  width: 904px;
  padding: 48px;
  border: 4px dotted #00a381;
  border-radius: 20px;
}
.lNav__container {
  display: flex;
  flex-flow: row wrap;
  gap: 26px 50px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lNav__item {
  white-space: nowrap;
}
.lNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.lNav__item a:link, .lNav__item a:visited, .lNav__item a:hover, .lNav__item a:active, .lNav__item a:focus {
  text-decoration: none;
}
.lNav__item a:link, .lNav__item a:visited, .lNav__item a:hover, .lNav__item a:active, .lNav__item a:focus {
  color: #00a381;
}
.lNav__item a:hover, .lNav__item a:focus {
  opacity: 0.7;
}
.p-guardian .lNav__head {
  position: absolute;
  top: -15px;
  right: 50%;
  height: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00a381;
  border-radius: 100vh;
  transform: translateX(50%);
}
.p-guardian .lNav__head::before, .p-guardian .lNav__head::after {
  display: none;
  content: "";
}

.page_top_btn {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: fixed;
  right: 50px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #fff url(../img/icn_arrow02.png) no-repeat 50% 50%;
  border: 2px solid #203459;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  z-index: 999;
}

.c-main {
  position: relative;
  padding-top: 136px;
}
.page-home .c-main {
  padding-top: 424px;
}

.c-decoration-footer {
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fff;
}
.page-home .c-decoration-footer {
  display: none;
}

.c-topicPath {
  padding-top: 17px;
  padding-bottom: 20px;
}
.c-topicPath__container {
  display: flex;
  flex-flow: row wrap;
  gap: 7px;
  align-items: center;
  justify-content: flex-start;
  width: 1128px;
  margin-right: auto;
  margin-left: auto;
}
.c-topicPath__item {
  display: flex;
  flex-flow: row wrap;
  gap: 7px;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.9;
  color: #000;
}
.c-topicPath__item::after {
  display: inline-block;
  width: 15px;
  height: 0;
  content: "";
  border-bottom: 1px solid #d1d1d1;
}
.c-topicPath__item:last-child::after {
  display: none;
}
.c-topicPath__item--home {
  padding-left: 6px;
}
.c-topicPath__item--home::before {
  display: block;
  width: 13px;
  height: 14px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45MjQiIGhlaWdodD0iMTEuMzA5Ij48cGF0aCBkYXRhLW5hbWU9IuODkeOCuSA3NzIiIGQ9Ik03LjQ2MiwyLDEsNi44NDdIMi43MjF2Ni40NjJINS45NTJWMTAuMDc4SDkuMTgzdjMuMjMxaDMuMjMxVjYuODQ3aDEuNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAtMikiIGZpbGw9IiNkMWQxZDEiLz48L3N2Zz4=") no-repeat 0 100%;
  background-size: 100% auto;
}
.c-topicPath__item--home a {
  color: #d1d1d1;
}
.c-topicPath__item a,
.c-topicPath__item span {
  color: #959595;
}

.c-categoryHead {
  position: relative;
  height: 270px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c-categoryHead--news {
  background-image: url("../img/pic_head_news01_01.jpg");
}
.c-categoryHead--blog {
  background-image: url("../img/pic_head_blog01_01.jpg");
}
.c-categoryHead--admission {
  background-image: url("../img/pic_head_admission01_01.jpg");
}
.c-categoryHead--guardian {
  background-image: url("../img/pic_head_guardian01_01.jpg");
}
.c-categoryHead--common {
  background-image: url("../img/pic_head_common01_01.jpg");
}
.c-categoryHead__head {
  position: absolute;
  top: -56px;
  right: 50%;
  width: 163px;
  height: 100%;
  aspect-ratio: 1/1;
  transform: translateX(50%);
}

.entry-body h2 {
  font-size: 50px;
  font-weight: bold;
  color: #18bfa0;
  margin-top: 104px;
  margin-bottom: 58px;
}
.entry-body h2 img {
  margin-bottom: 32px;
}

.platform h2 {
  margin-top: 10px;
}

.c-notes--type01 {
  position: relative;
  padding-left: 2.25em;
}
.c-notes--type01 span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-notes--type02 {
  color: #f00;
}

.c-notes--type03 {
  padding-left: 1em;
  text-indent: -1em;
}

.c-color--red01 {
  color: #f00;
}

.c-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-wrap--type01 {
  padding-top: 270px;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.c-wrap--type02 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-wrap--type03 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-wrap--news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-wrap--blog01 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
.c-wrap--blog01::before, .c-wrap--blog01::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: url("../img/bg_line02.svg") repeat-x 0 0;
}
.c-wrap--blog01::before {
  top: 0;
}
.c-wrap--blog01::after {
  bottom: 0;
  transform: scaleY(-1);
}
.c-wrap--blog02 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
}
.c-wrap--blog02::before, .c-wrap--blog02::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: url("../img/bg_line02.svg") repeat-x 0 0;
}
.c-wrap--blog02::before {
  top: 0;
}
.c-wrap--blog02::after {
  bottom: 0;
  transform: scaleY(-1);
}

.c-section {
  width: 904px;
  margin-right: auto;
  margin-left: auto;
}
.c-section + .c-section {
  margin-top: 60px;
}
.c-section .c-section {
  margin-bottom: 40px;
}

.c-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-columns .c-col__item--center {
  align-self: center;
}

.c-col1--type01 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-col1--type01 img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.c-col2--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-col2--type01 .c-columns__item {
  width: 50%;
}
.c-col2--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col2--type01 .c-columns__item a:hover, .c-col2--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col3--type01 {
  margin-bottom: 60px;
}
.c-col3--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -30px;
}
.c-col3--type01 .c-columns__container::after {
  display: block;
  width: calc(33.3333333333% - 20px);
  content: "";
}
.c-col3--type01 .c-columns__item {
  width: calc(33.3333333333% - 20px);
  margin-top: 30px;
}
.c-col3--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col3--type01 .c-columns__item a:hover, .c-col3--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col4--type01 {
  margin-top: -20px;
}
.c-col4--type01::before, .c-col4--type01::after {
  display: block;
  content: "";
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
}
.c-col4--type01::before {
  order: 1;
}
.c-col4--type01 .c-columns__item {
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
  margin-top: 20px;
}
.c-col4--type01 .c-columns__text {
  margin-top: 5px;
  text-align: center;
}
.c-pic-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-pic-text .c-col__item--center {
  align-self: center;
}
.c-pic-text__picture {
  order: 1;
  text-align: center;
}
.c-pic-text__picture--type01 {
  width: 350px;
}
.c-pic-text__picture--type02 {
  width: 260px;
}
.c-pic-text__picture--type03 {
  width: 500px;
}
.c-pic-text__text {
  order: 2;
}
.c-pic-text__text--type01 {
  width: calc(100% - 350px - 30px);
  margin-top: -0.5em;
  line-height: 2;
}
.c-pic-text__text--type02 {
  width: calc(100% - 260px - 30px);
}
.c-pic-text__text--type03 {
  width: calc(100% - 500px - 30px);
}

.c-pic-text--picLeft01 .c-pic-text__picture {
  order: 1;
  margin-right: 30px;
}
.c-pic-text--picLeft01 .c-pic-text__text {
  order: 2;
}

.c-pic-text--picRight01 .c-pic-text__picture {
  order: 2;
  margin-left: 30px;
}
.c-pic-text--picRight01 .c-pic-text__text {
  order: 1;
}
.c-pic-text--picRight01 .c-pic-text__text p:not(:first-child) {
  margin-top: 1.61em;
}

ul {
  padding-left: 1.5em;
}

li {
  list-style-type: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.c-link--type01 {
  text-align: center;
}
.c-link--type01 a {
  transition: opacity 0.2s linear;
  position: relative;
  display: block;
  width: 500px;
  background-color: #18bfa0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  padding: 33.5px 60px;
  border-radius: 50px;
}
.c-link--type01 a:link, .c-link--type01 a:visited, .c-link--type01 a:hover, .c-link--type01 a:active, .c-link--type01 a:focus {
  color: #fff;
}
.c-link--type01 a:link, .c-link--type01 a:visited, .c-link--type01 a:hover, .c-link--type01 a:active, .c-link--type01 a:focus {
  text-decoration: none;
}
.c-link--type01 a:hover, .c-link--type01 a:focus {
  opacity: 0.7;
}
.c-link--type01 a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 16px;
  top: 50%;
  right: 40px;
  background: url(../img/icn_arrow01.png) no-repeat 50% 50%;
  transform: translateY(-50%);
}
.c-link--type01 span {
  position: relative;
  display: block;
  width: 500px;
  background-color: #ccc;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  padding: 33.5px 60px;
  border-radius: 50px;
}

.c-link--type02 {
  text-align: center;
}
.c-link--type02 a {
  transition: opacity 0.2s linear;
  position: relative;
  display: block;
  width: 500px;
  background-color: #18bfa0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  padding: 33.5px 60px;
  border-radius: 50px;
}
.c-link--type02 a:link, .c-link--type02 a:visited, .c-link--type02 a:hover, .c-link--type02 a:active, .c-link--type02 a:focus {
  color: #fff;
}
.c-link--type02 a:link, .c-link--type02 a:visited, .c-link--type02 a:hover, .c-link--type02 a:active, .c-link--type02 a:focus {
  text-decoration: none;
}
.c-link--type02 a:hover, .c-link--type02 a:focus {
  opacity: 0.7;
}
.c-link--type02 a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 16px;
  top: 50%;
  left: 40px;
  background: url(../img/icn_arrow01.png) no-repeat 50% 50%;
  transform: translateY(-50%) rotate(180deg);
}

.c-link__wrap--type01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.c-link__wrap--type01 .c-link--type01 {
  max-width: 500px;
  width: 100%;
  margin: 20px;
}

.c-table--type01 {
  width: 676px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid #ffad73;
  border-radius: 20px;
}
.c-table--type01 table {
  width: 100%;
}
.c-table--type01 th,
.c-table--type01 td {
  padding: 13px 21px 11px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-left: 1px solid #fff;
}
.c-table--type01 th:first-child,
.c-table--type01 td:first-child {
  border-left: 0;
}
.c-table--type01 thead th {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  background-color: #ffad73;
}
.c-table--type01 tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.c-table--type01 tbody th {
  font-weight: 400;
}
.c-table--type01 tbody .cell-strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
.c-table--type01 tbody .cell-strong span {
  font-size: 15px;
  line-height: 1.4;
}

.c-table-wrap--type01 {
  width: 676px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px;
}

.c-th--type01 th {
  width: 160px;
}

.c-cell--fixed {
  table-layout: fixed;
}

.snow-monkey-form {
  margin-bottom: 220px;
}
.snow-monkey-form .smf-form--business .smf-item__col--label {
  background-color: #ebfaef;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.snow-monkey-form .smf-form--business .smf-item__col--label .smf-item__label .smf-item__label__text {
  font-size: 18px;
  font-weight: bold;
}
.snow-monkey-form .smf-form--business .smf-item__col--label .smf-item__description {
  border: 1px solid #a71717;
  border-radius: 8px;
  color: #a71717;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 15px;
  width: 70px;
}
.snow-monkey-form .smf-form--business .smf-item__col.smf-item__col--controls {
  background-color: #fff;
}
.snow-monkey-form .smf-form--business .smf-item__col.smf-item__col--controls .smf-item__controls .smf-text-control__control {
  margin-bottom: 0;
  font-size: 16px;
}
.snow-monkey-form .smf-form--business .smf-item.last {
  margin-top: 80px;
  border-top: 1px solid #ddd;
}
.snow-monkey-form .smf-action {
  margin-top: 120px;
}
.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
  transition: opacity 0.2s linear;
  border: 0;
  border-radius: 50px;
  background: #18bfa0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding: 33px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control:hover, .snow-monkey-form .smf-action .smf-button-control .smf-button-control__control:focus {
  opacity: 0.7;
}

.c-qa {
  margin-top: 46px;
}
.c-qa .c-qa__container + .c-head--type02 {
  margin-top: 60px;
}
.c-qa .c-qa__item {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 2px solid #18bfa0;
  border-radius: 10px;
  transition: height 0.4s ease;
}
.c-qa .c-qa__item + .c-qa__item {
  margin-top: 30px;
}
.c-qa .c-qa__item.is-active .c-qa__button {
  transform: rotateX(180deg);
}
.c-qa .c-qa__head {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: normal;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
}
.c-qa .c-qa__body {
  position: relative;
  padding-top: 25px;
  padding-left: 50px;
  margin-top: 25px;
  border-top: 1px dotted #18bfa0;
}
.c-qa .c-qa__body p + p {
  margin-top: 1em;
}
.c-qa .c-qa__body .notes {
  display: none;
}
.c-qa .c-qa__body a:link, .c-qa .c-qa__body a:visited, .c-qa .c-qa__body a:hover, .c-qa .c-qa__body a:active, .c-qa .c-qa__body a:focus {
  color: #69bb0b;
}
.c-qa .c-qa__body a:link, .c-qa .c-qa__body a:visited {
  text-decoration: underline;
}
.c-qa .c-qa__body a:hover, .c-qa .c-qa__body a:active, .c-qa .c-qa__body a:focus {
  text-decoration: none;
}
.c-qa .c-qa__icon--question,
.c-qa .c-qa__icon--answer {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #18bfa0;
  border-radius: 50%;
}
.c-qa .c-qa__icon--question {
  top: -4px;
  padding-top: 2px;
  font-size: 22px;
  color: #fff;
  background-color: #18bfa0;
}
.c-qa .c-qa__icon--answer {
  top: 20px;
  padding-top: 2px;
  font-size: 22px;
  color: #18bfa0;
}
.c-qa .c-qa__button {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 30px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2010%22%3E%3Cpath%20d%3D%22M1%201.5l9%207%209-7%22%20fill%3D%22none%22%20stroke%3D%22%2396c537%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  border: 0;
  transition: transform 0.2s linear;
}
.c-qa .item-image {
  display: block;
  width: 375px;
  margin-top: 10px;
}

.c-bg--type01 {
  background: #ffad73 url("../img/bg_pattern01.png") repeat 0 0;
}

.c-bg--type02 {
  background-color: #fff;
}

/* stylelint-disable scss/double-slash-comment-whitespace-inside */
.wp-block-image.c-mainVisual {
  margin-top: 0;
  margin-bottom: 48px;
}

.c-news__container {
  position: relative;
  width: 1088px;
  padding: 35px 53px 53px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 7px solid #fa8735;
  border-radius: 20px;
}
.c-news-archive .c-news__container {
  padding-bottom: 35px;
}
.c-news__container::after {
  position: absolute;
  right: 148px;
  bottom: 2px;
  display: block;
  width: 257px;
  height: 99px;
  content: "";
  background: url("../img/pic_deco14_01.jpg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-news-archive .c-news__container::after {
  display: none;
}
.c-news__item {
  margin-bottom: 29px;
}
.c-news-archive .c-news__item {
  margin-bottom: 0;
}
.c-news__list {
  width: 100%;
}
.c-news__list tr:last-child .c-news__date,
.c-news__list tr:last-child .c-news__title {
  border-bottom: 0;
}
.c-news__date, .c-news__title {
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
  border-bottom: 3px dotted #ffad73;
}
.c-news__title {
  padding-left: 17px;
  line-height: 2.25;
}
.c-news__title a {
  color: #000;
}
.c-news__title a:link, .c-news__title a:visited {
  text-decoration: none;
}
.c-news__title a:hover, .c-news__title a:active {
  text-decoration: underline;
}
.c-news__date {
  width: 134px;
  white-space: nowrap;
}
.c-news__date div {
  display: grid;
  place-items: center;
  width: 100%;
  height: 38px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  background-color: #ffad73;
  border-radius: 100vh;
}

.c-pager--type01 {
  margin-top: 150px;
}
.c-pager--type01 .c-pager__container {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}
.c-pager--type01 .c-pager__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.c-pager--type01 .c-pager__item a,
.c-pager--type01 .c-pager__item span {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fdcca9;
}
.c-pager--type01 .c-pager__item a {
  border-radius: 10px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.c-pager--type01 .c-pager__item a:link, .c-pager--type01 .c-pager__item a:visited, .c-pager--type01 .c-pager__item a:hover, .c-pager--type01 .c-pager__item a:active, .c-pager--type01 .c-pager__item a:focus {
  text-decoration: none;
}
.c-pager--type01 .c-pager__item a:hover, .c-pager--type01 .c-pager__item a:focus {
  color: #fa8735;
  background-color: #ffe8d8;
}
.c-pager--type01 .c-pager__item.is-current span {
  color: #fa8735;
}
.c-pager--type01 .c-pager__abbr span {
  color: #fdcca9;
  background-color: #fff;
  border-color: #fff;
}
.c-pager--type01 .c-pager__prev a,
.c-pager--type01 .c-pager__prev span,
.c-pager--type01 .c-pager__next a,
.c-pager--type01 .c-pager__next span {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 1;
  text-indent: 60px;
  white-space: nowrap;
  background: url("../img/icn_arrow06.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-pager--type01 .c-pager__prev {
  margin-right: 20px;
}
.c-pager--type01 .c-pager__prev a,
.c-pager--type01 .c-pager__prev span {
  transform: scaleX(-1);
}
.c-pager--type01 .c-pager__next {
  margin-left: 20px;
}
.c-pager-single {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.c-pager-single__item a,
.c-pager-single__item span {
  display: block;
}
.c-pager-single__item a {
  transition: opacity 0.2s linear;
}
.c-pager-single__item a:link, .c-pager-single__item a:visited, .c-pager-single__item a:hover, .c-pager-single__item a:active, .c-pager-single__item a:focus {
  text-decoration: none;
}
.c-pager-single__item a:hover, .c-pager-single__item a:focus {
  opacity: 0.7;
}
.c-pager-single__item--index a {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fa8735;
}
.c-pager-single__item--index a::after {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("../img/icn_arrow03.svg") no-repeat 0 50%;
  background-size: 100% auto;
}
.c-pager-single__item--prev {
  width: 71px;
  height: 71px;
}
.c-pager-single__item--prev a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icn_arrow02.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: scaleX(-1);
}
.c-pager-single__item--prev.is-inactive {
  background: url("../img/icn_arrow04.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: scaleX(-1);
}
.c-pager-single__item--next {
  width: 71px;
  height: 71px;
}
.c-pager-single__item--next a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icn_arrow02.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-pager-single__item--next.is-inactive {
  background: url("../img/icn_arrow04.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-banner--type01 .c-banner__item {
  width: 160px;
}
.c-banner--type01 .c-banner__item:not(:first-child) {
  margin-top: 10px;
}

@keyframes loading--type01 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes loading--type02 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.editor-styles-wrapper {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
}

.wp-block-gallery {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}

.wp-block-file__button {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 1.25;
}

.wp-block-separator {
  width: 100%;
  height: 4px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%3E%3Ccircle%20cx%3D%220%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23ffad73%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x; /* 横方向に繰り返す場合 */
  background-position: 0 0;
  border: none; /* デフォルトの枠線を削除 */
}

.main-title {
  padding-top: 80px;
  margin-bottom: 38px;
  text-align: center;
}
.main-title .main {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
.main-title .sub {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}

.read-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.read-text p {
  line-height: 2.4;
  max-width: 1020px;
  margin: 0 auto;
}
.read-text p.type02 {
  font-size: 24px;
}
.read-text span {
  color: #a71717;
}
.read-text + .c-link--type01 {
  margin-top: 56px;
  margin-bottom: 80px;
}

.p-home__bnr {
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
}
.p-home__bnr a {
  transition: opacity 0.2s linear;
}
.p-home__bnr a:hover, .p-home__bnr a:focus {
  opacity: 0.7;
}

.p-home__container--type01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 51px -28px 0;
  padding-bottom: 76px;
}
.p-home__container--type01 .item {
  display: flex;
  flex-direction: column;
  width: 542px;
  margin: 28px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 59px 72px 64px;
  text-align: center;
}
.p-home__container--type01 .item:last-child .link {
  margin-bottom: 2em;
}
.p-home__container--type01 .item p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.p-home__container--type01 .item .head {
  flex-grow: 1;
}
.p-home__container--type01 .item .head .sub {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 11px;
}
.p-home__container--type01 .item .head .main {
  font-size: 50px;
  font-weight: bold;
  color: #18bfa0;
  margin-bottom: 35px;
}
.p-home__container--type01 .item .link a {
  transition: opacity 0.2s linear;
  position: relative;
  display: block;
  width: 350px;
  background-color: #18bfa0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 25px 50px;
  border-radius: 40px;
  margin: 0 auto 24px;
}
.p-home__container--type01 .item .link a:link, .p-home__container--type01 .item .link a:visited, .p-home__container--type01 .item .link a:hover, .p-home__container--type01 .item .link a:active, .p-home__container--type01 .item .link a:focus {
  color: #fff;
}
.p-home__container--type01 .item .link a:link, .p-home__container--type01 .item .link a:visited, .p-home__container--type01 .item .link a:hover, .p-home__container--type01 .item .link a:active, .p-home__container--type01 .item .link a:focus {
  text-decoration: none;
}
.p-home__container--type01 .item .link a:hover, .p-home__container--type01 .item .link a:focus {
  opacity: 0.7;
}
.p-home__container--type01 .item .link a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 16px;
  top: 50%;
  right: 30px;
  background: url(../img/icn_arrow01.png) no-repeat 50% 50%;
  transform: translateY(-50%);
}
.p-home__container--type01 .item .link span {
  background-color: #ccc;
  display: block;
  width: 350px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 25px 50px;
  border-radius: 40px;
  margin: 0 auto 24px;
}
.p-home__notes--type01 {
  max-width: 900px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vk_posts {
  margin-bottom: 72px;
}
.vk_posts .postListText {
  border-bottom: 1px dotted #203459;
  padding: 40px 0;
}
.vk_posts .postListText:first-child {
  border-top: 1px dotted #203459;
}
.vk_posts .postListText .postListText_date {
  font-size: 18px;
  color: #9694a4;
  margin-right: 40px;
}
.vk_posts .postListText .postListText_singleTermLabel {
  margin-right: 40px;
}
.vk_posts .postListText .postListText_singleTermLabel a {
  color: #203459 !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 19px;
}
.vk_posts .postListText .postListText_title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 3.5px;
}

.sub-section h2.wp-block-heading {
  font-size: 24px;
  color: #203459;
}
.sub-section ul li a {
  font-size: 18px;
  padding-left: 0;
}
.sub-section ul li a:link, .sub-section ul li a:visited, .sub-section ul li a:hover, .sub-section ul li a:active, .sub-section ul li a:focus {
  color: #203459;
}

.single .main-section .entry-header h1.entry-title {
  font-size: 28px;
  color: #203459;
}
.single .main-section .entry-body {
  margin-bottom: 64px;
}

.p-privacy {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 1088px;
  padding: 53px 177px 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 7px solid #fa8735;
  border-radius: 20px;
}
.p-privacy p + p {
  margin-top: 2em;
}

.search__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 80px;
}
.search__list .item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.search__list .item a {
  transition: opacity 0.2s linear;
  position: relative;
  display: block;
  height: 100%;
  padding: 40px;
  border: 1px solid #203459;
  border-radius: 30px;
  background-color: #fff;
}
.search__list .item a:link, .search__list .item a:visited, .search__list .item a:hover, .search__list .item a:active, .search__list .item a:focus {
  text-decoration: none;
}
.search__list .item a:hover, .search__list .item a:focus {
  opacity: 0.7;
}
.search__list .item a::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 40px;
  right: 40px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: url(../img/icn_arrow01.png) no-repeat 50% 50%, #203459;
}
.search__list .item .cat {
  font-size: 18px;
  color: #203459;
  text-align: center;
  line-height: 1.5;
  width: 224px;
  padding: 5px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.search__list .item .cat.type01 {
  background: #b8f1f2;
}
.search__list .item .cat.type02 {
  background: #c5f2c5;
}
.search__list .item .cat.type03 {
  background: #d9f6ac;
}
.search__list .item .cat.type04 {
  background: #fadce9;
}
.search__list .item .cat.type05 {
  background: #c9d6f5;
}
.search__list .item .cat.type06 {
  background: #e4c9f2;
}
.search__list .item .cat.type07 {
  background: #ebebeb;
}
.search__list .item .cat.type07 {
  background: #f9f2ae;
}
.search__list .item .name {
  font-size: 24px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #707070;
  margin-bottom: 25px;
}
.search__list .item .area {
  position: relative;
  padding-left: 6em;
  font-size: 18px;
  color: #203459;
}
.search__list .item .area span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.search__list .item .field {
  position: relative;
  padding-left: 6em;
  font-size: 18px;
  color: #203459;
  margin-bottom: 27px;
}
.search__list .item .field span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.search__list .item .tag {
  font-size: 18px;
  color: #203459;
  padding: 9px;
  text-align: center;
  width: 197px;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
  line-height: 1.5;
}

.entry-body .p-platform__head--type02 {
  font-size: 36px;
  text-align: center;
  color: #203459;
  font-weight: normal;
  border: 0;
  margin-top: 80px;
  margin-bottom: 28px;
}
.entry-body .p-platform__head--type03 {
  font-size: 30px;
  text-align: center;
  color: #203459;
  font-weight: normal;
  border: 0;
  margin-top: 64px;
  margin-bottom: 28px;
}
.entry-body .p-platform__head--type03::after {
  content: none;
}

.p-platform__wrap--type01 {
  border: 1px solid #203459;
  background-color: #fff;
  padding: 64px 79px;
  border-radius: 30px;
}
.p-platform__wrap--type01 *:first-child {
  margin-top: 0;
}
.p-platform__wrap--type01 .container--type01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-platform__wrap--type01 .container--type01 .name {
  width: 100%;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 21px;
  border-bottom: 1px dotted #707070;
}
.p-platform__wrap--type01 .container--type01 .cat {
  font-size: 18px;
  color: #203459;
  text-align: center;
  line-height: 1.5;
  width: 224px;
  padding: 5px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.p-platform__wrap--type01 .container--type01 .cat.type01 {
  background: #b8f1f2;
}
.p-platform__wrap--type01 .container--type01 .cat.type02 {
  background: #c5f2c5;
}
.p-platform__wrap--type01 .container--type01 .cat.type03 {
  background: #d9f6ac;
}
.p-platform__wrap--type01 .container--type01 .cat.type04 {
  background: #fadce9;
}
.p-platform__wrap--type01 .container--type01 .cat.type05 {
  background: #c9d6f5;
}
.p-platform__wrap--type01 .container--type01 .cat.type06 {
  background: #e4c9f2;
}
.p-platform__wrap--type01 .container--type01 .cat.type07 {
  background: #ebebeb;
}
.p-platform__wrap--type01 .container--type01 .cat.type07 {
  background: #f9f2ae;
}
.p-platform__wrap--type01 .container--type01 .tag {
  font-size: 18px;
  color: #203459;
  padding: 9px;
  text-align: center;
  width: 197px;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
  line-height: 1.5;
}
.p-platform__wrap--type01 .container--type02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #707070;
}
.p-platform__wrap--type01 .container--type02:last-child {
  margin-bottom: 0;
}
.p-platform__wrap--type01 .container--type02 .head {
  font-weight: bold;
  width: 210px;
}
.p-platform__wrap--type01 .container--type02 .text {
  width: calc(100% - 210px);
  line-height: 2;
}
.p-platform__wrap--type01 .container--type02 .text a:link, .p-platform__wrap--type01 .container--type02 .text a:visited {
  text-decoration: underline;
}
.p-platform__wrap--type01 .container--type02 .text a:hover, .p-platform__wrap--type01 .container--type02 .text a:active, .p-platform__wrap--type01 .container--type02 .text a:focus {
  text-decoration: none;
}
.p-platform__wrap--type01 .container--type02 .list li {
  line-height: 1.5;
}
.p-platform__wrap--type01 .container--type03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -20px 18px;
}
.p-platform__wrap--type01 .container--type03 .link--type01 {
  width: 470px;
  margin: 0 20px 30px;
}
.p-platform__wrap--type01 .container--type04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -20px 18px;
}
.p-platform__wrap--type01 .container--type04 .link--type01 {
  width: 470px;
  margin: 0 20px 30px;
}
.p-platform__wrap--type01 .note--type01 {
  margin-top: 48px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.p-platform__wrap--type01 .link--type01 {
  text-align: center;
}
.p-platform__wrap--type01 .link--type01 a {
  position: relative;
  transition: opacity 0.2s linear;
  display: block;
  width: 100%;
  max-width: 470px;
  border: 2px solid #203459;
  border-radius: 50px;
  font-size: 22px;
  padding: 31.5px 45px;
  margin: 0 auto;
}
.p-platform__wrap--type01 .link--type01 a:hover, .p-platform__wrap--type01 .link--type01 a:focus {
  opacity: 0.7;
}
.p-platform__wrap--type01 .link--type01 a:link, .p-platform__wrap--type01 .link--type01 a:visited, .p-platform__wrap--type01 .link--type01 a:hover, .p-platform__wrap--type01 .link--type01 a:active, .p-platform__wrap--type01 .link--type01 a:focus {
  text-decoration: none;
}
.p-platform__wrap--type01 .link--type01 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 16px;
  top: 50%;
  right: 40px;
  background: url(../img/icn_arrow03.png) no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.p-platform__wrap--type01 .link--type01.tel a {
  display: none;
}
.p-platform__wrap--type01 .link--type01.tel span {
  display: block;
  width: 100%;
  max-width: 470px;
  border: 2px solid #203459;
  border-radius: 50px;
  font-size: 22px;
  padding: 31.5px 45px;
  margin: 0 auto;
}
.p-platform__wrap--type01 + .c-link--type02 {
  margin-top: 120px;
}

.post-type-platform .entry-header,
.post-type-platform .breadcrumb,
.post-type-platform .entry-footer {
  display: none;
}

.fll {
  float: left !important;
}

img.fll {
  margin: 0 10px 10px 0 !important;
}

.flr {
  float: right !important;
}

img.flr {
  margin: 0 0 10px 10px !important;
}

.clb {
  clear: both !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.bold,
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.ti,
.ti p {
  text-indent: 1em !important;
}

.ttu {
  text-transform: uppercase !important;
}

.ttl {
  text-transform: lowercase !important;
}

.whsnw {
  white-space: nowrap !important;
}

.whsn {
  white-space: normal !important;
}

.ti1em {
  text-indent: 1em !important;
}

.vam {
  vertical-align: middle !important;
}

.lh2 {
  line-height: 2 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.tlf {
  table-layout: fixed !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz54 {
  font-size: 54px !important;
}

.c-b--type01 {
  font-weight: normal;
  color: #f00;
}

.c-color--type01 {
  color: #18bfa0;
}

.c-br--small {
  display: none;
}

.c-br--medium {
  display: none;
}

.brTab {
  display: none;
}

.brSp {
  display: none;
}
.brSp.brPc {
  display: inline-block;
}

.mt01,
.mt55 {
  margin-top: 55px !important;
}

.mb01,
.mb55 {
  margin-bottom: 55px !important;
}

.mt02,
.mt30 {
  margin-top: 30px !important;
}

.mb02,
.mb30 {
  margin-bottom: 30px !important;
}

.mt03,
.mt120 {
  margin-top: 120px !important;
}

.mb03,
.mb120 {
  margin-bottom: 120px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt01,
.pt30 {
  padding-top: 30px !important;
}

.pb01,
.pb30 {
  padding-bottom: 30px !important;
}

.pt02,
.pt60 {
  padding-top: 60px !important;
}

.pb02,
.pb60 {
  padding-bottom: 60px !important;
}

.pt03,
.pt120 {
  padding-top: 120px !important;
}

.pb03,
.pb120 {
  padding-bottom: 120px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt26 {
  margin-top: 26px !important;
}

.u-mb26 {
  margin-bottom: 26px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt86 {
  margin-top: 86px !important;
}

.u-mb86 {
  margin-bottom: 86px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.ro {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.ro:hover {
  opacity: 0.8;
}

.ro:hover img {
  opacity: 0.8;
}

.rot {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.rot:hover, .rot:focus {
  opacity: 0.7;
}

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

.cf::after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media screen and (min-width: 601px) and (max-width: 960px){
  .c-br--medium {
    display: inline-block;
  }
  .brTab {
    display: inline-block;
  }
}

@media (min-width: 640px){
  .snow-monkey-form .smf-form--business .smf-item__col--label {
    flex: 0 0 25em;
    max-width: 25em;
  }
  .snow-monkey-form .smf-form--business .smf-item__col.smf-item__col--controls {
    padding: 30px;
  }
}

@media (min-width: 992px){
  .header_scrolled .site-header .site-header-container--scrolled--logo-and-nav-container .site-header-logo img {
    max-height: 28px;
  }
}

@media (max-width: 1500px){
  .fxNav {
    top: 100px;
    left: 50px;
  }
}

@media screen and (max-width: 1244px){
  .gNav {
    flex: 1;
  }
  .hNav {
    margin-left: 0;
  }
}

@media screen and (max-width: 1168px){
  .c-topicPath__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1128px){
  .c-news__container {
    width: calc(100% - 40px);
  }
  .p-privacy {
    width: calc(100% - 40px);
    padding-right: calc((100% - 720px) / 2);
    padding-left: calc((100% - 720px) / 2);
  }
}

@media screen and (max-width: 1124px){
  .c-news__container::after {
    right: 30px;
  }
}

@media screen and (max-width: 1120px){
  .gNav__container {
    gap: 36px;
  }
}

@media screen and (max-width: 1090px){
  .gNav__container {
    gap: 24px;
  }
}

@media screen and (max-width: 1080px){
  .c-pager--type01 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1030px){
  .gNav__container {
    gap: 20px;
  }
  .gNav__item a {
    font-size: 15px;
  }
  .hNav__item a {
    font-size: 15px;
  }
  .c-main {
    padding-top: 95px;
  }
}

@media screen and (max-width: 1009px){
  .gNav {
    display: none;
  }
  .hNav__container {
    display: none;
  }
  .page-home .c-main {
    padding-top: 351px;
  }
}

@media (max-width: 999px){
  .fxNav {
    display: none;
  }
}

@media screen and (max-width: 999px){
  body {
    min-width: 100%;
  }
}

@media (max-width: 991.98px){
  .home .site-header .site-header-logo img {
    display: block;
  }
}

@media screen and (max-width: 960px){
  .fNav {
    display: none;
  }
  .page_top_btn {
    right: 20px;
    bottom: 8px;
  }
  .c-categoryHead__head {
    top: -65px;
  }
  .c-pic-text__picture--type03 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    margin-right: auto;
  }
}

@media screen and (max-width: 944px){
  .lNav {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 856px){
  .c-news__container {
    padding-bottom: 148px;
  }
  .c-news__container::after {
    right: 50%;
    bottom: 27px;
    width: 221px;
    height: 90px;
    transform: translateX(50%);
  }
}

@media screen and (max-width: 810px){
  .wp-block-separator {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 776px){
  .p-privacy {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media screen and (max-width: 768px){
  .p-platform__wrap--type01 {
    padding: 30px 29px 44px;
  }
}

@media screen and (max-width: 750px){
  .c-wrap--blog02::after {
    display: none;
  }
}

@media screen and (max-width: 724px){
  .c-main {
    padding-top: 155px;
  }
  .c-topicPath {
    display: none;
  }
}

@media screen and (max-width: 600px){
  .site-header .site-header-logo {
    padding-top: 18px;
    margin-bottom: 18px;
  }
  .block-site-footer .wrap--type01 {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .block-site-footer .wrap--type01 h2 {
    font-size: 24px;
    margin-bottom: 27px;
  }
  .block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column {
    margin-bottom: 14px;
  }
  .block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item {
    width: 100%;
    max-width: none;
    flex: none;
  }
  .block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item .wp-block-image {
    margin: 0 auto;
  }
  .block-site-footer .wrap--type01 .wp-block-vk-blocks-grid-column .wp-block-vk-blocks-grid-column-item a {
    max-width: 335px;
    margin: 20px auto 0;
  }
  .block-site-footer .footer__container--type01 .item01 {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 40px;
  }
  .block-site-footer .footer__container--type01 .item02 {
    width: 100%;
    padding-left: 0;
  }
  .block-site-footer .footer__container--type01 .item03 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .block-site-footer .footer__container--type01 .image {
    height: auto;
    margin-bottom: 24px;
  }
  .block-site-footer .footer__container--type01 .image img {
    max-height: 56px;
  }
  .block-site-footer .footer__container--type01 .text03:last-child {
    margin-bottom: 0;
  }
  .lNav__container {
    flex-flow: column wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .p-guardian .lNav__head {
    position: static;
    transform: none;
  }
  .page_top_btn {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .page-home .c-main {
    padding-top: 424px;
  }
  .c-categoryHead {
    height: 378px;
  }
  .c-categoryHead--news {
    background-image: url("../img/pic_head_news01_02.jpg");
  }
  .c-categoryHead--blog {
    background-image: url("../img/pic_head_blog01_02.jpg");
  }
  .c-categoryHead--admission {
    background-image: url("../img/pic_head_admission01_02.jpg");
  }
  .c-categoryHead--guardian {
    background-image: url("../img/pic_head_guardian01_02.jpg");
  }
  .c-categoryHead--common {
    background-image: url("../img/pic_head_common01_02.jpg");
  }
  .entry-body h2 {
    font-size: 24px;
    margin-top: 56px;
  }
  .entry-body h2 img {
    width: 80px !important;
    margin-bottom: 20px;
  }
  .c-wrap--type01 {
    position: relative;
    padding-top: 0;
    padding-bottom: 241px;
    overflow: hidden;
  }
  .c-wrap--type01::after {
    position: absolute;
    right: 50%;
    bottom: -2px;
    display: block;
    width: 415px;
    height: 216px;
    content: "";
    background: url("../img/pic_deco12_02.png") no-repeat 0 0;
    background-size: 100% auto;
    transform: translateX(50%);
  }
  .c-wrap--type02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-wrap--type03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-wrap--blog01 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .c-section {
    width: calc(100% - 36px * 2);
  }
  .c-section + .c-section {
    margin-top: 60px;
  }
  .c-col1--type01 {
    width: 100%;
    max-width: 100%;
  }
  .c-col4--type01 .c-columns__item {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .c-pic-text {
    flex-direction: column;
    width: 100%;
  }
  .c-pic-text__picture {
    margin-top: 20px;
    text-align: center;
  }
  .c-pic-text__picture--type01 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type02 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type03 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__text--type01 {
    width: 100%;
  }
  .c-pic-text__text--type02 {
    width: 100%;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture {
    order: 2;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    order: 1;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__text {
    order: 1;
  }
  .c-pic-text--picRight01 .c-pic-text__picture {
    margin-left: auto;
  }
  .c-link--type01 a {
    width: 275px;
    font-size: 16px;
    padding: 19px 40px;
  }
  .c-link--type01 a::after {
    width: 14px;
    height: 12px;
    background-size: contain;
    right: 24px;
  }
  .c-link--type01 span {
    width: 275px;
    font-size: 16px;
    padding: 19px 40px;
  }
  .c-link--type02 a {
    width: 275px;
    font-size: 16px;
    padding: 19px 40px;
  }
  .c-link--type02 a::before {
    width: 14px;
    height: 12px;
    background-size: contain;
    right: 24px;
  }
  .c-link__wrap--type01 {
    margin: 0;
  }
  .c-link__wrap--type01 .c-link--type01 {
    width: 100%;
    margin: 20px 0 0;
  }
  .c-tableWrap--type02 {
    width: 100%;
    overflow: auto;
  }
  .c-tableWrap--type02 table {
    width: 700px;
  }
  .snow-monkey-form .smf-form--business .smf-item.last {
    margin-top: 64px;
  }
  .snow-monkey-form .smf-action {
    margin-top: 80px;
  }
  .snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
    padding: 22px;
  }
  .c-qa .c-qa__container + .c-head--type02 {
    margin-top: 45px;
  }
  .c-qa .c-qa__body .notes {
    display: block;
  }
  .c-qa .item-image {
    width: 100%;
    margin-top: 20px;
  }
  .wp-block-image.c-mainVisual {
    margin-bottom: 31px;
  }
  .c-news__container {
    padding: 43px 18px 141px;
  }
  .c-news__list th,
  .c-news__list td {
    display: block;
  }
  .c-news__list tr:first-child .c-news__date {
    padding-top: 0;
  }
  .c-news__date, .c-news__title {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 15px;
    line-height: 1.5;
  }
  .c-news__title {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 13px;
    padding-left: 0;
    word-break: break-word;
  }
  .c-news__date {
    width: 98px;
    padding-bottom: 9px;
    border-bottom: 0;
  }
  .c-news__date div {
    height: 23px;
    padding-bottom: 2px;
  }
  .c-pager-single {
    gap: 19px;
    padding-top: 35px;
  }
  .c-pager-single__item--prev {
    width: 46px;
    height: 46px;
  }
  .c-pager-single__item--next {
    width: 46px;
    height: 46px;
  }
  .c-banner--type01 {
    display: flex;
    flex-flow: row wrap;
    gap: 9px;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  .c-banner--type01 .c-banner__item {
    width: 100%;
    text-align: center;
  }
  .c-banner--type01 .c-banner__item:not(:first-child) {
    margin-top: 0;
  }
  .c-banner--type01 .c-banner__item img {
    width: 160px;
    max-width: none;
  }
  .wp-block-separator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-title {
    padding-top: 38px;
    margin-bottom: 26px;
  }
  .main-title .main {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main-title .sub {
    font-size: 18px;
  }
  .read-text {
    font-size: 18px;
    text-align: left;
  }
  .read-text p.type02 {
    font-size: 20px;
  }
  .read-text + .c-link--type01 {
    margin-top: 31px;
    margin-bottom: 48px;
  }
  .p-home__container--type01 {
    margin: 43px 0 0;
    padding-bottom: 26px;
  }
  .p-home__container--type01 .item {
    width: 100%;
    margin: 0 0 30px;
    padding: 40px 20px;
  }
  .p-home__container--type01 .item .head .sub {
    font-size: 18px;
  }
  .p-home__container--type01 .item .head .main {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .p-home__container--type01 .item .head .main .brPc {
    display: none;
  }
  .p-home__container--type01 .item .link a {
    width: 275px;
    font-size: 16px;
    padding: 19px 38px;
    margin-bottom: 16px;
  }
  .p-home__container--type01 .item .link a::after {
    width: 14px;
    height: 12px;
    background-size: contain;
    right: 24px;
  }
  .p-home__container--type01 .item .link span {
    width: 275px;
    font-size: 16px;
    padding: 19px 38px;
    margin-bottom: 16px;
  }
  .p-home__notes--type01 {
    font-size: 18px;
  }
  .vk_posts {
    margin-bottom: 40px;
  }
  .vk_posts .postListText .postListText_singleTermLabel {
    margin-right: 0;
  }
  .vk_posts .postListText .postListText_title {
    padding-top: 16px;
  }
  .single .main-section .entry-body {
    margin-bottom: 48px;
  }
  .p-platform__wrap--type01 .container--type01 {
    margin-bottom: 30px;
  }
  .p-platform__wrap--type01 .container--type01 .name {
    order: 2;
    font-size: 24px;
    padding-bottom: 15px;
  }
  .p-platform__wrap--type01 .container--type01 .cat {
    order: 1;
  }
  .p-platform__wrap--type01 .container--type01 .tag {
    order: 3;
  }
  .p-platform__wrap--type01 .container--type02 .head {
    width: 100%;
    margin-bottom: 14px;
  }
  .p-platform__wrap--type01 .container--type02 .text {
    width: 100%;
  }
  .p-platform__wrap--type01 .container--type04 {
    margin: 0 0 18px;
  }
  .p-platform__wrap--type01 .container--type04 .item {
    width: 100%;
  }
  .p-platform__wrap--type01 .container--type04 .link--type01 {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-platform__wrap--type01 .link--type01 a {
    font-size: 16px;
    padding: 19px 40px;
  }
  .p-platform__wrap--type01 .link--type01 a::after {
    width: 14px;
    height: 12px;
    right: 24px;
  }
  .p-platform__wrap--type01 .link--type01.tel a {
    display: block;
  }
  .p-platform__wrap--type01 .link--type01.tel span {
    display: none;
  }
  .p-platform__wrap--type01 + .c-link--type02 {
    margin-top: 48px;
  }
  .tacs {
    text-align: center !important;
  }
  .tars {
    text-align: right !important;
  }
  .tals {
    text-align: left !important;
  }
  .c-br--small {
    display: inline-block;
  }
  .brTab {
    display: none;
  }
  .brTab.brPc {
    display: none;
  }
  .brTab.brSp {
    display: inline-block;
  }
  .brSp {
    display: inline-block;
  }
  .u-mt4-sm {
    margin-top: 4px !important;
  }
  .u-mb4-sm {
    margin-bottom: 4px !important;
  }
  .u-mt8-sm {
    margin-top: 8px !important;
  }
  .u-mb8-sm {
    margin-bottom: 8px !important;
  }
  .u-mt12-sm {
    margin-top: 12px !important;
  }
  .u-mb12-sm {
    margin-bottom: 12px !important;
  }
  .u-mt18-sm {
    margin-top: 18px !important;
  }
  .u-mb18-sm {
    margin-bottom: 18px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-mt26-sm {
    margin-top: 26px !important;
  }
  .u-mb26-sm {
    margin-bottom: 26px !important;
  }
  .u-mt28-sm {
    margin-top: 28px !important;
  }
  .u-mb28-sm {
    margin-bottom: 28px !important;
  }
  .u-mt32-sm {
    margin-top: 32px !important;
  }
  .u-mb32-sm {
    margin-bottom: 32px !important;
  }
  .u-mt36-sm {
    margin-top: 36px !important;
  }
  .u-mb36-sm {
    margin-bottom: 36px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-mt48-sm {
    margin-top: 48px !important;
  }
  .u-mb48-sm {
    margin-bottom: 48px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-mt86-sm {
    margin-top: 86px !important;
  }
  .u-mb86-sm {
    margin-bottom: 86px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-mt0-small {
    margin-top: 0 !important;
  }
  .u-mb0-small {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 480px){
  .lNav {
    gap: 15px;
    padding: 0;
    border: 0;
  }
  .c-pic-text__picture--type01 {
    width: 100%;
  }
  .c-pic-text__picture--type02 {
    width: 100%;
  }
  .c-pic-text__picture--type03 {
    width: 100%;
  }
}

@media print{
  .page_top_btn {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */
