@charset "UTF-8";
/* media quary */
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/*
茶//40220F
うす茶色//C9A063
table-text/7F4F21
black//231815
blue-test//36318F
blue-haikei//DFF2FC
アクセント//D31377
yle//FFF100
 */
* {
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  padding: 0;
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, Hiragino Sans, "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF", Hiragino Kaku Gothic ProN, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 16px;
  line-height: 2.1875;
  color: #333;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h2, h3 {
  letter-spacing: 0.3em;
}

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  transition: 0.4s;
}
a:link {
  color: #004AA1;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

body button {
  border: none;
  padding: 0;
}
body button:focus {
  background: none;
}

.c-red {
  color: red !important;
  font-weight: bold;
}
.c-red .c-red-small {
  font-size: 12px;
}

.under-page-contents {
  background: #fff;
}

@media screen and (max-width: 997.98px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 997.98px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-hidden {
  display: none !important;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-japanease {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  overflow: hidden;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.js-animation.is-fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-7px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.js-fade-up.is-view {
  opacity: 1;
  transform: translateY(0);
}

.js-order01, .js-order02, .js-order03, .js-order04 {
  opacity: 0;
  display: block;
  transform: translateY(60px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-order01.is-view, .js-order02.is-view, .js-order03.is-view, .js-order04.is-view {
  opacity: 1;
  transform: translateY(0);
}

.slide-up001 {
  transform: translate(-100%, 100%);
  opacity: 0;
  will-change: auto;
}

.slide-up002 {
  transform: translate(100%, 0%);
  opacity: 0;
  will-change: auto;
}

.slide-up-base01 {
  transform: translate(0%, 100%);
  opacity: 0;
}

.slide-up-base02 {
  transform: translate(0%, 100%);
  opacity: 0;
}

.slide-up-base03 {
  transform: translate(0%, 100%);
  opacity: 0;
}

.slide-right01 {
  transform: translate(100%, 0%);
  opacity: 0;
}

.box-up {
  transform: translate(0%, 40%);
  opacity: 0;
}

.slide-up01 {
  left: -100%;
  opacity: 0;
  transition: 1s;
}
.slide-up01.-is-play {
  will-change: auto;
  opacity: 1;
  left: 0;
}

.slide-up02 {
  right: -100%;
  opacity: 0;
  transition: 1s;
}
.slide-up02.-is-play {
  will-change: auto;
  opacity: 1;
  left: 0;
}

.js-sub-bg {
  transform: translate(-100%, 0%);
  opacity: 0;
}

canvas {
  position: absolute;
}

nav.link-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: inline-block;
}
nav.link-list li {
  overflow: hidden;
  float: left;
}
nav.link-list a {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.5s ease;
}
nav.link-list a.is-active {
  background-color: #C8A36C;
}

nav.btns {
  position: absolute;
  top: 45%;
  width: 100%;
}
nav.btns button {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 10px;
  font-family: serif;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  transition: all 0.5s ease;
}
nav.btns button:focus {
  outline: 0;
}
nav.btns button:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  left: 0;
  border: 2px solid #C8A36C;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}
nav.btns button span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
nav.btns button:hover {
  background-color: #C8A36C;
  width: 64px;
  height: 64px;
  transform: translateY(-10px);
}
nav.btns button:hover:before {
  opacity: 1;
  width: 104px;
  height: 104px;
  top: -22px;
  left: -22px;
}
nav.btns button:hover span {
  opacity: 1;
}
nav.btns button.show-prev {
  left: 15%;
}
nav.btns button.show-next {
  right: 15%;
}

/*
footer{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: sans-serif;
  color: #ccc;
  font-size: 12px;
  line-height: 12px;

  a {
    color: inherit;
  }
}
 */
.loading-txt {
  text-align: center;
  width: 100%;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.loading-txt.is-hidden {
  display: none;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img {
  position: relative;
}
.slide-img .slide-img-item {
  margin: 0 auto;
  display: block;
  width: 89.5833333333vw;
  height: 66.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 997.98px) {
  .slide-img .slide-img-item {
    width: 100%;
    height: auto;
  }
}
.slide-img .slide-img-copy {
  position: absolute;
  top: calc(166px + ((184/1920)*100vw));
  left: 50%;
  transform: translateX(-50%);
  width: calc((473/1920)*100vw);
}
@media screen and (max-width: 997.98px) {
  .slide-img .slide-img-copy {
    width: 65.3333333333vw;
    top: calc((190/750)*100vw);
  }
}
.slide-img .slide-img-copy img {
  width: 100%;
}

.c-scroll-box {
  overflow-x: auto;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .c-scroll-box > img {
    width: auto;
    max-width: none;
    height: 463px;
    padding: 20px 0;
  }
}

/*スクロールバー全体の高さ*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar {
    height: 10px;
  }
}

/*スクロールバー全体の背景*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
}

/*スクロールバーの動く部分*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}

.l-header {
  width: 100%;
}

.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.l-wrapper {
  box-sizing: border-box;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 997.98px) {
  .l-wrapper {
    max-width: none;
    padding: 0 2.6666666667vw;
  }
}
.l-wrapper.-under-page {
  max-width: 1080px;
}

.l-inner {
  box-sizing: border-box;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 997.98px) {
  .l-inner {
    max-width: none;
    padding: 0 2.6666666667vw;
  }
}
.l-inner.-w980 {
  max-width: 980px;
}
.l-inner.-w700 {
  max-width: 700px;
}

.l-body {
  width: 100%;
  overflow: hidden;
}
.l-body.bg {
  background-image: url(../../_assets/img/main-visual/bg02.jpg);
  background-attachment: fixed;
}
.l-body.report-type .p-sub-visual:before {
  background: #457294;
}
.l-body.report-type #goTop a {
  border-color: #729659;
}
.l-body.report-type #goTop a:before {
  border-color: #729659;
}
.l-body.report-type #goTop a:after {
  background: #729659;
}

.l-wrap {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 997.98px) {
  .l-wrap {
    max-width: none;
    padding: 0 2.6666666667vw;
    flex-direction: column;
  }
}
.l-wrap .l-main {
  width: 700px;
}
@media screen and (max-width: 997.98px) {
  .l-wrap .l-main {
    width: 100%;
  }
}
.l-wrap .l-side {
  width: 260px;
}
@media screen and (max-width: 997.98px) {
  .l-wrap .l-side {
    width: 100%;
    margin-top: 40px;
  }
}

.under-page {
  padding: 120px 0;
  background: #fff;
}
@media screen and (max-width: 997.98px) {
  .under-page {
    padding: 80px 0;
  }
}
.under-page.-single {
  padding: 60px 0 120px;
}
.under-page .under-page__contents {
  margin-top: 80px;
}
@media screen and (max-width: 997.98px) {
  .under-page .under-page__contents {
    margin-top: 50px;
  }
}

.l-section {
  width: 100%;
  padding: 2.8rem 0;
}

.p-header {
  position: absolute;
  width: 100%;
  z-index: 4000;
}
@media screen and (max-width: 997.98px) {
  .p-header {
    position: fixed;
    padding-bottom: 0;
  }
}
.p-header.-under {
  position: fixed;
  background: #729659;
}
.p-header.report-type {
  background: #457294;
}
.p-header .p-header__wrap {
  display: flex;
  justify-content: space-between;
  padding: 9px 40px;
}
@media screen and (max-width: 997.98px) {
  .p-header .p-header__wrap {
    padding: 9px 2.6666666667vw;
    height: 69px;
    align-items: center;
  }
}
.p-header .p-header__wrap .p-header__logo {
  height: 52px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .p-header .p-header__wrap .p-header__logo {
    height: 40px;
  }
}
.p-header .p-header__wrap .p-header__logo img {
  display: block;
  height: 100%;
}
.p-header .p-header__wrap .p-header__banner {
  width: 670px;
}
.p-header .p-header__wrap .p-header__banner ul {
  display: flex;
}
.p-header .p-header__wrap .p-header__banner ul li + li {
  margin-left: 14px;
}
.p-header .p-header__wrap .p-header__banner ul li img {
  display: block;
}
body.scrolled .p-header {
  position: fixed;
  background-color: #729659;
}
body.scrolled .p-header.report-type {
  background: #457294;
}
.p-header .p-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100px;
}
@media screen and (max-width: 997.98px) {
  .p-header .p-header__contact {
    width: 80px;
    height: 60px;
  }
}
.p-header .p-header__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 997.98px) {
  .p-header .p-header__contact a {
    font-size: 13px;
    line-height: 1;
  }
}

.p-footer {
  position: relative;
  padding: 80px 0 40px;
  background: #729659;
}
@media screen and (max-width: 997.98px) {
  .p-footer {
    padding: 40px 0;
  }
}
.p-footer .p-footer__main {
  display: flex;
}
@media screen and (max-width: 997.98px) {
  .p-footer .p-footer__main {
    flex-direction: column;
  }
}
.p-footer .p-footer__main .p-footer__head {
  width: 150px;
}
@media screen and (max-width: 997.98px) {
  .p-footer .p-footer__main .p-footer__head {
    width: 100%;
  }
}
.p-footer .p-footer__main .p-footer__title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .p-footer .p-footer__main .p-footer__title {
    -ms-writing-mode: unset;
        writing-mode: unset;
    text-align: center;
  }
}
.p-footer .p-footer__main .p-footer__title a {
  color: #fff;
}
.p-footer .p-f-nav {
  width: auto;
  flex: 1;
}
.p-footer .p-footer__copy {
  padding-top: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .p-footer .p-footer__copy {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-footer.report-type {
  background: #457294;
}

.p-fixed-link {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (max-width: 997.98px) {
  .p-fixed-link {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: translateY(0%);
    width: 100%;
  }
}
@media screen and (max-width: 997.98px) {
  .p-fixed-link ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-fixed-link ul li {
  display: block;
}
@media screen and (max-width: 997.98px) {
  .p-fixed-link ul li {
    width: 50%;
  }
}

_::-webkit-full-page-media, _:future, :root .p-fixed-link {
  right: 14px;
}

.p-f-nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-f-nav .p-f-nav__block + .p-f-nav__block {
  margin-left: 70px;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block + .p-f-nav__block {
    margin-left: 0;
  }
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block {
    width: 50%;
  }
  .p-f-nav .p-f-nav__block:nth-child(n+3) {
    margin-top: 30px;
  }
}
.p-f-nav .p-f-nav__block .menu {
  margin-top: 0;
}
.p-f-nav .p-f-nav__block .menu li a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block .menu li a {
    font-size: 15px;
    line-height: 1;
  }
}
.p-f-nav .p-f-nav__block .menu li .sub-menu a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block .menu li .sub-menu a {
    font-size: 13px;
    line-height: 1;
  }
}
.p-f-nav .p-f-nav__block ul + .p-f-nav__title {
  margin-top: 20px;
}
.p-f-nav .p-f-nav__block .p-f-nav__title + .menu-students-container, .p-f-nav .p-f-nav__block .menu-students-container + .p-f-nav__title {
  margin-top: 20px;
}
.p-f-nav .p-f-nav__block .p-f-nav__title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block .p-f-nav__title {
    font-size: 15px;
    line-height: 1;
  }
}
.p-f-nav .p-f-nav__block .p-f-nav__title a {
  color: #fff;
}
.p-f-nav .p-f-nav__block ul {
  margin-top: 14px;
}
.p-f-nav .p-f-nav__block ul li + li {
  margin-top: 14px;
}
.p-f-nav .p-f-nav__block ul li {
  display: block;
}
.p-f-nav .p-f-nav__block ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block ul li a {
    font-size: 13px;
    line-height: 1;
  }
}
.p-f-nav .p-f-nav__block ul li.title > a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .p-f-nav .p-f-nav__block ul li.title > a {
    font-size: 15px;
    line-height: 1;
  }
}

.p-main-visual {
  position: relative;
  height: 100vh;
}

.p-hero-visual {
  position: relative;
  height: 60vh;
}
.p-hero-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero-visual .p-hero-visual__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.p-hero-visual .p-hero-visual__contents .p-hero-visual__title {
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
@media screen and (max-width: 997.98px) {
  .p-hero-visual .p-hero-visual__contents .p-hero-visual__title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-sub-visual {
  position: relative;
  margin-top: 60px;
  height: 420px;
}
@media screen and (max-width: 767.98px) {
  .p-sub-visual {
    height: 80vw;
  }
}
.p-sub-visual:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50%;
  height: 4px;
  content: "";
  background: #729659;
}
.p-sub-visual.-sample {
  background: #eee;
}
.p-sub-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub-visual .p-sub-visual__bg {
  height: 100%;
}
.p-sub-visual .p-sub-visual__box {
  background: rgba(255, 255, 255, 0.8);
  width: 400px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-sub-visual .p-sub-visual__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sub-visual .p-sub-visual__contents .p-sub-visual__wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-sub-visual .p-sub-visual__contents .p-sub-visual__wrapper .p-sub-visual__title {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3333333333;
}
.p-sub-visual .p-sub-visual__contents .p-sub-visual__wrapper .p-sub-visual__copy {
  color: #333;
  text-align: center;
}

.p-sec01 {
  padding: 100px 0;
}
@media screen and (max-width: 997.98px) {
  .p-sec01 {
    padding: 60px 0 30px;
  }
}
.p-sec01 .p-sec01__contents {
  margin-top: 60px;
}
@media screen and (max-width: 997.98px) {
  .p-sec01 .p-sec01__contents {
    margin-top: 30px;
  }
}
.p-sec01 .p-sec01__item {
  margin-top: 120px;
}
@media screen and (max-width: 997.98px) {
  .p-sec01 .p-sec01__item {
    margin-top: 60px;
  }
}
.p-sec01 .p-sec01__message {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.p-sec01 .p-sec01__message p + p {
  margin-top: 40px;
}
@media screen and (max-width: 997.98px) {
  .p-sec01 .p-sec01__message p + p {
    margin-top: 24px;
  }
}
.p-sec01 .p-sec01__link {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.p-sec01 .p-sec01__link a {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.p-sec01 .p-sec01__link a span {
  transition: 0.4s;
  padding-bottom: 12px;
}
.p-sec01 .p-sec01__link a:hover span {
  text-decoration: underline;
}

.js-toggle .js-toggle-contents {
  display: none;
}

.gNav {
  height: 100%;
}
.gNav__list {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1;
  list-style: none;
}
.gNav__item {
  padding: 0;
  line-height: 1;
  height: 100%;
}
.gNav__item:last-child {
  padding-right: 0;
}
.gNav__item a:not(.btn) {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 1em 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #333;
  transition: all 0.2s ease-out;
}
.fixed .gNav__item a:not(.btn) {
  height: 26px;
}

.gNavSub__list {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
  list-style: none;
}
.gNavSub__item {
  margin-top: -5px;
  padding: 5px 20px 5px 0;
}
.gNavSub__item:last-child {
  padding-right: 0;
}
.gNavSub__item.-en {
  padding-left: 20px;
  border-left: solid 1px #ddd;
}
.gNavSub a {
  position: relative;
  padding-bottom: 0.5em;
  color: #555;
}
.gNavSub a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  transition: all 0.2s;
}
.gNavSub a:hover {
  text-decoration: none;
}
.gNavSub a:hover:after {
  transform: scaleX(1);
}

.p-gNavSP {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 48px;
  height: 63px;
  transition: background-color 0.2s;
  margin-top: 0;
}
.p-gNavSP .burger {
  z-index: 1020;
}
.p-gNavSP .burger__text {
  transition: all 0.2s;
}
.p-gNavSP .menu-wrap {
  align-items: center;
  background-color: #457294;
  display: block;
  position: absolute;
  z-index: 1010;
  top: 0;
  right: -400px;
  margin: 0;
  padding: 45px 0 100px;
  width: 400px;
  min-height: calc(100vh);
  list-style: none;
  transition: all 0.2s;
}
@media screen and (max-width: 997.98px) {
  .p-gNavSP .menu-wrap {
    right: -100%;
    width: 100%;
  }
}
.p-gNavSP .menu li {
  position: relative;
  margin: 0;
  line-height: 1;
  transition: all 0.4s;
  width: 100%;
  height: auto;
}
.p-gNavSP .menu li .sub-title {
  display: block;
  line-height: 1;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  white-space: nowrap;
  height: auto;
  padding: 16px 0 16px 20px;
  justify-content: flex-start;
  background: none;
  color: #fff;
}
.p-gNavSP .menu li .sub-menu a {
  padding: 10px 0 10px 42px;
  font-size: 14px;
  line-height: 1;
}
.p-gNavSP .menu li.-child a {
  padding: 10px 0 10px 42px;
  font-size: 14px;
  line-height: 1;
}
.p-gNavSP .menu li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  white-space: nowrap;
  height: auto;
  padding: 16px 0 16px 20px;
  justify-content: flex-start;
  background: none;
  color: #fff;
}
.p-gNavSP .menu li a span {
  position: relative;
  transition: 0.4s;
}
.p-gNavSP .menu li a:hover {
  text-decoration: none;
  background: none;
  color: #fff;
}
.p-gNavSP .menu li a:hover:before {
  right: 5px;
}
.p-gNavSP .out-link .menu li a {
  padding-top: 0;
}
.p-gNavSP .p-gNavSP__list {
  align-items: center;
  background-color: #457294;
  display: block;
  position: absolute;
  z-index: 1010;
  top: 0;
  right: -400px;
  margin: 0;
  padding: 45px 0 100px;
  width: 400px;
  min-height: calc(100vh);
  list-style: none;
  transition: all 0.2s;
}
.p-gNavSP .p-gNavSP__item.-child + .p-gNavSP__item {
  margin-top: 12px;
}
.p-gNavSP .p-gNavSP__item.-child + .p-gNavSP__item.-child {
  margin-top: 0;
}
.p-gNavSP .p-gNavSP__item {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.4s;
  width: 100%;
  height: auto;
  padding-left: 20px;
}
.p-gNavSP .p-gNavSP__item .p-gNavSP__item-title {
  display: block;
  padding: 16px 0 6px 20px;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
.p-gNavSP .p-gNavSP__item a {
  display: block;
  line-height: 1;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  white-space: nowrap;
  height: auto;
  padding: 16px 0 16px;
  justify-content: flex-start;
  background: none;
  color: #fff;
}
.p-gNavSP .p-gNavSP__item a span {
  position: relative;
  transition: 0.4s;
}
.p-gNavSP .p-gNavSP__item a:hover {
  text-decoration: none;
  background: none;
  color: #fff;
}
.p-gNavSP .p-gNavSP__item a:hover:before {
  right: 5px;
}
.p-gNavSP .p-gNavSP__item.-child a {
  padding: 10px 0 10px 42px;
  font-size: 14px;
  line-height: 1;
}
body.scrolled .p-gNavSP .p-gNavSP__item.-info a:before {
  background-image: url(../../_assets/img/common/icon_tel_red.svg);
}
.p-gNavSP.open {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  /*
  .p-gNavSP__list {
    display: block;
    visibility: visible;
    right: 0;
  }
   */
}
.p-gNavSP.open .p-gNavSP__langList {
  display: none;
}
.p-gNavSP.open .menu-wrap {
  display: block;
  visibility: visible;
  right: 0;
}
.p-gNavSP.open .burger__text {
  position: absolute;
  right: -170px;
}

@media screen and (max-width: 997.98px) {
  .p-gNavSP {
    display: block;
  }
}
.p-block-nav {
  margin-top: 130px;
}
.p-block-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.p-block-nav ul li {
  width: 50%;
  padding: 0 20px;
}
.p-block-nav ul li:nth-child(n+3) {
  margin-top: 36px;
}

.burger {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
  z-index: 1000;
  width: 60px;
  height: 69px;
  display: block;
  background-color: #729659;
}
.burger:focus {
  outline: none;
  background-color: #729659;
}
.burger .burger__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 58%;
  font-family: Helvetica;
  font-size: 1rem;
  color: #142d43;
}
.burger.open {
  background: none;
  top: 0;
  right: 0;
}
@media screen and (max-width: 997.98px) {
  .burger.open {
    top: 15px;
    right: 15px;
  }
}
.burger.open .burger__text {
  color: #fff;
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  height: 3px;
  width: 25px;
  background: #fff;
  transition: all 200ms ease-out;
}
.burger .x {
  top: 24px;
}
@media screen and (max-width: 997.98px) {
  .burger .x {
    top: 24px;
  }
}
.burger .y {
  top: 32px;
}
@media screen and (max-width: 997.98px) {
  .burger .y {
    top: 32px;
  }
}
.burger .z {
  top: 40px;
}
@media screen and (max-width: 997.98px) {
  .burger .z {
    top: 40px;
  }
}
.burger .collapse {
  transition: all 70ms ease-out;
  background: #fff;
  top: 20px;
  left: 26%;
}
.burger .rotate30 {
  transform: rotate(30deg);
  transition: all 50ms ease-out;
}
.burger .rotate150 {
  transform: rotate(150deg);
  transition: all 50ms ease-out;
}
.burger .rotate45 {
  transform: rotate(45deg);
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  transform: rotate(135deg);
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}

.p-grid.-three .p-grid__list {
  margin: 0 -20px;
}
.p-grid.-three .p-grid__list .p-grid__item {
  width: 33.333%;
  padding: 0 20px;
}
.p-grid.-three .p-grid__list .p-grid__item:nth-child(n+4) {
  margin-top: 30px;
}
.p-grid.-two .p-grid__list {
  margin: 0 -20px;
}
.p-grid.-two .p-grid__list.-center {
  justify-content: center;
}
.p-grid.-two .p-grid__list .p-grid__item {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 997.98px) {
  .p-grid.-two .p-grid__list .p-grid__item {
    width: 100%;
  }
}
.p-grid.-two .p-grid__list .p-grid__item:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 997.98px) {
  .p-grid.-two .p-grid__list .p-grid__item + .p-grid__item {
    margin-top: 40px;
  }
}
.p-grid .p-grid__list {
  display: flex;
  flex-wrap: wrap;
}

.p-shadow-card {
  position: relative;
  background: #fff;
  padding: 32px;
}
.p-shadow-card:before {
  position: absolute;
  top: 10px;
  right: -10px;
  background: #b9c6b3;
  width: 10px;
  height: 100%;
  content: "";
}
.p-shadow-card:after {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #b9c6b3;
  width: 100%;
  height: 10px;
  content: "";
}
.p-shadow-card .p-shadow-card__link {
  margin-top: 32px;
}
.p-shadow-card .p-shadow-card__link ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.p-shadow-card .p-shadow-card__link ul li {
  width: 50%;
  padding: 0 12px;
}
.p-shadow-card .p-shadow-card__link ul li:nth-child(n+3) {
  width: 100%;
  margin-top: 20px;
}

.p-post-box {
  margin-top: 12px;
  padding: 0 48px;
}
@media screen and (max-width: 997.98px) {
  .p-post-box {
    margin-top: 1.6vw;
    padding-left: calc((48/750)*100vw);
    padding-right: calc((48/750)*100vw);
  }
}
.p-post-box ul li + li {
  border-top: 1px solid #ddd;
}
.p-post-box .p-post-box__card {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 0;
}
@media screen and (max-width: 997.98px) {
  .p-post-box .p-post-box__card {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-post-box .p-post-box__card .p-post-box__title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 997.98px) {
  .p-post-box .p-post-box__card .p-post-box__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-post-box .p-post-box__card .p-post-box__meta {
  display: flex;
  align-items: center;
}
.p-post-box .p-post-box__card .p-post-box__meta .p-post-box__date {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .p-post-box .p-post-box__card .p-post-box__meta .p-post-box__date {
    font-size: 14px;
    line-height: 1;
  }
}
.p-post-box .p-post-box__card .p-post-box__meta .p-post-box__category {
  min-width: 120px;
  margin-left: 14px;
  padding: 4px;
  text-align: center;
  border-radius: 6px;
  background-color: #f6bf47;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 997.98px) {
  .p-post-box .p-post-box__card .p-post-box__meta .p-post-box__category {
    min-width: 100px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1;
  }
}

.p-heading-box {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 997.98px) {
  .p-heading-box {
    align-items: center;
  }
}
.p-heading-box.-center {
  align-items: center;
}
.p-heading-box.-center .c-heading01-en {
  color: rgba(238, 238, 238, 0.6);
}
@media screen and (max-width: 997.98px) {
  .p-heading-box.-center .c-heading01-en {
    color: #eeeeee;
  }
}
.p-heading-box.-center .c-heading01-ja {
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  .p-heading-box.-center .c-heading01-ja {
    color: #333;
  }
}
.p-heading-box.-center .c-heading01-ja span:before {
  background-color: #fff;
}
@media screen and (max-width: 997.98px) {
  .p-heading-box.-center .c-heading01-ja span:before {
    background-color: #333;
  }
}
.p-heading-box.-right {
  align-items: flex-end;
}
@media screen and (max-width: 997.98px) {
  .p-heading-box.-right {
    align-items: center;
  }
}
.p-heading-box.-right .c-heading01-en {
  color: #cccbcb;
}
.p-heading-box.-right .c-heading01-ja {
  color: #fff;
}
.p-heading-box.-right .c-heading01-ja span:before {
  background-color: #fff;
}
.p-heading-box.-under .c-heading01-en {
  font-size: 140px;
  line-height: 1.4285714286;
  color: #eee;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.p-heading-box.-under .c-heading01-ja {
  margin-top: -60px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.p-heading-box.-under .c-heading01-ja span {
  position: relative;
  padding-bottom: 50px;
}
.p-heading-box.-under .c-heading01-ja span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #457294;
}
.p-heading-box.-under .c-heading01-ja.-no-gut {
  margin-top: 0;
}

.c-center-heading {
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.0001em;
  color: #457294;
}
@media screen and (max-width: 997.98px) {
  .c-center-heading {
    font-size: 30px;
    line-height: 1.4;
  }
}

.p-post .p-post__item {
  border-top: 1px solid #9e9e9e;
}

.c-post-card {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-post-card .c-post-card__main {
  width: auto;
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column-reverse;
}
.c-post-card .c-post-card__main .c-post-card__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #333;
}
.c-post-card .c-post-card__main .c-post-card__date {
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.c-post-card .c-post-card__main .c-post-card__text p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.c-post-card .c-post-card__main.-order {
  flex-direction: column;
}
.c-post-card .c-post-card__main.-order .c-post-card__title {
  order: 2;
}
.c-post-card .c-post-card__main.-order .c-post-card__date {
  order: 1;
}
.c-post-card .c-post-card__main.-order .c-post-card__text {
  order: 3;
}
.c-post-card .c-post-card__sub {
  width: 150px;
  height: 120px;
}
.c-post-card .c-post-card__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-panel {
  display: flex;
  align-items: center;
}
.p-panel.-reverse {
  flex-direction: row-reverse;
}
.p-panel.-reverse .p-panel__main {
  padding-left: 60px;
  padding-right: 0;
}
.p-panel .p-panel__main {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
}
.p-panel .p-panel__main .p-panel__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.p-panel .p-panel__main .p-panel__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.p-panel .p-panel__sub {
  width: 50%;
}

.sec-panel .sec-panel__list {
  display: flex;
  flex-wrap: wrap;
}
.sec-panel .sec-panel__list .sec-panel__List-item {
  width: 50%;
}
@media screen and (max-width: 997.98px) {
  .sec-panel .sec-panel__list .sec-panel__List-item {
    width: 100%;
  }
}

.p-panel-unit + .p-panel-unit {
  margin-top: 10.4166666667vw;
}

.p-panel-unit {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.p-panel-unit.-reverse {
  flex-direction: row-reverse;
}
.p-panel-unit.-reverse .p-panel-unit__main {
  padding-left: calc((80/1920)*100vw);
  padding-right: 20px;
}
.p-panel-unit.-reverse .p-panel-unit__sub {
  border-right: 2px solid #258186;
  border-left: none;
}
.p-panel-unit .p-panel-unit__main {
  width: 420px;
  padding-left: 20px;
  padding-right: calc((80/1920)*100vw);
  color: #fff;
}
.p-panel-unit .p-panel-unit__main .p-panel-unit__title {
  font-size: 26px;
  line-height: 1.0769230769;
}
.p-panel-unit .p-panel-unit__main .p-panel-unit__text {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.p-panel-unit .p-panel-unit__main .p-panel-unit__link {
  margin-top: 22px;
  text-align: right;
}
.p-panel-unit .p-panel-unit__main .p-panel-unit__link a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5714285714;
}
.p-panel-unit .p-panel-unit__sub {
  width: 62%;
  height: 27.0833333333vw;
  border-left: 2px solid #258186;
}
.p-panel-unit .p-panel-unit__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-full-panel {
  height: 460px;
  border-top: 1px solid #258186;
  border-bottom: 1px solid #258186;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-full-panel.-type01 {
  background-image: url(../../_assets/img/page/bg_about.jpg);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-full-panel a {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}

.p-position-unit {
  position: relative;
  top: -60px;
}
.p-position-unit .p-position-unit__main {
  position: absolute;
  top: 128px;
  right: 0;
  width: 400px;
  height: 322px;
  padding: 30px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/page/p-position-unit_main01_bg.png);
}
.p-position-unit .p-position-unit__main .p-position-unit__title img {
  display: block;
}
.p-position-unit .p-position-unit__main p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.0001em;
}

.p-white-table {
  margin-top: 60px;
  padding: 46px 42px;
  background: #fff;
  border-radius: 10px;
}
.p-white-table .p-white-table__title img {
  display: block;
  margin: 0 auto;
}
.p-white-table .p-white-table__dl {
  margin-top: 40px;
}
.p-white-table .p-white-table__dl dl {
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
.p-white-table .p-white-table__dl dl dt {
  width: 130px;
}
.p-white-table .p-white-table__dl dl dd {
  width: auto;
  flex: 1;
  margin: 0;
}

.p-schedule {
  margin-top: 66px;
}
.p-schedule .p-schedule__title img {
  display: block;
  margin: 0 auto;
}
.p-schedule .p-schedule__contents {
  margin-top: 48px;
}

.p-breadcrumb {
  margin-top: 238px;
  background: #457294;
  padding: 24px 0;
}
@media screen and (max-width: 997.98px) {
  .p-breadcrumb {
    margin-top: 100px;
  }
}
.p-breadcrumb .breadcrumbs {
  color: #fff;
}
.p-breadcrumb .breadcrumbs span {
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.6428571429;
  color: #fff;
}

.p-under-main + .breadcrumbsWrap {
  margin-top: 120px;
}

.breadcrumbsWrap {
  padding: 12px 0;
  background: #f7f5f0;
}
.breadcrumbsWrap .breadcrumbs span, .breadcrumbsWrap .breadcrumbs a {
  color: #7d6f4b;
  font-size: 14px;
  line-height: 2;
}

.p-404 .p-404__title {
  font-size: 32px;
  line-height: 1.25;
}
.p-404 .p-404__contents {
  margin-top: 30px;
}
.p-404 p {
  font-size: 18px;
  line-height: 1.6666666667;
}
.p-404 p + p {
  margin-top: 10px;
}

.p-single .p-single__title {
  font-size: 20px;
  line-height: 1.2;
}
.p-single .p-single__time {
  font-size: 12px;
  line-height: 1;
}
.p-single .p-single__contents {
  margin-top: 40px;
}
.p-single .p-single__nav {
  margin-top: 40px;
}
.p-single .p-single__custom {
  padding-bottom: 30px;
}
.p-single .p-single__custom .custom-image {
  margin: 0 30px;
}
.p-single .p-single__custom .custom-textarea {
  margin-top: 30px;
}

.postLink {
  display: flex;
  justify-content: space-between;
}
.postLink a {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #333;
}

.slider .slick-slide {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
}
.slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/*
.p-slide01 {
  .p-slide01-card {
    display: block;
    text-align: center;
    span {
      width: auto;
      height: 60px;
      display: inline-block;
      padding-top: 18px;
      color: #7d6f4b;
      @include font(16,24);
    }
  }
  img {
    @media screen and (max-width: 997.98px) {
      width: 100%;
    }
  }
}

.slider{
  opacity: 0;
  transition: opacity .3s linear;
  li {
    @media screen and (max-width: 997.98px) {
      padding: 0 15px;
    }
  }
  &.slick-initialized{
   opacity: 1;
  }
}
.slider {
  .slick-prev {
    top: 93px;
    left: -80px;
    background-image: url(../../_assets/img/common/icon_arrow_left.png);
    @include bg-image-base();
    width: 30px;
    height: 30px;
    @media screen and (max-width: 997.98px) {
      top: calc((220/750)*100vw);
      left: 0;
      z-index: 100;
    }
    &:before {
      display: none;
    }
  }
  .slick-next {
    top: 93px;
    right: -60px;
    background-image: url(../../_assets/img/common/icon_arrow_right.png);
    @include bg-image-base();
    width: 30px;
    height: 30px;
    @media screen and (max-width: 997.98px) {
      top: calc((220/750)*100vw);
      right: 0;
    }
    &:before {
      display: none;
    }
  }
}
//box-slide
.p-box-slider {
  .slider-for {
    width: 100%;
    opacity: 0;
    img {
      width: 100%;
    }
    &.slick-initialized {
      opacity: 1;
    }
  }
  .slider-nav {
    position: relative;
    width: calc(100% - 100px);
    margin: 0 auto;
    display: none;
    li {
      display: block;
      width: 132px !important;
      >div {
        padding: 0 4px;
        cursor: pointer;
      }
    }
  }
  .slick-prev {
    @include t-center();
    left: -30px;
    background-image: url(../../_assets/img/common/icon_arrow_left.png);
    @include bg-image-base();
    width: 30px;
    height: 30px;
    z-index: 100;
    @media screen and (max-width: 997.98px) {
      top: calc((220/750)*100vw);
      left: 0;
      z-index: 100;
    }
    &:before {
      display: none;
    }
  }
  .slick-next {
    @include t-center();
    right: -30px;
    background-image: url(../../_assets/img/common/icon_arrow_right.png);
    @include bg-image-base();
    width: 30px;
    height: 30px;
    z-index: 100;
    @media screen and (max-width: 997.98px) {
      top: calc((220/750)*100vw);
      right: 0;
    }
    &:before {
      display: none;
    }
  }
}

 */
.p-section-nav {
  padding: 60px 15px;
  background: #729659;
}
.p-section-nav .p-section-nav__list {
  display: flex;
  margin: 0 -15px;
}
.p-section-nav .p-section-nav__list .p-section-nav__list-item {
  width: 25%;
  padding: 0 15px;
}
.p-section-nav .p-section-nav__list .p-section-nav__list-item a {
  display: flex;
  width: 100%;
  height: 7.2916666667vw;
  background: #000;
}

.p-block {
  padding: 200px 0;
}
.p-block h2 {
  margin-top: 100px;
}
.p-block h2:first-child {
  margin-top: 0;
}
.p-block h3 {
  margin-top: 60px;
}
.p-block h4 {
  margin-top: 40px;
}
.p-block h5 {
  margin-top: 20px;
}

.sec-info .sec-info__head {
  display: flex;
}
.sec-info .sec-info__head .sec-info__head-item {
  width: 50%;
  height: 300px;
}
.sec-info .sec-info__head .sec-info__head-item.-main {
  color: #fff;
  border: 1px solid #258186;
}
.sec-info .sec-info__head .sec-info__head-item.-main h2 {
  font-size: 24px;
  line-height: 1;
}
.sec-info .sec-info__head .sec-info__head-item.-main p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.sec-info .sec-info__head .sec-info__head-item .sec-info__head-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-news {
  padding: 200px 0;
}
.p-news .p-news__unit {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-news .p-news__unit .p-news__head {
  width: 100px;
}
.p-news .p-news__unit .p-news__main {
  width: auto;
  flex: 1;
}
.p-news .p-news__link {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.index-panel .index-panel__list {
  display: flex;
}
.index-panel .index-panel__list .index-panel__list-item {
  width: 33.3333%;
}

.index-school {
  padding: 200px 0;
  background: rgba(0, 0, 0, 0.7);
}

.index-gallery {
  padding: 100px 0;
}
.index-gallery .index-gallery__title {
  text-align: center;
}
.index-gallery .index-gallery__contents {
  margin-top: 60px;
}

.p-one-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.p-one-box .p-one-box__title {
  order: 1;
}
.p-one-box .p-one-box__main {
  order: 3;
  margin-top: 20px;
}
.p-one-box .p-one-box__sub {
  margin-top: 30px;
  order: 2;
}
.p-one-box .p-one-box__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.p-one-box .p-one-box__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.p-page-list ul {
  display: flex;
  margin: 0 10px;
  flex-wrap: wrap;
}
.p-page-list ul li {
  padding: 0 10px;
  width: 33.333%;
}
@media screen and (max-width: 997.98px) {
  .p-page-list ul li {
    width: 50%;
  }
}
.p-page-list ul li:nth-child(n+4) {
  margin-top: 24px;
}
@media screen and (max-width: 997.98px) {
  .p-page-list ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.p-page-list ul.full li {
  width: 100%;
}
.p-page-list ul.full li a {
  max-width: 100%;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 997.98px) {
  .p-page-list ul.full li a {
    min-height: 70px;
    height: auto;
  }
}
.p-page-list ul.full li + li {
  margin-top: 20px;
}

.under-page .wp-block-image {
  margin: 30px 0;
}
.under-page .wp-block-image img {
  width: 100%;
}
.under-page p {
  font-size: 16px;
  line-height: 1.5;
}
.under-page p + p {
  margin-top: 20px;
}
.under-page h2 + p {
  margin-top: 20px;
}
.under-page h3 + p {
  margin-top: 16px;
}
.under-page h4 + p {
  margin-top: 14px;
}
.under-page h5 + p {
  margin-top: 14px;
}
.under-page h2 {
  margin-top: 40px;
  font-size: 28px;
  line-height: 1.1428571429;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
.under-page h3 {
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
.under-page h4 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
.under-page h5 {
  margin-top: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
.under-page .wp-block-buttons > .wp-block-button {
  margin: 30px auto;
}
.under-page .wp-block-button .wp-block-button__link {
  position: relative;
  background: none;
  border-radius: 0;
  width: 300px;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #457294;
  border: 2px solid #457294;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  transition: 0.6s;
  z-index: 3;
}
.under-page .wp-block-button .wp-block-button__link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #457294;
  transition: 0.6s;
  z-index: -2;
  opacity: 0;
}
.under-page .wp-block-button .wp-block-button__link:hover {
  opacity: 1;
  color: #fff;
}
.under-page .wp-block-button .wp-block-button__link:hover:before {
  width: 120%;
  height: 100%;
  opacity: 1;
}

.p-school-box {
  position: relative;
  margin-top: 200px;
  padding-top: 120px;
}
@media screen and (max-width: 997.98px) {
  .p-school-box {
    margin-top: 160px;
    padding-top: 80px;
  }
}
.p-school-box:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  content: "";
  background: #eee;
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}

.p-gallery .p-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.p-gallery .p-gallery__list .p-gallery__item {
  width: 33.333%;
  padding: 0 14px;
}
@media screen and (max-width: 997.98px) {
  .p-gallery .p-gallery__list .p-gallery__item {
    width: 50%;
  }
}
.p-gallery .p-gallery__list .p-gallery__item:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 997.98px) {
  .p-gallery .p-gallery__list .p-gallery__item:nth-child(n+3) {
    margin-top: 28px;
  }
}

.c-gallery-card {
  width: 100%;
  height: 240px;
  display: block;
}
@media screen and (max-width: 997.98px) {
  .c-gallery-card {
    height: 32vw;
  }
}
.c-gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-widget .p-widget__title {
  font-size: 15px;
  line-height: 1.6;
}
.p-widget .p-widget__content {
  margin-top: 10px;
}
.p-widget .p-widget__content a {
  color: #333;
}

.p-single .p-single__title {
  font-size: 20px;
  line-height: 1.2;
}
.p-single .p-single__time {
  font-size: 12px;
  line-height: 1;
}
.p-single .p-single__contents {
  margin-top: 40px;
}
.p-single .p-single__nav {
  margin-top: 40px;
}
.p-single .p-single__custom {
  padding-bottom: 30px;
}
.p-single .p-single__custom .custom-image {
  margin: 0 30px;
}
.p-single .p-single__custom .custom-textarea {
  margin-top: 30px;
}

.postLink {
  display: flex;
  justify-content: space-between;
}
.postLink a {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #333;
}

.p-contact {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.p-contact .p-contact__not {
  padding-bottom: 60px;
}
.p-contact .p-contact__not p {
  font-weight: bold;
  color: red;
}
.p-contact .p-contact__input {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-contact .p-contact__input input {
  position: relative;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #457294;
  border: 2px solid #457294;
  background: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  transition: 0.6s;
  z-index: 3;
}
.p-contact .p-contact__input input:hover {
  background: #457294;
  color: #fff;
}

.p-contact__end {
  padding: 100px 0;
}
.p-contact__end p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 997.98px) {
  .p-contact__end p {
    text-align: left;
  }
}

#goTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  /****** Base style. ******/
}
@media screen and (max-width: 997.98px) {
  #goTop {
    right: 14px;
  }
}
#goTop a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border: solid 6px #457294;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 997.98px) {
  #goTop a {
    width: 40px;
    height: 40px;
    border: solid 3px #457294;
  }
}
#goTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: #457294;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}
@media screen and (max-width: 997.98px) {
  #goTop a:after {
    width: 40px;
    height: 40px;
  }
}
#goTop a:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
#goTop a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #457294;
  border-width: 6px 0 0 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
@media screen and (max-width: 997.98px) {
  #goTop a:before {
    width: 6px;
    height: 6px;
    border-width: 3px 0 0 3px;
  }
}
#goTop a:hover:before {
  border-color: #fff;
}
#goTop body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.c-vertical-title {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 1;
}

.c-mincho {
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}

.c-bold-title {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
@media screen and (max-width: 997.98px) {
  .c-bold-title {
    font-size: 26px;
    line-height: 1.2307692308;
  }
}

.c-mid-title {
  font-size: 26px;
  line-height: 1.2307692308;
  font-weight: bold;
  font-family: "Noto Serif JP", "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "Hiragino Mincho ProN", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "\FF2D\FF33   \660E\671D", serif;
}
@media screen and (max-width: 997.98px) {
  .c-mid-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-ja-heading {
  width: 100%;
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-ja-heading span {
  position: relative;
  padding-bottom: 12px;
}
.c-ja-heading span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 18px;
  height: 1px;
  content: "";
  background: #333;
}

a.c-tab {
  display: block;
  padding: 10px;
  border-radius: 10px 0 0;
  background: #457294;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 997.98px) {
  a.c-tab {
    width: 100%;
    display: block;
    -ms-writing-mode: unset;
        writing-mode: unset;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    padding: 14px;
  }
}
a.c-tab.-bottom {
  border-radius: 0 0 0 10px;
  background: #729659;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  a.c-tab.-bottom {
    border-radius: 0;
  }
}

a.c-link-btn {
  position: relative;
  width: 320px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #457294;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

a.c-link-btn-over {
  position: relative;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #457294;
  border: 2px solid #457294;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  transition: 0.6s;
  z-index: 3;
}
a.c-link-btn-over:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #457294;
  transition: 0.6s;
  z-index: -2;
  opacity: 0;
}
a.c-link-btn-over:hover {
  opacity: 1;
  color: #fff;
}
a.c-link-btn-over:hover:before {
  width: 120%;
  height: 100%;
  opacity: 1;
}

a.c-contents-btn-over {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #457294;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  transition: 0.6s;
  z-index: 3;
  background-image: url(../../_assets/img/page/bg-banner-s.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
a.c-contents-btn-over:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #457294;
  transition: 0.6s;
  z-index: -2;
  opacity: 0;
}
a.c-contents-btn-over:hover {
  opacity: 1;
  color: #fff;
}
a.c-contents-btn-over:hover:before {
  width: 120%;
  height: 100%;
  opacity: 1;
}

a.c-link01 {
  width: 300px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #457294;
  color: #fff;
}
a.c-link01.-small {
  width: 260px;
}
@media screen and (max-width: 997.98px) {
  a.c-link01 {
    max-width: 646px;
    width: 100%;
    padding: 2px;
  }
}

a.c-link02 {
  width: 300px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #e1626c;
  color: #fff;
}
@media screen and (max-width: 997.98px) {
  a.c-link02 {
    max-width: 646px;
    width: 100%;
    padding: 2px;
  }
}

a.c-circle-btn {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.00001em;
  color: #fff;
  border-radius: 20px;
}
a.c-circle-btn.-accent {
  background: #e1626c;
}
a.c-circle-btn.-primary {
  background: #457294;
}

a.c-circle-move {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.c-circle-move .c-circle-move__circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #457294;
  border-radius: 48px;
  z-index: -1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.c-circle-move .c-circle-move__circle .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
a.c-circle-move .c-circle-move__circle .arrow:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #fff;
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.c-circle-move .c-circle-move__text {
  position: relative;
  padding-left: 68px;
  padding-right: 20px;
  color: #333;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.c-circle-move .c-circle-move__text:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 30px;
  height: 2px;
  background: #457294;
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.c-circle-move:hover {
  opacity: 1;
}
a.c-circle-move:hover .c-circle-move__circle {
  width: 100%;
}
a.c-circle-move:hover .c-circle-move__circle .arrow:before {
  left: 20px;
}
a.c-circle-move:hover .c-circle-move__text {
  color: #fff;
  font-weight: bold;
}
a.c-circle-move:hover .c-circle-move__text:before {
  width: 0;
  right: 0;
}

a.c-block-link {
  color: #fff;
  padding: 10px 30px;
  border: 2px solid #fff;
}

.c-white-border {
  border: 4px solid #fff;
}

.c-white-box {
  padding: 45px 42px;
  border-radius: 14px;
  background-color: #fff;
  min-height: 483px;
}
@media screen and (max-width: 767.98px) {
  .c-white-box {
    min-height: auto;
    padding: calc((30/375)*100vw) calc((20/375)*100vw);
    border-radius: calc((14/375)*100vw);
  }
}
.c-white-box.-long-block {
  padding: 98px 42px;
}
@media screen and (max-width: 767.98px) {
  .c-white-box.-long-block {
    padding: calc((50/375)*100vw) calc((20/375)*100vw);
  }
}
.c-white-box.-coming {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142d43;
  font-weight: bold;
  font-size: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-white-box.-coming {
    font-size: 4vw;
    line-height: 1;
  }
}

.c-white-box + .c-white-box {
  margin-top: 64px;
}
@media screen and (max-width: 767.98px) {
  .c-white-box + .c-white-box {
    margin-top: 8.5333333333vw;
  }
}

.bg-gray01 {
  background-color: #fdfcfb;
}

.bg-white {
  background-color: #fff;
}

.bg-base {
  background-image: url(../../_assets/img/common/bg01.jpg);
}

.bg-fixed {
  position: fixed;
  top: 4vw;
  left: 4vw;
  width: 120px;
  z-index: -1;
}
.bg-fixed img {
  width: 100%;
  opacity: 0.1;
}

.bg-fixed01 {
  position: fixed;
  bottom: 4vw;
  right: 4vw;
  width: 12vw;
  z-index: -1;
}
.bg-fixed01 img {
  width: 100%;
  opacity: 0.04;
}

.c-card01 {
  display: flex;
  flex-direction: column;
  color: #333;
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px 40px;
}
.c-card01 .c-card01__title {
  margin-top: 12px;
  order: 2;
  font-size: 20px;
  line-height: 1.5;
}
.c-card01 .c-card01__text {
  order: 3;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.c-card01 .c-card01__text .c-card01__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.c-card01 .c-card01__image {
  order: 1;
  height: 308px;
}
@media screen and (max-width: 997.98px) {
  .c-card01 .c-card01__image {
    height: 45.3333333333vw;
  }
}
.c-card01 .c-card01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.c-flex-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-flex-card .c-flex-card__bottom.-gut {
  margin-top: 14px;
}

.p-card-rectangle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  border: 1px solid #729659;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.26);
}
.p-card-rectangle.single01 {
  background-image: url(../../_assets/img/page/bg_course-basic01.jpg);
}
.p-card-rectangle.single02 {
  background-image: url(../../_assets/img/page/bg_work.jpg);
}
.p-card-rectangle .p-card-rectangle__contents {
  text-align: center;
}
.p-card-rectangle .p-card-rectangle__contents .p-card-rectangle__title {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.p-card-rectangle .p-card-rectangle__contents .p-card-rectangle__copy {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.p-card-image {
  display: flex;
  flex-direction: column-reverse;
}
.p-card-image .p-card-image__title {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.c-icon {
  position: relative;
  display: block;
}
.c-icon:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-icon.-people {
  padding-left: 36px;
}
.c-icon.-people:before {
  width: 16px;
  height: 36px;
  background-image: url(../../_assets/img/icon/icon_people.svg);
}
.c-icon.-trees {
  padding-left: 46px;
}
.c-icon.-trees:before {
  width: 36px;
  height: 30px;
  background-image: url(../../_assets/img/icon/icon_trees.svg);
}
.c-icon.-temple {
  padding-left: 46px;
}
.c-icon.-temple:before {
  width: 36px;
  height: 21px;
  background-image: url(../../_assets/img/icon/icon_temple.svg);
}

.icon-base {
  width: 100px;
}

.c-contact-dl dl {
  display: flex;
  flex-direction: column;
}
.c-contact-dl dl dt {
  width: 100%;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
}
.c-contact-dl dl dt.margin-plus {
  margin-top: 40px;
  padding-bottom: 6px;
}
.c-contact-dl dl dt .need {
  margin-left: 14px;
  background: red;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
}
.c-contact-dl dl dd {
  width: 100%;
  margin: 12px 0 0;
}
.c-contact-dl dl dd .select {
  display: flex;
  flex-direction: column;
}
.c-contact-dl dl dd .input input {
  max-width: 600px;
  background-color: #F6F8F9;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
  padding: 0.8em 0.8em;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s;
}
.c-contact-dl dl dd .input input:focus {
  border-bottom: 1px solid #258186;
  box-shadow: 0 1px 0 0 #248dc5;
}
.c-contact-dl dl dd textarea {
  width: 100%;
  padding: 5px 10px;
  min-height: 300px;
}
.c-contact-dl dl + dl {
  margin-top: 40px;
  position: relative;
}

.page-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-top: 6px;
}