@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 ■■
------------------------------*/
/* ブレークポイント
pc：$layout-width-innerまで
tab：$layout-width-inner　-　1px ~ 768px
sp767未満
*/
/*-----------------------------------------
メディアクエリテンプレ https://haniwaman.com/breakpoint/
使い方：
@include mq('sp') { スマホレイアウト }
@include mq('tab') { タブレットレイアウト }
------------------------------------------*/
/* コンテナ幅 */
.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 6.4rem;
}
@media screen and (max-width: 1279px) {
  .container {
    width: 100%;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

/*----------------------------------------
フォント関係の設定
------------------------------------------*/
/*〇パソコン～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);
--------------------------------------------*/
/*----------------------------------------
色関係の設定
------------------------------------------*/
/*----------------------------
■　sectionのpadding設定
sectionによく使われる余白の設定
使い方：section class="sect-pad"
------------------------------*/
/*
・基準paddingの設定　基本PC 9.6rem SP4.8rem
------------------------------*/
.sect-pad {
  padding: 0 0 12.4rem;
}
@media screen and (max-width: 1279px) {
  .sect-pad {
    padding: 0 0 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sect-pad {
    padding: 0 0 6.2rem;
  }
}

.sect-pad--y {
  padding: 12.4rem 0 12.4rem;
}
@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: 6.2rem 0 6.2rem;
  }
}

/*----------------------------------------
全体構造：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: #000000;
}
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: #3D81FF;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

body {
  height: auto;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    min-width: 32rem;
  }
}

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

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

/* ユーザーエージェントスタイル（ブラウザ初期値）の上書き */
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------
〇ヘッダー固定の調整
概要：ヘッダーfixedの場合、メイン画像がヘッダーに隠れる為、その分の余白設定することで、下に隠れないようになる。
※ヘッダー固定の場合のみ調整
------------------------------------------*/
/*
WordPress管理バーの位置調整
使い方：
WordPress管理バーのずらしたい方向に、位置指定
*/
/*----------------------------
■　Chorome relタグ　自動赤点線の除去
------------------------------*/
body a[rel~=nofollow], body a[rel~=sponsored], body a[rel~=ugc] {
  outline: none !important;
}

/*----------------------------
■ base.scssここまで
------------------------------*/
/*----------------------------
Layout
------------------------------*/
/*----------------------------
■■ フッター　■■
------------------------------*/
/*----------------------------
フッター　テキストカラー初期設定
使い方：colorに、$footer-txt-colorを入力。
color: $footer-txt-color;
------------------------------*/
.l-footer {
  background: #3D81FF;
  color: #fff;
  padding: 2.4rem 0;
}
.l-footer a {
  color: #fff;
}
.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-item {
  padding: 0 1em;
}
.l-footer__copyright {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

/*----------------------------
header.php
------------------------------*/
.l-header {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header .container {
  padding-left: 2.8%;
  padding-right: 1.25%;
  width: 100%;
}
.l-header {
  /*----------------------------
  PCヘッダー
  ------------------------------*/
}
.l-header__wrap {
  height: 9.4rem;
  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: 4.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;
  }
}
.l-header {
  /*----------------------------
  ロゴ設定
  ------------------------------*/
}
.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;
  font-weight: bold;
}
.l-header {
  /*----------------------------
  ナビラップ
  ------------------------------*/
}
.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;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    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(4.8rem - 2px);
    right: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .l-header__nav-wrap {
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav-wrap.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    height: 100%;
    padding-bottom: 10rem;
  }
  .l-header__nav-wrap.open .l-header__nav-item {
    display: block;
  }
}
.l-header {
  /*----------------------------
  ナビリスト
  ------------------------------*/
}
.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 {
  /*----------------------------
  〇ナビ設定
  ------------------------------*/
}
.l-header__nav-item {
  font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
  .l-header__nav-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-item {
    font-size: 1.4rem;
  }
}
.l-header__nav-item {
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 1em;
}
@media screen and (max-width: 1000px) {
  .l-header__nav-item {
    display: none;
    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 {
  /*----------------------------
  ■ハンバーガーメニュー■
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュー表示設定
  ------------------------------*/
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__drawer {
    display: block;
  }
}
.l-header {
  /*----------------------------
  ■バーガーメニュー　線
  ------------------------------*/
}
.l-header__drawer-bar {
  background-color: #000;
  width: 24px;
  height: 3px;
  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: 30%;
}
.l-header__drawer-bar.bar--2 {
  top: 50%;
}
.l-header__drawer-bar.bar--3 {
  top: 70%;
}
.l-header {
  /*----------------------------
  MENU/CLOSE文字の設定
  ------------------------------*/
}
.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 {
  border: 2px solid transparent;
  width: 48px;
  height: 48px;
  top: 0px;
  right: 0px;
  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 transparent;
}
.l-header__drawer-btn.active .l-header__drawer-bar {
  width: 36.77px;
  left: 8px;
  background: #000;
}
.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-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: 4.8rem;
  left: 0;
}
.l-header {
  /*----------------------------
  ■ ctaボタン
  ------------------------------*/
}
.l-header__btn-wrap {
  margin-left: 5vw;
}
@media screen and (max-width: 1279px) {
  .l-header__btn-wrap {
    margin-left: 2.5vw;
  }
}
.l-header__btn {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 24rem;
  height: 5rem;
  border: 1px solid #000;
}
.l-header__btn-txt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.l-header__btn-txt::before {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.4rem;
  background: url("../images/common/mail.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header {
  /*----------------------------
  ■バーガーメニュ左に配置
  使い方：l-header__drawerに、leftクラスを付与すると、左側のメニューに変更可能
  ------------------------------*/
}
.l-header .l-header__drawer.left .l-header__nav-wrap {
  -webkit-transform: translate(-85.33%);
          transform: translate(-85.33%);
  right: auto;
  left: 0;
}
.l-header .l-header__drawer.left .l-header__nav-wrap.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.l-header .l-header__drawer.left .l-header__drawer-btn {
  right: auto;
  left: 32px;
}
.l-header {
  /*-----------------------------
  ヘッダースクロール/色変更クラス
  ------------------------------*/
}
.l-header.is-scrolled {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*----------------------------
Object
------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  z-index: 100;
  width: 6rem;
  right: 2rem;
  bottom: 2rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .back-to-top-wrapper {
    width: 4.2rem;
  }
}

/*----------------------------
■■ ボタンコンポーネント　■■
使い方
<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のクラス変更で、サイズ調整可能
------------------------------*/
/*----------------------------
■ ボタン基本設定
------------------------------*/
.c-btn {
  position: relative;
  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;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  overflow: hidden;
  background: #fff;
  width: 100%;
  border: 1px solid #000;
}
.c-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
          transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #3D81FF;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 0.8rem;
  height: 1.6rem;
  background: url("../images/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.c-btn.c-header-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-25px);
          transform: translateX(-50%) translateY(-25px);
  border-radius: 50%;
  background: #3D81FF;
}
.c-btn.c-header-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 0.8rem;
  height: 1.6rem;
  background: url("../images/common/arrow-black.svg") no-repeat center center/contain;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.c-btn.u-bg--white {
  background: #fff;
  color: #0D0A0A;
}
.c-btn.u-bg--white:hover {
  color: #fff;
}
.c-btn.u-bg--white:hover::after {
  background: url("../images/common/btn-arrow-white.svg") no-repeat center center/contain;
}
.c-btn.u-bg--white::after {
  background: url("../images/common/btn-arrow-black.svg") no-repeat center center/contain;
}
.c-btn:focus, .c-btn:hover {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn:focus, .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn:hover::before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
          transform: translateX(-1%) translateY(-175px);
}
@media screen and (max-width: 767px) {
  .c-btn:hover::before {
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-80%) translateY(-25px);
            transform: translateX(-80%) translateY(-25px);
  }
}
.c-btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 0.8rem;
  height: 1.6rem;
  background: url("../images/common/arrow_white.svg") no-repeat center center/contain;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.c-btn {
  /*----------------------------
    ■ ボタンサイズ
    使い方：クラスの変えると、ボタンのサイズが変わる
    ------------------------------*/
  /*
      ・Sサイズ
      ------------------------------*/
}
.c-btn__s-size {
  width: 20rem;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn__s-size {
    width: 20rem;
    height: 4.8rem;
  }
}
.c-btn {
  /*
      ・通常サイズ（Mサイズ）
      ------------------------------*/
}
.c-btn__m-size {
  width: 24rem;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn__m-size {
    width: 24rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__m-size.u-header-mt {
    margin-top: 3.2rem;
  }
}
.c-btn {
  /*
    ・（Lサイズ）
    ------------------------------*/
}
.c-btn__l-size {
  width: 32rem;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__l-size {
    width: 32rem;
    height: 6.4rem;
  }
}
.c-btn {
  /*----------------------------
  ■ボタンカラーパターン
  使い方：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__left {
  margin: 0 auto 0 0;
}
.c-btn__center {
  margin: 0 auto;
}
.c-btn__right {
  margin: 0 0 0 auto;
}
.c-btn__left-pc {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .c-btn__left-pc {
    margin: 0;
  }
}
.c-btn__center-pc {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__center-pc {
    margin: 0;
  }
}
.c-btn__right-pc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__right-pc {
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  .c-btn__left-tab {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .c-btn__center-tab {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1279px) {
  .c-btn__right-tab {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__left-sp {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__center-sp {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__right-sp {
    margin: 0 0 0 auto;
  }
}
.c-btn__margin--x {
  margin: 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__margin--x {
    margin: 0;
  }
}
.c-btn {
  /*----------------------------
    ■　フォント設定
    ------------------------------*/
}
.c-btn__txt {
  position: relative;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.c-btn__txt.u-icon--mail::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 1.7rem;
  background: url("../images/common/mail.svg") no-repeat center center/contain;
  left: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn {
  /*----------------------------
      ■ボタンアイコン設定
      使い方：c-btn__txt に、マルチクラスで付与すると、アイコン追加。
      <span class="c-btn__txt c-btn__left-icon">テキスト</span>

      fontawesomeアイコンは、以下より探す
      https://fontawesome.com/search?s=solid%2Cbrands
      ------------------------------*/
  /*
  ・ボタンアイコン左
  ------------------------------*/
}
.c-btn__left-icon {
  padding-left: 3.1rem;
  position: relative;
}
.c-btn__left-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url("../images/common/arrow.svg") no-repeat center center/contain;
}
.c-btn:hover .c-btn__left-icon::before {
  background: url("../images/common/.svg") no-repeat center center/contain;
}
.c-btn {
  /*
        ・ボタンアイコン右
        ------------------------------*/
}
.c-btn__right-icon {
  padding-right: 3.1rem;
  position: relative;
}
.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;
}
.c-btn:hover .c-btn__right-icon::before {
  background: url("../images/common/.svg") no-repeat center center/contain;
}

.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: #3D81FF;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  border: 1px solid #3D81FF;
  -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: #3D81FF;
  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: #3D81FF;
  font-weight: bold;
  border: 1px solid #3D81FF;
  -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: #3D81FF;
  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: #3D81FF;
  font-weight: bold;
  border: 1px solid #3D81FF;
  -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: #3D81FF;
  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;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 1.6rem;
  }
}
.faq__question {
  font-weight: 500;
}
@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 {
  /*----------------------------
  ■カードグループ設定
  ------------------------------*/
}
.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;
  grid-template-columns: repeat(3, 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)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-card {
  /*----------------------------
  ■カード画像設定
  ------------------------------*/
}
.c-card__img-wrap {
  margin-bottom: 1.6rem;
  width: 100%;
  position: relative;
  border: 1px solid transparent;
}
.c-card__img-wrap img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card {
  /*----------------------------
  ■カードタイトル設定
  ------------------------------*/
}
.c-card__ttl {
  font-weight: normal;
  line-height: 1.43;
}
.c-card {
  /*----------------------------
  ■カードinner設定
  概要：slickを使用する際に、c-cardを直接
  触ると、エラーが起こる。その為、内側のクラスとしてinnerを設けている。
  ------------------------------*/
}
.c-card__inner {
  -webkit-transition: 250ms all;
  transition: 250ms all;
  position: relative;
}
.c-card {
  /*----------------------------
  ■カードラベル設定
  ------------------------------*/
}
.c-card__label {
  color: #fff;
  background: #3D81FF;
  height: 3.2rem;
  padding: 0 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  margin-bottom: 0.3em;
  line-height: 1;
  -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 {
  /*----------------------------
  ■カードボディ設定
  ------------------------------*/
}
.c-card__body {
  padding: 0;
}
.c-card {
  /*----------------------------
  ■カード日付設定
  ------------------------------*/
}
.c-card__date {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: 1.2rem;
  }
}
.c-card__date {
  font-weight: bold;
  color: #ADADAD;
}

/*----------------------------
■■ 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: 1279px) {
  .c-media {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@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;
    padding-bottom: 3.2rem;
  }
}
.c-media__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.c-media__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 6%;
}
.c-media__ttl {
  font-size: 3.2rem;
}
@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 {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 1em;
}
.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;
}

.inquiry__label-txt {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2em 0;
  word-break: auto-phrase;
}
.inquiry__label-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17rem 1.2rem 1.1rem 1.2rem 17rem 1.2rem 1.1rem 1.2rem 17rem;
  grid-template-columns: 17rem 1.1rem 17rem 1.1rem 17rem;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .inquiry__label-groups {
    display: none;
  }
}
.inquiry__label {
  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: #C8DBFF;
  height: 6.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .inquiry__label {
    font-size: 1.4rem;
  }
}
.inquiry__label {
  font-weight: bold;
}
.inquiry__label.active {
  background: #3D81FF;
  color: #fff;
}
.inquiry__label-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__sect {
  border-radius: 12.8rem 12.8rem 0 0;
}
@media screen and (max-width: 1279px) {
  .inquiry__sect {
    border-radius: 9.6rem 9.6rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__sect {
    border-radius: 6.4rem 6.4rem 0 0;
  }
}
.inquiry__sect .wpcf7-form {
  max-width: 84rem;
  margin: 0 auto;
}
.inquiry__sect .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .inquiry__sect .content {
    display: block;
    border-bottom: none;
  }
}
.inquiry__sect .content:first-of-type {
  border-top: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .inquiry__sect .content:first-of-type {
    border-top: none;
  }
}
.inquiry__sect .l-cont {
  background: #C8DBFF;
  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;
  max-width: 23.2rem;
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .inquiry__sect .l-cont {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__sect .l-cont {
    max-width: 100%;
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid #000;
  }
}
.inquiry__sect .l-cont .req {
  background: #FF2415;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  width: 4.8rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
}
.inquiry__sect .r-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media screen and (max-width: 767px) {
  .inquiry__sect .r-cont {
    margin-bottom: 1.2rem;
  }
}
.inquiry__sect .r-cont p {
  display: contents;
}
.inquiry__sect {
  /* テキスト入力・メール・電話などの統一デザイン */
}
.inquiry__sect .r-cont input[type=text],
.inquiry__sect .r-cont input[type=email],
.inquiry__sect .r-cont input[type=tel],
.inquiry__sect .r-cont textarea {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inquiry__sect .r-cont input[type=text],
  .inquiry__sect .r-cont input[type=email],
  .inquiry__sect .r-cont input[type=tel],
  .inquiry__sect .r-cont textarea {
    padding: 1rem 1.2rem;
  }
}
.inquiry__sect {
  /* textarea だけ高さ調整 */
}
.inquiry__sect .r-cont textarea {
  min-height: 180px;
  resize: vertical;
}
.inquiry__sect {
  /* placeholder の色 */
}
.inquiry__sect ::-webkit-input-placeholder {
  color: #999;
}
.inquiry__sect ::-moz-placeholder {
  color: #999;
}
.inquiry__sect :-ms-input-placeholder {
  color: #999;
}
.inquiry__sect ::-ms-input-placeholder {
  color: #999;
}
.inquiry__sect ::placeholder {
  color: #999;
}
.inquiry__sect {
  /* 注釈テキスト（お電話欄の「※ハイフン〜」） */
}
.inquiry__sect .note {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.inquiry__sect .c-btn__m-size p {
  display: contents;
}
.inquiry__sect .c-btn__m-size input[type=submit],
.inquiry__sect .c-btn__m-size input[type=button] {
  display: block;
  border: 1px solid #000;
  background: #3D81FF;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  margin-top: 2.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.inquiry__sect .c-btn__m-size input[type=submit]:hover,
.inquiry__sect .c-btn__m-size input[type=button]:hover {
  background: #fff;
  color: #3D81FF;
}
.inquiry__sect .c-btn__m-size.u-bg--gray input[type=button] {
  background: #a1a1a1;
}
.inquiry__sect .c-btn__m-size.u-bg--gray input[type=button]:hover {
  background: #707070;
  color: #fff;
}
.inquiry__sect .privacy-cont {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.inquiry__sect .u-blue--link {
  padding: 0 0.2em;
}
.inquiry__sect .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  position: relative;
  z-index: 3;
  top: -2em;
  text-align: right;
}
.inquiry__sect .thanks-txt {
  padding-bottom: 2em;
}

.p-confirm .inquiry__sect {
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-confirm .inquiry__sect {
    padding-top: 2.4rem;
  }
}
.p-confirm .inquiry__sect .r-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1em;
}
.p-confirm .inquiry__sect .privacy-cont {
  margin-top: 0.7em;
}

.p-thanks .inquiry__sect {
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-thanks .inquiry__sect {
    padding-top: 2.4rem;
  }
}
.p-thanks .inquiry__label-groups {
  margin-top: 5.4rem;
}
.p-thanks .thanks-txt {
  text-align: center;
  padding: 0 0 2em;
}

/*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__ttl {
  color: #3D81FF;
  font-weight: bold;
  font-family: "bilo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    font-size: 1.8rem;
  }
}
.sidebar__ttl {
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    margin-bottom: 1.5rem;
  }
}
.sidebar__cat-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__cat-txt {
    font-size: 1.4rem;
  }
}
.sidebar__archive-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__archive-txt {
    font-size: 1.4rem;
  }
}
.sidebar__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar__inner-pc {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .sidebar__inner-sp {
    width: 100%;
    position: static;
  }
}
.archive__wrapper select[name=archive-dropdown] {
  border: 1px solid #c9c6c6;
  padding: 1.2rem 0.5em;
  background: #fff;
}
.archive__conts-wrapper {
  border-bottom: 1px solid #707070;
  width: 65rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .archive__conts-wrapper {
    width: 100%;
  }
}

/*----------------------------
■■ 見出しコンポネント　■■
------------------------------*/
.c-heading {
  word-break: auto-phrase;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0.2em;
  font-size: 3.2rem;
}
@media screen and (max-width: 1279px) {
  .c-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.4rem;
  }
}
.c-heading__wrap {
  text-align: center;
}
.c-heading__en {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-heading__en {
    height: 3rem;
  }
}
@media screen and (max-width: 425px) {
  .c-heading__en {
    height: 2.2rem;
  }
}
.c-heading .u-font--s {
  display: block;
  font-weight: 400;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .c-heading .u-font--s {
    font-size: 0.7em;
  }
}

.p-single__thumb-wrap {
  text-align: center;
  margin-bottom: 1em;
  max-width: 100%;
  padding: 1em;
}
.p-single__conts-wrapper {
  width: 100%;
  margin-bottom: 2em;
  /*----------------------------
  ■画像設定
  ------------------------------*/
}
.p-single__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-single__conts-wrapper p::after {
  content: "";
  display: block;
  clear: both;
}
.p-single__conts-wrapper a {
  color: #3D81FF;
  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 {
  float: right;
  margin: 0 0.7em;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0.7em 0;
  }
}
.p-single__conts-wrapper .alignleft {
  float: left;
  margin: 0 0.7em;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0.7em 0;
  }
}
.p-single__conts-wrapper {
  /*----------------------------
  ■見出しレイアウト
  ------------------------------*/
}
.p-single__conts-wrapper h1 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h1 {
    font-size: 2rem;
  }
}
.p-single__conts-wrapper h1 {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-single__conts-wrapper h2 {
  margin: 3rem 0 2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h2 {
    font-size: 1.8rem;
  }
}
.p-single__conts-wrapper h2 {
  font-weight: 500;
}
.p-single__conts-wrapper h3 {
  padding-left: 3rem;
  border-left: 3px solid #3D81FF;
  margin: 3rem 0 2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h3 {
    font-size: 1.8rem;
  }
}
.p-single__conts-wrapper h4 {
  padding: 0.5rem 2rem;
  border-left: 3px solid #3D81FF;
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h4 {
    font-size: 1.8rem;
  }
}
.p-single__conts-wrapper {
  /*----------------------------
  ■テーブルレイアウト
  ------------------------------*/
}
.p-single__conts-wrapper table {
  width: 100%;
  border: 1px solid #acacac;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper table {
    margin-bottom: 2.4rem;
  }
}
.p-single__conts-wrapper td {
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  height: 7rem;
  vertical-align: middle;
  padding: 1em 0.8em;
}
.p-single__conts-wrapper tr:nth-child(1) {
  background: #3D81FF;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #acacac;
  text-align: center;
}
.p-single__conts-wrapper {
  /*----------------------------
  ■　文字装飾レイアウト
  ------------------------------*/
  /*
  ・太文字
  ------------------------------*/
}
.p-single__conts-wrapper strong,
.p-single__conts-wrapper b {
  font-weight: bold;
}
.p-single__conts-wrapper {
  /*
  ・リスト
  ------------------------------*/
}
.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 {
  /*
  ・引用ボックス
  ------------------------------*/
}
.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: #000000;
  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__ttl-wrap {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-single__ttl-wrap {
    padding-bottom: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.p-single__date {
  line-height: 1;
}
.p-single {
  /*----------------------------
  著者情報
  ------------------------------*/
}
.p-single__bottom-conts {
  background: #eff5ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em;
  padding: 1em 1.5em;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__bottom-conts {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
  }
}
.p-single__bottom-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
.p-single__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.7em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-single__author-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-single__bottom-ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
  .p-single__bottom-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__bottom-ttl {
    font-size: 1.4rem;
  }
}
.p-single__bottom-ttl {
  font-weight: bold;
  border-bottom: 1px solid;
  word-break: auto-phrase;
}
.p-single__author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-single__author-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}
.p-single__author-img img {
  border-radius: 50%;
  max-width: 9.6rem;
}
.p-single__author-name {
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .p-single__author-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__author-name {
    font-size: 1.4rem;
  }
}
.p-single__author-name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.p-single__author-desc {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__author-desc {
    font-size: 1.4rem;
  }
}
.p-single {
  /*----------------------------
  ■ 記事下部　新着記事・アーカイブ
  ------------------------------*/
}
.p-single__archive-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 767px) {
  .p-single__archive-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em;
  }
}
.p-single__archive-list li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__archive-list li {
    font-size: 1.4rem;
  }
}
.p-single__archive-list a {
  display: inline-block;
  position: relative;
  padding: 1em 1em 1em 0;
  width: 100%;
  border-bottom: 1px dashed #7e7e7e;
}
.p-single__archive-list a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  background: url("../images/common/arrow-black.svg") no-repeat center center/contain;
  right: 0;
  top: 1.7em;
}
.p-single__archive-list time {
  font-size: 1.4rem;
  padding-right: 0.5em;
}
.p-single__related-posts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 767px) {
  .p-single__related-posts {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.sub-view__wrap {
  background: rgba(61, 129, 255, 0.5);
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-view__wrap {
    height: 16rem;
  }
}

/*----------------------------
■■　トップページ　■■
------------------------------*/
.p-top section:nth-of-type(odd) {
  background: #eff5ff;
}
.p-top .h1-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -100%;
  top: -100%;
  white-space: nowrap;
}
.p-top .kv__sect {
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .kv__sect {
    height: auto;
    padding-bottom: 4.8rem;
  }
}
.p-top .kv__img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .kv__img-wrap {
    height: auto;
  }
}
.p-top .kv__img-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}
.p-top .kv__img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .kv__wrap {
  height: calc(100vh - 9.6rem);
  min-height: 56rem;
  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;
}
@media screen and (max-width: 1279px) {
  .p-top .kv__wrap {
    min-height: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .kv__wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    min-height: initial;
    max-width: 48rem;
    margin: 0 auto;
    padding-top: 40vw;
  }
}
.p-top .kv__str-txt {
  font-size: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-top .kv__str-txt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .kv__str-txt {
    font-size: 2.4rem;
  }
}
.p-top .kv__str-txt {
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  line-height: 1.66;
  text-align: center;
  padding: 0 0.3em 0.3em;
  backdrop-filter: blur(3px);
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-top .kv__str-txt {
    margin-bottom: 1.5em;
  }
}
.p-top .kv__subtxt p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .kv__subtxt p {
    font-weight: 400;
  }
}
.p-top .kv__txt {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .kv__txt {
    font-size: 2rem;
  }
}
.p-top .kv__txt {
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, rgba(100, 255, 142, 0.55)));
  background: linear-gradient(transparent 75%, rgba(100, 255, 142, 0.55) 60%);
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .p-top .kv__txt {
    margin: 1em 0;
  }
}
.p-top .service__media-wrap {
  padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .service__media-wrap {
    padding-top: 3.2rem;
  }
}
.p-top .model__head-txt p {
  margin: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .p-top .model__head-txt p {
    margin: 1.5em 0;
  }
}
.p-top .model__head-txt p img {
  max-width: 640px;
}
.p-top .model__img-wrap {
  max-width: 82.5rem;
  margin: 0 auto;
  width: 100%;
}
.p-top .company__table-wrap {
  padding-top: 6.4rem;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .company__table-wrap {
    padding-top: 3.2rem;
  }
}
.p-top .company__table-wrap table {
  width: 100%;
}
.p-top .company__table-wrap tbody td:nth-child(1) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .company__table-wrap tbody td:nth-child(1) {
    font-size: 1.6rem;
  }
}
.p-top .company__table-wrap tbody td:nth-child(1) {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 1em;
  width: 10em;
  text-align: center;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 767px) {
  .p-top .company__table-wrap tbody td:nth-child(1) {
    width: 6em;
    padding: 0.5em;
  }
}
.p-top .company__table-wrap tbody td:nth-child(2) {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .company__table-wrap tbody td:nth-child(2) {
    font-size: 1.6rem;
  }
}
.p-top .company__table-wrap tbody td:nth-child(2) {
  line-height: 1.3;
  padding: 1em 1em 1em 4em;
}
@media screen and (max-width: 767px) {
  .p-top .company__table-wrap tbody td:nth-child(2) {
    padding: 0.5em 0.5em 0.5em 2em;
  }
}
.p-top .company__table-wrap tr {
  border-bottom: 1px solid #000;
}
.p-top .company {
  /*----------------------------
      ■マップインラインフレーム
      使い方：iframeを、map-wrapクラスで囲む。
      なお、iframe初期のheightと、widthは消去すること。（HTML側）
      ------------------------------*/
}
.p-top .company__map-wrap {
  max-width: 90rem;
  margin: 5.6rem auto 0;
  width: 100%;
  height: 56rem;
}
@media screen and (max-width: 767px) {
  .p-top .company__map-wrap {
    margin-top: 3.2rem;
    height: 30rem;
  }
}
.p-top .company__map-wrap iframe {
  width: 100%;
  height: 100%;
}
.p-top .consultant__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .consultant__media {
    padding-top: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .consultant__media-img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.2rem;
          flex: 0 1 37.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .consultant__media-img-wrap {
    margin-bottom: 3.2rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 80%;
  }
}
.p-top .consultant__media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .consultant__media-body {
    padding: 1.2rem 0 0 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}
.p-top .consultant__name {
  position: absolute;
  right: -1em;
  bottom: -2em;
  background: rgba(61, 129, 255, 0.75);
  backdrop-filter: blur(3px);
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .consultant__name {
    font-size: 1.4rem;
  }
}
.p-top .news__conts-groups {
  padding-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-top .news__conts-groups {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .news__conts-groups {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.2rem;
    padding-top: 3rem;
  }
}
.p-top .news__conts-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .p-top .news__conts-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .news__conts-ttl {
    font-size: 2rem;
  }
}
.p-top .news__conts-ttl {
  padding: 0.3em 1em;
  background: #3D81FF;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .news__conts-ttl {
    margin-bottom: 1rem;
  }
}
.p-top .news__conts-lists li a {
  display: block;
  padding: 1em 2em 1em 1em;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .news__conts-lists li a {
    font-size: 1.4rem;
  }
}
.p-top .news__conts-lists li a {
  position: relative;
}
.p-top .news__conts-lists li a::before {
  content: "";
  position: absolute;
  width: 5.77px;
  height: 13.5px;
  background: url("../images/common/arrow-black.svg") no-repeat center center/contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .news__conts-lists li a:hover::before {
  -webkit-transform: translateX(3px) translateY(-50%);
          transform: translateX(3px) translateY(-50%);
}
.p-top .news__label {
  background: #FF2415;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  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;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.3em 1em;
  line-height: 1;
}
.p-top .news__time {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .news__time {
    font-size: 1.4rem;
  }
}
.p-top .news__time {
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-top .news__time {
    padding-left: 0;
  }
}

/*----------------------------
■■　概要ページ page-about.php　■■
------------------------------*/
/*----------------------------
改行クラス
使い方：
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;
}

/*----------------------------
色変更クラス
------------------------------*/
.u-color--white--white {
  color: #fff;
}

/*----------------------------
背景色変更クラス
------------------------------*/
.u-bg--gray {
  background: #EFF5FF;
}

/*----------------------------
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;
}

/*----------------------------
etc
------------------------------*/
/*# sourceMappingURL=app.css.map */