@charset "UTF-8";
/* CSS Document */
/*
Theme Name: アントレNEXT
*/
body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1vw;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 15em 0;
}
@media screen and (max-width: 1350px) {
  .sec {
    padding: 10em 0;
  }
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 7.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10vw;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 4em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 2em;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5vw;
  z-index: 999;
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  /* タイポグラフィ背景 */
  /* ロゴ背景 */
}
#wrapper .egbg {
  font-size: 1vw;
  width: 153em;
  position: absolute;
  inset: -12.5em 0 auto auto;
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 1/1) {
  #wrapper .egbg {
    inset: 12.5em 0 auto auto;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .egbg {
    width: 100%;
    height: 100vh;
    inset: 0;
  }
}
#wrapper .egbg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper .egbg img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    bottom: 0;
  }
}
#wrapper .logobg {
  font-size: 1vw;
  width: 100em;
  position: absolute;
  inset: -15em 0 auto auto;
}
@media screen and (max-width: 768px) {
  #wrapper .logobg {
    width: 130em;
  }
}
@media screen and (max-width: 480px) {
  #wrapper .logobg {
    width: 150em;
  }
}
#wrapper .logobg img {
  width: 100%;
  height: auto;
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* 欧文フォント */
.eg {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

/* 日本語フォント */
.jp {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* パソコン改行 */
@media screen and (min-width: 769px) {
  .pcbr {
    display: block;
  }
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
.sec_ttl {
  font-size: 1em;
  line-height: 0;
  padding-bottom: 4em;
}
.sec_ttl .eg {
  display: block;
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 7em;
  line-height: 1em;
}
@media screen and (max-width: 1350px) {
  .sec_ttl .eg {
    font-size: 5em;
  }
}
@media screen and (max-width: 480px) {
  .sec_ttl .eg {
    font-size: 4em;
  }
}
.sec_ttl .jp {
  display: block;
  font-family: ta-houdate-m500, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1em;
  padding-top: 0.5em;
}
@media screen and (max-width: 1350px) {
  .sec_ttl .jp {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .sec_ttl .jp {
    font-size: 1.5em;
  }
}

/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #e60012;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* 日付 */
div.date,
h3.date {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
div.date .year,
h3.date .year {
  font-size: 0.75em;
  padding-right: 0.2em;
}
div.date small,
h3.date small {
  font-size: 0.5em;
  padding-left: 0.4em;
}

/* 小文字 */
.sml {
  font-size: 0.9em;
}

/* 大文字 */
.lg {
  font-size: 1.5em;
}

.lg2 {
  font-size: 2em;
}

/* インラインブロックと行間 */
.lh1 {
  display: inline-block;
  line-height: 1em;
}

.lh15 {
  display: inline-block;
  line-height: 1.5em;
}

/* 細字 */
.nm {
  font-weight: normal;
}

/* 透明度 */
.opa06 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.opa03 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* 上部線ありテキストボックス */
.bd1 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  padding-bottom: 0.5em;
}
.bd1::before {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  content: "";
  border-top: #000 solid 2px;
  margin-top: 0.75em;
  padding-top: 0.75em;
}

.bd2 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  padding-bottom: 0.5em;
}
.bd2::before {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  content: "";
  border-top: #b5b5b5 solid 2px;
  margin-top: 0.75em;
  padding-top: 0.75em;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　アニメーション
======================================================================================================================= */
/* ================= 矢印アニメーション ============================================================ */
@keyframes animation_ya {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1);
  }
  62% {
    transform: scaleX(1.2);
  }
  76% {
    transform: scaleX(1);
  }
  88% {
    transform: scaleX(1.2);
  }
  88% {
    transform: scaleX(1.2);
  }
  100% {
    transform: scaleX(1);
  }
}
/* ================= トップ英語回転画像アニメーション ============================================================ */
@keyframes animation_circle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 4em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-4em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(4em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -4em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* リンク */
a {
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #22ac38;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
.btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  padding: 1em 2.5em;
  border: #000 solid 2px;
  border-radius: 2em;
  color: #000;
  overflow: hidden;
  background: linear-gradient(45deg, #22ac38 0, #22ac38 50%, transparent 50%, transparent 100%);
  background-size: 230% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  transition: 0.5s ease;
  backface-visibility: hidden;
  text-decoration: none;
}
.btn a span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.btn a:hover {
  background-position: 0 0;
}
.btn.btn2 a {
  background: linear-gradient(45deg, #22ac38 0, #22ac38 50%, #000 50%, #000 100%);
  background-size: 230% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  color: #fff;
}
.btn.btn2 a:hover {
  background-position: 0 0;
}

/* 矢印付きリンク */
.link a,
.link span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  padding-right: 5.6em;
  line-height: 1em;
  transform: translate(0, 0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  text-decoration: none;
}
.link a::after,
.link span::after {
  content: "";
  display: block;
  width: 4.6em;
  height: 1em;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: url("../../../images/ya.svg") no-repeat right 50%/contain;
  animation: animation_ya ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 0% 50%;
  -webkit-animation: animation_ya ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 50%;
  -moz-animation: animation_ya ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 50%;
  -o-animation: animation_ya ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 50%;
  -ms-animation: animation_ya ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 50%;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.link a:hover,
.link span:hover {
  color: #000;
  transform: translate(0.5em, 0);
}
.link.w_link a,
.link.w_link span {
  color: #fff;
}
.link.w_link a::after,
.link.w_link span::after {
  background: url("../../../images/ya2.svg") no-repeat right 50%/contain;
}

/* ================= フォーム ============================================================ */
/* =============== MW WP Form（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 4em;
  /* -------------------------- 同意 ------------------------------------------- */
  /* -------------------------- ボタン ------------------------------------------- */
  /* -------------------------- エラー ------------------------------------------- */
  /* -------------------------- 確認画面 ------------------------------------------- */
  /* -------------------------- 完了画面 ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .formbox {
    padding-top: 1em;
  }
}
.formbox #form_area {
  border-top: #000 solid 2px;
}
.formbox pre {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}
.formbox ul.form_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  list-style: none inside;
}
.formbox ul.form_list li.form_tr {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  line-height: 1em;
}
.formbox ul.form_list li.form_tr p {
  display: flex;
  align-items: center;
}
.formbox ul.form_list li.form_tr .form_th {
  display: block;
  width: 15em;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  align-items: center;
  line-height: calc(2.5em + 2px);
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .formbox ul.form_list li.form_tr .form_th {
    width: 100%;
    line-height: 1em;
    padding-bottom: 0;
  }
}
.formbox ul.form_list li.form_tr .form_th span {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .formbox ul.form_list li.form_tr .form_th span {
    text-align: left;
  }
}
.formbox ul.form_list li.form_tr .form_td,
.formbox ul.form_list li.form_tr p {
  display: block;
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  line-height: 1.5em;
  /* 横並び */
}
@media screen and (max-width: 480px) {
  .formbox ul.form_list li.form_tr .form_td,
  .formbox ul.form_list li.form_tr p {
    width: 100%;
  }
}
.formbox ul.form_list li.form_tr .form_td .flex,
.formbox ul.form_list li.form_tr p .flex {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.formbox ul.form_list li.form_tr .form_td .flex:last-child,
.formbox ul.form_list li.form_tr p .flex:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .formbox ul.form_list li.form_tr .form_td .flex,
  .formbox ul.form_list li.form_tr p .flex {
    padding-bottom: 2em;
  }
  .formbox ul.form_list li.form_tr .form_td .flex:last-child,
  .formbox ul.form_list li.form_tr p .flex:last-child {
    padding-bottom: 0;
  }
}
.formbox ul.form_list li.form_tr .form_td .flex .fbox,
.formbox ul.form_list li.form_tr p .flex .fbox {
  padding-right: 1em;
}
.formbox ul.form_list li.form_tr .form_td .flex .flex,
.formbox ul.form_list li.form_tr p .flex .flex {
  width: auto;
}
.formbox ul.form_list li.form_tr .form_td .flexn,
.formbox ul.form_list li.form_tr p .flexn {
  display: flex;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .formbox ul.form_list li.form_tr .form_td .flexn,
  .formbox ul.form_list li.form_tr p .flexn {
    width: 100%;
    padding-bottom: 0.5em;
    display: block;
  }
}
.formbox ul.form_list li.form_tr .form_td .flexn span,
.formbox ul.form_list li.form_tr p .flexn span {
  flex: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .formbox ul.form_list li.form_tr .form_td .flexn span,
  .formbox ul.form_list li.form_tr p .flexn span {
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
  }
}
.formbox .privacy_check {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 1em;
  margin-top: 2em;
  border-top: #000 solid 2px;
  padding-bottom: 0;
}
.formbox .privacy_check label {
  cursor: pointer;
}
.formbox .privacy_check label .mwform-checkbox-field-text {
  font-weight: 700;
}
.formbox .privacy_check .note {
  font-size: 0.85em;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #707070;
}
.formbox .privacy_check .note a {
  color: #e60012;
}
.formbox .privacy_check .note::before {
  content: "※";
}
.formbox .btn_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-top: 2em;
}
@media screen and (max-width: 480px) {
  .formbox .btn_box {
    padding-top: 1em;
  }
}
.formbox .btn_box input[type=submit] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 1em;
  text-indent: 1em;
  line-height: 1em;
  cursor: pointer;
  transition: 0.3s ease;
  backface-visibility: hidden;
  padding: 1em 3em;
  margin: 0 1em;
  border: none;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  padding: 1em 2.5em;
  border: #000 solid 2px;
  border-radius: 2em;
  color: #000;
  overflow: hidden;
  background: linear-gradient(45deg, #22ac38 0, #22ac38 50%, transparent 50%, transparent 100%);
  background-size: 230% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.formbox .btn_box input[type=submit] span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.formbox .btn_box input[type=submit]:hover {
  background-position: 0 0;
}
.formbox .mw_wp_form .error {
  margin-top: 0.5em;
  color: #e60012;
}
.formbox .mw_wp_form_confirm ul.form_list li.form_tr .form_th {
  line-height: 1.5em;
}
.formbox .mw_wp_form_confirm ul.form_list li.form_tr .form_th span {
  text-align: left;
}
.formbox .mw_wp_form_confirm ul.form_list li.form_tr .form_th span::after {
  content: "：";
}
.formbox .mw_wp_form_confirm ul.form_list li.form_tr .form_td.check_box {
  padding: 0 !important;
}
.formbox .mw_wp_form_confirm .privacy_check {
  display: none;
}
.formbox .mw_wp_form_complete {
  padding-top: 4em;
}

/* -------------------------- 各フォーム ------------------------------------------- */
input[type=text],
input[type=email],
textarea,
select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em 1em;
  border: #000 solid 1px;
  border-radius: 1.5em;
  font-weight: 700;
  background: #fff;
}

/* 電話番号 */
.form_tel input[type=text] {
  width: 6em;
  max-width: calc((100% - 6em) / 3);
}
@media screen and (max-width: 768px) {
  .form_tel input[type=text] {
    max-width: calc((100% - 4em) / 3);
  }
}

/* 日付ピッカー */
.hasDatepicker {
  cursor: pointer;
  max-width: 17.5em;
}

/* チェックボックス・ラジオボタン */
.check_box {
  display: flex;
  align-items: center;
  line-height: calc(2.5em + 2px) !important;
}
.check_box label {
  cursor: pointer;
}
.check_box label .mwform-checkbox-field-text,
.check_box label .mwform-radio-field-text {
  font-weight: 700;
}

.mw_wp_form .horizontal-item {
  margin-right: 1em;
  display: inline-block;
}
.mw_wp_form .horizontal-item:last-child {
  margin-right: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/* セレクト */
select {
  width: auto;
  cursor: pointer;
}
select option:first-child {
  font-size: 0.9em;
  font-weight: 400;
  color: #707070;
}

/* プレースホルダー */
::-moz-placeholder {
  font-size: 0.9em;
  font-weight: 400;
  color: #707070;
}
::placeholder {
  font-size: 0.9em;
  font-weight: 400;
  color: #707070;
}

/* 必須項目 */
.required {
  color: #e60012;
}

/* タイトル＋ボタン */
.sec_header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec_header .link {
  text-align: right;
}

/* ニュース */
.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -4%;
}
@media screen and (max-width: 1350px) {
  .post_list {
    margin-top: -5%;
  }
}
@media screen and (max-width: 768px) {
  .post_list {
    margin-top: -6%;
  }
}
.post_list li {
  position: relative;
  box-sizing: border-box;
  width: 22%;
  margin-right: 4%;
  margin-top: 4%;
  /* 表示アニメーション */
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
  transform: rotate(30deg);
  transform-origin: 0 0;
}
.post_list li:nth-child(1) {
  transition-delay: 0.2s;
}
.post_list li:nth-child(2) {
  transition-delay: 0.4s;
}
.post_list li:nth-child(3) {
  transition-delay: 0.6s;
}
.post_list li:nth-child(4) {
  transition-delay: 0.8s;
}
.post_list li:nth-child(5) {
  transition-delay: 1s;
}
.post_list li:nth-child(6) {
  transition-delay: 1.2s;
}
.post_list li:nth-child(7) {
  transition-delay: 1.4s;
}
.post_list li:nth-child(8) {
  transition-delay: 1.6s;
}
.post_list li:nth-child(9) {
  transition-delay: 1.8s;
}
.post_list li:nth-child(10) {
  transition-delay: 2s;
}
.post_list li:nth-child(11) {
  transition-delay: 2.2s;
}
.post_list li:nth-child(12) {
  transition-delay: 2.4s;
}
.post_list li:nth-child(13) {
  transition-delay: 2.6s;
}
.post_list li:nth-child(14) {
  transition-delay: 2.8s;
}
.post_list li:nth-child(15) {
  transition-delay: 3s;
}
.post_list li:nth-child(16) {
  transition-delay: 3.2s;
}
.post_list li:nth-child(17) {
  transition-delay: 3.4s;
}
.post_list li:nth-child(18) {
  transition-delay: 3.6s;
}
.post_list li:nth-child(19) {
  transition-delay: 3.8s;
}
.post_list li:nth-child(20) {
  transition-delay: 4s;
}
.post_list li:nth-child(21) {
  transition-delay: 4.2s;
}
.post_list li:nth-child(22) {
  transition-delay: 4.4s;
}
.post_list li:nth-child(23) {
  transition-delay: 4.6s;
}
.post_list li:nth-child(24) {
  transition-delay: 4.8s;
}
.post_list li.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0deg);
}
@media screen and (min-width: 1351px) {
  .post_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .post_list li {
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .post_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .post_list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 6%;
  }
  .post_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.post_list li a {
  text-decoration: none;
  /* サムネイル */
  /* カテゴリ */
  /* 記事内容 */
}
.post_list li a .thumb {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post_list li a .thumb::before {
  content: "";
  display: block;
  padding-top: 130%;
}
.post_list li a .thumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.post_list li a .thumb span img {
  transform: scale(1);
}
.post_list li a:hover .thumb span img {
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.post_list li a .cate {
  display: inline-block;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  line-height: 1em;
  position: absolute;
  top: 20.5em;
  left: -0.5em;
  right: auto;
  bottom: auto;
  padding: 0.5em 2em;
  background: #000;
  color: #fff;
  transform: scale(0.8);
  transform-origin: 0 0;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .post_list li a .cate {
    top: 21em;
  }
}
@media screen and (max-width: 768px) {
  .post_list li a .cate {
    top: 22.8em;
  }
}
@media screen and (max-width: 480px) {
  .post_list li a .cate {
    top: 15em;
  }
}
.post_list li a .cate.ct_academy {
  background: #e60012;
  color: #000;
}
.post_list li a .cate.ct_creators {
  background: #f39800;
  color: #000;
}
.post_list li a .cate.ct_topics {
  background: #00a0e9;
  color: #000;
}
.post_list li a:hover .cate {
  left: -0.1em;
}
.post_list li a .txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.5em;
  /* タイトル */
  /* 日付 */
}
.post_list li a .txtbox .post_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 3em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  padding: 0;
  line-height: 1.5em;
  overflow: hidden;
  text-align: justify;
  color: #000;
}
.post_list li a .txtbox .post_ttl::before, .post_list li a .txtbox .post_ttl::after {
  position: absolute;
  background: #fff;
}
.post_list li a .txtbox .post_ttl::before {
  content: "…";
  bottom: 0;
  right: 0;
}
.post_list li a .txtbox .post_ttl::after {
  content: "";
  height: 100%;
  width: 100%;
}
.post_list li a .txtbox .date {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  padding-top: 0.1em;
  margin-top: 0.1em;
  border-top: #000 solid 2px;
  color: #707070;
  text-align: right;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
/* ================= グローバルナビゲーション（共通） ============================================================ */
.gnav ul {
  list-style: none inside;
}
.gnav ul.main_menu li {
  line-height: 1em;
}
.gnav ul.main_menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

/* ================= ヘッダー ============================================================ */
#header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  /* ロゴマーク */
  /* -------------------------- グローバルナビゲーション ------------------------------------------- */
}
#header .logo {
  width: 13em;
  font-size: 1em;
  padding-top: 1.5em;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
#header .logo.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .logo img {
  width: 100%;
}
#header .gnav {
  transform: translate(100%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
#header .gnav.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .gnav ul {
  padding-right: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1em;
}
#header .gnav ul.main_menu {
  padding-bottom: 0.4em;
  border-bottom: #000 solid 2px;
  padding-top: 1.5em;
}
@media screen and (max-width: 1350px) {
  #header .gnav ul.main_menu {
    display: none;
  }
}
#header .gnav ul.main_menu li {
  padding-left: 2em;
}
#header .gnav ul.main_menu li:nth-child(1) {
  padding-left: 0;
}
#header .gnav ul.btn_menu {
  padding-top: 1em;
}
@media screen and (max-width: 1350px) {
  #header .gnav ul.btn_menu {
    padding-right: 8vw;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav ul.btn_menu {
    display: none;
  }
}
#header .gnav ul.btn_menu li {
  padding-left: 1.5em;
}
#header .gnav ul.btn_menu li:nth-child(1) {
  padding-left: 0;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 1350px) {
  .hm_btn, .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check { /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #000;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #000 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #000 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #000;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 0;
  width: 40%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: auto;
  right: -100%;
  bottom: auto;
  transition: right 1s;
  border: none;
  background: #f39800;
  /* 中身デザイン */
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent {
    width: 80%;
  }
}
.hm_menu_wrap .hm_inner .menucontent .main_menu {
  background: #22ac38;
  padding: 5em 3em 3em 3em;
}
.hm_menu_wrap .hm_inner .menucontent .main_menu li {
  padding-bottom: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .main_menu li:last-child {
  padding-bottom: 0;
}
.hm_menu_wrap .hm_inner .menucontent .btn_menu {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3em 3em 5em 3em;
}
.hm_menu_wrap .hm_inner .menucontent .btn_menu li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.hm_menu_wrap .hm_inner .menucontent .btn_menu li a {
  width: 100%;
  text-align: center;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  /* ================= フッター上部 ============================================================ */
  /* ================= フッター下部 ============================================================ */
}
#footer #footer_upper,
#footer #footer_bottom {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#footer #footer_bottom {
  padding: 7.5em 0;
  background: #000;
  color: #fff;
  font-weight: normal;
}
#footer #footer_bottom a {
  color: #fff;
  text-decoration: none;
}
#footer #footer_bottom p {
  padding-bottom: 0;
}
#footer #footer_bottom .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 団体情報 ------------------------------------------- */
  /* -------------------------- フッターメニュー ------------------------------------------- */
  /* -------------------------- コピーライト ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer #footer_bottom .innerbox {
    display: block;
  }
}
#footer #footer_bottom .innerbox .info_box {
  position: relative;
  box-sizing: border-box;
  /* 住所 ------------------------------------------- */
  /* TEL ------------------------------------------- */
  /* 受付時間 */
}
@media screen and (max-width: 768px) {
  #footer #footer_bottom .innerbox .info_box {
    padding-top: 6em;
  }
}
#footer #footer_bottom .innerbox .info_box h2 {
  font-size: 1em;
}
#footer #footer_bottom .innerbox .info_box h2 a {
  /* ロゴ ------------------------------------------- */
  /* マウスオーバー */
  /* 名称 ------------------------------------------- */
  /* マウスオーバー */
}
#footer #footer_bottom .innerbox .info_box h2 a .logo {
  display: block;
  width: 20em;
}
#footer #footer_bottom .innerbox .info_box h2 a .logo img {
  width: 100%;
  height: auto;
}
#footer #footer_bottom .innerbox .info_box h2 a:hover .logo img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#footer #footer_bottom .innerbox .info_box h2 a .txtbox {
  display: block;
  padding-top: 2em;
  font-size: 1.25em;
  line-height: 1.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#footer #footer_bottom .innerbox .info_box h2 a .txtbox small {
  padding-left: 0.5em;
  font-size: 0.8em;
  font-weight: normal;
}
#footer #footer_bottom .innerbox .info_box h2 a:hover .txtbox {
  color: #f39800;
}
#footer #footer_bottom .innerbox .info_box .ad {
  line-height: 1.5em;
  padding-top: 1em;
}
#footer #footer_bottom .innerbox .info_box .tel {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
  line-height: 1em;
  padding-top: 0.5em;
}
#footer #footer_bottom .innerbox .info_box .open_close {
  line-height: 1.5em;
  padding-top: 0.25em;
}
#footer #footer_bottom .innerbox .fnav {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer #footer_bottom .innerbox .fnav {
    position: absolute;
    top: 0;
    left: 4em;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom .innerbox .fnav {
    position: absolute;
    top: 0;
    left: 2em;
    right: auto;
    bottom: auto;
  }
}
#footer #footer_bottom .innerbox .fnav ul {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer #footer_bottom .innerbox .fnav ul li {
  padding-left: 2em;
}
#footer #footer_bottom .innerbox .fnav ul li:first-child {
  padding-left: 0;
}
#footer #footer_bottom .innerbox .fnav ul li a {
  color: #b5b5b5;
}
#footer #footer_bottom .innerbox .fnav ul li a:hover {
  color: #f39800;
}
#footer #footer_bottom .innerbox .copyright {
  position: absolute;
  top: auto;
  left: auto;
  right: 10%;
  bottom: 0;
  text-align: right;
  color: #b5b5b5;
}
@media screen and (max-width: 1350px) {
  #footer #footer_bottom .innerbox .copyright {
    right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_bottom .innerbox .copyright {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    right: 0;
    text-align: left;
    padding-top: 4em;
  }
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/* 正方形回転背景（共通） */
body#front-page #wrapper {
  /* ================= メイン画像 ============================================================ */
  /* ================= 最新ニュース ============================================================ */
  /* ================= 理念 ============================================================ */
  /* ================= アカデミー ============================================================ */
  /* ================= アカデミー最新情報 ============================================================ */
}
body#front-page #wrapper #mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 40vw;
  overflow: hidden;
  /* メインコピー */
  /* -------------------------- 新着1件表示 ------------------------------------------- */
  /* -------------------------- スクロールボタン ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg {
    min-height: 48vw;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg {
    min-height: 64vw;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg {
    min-height: 75vw;
  }
}
body#front-page #wrapper #mainimg .txtbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  /* メインロゴ */
}
@media screen and (min-width: 769px) {
  body#front-page #wrapper #mainimg .txtbox {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 3/4) {
  body#front-page #wrapper #mainimg .txtbox {
    padding-top: 6em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 5/7) {
  body#front-page #wrapper #mainimg .txtbox {
    padding-top: 4em;
  }
}
body#front-page #wrapper #mainimg .txtbox h2 {
  position: relative;
  box-sizing: border-box;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 10em;
  line-height: 1em;
  padding-bottom: 0.3em;
  white-space: nowrap;
  margin-left: -0.1em;
  /* 表示アニメーション */
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .txtbox h2 {
    left: 0;
    margin-left: 0.1em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 3/4) {
  body#front-page #wrapper #mainimg .txtbox h2 {
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    padding-bottom: 0;
    font-size: 6em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .txtbox h2 .tbbr {
    position: relative;
    right: -0.25em;
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .txtbox h2 .tbbr {
    font-size: 2.7em;
    line-height: 1em;
    right: -0.15em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 3/4) {
  body#front-page #wrapper #mainimg .txtbox h2 .tbbr {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .txtbox h2 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 5/7) {
  body#front-page #wrapper #mainimg .txtbox h2 {
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    padding-bottom: 0;
    left: -0.2em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 4/7) {
  body#front-page #wrapper #mainimg .txtbox h2 {
    font-size: 5.5em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 5/7) {
  body#front-page #wrapper #mainimg .txtbox h2 .tbbr {
    font-size: 2.9em;
  }
}
body#front-page #wrapper #mainimg .txtbox h2 .deco {
  display: inline-block;
  font-family: ta-rb, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
body#front-page #wrapper #mainimg .txtbox h2 .tp,
body#front-page #wrapper #mainimg .txtbox h2 .deco {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #wrapper #mainimg .txtbox h2 .deco {
  transform-origin: 50% 50%;
  transform: scale(5);
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 3.5s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .tbbr .tp {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .tbbr .tp:nth-child(1) {
  transition-delay: 2.4s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .tbbr .tp:nth-child(2) {
  transition-delay: 2.8s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .tbbr .tp:nth-child(3) {
  transition-delay: 3.2s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .deco {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .mdtxt .tp {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .mdtxt .tp:nth-child(1) {
  transition-delay: 4.7s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .mdtxt .tp:nth-child(2) {
  transition-delay: 4.9s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .mdtxt .tp:nth-child(3) {
  transition-delay: 5.1s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .mdtxt .tp:nth-child(4) {
  transition-delay: 5.3s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .lttxt .tp {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .lttxt .tp:nth-child(1) {
  transition-delay: 5.7s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .lttxt .tp:nth-child(2) {
  transition-delay: 5.9s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .lttxt .tp:nth-child(3) {
  transition-delay: 6.1s;
}
body#front-page #wrapper #mainimg .txtbox h2.lazyloaded .lttxt .tp:nth-child(4) {
  transition-delay: 6.3s;
}
body#front-page #wrapper #mainimg .txtbox .logo {
  transform-origin: 50% 50%;
  transform: scale(5);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 6s;
}
body#front-page #wrapper #mainimg .txtbox .logo.lazyloaded {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .txtbox .logo img {
  position: relative;
  width: 30em;
  height: auto;
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 3/4) {
  body#front-page #wrapper #mainimg .txtbox .logo img {
    width: 25em;
    top: -2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .txtbox .logo img {
    width: 20em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 5/7) {
  body#front-page #wrapper #mainimg .txtbox .logo img {
    width: 18em;
    top: -7em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 4/7) {
  body#front-page #wrapper #mainimg .txtbox .logo img {
    top: -2.5em;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 10/21) {
  body#front-page #wrapper #mainimg .txtbox .logo img {
    top: -1em;
  }
}
body#front-page #wrapper #mainimg .topics {
  width: 17em;
  height: 17em;
  position: absolute;
  top: auto;
  left: 1.5em;
  right: auto;
  bottom: 1.5em;
  box-sizing: border-box;
  border: #000 solid 2px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  /* 表示アニメーション */
  transform-origin: 50% 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-100%, 0);
  transition: 2s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .topics {
    width: 15em;
    height: 15em;
    left: 1em;
    bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics {
    width: 15.2em;
    height: 5em;
    left: 0;
    bottom: 0.5em;
    border-radius: 0;
    border: none;
    background: transparent;
  }
}
body#front-page #wrapper #mainimg .topics a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body#front-page #wrapper #mainimg .topics a:hover {
  color: #22ac38;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics a {
    width: 15em;
    height: 5em;
    box-sizing: border-box;
    border: #000 solid 2px;
    background: #fff;
    transform: translate(-0.5em, 0);
  }
  body#front-page #wrapper #mainimg .topics a:hover {
    transform: translate(-0.25em, 0);
  }
}
body#front-page #wrapper #mainimg .topics a .post_body {
  padding: 2em 2.5em 1em 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics a .post_body {
    padding: 1em;
    padding-right: 2.5em;
  }
}
body#front-page #wrapper #mainimg .topics a .post_body .date {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 2em;
  color: #22ac38;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .topics a .post_body .date {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics a .post_body .date {
    writing-mode: vertical-rl;
    background: #000;
    font-size: 1em;
    width: 1.5em;
    height: 5em;
    padding-top: 0.25em;
    line-height: 1.5em;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform-origin: 100% 0;
    z-index: 2;
    color: #fff;
  }
  body#front-page #wrapper #mainimg .topics a .post_body .date .year {
    transform: scale(0.8);
    padding-bottom: 0.25em;
  }
  body#front-page #wrapper #mainimg .topics a .post_body .date small {
    display: none;
  }
}
body#front-page #wrapper #mainimg .topics a .post_body .post_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 4.5em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  overflow: hidden;
  text-align: justify;
}
body#front-page #wrapper #mainimg .topics a .post_body .post_ttl::before, body#front-page #wrapper #mainimg .topics a .post_body .post_ttl::after {
  position: absolute;
  background: #fff;
}
body#front-page #wrapper #mainimg .topics a .post_body .post_ttl::before {
  content: "…";
  bottom: 0;
  right: 0;
}
body#front-page #wrapper #mainimg .topics a .post_body .post_ttl::after {
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .topics a .post_body .post_ttl {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics a .post_body .post_ttl {
    height: 3em;
  }
}
body#front-page #wrapper #mainimg .topics a .link_area {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #000;
  padding: 1.75em 0 2.25em 0;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .topics a .link_area {
    padding: 1.25em 0 2.5em 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics a .link_area {
    display: none;
  }
}
body#front-page #wrapper #mainimg .topics a .link_area .link {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body#front-page #wrapper #mainimg .topics a .link_area .link span {
  color: #fff;
}
body#front-page #wrapper #mainimg .topics a .link_area .link span::after {
  background: url("../../../images/ya2.svg") no-repeat right 50%/contain;
}
body#front-page #wrapper #mainimg .topics a {
  transform: rotate(-360deg);
  transition: 2s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics a {
    transform: rotate(0deg);
  }
}
body#front-page #wrapper #mainimg .topics.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .topics.lazyloaded {
    transform: translate(-0.5em, 0);
  }
  body#front-page #wrapper #mainimg .topics.lazyloaded:hover {
    transform: translate(-0.25em, 0);
  }
}
body#front-page #wrapper #mainimg .topics.lazyloaded a {
  transform: rotate(0deg);
}
body#front-page #wrapper #mainimg .scroll {
  position: absolute;
  top: auto;
  left: auto;
  right: 4em;
  bottom: 1.5em;
  transform-origin: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: rotate(90deg) translate(-100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #mainimg .scroll.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(90deg) translate(0, 0);
}
body#front-page #wrapper #mainimg .scroll a {
  letter-spacing: 0.05em;
}
body#front-page #wrapper #top_news {
  padding-top: 10em;
  /* -------------------------- 見出し ------------------------------------------- */
  /* -------------------------- ニュースリスト ------------------------------------------- */
}
body#front-page #wrapper #top_news .sec_header {
  position: absolute;
  top: 0;
  left: 10%;
  right: auto;
  bottom: auto;
  width: 38.4%;
  z-index: 2;
  /* 表示動作 */
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #top_news .sec_header {
    left: 5vw;
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .sec_header {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    left: 0;
  }
}
body#front-page #wrapper #top_news .sec_header .link {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition-delay: 1s;
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #top_news .sec_header .link {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 3.5em;
  }
}
body#front-page #wrapper #top_news .sec_header .sec_ttl .eg {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #top_news .sec_header .sec_ttl .jp {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition-delay: 0.5s;
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #top_news.on .sec_header.lazyloaded .sec_ttl .eg {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #top_news.on .sec_header.lazyloaded .sec_ttl .jp {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #top_news.on .sec_header.lazyloaded .link {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #top_news .post_list {
  display: grid;
  -ms-grid-rows: 48% 4% 22% 4% 22%;
  grid-template-columns: 48% 4% 22% 4% 22%;
  -ms-grid-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .post_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -6%;
  }
}
body#front-page #wrapper #top_news .post_list li {
  width: auto;
  margin-right: 0;
  margin-top: 0;
  /* 1番目の投稿 ------------------------------------------- */
  /* 2番目以降の投稿 ------------------------------------------- */
  /* 表示アニメーション ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .post_list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 6%;
  }
  body#front-page #wrapper #top_news .post_list li:nth-child(2n+1) {
    margin-right: 0;
  }
}
body#front-page #wrapper #top_news .post_list li a {
  /* カテゴリ */
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #top_news .post_list li a .cate {
    top: 14.9em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .post_list li a .cate {
    top: 22.7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #top_news .post_list li a .cate {
    top: 14.75em;
  }
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  margin-top: 42%;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .post_list li:nth-child(1) {
    width: 100%;
    margin-top: 6%;
  }
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a {
  /* サムネイル */
  /* カテゴリ */
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a .thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a .thumb span img {
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
  font-family: "object-fit: cover; object-position:50% 15%;";
  /* IE・Edge対応 */
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a .thumb span img.default {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a .cate {
  transform: scale(1);
  top: 18.8em;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #top_news .post_list li:nth-child(1) a .cate {
    top: 13.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .post_list li:nth-child(1) a .cate {
    top: 20.3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #top_news .post_list li:nth-child(1) a .cate {
    top: 13em;
  }
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a .txtbox {
  /* タイトル */
}
body#front-page #wrapper #top_news .post_list li:nth-child(1) a .txtbox .post_ttl {
  font-size: 2.5em;
  height: 7.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_news .post_list li:nth-child(1) a .txtbox .post_ttl {
    font-size: 1.8em;
    height: auto;
  }
  body#front-page #wrapper #top_news .post_list li:nth-child(1) a .txtbox .post_ttl::before, body#front-page #wrapper #top_news .post_list li:nth-child(1) a .txtbox .post_ttl::after {
    content: none;
  }
}
body#front-page #wrapper #top_news .post_list li:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
body#front-page #wrapper #top_news .post_list li:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
body#front-page #wrapper #top_news .post_list li:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
body#front-page #wrapper #top_news .post_list li:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
body#front-page #wrapper #top_news .post_list li.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: rotate(30deg);
}
body#front-page #wrapper #top_news.on .post_list li.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0deg);
}
body#front-page #wrapper #philosophy {
  padding: 0;
  /* -------------------------- 見出し ------------------------------------------- */
  /* 表示動作 */
  /* -------------------------- テキストボックス ------------------------------------------- */
  /* 表示動作 */
}
body#front-page #wrapper #philosophy h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 10em;
  line-height: 1em;
  color: #22ac38;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #philosophy h2 {
    font-size: 6.63em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #philosophy h2 {
    font-size: 7.2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #philosophy h2 {
    font-size: 4.7em;
  }
}
body#front-page #wrapper #philosophy h2 strong {
  font-family: ta-rb, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
body#front-page #wrapper #philosophy h2 span {
  display: block;
  white-space: nowrap;
}
body#front-page #wrapper #philosophy h2 span.tb {
  display: none;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #philosophy h2 span.pc {
    display: none;
  }
  body#front-page #wrapper #philosophy h2 span.tb {
    display: block;
  }
}
body#front-page #wrapper #philosophy h2 span.yoko {
  position: relative;
  top: 0.25em;
  left: -0.15em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #philosophy h2 span.tate {
  writing-mode: vertical-rl;
  position: absolute;
  top: 1.25em;
  left: auto;
  right: 0.12em;
  bottom: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -7.5em);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #philosophy h2 span.tate {
    right: 0.12em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #philosophy h2 span.tate {
    top: 1.4em;
    right: -0.1em;
  }
}
body#front-page #wrapper #philosophy.on h2.lazyloaded span.yoko, body#front-page #wrapper #philosophy.on h2.lazyloaded span.tate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #philosophy .innerbox {
  width: 90%;
  padding: 7.5em 7.5em 7.5em calc(10% + 7.5em);
  background: #22ac38;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-50%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #philosophy .innerbox {
    padding: 3.75em 3.75em 3.75em calc(5vw + 3.75em);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #philosophy .innerbox {
    padding: 4em;
  }
}
body#front-page #wrapper #philosophy .innerbox p {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  line-height: 2em;
  padding-bottom: 1em;
  transform-origin: 50% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.1, 1.1) translate(0, -1em);
  transition: 0.5s ease;
  backface-visibility: hidden;
  transition-delay: 0.75s;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #philosophy .innerbox p {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #philosophy .innerbox p {
    font-size: 1.5em;
  }
}
body#front-page #wrapper #philosophy .innerbox p strong {
  color: #fff;
}
body#front-page #wrapper #philosophy .innerbox .link {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 1.5s;
}
body#front-page #wrapper #philosophy.on .innerbox.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #philosophy.on .innerbox.lazyloaded p {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #philosophy.on .innerbox.lazyloaded .link {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #top_academy {
  padding-bottom: 10em;
  /* -------------------------- 回転見出し ------------------------------------------- */
  /* 表示動作 */
  /* 表示動作 */
}
body#front-page #wrapper #top_academy .img_hd {
  position: absolute;
  top: auto;
  left: auto;
  right: -10.5em;
  bottom: -12em;
  z-index: 2;
  transform-origin: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(50%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
  /* 日本語タイトル ------------------------------------------- */
  /* 英語回転画像 ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #top_academy .img_hd {
    transform: scale(0.9, 0.9) translate(50%, 0);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_academy .img_hd {
    bottom: -10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #top_academy .img_hd {
    bottom: -4em;
    transform: scale(0.7, 0.7) translate(50%, 0);
  }
}
body#front-page #wrapper #top_academy .img_hd h2 {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: -5em;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  z-index: 2;
}
body#front-page #wrapper #top_academy .img_hd h2 span {
  display: block;
  line-height: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #top_academy .img_hd h2 span.ttl1 {
  font-family: ta-houdate-m500, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
  transition-delay: 1s;
}
body#front-page #wrapper #top_academy .img_hd h2 span.ttl2 {
  font-family: ta-rb, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5em;
  padding-top: 0.2em;
  transition-delay: 1.5s;
}
body#front-page #wrapper #top_academy .img_hd .imgbox {
  position: relative;
  box-sizing: border-box;
  width: 50em;
  height: 50em;
  padding: 1em;
  animation: animation_circle linear 15s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animation_circle linear 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animation_circle linear 15s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animation_circle linear 15s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animation_circle linear 15s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
body#front-page #wrapper #top_academy .img_hd .imgbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  border: #f39800 solid 10em;
  border-radius: 50%;
}
body#front-page #wrapper #top_academy .img_hd .imgbox img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  transform-origin: 50% 50%;
  transition: 1s ease;
  backface-visibility: hidden;
  transform: rotate(30deg);
  top: 0.5em;
}
body#front-page #wrapper #top_academy.on .img_hd.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #top_academy.on .img_hd.lazyloaded {
    transform: scale(0.9, 0.9) translate(0, 0);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #top_academy.on .img_hd.lazyloaded {
    transform: scale(0.7, 0.7) translate(0, 0);
  }
}
body#front-page #wrapper #top_academy.on .img_hd.lazyloaded h2 span {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #top_academy.on .img_hd.lazyloaded .imgbox img {
  transform: rotate(0deg);
}
body#front-page #wrapper #top_academy .innerbox {
  /* -------------------------- リンク ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #top_academy .innerbox {
    padding-bottom: 20em;
  }
}
body#front-page #wrapper #top_academy .innerbox p {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  opacity: 0;
  filter: alpha(opacity=0);
  /* -------------------------- キャッチコピー ------------------------------------------- */
  /* -------------------------- テキスト ------------------------------------------- */
}
body#front-page #wrapper #top_academy .innerbox p.copy {
  font-size: 5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #top_academy .innerbox p.copy {
    font-size: 3em;
  }
}
body#front-page #wrapper #top_academy .innerbox p.copy strong {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1.3em;
  padding: 0 0.15em;
  transform-origin: 0 50%;
  transform: scale(0, 1) translate(-1em, 0);
  transition: 0.5s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #top_academy .innerbox p.copy strong:last-child {
  transition-delay: 0.5s;
}
body#front-page #wrapper #top_academy .innerbox p.txt {
  font-size: 1.25em;
  line-height: 2em;
  transform: translate(-7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 1s;
}
body#front-page #wrapper #top_academy .innerbox .link {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 1.5s;
}
body#front-page #wrapper #top_academy.on .innerbox p {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #top_academy.on .innerbox p.lazyloaded.copy strong {
  transform: scale(1, 1) translate(0, 0);
}
body#front-page #wrapper #top_academy.on .innerbox p.lazyloaded.txt {
  transform: translate(0, 0);
}
body#front-page #wrapper #top_academy.on .innerbox .link.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #academy_news {
  background: #eeeeee;
  /* -------------------------- ヘッダー ------------------------------------------- */
  /* 表示動作 */
  /* -------------------------- 記事一覧 ------------------------------------------- */
}
body#front-page #wrapper #academy_news .sec_header {
  align-items: flex-end;
}
body#front-page #wrapper #academy_news .sec_header .sec_ttl .eg {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #academy_news .sec_header .sec_ttl .jp {
  transition-delay: 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #academy_news .sec_header .link {
  padding-bottom: 4em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-7.5em, 0);
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #academy_news .sec_header .link {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: -0.5em;
    width: 100%;
  }
}
body#front-page #wrapper #academy_news.on .sec_header.lazyloaded .sec_ttl .eg,
body#front-page #wrapper #academy_news.on .sec_header.lazyloaded .sec_ttl .jp {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #academy_news.on .sec_header.lazyloaded .link {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #wrapper #academy_news .post_list li {
  /* 表示アニメーション ------------------------------------------- */
}
@media screen and (min-width: 769px) {
  body#front-page #wrapper #academy_news .post_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #academy_news .post_list li {
    width: 22%;
    margin-right: 4%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  body#front-page #wrapper #academy_news .post_list li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #academy_news .post_list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 6%;
  }
  body#front-page #wrapper #academy_news .post_list li:nth-child(2n) {
    margin-right: 0;
  }
}
body#front-page #wrapper #academy_news .post_list li a .txtbox .post_ttl::before, body#front-page #wrapper #academy_news .post_list li a .txtbox .post_ttl::after {
  background: #eeeeee;
}
body#front-page #wrapper #academy_news .post_list li.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: rotate(30deg);
}
body#front-page #wrapper #academy_news.on .post_list li.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0deg);
}

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
  /* 英語タイトル */
}
#page-header .page_ttl {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 15em;
  line-height: 1em;
  color: #fff;
  position: absolute;
  top: -0.1em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  #page-header .page_ttl {
    font-size: 10em;
  }
}
@media screen and (max-width: 768px) {
  #page-header .page_ttl {
    font-size: 8em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .page_ttl {
    writing-mode: vertical-rl;
    font-size: 5em;
    position: absolute;
    top: -0.1em;
    left: auto;
    right: -0.2em;
    bottom: auto;
  }
}
#page-header .ttl_area {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 7.5em 0;
  overflow: hidden;
  /* 日本語タイトル */
}
#page-header .ttl_area .jp_ttl {
  position: relative;
  box-sizing: border-box;
  font-family: ta-houdate-m500, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1.5em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  #page-header .ttl_area .jp_ttl {
    font-size: 2em;
  }
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt {
  /* 見出し */
}
.contactpage-ctt h2 {
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  padding-bottom: 1.5em;
  text-align: left;
}
.contactpage-ctt .sec {
  width: 100%;
  padding: 7.5em 0;
  /* -------------------------- 電話 ------------------------------------------- */
  /* -------------------------- Web ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  .contactpage-ctt .sec {
    padding: 4em 0;
  }
}
.contactpage-ctt .sec p {
  padding-bottom: 2em;
}
.contactpage-ctt .sec p.center {
  text-align: left;
}
.contactpage-ctt .sec.contact_tel {
  padding-top: 7.5em;
}
.contactpage-ctt .sec.contact_tel p {
  /* 時間 */
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel {
  padding-bottom: 0.1em;
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  line-height: 1em;
  color: #000;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
  display: inline-block;
  font-size: 0.8em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
.contactpage-ctt .sec.contact_tel p.contacttel_time {
  padding-bottom: 0;
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.webcontact {
  background: transparent;
}
#contact .contactpage-ctt .sec.webcontact {
  background: #eeeeee;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1,
.sec_bg2,
.sec_bg3 {
  z-index: auto;
}

.sec_bg1 {
  background: transparent;
}
.sec_bg1:first-child {
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) {
  .sec_bg1:first-child {
    padding-top: 0;
  }
}

.sec_bg2 {
  background: #eeeeee;
}

.sec_bg3 {
  background: #000;
  color: #fff;
}
.sec_bg3 a {
  color: #fff;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .parts-h3 {
    font-size: 1.8em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .parts-h3 {
    font-size: 1.7em;
    letter-spacing: 0.02em;
  }
}

.parts-h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 大きな数字 */
.lnmb {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  display: block;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 0.25em;
  transform-origin: 0 0;
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-family: forma-djr-display, toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.4em;
    letter-spacing: 0.02em;
  }
}
.freepage-ctt .sec p.note {
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 7.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #e60012;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 700;
  font-size: 1.2em;
  line-height: 2em;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 7.5em;
  background: #e60012;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 4em;
  }
}
@media screen and (max-width: 480px) {
  .bbox {
    padding: 2em;
  }
}
.bbox a {
  color: #000;
}
.bbox h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bbox h3 {
    font-size: 1.15em;
  }
}
.bbox p {
  padding-bottom: 0;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 7.5em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 7.5em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3 {
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .imgbox_txtarea h3 {
    font-size: 1.3em;
  }
}
.imgbox_txtarea p {
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 7.5em;
  /* リスト */
}
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -4em;
}
.img2box ul li {
  width: 47%;
  position: relative;
  box-sizing: border-box;
  margin-top: 4em;
  /* 画像 */
}
@media screen and (max-width: 480px) {
  .img2box ul li {
    width: 100%;
  }
}
.img2box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 7.5em;
  /* リスト */
}
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 31%;
  position: relative;
  box-sizing: border-box;
  margin-right: 3.5%;
  margin-top: 3em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox ul li {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}
.img3txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 7.5em;
  /* リスト */
}
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 1350px) {
  .img4txtbox ul {
    margin-top: -3em;
  }
}
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img4txtbox ul li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%;
  }
  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox ul li {
    width: 100%;
  }
}
.img4txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 7.5em;
  margin: 0 auto;
  margin-bottom: 7.5em;
  position: relative;
  background: #e60012;
  color: #fff;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 4em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 2em;
  }
}
.no_list h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 7.5em;
  margin: 0 auto;
  margin-bottom: 7.5em;
  background: #f39800;
  color: #000;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 4em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 2em;
  }
}
.check_list h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 7.5em;
  margin: 0 auto;
  margin-bottom: 7.5em;
  position: relative;
  background: #222;
  color: #b5b5b5;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 4em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 2em;
  }
}
.order_list h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 7.5em;
  /* 見出し */
  /* リスト */
}
.table_list h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.sec_bg3 .table_list ul {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #222;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.table_list ul li a {
  color: #b5b5b5;
}
.table_list ul li a:hover {
  color: #f39800;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  width: 20%;
  border-right: #707070 solid 1px;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #707070 solid 1px;
  }
}
.table_list ul li .tablelist_td {
  color: #b5b5b5;
  width: 80%;
}
.table_list ul li .tablelist_td strong {
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 7.5em;
  padding: 7.5em;
  background: #e60012;
  color: #fff;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 4em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 2em;
  }
}
.note_list h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 1em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= 共通パーツ ============================================================ */
/* -------------------------- ページヘッダー ------------------------------------------- */
#page-header {
  /* 記事タイトル */
  /* カテゴリー移動 */
}
#page-header .flex {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  z-index: 10;
  padding-bottom: 1em;
  /* 月選択 */
}
#page-header .flex .jp_ttl {
  line-height: 1em;
}
#page-header .flex select {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  margin-left: 2em;
  padding: 0 1em 0.25em 1em;
  line-height: 1.25em;
  height: 1.75em;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: #000 solid 2px;
}
#page-header .date {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  line-height: 1em;
  padding-top: 0.5em;
  text-align: right;
  border-bottom: #000 solid 2px;
  color: #707070;
}
#page-header .date.month {
  text-align: left;
  color: #000;
  border-bottom: none;
  padding-top: 0.25em;
}
#page-header .post_ttl {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 1.7em;
  padding-top: 0.5em;
}
#page-header .cate_list {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  z-index: 10;
}
#page-header .cate_list li {
  border-right: #000 solid 1px;
  line-height: 1em;
  padding: 0 1em;
}
#page-header .cate_list li:first-child {
  padding-left: 0;
}
#page-header .cate_list li:last-child {
  padding-right: 0;
  border-right: none;
}
#page-header .cate_list li a {
  text-decoration: none;
  color: #000;
}

/* -------------------------- 投稿中身 ------------------------------------------- */
.archive_sec {
  background: transparent;
}

/* -------------------------- 投稿フッター ------------------------------------------- */
.footer-post {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #eeeeee;
  padding: 7.5em 0;
}
.footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  /* 見出し */
  /* 新着投稿 ------------------------------------------- */
}
.footer-post .innerbox a {
  color: #fff;
}
.footer-post .innerbox .eg_ttl {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .footer-post .innerbox .post_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .footer-post .innerbox .post_list li {
    width: 22%;
    margin-right: 4%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .footer-post .innerbox .post_list li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .footer-post .innerbox .post_list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 6%;
  }
  .footer-post .innerbox .post_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.footer-post .innerbox .post_list li a .txtbox .post_ttl::before, .footer-post .innerbox .post_list li a .txtbox .post_ttl::after {
  background: #eeeeee;
}

/* ================= 一覧ページ ============================================================ */
#post_archive {
  padding: 7.5em 0;
}
@media screen and (max-width: 768px) {
  #post_archive {
    padding-top: 4em;
  }
}

/* ページナビゲーション */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 7.5em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 4em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: forma-djr-display, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #707070;
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* 最後のセクションが白背景の時は下の余白無し */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .freepage-ctt .sec_bg1:last-child {
  padding-bottom: 0;
}
#newspost .nav_sec {
  background: #fff;
  z-index: auto;
}
#newspost .nav_sec .innerbox {
  z-index: 3;
  /* 矢印 ------------------------------------------- */
  /* 前後タイトル ------------------------------------------- */
  /* あふれた文字･･･表示 */
}
#newspost .nav_sec .innerbox .post-navigation {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
}
#newspost .nav_sec .innerbox .screen-reader-text,
#newspost .nav_sec .innerbox .nav-subtitle,
#newspost .nav_sec .innerbox .meta-nav,
#newspost .nav_sec .innerbox .nav-links svg,
#newspost .nav_sec .innerbox .nav-links br {
  display: none;
}
#newspost .nav_sec .innerbox .nav-next {
  text-align: right;
}
#newspost .nav_sec .innerbox .nav-previous a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  padding-right: 5.6em;
  line-height: 1em;
  transform: translate(0, 0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: scale(-1, 1);
}
#newspost .nav_sec .innerbox .nav-previous a::after {
  content: "";
  display: block;
  width: 4.6em;
  height: 1em;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: url("../../../images/ya.svg") no-repeat right 50%/contain;
  animation: animation_ya ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 0% 50%;
  -webkit-animation: animation_ya ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 50%;
  -moz-animation: animation_ya ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 50%;
  -o-animation: animation_ya ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 50%;
  -ms-animation: animation_ya ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 50%;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox .nav-previous a:hover {
  color: #000;
  transform: translate(0.5em, 0);
}
#newspost .nav_sec .innerbox .nav-previous a .post-title {
  transform: scale(-1, 1);
  text-align: left;
  width: 100%;
}
#newspost .nav_sec .innerbox .nav-previous a:hover {
  transform: scale(-1, 1) translate(0.5em, 0);
}
#newspost .nav_sec .innerbox .nav-next a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: forma-djr-display, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  padding-right: 5.6em;
  line-height: 1em;
  transform: translate(0, 0);
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox .nav-next a::after {
  content: "";
  display: block;
  width: 4.6em;
  height: 1em;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: url("../../../images/ya.svg") no-repeat right 50%/contain;
  animation: animation_ya ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 0% 50%;
  -webkit-animation: animation_ya ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 50%;
  -moz-animation: animation_ya ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 50%;
  -o-animation: animation_ya ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 50%;
  -ms-animation: animation_ya ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 50%;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox .nav-next a:hover {
  color: #000;
  transform: translate(0.5em, 0);
}
#newspost .nav_sec .innerbox .nav-links {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
}
#newspost .nav_sec .innerbox .nav-links a {
  height: 1em;
  line-height: 1em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
}
#newspost .nav_sec .innerbox .nav-previous,
#newspost .nav_sec .innerbox .nav-next {
  width: 48%;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
}
#newspost .nav_sec .innerbox .nav-previous p,
#newspost .nav_sec .innerbox .nav-next p {
  padding-bottom: 0;
}
#newspost .nav_sec .innerbox .post-title {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  width: auto;
  max-width: 100%;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-previous #newspost .nav_sec .innerbox .post-title {
  padding-left: 4.5em;
}
.nav-next #newspost .nav_sec .innerbox .post-title {
  padding-right: 4.5em;
}
.nav-previous a:hover #newspost .nav_sec .innerbox .post-title {
  padding-left: 5em;
}
.nav-next a:hover #newspost .nav_sec .innerbox .post-title {
  padding-right: 5em;
  max-width: calc(100% + 0.5em);
}/*# sourceMappingURL=style.css.map */