@charset "UTF-8";
/*
Template:twentysixteen
Theme Name:twentysixteen_child
*/

/*----------------------------
Foundation
------------------------------*/
/* CSS Remedy */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media(min-width:751px){
  .spOnly{
      display: none !important;
  }
}
@media(max-width:750px){
  .pcOnly{
      display: none !important;
  }
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

h1, h2, h3, h4, h5, p, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

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

/*----------------------------
■■　サイトの基本設定　base.scss ■■
------------------------------*/
/* ブレークポイント
pc：$layout-width-innerまで
tab：$layout-width-inner　-　1px ~ 768px
sp767未満
*/
/*-----------------------------------------
メディアクエリテンプレ https://haniwaman.com/breakpoint/
使い方：
@include mq('sp') { スマホレイアウト }
@include mq('tab') { タブレットレイアウト }
------------------------------------------*/
/* コンテナ幅 */
.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container-large {
  width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (max-width: 999px) {
  .container,
  .container-large {
    width: 100%;
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.container--l {
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .container--l {
    width: 100%;
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .container--l {
    width: 100%;
    padding: 0 1.5rem;
  }
}


/*——————————————————————
縁取り
——————————————————————*/
.txt_shadow {
    text-shadow:
      0.1em 0.1em 0.1em #fff, -0.1em 0.1em 0.1em #fff, 0.1em -0.1em 0.1em #fff, -0.1em -0.1em 0.1em #fff, 0.1em 0 0.1em #fff, 0 0.1em 0.1em #fff, -0.1em 0 0.1em #fff, 0 -0.1em 0.1em #fff, 0.1em 0.1em 0.2em #fff, -0.1em 0.1em 0.2em #fff, 0.1em -0.1em 0.2em #fff, -0.1em -0.1em 0.2em #fff, 0.1em 0 0.2em #fff, 0 0.1em 0.2em #fff, -0.1em 0 0.2em #fff, 0 -0.1em 0.2em #fff;
}


/*----------------------------------------
フォント関係の設定
------------------------------------------*/
/*〇パソコン～768pxまでのフォントサイズ*/
/*----------------------------
基準フォント指定
使い方：
font-family: $font-base、$font-minchoなど
------------------------------*/
/*------------------------------------------
■各フォントサイズ自由設定

使用例：
CSSにて、fzでショートコード利用可能

左から、PC,SPのフォントサイズ指定
@include font--l(rem,rem);

左から、PC、TAB、SPのフォントサイズ指定
@include font--l3(rem,rem,rem);
--------------------------------------------*/
/*----------------------------------------
色関係の設定
------------------------------------------*/
/*----------------------------------------
全体構造：Structure
------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

html {
  font-size: 62.5%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

a.u-pointer-events--pc {
  pointer-events: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  a.u-pointer-events--pc {
    pointer-events: auto;
  }
}

a.u-blue--link {
  text-decoration: underline;
  color: #0000ee;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

body {
  height: auto;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 2.43;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  color: #000;
  word-break: break-word;
  overflow-x: hidden;
  /*スクロールバー非表示 IE, Edge 対応 */
  -ms-overflow-style: none;
  /* スクロールバー非表示 Firefox 対応 */
  scrollbar-width: none;
  -webkit-font-smoothing: antialiased;
  /* スクロールバー非表示 Chrome Edge 対応 */
}

body::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    min-width: 32rem;
  }
}

/* ユーザーエージェントスタイル（ブラウザ初期値）の上書き */
textarea {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
}

/*----------------------------------------
〇ヘッダー固定の調整
概要：ヘッダーfixedの場合、メイン画像がヘッダーに隠れる為、その分の余白設定することで、下に隠れないようになる。
※ヘッダー固定の場合のみ調整
------------------------------------------*/
.main-body {
  padding-top: 12.5rem;
}

@media screen and (max-width: 999px) {
  .main-body {
    padding-top: 7.2rem;
  }
}

.main-body.admin {
  padding-top: 9.3rem;
}

@media screen and (max-width: 999px) {
  .main-body.admin {
    padding-top: 4.4rem;
  }
}

/*
WordPress管理バーの位置調整
使い方：
WordPress管理バーのずらしたい方向に、位置指定
*/
/*----------------------------
■ base.scssここまで
------------------------------*/
/*----------------------------
Layout
------------------------------*/
/*----------------------------
■■ フッター　■■
------------------------------*/
/*----------------------------
フッター　テキストカラー初期設定
使い方：colorに、$footer-txt-colorを入力。
color: $footer-txt-color;
------------------------------*/
.l-footer {
  background: url("../../images/aym-d/footer_bg.jpg") no-repeat center center/cover;
  color: #fff;
  padding: 4.7rem 0 3.4rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  /*----------------------------
  ■ロゴラップ
  ------------------------------*/
  /*----------------------------
  ■フッターリスト
  ------------------------------*/
  /*----------------------------
  ■ナビ
  ------------------------------*/
  /*----------------------------
  ■フッターリストアイテム
  ------------------------------*/
  /*----------------------------
  ■アドレスラップ
  ------------------------------*/
  /*----------------------------
  ■コピーライト
  ------------------------------*/
  /*----------------------------
  ■ 固定CTA
  ------------------------------*/
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.2rem 0 2.4rem;
  }
}

.l-footer a {
  color: #fff;
}

.l-footer__logo-wrap {
  width: 20.1rem;
  margin: 0 auto 1.5rem;
}

.l-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__nav-wrap {
  padding: 5.6rem 0 16.7rem;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-wrap {
    padding: 5.6rem 0 8.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footer__nav-wrap ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  row-gap: 1rem;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 999px) {
  .l-footer__nav-wrap ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav-wrap ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-footer__nav-wrap ul a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  position: relative;
}

.l-footer__nav-wrap ul a::before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__nav-wrap li {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-wrap li {
    justify-self: flex-start;
  }
}

.l-footer__nav-item {
  padding: 0 1em;
}

.l-footer__address-wrap {
  text-align: center;
  line-height: 1.3;
}

.l-footer__address-wrap .u-padding--bottom {
  padding-bottom: 3rem;
}

.l-footer__copyright {
  text-align: center;
  line-height: 1;
  font-weight: 600;
}

.l-footer__cta-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer__cta-sp {
    display: block;
    position: fixed;
    height: 6.5rem;
    width: calc(100% - 6.9rem);
    bottom: 0;
    left: 0;
    margin: 3rem auto 0;
    padding: 2.5rem 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#ec6c26), to(#d15410));
    background: linear-gradient(to bottom right, #ec6c26, #d15410);
    z-index: 1;
  }
}

.l-footer__cta-sp a {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer__cta-sp a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
  }
}

/*----------------------------
ヘッダー　テキストカラー初期設定
使い方：color: $header-txt-color;
------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /*----------------------------
  PCヘッダー
  ------------------------------*/
  /*----------------------------
  ロゴ設定
  ------------------------------*/
  /*----------------------------
  ■description
  ------------------------------*/
  /*----------------------------
  ナビラップ
  ------------------------------*/
  /*----------------------------
  PCナビリスト
  ------------------------------*/
  /*----------------------------
  〇PCナビ設定
  ------------------------------*/
  /*----------------------------
  ■ナビテキスト
  ------------------------------*/
  /*----------------------------
    ■バーガーメニュー表示設定
    ------------------------------*/
  /*----------------------------
    ■バーガーメニュー　線
    ------------------------------*/
  /*----------------------------
    MENU/CLOSE文字の設定
    ------------------------------*/
  /*----------------------------
    ■バーガーメニュ左に配置
    使い方：l-header__drawerに、leftクラスを付与すると、左側のメニューに変更可能
    ------------------------------*/
}

.l-header__wrap {
  height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*----------------------------
  SPヘッダー
  ------------------------------*/
}

@media screen and (max-width: 1000px) {
  .l-header__wrap {
    display: none;
  }
}

.l-header__wrap--sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .l-header__wrap--sp {
    height: 7.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-header__logo-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.9rem;
  flex: 0 0 20.9rem;
  margin-left: 2rem;
}

@media screen and (max-width: 1100px) {
  .l-header__logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17rem;
    flex: 0 0 17rem;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.8rem;
    flex: 0 0 15.8rem;
    margin-left: 0.9rem;
  }
}

.l-header__logo-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__desc {
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  top: 7px;
  left: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header__desc {
    font-size: 1.2rem;
  }
}

.l-header__nav-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 100%;
}

@media screen and (max-width: 1000px) {
  .l-header__nav-wrap {
    display: none;
  }
}

.l-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items:center;
}

.l-header__nav-item {
  padding: 0 1em;
  text-align: center;
  padding-left: 1em;
  position: relative;
  /*----------------------------
  SPナビ設定
  ------------------------------*/
}

.l-header__nav-item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #693416;
}

.l-header__nav-item a {
  color: #693416;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.l-header__nav-item--sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .l-header__nav-item--sp {
    width: calc(100% - 4rem);
    padding: 1em 1em 1em 0;
    line-height: 1.5em;
    display: block;
    margin: 0 auto;
  }

  .l-header__nav-item--sp a {
    color: #242424;
    font-size: 1.5em;
    font-weight: 800;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header__nav-item--sp.contact a {
    color: #EC6C26;
  }
}

.l-header__cta {
  padding: 0;
  width: 18rem;
  height: 100%;
  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;
  background: -webkit-gradient(linear, left top, right bottom, from(#EC6C26), to(#D15410));
  background: linear-gradient(to bottom right, #EC6C26, #D15410);
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 1100px) {
  .l-header__cta {
    width: 16rem;
  }
}

.l-header__cta a {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-header__tel-txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header__tel-txt {
    font-size: 1.9rem;
  }
}

.l-header__contact-txt {
  line-height: 1;
  font-weight: 600;
  padding-left: 3.3rem;
  position: relative;
/*   font-size: 2.3rem; */
	font-size:18px;
}

@media screen and (max-width: 767px) {
  .l-header__contact-txt {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 1100px) {
  .l-header__contact-txt {
    font-size: 1.6rem;
  }
}

.l-header__contact-txt::before {
  content: "";
  position: absolute;
  width: 2.9rem;
  height: 2.4rem;
  background: url("../../images/aym-d/mail.svg") no-repeat center center/cover;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__nav-txt {
  font-weight: 500;
  line-height: 2;
}

.l-header__drawer {
  display: none;
}

@media screen and (max-width: 1000px) {
  .l-header__drawer {
    display: block;
  }
}

.l-header__drawer-bar {
  background-color: #fff;
  width: 39px;
  height: 1px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

.l-header__drawer-bar--1 {
  top: 25%;
}

.l-header__drawer-bar--2 {
  top: 40%;
}

.l-header__drawer-bar--3 {
  top: 55%;
}

.l-header__drawer-menu-txt {
  bottom: 3px;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}

.l-header__drawer-menu-txt.u-disable--hidetxt {
  display: none;
}

.l-header__drawer-btn {
  color: #fff;
  border: 1px solid transparent;
  width: 7.2rem;
  height: 7.2rem;
  background: #EC6C26;
  top: 0;
  right: 0;
  z-index: 1001;
  position: fixed;
  padding: 0;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  /*----------------------------
    ■ボタンアクティブ時の制御
    ------------------------------*/
}

.l-header__drawer-btn.active {
  /*----------------------------
    ■メニュタップ時アニメーション　×に変更
    ------------------------------*/
}

.l-header__drawer-btn.active .l-header__drawer-bar {
  width: 36.77px;
  left: 8px;
}

.l-header__drawer-btn.active .u-active--hidetxt {
  display: none;
}

.l-header__drawer-btn.active .u-disable--hidetxt {
  display: block;
  letter-spacing: 0.08em;
}

.l-header__drawer-btn.active .l-header__drawer-bar--1 {
  -webkit-transform: rotate(0.7853981634rad) translate(-50%, -50%);
  transform: rotate(0.7853981634rad) translate(-50%, -50%);
  top: 40%;
  left: 50%;
}

.l-header__drawer-btn.active .l-header__drawer-bar--2 {
  opacity: 0;
}

.l-header__drawer-btn.active .l-header__drawer-bar--3 {
  -webkit-transform: rotate(-0.7853981634rad) translate(-50%, -50%);
  transform: rotate(-0.7853981634rad) translate(-50%, -50%);
  top: 40%;
  left: 50%;
}

.l-header__drawer-wrap {
  background: transparent;
  --webkit-backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  height: 100%;
  transition: all 0.2s;
  padding: 3.2rem 0 10rem;
  position: fixed;
  left: 100%;
  top: 7.2rem;
  right: 0;
  z-index: 1000;
}

.l-header__drawer-wrap.open {
  left: 0;
}

.l-header__drawer-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: transparent;
  display: none;
  top: 7.2rem;
  left: 0;
}

.l-header .l-header__drawer.left .l-header__drawer-wrap {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  right: auto;
  left: 0;
}

.l-header .l-header__drawer.left .l-header__drawer-wrap.open {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.l-header .l-header__drawer.left .l-header__drawer-button {
  right: auto;
  left: 32px;
}

/*----------------------------
Object
------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  z-index: 999;
  width: 9.1rem;
  right: 2rem;
  bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .back-to-top-wrapper {
    width: 6.9rem;
    height: 6.5rem;
    right: 0;
    bottom: 0;
  }
}

.back-to-top__txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .back-to-top__txt {
    display: block;
    color: #fff;
    font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 1.2rem;
    position: absolute;
    left: 54%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.3em;
    width: 100%;
    text-align: center;
  }
}

.back-to-top__icon {
  width: 100%;
  height: 9.1rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (max-width: 767px) {
  .back-to-top__icon {
    height: 100%;
    border-radius: 0;
    background: #14306E;
  }
}

.back-to-top__icon::before {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 1.8rem;
  background: url("../../images/aym-d/page-top-arrow.svg") no-repeat center center/cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .back-to-top__icon::before {
    background: url("../../images/aym-d/page-top-arrow-sp.svg") no-repeat center center/cover;
    top: 43%;
  }
}

/*----------------------------
改行クラス
使い方：
PCのみの改行は、point-br--pc
TAB未満の改行は、point-br--tab
SP未満の改行は、point-br--sp
------------------------------*/
.point-br--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}

.point-br--tab {
  display: none;
}

@media screen and (max-width: 999px) {
  .point-br--tab {
    display: block;
  }
}

.point-br--pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

/*----------------------------
PC,TAB、SPの表示切り替え
使い方：
SPのみ出力したい等があれば、
クラス名をつけることで可能に。
------------------------------*/
.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.pc-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.tab {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .tab-inline {
    display: inline !important;
  }
}

.tab-flex {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.sp-inline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

.sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*----------------------------
//インラインブロック
使い方：
折り返し自動制御で使える。
例）折り返しのタイミングで２段に
したい場合など。
------------------------------*/
.u-display--ib {
  display: inline-block;
  font-weight: inherit;
}

/*----------------------------
etc
------------------------------*/
/*----------------------------------------
メインビュー
------------------------------------------*/
.main-view__wrap {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-view__wrap {
    height: 66.7rem;
  }
}

.main-view__wrap div {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .main-view__wrap div {
    height: 100%;
    max-height: 100%;
  }
}

.main-view__wrap img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-view__sect {
  position: relative;
}

.main-view__msg {
  width: 90%;
  position: absolute;
  line-height: 1;
  z-index: 1;
  text-align: center;
  color: #14306e;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 5rem;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .main-view__msg {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-view__msg {
    font-size: 2.8rem;
  }
}

.main-view__msg .u-font--l {
  font-size: 7.6rem;
}

@media screen and (max-width: 999px) {
  .main-view__msg .u-font--l {
    font-size: 6.6rem;
  }
}

@media screen and (max-width: 767px) {
  .main-view__msg .u-font--l {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 420px) {
  .main-view__msg .u-font--l {
    font-size: 4rem;
  }
}

/*----------------------------
■ 蛍光マーカー
------------------------------*/
.u-marker--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*----------------------------
■　見出し
------------------------------*/
.c-heading {
  color: #14306e;
  line-height: 1;
  font-size: 5rem;
  font-weight: 600;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  position: relative;
}

@media screen and (max-width: 999px) {
  .c-heading {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 4rem;
  }
  .c-heading.archive_title {
    font-size: 2.5rem;
  }
}

.c-heading__wrap {
  position: relative;
  margin-bottom: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.6rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .c-heading__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-heading__sub {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #eaeaea;
  font-size: 7rem;
  line-height: 1;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  text-align: center;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .c-heading__sub {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-heading__sub {
    font-size: 6rem;
  }
}

/*----------------------------
■ ABOUTセクション
------------------------------*/
.about__sect {
  padding-top: 6.8rem;
}

@media screen and (max-width: 767px) {
  .about__sect {
    padding-top: 3.4rem;
  }
}

.about__box {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 9.3rem 7.3vw 6.3rem 0;
}

@media screen and (max-width: 1080px) {
  .about__box {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .about__box {
    padding: 21.6rem 0 6.3rem;
    height: auto;
  }
}

.about__box .u-padding--left {
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .about__box .u-padding--left {
    padding-left: 0;
  }
}

.about__box::before {
  content: "";
  position: absolute;
  width: 55.4vw;
  height: 100%;
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2 + 4.7rem);
  background: url("../../images/aym-d/about-bg1.jpg") no-repeat center center/cover;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  .about__box::before {
    background: url("../../images/aym-d/about-bg1-sp.jpg") no-repeat center center/cover;
    width: 88%;
    left: -1.5rem;
    bottom: 0;
    top: initial;
    height: 26.8rem;
  }
}

.about__box::after {
  content: "";
  position: absolute;
  width: 27.9vw;
  height: 100%;
  top: 0;
  right: calc(-1 * (100vw - 100%) / 2 + 4.7rem);
  background: url("../../images/aym-d/about-img.jpg") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width:1835px) and (min-width:1081px){
.about__box::after {
  opacity: .6;
}
}

@media screen and (max-width: 1080px) {
  .about__box::after {
    width: 100%;
    height: 20rem;
    right: 0;
    background: url("../../images/aym-d/about-img-sp.jpg") no-repeat center center/cover;
  }
}

.about__img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 29.7%;
  flex: 0 1 29.7%;
}

.about__gray-box {
  background: rgba(245, 245, 245, 0.7);
  text-align: center;
  padding: 4.4rem 1rem 3.5rem;
  margin: 2.5rem 0 3.2rem;
}

@media screen and (max-width: 767px) {
  .about__gray-box {
    padding: 4.6rem 1.5rem;
    margin: 5rem 0;
    width: 100vw;
    margin-left: -1.5rem;
  }
}

.about__heading {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.77;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 2.2rem;
  }
}

.about__txt {
  line-height: 2.3;
}

@media screen and (max-width: 425px) {
  .about__txt {
    letter-spacing: 0;
  }
}

.about__txt .u-color--brown {
  color: #693416;
  font-weight: 500;
}

.about__txt .u-font--s {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about__txt .u-font--s {
    font-size: 1.2rem;
  }
}

.about__txt .u-font--l {
  font-size: 2rem;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .about__txt .u-font--l {
    font-size: 1.6rem;
  }
}

/*----------------------------
■ MISSIONセクション
------------------------------*/
.mission__sect {
  padding-top: 10.3rem;
}

@media screen and (max-width: 767px) {
  .mission__sect {
    padding-top: 16rem;
  }
}

.mission__bg {
  width: 100%;
  background: url("../../images/aym-d/mission_bg.jpg") no-repeat center center/cover;
  padding: 3.7rem 0;
}

@media screen and (max-width: 767px) {
  .mission__bg {
    width: 100vw;
    margin-left: -1.5rem;
    background: url("../../images/aym-d/mission_bg_sp.jpg") no-repeat center center/cover;
  }
}

.mission__txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .mission__txt {
    font-size: 1.6rem;
  }
}

.mission__box {
  background: rgba(245, 245, 245, 0.9);
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  width: 98rem;
  height: 81.3rem;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .mission__box {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .mission__box {
    width: calc(100% - 3.2rem);
    height: auto;
  }
}

.mission__box::before {
  content: "";
  position: absolute;
  background: url("../../images/aym-d/mission_box_head.svg") no-repeat center top/contain;
  width: 94.7%;
  height: 13.5%;
  top: 3.7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 767px) {
  .mission__box::before {
    height: 13.5%;
    top: 1.27rem;
    width: 90.7%;
  }
}

.mission__box::after {
  content: "";
  position: absolute;
  background: url("../../images/aym-d/mission_box_foot.svg") no-repeat center bottom/contain;
  width: 94.7%;
  height: 8.1%;
  bottom: 3.7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 767px) {
  .mission__box::after {
    height: 5.2%;
    bottom: 1.27rem;
    width: 90.7%;
  }
}

.mission__body {
  height: 100%;
  padding: 12.4% 6% 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 3.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mission__body {
    padding: 20.7% 10%;
    row-gap: 6rem;
  }
}

.mission__body::before {
  content: "";
  position: absolute;
  background: url("../../images/aym-d/mission_box_left.svg") no-repeat center center/contain;
  width: 2.6rem;
  height: 63.6%;
  left: 3%;
  top: 21%;
}

@media screen and (max-width: 767px) {
  .mission__body::before {
    width: 1rem;
    height: 87%;
    top: 9%;
    left: 5%;
    background: url("../../images/aym-d/mission_box_left_sp.svg") no-repeat center center/contain;
  }
}

.mission__body::after {
  content: "";
  position: absolute;
  background: url("../../images/aym-d/mission_box_right.svg") no-repeat center center/contain;
  width: 2.6rem;
  height: 63.6%;
  right: 3%;
  top: 21%;
}

@media screen and (max-width: 767px) {
  .mission__body::after {
    width: 1rem;
    height: 87%;
    top: 9%;
    right: 5%;
    background: url("../../images/aym-d/mission_box_right_sp.svg") no-repeat center center/contain;
  }
}

.mission__heading {
  color: #14306e;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .mission__heading {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mission__heading {
    line-height: 1;
    padding-bottom: 0.8em;
  }
}

/*----------------------------
■　Guideセクション
------------------------------*/
.guide__sect {
  padding-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .guide__sect {
    padding-top: 8.4rem;
  }
}

.guide__bg {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5rem 0;
}

@media screen and (max-width: 767px) {
  .guide__bg {
    padding: 0 0 5rem 0;
  }
}

.guide__bg::before {
  content: "";
  position: absolute;
  width: 31%;
  min-width: 37rem;
  height: 100%;
  background: url("../../images/aym-d/guide_bg_left.jpg") no-repeat right center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1300px) {
  .guide__bg::before {
    background: url("../../images/aym-d/guide_bg_left_sp.jpg") no-repeat center center/cover;
    width: 100vw;
    height: 27.1rem;
    left: -3%;
  }
}

.guide__bg::after {
  content: "";
  position: absolute;
  width: 69%;
  height: 100%;
  background: url("../../images/aym-d/guide_bg_right.svg") no-repeat right center/cover;
  z-index: -1;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1300px) {
  .guide__bg::after {
    background: url("../../images/aym-d/guide_bg_right_sp.svg") no-repeat right center/cover;
    width: 100vw;
    right: -1.5rem;
    height: 50%;
    top: initial;
    bottom: 0;
  }
}

.guide__box {
  max-width: 87.4rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .guide__box::before {
    content: "";
    position: absolute;
    width: 19rem;
    height: 6rem;
    top: 9.6rem;
    right: 0;
    background: url("../../images/aym-d/guide_logo.svg") no-repeat center center/cover;
  }
}

.guide__txt-wrap {
  padding: 4.6rem 0 9.6rem;
}

@media screen and (max-width: 767px) {
  .guide__txt-wrap {
    padding: 4.9rem 0 6.9rem;
  }
}

.guide__str-txt {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.77;
}

@media screen and (max-width: 767px) {
  .guide__str-txt {
    font-size: 2.2rem;
  }
}

.guide__heading {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.77;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .guide__heading {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .guide__heading.u-padding--top {
    padding-top: 23rem;
  }
}

.guide__sub-heading {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  text-align: center;
  padding-bottom: 4.5rem;
  color: #14306e;
}

@media screen and (max-width: 767px) {
  .guide__sub-heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .guide__sub-heading {
    padding-bottom: 2.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .guide__sub-heading.u-padding--bottom {
    padding-bottom: 31.3rem;
  }
}

/*
・セミナー内容
------------------------------*/
.seminar__wrap {
  padding-top: 6.2rem;
}

@media screen and (max-width: 767px) {
  .seminar__wrap {
    padding-top: 5rem;
  }
}

.seminar__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 3.8%;
  -moz-column-gap: 3.8%;
  column-gap: 3.8%;
}

@media screen and (max-width: 999px) {
  .seminar__media {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}

@media screen and (max-width: 767px) {
  .seminar__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .seminar__media-body {
    width: 100%;
    margin-left: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .seminar__media-body table {
    width: 100%;
  }
}

.seminar__media-body tr {
  border-bottom: 1px solid #62371d;
}

.seminar__media-body td {
  line-height: 1;
  padding: 1rem 0 0.5rem 0;
}

@media screen and (max-width: 767px) {
  .seminar__media-body td {
    letter-spacing: 0;
  }
}

.seminar__img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.1%;
  flex: 0 1 47.1%;
}

@media screen and (max-width: 767px) {
  .seminar__img-wrap {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100vw;
    margin-left: -1.5rem;
  }
}

/*
・セミナースケジュール
------------------------------*/
.schedule__head-txt {
  text-align: center;
  line-height: 1.875;
}

.schedule__wrap {
  position: relative;
  padding: 5rem 0;
  margin-top: 5rem;
}

@media screen and (max-width: 1000px) {
  .schedule__wrap {
    padding: 0;
  }
}

.schedule__wrap::before {
  content: "";
  position: absolute;
  width: 33.4%;
  min-width: 37rem;
  height: 100%;
  background: url("../../images/aym-d/schedule_bg.jpg") no-repeat right center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .schedule__wrap::before {
    width: 100vw;
    top: 6.6rem;
    left: -1.5rem;
    height: 27.1rem;
    min-width: initial;
    background: url("../../images/aym-d/schedule_bg_sp.jpg") no-repeat center center/cover;
  }
}

.schedule__box {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
}

.schedule__card-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.8rem;
  max-width: 98rem;
  margin: 5.6rem auto 7rem;
}

@media screen and (max-width: 1000px) {
  .schedule__card-groups {
    margin-top: 4.2rem;
  }
}

.schedule__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  row-gap: 1rem;
}

.schedule__card-label {
  background: -webkit-gradient(linear, left top, left bottom, from(#285591), to(#142b49));
  background: linear-gradient(#285591 0%, #142b49 100%);
  color: #fff;
  line-height: 1;
  padding: 0.9rem 1.6rem 1.6rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43.5rem;
  flex: 0 0 43.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .schedule__card-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.schedule__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  padding-bottom: 0.5rem;
}

.schedule__date {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .schedule__date {
    font-size: 1.7rem;
  }
}

.schedule__time {
  font-weight: 600;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .schedule__time {
    font-size: 1.4rem;
  }
}

.schedule__place {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  padding-bottom: 1.1rem;
  padding-left: 6em;
}

@media screen and (max-width: 767px) {
  .schedule__place {
    font-size: 1.6rem;
  }
}

.schedule__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .schedule__ttl {
    font-size: 1.8rem;
  }
}

.schedule__ttl::before {
  content: "";
  height: 2px;
  width: calc(100% - 8em);
  background: #1b2f6a;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.schedule__lists {
  list-style: inside;
  line-height: 1.5;
}

.schedule__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .schedule__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.schedule__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 98rem;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .schedule__flex-wrap {
    row-gap: 6rem;
  }
}

.schedule__heading {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  color: #14306e;
}

@media screen and (max-width: 767px) {
  .schedule__heading {
    font-size: 2.5rem;
  }
}

.schedule__txt {
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .schedule__txt {
    padding-left: 0;
  }
}

.schedule__conts-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media screen and (max-width: 1000px) {
  .schedule__conts-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }
}

/*
・講師紹介
------------------------------*/
.teacher__wrap {
  padding-top: 8.7rem;
}

@media screen and (max-width: 767px) {
  .teacher__wrap {
    padding-top: 12rem;
  }
}

.teacher__bg {
  background: url("../../images/aym-d/teacher_bg.jpg") no-repeat center center/cover;
  width: 100%;
  padding: 4.8rem 0;
}

@media screen and (max-width: 767px) {
  .teacher__bg {
    background: url("../../images/aym-d/teacher_bg_sp.jpg") no-repeat center center/cover;
    padding: 4rem 0;
    width: 100vw;
    margin-left: -1.5rem;
  }
}

.teacher__box {
  max-width: 98rem;
  margin: 0 auto;
  background: transparent;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  --webkit-backdrop-filter: blur(17px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4.6rem 5.4rem 7.6rem;
}

@media screen and (max-width: 999px) {
  .teacher__box {
    padding: 4.6rem 2rem 7.6rem;
    width: calc(100% - 1.5rem);
  }
}

@media screen and (max-width: 767px) {
  .teacher__box {
    padding: 2rem;
    width: calc(100% - 3rem);
  }
}

.teacher__card-groups {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  margin: 0 auto;
  width: min(720px,100%);
}

@media screen and (max-width: 999px) {
  .teacher__card-groups {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .teacher__card-groups {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.teacher__label-txt {
  font-weight: 600;
}

.teacher__name-label {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #14306e;
  font-size: 1.6rem;
}

@media screen and (max-width: 999px) {
  .teacher__name-label {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .teacher__name-label {
    font-size: 1.6rem;
  }
}

.teacher__card-txt {
  line-height: 1.5;
  letter-spacing: 0;
}

.teacher__name {
  font-size: 2.6rem;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .teacher__name {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 999px) {
  .teacher__name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .teacher__name {
    font-size: 2.6rem;
  }
}

.teacher__card-img-wrap {
  position: relative;
}

.teacher__card-body {
  padding-top: 1.2rem;
}

.teacher__card-btn {
  background: #14306e;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  width: 19.6rem;
  margin: 1.1rem auto 0;
}

@media screen and (max-width: 767px) {
  .teacher__card-btn {
    font-size: 1.8rem;
  }
}

.teacher__card-btn::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  background: url("../../images/aym-d/icon-sankaku.svg") no-repeat center center/cover;
  right: 4.2px;
  bottom: 2.5px;
}

.teacher__card-btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

/*----------------------------
■　お問い合わせ
------------------------------*/
.contact__sect {
  padding-top: 15.3rem;
}

@media screen and (max-width: 767px) {
  .contact__sect {
    padding-top: 6.7rem;
  }
}

/*----------------------------
■　お知らせコラム
------------------------------*/
.column__sect {
  padding-top: 12.3rem;
}

@media screen and (max-width: 767px) {
  .column__sect {
    padding-top: 6rem;
  }
}

/*----------------------------
■　よくあるご質問
------------------------------*/
.qa__sect {
  padding: 10.5rem 0 11.6rem;
}

@media screen and (max-width: 767px) {
  .qa__sect {
    padding: 6rem 0 12rem;
  }
}

.qa__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 6.5rem;
  margin: 0 1.4rem;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .qa__lists {
    row-gap: 3.9rem;
    margin: 0;
  }
}

.qa__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4rem;
}

.qa__question-txt {
  padding-left: 7rem;
  position: relative;
  font-weight: 600;
  color: #14306e;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .qa__question-txt {
    font-size: 2rem;
  }
}

.qa__question-txt::before {
  content: "Q";
  position: absolute;
  width: 5.1rem;
  height: 5.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #14306e;
  color: #fff;
  font-weight: 600;
  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;
  line-height: 1;
  font-size: 3rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .qa__question-txt::before {
    font-size: 3rem;
  }
}

.qa__answer-txt {
  padding-left: 7rem;
  position: relative;
  font-weight: 400;
  color: #332f21;
  margin-left: 2rem;
}

.qa__answer-txt::before {
  content: "A";
  position: absolute;
  width: 5.1rem;
  height: 5.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #693416;
  color: #fff;
  font-weight: 600;
  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;
  line-height: 1;
  font-size: 3rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .qa__answer-txt::before {
    font-size: 3rem;
  }
}



/*——————————————————————
パンくず
——————————————————————*/
.breadcrumbs {
  font-size: .875em;
  margin: 1em 0;
}



/*——————————————————————
お知らせ一覧
——————————————————————*/
.post-area {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width:834px){
.post-area {
  grid-template-columns: 100%;
}
}

.column-list {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width:767px){
.column-list {
  grid-template-columns: 100%;
}
}

.column-list article {
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 /.16);
}

.column-list_thumbnail {
  aspect-ratio: 5/2;
}

.column-list_thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.column-list .entry-content,
.column-list .entry-footer {
  padding: 2rem;
}
@media screen and (max-width:767px){
.column-list .entry-footer {
  padding-top: 0;
}
}

.column-list_title {
  color: #14306E;
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.column-list .entry-content p {
  line-height: 1.5;
}

.column-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  line-height: 1;
  padding-top: 0;
}

.column-list_date,
.column-list_category {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.column-list_date::before,
.column-list_category::before {
  background: no-repeat center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.1em;
  width: 1.1em;
}
.column-list_date::before {
  background-image: url("../../images/aym-d/icon/pen.svg");
}
.column-list_category::before {
  background-image: url("../../images/aym-d/icon/folder.svg");
}

.column-list_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.column-list_link {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.column-list_link a {
  background: #14306E;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
  padding: .8em 2em;
  position: relative;
}
.column-list_link a::after {
  background: linear-gradient(to bottom right,transparent 0%,transparent 50%, #fff 50.5%);
  bottom: 1rem;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1rem;
  width: 1rem;
}

/*
ページナビゲーション
———————————*/
.wp-pagenavi {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > *:not(.extend) {
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  height: 2em;
  line-height: 1;
  place-items: center;
  width: 2em;
}
.wp-pagenavi a {
  color: #14306E;
}
.wp-pagenavi .current {
  background: #14306E;
  color: #fff;
}

/*
サイドバー
———————————*/
.sidebar h2 {
  background: #14306E;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 1rem;
  padding: .5em;
  text-align: center;
}
.sidebar * + section h2 {
  margin-top: 2em;
}

.sidebar ul {
  line-height: 1.5;
}

.sidebar * + li {
  margin-top: .7rem;
}

.sidebar ul a {
  font-size: .875em;
  text-decoration: underline;
}



/*——————————————————————
お知らせシングル
——————————————————————*/
.column-single_title {
  font-size: 1.5em;
  margin-bottom: 2rem;
}

.column-single_thumbnail,
.column-single_content {
  margin-top: 2rem;
}

.column-single_content h2 {
  border-bottom: 3px solid;
  color: #14306E;
  font-size: 1.5em;
}

.column-single_content h3 {
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  color: #494949;
  font-size: 1.25em;
  padding: .5em;
}

.column-single_content h4 {
  border-left: solid 5px;
  color: #494949;
  font-size: 1.125em;
  padding: .3em .5em;
}

.column-single_content h5 {
  font-size: 1.1em;
  font-weight: 600;
}

.column-single_content * + * {
  margin-top: 1em;
}

.column-single_content * + h2,
.column-single_content * + h3,
.column-single_content * + h4,
.column-single_content * + h5 {
  margin: 2em 0 1em;
}

.column-single_content * {
  line-height: 1.5;
}

.column-single_content ul {
  list-style: disc;
  padding-left: 2em;
}
.column-single_content * + li {
  margin-top: .5rem;
}

.column-single_nav {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 3rem;
}



/*——————————————————————
問い合わせ
——————————————————————*/
.contact-wrap {
  background: url("../../images/aym-d/contact_bg.jpg") no-repeat center/cover;
  padding: 4rem 0;
  --color-main: #14306e;
}
@media screen and (max-width:767px){
.contact-wrap {
  padding: 2rem 0;
}
}

.contact-box {
  background: rgb(255 2552 255 /.9);
  padding: 4rem;
}
@media screen and (max-width:767px){
.contact-box {
  padding: 2rem;
}
}

.contact-box h3 {
  color: #14306e;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.5em;
  line-height: 1.3;
  margin-bottom: .8em;
  text-align: center;
}
.contact-box * + h3 {
  margin-top: 1.5em;
}
@media screen and (max-width:767px){
.contact-box h3 {
  font-size: 7vw;
}
.contact-box * + h3 {
  margin-top: 2em;
}
}

.contact-line {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width:767px){
.contact-line {
  align-items: center;
  flex-direction: column;
}
}

@media screen and (min-width:768px){
.contact-line img {
  height: 76px;
  width: auto;
}
}
@media screen and (max-width:767px){
.contact-line_qr {
  display: none;
}
}

/*
フォーム
——————————————————————*/
.form-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 30% 1fr;
  padding: 20px 0;
}
.form-content.vertical-top,
.form-content.vertical-top dt.hissu {
  align-items: flex-start;
}
@media screen and (max-width:768px){
.form-content {
  grid-template-columns: 100%;
}
}

.form-content dt {
  color: var(--color-main);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
}
.form-content dt.hissu {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.form-content dt.hissu::after {
  background: #D9338A;
  color: #fff;
  content: "● 必須";
  font-size: .75em;
  line-height: 1;
  padding: .6em 1em;
}

.form-privacy {
  text-align: center;
}
.form-privacy a {
  color: #2196f3;
}

.form-btn {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 3rem;
}
.form-btn input[type="submit"] {
  background: #EC6C26;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  padding: .7em 5em;
  transition: .4s;
}
.form-btn input[name="submitBack"] {
  background: #737373;
  transform: scale(.8);
}
.form-btn input[type="submit"]:hover {
  background: #fff;
  border: 2px solid #EC6C26;
  box-shadow: 0 0 5px rgba(219,146,146,.3);
  color: #EC6C26;
}
@media screen and (max-width:768px){
.form-btn {
  flex-direction: column-reverse;
}
.form-btn input[name="submitBack"] {
  margin: 30px 0 0;
}
}

input,
textarea {
  font-family: inherit;
  font-size: 16px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

.mwform-tel-field input {
  width: 5em !important;
}

span.mwform-checkbox-field.vertical-item {
  line-height: 1.6;
}

input[type="text"][name="history"] {
  width: 4em;
}

/* 歯科医院成功大全ページへ戻るリンク */
.footer_to_top {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  text-align: center;
}

.footer_to_top a {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #39b54a;
  padding: 15px 45px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.footer_to_top a::after {
  content: "";
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50.5%);
    bottom: 1rem;
    right: 1rem;
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}

.footer_to_top a:hover {
  opacity: 0.7;
}

@media screen and (max-width:768px){
  .l-footer__nav-wrap {
    flex-direction: column;
  }
  .l-footer__nav-wrap nav {
    margin: 0 auto;
  }
}

/* バンバーガーメニュー */
.menu_to_top {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  text-align: center;
}

.menu_to_top a {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #39b54a;
  padding: 15px 45px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.menu_to_top a::after {
  content: "";
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50.5%);
    bottom: 1rem;
    right: 1rem;
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}

/* ヘッダー */
.header_to_top {
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  text-align: center;
}

.header_to_top a {
  width: 17rem;
  height: 100%;
  padding: 0 25px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.45;
  color: #fff;
  background-color: #39b54a;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.header_to_top a::after {
  content: "";
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50.5%);
    bottom: 1rem;
    right: 1rem;
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}

.header_to_top a:hover {
  opacity: 0.7;
}

/* 20251222追記 */
:root {
  --main:#00244e;
  --blue:#006f85;
  --orange:#e95604;
  --green:#39b54a;
}


.mail-mg__sect {
    padding-top: 12.3rem;
}

.section-button {
  margin-inline: auto;
  width: 320px;
  height: 80px;
}

.section-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline: 30px;
  font-size: 22px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
  overflow: hidden;
  line-height: 1.35;
}

.button_blue a {
  color: var(--blue);
  border: 2px solid var(--blue);
}

.button_orange a {
  color: var(--orange);
  border: 2px solid var(--orange);
}

.section-button a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.button_blue a::before {
  background-color: var(--blue);
}

.button_orange a::before {
  background-color: var(--orange);
}

.section-button a::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  background-image: url("../../images/aym-d/icon/arrow-w.svg");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 2;
}

.external-linl a::after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 22px;
  height: 22px;
  background-image: url("../../images/aym-d/icon/external-link-icon-w.svg");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .section-button a:hover {
    color: #fff;
    text-decoration: none;
  }
  .button_orange a:hover {
    background-color: var(--orange);
  }
}

.section-button a:focus-visible {
  color: #fff;
  text-decoration: none;
  background-color: #39b54a;
}

.footer_container {
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_container a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer_container .footer_left,
.footer_container .footer_right {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.footer_container .footer_left {
  width: 30%;
  display: flex;
}

.footer_container .footer_right {
  width: 70%;
  display: flex;
}

.footer_soudan {
  color: #fff;
  background-color: #ec6c26;
  padding: 7px;
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
}

a.footer_tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto 15px;
}

a.footer_tel img {
  width: 18px;
  height: auto;
  margin-top: 3px;
}

a.footer_tel p {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
}

a.footer_form {
  position: relative;
  color: #ec6c26;
  background-color: #fff;
  border: 2px solid #ec6c26;
  padding: 15px 25px;
  text-align: center;
  font-size: 21px;
}

a.footer_form::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 21px;
  height: 21px;
  background-image: url(../images/keiei/common/arrow-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_container h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ec6c26;/*左線*/
}

.footer_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_management,
.footer_aymd {
  width: 50%;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.footer-nav__list li {
  flex: 1 1 250px;
  margin-left: 20px;
}

.footer-nav__list a {
  font-size: 16px;
  text-decoration: none;
  margin-top: 3px;
}

@media(max-width:768px){
  .footer_container {
    flex-direction: column;
  }
  .footer_container .footer_left {
    width: 90%;
    padding: 15px;
    margin: 0 auto;
  }
  .footer_container .footer_right {
    width: 90%;
    padding: 15px;
    margin: 0 auto;
  }
  .footer_menu {
    flex-direction: column;
  }
  .footer_management,
  .footer_aymd {
    width: 90%;
    margin: 0 auto;
  }
}

.btn_contact {
	height:100%;
	display:flex;
	flex-direction:column;
}

.btn_contact .line,
.btn_contact .mailmag {
	padding:10px 20px;
	height:100%;
	width:100%;
	color:#fff;
	text-align: center;
	font-weight:bold;
	font-family:"Times New Roman","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
	display: flex;
	align-items:center;
}

.btn_contact .line {
	background-color:#00B900;
}

.btn_contact .mailmag {
	background-color:#006f85;
}

.btn_contact img {
	height: 21px;
	width:auto;
	margin-right: 8px;
	margin-bottom: 4px;
}

/***
* 20260225追加
***/
.qa_text {
  font-size: 21px;
  text-align: center;
  display: table;
  margin: 50px auto 0;
}

.lh15 {
  line-height: 1.5 !important;
  text-align: center;
}

.line_qr img {
  margin: 50px auto 0;
  max-width: 300px;
}

.line_qr .line_icon {
  display: none;
}

@media(max-width:768px){
  .line_qr img {
    display: none;
  }

  .line_qr {
    text-align: center;
  }

  .line_qr .line_icon {
    display: block;
    padding: 15px 20px;
    margin: 15px auto;
    background-color: #06C755;
    color: #fff;
    width: 95%;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 2px;
  }
}

@media screen and ( width >= 830px ){
  .post-area:not(:has( #secondary )){
    display: block;
  }
}
@media screen and ( width >= 1000px ){
  .post-area:not(:has( #secondary )){
    .column-list{
      grid-template-columns: repeat( 3 , 1fr );
    }
  }
}