@charset "UTF-8";
/*
Theme Name: ART BOOK TERMINAL TOHOKU
Theme URI: https://cyg-morioka.mom/abtt/
Description: ABTT WordPress Theme
Author: ART BOOK TERMINAL TOHOKU
Version: 2024_04
Tested up to: 6.4
Requires PHP: 7.4.0
*/
/* basic style setting in utility.css */
/*---------------------------------------------------------------------
 共通レイアウト
---------------------------------------------------------------------*/
#main {
  width: 100%;
  background: white;
}

.inner {
  width: min(1000px, 100%);
  margin: auto;
  padding: 0 20px;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
}
header .inner {
  width: min(1600px, 100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 45px;
  align-items: center;
  transition: 0.5s;
}
header .header_wrap.change-padding {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s;
}
header .site_title {
  line-height: 1;
  font-size: clamp(1.4rem, 1.094rem + 1.31vw, 2.4rem);
  transition: all 0.3s ease;
}
header .site_title:hover {
  opacity: 0.6;
}
header .site_nav_pc ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px 30px;
}
header .current-menu-item a,
header .current-page-ancestor a {
  border-bottom: 2px solid white;
  padding-bottom: 1px;
}
header #menu-abtt li {
  position: relative;
}
header #menu-abtt li:not(.current-menu-item) a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
header #menu-abtt li:not(.current-menu-item) a:hover::after {
  transform: scale(1, 1);
}

.post_line .post_line_wrap {
  gap: 50px;
}
.post_line article {
  position: relative;
}
.post_line article dt {
  text-align: center;
  margin-bottom: 15px;
}
.post_line article dd h3 {
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.6rem);
  line-height: 1.4;
}
.post_line article dd.category_list {
  position: absolute;
  top: -10px;
  right: -20px;
}
.post_line article dd.category_list li {
  pointer-events: none;
  margin-right: 2px;
  margin-bottom: 2px;
  background: #222222;
  padding: 6px 8px;
  font-size: 1.2rem;
  color: white;
  line-height: 1;
}
.post_line article .date {
  font-size: 1.2rem;
}

iframe.respo {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: silver;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kadomaru_bg_80 {
  border-radius: 80px;
  padding: 80px;
  background: white;
}

.kadomaru_bg_50 {
  border-radius: 50px;
  padding: 80px;
  background: white;
}

.kadomaru_80 img {
  clip-path: inset(0 0 0 0 round 80px);
}

.kadomaru_50 img {
  clip-path: inset(0 0 0 0 round 50px);
}

.kadomaru_30 img {
  clip-path: inset(0 0 0 0 round 30px);
}

/*---------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------*/
.home #hero {
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.home #hero .inner {
  width: min(1560px, 100%);
  text-align: center;
}
.home #slide {
  padding-bottom: 100px;
}
.home #slide .inner {
  width: 100%;
  padding: 0;
}
.home #slide .swiper-scene {
  overflow: hidden;
}
.home #slide .swiper-slide {
  text-align: center;
}
.home #slide .message {
  margin-top: -70px;
  position: relative;
  z-index: 30;
  padding: 0 20px;
}
.home #slide .message .inside {
  padding: 70px;
  max-width: 840px;
  margin: auto;
  padding-bottom: 50px;
}
.home #slide .message p {
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 1.033rem + 1.57vw, 2.6rem);
}
.home #slide .message .more {
  text-align: center;
  margin-bottom: 0;
}
.home #slide .message .more .move_arrow_btn {
  margin-left: -60px;
}
.home #news {
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: 120px;
  padding-left: 5%;
}
.home #news .inner {
  width: 100%;
  background: white;
  border-radius: 80px 0 0 80px;
  padding: 80px;
}
.home #news .title_more {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.home #news .title_more h2 {
  font-size: clamp(3rem, 2.449rem + 2.35vw, 4.8rem);
  text-transform: uppercase;
  line-height: 1;
}
.home #news article h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.278rem + 0.52vw, 1.8rem);
}
.home #news .swiper-post {
  overflow: visible;
  position: relative;
}
.home #news .swiper-post .swiper-button-prev,
.home #news .swiper-post .swiper-button-next {
  height: 40px;
  width: 40px;
  top: 38%;
}
.home #news .swiper-post .swiper-button-prev::after,
.home #news .swiper-post .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
}
.home #news .swiper-post .swiper-button-prev::after {
  background-image: url(img/common/arrow_prev.svg);
}
.home #news .swiper-post .swiper-button-next::after {
  background-image: url(img/common/arrow_next.svg);
}
.home #news .swiper-post .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 599px) {
  .home #news .swiper-post .slide {
    width: 24rem;
  }
}
.home #archive {
  margin-bottom: 70px;
}
.home #archive h2 {
  font-size: clamp(3rem, 2.449rem + 2.35vw, 4.8rem);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1;
}
.home #archive .inner {
  width: min(1440px, 100%);
}
.home #archive .wrap {
  gap: 60px;
}
.home #archive .each {
  padding: 50px 60px;
  background: #F6F4EA;
  border-radius: 50px;
}
.home #archive .title_more {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home #archive .title_more h3 {
  font-size: clamp(1.8rem, 1.708rem + 0.39vw, 2.1rem);
}
.home #archive .title_more .more {
  margin-right: 40px;
}
.home #archive .post_line {
  gap: 50px;
}
.home #archive article .date,
.home #archive article .category_list {
  display: none;
}

/*---------------------------------------------------------------------
 固定ページ共通
---------------------------------------------------------------------*/
#title_head .inner {
  width: min(960px, 100%);
}
#title_head h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 50px 0 25px;
}
#title_head h2 a {
  pointer-events: none;
}

h2.has_book {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: clamp(1.8rem, 1.616rem + 0.78vw, 2.4rem);
  line-height: 1rem;
  margin-bottom: 40px;
}

/*---------------------------------------------------------------------
 個別ページ
---------------------------------------------------------------------*/
.page-id-2461 #main {
  padding: 70px 0 120px;
  background: #F7F8F8;
}
.page-id-2461 #outline .inner {
  width: min(1320px, 100%);
  gap: 40px 80px;
  align-items: flex-start;
}
.page-id-2461 #outline .detail {
  background: white;
}
.page-id-2461 #outline .detail a {
  text-decoration: underline;
}
.page-id-2461 #outline .detail h3 {
  font-size: clamp(2.1rem, 1.886rem + 0.91vw, 2.8rem);
  line-height: 1.6;
  margin-bottom: 50px;
}
.page-id-2461 #outline .detail .text {
  font-size: clamp(1.6rem, 1.539rem + 0.26vw, 1.8rem);
  margin-bottom: 60px;
}
.page-id-2461 #outline .detail h4 {
  font-size: clamp(1.8rem, 1.708rem + 0.39vw, 2.1rem);
  margin-bottom: 30px;
}
.page-id-2461 #outline .detail .info {
  font-size: clamp(1.2rem, 1.139rem + 0.26vw, 1.4rem);
}
.page-id-2461 #outline .figure ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.page-id-2463 #main {
  padding: 70px 0 120px;
  background: #F7F8F8;
}
.page-id-2463 .interval_bar {
  text-align: center;
  margin: 40px auto;
}
.page-id-2463 h2.has_book {
  justify-content: center;
}
.page-id-2463 #lead {
  padding: 0 20px;
}
.page-id-2463 #lead .inner {
  width: min(700px, 100%);
}
.page-id-2463 #lead h3 {
  font-size: clamp(1.6rem, 1.447rem + 0.65vw, 2.1rem);
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
.page-id-2463 #lead p {
  text-align: center;
  margin-bottom: 0;
}
.page-id-2463 #flow {
  padding: 0 20px;
}
.page-id-2463 #flow .inner {
  width: min(1180px, 100%);
}
.page-id-2463 #flow .each {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 30px 50px;
  align-items: flex-end;
}
.page-id-2463 #flow .each:not(:last-child) {
  border-bottom: 1px dotted silver;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.page-id-2463 #flow .each h3 {
  line-height: 1.2;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-id-2463 #flow .each h3::before {
  font-size: clamp(3rem, 2.449rem + 2.35vw, 4.8rem);
}
.page-id-2463 #flow .each .detail p {
  margin-bottom: 0;
}
.page-id-2463 #flow .each b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff4f));
  background: -webkit-linear-gradient(transparent 40%, #ffff4f 40%);
  background: linear-gradient(transparent 40%, #ffff4f 40%);
}
.page-id-2463 #flow .each a {
  text-decoration: underline;
}
.page-id-2463 #flow .each:nth-child(1) h3::before {
  content: "❶";
}
.page-id-2463 #flow .each:nth-child(2) h3::before {
  content: "❷";
}
.page-id-2463 #flow .each:nth-child(3) h3::before {
  content: "❸";
}
.page-id-2463 #flow .each:nth-child(4) h3::before {
  content: "❹";
}
.page-id-2463 #flow .each:nth-child(5) h3::before {
  content: "❺";
}
.page-id-2463 #flow .each:nth-child(6) h3::before {
  content: "❻";
}
.page-id-2463 #application {
  padding: 0 20px;
}
.page-id-2463 #application .inner {
  width: min(1180px, 100%);
}
.page-id-2463 #application .wrap {
  gap: 60px;
}
.page-id-2463 #application h2.has_book {
  margin-bottom: 50px;
}
.page-id-2463 #application h3 {
  text-align: center;
  padding: 15px;
  font-size: clamp(1.6rem, 1.539rem + 0.26vw, 1.8rem);
  background: silver;
  line-height: 1;
  margin-bottom: 40px;
}
.page-id-2463 #application h4 {
  border-left: 4px solid silver;
  padding-left: 18px;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.page-id-2463 #application .each:not(:last-child) {
  margin-bottom: 60px;
}
.page-id-2463 #application .each .text {
  line-height: 1.8;
}
.page-id-2463 #application .each ul {
  list-style: none;
  padding-left: 0;
  display: table;
}
.page-id-2463 #application .each ul br {
  display: none;
}
.page-id-2463 #application .each ul li br {
  display: block;
}
.page-id-2463 #application .each ul li:after {
  content: "";
  display: block;
  margin-bottom: 0.3em;
}
.page-id-2463 #application .each ul li {
  display: table-row;
  line-height: 1.6;
}
.page-id-2463 #application .each ul li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
.page-id-2463 #application .each b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff4f));
  background: -webkit-linear-gradient(transparent 40%, #ffff4f 40%);
  background: linear-gradient(transparent 40%, #ffff4f 40%);
}
.page-id-2463 #application .each a {
  text-decoration: underline;
}
.page-id-2463 #application .each .figure {
  text-align: center;
  padding-top: 20px;
}
.page-id-2463 #application .each .figure img {
  max-width: 200px;
}
.page-id-2463 #form {
  padding: 0 20px;
}
.page-id-2463 #form .inner {
  width: min(1180px, 100%);
  padding: 60px;
}
.page-id-2463 #form .to_form p {
  text-align: center;
}
.page-id-2463 #form .to_form .on a {
  display: block;
  letter-spacing: 0.2em;
  font-size: clamp(1.8rem, 1.616rem + 0.78vw, 2.4rem);
  background: silver;
  padding: 20px;
  border-radius: 50px;
  color: white;
}
.page-id-2463 #form .to_form .on a:hover {
  opacity: 0.8;
}
.page-id-2463 #form .note {
  text-align: center;
  margin-bottom: 0;
}

/*---------------------------------------------------------------------
 アーカイブ カテゴリ ニュース共通
---------------------------------------------------------------------*/
.archive #title_head {
  background: silver;
  margin-bottom: 0;
}
.archive #title_head h2 {
  text-transform: uppercase;
}
.archive .post_line {
  padding: 0 20px 80px;
}
.archive .post_line .inner {
  background: white;
}

/*---------------------------------------------------------------------
 投稿ページ共通
---------------------------------------------------------------------*/
.single-post #title_head {
  background: silver;
  margin-bottom: 0;
}
.single-post #title_head h2 {
  text-transform: uppercase;
}
.single-post #main {
  padding: 0 0 120px;
  background: #F7F8F8;
}
.single-post #content {
  padding: 0 20px;
}
.single-post #content .inner {
  width: min(940px, 100%);
}
.single-post .entry_title {
  line-height: 1.4;
  font-size: clamp(1.8rem, 1.708rem + 0.39vw, 2.1rem);
  border-bottom: 2px solid silver;
  margin-bottom: 18px;
  padding-bottom: 15px;
}
.single-post .date {
  margin-bottom: 25px;
}
.single-post .category_list {
  margin-bottom: 30px;
}
.single-post .category_list a {
  margin-right: 5px;
  pointer-events: none;
  margin-right: 2px;
  background: #222222;
  padding: 6px 8px;
  font-size: 1.2rem;
  color: white;
  line-height: 1;
}
.single-post .entry_content {
  word-wrap: break-word;
}
.single-post .entry_content h2 {
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.4rem);
  border-left: 3px solid #222222;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
  word-break: auto-phrase;
}
.single-post .entry_content h3 {
  font-size: clamp(1.8rem, 1.725rem + 0.38vw, 2.1rem);
  margin-bottom: 16px;
  padding-bottom: 6px;
  font-weight: 500;
  border-bottom: 2px solid silver;
  font-weight: 500;
}
.single-post .entry_content a img {
  pointer-events: none;
}
.single-post .entry_content a img:hover {
  opacity: 0.8;
}
.single-post .entry_content figure {
  margin: 0 0 20px;
}
.single-post .entry_content figure a {
  display: block;
}
.single-post .entry_content figcaption {
  margin-top: 6px;
  text-align: right;
  font-size: 1.4rem;
}
.single-post .entry_content p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.single-post .entry_content a {
  color: #222222;
  text-decoration: underline;
}
.single-post .entry_content ul {
  margin-bottom: 30px;
}
.single-post .entry_content .wp-block-file a {
  text-decoration: underline;
}
.single-post .entry_content .wp-block-file a:last-child {
  display: none;
}
.single-post .entry_content a[href$=".pdf"] {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(img/post/icon_pdf_18.svg) no-repeat left center;
}
.single-post .entry_content a[href$=".doc"] {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(img/post/icon_docx_18.svg) no-repeat left center;
}
.single-post .entry_content a[href$=".docx"] {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(img/post/icon_docx_18.svg) no-repeat left center;
}
.single-post .entry_content a[href$=".xls"] {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(img/post/icon_xlsx_18.svg) no-repeat left center;
}
.single-post .entry_content a[href$=".xlsx"] {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(img/post/icon_xlsx_18.svg) no-repeat left center;
}
.single-post .entry_content a[href$=".csv"] {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(img/post/icon_csv_18.svg) no-repeat left center;
}
.single-post .entry_content .wp-block-quote {
  background: #EBEBEB url(img/post/quote_bk.svg) no-repeat 30px 30px;
  padding: 80px 30px 30px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.single-post .entry_content .wp-block-quote cite {
  font-size: 1.2rem;
}
.single-post .entry_content .wp-block-quote cite a {
  text-decoration: underline;
}
.single-post .entry_content .wp-block-quote cite::before {
  content: "引用元";
  padding-right: 10px;
}
.single-post .entry_content .wp-block-cover p {
  color: white;
}
.single-post .entry_content .wp-block-table table {
  margin-bottom: 10px;
}
.single-post .entry_content .wp-block-columns {
  gap: 30px;
}
.single-post .entry_content .wp-block-columns p {
  margin-bottom: 15px;
}
.single-post .entry_content .wp-block-columns ul {
  margin-bottom: 15px;
}
.single-post .entry_content .wp-block-gallery ul {
  margin-bottom: 0;
}
.single-post .entry_content .wp-block-button a {
  color: white;
  font-weight: bold;
}
.single-post .entry_content .wp-block-button:hover {
  opacity: 0.8;
}
.single-post .entry_content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.single-post .entry_content .wp-embedded-content {
  max-width: 100%;
}
.single-post .entry_content .wp-element-caption a {
  color: #222222;
  border-bottom: 1px solid #222222;
  display: inline-block;
}
.single-post .entry_content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.single-post .entry_content .photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.single-post .entry_content .enj_a_con_l {
  padding-top: 40px;
}
.single-post .entry_content .enj_a_con_l, .single-post .entry_content .enj_a_con_s {
  margin-bottom: 120px;
  position: relative;
}
.single-post .entry_content .enj_a_con_l .book, .single-post .entry_content .enj_a_con_s .book {
  margin-bottom: 20px;
}
.single-post .entry_content .enj_a_con_l .rank {
  position: absolute;
  top: 20px;
  left: -20px;
  max-width: 120px;
}
.single-post .entry_content .enj_a_con_s .rank {
  position: absolute;
  top: -20px;
  left: -20px;
  max-width: 120px;
}

/*---------------------------------------------------------------------
 Not 404
---------------------------------------------------------------------*/
.error404 #title_head, .error404 #breadcrumb {
  display: none;
}
.error404 #main {
  background: silver;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 60vh;
  display: grid;
  place-items: center;
}
.error404 #main dt {
  color: #535353;
  font-size: clamp(2.7rem, 2.25rem + 2.25vw, 4.5rem);
  text-align: center;
  line-height: 1.2;
}
.error404 #main dd {
  color: #535353;
  font-size: clamp(1.2rem, 1rem + 1vw, 2rem);
  text-align: center;
}

/*---------------------------------------------------------------------
 footer
---------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 70px 0 50px;
}
footer .inner {
  width: min(1440px, 100%);
  align-items: center;
}
footer .logo {
  text-align: left;
}
footer .logo dt {
  font-size: 1rem;
  margin-bottom: 15px;
}
footer .info li {
  text-align: center;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.2rem);
}
footer .note li {
  text-align: right;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.2rem);
}
footer a {
  text-decoration: underline;
}
footer .copy {
  text-align: center;
  margin-bottom: 0;
}
footer .copy small {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.2rem);
}

p.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.5s;
  text-align: right;
  width: auto;
}
p.pagetop a {
  display: block;
}
p.pagetop.show {
  opacity: 1;
  transform: scale(1);
}

/*---------------------------------------------------------------------
 css hack
---------------------------------------------------------------------*/
/* Edge */
/* Firefox */
@-moz-document url-prefix() {}
/* Safari */
/*---------------------------------------------------------------------
 print
---------------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  .show-for-small-only {
    display: none !important;
  }
  .pagetop.show {
    display: none !important;
  }
  body, h1, h2, h3, h4, h5, h6, li, dt, dd, p, th, td, .mincho {
    font-family: sans-serif !important;
  }
}
/*---------------------------------------------------------------------
 jquery js 関連 css
---------------------------------------------------------------------*/
.button_container {
  position: fixed;
  top: 15px;
  right: 14px;
  height: 25px;
  width: 30px;
  cursor: pointer;
  z-index: 200;
}

.button_container:after {
  content: "";
  position: absolute;
  top: -18px;
  right: -13px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}

.button_container:hover {
  opacity: 0.8;
}

.button_container.active .top {
  transform: translateY(13px) translateX(0) rotate(45deg);
  background: #222;
  z-index: 200;
}

.button_container.active .middle {
  opacity: 0;
  background: #222;
}

.button_container.active .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #222;
  z-index: 200;
}

.button_container span {
  background: #222;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: auto;
  z-index: 99;
}
.overlay .overlay-menu {
  width: calc(100% - 40px);
  margin: 22px auto 0;
}
.overlay .overlay-menu.change-padding {
  margin: 12px auto 0;
}
.overlay .site_logo {
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: clamp(1.4rem, 1.094rem + 1.31vw, 2.4rem);
}
.overlay li {
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  text-align: center;
}
.overlay li a {
  color: #222222;
  font-size: 2.1rem;
  padding: 0 16px 8px;
}
.overlay .current-menu-item a {
  border-color: #222222;
}

.overlay.open {
  opacity: 0.96;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*---------------------------------------------------------------------
 メディアクエリー
---------------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 639px) {
  .no_br_sp br {
    display: none !important;
  }
  br.sp_non {
    display: none;
  }
  table tr th, table tr td {
    padding: 0.4em 0.8em;
    font-size: 1.2rem;
  }
  .single .wp-caption {
    max-width: 100%;
  }
  .single #single_page_nav ul {
    justify-content: center;
  }
  .kadomaru_bg_80 {
    border-radius: 50px;
    padding: 40px;
    background: white;
  }
  .kadomaru_bg_50 {
    border-radius: 30px;
    padding: 30px;
    background: white;
  }
  .kadomaru_80 img {
    clip-path: inset(0 0 0 0 round 40px);
  }
  .kadomaru_50 img {
    clip-path: inset(0 0 0 0 round 25px);
  }
  header .inner {
    padding: 30px 20px;
  }
  .post_line article dd.category_list li {
    font-size: 1rem;
    padding: 3px 6px;
  }
  .post_line article dd.category_list {
    top: -5px;
    right: -10px;
  }
  a.move_arrow_btn span {
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: -28px;
    top: 6px;
  }
  .home #hero {
    padding-bottom: 45px;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .home #slide .message {
    margin-top: -40px;
  }
  .home #slide .message .inside {
    padding: 40px;
  }
  .home #slide .message .more .move_arrow_btn {
    margin-left: -30px;
  }
  .home #news .inner {
    border-radius: 50px 0 0 50px;
    padding: 40px;
  }
  .home #news .swiper-post .swiper-button-prev, .home #news .swiper-post .swiper-button-next {
    height: 20px;
    width: 20px;
    top: 42%;
  }
  .home #news .swiper-post .swiper-button-prev::after, .home #news .swiper-post .swiper-button-next::after {
    height: 20px;
    width: 20px;
  }
  .home #news .swiper-button-next, .home #news .swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
  }
  .home #news .swiper-button-prev, .home #news .swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;
  }
  .home #archive .wrap {
    gap: 30px;
  }
  .home #archive h2 {
    margin-bottom: 40px;
  }
  .home #archive .each {
    padding: 30px;
  }
  .home #archive .title_more {
    margin-bottom: 0;
  }
  .home #archive .post_line {
    gap: 30px;
  }
  .page-id-2461 #main {
    padding-bottom: 80px;
  }
  .page-id-2461 #outline .figure ul {
    gap: 40px;
  }
  .page-id-2463 #application h2.has_book {
    margin-bottom: 30px;
  }
  .page-id-2463 #form .inner {
    padding: 40px;
  }
  .post_line .post_line_wrap {
    gap: 50px 30px;
  }
  .single-post .entry_content .photos {
    grid-template-columns: 1fr 1fr;
  }
  .single-post .category_list a {
    font-size: 1rem;
  }
  footer .inner {
    gap: 25px;
  }
  footer .each li {
    text-align: center;
  }
  footer .logo dt {
    text-align: center;
  }
  footer .logo dd {
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .no_br br {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .inner {
    padding: 0 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .no_br_tb br {
    display: none !important;
  }
  br.tb_non {
    display: none;
  }
  .kadomaru_bg_80 {
    border-radius: 60px;
    padding: 50px;
    background: white;
  }
  .kadomaru_bg_50 {
    border-radius: 40px;
    padding: 40px;
    background: white;
  }
  .kadomaru_80 img {
    clip-path: inset(0 0 0 0 round 60px);
  }
  .kadomaru_50 img {
    clip-path: inset(0 0 0 0 round 30px);
  }
  header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post_line article dd.category_list li {
    font-size: 1.1rem;
  }
  .overlay .overlay-menu {
    margin: 29px auto 0;
  }
  .overlay .overlay-menu.change-padding {
    margin: 9px auto 0;
  }
  .home #slide .message .inside {
    max-width: 600px;
  }
  .home #archive .wrap {
    gap: 30px;
  }
  .home #archive .each {
    padding: 30px;
  }
  .home #archive .post_line {
    gap: 30px;
  }
  .page-id-2463 #flow .each {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-id-2463 #flow .each .figure {
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .logged-in header {
    padding-top: 32px;
    margin-top: -32px;
  }
  .logged-in .gtranslate_wrapper {
    top: 112px;
  }
  .search #title_head input.serch_text {
    width: 400px;
  }
  .mw_wp_form dl {
    display: grid;
    grid-template-columns: 25% 1fr;
  }
  .post_line_horizontal article dl {
    display: grid;
    grid-template-columns: 140px 80%;
  }
  .post_line_horizontal article dt {
    padding-left: 10px;
  }
  .entry_content .wp-block-table td, .wp-block-table th {
    padding: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .mw_wp_form .no_requir dt {
    padding-left: 42px;
  }
}
@media screen and (min-width: 1025px) {
  .no_br_pc br {
    display: none;
  }
  br.pc_non {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
