@charset "UTF-8";
/*
Theme Name: O-Theme_child
Template: O-Theme
Author: 株式会社IKEL
Author URI: https://ikel.co.jp/
*/
/*
このファイルは分割されたSCSSファイルをインポートしてくるだけのファイルです。
※基本的に、このファイル内にスタイルを直書きしないでください。
*/
/*

O-Themeの変数を定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

// $inner--width: 1200px;
$inner--width: 1440px; // Change:2021-04-01 wada

*/
/*
@font-face {
    font-family: "NotoSansjp";
    font-style: normal;
    font-weight: 300;
    src:url("fonts/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSansjp";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSansjp";
    font-style: bold;
    font-weight: 700;
    src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "NotoSansjp";
    font-style: Medium;
    font-weight: 500;
    src: url("fonts/NotoSansJP-Medium.woff2") format("woff2");
}

.noto {
    font-family: "NotoSansjp";
}

@font-face {
    font-family: "Signika Negative";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/SignikaNegative-Regular.woff2") format("woff2");
}

.signika {
    font-family: "Signika Negative";
}*/
/*

O-Themeのリセットスタイルを定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
/***********************************************************
 *  IKEL Reset CSS
 *
 *  Base: Eric Meyer's Reset CSS 2.0
 *  License: none（Public domain）
 *  Createdate: 2020/03/13
 *  LastUpdate: 2020/03/13
 ***********************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*---iOS用リセットCSS---*/
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*

O-Themeのタグ(要素)自体の基本スタイルを定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
body {
  font-size: 0px;
}
body * {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, h6, p, span, a, li, th, td, small, label, pre, code,
div, article, section, aside {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "NotoSansjp", sans-serif;
  line-height: 180%;
}

a {
  text-decoration: none;
  color: #1a4aa1;
}
a:hover, a:focus {
  text-decoration: none;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/*
O-Themeの全サイズ共通Layout SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}
*/
body {
  width: 100%;
  font-family: "NotoSansjp";
}
body .inner {
  display: block;
  margin: 0px auto;
  max-width: 1130px;
}
body .inner .bg_fff {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
}
body .inner_s {
  display: block;
  margin: 0px auto;
  max-width: 800px;
}

h1, h2, h3, h4, h5 {
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

.header {
  display: block;
  position: fixed;
  width: 260px;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 100;
  background-color: #e8edf8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めた計算 */
}
.header::-webkit-scrollbar {
  width: 0; /* スクロールバーの幅 */
}
.header__inner {
  display: block;
  margin: 0px auto;
  color: #4d362e;
}
.header .h_title {
  padding: 25px 25px 50px 25px;
}
.header .h_title a.site-ttl {
  display: inline-block;
  color: #323333;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.header .header_menu {
  margin-bottom: 30px;
}
.header .header_menu.other {
  padding-top: 20px;
}
.header .header_menu.other > li.cat-item {
  border-bottom: 0;
}
.header .h_search {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.header .f_sns {
  padding-top: 10px;
  text-align: center;
}

.h_search {
  position: relative;
}
.h_search form input[type=text] {
  border: 2px solid #3f6fc7;
  border-radius: 20px;
  padding: 5px 10px 5px 35px;
  margin-right: 3px;
  width: 80%;
  background-color: #fff;
  color: #323333;
  font-size: 14px;
}
.h_search::before {
  position: absolute;
  content: url("images/svg/search_b.svg");
  width: 20px;
  height: auto;
  top: 10px;
  left: 15%;
}

.wp-block-ikel-inner-frame-block.h_btn {
  width: 80%;
  margin: 10px auto;
  padding: 0;
}
.wp-block-ikel-inner-frame-block.h_btn .wp-block-buttons.side_btn .wp-block-button {
  width: 100%;
}
.wp-block-ikel-inner-frame-block.h_btn .wp-block-buttons.side_btn a.wp-block-button__link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 5px 10px 5px 20px;
  margin-bottom: 0;
  background-color: #fff;
  color: #323333;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.wp-block-ikel-inner-frame-block.h_btn .wp-block-buttons.side_btn a.wp-block-button__link::before {
  position: absolute;
  content: url("images/svg/map_b.svg");
  width: 20px;
  height: auto;
  top: 8px;
  left: 15px;
}
.wp-block-ikel-inner-frame-block.h_btn .wp-block-buttons.side_btn.guide a.wp-block-button__link::before {
  content: url("images/svg/pamphlet_b.svg");
}
.wp-block-ikel-inner-frame-block.h_btn .wp-block-buttons.side_btn.contact a.wp-block-button__link::before {
  content: url("images/svg/mail_b_1.svg");
}

@media screen and (min-width: 1081px) {
  .sub_menu__hamburger {
    display: none;
  }
  .header_menu {
    overflow: visible;
  }
  .header_menu > li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }
  .header_menu > li > a {
    display: block;
    padding: 10px 30px;
    color: #323333;
    font-size: 14px;
  }
  .header_menu > li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #3f6fc7;
  }
  .header_menu > li::after {
    position: absolute;
    content: url("images/svg/right_b.svg");
    width: 18px;
    top: 11px;
    right: 25px;
  }
  .header_menu > li:hover {
    background-color: #3f6fc7;
  }
  .header_menu > li:hover > a {
    color: #fff;
  }
  .header_menu > li:hover::after {
    content: url("images/svg/right_w.svg");
  }
  .header_menu > li .sub-menu {
    list-style: none;
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* 右側に表示 */
    background: #3f6fc7;
    padding: 0;
    margin: 0;
    min-width: 180px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_menu > li .sub-menu li a {
    display: block;
    padding: 10px 14px;
    color: white;
    text-decoration: none;
    font-size: 14px;
  }
  .header_menu > li .sub-menu li a:hover {
    background: #1a4aa1;
  }
  .header_menu > li:hover .sub-menu {
    display: block;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sub_menulist nav {
    display: none !important;
  }
}
article,
footer {
  width: calc(100% - 260px);
  margin-left: 260px;
}

article {
  padding-top: 50px;
}
article#home {
  padding-top: 0;
}

.main_image {
  position: relative;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 1130px;
  line-height: 1;
}
.main_image img {
  border-radius: 20px;
  height: auto;
}
.main_image .main_title {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 30px;
  letter-spacing: 0.1em;
}
.main_image .main_title .main_title--sub {
  font-family: "Signika Negative";
  font-size: 48px;
  color: #3f6fc7;
  line-height: 1.2;
}
.main_image .main_title .main_title--title {
  font-size: 22px;
}

.page_content,
.archive_content {
  padding-top: 20px;
}

.breadcrumb {
  line-height: 100%;
}
.breadcrumb > .inner {
  color: #323333;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumb > .inner > a {
  color: #323333;
  font-size: 12px;
  line-height: 100%;
}
.breadcrumb > .inner .bread-arrow {
  padding: 0 10px;
}

.footer {
  background: #1a4aa1;
}
.footer__inner {
  display: block;
  margin: 0px auto;
  padding: 5px 0px;
  max-width: 1130px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
.footer div.col.col_footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.footer div.col.col_footer > div {
  padding: 0 10px;
  color: #fff;
}
.footer div.col.col_footer > div.f_logo {
  padding: 0 40px;
  border-right: 1px solid #aaa;
  text-align: center;
}
.footer div.col.col_footer > div.f_name {
  padding: 0 40px;
}

.footer_widget {
  padding: 30px;
}

.sp_footer_area {
  display: none;
}

/*フッターメニュー*/
div.col.col_footer_menu {
  padding: 20px 30px 50px 30px;
}

.col_footer_menu nav a {
  color: #fff;
}
.col_footer_menu nav ul > li {
  padding-bottom: 5px;
}
.col_footer_menu nav ul > li .sub-menu {
  padding-left: 1.5em;
}
.col_footer_menu nav ul > li .sub-menu li {
  position: relative;
}
.col_footer_menu nav ul > li .sub-menu li ::before {
  position: absolute;
  content: "ー";
  top: 0;
  left: -1.2em;
  color: #fff;
  font-size: 12px;
}
.col_footer_menu nav ul > li .sub-menu li a {
  font-size: 14px;
}

/*フッターターゲット別ボタン*/
.footer_top {
  padding: 80px 0;
  margin-top: 80px;
  background-color: #bbd4f3;
}

/*フッターボタン*/
.btn_3 {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  padding: 23px 20px 20px 40px;
  border-radius: 20px;
  font-size: 18px;
  background-color: #3f6fc7;
  color: #fff;
}
.btn_3::after {
  position: absolute;
  content: url("images/svg/right_s_w.svg");
  width: 30px;
  height: 30px;
  top: 24px;
  right: 15px;
}
.btn_3:hover {
  background-color: #1a4aa1;
}

/* SNSボタン（Footer） */
.f_sns img {
  width: 45px;
  padding: 0 5px;
}

#home {
  /* スライダー */
  /*トピックスバナー 2列*/
  /*トピックスバナー 3列*/
}
#home .top_slider .slider_img {
  position: relative;
}
#home .top_slider .slider_img .text_copy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40%;
  width: 45%;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  line-height: 150%;
}
#home section {
  padding-top: 80px;
  /* お知らせ：タブのコンテンツ */
}
#home section h2 {
  text-align: center;
  font-family: "Signika Negative";
  font-size: 48px;
  color: #3f6fc7;
}
#home section .h2_sub {
  text-align: center;
  font-size: 14px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #home section {
    /* お知らせ：タブのメニュー */
  }
  #home section .tab-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    background-color: #e8edf8;
    border-radius: 30px;
  }
  #home section .tab-menu .tab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #home section .tab-menu .tab-item:hover {
    color: #3f6fc7;
  }
  #home section .tab-menu .tab-item.active {
    color: #fff;
  }
  #home section .tab-menu .tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%; /* タブの数によって調整（4つなら25%） */
    height: 48px;
    border-radius: 30px;
    background: #3f6fc7;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
#home section .tab-content {
  display: none;
  padding: 1rem;
}
#home section .tab-content.active {
  display: block;
}
#home section .tab-content .post-item {
  padding-bottom: 1rem;
}
#home section .tab-content .post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home section .tab-content .post-item .category-label {
  display: inline-block;
  width: 120px;
  padding: 2px 8px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #3f6fc7;
  text-align: center;
  margin-right: 20px;
}
#home section .tab-content .post-item .category-label.life {
  background-color: #22ab8b;
}
#home section .tab-content .post-item .category-label.club {
  background-color: #6bbf4c;
}
#home section .tab-content .post-item .date {
  padding-right: 20px;
}
#home .wp-block-columns.education {
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#home .wp-block-columns.education .wp-block-image {
  position: relative;
}
#home .wp-block-columns.education .wp-block-image img {
  width: calc(100% - 50px);
  border-radius: 20px;
}
#home .wp-block-columns.education .wp-block-image::before {
  position: absolute;
  content: url("images/svg/right_s_b.svg");
  width: 26px;
  height: auto;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .wp-block-columns.education .wp-block-image::after {
  position: absolute;
  content: "";
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  height: 300px;
  top: 70px;
  left: 0;
  z-index: -1;
}
#home .wp-block-columns.education .education--ttl {
  padding-top: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
#home .wp-block-columns.education .education--sub {
  font-family: "Signika Negative";
  color: #3f6fc7;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#home .wp-block-ikel-frame-block {
  width: calc(100vw - 275px) !important;
}
#home .wp-block-ikel-frame-block.top_features {
  height: 625px;
  background-image: url(https://www.seto.okayama-c.ed.jp/wp/wp-content/uploads/2025/08/features_1.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
}
#home .wp-block-ikel-frame-block.top_features h3 {
  color: #fff;
  font-size: 40px;
  padding: 30px 0;
  text-align: center;
}
#home .wp-block-ikel-frame-block.top_features p {
  padding-bottom: 20px;
  color: #fff;
  line-height: 180%;
}
#home .wp-block-columns.col_topics {
  padding: 50px 0;
}
#home .wp-block-columns.banner_2p {
  border-radius: 20px;
  gap: 0;
  /*オープンスクール（緑）*/
}
#home .wp-block-columns.banner_2p .wp-block-column:nth-of-type(2) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 20px 20px 0;
  background-color: #3f6fc7;
  font-size: 18px;
  font-weight: bold;
}
#home .wp-block-columns.banner_2p .wp-block-column:nth-of-type(2)::before {
  position: absolute;
  content: url("images/svg/right_s_w.svg");
  top: calc(50% - 15px);
  left: -15px;
  width: 30px;
  height: 30px;
}
#home .wp-block-columns.banner_2p .wp-block-column:nth-of-type(2) p {
  color: #fff;
}
#home .wp-block-columns.banner_2p img {
  border-radius: 20px 0 0 20px;
}
#home .wp-block-columns.banner_2p.bnr_open .wp-block-column:nth-of-type(2) {
  background-color: #22ab8b;
}
#home .wp-block-columns.banner_2p.bnr_open .wp-block-column:nth-of-type(2)::before {
  content: url("images/svg/right_s_wg.svg");
}
#home .wp-block-ikel-link-block.banner_3p img {
  border-radius: 20px 20px 0 0;
}
#home .wp-block-ikel-link-block.banner_3p p {
  position: relative;
  border-radius: 0 0 20px 20px;
  background-color: #e8edf8;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
#home .wp-block-ikel-link-block.banner_3p p code {
  color: #3f6fc7;
  font-family: "Signika Negative";
  font-size: 12px;
}
#home .wp-block-ikel-link-block.banner_3p p::before {
  position: absolute;
  content: url("images/svg/right_s_b.svg");
  top: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

/* ピックアップコンテンツ（スマホのみ） */
.fixed_btn--top {
  display: none;
}

.title_bg_blue {
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: 80px;
  color: #fff;
  background-color: #3f6fc7;
  font-size: 24px;
  line-height: 1;
}

.title_bg_white {
  padding: 14px 30px;
  border-radius: 10px;
  margin-top: 40px;
  color: #323333;
  border: 1px solid #3f6fc7;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
}
.title_bg_white.pt_20 {
  padding-top: 20px;
}

ul.wp-block-list {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 2em;
}
ul.wp-block-list li {
  position: relative;
  padding-bottom: 10px;
  line-height: 160%;
}
ul.wp-block-list li::before {
  position: absolute;
  content: "⚫︎";
  left: -30px;
  color: #3f6fc7;
  font-size: 1em;
  margin-right: 0.4em; /* 余白 */
}
ul.wp-block-list li ul li {
  line-height: 120%;
}
ul.wp-block-list li ul li::before {
  font-size: 0.4em;
  color: #323333;
  margin-right: 0.8em; /* 余白 */
  vertical-align: middle;
}
ul.wp-block-list.icon_black li::before {
  color: #323333;
}
ul.wp-block-list.icon_maru li::before {
  content: "〇";
  color: #323333;
}
ul.wp-block-list.p_2, ul.wp-block-list.p_3, ul.wp-block-list.p_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.wp-block-list.p_2 li {
  width: 50%;
}
ul.wp-block-list.p_3 li {
  width: 33%;
}
ul.wp-block-list.p_4 li {
  width: 25%;
}
ul.wp-block-list.list_pdf li::before {
  content: url("images/svg/pdf.svg");
  width: 15px;
  top: 4px;
}

ol {
  list-style: decimal;
  margin-left: 2em;
  padding-top: 15px;
  padding-bottom: 20px;
}
ol li {
  counter-increment: cnt;
  padding-bottom: 10px;
  line-height: 160%;
  padding-left: 7px;
}
ol li::marker {
  font-weight: bold;
  font-size: inherit;
  color: #3f6fc7;
}

.btn_1 {
  position: relative;
  width: 230px;
  height: 50px;
  padding: 15px;
  border-radius: 25px;
  border: 1px solid #3f6fc7;
  font-size: 16px;
  background-color: #3f6fc7;
  color: #fff;
  text-align: center;
}
.btn_1::after {
  position: absolute;
  content: url("images/right-solid.svg");
  width: 10px;
  top: 13px;
  right: 15px;
}
.btn_1 a {
  color: #fff;
}
.btn_1:hover {
  background-color: #fff;
  color: #3f6fc7;
}
.btn_1:hover a {
  color: #3f6fc7;
}
.btn_1:hover::after {
  content: url("images/right-solid_on.svg");
}
.btn_1.s {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 15px;
  font-size: 14px;
  text-align: left;
}
.btn_1.s::after {
  top: 9px;
}

.btn_2 {
  border: 1px solid #3f6fc7;
  position: relative;
  width: 230px;
  height: 50px;
  padding: 15px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #fff;
  color: #3f6fc7;
  text-align: center;
}
.btn_2::after {
  position: absolute;
  content: url("images/right-solid_on.svg");
  width: 10px;
  top: 13px;
  right: 15px;
}
.btn_2 a {
  color: #fff;
}
.btn_2:hover {
  background-color: #3f6fc7;
  color: #fff;
}
.btn_2:hover a {
  color: #fff;
}
.btn_2:hover::after {
  content: url("images/right-solid.svg");
}
.btn_2.s {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 15px;
  font-size: 14px;
  text-align: left;
}
.btn_2.s::after {
  top: 9px;
}

.smb-btn-wrapper.is-style-ghost {
  margin-top: 30px;
}
.smb-btn-wrapper.is-style-ghost a.smb-btn {
  position: relative;
  background-color: #f6f6f6;
  border: 2px solid #3f6fc7;
  border-radius: 10px;
}
.smb-btn-wrapper.is-style-ghost a.smb-btn .smb-btn__label {
  padding-right: 15px;
}
.smb-btn-wrapper.is-style-ghost a.smb-btn::after {
  position: absolute;
  content: url("images/svg/right_s_b.svg");
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.smb-btn-wrapper.is-style-ghost a.smb-btn:hover {
  background-color: #e8edf8;
  -webkit-filter: none;
          filter: none;
}
.smb-btn-wrapper.is-style-ghost a.smb-btn[href$=".pdf"]::after {
  content: url("images/svg/pdf.svg");
}

a.top_btn,
a.wp-block-button__link {
  position: relative;
  display: block;
  width: 350px;
  border-radius: 25px;
  padding: 10px 20px 10px 10px;
  margin: 10px auto;
  background-color: #e8edf8;
  color: #323333;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}
a.top_btn::before,
a.wp-block-button__link::before {
  position: absolute;
  content: url("images/svg/right_s_b.svg");
  width: 26px;
  height: auto;
  top: 12px;
  right: 15px;
}
a.top_btn:hover,
a.wp-block-button__link:hover {
  background-color: #bbd4f3;
}
a.top_btn.btn_w,
a.wp-block-button__link.btn_w {
  background-color: #fff;
}

a.text_link {
  font-size: 14px;
  color: #323333;
}
a.text_link img {
  width: 33px;
  vertical-align: middle;
}
a.text_link:hover {
  color: #3f6fc7;
}

/* -------------------------
 サイドボタン
------------------------- */
.fixed_btn {
  position: fixed;
  right: -2px;
  bottom: 10%;
  z-index: 9;
}
.fixed_btn a {
  display: inline-block;
  position: relative;
  border: 2px solid #22ab8b;
  border-radius: 10px 0 0 10px;
  background: #fff;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
}
.fixed_btn a::before {
  position: absolute;
  content: url("images/svg/right_s_g.svg");
  top: 27px;
  left: -15px;
  width: 30px;
  height: 30px;
}
.fixed_btn a:hover {
  background: #e2f7f2;
}
.fixed_btn a .fixed_btn--title {
  font-size: 18px;
}
.fixed_btn a .fixed_btn--date {
  color: #22ab8b;
}

.wp-block-flexible-table-block-table {
  padding-top: 30px;
}
.wp-block-flexible-table-block-table.is-style-default > table tr th, .wp-block-flexible-table-block-table.is-style-default > table tr td {
  padding: 20px 30px;
}
.wp-block-flexible-table-block-table.is-style-default > table tr th {
  background-color: #e8edf8;
  text-align: center;
}
.wp-block-flexible-table-block-table.is-style-stripes > table tr th, .wp-block-flexible-table-block-table.is-style-stripes > table tr td {
  padding: 20px;
  border-width: 0;
}
.wp-block-flexible-table-block-table.is-style-stripes > table tr th {
  background-color: transparent;
  text-align: left;
  border-radius: 10px 0 0 10px;
}
.wp-block-flexible-table-block-table.is-style-stripes > table tr td {
  border-radius: 0 10px 10px 0;
}
.wp-block-flexible-table-block-table.pt_0 {
  padding-top: 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #e8edf8;
}
.wp-block-flexible-table-block-table.f_10 > table tr td {
  font-size: 10px;
}
.wp-block-flexible-table-block-table.f_12 > table tr td {
  font-size: 12px;
}
.wp-block-flexible-table-block-table.f_13 > table tr td {
  font-size: 13px;
}
.wp-block-flexible-table-block-table.f_14 > table tr td {
  font-size: 14px;
}

.wp-block-ikel-frame-block {
  padding: 70px 0;
}

.smb-balloon__body {
  border-radius: 20px;
}

.smb-accordion__item {
  --smb-accordion-item--background-color: $c_mizu;
  background-color: #e8edf8;
  border-radius: 10px;
  padding: 12px;
}

.smb-accordion__item__body {
  background-color: #fff;
}

.smb-accordion > * + * {
  margin-top: 25px;
}

.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
  background-color: #f6f6f6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-color: #606060;
  margin-right: 10px;
}

.smb-tabs__tab[aria-selected=true] {
  background-color: #e8edf8 !important;
}

.smb-tabs__tab[aria-selected=false] {
  opacity: 0.8;
}

.smb-tab-panel {
  border: 1px solid #606060;
}

.smb-step__item__title > .smb-step__item__number {
  background-color: #3f6fc7;
}

.smb-alert {
  border-radius: 20px;
  --smb-alert--background-color: #e8edf8;
  --smb-alert--border-color: #e8edf8;
  --smb-alert--icon-color: #3f6fc7;
}

article:not(#home) {
  /* 6つの力 */
}
article:not(#home) h2 {
  padding: 0.5em 1em;
  margin-top: 150px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #3f6fc7;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
article:not(#home) h2:first-of-type {
  margin-top: 70px;
}
article:not(#home) h3 {
  border-bottom: 2px solid #3f6fc7;
  padding: 120px 10px 5px 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}
article:not(#home) h3.mt_0 {
  padding-top: 0;
}
article:not(#home) .search_item h3 {
  padding-top: 20px;
  margin-bottom: 10px;
}
article:not(#home) h4 {
  border-radius: 10px;
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #edeef2;
  font-size: 20px;
  font-weight: 500;
}
article:not(#home) h4.mt_0 {
  margin-top: 0;
}
article:not(#home) h5 {
  padding-bottom: 15px;
  color: #3f6fc7;
  font-size: 22px;
  font-weight: bold;
}
article:not(#home) p {
  line-height: 2;
  padding-bottom: 0.8em;
}
article:not(#home) strong,
article:not(#home) .b {
  font-weight: bold;
  font-size: inherit;
}
article:not(#home) code {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(60%, #dee5f6));
  background: linear-gradient(transparent 65%, #dee5f6 60%);
  font-size: inherit;
}
article:not(#home) .wp-block-columns.page_link {
  gap: 15px;
}
article:not(#home) .wp-block-columns.page_link .smb-buttons > .smb-btn-wrapper {
  width: 100%;
}
article:not(#home) .wp-block-columns.page_link a.smb-btn {
  position: relative;
  width: 100%;
  border: 2px solid #3f6fc7;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  background-color: #e8edf8;
  color: #3f6fc7;
}
article:not(#home) .wp-block-columns.page_link a.smb-btn span {
  line-height: 100%;
  font-size: 14px;
}
article:not(#home) .wp-block-columns.page_link a.smb-btn::after {
  position: absolute;
  content: url("images/svg/under_s_b.svg");
  right: 5px;
  top: 7px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
article:not(#home) .wp-block-columns.page_link a.smb-btn:hover {
  background-color: #3f6fc7;
  color: #fff;
}
article:not(#home) .wp-block-columns.page_link a.smb-btn:hover::after {
  content: url("images/svg/under_s_w.svg");
}
article:not(#home) .wp-block-columns.page_link .btn_out a.smb-btn {
  background-color: #f6f6f6;
}
article:not(#home) .wp-block-columns.page_link .btn_out a.smb-btn::after {
  content: url("images/svg/right_s_b.svg");
}
article:not(#home) .wp-block-columns.page_link .btn_out a.smb-btn:hover {
  background-color: #3f6fc7;
}
article:not(#home) .wp-block-columns.page_link .btn_out a.smb-btn:hover::after {
  content: url("images/svg/right_s_w.svg");
}
article:not(#home) .clube_list .c-row > .c-row__col {
  margin-bottom: 15px;
}
article:not(#home) .clube_list .smb-buttons > .smb-btn-wrapper {
  width: 100%;
}
article:not(#home) .clube_list a.smb-btn {
  width: 100%;
  border: 2px solid #3f6fc7;
  border-radius: 10px;
  color: #323333;
  background-color: #f6f6f6;
}
article:not(#home) .wp-block-image img {
  border-radius: 20px;
}
article:not(#home) .wp-block-image.maru_none img {
  border-radius: 0;
}
article:not(#home) .wp-block-columns.koukun {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-bottom: 20px;
}
article:not(#home) .wp-block-columns.koukun .wp-block-column:nth-child(1) p {
  padding-bottom: 0;
  line-height: 1.5;
  font-size: 30px;
  color: #3f6fc7;
  font-weight: 700;
}
article:not(#home) .wp-block-columns.koukun .wp-block-column:nth-child(2) p {
  padding-bottom: 0;
}
article:not(#home) iframe.map {
  margin-top: 20px;
  border-radius: 20px;
}
article:not(#home) .wp-block-ikel-inner-frame-block.tikara {
  background-color: #e8edf8;
  border: 2px solid #3f6fc7;
  border-radius: 10px;
  text-align: center;
}
article:not(#home) .wp-block-ikel-inner-frame-block.tikara .tikara-title {
  color: #3f6fc7;
  font-size: 20px;
  font-weight: bold;
}
article:not(#home) .wp-block-ikel-inner-frame-block.tikara .tikara-text {
  font-size: 14px;
}

table.t_contact {
  width: 1000px;
  max-width: 100%;
  margin: 30px auto;
}
table.t_contact th,
table.t_contact td {
  border-bottom: 1px solid #ccc;
  padding: 12px 10px;
  vertical-align: top;
}
table.t_contact th {
  width: 250px;
  position: relative;
}
table.t_contact th:after {
  position: absolute;
  background: #999;
  content: "任意";
  color: #fff;
  top: 30px;
  right: 15px;
  font-size: 12px;
  padding: 5px 12px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
table.t_contact th.hissu:after {
  background: #3f6fc7;
  content: "必須";
}

article#advertising .privacy_check p {
  text-align: center;
}
article#advertising input, article#advertising textarea, article#advertising select {
  background-color: #fff;
  border: 1px solid #E9EDF0;
  border-radius: 4px;
  font-family: inherit;
  margin: 5px 0;
  padding: 1px 10px;
}
article#advertising input[type=text],
article#advertising input[type=email],
article#advertising input[type=tel],
article#advertising textarea {
  width: 90%;
}
article#advertising input[type=submit] {
  background-color: #3f6fc7;
  border: 1px solid #3f6fc7;
  color: #FFF;
  display: block;
  margin: 0 auto;
  padding: 8px 15px;
  text-align: center;
  width: 500px;
  max-width: 100%;
  border-radius: 25px;
}
article#advertising input[type=submit]:hover {
  background-color: #FFF;
  color: #3f6fc7;
}

/*-------------------------------
お知らせ（カテゴリ）
-------------------------------*/
.blog_list .post-cat,
.blog_list .post-date {
  font-size: 14px;
  line-height: 1.4;
}
.blog_list .post-cat a {
  font-size: 14px;
}
.blog_list .post-title a {
  color: #333;
}
.blog_list img {
  height: auto;
  border-radius: 20px;
}

.blog_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子カテゴリ（横にフライアウト） */
}
.blog_category .custom-select {
  position: relative;
  display: inline-block;
  width: 220px;
}
.blog_category .selected {
  background: #f8f8f8;
  border: 1px solid #323333;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
}
.blog_category .options {
  display: none; /* 初期は非表示 */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.blog_category .options li {
  position: relative;
}
.blog_category .options li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #333;
}
.blog_category .options li a:hover {
  background: #3f6fc7;
  color: #fff;
}
.blog_category .options li a:hover > .submenu {
  display: block;
}
.blog_category .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_category .options li:hover > .submenu {
  display: block;
}

.page_content .blog_category {
  padding-bottom: 50px;
}

article#single .post-cat {
  display: block;
}
article#single .post-cat > a {
  display: inline-block;
  margin: 5px;
  border-radius: 12px;
  padding: 5px 15px;
  color: white;
  font-size: 14px;
  line-height: 100%;
  background: #aaa;
}
article#single .post-date {
  display: block;
  color: #333;
  text-align: right;
  font-size: 14px;
}
article#single .post-navi {
  display: block;
  margin: 30px 0px;
  padding: 0px;
  font-size: 0px;
}
article#single .post-navi::after {
  display: block;
  clear: both;
  content: "";
}
article#single .post-navi > li {
  max-width: 50%;
}
article#single .post-navi > li > a {
  display: block;
  padding: 10px 30px;
  position: relative;
  font-size: 14px;
  color: #323333;
  line-height: 1.4;
}
article#single .post-navi > li > a::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
article#single .post-navi > li > a:hover {
  text-decoration: underline;
}
article#single .post-navi > li.prev {
  float: left;
}
article#single .post-navi > li.prev > a::before {
  left: 15px;
  border-top: 2px solid #3f6fc7;
  border-left: 2px solid #3f6fc7;
}
article#single .post-navi > li.next {
  float: right;
}
article#single .post-navi > li.next > a::before {
  right: 15px;
  border-right: 2px solid #3f6fc7;
  border-bottom: 2px solid #3f6fc7;
}
article#single a.back {
  position: relative;
  display: block;
  margin: 20px auto 50px;
  padding: 10px 0px;
  max-width: 320px;
  border-radius: 24px;
  color: white;
  text-align: center;
  font-size: 16px;
  background: #3f6fc7;
}
article#single a.back:hover {
  background: #3f6fc7;
}
article#single a.back::after {
  position: absolute;
  content: url("images/right-solid.svg");
  width: 10px;
  top: 13px;
  right: 15px;
}

/*YouTube動画*/
@media screen and (max-width: 800px) {
  .epyt-gallery iframe {
    width: 100%;
    height: 56vw;
  }
  .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  /*

  O-ThemeのタブレットサイズのLayout SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  body .inner {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) and (max-width: 949px) {
  body .inner {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  article,
  footer,
  .breadcrumb {
    width: 100%;
    margin-left: 0;
  }
  article {
    padding-top: 110px;
  }
  .header {
    display: none;
  }
  .main_image .main_title .main_title--sub {
    font-size: 4.5vw;
  }
  .main_image .main_title .main_title--title {
    font-size: 2vw;
  }
  .sub_menulist {
    position: fixed;
    height: 75px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .sub_menulist .h_title {
    position: fixed;
  }
  .sub_menulist .h_title a.site-ttl {
    display: inline-block;
  }
  .sub_menulist .h_title .img_logo {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .sub_menulist .h_title img {
    width: 70%;
  }
  .sub_menulist .sub_menu__hamburger {
    display: block;
    padding: 5px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    line-height: 100%;
    background: #3f6fc7;
    border: none;
  }
  .sub_menulist .sub_menu__hamburger > .line {
    display: block;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .sub_menulist .sub_menu__hamburger > .caption {
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .sub_menulist .sub_menu__hamburger.open_hamburger .line:nth-of-type(1) {
    -webkit-transform: translate(-1px, 2px) rotate(-45deg);
            transform: translate(-1px, 2px) rotate(-45deg);
  }
  .sub_menulist .sub_menu__hamburger.open_hamburger .line:nth-of-type(2) {
    -webkit-transform: translate(-1px, -8px) rotate(45deg);
            transform: translate(-1px, -8px) rotate(45deg);
  }
  .sub_menulist nav {
    display: none;
    padding: 0px 10px 20px 10px;
    width: 100%;
    position: fixed;
    top: 75px;
    left: 0px;
    overflow-y: scroll;
    z-index: 1;
    max-height: 100vh;
    overflow-y: auto;
    background: #e8edf8;
  }
  .sub_menulist nav > ul {
    padding: 20px 10px;
  }
  .sub_menulist nav > ul > li {
    display: block;
    border-bottom: 1px solid #3f6fc7;
  }
  .sub_menulist nav > ul > li > a {
    display: block;
    padding: 10px;
    color: #323333;
    font-size: 15px;
    font-weight: 500;
  }
  .sub_menulist nav > ul > li.btn_1 {
    padding-top: 0;
    margin: 20px auto;
  }
  .sub_menulist nav > ul > li.btn_1 a {
    color: #fff;
  }
  .sub_menulist nav > ul > li.menu-item-has-children {
    position: relative;
  }
  .sub_menulist nav > ul > li.menu-item-has-children > a {
    margin-right: 50px;
  }
  .sub_menulist nav > ul > li.menu-item-has-children::before {
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 23.5px;
    left: calc(100% - 25px);
    content: "";
    background: #3f6fc7;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sub_menulist nav > ul > li.menu-item-has-children::after {
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 23.5px;
    left: calc(100% - 25px);
    content: "";
    background: #3f6fc7;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sub_menulist nav > ul > li .sub-menu {
    display: none;
    position: static;
    padding-bottom: 5px;
  }
  .sub_menulist nav > ul > li .sub-menu > li {
    display: block;
  }
  .sub_menulist nav > ul > li .sub-menu > li > a {
    display: block;
    padding: 0 10px 5px 35px;
    position: relative;
    color: #323333;
    font-size: 14px;
    font-weight: 500;
  }
  .sub_menulist nav > ul > li.search-item {
    border-bottom: 0;
    padding: 20px 0;
  }
  .sub_menulist nav > ul > li form {
    position: relative;
  }
  .sub_menulist nav > ul > li form input[type=text] {
    border: 1px solid #3f6fc7;
    border-radius: 10px;
    padding: 5px 10px 5px 35px;
    margin-right: 3px;
    width: 75%;
    background-color: #fff;
    color: #3b3b3b;
  }
  .sub_menulist nav > ul > li form input[type=submit] {
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #3f6fc7;
    color: #fff;
  }
  .sub_menulist nav > ul > li form::before {
    position: absolute;
    content: url("images/svg/search_b.svg");
    width: 20px;
    height: auto;
    top: 9px;
    left: 12px;
  }
  #home section {
    padding: 40px 0px 60px 0px;
  }
  #home section > .inner {
    margin: 0;
  }
  .footer__inner {
    margin: 0px 30px;
  }
  #home .wp-block-ikel-frame-block {
    width: 100vw !important;
  }
  article:not(#home) .wp-block-columns.page_link {
    gap: 10px;
  }
  ul.cat_list > li > a {
    width: 33%;
  }
  ul.cat_list > li > ul.children {
    width: 66%;
  }
  ul.cat_list > li > ul.children > li {
    width: 50%;
  }
  article#single > .inner {
    position: relative;
  }
  article#single > .inner #printButton {
    top: 0;
  }
  article#single > .inner .issue_month {
    text-align: left;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) and (max-width: 949px) {
  #single .haed_area .head_category .head_category__name::before {
    left: 5px;
  }
  #single .post_content.inner_s {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  /*

  O-ThemeのスマートフォンサイズのLayout SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。
  */
  body .inner {
    margin: 0px 15px;
  }
  body .inner .bg_fff {
    padding-top: 30px;
  }
  article,
  footer,
  .breadcrumb {
    width: 100%;
    margin-left: 0;
  }
  article {
    padding-top: 40px;
  }
  .header {
    display: none;
  }
  .header a.site-ttl {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #323333;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sub_menulist {
    position: fixed;
    height: 75px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .sub_menulist .h_title {
    position: fixed;
  }
  .sub_menulist .h_title a.site-ttl {
    display: inline-block;
  }
  .sub_menulist .h_title .img_logo {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .sub_menulist .h_title img {
    width: 70%;
  }
  .sub_menulist .sub_menu__hamburger {
    display: block;
    padding: 5px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    line-height: 100%;
    background: #3f6fc7;
    border: none;
  }
  .sub_menulist .sub_menu__hamburger > .line {
    display: block;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .sub_menulist .sub_menu__hamburger > .caption {
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .sub_menulist .sub_menu__hamburger.open_hamburger .line:nth-of-type(1) {
    -webkit-transform: translate(-1px, 2px) rotate(-45deg);
            transform: translate(-1px, 2px) rotate(-45deg);
  }
  .sub_menulist .sub_menu__hamburger.open_hamburger .line:nth-of-type(2) {
    -webkit-transform: translate(-1px, -8px) rotate(45deg);
            transform: translate(-1px, -8px) rotate(45deg);
  }
  .sub_menulist nav {
    display: none;
    padding: 0px 10px 20px 10px;
    width: 100%;
    position: fixed;
    top: 75px;
    left: 0px;
    overflow-y: scroll;
    z-index: 1;
    max-height: 100vh;
    overflow-y: auto;
    background: #e8edf8;
  }
  .sub_menulist nav > ul {
    padding: 20px 10px;
  }
  .sub_menulist nav > ul > li {
    display: block;
    border-bottom: 1px solid #3f6fc7;
  }
  .sub_menulist nav > ul > li > a {
    display: block;
    padding: 10px;
    color: #323333;
    font-size: 15px;
    font-weight: 500;
  }
  .sub_menulist nav > ul > li.btn_1 {
    padding-top: 0;
    margin: 20px auto;
  }
  .sub_menulist nav > ul > li.btn_1 a {
    color: #fff;
  }
  .sub_menulist nav > ul > li.menu-item-has-children {
    position: relative;
  }
  .sub_menulist nav > ul > li.menu-item-has-children > a {
    margin-right: 50px;
  }
  .sub_menulist nav > ul > li.menu-item-has-children::before {
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 23.5px;
    left: calc(100% - 25px);
    content: "";
    background: #3f6fc7;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sub_menulist nav > ul > li.menu-item-has-children::after {
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 23.5px;
    left: calc(100% - 25px);
    content: "";
    background: #3f6fc7;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sub_menulist nav > ul > li.menu-item-has-children.active::after {
    content: none;
  }
  .sub_menulist nav > ul > li .sub-menu {
    display: none;
    position: static;
    padding-bottom: 5px;
  }
  .sub_menulist nav > ul > li .sub-menu > li {
    display: block;
  }
  .sub_menulist nav > ul > li .sub-menu > li > a {
    display: block;
    padding: 0 10px 5px 35px;
    position: relative;
    color: #323333;
    font-size: 14px;
    font-weight: 500;
  }
  .sub_menulist nav > ul > li.search-item {
    border-bottom: 0;
    padding: 20px 0;
  }
  .sub_menulist nav > ul > li form {
    position: relative;
  }
  .sub_menulist nav > ul > li form input[type=text] {
    border: 1px solid #3f6fc7;
    border-radius: 10px;
    padding: 5px 10px 5px 35px;
    margin-right: 3px;
    width: 75%;
    background-color: #fff;
    color: #3b3b3b;
  }
  .sub_menulist nav > ul > li form input[type=submit] {
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #3f6fc7;
    color: #fff;
  }
  .sub_menulist nav > ul > li form::before {
    position: absolute;
    content: url("images/svg/search_b.svg");
    width: 20px;
    height: auto;
    top: 9px;
    left: 12px;
  }
  .main_image {
    margin-bottom: 15px;
  }
  .main_image .main_title {
    top: 30%;
  }
  .main_image .main_title .main_title--sub {
    font-size: 8vw;
  }
  .main_image .main_title .main_title--title {
    font-size: 4.5vw;
  }
  .page_content {
    padding-top: 25px;
  }
  .footer {
    margin-top: 100px;
  }
  .footer__inner {
    margin: 0px 15px;
  }
  .footer div.col.col_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer div.col.col_footer .f_name,
  .footer div.col.col_footer .f_add,
  .footer div.col.col_footer .f_sns {
    text-align: center;
  }
  .footer div.col.col_footer .f_logo img {
    width: 280px;
    max-width: 100%;
    border-right: 0;
  }
  .footer_top {
    display: none;
  }
  .sp_footer_area {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 0px;
    background: #DDD;
  }
  .sp_footer_area > li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 33%;
  }
  .sp_footer_area > li > a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 12px;
    border-left: 1px solid white;
  }
  .sp_footer_area > li > a svg {
    font-size: 24px;
  }
  .sp_footer_area > li:first-child > a {
    border: none;
  }
  #home {
    /* お知らせ：タブのメニュー */
  }
  #home section .tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
  }
  #home section .tab-menu .tab-item {
    width: 48%;
    border: 2px solid #3f6fc7;
    border-radius: 18px;
    padding: 5px 0;
    background-color: #fff;
    text-align: center;
  }
  #home section .tab-menu .tab-item.active {
    background-color: #3f6fc7;
    color: #fff;
  }
  #home section .tab-content .post-item {
    padding-bottom: 1.5em;
  }
  #home section .tab-content .post-item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home section .tab-content .post-item .category-label {
    width: 100px;
    padding: 0px 8px;
    font-size: 1em;
  }
  #home section .tab-content .post-item .date {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 10px;
  }
  #home section .tab-content .post-item .title {
    width: 100%;
  }
  #home .wp-block-ikel-frame-block {
    width: 100vw !important;
  }
  #home .wp-block-columns.education .wp-block-column:not(:first-child) {
    padding-top: 60px;
  }
  #home .wp-block-columns.banner_2p {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* ピックアップコンテンツ（スマホのみ） */
  .fixed_btn--top {
    display: block;
  }
  .fixed_btn--top a {
    display: block;
    position: relative;
    border: 2px solid #3f6fc7;
    border-radius: 20px;
    margin: 40px 15px 0 15px;
    padding: 15px 20px;
  }
  .fixed_btn--top a .fixed_btn--title {
    font-size: 20px;
  }
  .fixed_btn--top a .fixed_btn--date {
    font-size: 20px;
    color: #3f6fc7;
  }
  .fixed_btn--top a::before {
    position: absolute;
    content: url("images/svg/right_s_b.svg");
    top: 40px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  /* サイドボタン非表示 */
  .fixed_btn {
    display: none;
  }
  a.top_btn,
  a.wp-block-button__link {
    width: 90%;
  }
  /* トップボタン */
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50,
  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: 100%;
  }
  .smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
    background-color: #f6f6f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #606060;
    margin-right: 4px;
    padding: 10px;
    font-size: 14px;
  }
  .smb-tabs__tab[aria-selected=true] {
    background-color: #e8edf8 !important;
  }
  .smb-tabs__tab[aria-selected=false] {
    opacity: 0.8;
  }
  .smb-tab-panel {
    border: 1px solid #606060;
  }
  /* 画像の位置 */
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    float: none;
    margin: auto;
    padding-bottom: 10px;
  }
  .scroll-anchor {
    scroll-margin-top: 25px;
  }
  .wp-block-flexible-table-block-table.is-style-default > table tr th, .wp-block-flexible-table-block-table.is-style-default > table tr td {
    padding: 10px 15px;
  }
  ul.wp-block-list.p_3 li {
    width: 100%;
  }
  ul.wp-block-list.p_4 li {
    width: 100%;
  }
  article:not(#home) h2 {
    margin-top: 70px;
  }
  article:not(#home) .wp-block-columns.page_link {
    gap: 10px;
  }
  article:not(#home) .wp-block-columns.page_link > .wp-block-column {
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
  }
  article:not(#home) .wp-block-columns.koukun {
    gap: 0;
  }
  article:not(#home) .wp-block-columns.koukun .wp-block-column:nth-child(1) p {
    font-size: 7vw;
  }
  article:not(#home) .clube_list .c-row--margin {
    --_gap: 0px;
  }
  article:not(#home) .clube_list .c-row {
    gap: 10px 15px;
  }
  article:not(#home) .clube_list .c-row .c-row__col {
    max-width: 47%;
  }
  article:not(#home) .wp-block-columns.sp_yohaku_0 {
    gap: 0;
  }
  table.t_contact {
    width: 100%;
    margin: 0;
  }
  table.t_contact th,
  table.t_contact td {
    padding: 12px 10px;
    display: block;
    width: 100%;
  }
  table.t_contact th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  table.t_contact td {
    padding-top: 0;
  }
  table.t_contact input[type=text],
  table.t_contact input[type=email],
  table.t_contact input[type=tel],
  table.t_contact textarea {
    width: 90%;
  }
  article#advertising table.t_contact p {
    text-indent: 0;
  }
}
/*

O-Themeの全サイズ共通のModule SCSSです。
サイズに依存しないスタイルを定義するSCSSです。
サイズに依存する場合は、module_pc.scss / module_tab.scss / module_sp.scss に書き分けてください。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
.f_10 {
  font-size: 10px;
}

.f_11 {
  font-size: 11px;
}

.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_36 {
  font-size: 36px;
}

.f_40 {
  font-size: 40px;
}

.f_44 {
  font-size: 44px;
}

.f_48 {
  font-size: 48px;
}

.f_52 {
  font-size: 52px;
}

.f_56 {
  font-size: 56px;
}

.f_60 {
  font-size: 60px;
}

.f_64 {
  font-size: 64px;
}

.underline {
  display: inline;
  border-bottom: 1px solid #323333;
}
.underline--dot {
  border-bottom: 2px dotted #323333;
}
.underline--dash {
  border-bottom: 1px dashed #323333;
}
.underline--double {
  border-bottom: 4px double #323333;
}
.underline--wave {
  border-bottom: none;
  -webkit-text-decoration: underline wavy #323333;
          text-decoration: underline wavy #323333;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 0, 0.6196078431)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6196078431) 60%);
}
.marker--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 100, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 100, 100, 0.5) 60%);
}
.marker--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 255, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 255, 100, 0.5) 60%);
}
.marker--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 100, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 100, 255, 0.5) 60%);
}
.marker--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 100, 0.5) 60%);
}
.marker--cyan {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 255, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 255, 255, 0.5) 60%);
}
.marker--purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 100, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 100, 255, 0.5) 60%);
}
.marker--gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 100, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 100, 100, 0.5) 60%);
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_bottom {
  vertical-align: bottom;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin-right: 20px;
  float: left;
}

img.right {
  margin-left: 20px;
  float: right;
}

.no-margin-top {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.clear {
  clear: both;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.bg--white {
  background: white;
}

.bg--whitesmoke {
  background: whitesmoke;
}

.bg--ghostwhite {
  background: ghostwhite;
}

.bg--aliceblue {
  background: aliceblue;
}

.bg--lavender {
  background: lavender;
}

.bg--azure {
  background: azure;
}

.bg--lightcyan {
  background: lightcyan;
}

.bg--mintcream {
  background: mintcream;
}

.bg--honeydew {
  background: honeydew;
}

.bg--ivory {
  background: ivory;
}

.bg--beige {
  background: beige;
}

.bg--lightyellow {
  background: lightyellow;
}

.bg--lightgoldenrodyellow {
  background: lightgoldenrodyellow;
}

.bg--lemonchiffon {
  background: lemonchiffon;
}

.bg--floralwhite {
  background: floralwhite;
}

.bg--oldlace {
  background: oldlace;
}

.bg--cornsilk {
  background: cornsilk;
}

.bg--blanchedalmond {
  background: blanchedalmond;
}

.bg--bisque {
  background: bisque;
}

.bg--snow {
  background: snow;
}

.bg--linen {
  background: linen;
}

.bg--antiquewhite {
  background: antiquewhite;
}

.bg--seashell {
  background: seashell;
}

.bg--lavenderblush {
  background: lavenderblush;
}

.bg--mistyrose {
  background: mistyrose;
}

.bg--gainsboro {
  background: gainsboro;
}

.bg--lightgray {
  background: lightgray;
}

.bg--lightsteelblue {
  background: lightsteelblue;
}

.bg--lightblue {
  background: lightblue;
}

.bg--lightskyblue {
  background: lightskyblue;
}

.bg--powderblue {
  background: powderblue;
}

.bg--paleturquoise {
  background: paleturquoise;
}

.bg--skyblue {
  background: skyblue;
}

.bg--mediumaquamarine {
  background: mediumaquamarine;
}

.bg--aquamarine {
  background: aquamarine;
}

.bg--palegreen {
  background: palegreen;
}

.bg--lightgreen {
  background: lightgreen;
}

.bg--khaki {
  background: khaki;
}

.bg--palegoldenrod {
  background: palegoldenrod;
}

.bg--moccasin {
  background: moccasin;
}

.bg--navajowhite {
  background: navajowhite;
}

.bg--peachpuff {
  background: peachpuff;
}

.bg--wheat {
  background: wheat;
}

.bg--pink {
  background: pink;
}

.bg--lightpink {
  background: lightpink;
}

.bg--thistle {
  background: thistle;
}

.bg--plum {
  background: plum;
}

.bg--silver {
  background: silver;
}

.bg--darkgray {
  background: darkgray;
}

.bg--lightslategray {
  background: lightslategray;
}

.bg--slategray {
  background: slategray;
}

.bg--slateblue {
  background: slateblue;
}

.bg--steelblue {
  background: steelblue;
}

.bg--mediumslateblue {
  background: mediumslateblue;
}

.bg--royalblue {
  background: royalblue;
}

.bg--blue {
  background: blue;
}

.bg--dodgerblue {
  background: dodgerblue;
}

.bg--cornflowerblue {
  background: cornflowerblue;
}

.bg--deepskyblue {
  background: deepskyblue;
}

.bg--cyan {
  background: cyan;
}

.bg--aqua {
  background: aqua;
}

.bg--turquoise {
  background: turquoise;
}

.bg--mediumturquoise {
  background: mediumturquoise;
}

.bg--darkturquoise {
  background: darkturquoise;
}

.bg--lightseagreen {
  background: lightseagreen;
}

.bg--mediumspringgreen {
  background: mediumspringgreen;
}

.bg--springgreen {
  background: springgreen;
}

.bg--lime {
  background: lime;
}

.bg--limegreen {
  background: limegreen;
}

.bg--yellowgreen {
  background: yellowgreen;
}

.bg--lawngreen {
  background: lawngreen;
}

.bg--chartreuse {
  background: chartreuse;
}

.bg--greenyellow {
  background: greenyellow;
}

.bg--yellow {
  background: yellow;
}

.bg--gold {
  background: gold;
}

.bg--orange {
  background: orange;
}

.bg--darkorange {
  background: darkorange;
}

.bg--goldenrod {
  background: goldenrod;
}

.bg--burlywood {
  background: burlywood;
}

.bg--tan {
  background: tan;
}

.bg--sandybrown {
  background: sandybrown;
}

.bg--darksalmon {
  background: darksalmon;
}

.bg--lightcoral {
  background: lightcoral;
}

.bg--salmon {
  background: salmon;
}

.bg--lightsalmon {
  background: lightsalmon;
}

.bg--coral {
  background: coral;
}

.bg--tomato {
  background: tomato;
}

.bg--orangered {
  background: orangered;
}

.bg--red {
  background: red;
}

.bg--deeppink {
  background: deeppink;
}

.bg--hotpink {
  background: hotpink;
}

.bg--palevioletred {
  background: palevioletred;
}

.bg--violet {
  background: violet;
}

.bg--orchid {
  background: orchid;
}

.bg--magenta {
  background: magenta;
}

.bg--fuchsia {
  background: fuchsia;
}

.bg--mediumorchid {
  background: mediumorchid;
}

.bg--darkorchid {
  background: darkorchid;
}

.bg--darkviolet {
  background: darkviolet;
}

.bg--blueviolet {
  background: blueviolet;
}

.bg--mediumpurple {
  background: mediumpurple;
}

.bg--gray {
  background: gray;
}

.bg--mediumblue {
  background: mediumblue;
}

.bg--darkcyan {
  background: darkcyan;
}

.bg--cadetblue {
  background: cadetblue;
}

.bg--darkseagreen {
  background: darkseagreen;
}

.bg--mediumseagreen {
  background: mediumseagreen;
}

.bg--teal {
  background: teal;
}

.bg--forestgreen {
  background: forestgreen;
}

.bg--seagreen {
  background: seagreen;
}

.bg--darkkhaki {
  background: darkkhaki;
}

.bg--peru {
  background: peru;
}

.bg--crimson {
  background: crimson;
}

.bg--indianred {
  background: indianred;
}

.bg--rosybrown {
  background: rosybrown;
}

.bg--mediumvioletred {
  background: mediumvioletred;
}

.bg--dimgray {
  background: dimgray;
}

.bg--black {
  background: black;
}

.bg--midnightblue {
  background: midnightblue;
}

.bg--darkslateblue {
  background: darkslateblue;
}

.bg--darkblue {
  background: darkblue;
}

.bg--navy {
  background: navy;
}

.bg--darkslategray {
  background: darkslategray;
}

.bg--green {
  background: green;
}

.bg--darkgreen {
  background: darkgreen;
}

.bg--darkolivegreen {
  background: darkolivegreen;
}

.bg--olivedrab {
  background: olivedrab;
}

.bg--olive {
  background: olive;
}

.bg--darkgoldenrod {
  background: darkgoldenrod;
}

.bg--chocolate {
  background: chocolate;
}

.bg--sienna {
  background: sienna;
}

.bg--saddlebrown {
  background: saddlebrown;
}

.bg--firebrick {
  background: firebrick;
}

.bg--brown {
  background: brown;
}

.bg--maroon {
  background: maroon;
}

.bg--darkred {
  background: darkred;
}

.bg--darkmagenta {
  background: darkmagenta;
}

.bg--purple {
  background: purple;
}

.bg--indigo {
  background: indigo;
}

.pagetop {
  display: block;
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  background: #3f6fc7;
  border-radius: 50%;
}
.pagetop::before {
  content: url("images/svg/up_w.svg");
  display: block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 12px;
}

@media screen and (min-width: 1081px) {
  /*

  O-ThemeのPCサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  .inner {
    padding: 0px 15px;
    width: 100%;
    max-width: 1160px;
    position: relative;
  }
  h1 {
    display: block;
    margin: 80px 0px 50px 0px;
    position: relative;
    color: #323333;
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 40px 0px 40px 0px;
    padding: 10px 10px;
    position: relative;
    color: #323333;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }
  h3.ttl {
    display: block;
    margin: 50px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #323333;
    text-align: center;
    font-size: 22px;
  }
  div, p, span, li, th, td {
    color: #323333;
    font-size: 16px;
  }
  a[href*="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  .pc_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    font-size: 16px;
    vertical-align: top;
  }
  ul.col > li.pc_5, ul.col > div.pc_5, div.col > li.pc_5, div.col > div.pc_5 {
    width: 5%;
  }
  ul.col > li.pc_10, ul.col > div.pc_10, div.col > li.pc_10, div.col > div.pc_10 {
    width: 10%;
  }
  ul.col > li.pc_15, ul.col > div.pc_15, div.col > li.pc_15, div.col > div.pc_15 {
    width: 15%;
  }
  ul.col > li.pc_20, ul.col > div.pc_20, div.col > li.pc_20, div.col > div.pc_20 {
    width: 20%;
  }
  ul.col > li.pc_25, ul.col > div.pc_25, div.col > li.pc_25, div.col > div.pc_25 {
    width: 25%;
  }
  ul.col > li.pc_30, ul.col > div.pc_30, div.col > li.pc_30, div.col > div.pc_30 {
    width: 30%;
  }
  ul.col > li.pc_33, ul.col > div.pc_33, div.col > li.pc_33, div.col > div.pc_33 {
    width: 33.333%;
  }
  ul.col > li.pc_35, ul.col > div.pc_35, div.col > li.pc_35, div.col > div.pc_35 {
    width: 35%;
  }
  ul.col > li.pc_40, ul.col > div.pc_40, div.col > li.pc_40, div.col > div.pc_40 {
    width: 40%;
  }
  ul.col > li.pc_45, ul.col > div.pc_45, div.col > li.pc_45, div.col > div.pc_45 {
    width: 45%;
  }
  ul.col > li.pc_50, ul.col > div.pc_50, div.col > li.pc_50, div.col > div.pc_50 {
    width: 50%;
  }
  ul.col > li.pc_55, ul.col > div.pc_55, div.col > li.pc_55, div.col > div.pc_55 {
    width: 55%;
  }
  ul.col > li.pc_60, ul.col > div.pc_60, div.col > li.pc_60, div.col > div.pc_60 {
    width: 60%;
  }
  ul.col > li.pc_65, ul.col > div.pc_65, div.col > li.pc_65, div.col > div.pc_65 {
    width: 65%;
  }
  ul.col > li.pc_70, ul.col > div.pc_70, div.col > li.pc_70, div.col > div.pc_70 {
    width: 70%;
  }
  ul.col > li.pc_75, ul.col > div.pc_75, div.col > li.pc_75, div.col > div.pc_75 {
    width: 75%;
  }
  ul.col > li.pc_80, ul.col > div.pc_80, div.col > li.pc_80, div.col > div.pc_80 {
    width: 80%;
  }
  ul.col > li.pc_85, ul.col > div.pc_85, div.col > li.pc_85, div.col > div.pc_85 {
    width: 85%;
  }
  ul.col > li.pc_90, ul.col > div.pc_90, div.col > li.pc_90, div.col > div.pc_90 {
    width: 90%;
  }
  ul.col > li.pc_95, ul.col > div.pc_95, div.col > li.pc_95, div.col > div.pc_95 {
    width: 95%;
  }
  ul.col > li.pc_100, ul.col > div.pc_100, div.col > li.pc_100, div.col > div.pc_100 {
    width: 100%;
  }
  ul.col > li.pc_left, ul.col > div.pc_left, div.col > li.pc_left, div.col > div.pc_left {
    float: left;
  }
  ul.col > li.pc_right, ul.col > div.pc_right, div.col > li.pc_right, div.col > div.pc_right {
    float: right;
  }
  ul.col > li.p_10, ul.col > div.p_10, div.col > li.p_10, div.col > div.p_10 {
    padding: 10px;
  }
  ul.col > li.p_15, ul.col > div.p_15, div.col > li.p_15, div.col > div.p_15 {
    padding: 15px;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  ul.col.col_flex, div.col.col_flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  ul.col.col_flex.v_center, div.col.col_flex.v_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  ul.col.col_flex.col_reverse, div.col.col_flex.col_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  /*

  O-ThemeのタブレットサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  h1 {
    display: block;
    margin: 80px 0px 50px 0px;
    position: relative;
    color: #323333;
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 40px 0px 40px 0px;
    padding: 10px 10px;
    position: relative;
    color: #323333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  h3.ttl {
    display: block;
    margin: 50px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #323333;
    text-align: center;
    font-size: 20px;
  }
  div, p, span, li, th, td {
    color: #323333;
    font-size: 16px;
  }
  a[href*="tel:"] {
    color: inherit;
    pointer-events: unset;
  }
  .tab_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    font-size: 16px;
    vertical-align: top;
  }
  ul.col > li.tab_5, ul.col > div.tab_5, div.col > li.tab_5, div.col > div.tab_5 {
    width: 5%;
  }
  ul.col > li.tab_10, ul.col > div.tab_10, div.col > li.tab_10, div.col > div.tab_10 {
    width: 10%;
  }
  ul.col > li.tab_15, ul.col > div.tab_15, div.col > li.tab_15, div.col > div.tab_15 {
    width: 15%;
  }
  ul.col > li.tab_20, ul.col > div.tab_20, div.col > li.tab_20, div.col > div.tab_20 {
    width: 20%;
  }
  ul.col > li.tab_25, ul.col > div.tab_25, div.col > li.tab_25, div.col > div.tab_25 {
    width: 25%;
  }
  ul.col > li.tab_30, ul.col > div.tab_30, div.col > li.tab_30, div.col > div.tab_30 {
    width: 30%;
  }
  ul.col > li.tab_33, ul.col > div.tab_33, div.col > li.tab_33, div.col > div.tab_33 {
    width: 33.333%;
  }
  ul.col > li.tab_35, ul.col > div.tab_35, div.col > li.tab_35, div.col > div.tab_35 {
    width: 35%;
  }
  ul.col > li.tab_40, ul.col > div.tab_40, div.col > li.tab_40, div.col > div.tab_40 {
    width: 40%;
  }
  ul.col > li.tab_45, ul.col > div.tab_45, div.col > li.tab_45, div.col > div.tab_45 {
    width: 45%;
  }
  ul.col > li.tab_50, ul.col > div.tab_50, div.col > li.tab_50, div.col > div.tab_50 {
    width: 50%;
  }
  ul.col > li.tab_55, ul.col > div.tab_55, div.col > li.tab_55, div.col > div.tab_55 {
    width: 55%;
  }
  ul.col > li.tab_60, ul.col > div.tab_60, div.col > li.tab_60, div.col > div.tab_60 {
    width: 60%;
  }
  ul.col > li.tab_65, ul.col > div.tab_65, div.col > li.tab_65, div.col > div.tab_65 {
    width: 65%;
  }
  ul.col > li.tab_70, ul.col > div.tab_70, div.col > li.tab_70, div.col > div.tab_70 {
    width: 70%;
  }
  ul.col > li.tab_75, ul.col > div.tab_75, div.col > li.tab_75, div.col > div.tab_75 {
    width: 75%;
  }
  ul.col > li.tab_80, ul.col > div.tab_80, div.col > li.tab_80, div.col > div.tab_80 {
    width: 80%;
  }
  ul.col > li.tab_85, ul.col > div.tab_85, div.col > li.tab_85, div.col > div.tab_85 {
    width: 85%;
  }
  ul.col > li.tab_90, ul.col > div.tab_90, div.col > li.tab_90, div.col > div.tab_90 {
    width: 90%;
  }
  ul.col > li.tab_95, ul.col > div.tab_95, div.col > li.tab_95, div.col > div.tab_95 {
    width: 95%;
  }
  ul.col > li.tab_100, ul.col > div.tab_100, div.col > li.tab_100, div.col > div.tab_100 {
    width: 100%;
  }
  ul.col > li.tab_left, ul.col > div.tab_left, div.col > li.tab_left, div.col > div.tab_left {
    float: left;
  }
  ul.col > li.tab_right, ul.col > div.tab_right, div.col > li.tab_right, div.col > div.tab_right {
    float: right;
  }
  ul.col > li.p_10, ul.col > div.p_10, div.col > li.p_10, div.col > div.p_10 {
    padding: 10px;
  }
  ul.col > li.p_15, ul.col > div.p_15, div.col > li.p_15, div.col > div.p_15 {
    padding: 15px;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  ul.col.col_flex, div.col.col_flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  ul.col.col_flex.v_center, div.col.col_flex.v_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  ul.col.col_flex.col_reverse, div.col.col_flex.col_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  /*

  O-ThemeのスマホサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  h1 {
    display: block;
    margin: 50px 0px 30px 0px;
    position: relative;
    color: #323333;
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 24px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 40px 0px 40px 0px;
    padding: 10px 10px;
    position: relative;
    color: #323333;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  h3.ttl {
    display: block;
    margin: 40px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #323333;
    text-align: center;
    font-size: 18px;
  }
  div, p, span, li, th, td {
    color: #323333;
  }
}
@media screen and (max-width: 768px) and (max-width: 470px) {
  div, p, span, li, th, td {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    color: inherit;
    pointer-events: unset;
  }
  .sp_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) and (max-width: 470px) {
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  ul.col > li.sp_5, ul.col > div.sp_5, div.col > li.sp_5, div.col > div.sp_5 {
    width: 5%;
  }
  ul.col > li.sp_10, ul.col > div.sp_10, div.col > li.sp_10, div.col > div.sp_10 {
    width: 10%;
  }
  ul.col > li.sp_15, ul.col > div.sp_15, div.col > li.sp_15, div.col > div.sp_15 {
    width: 15%;
  }
  ul.col > li.sp_20, ul.col > div.sp_20, div.col > li.sp_20, div.col > div.sp_20 {
    width: 20%;
  }
  ul.col > li.sp_25, ul.col > div.sp_25, div.col > li.sp_25, div.col > div.sp_25 {
    width: 25%;
  }
  ul.col > li.sp_30, ul.col > div.sp_30, div.col > li.sp_30, div.col > div.sp_30 {
    width: 30%;
  }
  ul.col > li.sp_33, ul.col > div.sp_33, div.col > li.sp_33, div.col > div.sp_33 {
    width: 33.333%;
  }
  ul.col > li.sp_35, ul.col > div.sp_35, div.col > li.sp_35, div.col > div.sp_35 {
    width: 35%;
  }
  ul.col > li.sp_40, ul.col > div.sp_40, div.col > li.sp_40, div.col > div.sp_40 {
    width: 40%;
  }
  ul.col > li.sp_45, ul.col > div.sp_45, div.col > li.sp_45, div.col > div.sp_45 {
    width: 45%;
  }
  ul.col > li.sp_50, ul.col > div.sp_50, div.col > li.sp_50, div.col > div.sp_50 {
    width: 50%;
  }
  ul.col > li.sp_55, ul.col > div.sp_55, div.col > li.sp_55, div.col > div.sp_55 {
    width: 55%;
  }
  ul.col > li.sp_60, ul.col > div.sp_60, div.col > li.sp_60, div.col > div.sp_60 {
    width: 60%;
  }
  ul.col > li.sp_65, ul.col > div.sp_65, div.col > li.sp_65, div.col > div.sp_65 {
    width: 65%;
  }
  ul.col > li.sp_70, ul.col > div.sp_70, div.col > li.sp_70, div.col > div.sp_70 {
    width: 70%;
  }
  ul.col > li.sp_75, ul.col > div.sp_75, div.col > li.sp_75, div.col > div.sp_75 {
    width: 75%;
  }
  ul.col > li.sp_80, ul.col > div.sp_80, div.col > li.sp_80, div.col > div.sp_80 {
    width: 80%;
  }
  ul.col > li.sp_85, ul.col > div.sp_85, div.col > li.sp_85, div.col > div.sp_85 {
    width: 85%;
  }
  ul.col > li.sp_90, ul.col > div.sp_90, div.col > li.sp_90, div.col > div.sp_90 {
    width: 90%;
  }
  ul.col > li.sp_95, ul.col > div.sp_95, div.col > li.sp_95, div.col > div.sp_95 {
    width: 95%;
  }
  ul.col > li.sp_100, ul.col > div.sp_100, div.col > li.sp_100, div.col > div.sp_100 {
    width: 100%;
  }
  ul.col > li.sp_left, ul.col > div.sp_left, div.col > li.sp_left, div.col > div.sp_left {
    float: left;
  }
  ul.col > li.sp_right, ul.col > div.sp_right, div.col > li.sp_right, div.col > div.sp_right {
    float: right;
  }
  ul.col > li.p_10, ul.col > div.p_10, div.col > li.p_10, div.col > div.p_10 {
    padding: 10px;
  }
  ul.col > li.p_15, ul.col > div.p_15, div.col > li.p_15, div.col > div.p_15 {
    padding: 15px;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  ul.col.col_flex, div.col.col_flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  ul.col.col_flex.v_center, div.col.col_flex.v_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  ul.col.col_flex.col_reverse, div.col.col_flex.col_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}