@charset "UTF-8";
/*----------------------------
Foundation
------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

figure {
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*----------------------------
■■　サイトの基本設定　base.scss ■■
------------------------------*/
/* ブレークポイント */
/* メディアクエリテンプレート */
/* コンテナ幅 */
.container, .container--s {
  width: 1280px;
  margin: 0 auto;
  padding: 0 6.4rem;
}
@media screen and (max-width: 1279px) {
  .container, .container--s {
    width: 100%;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .container, .container--s {
    width: 100%;
    padding: 0 20px;
  }
}

.container--s {
  width: 110rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1279px) {
  .container--s {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container--s {
    padding: 0 1.6rem;
    width: 100%;
  }
}

/* フォント関係の設定 */
/* 1rem＝10pxの設定 */
/* 基準フォント */
/* 各フォントサイズ設定 */
/* 色関係の設定 */
/* sectionのpadding設定 */
.sect-pad {
  padding: 0 0 16rem;
}
@media screen and (max-width: 1279px) {
  .sect-pad {
    padding: 0 0 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sect-pad {
    padding: 0 0 8rem;
  }
}

.sect-pad--y {
  padding: 16rem 0 16rem;
}
@media screen and (max-width: 1279px) {
  .sect-pad--y {
    padding: 9.6rem 0 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sect-pad--y {
    padding: 8rem 0 8rem;
  }
}

/* 全体構造 */
* {
  -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;
}
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: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 32rem;
  }
}

button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input, select, textarea {
  -webkit-appearance: none;
}

/* ヘッダー固定の調整 */
.main-body {
  padding-top: 9.6rem;
}
@media screen and (max-width: 1000px) {
  .main-body {
    padding-top: 6.4rem;
  }
}
.main-body.admin {
  padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .main-body.admin {
    padding-top: 1.8rem;
  }
}

/* Chorome relタグ 自動赤点線の除去 */
body a[rel~=nofollow], body a[rel~=sponsored], body a[rel~=ugc] {
  outline: none !important;
}

/*----------------------------
■ base.scssここまで
------------------------------*/
/*----------------------------
Layout
------------------------------*/
/*----------------------------
■■ フッター ■■
------------------------------*/
/* フッターテキストカラー初期設定 */
.l-footer {
  background: #535353;
  color: #fff;
  padding: 6.4rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.2rem 0 1.6rem;
  }
}
.l-footer__wrap {
  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;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__wrap {
    max-width: 84rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 3.5rem;
  }
}
.l-footer__img-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1279px) {
  .l-footer__img-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__img-groups {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22.7vw;
          flex: 0 1 22.7vw;
  min-width: 26rem;
  margin-right: 3.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-wrap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo-wrap {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.l-footer__sns-icon {
  width: 3.2rem;
  margin: 0 0.8rem;
}
.l-footer__sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__lists {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  -ms-grid-columns: auto;
  grid-template-columns: repeat(1, auto);
  row-gap: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__lists {
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    display: none;
  }
}
.l-footer__cta-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.5rem;
          flex: 0 1 43.5rem;
  margin-right: 3.2rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__cta-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
  }
}
.l-footer__flex {
  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;
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__flex {
    max-width: 84rem;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    padding-bottom: 2.5rem;
  }
}
.l-footer__link-groups {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__link-groups {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__copyright {
  font-size: 1.4rem;
  border-top: 1px solid #fff;
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-top: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    letter-spacing: 0.05em;
  }
}

/*----------------------------
header.php
------------------------------*/
.l-header {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /*----------------------------
  PCヘッダー
  ------------------------------*/
  /*----------------------------
  ロゴ設定
  ------------------------------*/
  /*----------------------------
  ナビラップ
  ------------------------------*/
  /*----------------------------
  ナビリスト
  ------------------------------*/
  /*----------------------------
  ナビアイテム
  ------------------------------*/
  /*----------------------------
  ハンバーガーメニュー
  ------------------------------*/
}
.l-header__wrap {
  height: 9.6rem;
  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;
}
@media screen and (max-width: 1000px) {
  .l-header__wrap {
    height: 6.4rem;
  }
}
.l-header__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.1rem;
          flex: 0 0 22.1rem;
}
@media screen and (max-width: 1279px) {
  .l-header__logo-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.6rem;
            flex: 0 0 17.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__logo-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.1rem;
            flex: 0 0 22.1rem;
  }
}
.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__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;
}
@media screen and (max-width: 1000px) {
  .l-header__nav-wrap {
    display: block;
    width: 85.33%;
    padding-top: 8rem;
    padding-bottom: 10rem;
    -webkit-transform: translate(170.66%);
            transform: translate(170.66%);
    overflow-y: auto;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    top: calc(6.4rem - 2px);
    right: 0;
    z-index: 1000;
  }
  .l-header__nav-wrap.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    height: 100%;
    padding-bottom: 10rem;
    background: #fff;
  }
}
.l-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-header__nav-lists {
    display: block;
  }
}
.l-header__nav-item {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 1em;
}
@media screen and (max-width: 1279px) {
  .l-header__nav-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav-item {
    width: calc(100% - 4.8rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin: 0 auto;
    padding: 1em 1em 1em 0;
  }
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__drawer {
    display: block;
  }
}
.l-header__drawer-bar {
  background-color: #fff;
  width: 24px;
  height: 2px;
  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.bar--1 {
  top: 25%;
}
.l-header__drawer-bar.bar--2 {
  top: 50%;
}
.l-header__drawer-bar.bar--3 {
  top: 75%;
}
.l-header__drawer-btn {
  border: 2px solid #535353;
  width: 48px;
  height: 48px;
  background: #535353;
  top: 8px;
  right: 20px;
  z-index: 1001;
  position: fixed;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}
.l-header__drawer-btn.active {
  border: 2px solid #535353;
}
.l-header__drawer-btn.active .l-header__drawer-bar {
  width: 36.77px;
  left: 8px;
  background: #fff;
}
.l-header__drawer-btn.active .bar--1 {
  -webkit-transform: rotate(0.7853981634rad) translate(-50%, -50%);
          transform: rotate(0.7853981634rad) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.l-header__drawer-btn.active .bar--2 {
  opacity: 0;
}
.l-header__drawer-btn.active .bar--3 {
  -webkit-transform: rotate(-0.7853981634rad) translate(-50%, -50%);
          transform: rotate(-0.7853981634rad) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.l-header__drawer-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(51, 51, 51, 0.5);
  display: none;
  top: 6.4rem;
  left: 0;
}

/*----------------------------
Object
------------------------------*/
/* ボタンのスタイル */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%; /* 丸い形にする */
  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;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.back-to-top:hover {
  opacity: 0.7;
}

/* 矢印をCSSで描画 */
.back-to-top::before {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0; /* 矢印の線を設定 */
  display: inline-block;
  padding: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); /* 矢印の向きを調整 */
  position: absolute;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .back-to-top::before {
    top: 1.25rem;
    border-width: 0 1.5px 1.5px 0; /* 矢印の線を設定 */
    padding: 4px;
  }
}

/*----------------------------
■■ ボタンコンポーネント　■■
使い方
<div class="c-btn__m-size">
  <a href="#" class="c-btn">
    <span class="c-btn__txt">テキスト</span>
  </a>
</div><!-- .c-btn__wrap -->

c-btn__m-sizeのクラス変更で、サイズ調整可能
------------------------------*/
/*----------------------------
■ ボタン基本設定
------------------------------*/
.wp-block-button__link,
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  /*----------------------------
    ■ ボタンサイズ
    使い方：クラスを変えると、ボタンのサイズが変わる
    ------------------------------*/
  /*
      ・Sサイズ
      ------------------------------*/
  /*
      ・通常サイズ（Mサイズ）
      ------------------------------*/
  /*
    ・（Lサイズ）
    ------------------------------*/
  /*----------------------------
  ■ボタンカラーパターン
  使い方：c-btnにマルチクラスでカラー変更可能
  例）c-btn c-btn--2
  ------------------------------*/
  /*----------------------------
  ■ ボタン位置調整
  使い方：サイズがついているクラスに、マルチクラスをする。
  c-btn__left（左寄せ）
  c-btn__center（中央寄せ）
  c-btn__right（右寄せ）
  例：
  <div class="c-btn__m-size c-btn__center">
  ------------------------------*/
  /*----------------------------
    ■　フォント設定
    ------------------------------*/
  /*----------------------------
      ■ボタンアイコン設定
      使い方：c-btn__txt に、マルチクラスで付与すると、アイコン追加。
      <span class="c-btn__txt c-btn__left-icon">テキスト</span>

      fontawesomeアイコンは、以下より探す
      https://fontawesome.com/search?s=solid%2Cbrands
      ------------------------------*/
  /*
  ・ボタンアイコン左
  ------------------------------*/
  /*
        ・ボタンアイコン右
        ------------------------------*/
}
.wp-block-button__link:focus, .wp-block-button__link:hover,
.c-btn:focus,
.c-btn:hover {
  opacity: 0.7;
}
.wp-block-button__link__s-size,
.c-btn__s-size {
  width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__s-size,
  .c-btn__s-size {
    width: 20rem;
    height: 5rem;
  }
}
.wp-block-button__link__m-size,
.c-btn__m-size {
  width: 32rem;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__m-size,
  .c-btn__m-size {
    width: 32rem;
    height: 6.4rem;
    max-width: 100%;
  }
}
.wp-block-button__link__l-size,
.c-btn__l-size {
  width: 30rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__l-size,
  .c-btn__l-size {
    width: 30rem;
    height: 8rem;
  }
}
.wp-block-button__link.c-btn--2,
.c-btn.c-btn--2 {
  background: #000;
  color: #fff;
}
.wp-block-button__link.c-btn--2:hover,
.c-btn.c-btn--2:hover {
  background: #fff;
  color: #000;
}
.wp-block-button__link__left,
.c-btn__left {
  margin: 0 auto 0 0;
}
.wp-block-button__link__center,
.c-btn__center {
  margin: 0 auto;
}
.wp-block-button__link__right,
.c-btn__right {
  margin: 0 0 0 auto;
}
.wp-block-button__link__left-pc,
.c-btn__left-pc {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__left-pc,
  .c-btn__left-pc {
    margin: 0;
  }
}
.wp-block-button__link__center-pc,
.c-btn__center-pc {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__center-pc,
  .c-btn__center-pc {
    margin: 0;
  }
}
.wp-block-button__link__right-pc,
.c-btn__right-pc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__right-pc,
  .c-btn__right-pc {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__left-sp,
  .c-btn__left-sp {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__center-sp,
  .c-btn__center-sp {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__right-sp,
  .c-btn__right-sp {
    margin: 0 0 0 auto;
  }
}
.wp-block-button__link__margin--x,
.c-btn__margin--x {
  margin: 0 4rem;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__margin--x,
  .c-btn__margin--x {
    margin: 0;
  }
}
.wp-block-button__link__txt,
.c-btn__txt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link__txt,
  .c-btn__txt {
    font-size: 1.6rem;
  }
}
.wp-block-button__link__left-icon,
.c-btn__left-icon {
  padding-left: 2rem;
  position: relative;
}
.wp-block-button__link__left-icon::before,
.c-btn__left-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 15px;
  background: url("../images/common/arrow.svg") no-repeat center center/contain;
}
.wp-block-button__link:hover .c-btn__left-icon::before,
.c-btn:hover .c-btn__left-icon::before {
  background: url("../images/common/arrow_hover.svg") no-repeat center center/contain;
}
.wp-block-button__link__right-icon,
.c-btn__right-icon {
  padding-right: 3.1rem;
  position: relative;
}
.wp-block-button__link__right-icon::before,
.c-btn__right-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url("../images/common/.svg") no-repeat center center/contain;
}
.wp-block-button__link:hover .c-btn__right-icon::before,
.c-btn:hover .c-btn__right-icon::before {
  background: url("../images/common/.svg") no-repeat center center/contain;
}

.wp-block-button {
  width: 32rem;
  height: 6.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp-block-button {
    width: 32rem;
    max-width: 100%;
    height: 6.4rem;
  }
}

.pager .wp-pagenavi {
  text-align: center;
  margin: 5rem 0;
}
.pager .wp-pagenavi span.current {
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  border: 1px solid #2c2c2c;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi span.current {
    width: 3rem;
    height: 3rem;
  }
}
.pager .wp-pagenavi span.current:hover {
  background: #2c2c2c;
  color: #fff;
}
.pager .wp-pagenavi .page {
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2c2c;
  font-weight: bold;
  border: 1px solid #2c2c2c;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .page {
    width: 3rem;
    height: 3rem;
  }
}
.pager .wp-pagenavi .page:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink {
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2c2c;
  font-weight: bold;
  border: 1px solid #2c2c2c;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink {
    width: 3rem;
    height: 3rem;
  }
}
.pager .wp-pagenavi .nextpostslink:hover, .pager .wp-pagenavi .previouspostslink:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .pages {
  display: none;
}
.pager .wp-pagenavi .first, .pager .wp-pagenavi .last {
  border: none;
}
.pager .wp-pagenavi .first:hover, .pager .wp-pagenavi .last:hover {
  opacity: 0.7;
}
.pager .wp-pagenavi .extend {
  border: none;
}
.pager .wp-pagenavi .extend:hover {
  opacity: 0.7;
}

.faq__lists {
  width: 100%;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .faq__lists {
    margin-top: 3.2rem;
  }
}
.faq__list-item {
  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);
  padding: 1.7rem 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .faq__list-item {
    padding: 1rem;
    margin-bottom: 1.6rem;
  }
}
.faq__question {
  padding-left: 7.3%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding: 0 2.5rem 0 3.5rem;
  }
}
.faq__question::before {
  content: "";
  background: url("../images/icon-q.svg") no-repeat center center/contain;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    top: 0.9rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.faq__question::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: url("../images/faq_open_icon.svg") no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.faq__question.active::after {
  content: "";
  background: url("../images/faq_close_icon.svg") no-repeat center center/contain;
}
.faq__answer {
  padding: 2rem 1rem 2rem 7.3%;
  display: none;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 1rem 2.5rem 1rem 3.5rem;
  }
}
.faq__answer::before {
  content: "";
  background: url("../images/icon-a.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  width: 4.6rem;
  height: 4.6rem;
  top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    width: 2.3rem;
    height: 2.3rem;
    top: 1.1rem;
  }
}
.faq__answer a {
  text-decoration: underline;
}

/*----------------------------
■■　カードコンポーネント　■■
概要：一覧(archive)などで、カード一覧
を使用する際に、使う事が多いコンポーネント
------------------------------*/
/*----------------------------
■　カード基準設定
------------------------------*/
.c-card {
  /*----------------------------
  ■カードグループ設定
  ------------------------------*/
  /*----------------------------
  ■カード画像設定
  ------------------------------*/
  /*----------------------------
  ■カードタイトル設定
  ------------------------------*/
  /*----------------------------
  ■カードinner設定
  概要：slickを使用する際に、c-cardを直接
  触ると、エラーが起こる。その為、内側のクラスとしてinnerを設けている。
  ------------------------------*/
  /*----------------------------
  ■カードラベル設定
  ------------------------------*/
  /*----------------------------
  ■カードボディ設定
  ------------------------------*/
  /*----------------------------
  ■カード日付設定
  ------------------------------*/
}
.c-card__groups {
  display: -ms-grid;
  display: grid;
  padding: 6.4rem 0 0;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4.8rem;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1279px) {
  .c-card__groups {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-card__groups {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1.6rem;
    padding-top: 3.2rem;
  }
}
.c-card__img-wrap {
  margin-bottom: 1.6rem;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  /*
  ・画像のレスポンシブ設定
  ------------------------------*/
}
.c-card__img-wrap img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__ttl {
  font-weight: normal;
  line-height: 1.43;
}
.c-card__inner {
  -webkit-transition: 250ms all;
  transition: 250ms all;
  position: relative;
}
.c-card__label {
  color: #fff;
  height: auto;
  padding: 0 1em;
  margin-bottom: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .c-card__label {
    height: 2.5rem;
  }
}
.c-card__body {
  padding: 0;
}
.c-card__date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ADADAD;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: 1.2rem;
  }
}

/*----------------------------
■■ mediaテンプレート　■■
------------------------------*/
.c-media {
  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;
}
@media screen and (max-width: 767px) {
  .c-media {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    max-width: 48rem;
    margin: 0 auto;
    row-gap: 3.2rem;
  }
}
.c-media__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40.25%;
          flex: 0 1 40.25%;
}
@media screen and (max-width: 767px) {
  .c-media__img-wrap {
    max-width: 32rem;
  }
}
.c-media__img-wrap.u-img--l {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55.55%;
          flex: 0 1 55.55%;
}
.c-media__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.6%;
          flex: 0 1 48.6%;
}
@media screen and (max-width: 1279px) {
  .c-media__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52.5%;
            flex: 0 1 52.5%;
  }
}
.c-media__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .c-media__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-media__ttl {
    font-size: 2rem;
  }
}
.c-media__ttl::before {
  content: "";
  display: none;
}
.c-media__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-media__btn {
    margin-top: 1.6rem;
  }
}

/*----------------------------
■■ パンくずコンポーネント　■■
------------------------------*/
.bread-nav__wrapper {
  padding: 5rem 0 2.5rem;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bread-nav__wrapper {
    font-size: 1.2rem;
  }
}

/*----------------------------
■■ お問い合わせテンプレート　■■
------------------------------*/
/*----------------------------
カラー初期設定
------------------------------*/
.p-form {
  /*----------------------------
  ■お問い合わせボックス
  ------------------------------*/
  /*
  ・お問い合わせフローアイコン設定
  ------------------------------*/
  /*
  ・フローアイコン　間の線
  ------------------------------*/
  /*
  ・フローアイコン設定
  ------------------------------*/
  /*----------------------------
  ■入力項目　見出し　設定
  ------------------------------*/
  /*----------------------------
  ■テーブル設定
  ------------------------------*/
  /*----------------------------
  ■ボタンラップ
  ------------------------------*/
  /*----------------------------
  ■確認ページ confirm
  ------------------------------*/
  /*----------------------------
  ■　完了ページ thanks
  ------------------------------*/
  /*----------------------------
  ■recaptchaテキスト
  ------------------------------*/
  /*----------------------------
  ■ トップテキスト
  ------------------------------*/
  /*----------------------------
  ■　必須ラベル
  ------------------------------*/
  /*----------------------------
  ■ safari　ボタンバグ回避
  ------------------------------*/
}
.p-form__box {
  padding: 3.2rem 1rem 6.4rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    padding-bottom: 3.2rem;
  }
}
.p-form__flow-icon-inner {
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__tel-heading {
  text-align: center;
  position: relative;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-heading {
    margin-bottom: 3.2rem;
  }
}
.p-form__flow-wrap {
  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;
  padding: 3.2rem 0;
}
.p-form__border {
  width: 10rem;
  height: 1px;
  margin: -4rem 2rem 0;
}
.p-form__flow-icon {
  font-size: 1.6rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  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;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon {
    margin-bottom: 1.3rem;
  }
}
.p-form__flow-icon.active {
  background: #fff;
  color: #2E2E2E;
}
.p-form__flow-icon p {
  font-weight: bold;
}
.p-form__heading {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__heading {
    font-size: 1.6rem;
  }
}
.p-form__table-wrap {
  max-width: 70rem;
  margin: 0 auto;
  /*
  ・テーブル行設定
  ------------------------------*/
  /*
  ・非表示テキスト設定（個人情報）
  ------------------------------*/
  /*
  ・ハイフンは入力不要の調整
  ------------------------------*/
  /*
  ・※郵便番号入力で住所が自動表示されます
  の調整
  ------------------------------*/
}
.p-form__table-wrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3rem;
  /*
  ・お名前、ふりがな行設定
  ------------------------------*/
}
.p-form__table-wrap tr.p-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
  ・お名前、ふりがな　幅設定
  ------------------------------*/
}
.p-form__table-wrap tr.p-form__flex td {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-form__table-wrap .u-hidden--txt {
  display: none;
}
.p-form__table-wrap .u-hidden--txt.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__table-wrap .u-hidden--txt .u-padding--left {
  padding-left: 5rem;
}
.p-form__table-wrap .u-padding--top {
  padding-top: 0.4rem;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--top {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--top {
    padding-top: 1rem;
  }
}
.p-form__table-wrap .u-padding--y {
  padding: 1rem 0 2.3rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--y {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--y {
    padding: 1rem 0 2rem 0;
    line-height: 1.5;
  }
}
.p-form__table-wrap table {
  width: 100%;
}
.p-form__table-wrap input,
.p-form__table-wrap textarea,
.p-form__table-wrap select {
  border-radius: 0 !important;
  font-size: 1.6rem;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap textarea,
  .p-form__table-wrap select {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap textarea,
  .p-form__table-wrap select {
    padding: 1.2rem 2rem;
  }
}
.p-form__table-wrap input.u-half--width,
.p-form__table-wrap textarea.u-half--width,
.p-form__table-wrap select.u-half--width {
  width: 15rem;
}
.p-form__btn-wrap {
  text-align: center;
  padding-bottom: 3.2rem;
  /*
  ・個人情報チェックラベル設定
  ------------------------------*/
}
.p-form__btn-wrap label {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.p-form__btn-wrap input {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0;
}
.p-form__btn-wrap.disable {
  display: none;
}
.p-form__btn-wrap input[type=checkbox]:checked + .p-form__privacy-txt::after {
  opacity: 1;
}
.p-form__btn-wrap .p-form__privacy-txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  text-align: left;
  /*
  ・カスタムチェックボックス
  戻るでチェック外れる為不採用 20230118
  ------------------------------*/
  /*
  ・カスタムチェックボックス　マーク
  戻るでチェック外れる為不採用 20230118
  ------------------------------*/
}
.p-form__btn-wrap .p-form__privacy-txt a {
  color: #0000ff;
  text-decoration: underline;
}
.p-form__btn-wrap .p-form__privacy-txt span {
  font-weight: bold;
}
.p-form__btn-wrap .p-form__privacy-txt::after, .p-form__btn-wrap .p-form__privacy-txt::before {
  content: "";
  position: absolute;
  display: block;
}
.p-form__confirm-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4.8rem;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -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;
  }
}
.p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__wrapper {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrapper {
    padding-top: 4rem;
  }
}
.p-form__thanks-txt {
  text-align: center;
  padding: 0 0 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-txt {
    text-align: left;
  }
}
.p-form__thanks-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4.8rem;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -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;
  }
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) a {
  color: #3483AF;
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__recaptcha-txt {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 1.2rem;
  padding-top: 4.4rem;
}
.p-form__txt-top {
  font-size: 2.4rem;
  color: #535353;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__txt-top {
    font-size: 1.6rem;
  }
}
.p-form__tel-wrap {
  text-align: center;
}
.p-form__tel-link {
  position: relative;
  font-size: 4.8rem;
  font-weight: bold;
  padding-left: 7rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__tel-link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__tel-link {
    padding-left: 4rem;
  }
}
.p-form__tel-link::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-link::before {
    top: 0.4rem;
  }
}
.p-form__label {
  background: #d9453b;
  color: #fff;
  padding: 0 5px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.p-form input[type=radio] {
  -webkit-appearance: auto;
  padding: 0;
}
.p-form input#privacy-policy {
  -webkit-appearance: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0;
}
.p-form__privacy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------
■リキャプチャバッヂ削除
------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

/*----------------------------
■ 送信ボタン
------------------------------*/
button[type=submit] {
  background: #ccc;
  pointer-events: none;
  border: none;
}
button[type=submit].active {
  pointer-events: initial;
  cursor: pointer;
}
button[type=submit].active:hover {
  opacity: 0.7;
}

input#privacy-policy {
  -webkit-appearance: auto;
}

label[for=privacy-policy-1] {
  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;
  margin-bottom: 3.2rem !important;
}

input[type=checkbox] {
  padding: 0;
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
}

.p-country-name {
  color: transparent;
}

/*1.フェードインアニメーションの指定*/
.scroll-fade {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .scroll-fade {
    opacity: 1;
  }
}

/*一瞬表示されるのを防ぐ*/
.scroll-load {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .scroll-load {
    opacity: 1;
  }
}

/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.fadeInDown {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30rem;
          flex: 1 0 30rem;
  padding: 2.4rem;
  border: 1px solid #eee;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .sidebar {
    position: static;
    top: initial;
  }
}
.sidebar .widgettitle {
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.sidebar ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
.sidebar ul li {
  padding-left: 1em;
  position: relative;
}
.sidebar ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.cta__box {
  padding: 6.4rem;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .cta__box {
    padding: 2.4rem 1.6rem;
    border-radius: 2rem;
  }
}
.cta__box-subttl {
  text-align: center;
}
.cta__box-ttl {
  text-align: center;
}
.cta__box-txt {
  text-align: center;
  padding: 2.4rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .cta__box-txt {
    padding: 1rem 0 1.6rem;
  }
}
.cta__btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .cta__btn-groups {
    -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;
    row-gap: 3.2rem;
  }
}

.p-single__conts-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70rem;
          flex: 1 1 70rem;
  margin-right: 3.2rem;
  border: 1px solid #eee;
  padding: 2.4rem;
  line-height: 2;
  /*----------------------------
  ■画像設定
  ------------------------------*/
  /*----------------------------
  ■見出しレイアウト
  ------------------------------*/
  /*----------------------------
  ■テーブルレイアウト
  ------------------------------*/
  /*----------------------------
  ■　文字装飾レイアウト
  ------------------------------*/
  /*
  ・太文字
  ------------------------------*/
  /*
  ・リスト
  ------------------------------*/
  /*
  ・引用ボックス
  ------------------------------*/
}
@media screen and (max-width: 1279px) {
  .p-single__conts-wrapper {
    margin-right: 0;
    margin-bottom: 3.2rem;
    padding: 2.4rem 1.6rem;
  }
}
.p-single__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-single__conts-wrapper a {
  text-decoration: underline;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__conts-wrapper a:has(.aligncenter) {
  margin: 0 auto;
}
.p-single__conts-wrapper a:has(.alignright) {
  margin-left: auto;
}
.p-single__conts-wrapper a:has(.alignleft) {
  margin-right: auto;
}
.p-single__conts-wrapper .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-single__conts-wrapper .alignright {
  margin-left: auto;
  display: block;
}
.p-single__conts-wrapper .alignleft {
  margin-right: auto;
  display: block;
}
.p-single__conts-wrapper h1 {
  margin-bottom: 0;
}
.p-single__conts-wrapper h2 {
  margin: 3rem 0 2rem;
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f6f6f6;
}
.p-single__conts-wrapper h3 {
  padding: 1rem 2rem;
  border-left: 3px solid #1E202B;
  margin: 3rem 0 2rem;
}
.p-single__conts-wrapper h4 {
  padding: 0.5rem 2rem;
  margin: 3rem 0 2rem;
}
.p-single__conts-wrapper table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 4.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper table {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper table {
    margin-bottom: 2.4rem;
  }
}
.p-single__conts-wrapper td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  padding: 0.5em 1em;
  min-width: 11rem;
}
.p-single__conts-wrapper strong,
.p-single__conts-wrapper b {
  font-weight: bold;
}
.p-single__conts-wrapper ul, .p-single__conts-wrapper ol {
  margin-left: 2em;
}
.p-single__conts-wrapper ul {
  list-style: disc;
}
.p-single__conts-wrapper blockquote {
  position: relative;
  padding: 5px 12px 5px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  color: #535353;
  background: #f4f4f4;
  margin: 3rem 0;
}
.p-single__conts-wrapper blockquote::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  background: url("../images/quote-left-solid.svg") no-repeat center center/contain;
}
.p-single__conts-wrapper blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
.p-single__conts-wrapper blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.p-single__conts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .p-single__conts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-single__ttl-wrap {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__ttl-wrap {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-single__date {
  line-height: 1;
}

.privacy__conts-wrap {
  padding-top: 7.1rem;
}
@media screen and (max-width: 767px) {
  .privacy__conts-wrap {
    padding-top: 5.1rem;
  }
}
.privacy__head-txt {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #4A4A4A;
}
@media screen and (max-width: 767px) {
  .privacy__head-txt {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy__lists .privacy__num:nth-child(1) {
    padding-top: 3.5rem;
  }
}
.privacy__num {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .privacy__num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy__num {
    padding: 7rem 0 2.5rem;
  }
}

.privacy-contact__conts-wrap {
  padding: 0 3rem 3rem 3rem;
  background: #fff;
  border: 1px solid #282828;
  height: 22rem;
  overflow-y: scroll;
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .privacy-contact__conts-wrap {
    padding: 0 1rem 1rem 1rem;
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-contact__lists .privacy-contact__num:nth-child(1) {
    padding-top: 1.5rem;
  }
}
.privacy-contact__txt-wrap {
  line-height: 1.33;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-contact__txt-wrap {
    font-size: 1.2rem;
  }
}
.privacy-contact__num {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .privacy-contact__num {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-contact__num {
    padding: 1em 0 0.5em;
  }
}

/*----------------------------
■■　トップページ　■■
------------------------------*/
.p-top .main-view__kv {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top .main-view__kv {
    height: auto;
  }
}
.p-top .main-view__kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top .main-view__kv img {
    height: auto;
  }
}
.p-top .features__card-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.4rem 1fr 6.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .features__card-groups {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 2.4rem;
  }
}
.p-top .features__card-ttl {
  margin: 1em 0 0.5em;
}
.p-top h2 {
  margin-bottom: 1em;
  font-weight: bold;
}
.p-top h3 {
  margin-bottom: 1em;
  font-weight: bold;
}
.p-top .wp-block-media-text {
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
}
.p-top .wp-block-heading {
  position: relative;
}

@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 1.6rem 0 0 0;
  }
}

.p-manual p {
  line-height: 2;
}
.p-manual .manual__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.6rem;
}
.p-manual .manual__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
.p-manual .manual__conts-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 6.4rem;
}
.p-manual .manual__lists {
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
}
.p-manual .manual__list-item {
  padding: 0.5em 1em;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  cursor: pointer;
}
.p-manual .manual__list-item:hover {
  background: #eee;
}
.p-manual .manual__list-item.active {
  background: #eee;
}
.p-manual .manual__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 12rem;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2em;
}
.p-manual .manual__heading.u-heading--h2 {
  background: #3b7fd9;
  font-weight: bold;
  padding: 0.3em 1em;
  color: #fff;
  margin: 3em 0 1.5em;
  font-size: 2rem;
}
.p-manual .manual__heading.u-heading--h3 {
  border-left: 5px solid #3b7fd9;
  font-weight: bold;
  padding-left: 1em;
  margin: 3em 0 1.5em;
}
.p-manual .manual__heading.u-heading--h4 {
  position: relative;
  font-weight: bold;
  margin: 3em 0 1.5em;
}
.p-manual .manual__heading.u-heading--h4::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #3b7fd9;
  bottom: 0;
  left: 0;
  width: 6.4rem;
  height: 1px;
}
.p-manual .manual__heading.u-heading--h4::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ccc;
  bottom: 0;
  left: 6.5rem;
  min-width: 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1px;
}
.p-manual .manual__img-wrap {
  width: auto;
}
.p-manual .manual__img-wrap img {
  width: auto;
  height: auto;
}
.p-manual .manual__gray-box {
  background: #F8F8F8;
  padding: 1em 1.5em;
  margin: 3.2rem 0;
}

/*----------------------------
■■　トップページ　■■
------------------------------*/
.p-area-archive .area-conts__sect {
  padding: 9.6rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .p-area-archive .area-conts__sect {
    padding: 4.8rem 0 8rem;
  }
}
.p-area-archive .area-conts__lists {
  background: #eee;
  padding: 3.2rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-area-archive .area-conts__lists {
    padding: 2rem;
  }
}
.p-area-archive .area-conts__lists .area-conts__list-link-groups:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-area-archive .area-conts__groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.2rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-area-archive .area-conts__groups {
    margin-top: 3.2rem;
  }
}
.p-area-archive .area-conts__list-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  font-weight: bold;
  padding: 0.5em 2em;
  margin-bottom: 1.6rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-area-archive .area-conts__list-heading {
    margin-bottom: 1rem;
  }
}
.p-area-archive .area-conts__list-ttl {
  font-size: 2.2rem;
  font-weight: 900;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-area-archive .area-conts__list-ttl {
    font-size: 1.8rem;
  }
}
.p-area-archive .area-conts__list-link-groups {
  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;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 3px dotted rgba(22, 85, 167, 0.1);
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-area-archive .area-conts__list-link-groups {
    margin-bottom: 2.4rem;
  }
}
.p-area-archive .area-conts__list-link-inner {
  text-decoration: underline;
  position: relative;
  padding-left: 1em;
  padding-right: 1.5em;
}
.p-area-archive .area-conts__list-link-inner::before {
  content: "･";
  position: absolute;
  left: 0;
}
.p-area-archive .area-conts__list-link h4 {
  font-weight: normal;
}

/*----------------------------
改行クラス
使い方：
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: 1279px) {
  .point-br--tab {
    display: block;
  }
}
.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

/*----------------------------
テキスト位置調整クラス
------------------------------*/
.u-txt--center {
  text-align: center;
}

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

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

/*----------------------------
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: 1279px) {
  .tab {
    display: block !important;
  }
}

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

.tab-flex {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .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;
}

/*----------------------------
padding margin
------------------------------*/
.u-pt10-5 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .u-pt10-5 {
    padding-top: 0.5rem;
  }
}

.u-pt20-10 {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .u-pt20-10 {
    padding-top: 1rem;
  }
}

.u-pt30-15 {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .u-pt30-15 {
    padding-top: 1.5rem;
  }
}

.u-pt40-20 {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pt40-20 {
    padding-top: 2rem;
  }
}

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

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

.u-mt10-5 {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .u-mt10-5 {
    margin-top: 0.5rem;
  }
}

.u-mt20-10 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .u-mt20-10 {
    margin-top: 1rem;
  }
}

.u-mt30-15 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .u-mt30-15 {
    margin-top: 1.5rem;
  }
}

.u-mt40-20 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .u-mt40-20 {
    margin-top: 2rem;
  }
}

.u-mt50-25 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .u-mt50-25 {
    margin-top: 2.5rem;
  }
}

.u-mt60-30 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .u-mt60-30 {
    margin-top: 3rem;
  }
}

.u-pb10-5 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .u-pb10-5 {
    padding-bottom: 0.5rem;
  }
}

.u-pb20-10 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .u-pb20-10 {
    padding-bottom: 1rem;
  }
}

.u-pb30-15 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .u-pb30-15 {
    padding-bottom: 1.5rem;
  }
}

.u-pb40-20 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .u-pb40-20 {
    padding-bottom: 2rem;
  }
}

.u-pb50-25 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .u-pb50-25 {
    padding-bottom: 2.5rem;
  }
}

.u-pb60-30 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .u-pb60-30 {
    padding-bottom: 3rem;
  }
}

.u-mb10-5 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .u-mb10-5 {
    margin-bottom: 0.5rem;
  }
}

.u-mb20-10 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .u-mb20-10 {
    margin-bottom: 1rem;
  }
}

.u-mb30-15 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .u-mb30-15 {
    margin-bottom: 1.5rem;
  }
}

.u-mb40-20 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .u-mb40-20 {
    margin-bottom: 2rem;
  }
}

.u-mb50-25 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .u-mb50-25 {
    margin-bottom: 2.5rem;
  }
}

.u-mb60-30 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .u-mb60-30 {
    margin-bottom: 3rem;
  }
}

.u-m10-5 {
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .u-m10-5 {
    margin: 0.5rem 0;
  }
}

.u-m20-10 {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .u-m20-10 {
    margin: 1rem 0;
  }
}

.u-m30-15 {
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .u-m30-15 {
    margin: 1.5rem 0;
  }
}

.u-m40-20 {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .u-m40-20 {
    margin: 2rem 0;
  }
}

.u-m50-25 {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .u-m50-25 {
    margin: 2.5rem 0;
  }
}

.u-m60-30 {
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .u-m60-30 {
    margin: 3rem 0;
  }
}

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

.u-p20-10 {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .u-p20-10 {
    padding: 1rem 0;
  }
}

.u-p30-15 {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .u-p30-15 {
    padding: 1.5rem 0;
  }
}

.u-p40-20 {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .u-p40-20 {
    padding: 2rem 0;
  }
}

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

.u-p60-30 {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .u-p60-30 {
    padding: 3rem 0;
  }
}