/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ----------------------------------------------------

	読み込み専用のマスターファイルです。
	このファイルに直接スタイルを書き込まないでください。

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

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ----------------------------------------------------

	リセットCSS調整ファイルです。
	リセットCSSを調整、カスタマイズしたい場合に編集します。

---------------------------------------------------- */
/* ====================================================

	EXAMPLES FONT-SIZE
	------------------
	77% = 9px
	85% = 10px
	93% = 11px
	100% = 12px
	108% = 13px
	116% = 14px
	124% = 15px
	131% = 16px
	139% = 17px
	147% = 18px
	154% = 19px
	162% = 20px
	170% = 21px
	177% = 22px
	185% = 23px
	193% = 24px
	200% = 25px
	---------------

==================================================== */
html {
  font-size: 62.5%;
}
@media screen and (width <= 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

/* ----------------------------------------------------

	サイトの基本設定のファイルです。
	最初の設定以外、基本変更することはありません。

---------------------------------------------------- */
/* --------------------------
	フォントの設定
-------------------------- */
/* --------------------------
	カラーの設定
-------------------------- */
/* --------------------------
	レイアウトの設定
-------------------------- */
/* --------------------------
	グリッドのガター
-------------------------- */
/* --------------------------
	レスポンシブの設定
-------------------------- */
/* --------------------------
  アニメーションの設定
-------------------------- */
/* ----------------------------------------------------

	Mixinをまとめたファイルです。
	基本的に変更することはありません。
	Mixinを追加したい場合、_mixin_●●.scssという
	別ファイルを生成し、追加してください。

---------------------------------------------------- */
/* --------------------------
	レスポンシブ関連
-------------------------- */
/* ----------------------------------------------------

	自作関数をまとめたファイルです。
	基本的に変更することはありません。
	自作関数を追加したい場合、_functions_●●.scssという
	別ファイルを生成し、追加してください。

---------------------------------------------------- */
/* ----------------------------------------------------

	初期設定を行うファイルです。
	デフォルトの設定を行う時以外、基本的に編集することはありません。

---------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media screen and (max-width: 910px) {
  html {
    font-size: 1.0989011vw; /* 10px / 1000px * 100 */
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw; /* 10px / 375px * 100 */
  }
}

body {
  background: #fff;
  color: #03003F;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

/* --------------------------
	utility
-------------------------- */
/* ----------------------------------------------------

	汎用クラスをまとめたファイルです。
	基本的に変更することはありません。
	汎用クラスを追加したい場合、_utility_●●.scssという
	別ファイルを生成し、追加してください。

	命名規則として、クラス名の頭に 
	u-* (utilityのu)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
.u-txt-bold {
  font-weight: bold !important;
}

.u-txt-xsmall {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-xsmall {
    font-size: 1rem !important;
  }
}

.u-txt-small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-small {
    font-size: 1.2rem !important;
  }
}

.u-txt-medium {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-medium {
    font-size: 1.4rem !important;
  }
}

.u-txt-large {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-large {
    font-size: 1.6rem !important;
  }
}

.u-link {
  color: #000;
  text-decoration: underline;
}
.u-link:hover {
  text-decoration: none;
}

.u-ul-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.u-ul-default li {
  list-style: inherit;
}

.u-ol-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.u-ol-default li {
  list-style: inherit;
}

.u-ul-style > li {
  position: relative;
  padding-left: 1.3em;
}
.u-ul-style > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.u-ul-style--asterisk > li::before {
  content: "※";
}
.u-ul-style--disc > li::before {
  content: "●";
  color: #ccc;
}
.u-ul-style--disc-red > li::before {
  content: "●";
  color: #000;
}
.u-ul-style--number > li {
  counter-increment: number;
}
.u-ul-style--number > li::before {
  content: counter(number) ".";
}
.u-ul-style--number-red > li {
  counter-increment: number;
}
.u-ul-style--number-red > li::before {
  content: counter(number) ".";
  color: #000;
}

.u-align-l {
  text-align: left !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-r {
  text-align: right !important;
}

@media screen and (max-width: 1000px) {
  .u-align-l-tab {
    text-align: left !important;
  }
  .u-align-c-tab {
    text-align: center !important;
  }
  .u-align-r-tab {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-l-sp {
    text-align: left !important;
  }
  .u-align-c-sp {
    text-align: center !important;
  }
  .u-align-r-sp {
    text-align: right !important;
  }
}
.u-iframe-responsive {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.u-iframe-responsive iframe,
.u-iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* --------------------------
	padding margin 調整用
-------------------------- */
.u-mt-s {
  margin-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-s {
    margin-top: 1rem !important;
  }
}

.u-mt-m {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-m {
    margin-top: 2rem !important;
  }
}

.u-mt-l {
  margin-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-l {
    margin-top: 3rem !important;
  }
}

.u-mt-xl {
  margin-top: 8rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-xl {
    margin-top: 4rem !important;
  }
}

.u-mb-s {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-s {
    margin-bottom: 1rem !important;
  }
}

.u-mb-m {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-m {
    margin-bottom: 2rem !important;
  }
}

.u-mb-l {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-l {
    margin-bottom: 3rem !important;
  }
}

.u-mb-xl {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-xl {
    margin-bottom: 4rem !important;
  }
}

.u-mt120 {
  margin-top: 12rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-ml120 {
  margin-left: 12rem !important;
}

.u-mr120 {
  margin-right: 12rem !important;
}

.u-pt120 {
  padding-top: 12rem !important;
}

.u-pb120 {
  padding-bottom: 12rem !important;
}

.u-pl120 {
  padding-left: 12rem !important;
}

.u-pr120 {
  padding-right: 12rem !important;
}

.u-mt110 {
  margin-top: 11rem !important;
}

.u-mb110 {
  margin-bottom: 11rem !important;
}

.u-ml110 {
  margin-left: 11rem !important;
}

.u-mr110 {
  margin-right: 11rem !important;
}

.u-pt110 {
  padding-top: 11rem !important;
}

.u-pb110 {
  padding-bottom: 11rem !important;
}

.u-pl110 {
  padding-left: 11rem !important;
}

.u-pr110 {
  padding-right: 11rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-pt100 {
  padding-top: 10rem !important;
}

.u-pb100 {
  padding-bottom: 10rem !important;
}

.u-pl100 {
  padding-left: 10rem !important;
}

.u-pr100 {
  padding-right: 10rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-pt90 {
  padding-top: 9rem !important;
}

.u-pb90 {
  padding-bottom: 9rem !important;
}

.u-pl90 {
  padding-left: 9rem !important;
}

.u-pr90 {
  padding-right: 9rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-pt80 {
  padding-top: 8rem !important;
}

.u-pb80 {
  padding-bottom: 8rem !important;
}

.u-pl80 {
  padding-left: 8rem !important;
}

.u-pr80 {
  padding-right: 8rem !important;
}

.u-mt75 {
  margin-top: 7.5rem !important;
}

.u-mb75 {
  margin-bottom: 7.5rem !important;
}

.u-ml75 {
  margin-left: 7.5rem !important;
}

.u-mr75 {
  margin-right: 7.5rem !important;
}

.u-pt75 {
  padding-top: 7.5rem !important;
}

.u-pb75 {
  padding-bottom: 7.5rem !important;
}

.u-pl75 {
  padding-left: 7.5rem !important;
}

.u-pr75 {
  padding-right: 7.5rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-pt70 {
  padding-top: 7rem !important;
}

.u-pb70 {
  padding-bottom: 7rem !important;
}

.u-pl70 {
  padding-left: 7rem !important;
}

.u-pr70 {
  padding-right: 7rem !important;
}

.u-mt65 {
  margin-top: 6.5rem !important;
}

.u-mb65 {
  margin-bottom: 6.5rem !important;
}

.u-ml65 {
  margin-left: 6.5rem !important;
}

.u-mr65 {
  margin-right: 6.5rem !important;
}

.u-pt65 {
  padding-top: 6.5rem !important;
}

.u-pb65 {
  padding-bottom: 6.5rem !important;
}

.u-pl65 {
  padding-left: 6.5rem !important;
}

.u-pr65 {
  padding-right: 6.5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-pt60 {
  padding-top: 6rem !important;
}

.u-pb60 {
  padding-bottom: 6rem !important;
}

.u-pl60 {
  padding-left: 6rem !important;
}

.u-pr60 {
  padding-right: 6rem !important;
}

.u-mt55 {
  margin-top: 5.5rem !important;
}

.u-mb55 {
  margin-bottom: 5.5rem !important;
}

.u-ml55 {
  margin-left: 5.5rem !important;
}

.u-mr55 {
  margin-right: 5.5rem !important;
}

.u-pt55 {
  padding-top: 5.5rem !important;
}

.u-pb55 {
  padding-bottom: 5.5rem !important;
}

.u-pl55 {
  padding-left: 5.5rem !important;
}

.u-pr55 {
  padding-right: 5.5rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-pt50 {
  padding-top: 5rem !important;
}

.u-pb50 {
  padding-bottom: 5rem !important;
}

.u-pl50 {
  padding-left: 5rem !important;
}

.u-pr50 {
  padding-right: 5rem !important;
}

.u-mt45 {
  margin-top: 4.5rem !important;
}

.u-mb45 {
  margin-bottom: 4.5rem !important;
}

.u-ml45 {
  margin-left: 4.5rem !important;
}

.u-mr45 {
  margin-right: 4.5rem !important;
}

.u-pt45 {
  padding-top: 4.5rem !important;
}

.u-pb45 {
  padding-bottom: 4.5rem !important;
}

.u-pl45 {
  padding-left: 4.5rem !important;
}

.u-pr45 {
  padding-right: 4.5rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-pt40 {
  padding-top: 4rem !important;
}

.u-pb40 {
  padding-bottom: 4rem !important;
}

.u-pl40 {
  padding-left: 4rem !important;
}

.u-pr40 {
  padding-right: 4rem !important;
}

.u-mt35 {
  margin-top: 3.5rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-ml35 {
  margin-left: 3.5rem !important;
}

.u-mr35 {
  margin-right: 3.5rem !important;
}

.u-pt35 {
  padding-top: 3.5rem !important;
}

.u-pb35 {
  padding-bottom: 3.5rem !important;
}

.u-pl35 {
  padding-left: 3.5rem !important;
}

.u-pr35 {
  padding-right: 3.5rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-pt30 {
  padding-top: 3rem !important;
}

.u-pb30 {
  padding-bottom: 3rem !important;
}

.u-pl30 {
  padding-left: 3rem !important;
}

.u-pr30 {
  padding-right: 3rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-ml25 {
  margin-left: 2.5rem !important;
}

.u-mr25 {
  margin-right: 2.5rem !important;
}

.u-pt25 {
  padding-top: 2.5rem !important;
}

.u-pb25 {
  padding-bottom: 2.5rem !important;
}

.u-pl25 {
  padding-left: 2.5rem !important;
}

.u-pr25 {
  padding-right: 2.5rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-pt20 {
  padding-top: 2rem !important;
}

.u-pb20 {
  padding-bottom: 2rem !important;
}

.u-pl20 {
  padding-left: 2rem !important;
}

.u-pr20 {
  padding-right: 2rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-ml15 {
  margin-left: 1.5rem !important;
}

.u-mr15 {
  margin-right: 1.5rem !important;
}

.u-pt15 {
  padding-top: 1.5rem !important;
}

.u-pb15 {
  padding-bottom: 1.5rem !important;
}

.u-pl15 {
  padding-left: 1.5rem !important;
}

.u-pr15 {
  padding-right: 1.5rem !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-pt10 {
  padding-top: 1rem !important;
}

.u-pb10 {
  padding-bottom: 1rem !important;
}

.u-pl10 {
  padding-left: 1rem !important;
}

.u-pr10 {
  padding-right: 1rem !important;
}

.u-mt5 {
  margin-top: 0.5rem !important;
}

.u-mb5 {
  margin-bottom: 0.5rem !important;
}

.u-ml5 {
  margin-left: 0.5rem !important;
}

.u-mr5 {
  margin-right: 0.5rem !important;
}

.u-pt5 {
  padding-top: 0.5rem !important;
}

.u-pb5 {
  padding-bottom: 0.5rem !important;
}

.u-pl5 {
  padding-left: 0.5rem !important;
}

.u-pr5 {
  padding-right: 0.5rem !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 1000px) {
  .u-mt120-tab {
    margin-top: 12rem !important;
  }
  .u-mb120-tab {
    margin-bottom: 12rem !important;
  }
  .u-ml120-tab {
    margin-left: 12rem !important;
  }
  .u-mr120-tab {
    margin-right: 12rem !important;
  }
  .u-pt120-tab {
    padding-top: 12rem !important;
  }
  .u-pb120-tab {
    padding-bottom: 12rem !important;
  }
  .u-pl120-tab {
    padding-left: 12rem !important;
  }
  .u-pr120-tab {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt110-tab {
    margin-top: 11rem !important;
  }
  .u-mb110-tab {
    margin-bottom: 11rem !important;
  }
  .u-ml110-tab {
    margin-left: 11rem !important;
  }
  .u-mr110-tab {
    margin-right: 11rem !important;
  }
  .u-pt110-tab {
    padding-top: 11rem !important;
  }
  .u-pb110-tab {
    padding-bottom: 11rem !important;
  }
  .u-pl110-tab {
    padding-left: 11rem !important;
  }
  .u-pr110-tab {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt100-tab {
    margin-top: 10rem !important;
  }
  .u-mb100-tab {
    margin-bottom: 10rem !important;
  }
  .u-ml100-tab {
    margin-left: 10rem !important;
  }
  .u-mr100-tab {
    margin-right: 10rem !important;
  }
  .u-pt100-tab {
    padding-top: 10rem !important;
  }
  .u-pb100-tab {
    padding-bottom: 10rem !important;
  }
  .u-pl100-tab {
    padding-left: 10rem !important;
  }
  .u-pr100-tab {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt90-tab {
    margin-top: 9rem !important;
  }
  .u-mb90-tab {
    margin-bottom: 9rem !important;
  }
  .u-ml90-tab {
    margin-left: 9rem !important;
  }
  .u-mr90-tab {
    margin-right: 9rem !important;
  }
  .u-pt90-tab {
    padding-top: 9rem !important;
  }
  .u-pb90-tab {
    padding-bottom: 9rem !important;
  }
  .u-pl90-tab {
    padding-left: 9rem !important;
  }
  .u-pr90-tab {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt80-tab {
    margin-top: 8rem !important;
  }
  .u-mb80-tab {
    margin-bottom: 8rem !important;
  }
  .u-ml80-tab {
    margin-left: 8rem !important;
  }
  .u-mr80-tab {
    margin-right: 8rem !important;
  }
  .u-pt80-tab {
    padding-top: 8rem !important;
  }
  .u-pb80-tab {
    padding-bottom: 8rem !important;
  }
  .u-pl80-tab {
    padding-left: 8rem !important;
  }
  .u-pr80-tab {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt75-tab {
    margin-top: 7.5rem !important;
  }
  .u-mb75-tab {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-tab {
    margin-left: 7.5rem !important;
  }
  .u-mr75-tab {
    margin-right: 7.5rem !important;
  }
  .u-pt75-tab {
    padding-top: 7.5rem !important;
  }
  .u-pb75-tab {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-tab {
    padding-left: 7.5rem !important;
  }
  .u-pr75-tab {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt70-tab {
    margin-top: 7rem !important;
  }
  .u-mb70-tab {
    margin-bottom: 7rem !important;
  }
  .u-ml70-tab {
    margin-left: 7rem !important;
  }
  .u-mr70-tab {
    margin-right: 7rem !important;
  }
  .u-pt70-tab {
    padding-top: 7rem !important;
  }
  .u-pb70-tab {
    padding-bottom: 7rem !important;
  }
  .u-pl70-tab {
    padding-left: 7rem !important;
  }
  .u-pr70-tab {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt65-tab {
    margin-top: 6.5rem !important;
  }
  .u-mb65-tab {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-tab {
    margin-left: 6.5rem !important;
  }
  .u-mr65-tab {
    margin-right: 6.5rem !important;
  }
  .u-pt65-tab {
    padding-top: 6.5rem !important;
  }
  .u-pb65-tab {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-tab {
    padding-left: 6.5rem !important;
  }
  .u-pr65-tab {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt60-tab {
    margin-top: 6rem !important;
  }
  .u-mb60-tab {
    margin-bottom: 6rem !important;
  }
  .u-ml60-tab {
    margin-left: 6rem !important;
  }
  .u-mr60-tab {
    margin-right: 6rem !important;
  }
  .u-pt60-tab {
    padding-top: 6rem !important;
  }
  .u-pb60-tab {
    padding-bottom: 6rem !important;
  }
  .u-pl60-tab {
    padding-left: 6rem !important;
  }
  .u-pr60-tab {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt55-tab {
    margin-top: 5.5rem !important;
  }
  .u-mb55-tab {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-tab {
    margin-left: 5.5rem !important;
  }
  .u-mr55-tab {
    margin-right: 5.5rem !important;
  }
  .u-pt55-tab {
    padding-top: 5.5rem !important;
  }
  .u-pb55-tab {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-tab {
    padding-left: 5.5rem !important;
  }
  .u-pr55-tab {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt50-tab {
    margin-top: 5rem !important;
  }
  .u-mb50-tab {
    margin-bottom: 5rem !important;
  }
  .u-ml50-tab {
    margin-left: 5rem !important;
  }
  .u-mr50-tab {
    margin-right: 5rem !important;
  }
  .u-pt50-tab {
    padding-top: 5rem !important;
  }
  .u-pb50-tab {
    padding-bottom: 5rem !important;
  }
  .u-pl50-tab {
    padding-left: 5rem !important;
  }
  .u-pr50-tab {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt45-tab {
    margin-top: 4.5rem !important;
  }
  .u-mb45-tab {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-tab {
    margin-left: 4.5rem !important;
  }
  .u-mr45-tab {
    margin-right: 4.5rem !important;
  }
  .u-pt45-tab {
    padding-top: 4.5rem !important;
  }
  .u-pb45-tab {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-tab {
    padding-left: 4.5rem !important;
  }
  .u-pr45-tab {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt40-tab {
    margin-top: 4rem !important;
  }
  .u-mb40-tab {
    margin-bottom: 4rem !important;
  }
  .u-ml40-tab {
    margin-left: 4rem !important;
  }
  .u-mr40-tab {
    margin-right: 4rem !important;
  }
  .u-pt40-tab {
    padding-top: 4rem !important;
  }
  .u-pb40-tab {
    padding-bottom: 4rem !important;
  }
  .u-pl40-tab {
    padding-left: 4rem !important;
  }
  .u-pr40-tab {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt35-tab {
    margin-top: 3.5rem !important;
  }
  .u-mb35-tab {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-tab {
    margin-left: 3.5rem !important;
  }
  .u-mr35-tab {
    margin-right: 3.5rem !important;
  }
  .u-pt35-tab {
    padding-top: 3.5rem !important;
  }
  .u-pb35-tab {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-tab {
    padding-left: 3.5rem !important;
  }
  .u-pr35-tab {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt30-tab {
    margin-top: 3rem !important;
  }
  .u-mb30-tab {
    margin-bottom: 3rem !important;
  }
  .u-ml30-tab {
    margin-left: 3rem !important;
  }
  .u-mr30-tab {
    margin-right: 3rem !important;
  }
  .u-pt30-tab {
    padding-top: 3rem !important;
  }
  .u-pb30-tab {
    padding-bottom: 3rem !important;
  }
  .u-pl30-tab {
    padding-left: 3rem !important;
  }
  .u-pr30-tab {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt25-tab {
    margin-top: 2.5rem !important;
  }
  .u-mb25-tab {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-tab {
    margin-left: 2.5rem !important;
  }
  .u-mr25-tab {
    margin-right: 2.5rem !important;
  }
  .u-pt25-tab {
    padding-top: 2.5rem !important;
  }
  .u-pb25-tab {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-tab {
    padding-left: 2.5rem !important;
  }
  .u-pr25-tab {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt20-tab {
    margin-top: 2rem !important;
  }
  .u-mb20-tab {
    margin-bottom: 2rem !important;
  }
  .u-ml20-tab {
    margin-left: 2rem !important;
  }
  .u-mr20-tab {
    margin-right: 2rem !important;
  }
  .u-pt20-tab {
    padding-top: 2rem !important;
  }
  .u-pb20-tab {
    padding-bottom: 2rem !important;
  }
  .u-pl20-tab {
    padding-left: 2rem !important;
  }
  .u-pr20-tab {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt15-tab {
    margin-top: 1.5rem !important;
  }
  .u-mb15-tab {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-tab {
    margin-left: 1.5rem !important;
  }
  .u-mr15-tab {
    margin-right: 1.5rem !important;
  }
  .u-pt15-tab {
    padding-top: 1.5rem !important;
  }
  .u-pb15-tab {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-tab {
    padding-left: 1.5rem !important;
  }
  .u-pr15-tab {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt10-tab {
    margin-top: 1rem !important;
  }
  .u-mb10-tab {
    margin-bottom: 1rem !important;
  }
  .u-ml10-tab {
    margin-left: 1rem !important;
  }
  .u-mr10-tab {
    margin-right: 1rem !important;
  }
  .u-pt10-tab {
    padding-top: 1rem !important;
  }
  .u-pb10-tab {
    padding-bottom: 1rem !important;
  }
  .u-pl10-tab {
    padding-left: 1rem !important;
  }
  .u-pr10-tab {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt5-tab {
    margin-top: 0.5rem !important;
  }
  .u-mb5-tab {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-tab {
    margin-left: 0.5rem !important;
  }
  .u-mr5-tab {
    margin-right: 0.5rem !important;
  }
  .u-pt5-tab {
    padding-top: 0.5rem !important;
  }
  .u-pb5-tab {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-tab {
    padding-left: 0.5rem !important;
  }
  .u-pr5-tab {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt0-tab {
    margin-top: 0rem !important;
  }
  .u-mb0-tab {
    margin-bottom: 0rem !important;
  }
  .u-ml0-tab {
    margin-left: 0rem !important;
  }
  .u-mr0-tab {
    margin-right: 0rem !important;
  }
  .u-pt0-tab {
    padding-top: 0rem !important;
  }
  .u-pb0-tab {
    padding-bottom: 0rem !important;
  }
  .u-pl0-tab {
    padding-left: 0rem !important;
  }
  .u-pr0-tab {
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt120-sp {
    margin-top: 12rem !important;
  }
  .u-mb120-sp {
    margin-bottom: 12rem !important;
  }
  .u-ml120-sp {
    margin-left: 12rem !important;
  }
  .u-mr120-sp {
    margin-right: 12rem !important;
  }
  .u-pt120-sp {
    padding-top: 12rem !important;
  }
  .u-pb120-sp {
    padding-bottom: 12rem !important;
  }
  .u-pl120-sp {
    padding-left: 12rem !important;
  }
  .u-pr120-sp {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt110-sp {
    margin-top: 11rem !important;
  }
  .u-mb110-sp {
    margin-bottom: 11rem !important;
  }
  .u-ml110-sp {
    margin-left: 11rem !important;
  }
  .u-mr110-sp {
    margin-right: 11rem !important;
  }
  .u-pt110-sp {
    padding-top: 11rem !important;
  }
  .u-pb110-sp {
    padding-bottom: 11rem !important;
  }
  .u-pl110-sp {
    padding-left: 11rem !important;
  }
  .u-pr110-sp {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt100-sp {
    margin-top: 10rem !important;
  }
  .u-mb100-sp {
    margin-bottom: 10rem !important;
  }
  .u-ml100-sp {
    margin-left: 10rem !important;
  }
  .u-mr100-sp {
    margin-right: 10rem !important;
  }
  .u-pt100-sp {
    padding-top: 10rem !important;
  }
  .u-pb100-sp {
    padding-bottom: 10rem !important;
  }
  .u-pl100-sp {
    padding-left: 10rem !important;
  }
  .u-pr100-sp {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt90-sp {
    margin-top: 9rem !important;
  }
  .u-mb90-sp {
    margin-bottom: 9rem !important;
  }
  .u-ml90-sp {
    margin-left: 9rem !important;
  }
  .u-mr90-sp {
    margin-right: 9rem !important;
  }
  .u-pt90-sp {
    padding-top: 9rem !important;
  }
  .u-pb90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pl90-sp {
    padding-left: 9rem !important;
  }
  .u-pr90-sp {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 8rem !important;
  }
  .u-mb80-sp {
    margin-bottom: 8rem !important;
  }
  .u-ml80-sp {
    margin-left: 8rem !important;
  }
  .u-mr80-sp {
    margin-right: 8rem !important;
  }
  .u-pt80-sp {
    padding-top: 8rem !important;
  }
  .u-pb80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pl80-sp {
    padding-left: 8rem !important;
  }
  .u-pr80-sp {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mb75-sp {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-sp {
    margin-left: 7.5rem !important;
  }
  .u-mr75-sp {
    margin-right: 7.5rem !important;
  }
  .u-pt75-sp {
    padding-top: 7.5rem !important;
  }
  .u-pb75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-sp {
    padding-left: 7.5rem !important;
  }
  .u-pr75-sp {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 7rem !important;
  }
  .u-mb70-sp {
    margin-bottom: 7rem !important;
  }
  .u-ml70-sp {
    margin-left: 7rem !important;
  }
  .u-mr70-sp {
    margin-right: 7rem !important;
  }
  .u-pt70-sp {
    padding-top: 7rem !important;
  }
  .u-pb70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pl70-sp {
    padding-left: 7rem !important;
  }
  .u-pr70-sp {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mb65-sp {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-sp {
    margin-left: 6.5rem !important;
  }
  .u-mr65-sp {
    margin-right: 6.5rem !important;
  }
  .u-pt65-sp {
    padding-top: 6.5rem !important;
  }
  .u-pb65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-sp {
    padding-left: 6.5rem !important;
  }
  .u-pr65-sp {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 6rem !important;
  }
  .u-mb60-sp {
    margin-bottom: 6rem !important;
  }
  .u-ml60-sp {
    margin-left: 6rem !important;
  }
  .u-mr60-sp {
    margin-right: 6rem !important;
  }
  .u-pt60-sp {
    padding-top: 6rem !important;
  }
  .u-pb60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pl60-sp {
    padding-left: 6rem !important;
  }
  .u-pr60-sp {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mb55-sp {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-sp {
    margin-left: 5.5rem !important;
  }
  .u-mr55-sp {
    margin-right: 5.5rem !important;
  }
  .u-pt55-sp {
    padding-top: 5.5rem !important;
  }
  .u-pb55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-sp {
    padding-left: 5.5rem !important;
  }
  .u-pr55-sp {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 5rem !important;
  }
  .u-mb50-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml50-sp {
    margin-left: 5rem !important;
  }
  .u-mr50-sp {
    margin-right: 5rem !important;
  }
  .u-pt50-sp {
    padding-top: 5rem !important;
  }
  .u-pb50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl50-sp {
    padding-left: 5rem !important;
  }
  .u-pr50-sp {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mb45-sp {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-sp {
    margin-left: 4.5rem !important;
  }
  .u-mr45-sp {
    margin-right: 4.5rem !important;
  }
  .u-pt45-sp {
    padding-top: 4.5rem !important;
  }
  .u-pb45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-sp {
    padding-left: 4.5rem !important;
  }
  .u-pr45-sp {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 4rem !important;
  }
  .u-mb40-sp {
    margin-bottom: 4rem !important;
  }
  .u-ml40-sp {
    margin-left: 4rem !important;
  }
  .u-mr40-sp {
    margin-right: 4rem !important;
  }
  .u-pt40-sp {
    padding-top: 4rem !important;
  }
  .u-pb40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pl40-sp {
    padding-left: 4rem !important;
  }
  .u-pr40-sp {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mb35-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-sp {
    margin-left: 3.5rem !important;
  }
  .u-mr35-sp {
    margin-right: 3.5rem !important;
  }
  .u-pt35-sp {
    padding-top: 3.5rem !important;
  }
  .u-pb35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-sp {
    padding-left: 3.5rem !important;
  }
  .u-pr35-sp {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 3rem !important;
  }
  .u-mb30-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml30-sp {
    margin-left: 3rem !important;
  }
  .u-mr30-sp {
    margin-right: 3rem !important;
  }
  .u-pt30-sp {
    padding-top: 3rem !important;
  }
  .u-pb30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl30-sp {
    padding-left: 3rem !important;
  }
  .u-pr30-sp {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mb25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-sp {
    margin-left: 2.5rem !important;
  }
  .u-mr25-sp {
    margin-right: 2.5rem !important;
  }
  .u-pt25-sp {
    padding-top: 2.5rem !important;
  }
  .u-pb25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-sp {
    padding-left: 2.5rem !important;
  }
  .u-pr25-sp {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 2rem !important;
  }
  .u-mb20-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml20-sp {
    margin-left: 2rem !important;
  }
  .u-mr20-sp {
    margin-right: 2rem !important;
  }
  .u-pt20-sp {
    padding-top: 2rem !important;
  }
  .u-pb20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl20-sp {
    padding-left: 2rem !important;
  }
  .u-pr20-sp {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mb15-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-sp {
    margin-left: 1.5rem !important;
  }
  .u-mr15-sp {
    margin-right: 1.5rem !important;
  }
  .u-pt15-sp {
    padding-top: 1.5rem !important;
  }
  .u-pb15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-sp {
    padding-left: 1.5rem !important;
  }
  .u-pr15-sp {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 1rem !important;
  }
  .u-mb10-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml10-sp {
    margin-left: 1rem !important;
  }
  .u-mr10-sp {
    margin-right: 1rem !important;
  }
  .u-pt10-sp {
    padding-top: 1rem !important;
  }
  .u-pb10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl10-sp {
    padding-left: 1rem !important;
  }
  .u-pr10-sp {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mb5-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-sp {
    margin-left: 0.5rem !important;
  }
  .u-mr5-sp {
    margin-right: 0.5rem !important;
  }
  .u-pt5-sp {
    padding-top: 0.5rem !important;
  }
  .u-pb5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-sp {
    padding-left: 0.5rem !important;
  }
  .u-pr5-sp {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0rem !important;
  }
  .u-mb0-sp {
    margin-bottom: 0rem !important;
  }
  .u-ml0-sp {
    margin-left: 0rem !important;
  }
  .u-mr0-sp {
    margin-right: 0rem !important;
  }
  .u-pt0-sp {
    padding-top: 0rem !important;
  }
  .u-pb0-sp {
    padding-bottom: 0rem !important;
  }
  .u-pl0-sp {
    padding-left: 0rem !important;
  }
  .u-pr0-sp {
    padding-right: 0rem !important;
  }
}
/* --------------------------
	margin マイナス調整用
-------------------------- */
.u-mt-70-negative {
  margin-top: -7rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt-40-negative-sp {
    margin-top: -4rem !important;
  }
}
/* --------------------------
	Layout
-------------------------- */
/* ----------------------------------------------------

	レイアウト設定のファイルです。
	グリッドレイアウトのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
/* --------------------------
	グリッドシステム
-------------------------- */
.l-grid {
  display: flex;
  flex-wrap: wrap;
}
.l-grid__item {
  box-sizing: border-box;
  width: 16.667%;
}
.l-grid__item-1 {
  width: 8.33%;
}
.l-grid__item-2 {
  width: 16.667%;
}
.l-grid__item-3 {
  width: 25%;
}
.l-grid__item-4 {
  width: 33.333%;
}
.l-grid__item-5 {
  width: 41.666%;
}
.l-grid__item-6 {
  width: 50%;
}
.l-grid__item-7 {
  width: 58.333%;
}
.l-grid__item-8 {
  width: 66.666%;
}
.l-grid__item-9 {
  width: 75%;
}
.l-grid__item-10 {
  width: 83.33%;
}
.l-grid__item-11 {
  width: 91.666%;
}
.l-grid__item-12 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .l-grid__item-1-tab {
    width: 8.33%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-2-tab {
    width: 16.667%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-3-tab {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-4-tab {
    width: 33.333%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-5-tab {
    width: 41.666%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-6-tab {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-7-tab {
    width: 58.333%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-8-tab {
    width: 66.666%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-9-tab {
    width: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-10-tab {
    width: 83.33%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-11-tab {
    width: 91.666%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid__item-12-tab {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-1-sp {
    width: 8.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-2-sp {
    width: 16.667%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-3-sp {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-4-sp {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-5-sp {
    width: 41.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-6-sp {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-7-sp {
    width: 58.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-8-sp {
    width: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-9-sp {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-10-sp {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-11-sp {
    width: 91.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__item-12-sp {
    width: 100%;
  }
}
.l-grid--ai-center {
  align-items: center;
}
.l-grid.l-gutter-s {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -1rem;
}
.l-grid.l-gutter-s > .l-grid__item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.l-grid.l-gutter-m {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
}
.l-grid.l-gutter-m > .l-grid__item {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-grid.l-gutter-l {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -4rem;
}
.l-grid.l-gutter-l > .l-grid__item {
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-grid.l-gutter-xl {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: -6rem;
}
.l-grid.l-gutter-xl > .l-grid__item {
  margin-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.l-grid.l-gutter-2l {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: -8rem;
}
.l-grid.l-gutter-2l > .l-grid__item {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1000px) {
  .l-grid.l-gutter-s-tab {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -1rem;
  }
  .l-grid.l-gutter-s-tab > .l-grid__item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid.l-gutter-m-tab {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
  }
  .l-grid.l-gutter-m-tab > .l-grid__item {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid.l-gutter-l-tab {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
  }
  .l-grid.l-gutter-l-tab > .l-grid__item {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-s-sp {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -1rem;
  }
  .l-grid.l-gutter-s-sp > .l-grid__item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-m-sp {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
  }
  .l-grid.l-gutter-m-sp > .l-grid__item {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-l-sp {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
  }
  .l-grid.l-gutter-l-sp > .l-grid__item {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-grid.l-grid-mb0 > .l-grid__item {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
  .l-grid.l-grid-mb0-tab > .l-grid__item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-grid-mb0-sp > .l-grid__item {
    margin-bottom: 0 !important;
  }
}

/* ----------------------------------------------------

	レイアウト設定のファイルです。
	レイアウトに関する汎用性の高いスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

---------------------------------------------------- */
.l-section {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: 910px;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 2.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner--sp {
    padding: 0;
  }
}

.inner {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

#content > .inner {
  display: flex;
  padding-bottom: 12rem;
  padding-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #content > .inner {
    padding-top: 4rem;
    display: block;
  }
}

#content.m_one > .inner {
  display: block;
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

/* --------------------------
	module
-------------------------- */
#header {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: none;
  }
}
.header__contact {
  position: relative;
  background: #03003F;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 6rem 0 1.5rem;
  display: flex;
  align-items: center;
  height: 5rem;
  z-index: 999;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .header__contact {
    position: absolute;
    top: 8.5rem;
    right: 1rem;
    background: #D40E19;
    font-size: 1rem;
    padding: 4rem 0.2rem 1rem 0.2rem;
    display: block;
    height: 6.5rem;
    width: 6.5rem;
    margin: 0;
  }
}
.header__contact:hover {
  opacity: 0.7;
}
.header__contact::before {
  position: absolute;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background: #D40E19;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .header__contact::before {
    content: none;
  }
}
.header__contact::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20viewBox%3D%220%200%2026.34%2031.37%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%201.38px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2211.69%22%20x2%3D%2221%22%20y2%3D%2211.69%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2219.69%22%20x2%3D%2221%22%20y2%3D%2219.69%22%2F%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2210.16%2030.89%2025.36%2015.69%2010.16%20.49%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 2.1rem;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .header__contact::after {
    width: 3.9rem;
    height: 2.2rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20viewBox%3D%220%200%2040%2023%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2239%22%20height%3D%2222%22%2F%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.69%20.55%2021.38%2013.71%2039.54%20.55%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
    right: auto;
    left: 50%;
    top: 1.2rem;
  }
}
.header__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .header__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    flex-direction: column;
    align-items: end;
  }
}
.header__list {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.header__list li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.header__list li a {
  transition: 0.25s;
}
.header__list li a:hover {
  opacity: 0.7;
}
.header .hmb-btn {
  position: relative;
  cursor: pointer;
  background: #03003F;
  height: 6.5rem;
  width: 6.5rem;
  z-index: 9999;
}
.header .hmb-btn__inner {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .hmb-btn__hmb {
  position: relative;
  height: 1.4rem;
  width: 3.9rem;
}
.header .hmb-btn__hmb span {
  display: inline-block;
  transition: all 0.25s;
  /* アニメーションの設定 */
  position: absolute;
  left: 0;
  height: 1px;
  background: #fff;
  width: 100%;
}
.header .hmb-btn__hmb span:nth-of-type(1) {
  top: 10%;
}
.header .hmb-btn__hmb span:nth-of-type(2) {
  top: auto;
  bottom: 0;
  transform: translate(0, -1px);
}
.header .hmb-btn__txt {
  position: absolute;
  transform: translateX(-50%);
  bottom: 0.8rem;
  left: 50%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
.header .hmb-btn.active .hmb-btn__hmb span:nth-of-type(1) {
  top: 40%;
  transform: rotate(-20deg);
  width: 100%;
}
.header .hmb-btn.active .hmb-btn__hmb span:nth-of-type(2) {
  top: 40%;
  transform: rotate(20deg);
  width: 100%;
}

.menu-sp {
  background: linear-gradient(50deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s all;
  z-index: 9998;
  pointer-events: none;
  overflow-y: scroll;
}
.menu-sp.open {
  opacity: 1;
  pointer-events: auto;
}
.menu-sp__wrap {
  width: 80%;
  margin: 7rem auto 0;
  position: relative;
  z-index: 9998;
}
.menu-sp__list {
  margin-top: 9rem;
  text-align: center;
}
.menu-sp__list li {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 3rem;
  letter-spacing: 0.1rem;
}
.menu-sp .copyright {
  color: #fff;
  padding: 3.6rem 0 1rem;
}

.footer {
  padding: 4rem 0;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #03003F;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-color: #0095d0;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  border-color: #e2e2e2;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  border-color: #e2e2e2;
  box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  background-color: #0095d0;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type=radio] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  -webkit-transform: translateY(-50%);
  background: #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type=checkbox] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #e2e2e2;
  border-left: 4px solid #e2e2e2;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 26px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border-color: #e2e2e2;
  box-shadow: none;
  outline: none;
}

/* バリデーションエラー */
.form-errors {
  background-color: #fff1f1;
  border: 1px solid #ff8080;
  color: #d00;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.form-errors ul {
  margin: 0;
  padding-left: 20px;
}

.form-errors li {
  margin-bottom: 5px;
}

.is-error {
  border-color: #ff8080 !important;
  background-color: #fff1f1 !important;
}

/* DatePicker */
.ui-datepicker {
  z-index: 9999 !important;
}

/* ラジオボタングループ */
.form__radio-group {
  display: flex;
  margin-top: 10px;
}

.form__radio-label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.form__radio {
  margin-right: 5px;
}

/* DatePicker入力フィールド */
.datepicker {
  background-color: #fff;
  cursor: pointer;
}

/* DatePicker調整 */
.ui-datepicker {
  font-size: 14px;
  width: 250px;
  z-index: 9999 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.ui-datepicker .ui-datepicker-header {
  background: #4a90e2;
  color: white;
  border: none;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #e5e5e5;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #4a90e2;
  color: white;
}

/* 日付入力フィールドのスタイル */
#preferred-date {
  background-color: #fff;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"></line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"></line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"></line></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
}

#primary {
  width: 65.45455%;
}
@media screen and (max-width: 767px) {
  #primary {
    width: 100%;
    margin-bottom: 7rem;
  }
}

.m_one #primary {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m_one #primary {
    margin-bottom: 7rem;
  }
}

#secondary {
  margin-left: auto;
  width: 30.90909%;
}
@media screen and (max-width: 767px) {
  #secondary {
    width: 100%;
  }
}

.m_one #secondary {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m_one #secondary {
    display: block;
  }
}

.breadcrumb {
  color: #8d8d8d;
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
}

.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 1rem;
}

.breadcrumb a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.work-breadcrumb {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.work-breadcrumb .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.work-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.genre-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .genre-nav {
    margin-bottom: 5px;
  }
}

.genre-nav-link {
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .genre-nav-link {
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.genre-nav-link a {
  display: block;
  padding: 6px 1.4rem;
  background: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: HiraKakuPro-W6, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", Meiryo, "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 767px) {
  .genre-nav-link a {
    padding: 3px 8px;
    font-size: 1.6rem;
  }
}

.genre-nav-link a.is-active, .genre-nav-link a:hover {
  background: #0095d0;
  color: #fff;
}

.entry-work {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry-work {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.entry-work-body {
  margin-top: 4rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .entry-work-body {
    display: block;
    margin-top: 4rem;
  }
}

.entry-work-content {
  width: 62%;
  padding-right: 4rem;
  line-height: 2.25;
}
@media screen and (max-width: 1099px) {
  .entry-work-content {
    width: 58%;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-work-content {
    width: 100%;
    padding-right: 0;
    line-height: 1.875;
  }
}

.entry-work-table {
  width: 38%;
  /* 384 / 1020 * 100%; */
  margin-left: auto;
}
@media screen and (max-width: 1099px) {
  .entry-work-table {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .entry-work-table {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
}

.entry-work-table table {
  border-color: #707070;
}

.entry-work-table th, .entry-work-table td {
  padding: 0.8rem 1.6rem;
  border-color: #707070;
  font-size: 1.4rem;
  word-break: break-all;
}

.entry-work-table th {
  width: 43%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #999;
}
@media screen and (max-width: 767px) {
  .entry-work-table th {
    width: 12rem;
  }
}

.entry-work-btn {
  text-align: center;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .entry-work-btn {
    margin-top: 4rem;
  }
}

.entry-work-related {
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .entry-work-related {
    margin-top: 5.4rem;
  }
}

.entry-work-related-entries {
  margin-bottom: 0;
}

.entry-work-related-entries .entry-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry-work-related-entries .entry-item {
    margin-bottom: 2.7rem;
  }
  .entry-work-related-entries .entry-item:last-child {
    margin-bottom: 0;
  }
}

.entry-work-related-head {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4.4rem;
  position: relative;
  text-align: left;
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #0095d0;
  padding: 2.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .entry-work-related-head {
    font-size: 2rem;
    padding: 2.7rem 1.7rem;
    margin-bottom: 2.4rem;
  }
}

.entry-work-related-head::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 2.4rem;
  position: absolute;
  top: 100%;
  width: 0;
}

.entries {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .entries {
    display: block;
  }
}

.entry-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin-bottom: 5rem;
  margin-right: 4rem;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .entry-item {
    margin-bottom: 2.7rem;
    margin-right: 0;
    width: 100%;
  }
}

.entry-item:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.entry-item:nth-child(2n),
.entry-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .entry-item:last-child {
    margin-bottom: 0;
  }
}

.entry-item-img {
  text-align: center;
}

.entry-item-body {
  padding: 2rem;
}

.entry-item-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.entry-item-published {
  color: #808080;
  font-size: 1.2rem;
  margin-top: 4px;
}

.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-item-tag {
  background: #0095d0;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  padding: 3px 1.4rem 2px;
}

.entry-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 1.4rem;
}

.entry-item-excerpt {
  color: #454545;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.entries.m_horizontal {
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal {
    margin-bottom: 4rem;
  }
}

.entries.m_horizontal .entry-item {
  display: flex;
  margin-bottom: 3rem;
  margin-right: 0;
  padding: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}

.entries.m_horizontal .entry-item:last-child {
  margin-bottom: 0;
}

.entries.m_horizontal .entry-item .entry-item-img {
  width: 36.02941%;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-img {
    width: 45.0617%;
  }
}

.entries.m_horizontal .entry-item .entry-item-body {
  padding: 0 0 0 2rem;
  width: 63.97059%;
}
@media screen and (max-width: 767px) {
  .entries.m_horizontal .entry-item .entry-item-body {
    padding-left: 1.2rem;
    width: 54.93827%;
  }
}

.entries.m_block .entry-item {
  width: 100%;
  margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
  padding: 2rem;
  width: 100%;
}

.entries.m_block .entry-item .entry-item-published {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-published {
    font-size: 1rem;
  }
}

.entries.m_block .entry-item .entry-item-tag {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 1rem;
    margin-right: 8px;
  }
}

.entries.m_block .entry-item .entry-item-title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-title {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.entries.m_block .entry-item .entry-item-excerpt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .entries.m_block .entry-item .entry-item-excerpt {
    display: none;
  }
}

.entry {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 4rem 4rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 1rem;
  }
}

.entry-label {
  display: inline-block;
  margin-bottom: 1.8rem;
}

.entry-label a {
  background: #0095d0;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 4px 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .entry-label a {
    font-size: 1.1rem;
    padding: 4px 1.4rem;
  }
}

.entry-label a:hover {
  opacity: 0.6;
}

.entry-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 2.4rem;
    line-height: 1.4167;
  }
}

.m_page .entry-title {
  margin-bottom: 3.4rem;
}

.entry-meta {
  align-items: center;
  display: flex;
  margin-bottom: 1.8rem;
}

.entry-published,
.entry-updated {
  color: #808080;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .entry-published,
  .entry-updated {
    font-size: 1.1rem;
  }
}

.entry-published::before,
.entry-updated::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.entry-updated {
  margin-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .entry-updated {
    margin-left: 1.8rem;
  }
}

.entry-updated::before {
  content: "\f1da";
  font-weight: 900;
}

.entry-img {
  text-align: center;
}

.entry-tag-items {
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .entry-tag-items {
    font-size: 2.4rem;
  }
}

.entry-tag-head {
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  padding: 6px 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .entry-tag-head {
    padding: 6px 15px 0;
  }
}

.entry-tag-head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.entry-tag-item {
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.entry-tag-item:last-child {
  margin-right: 0;
}

.entry-tag-item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #808080;
  display: block;
  font-size: 1.4rem;
  padding: 6px 1.8rem 5px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .entry-tag-item a {
    padding: 4px 16px 3px;
  }
}

.entry-tag-item a:hover {
  background: #808080;
  border-color: #808080;
  color: #fff;
}

.entry-body {
  margin-top: 3.2rem;
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .entry-body {
    padding-bottom: 2.4rem;
  }
}

.m_page .entry-body {
  padding-bottom: 1.2rem;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
  margin-top: 0;
}

.entry-body h2 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #0095d0;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3.8rem;
  margin-top: 7.9rem;
  padding: 2.4rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry-body h2 {
    font-size: 2rem;
    margin-top: 8rem;
    padding: 2.7rem 1.7rem;
  }
}

.entry-body h2::after {
  border: 5px solid transparent;
  border-top: 1.5rem solid #ebebeb;
  content: "";
  height: 0;
  left: 2.4rem;
  position: absolute;
  top: 100%;
  width: 0;
}

.entry-body h3 {
  border-bottom: 3px solid #0095d0;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2.4rem;
  margin-top: 8.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entry-body h3 {
    font-size: 2rem;
  }
}

.entry-body h4 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  margin-top: 8.2rem;
  padding-left: 4.2rem;
  position: relative;
}

.entry-body h4::before {
  color: #0095d0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}

.entry-body h5 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2.7rem;
  margin-top: 6rem;
}

.entry-body h6 {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
}

.entry-body p {
  line-height: 1.875;
  margin-top: 3rem;
}

.entry-body ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 2rem;
}

.entry-body ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 2rem;
}

.entry-body li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.entry-body blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}

.entry-body blockquote > :first-child {
  margin-top: 0;
}

.entry-body blockquote > :last-child {
  margin-bottom: 0;
}

.entry-body q {
  background: #eee;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.entry-body strong,
.entry-body b {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
}

.entry-body a {
  color: #1592e6;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.entry-body a:hover {
  opacity: 0.6;
}

.entry-body img {
  vertical-align: middle;
}

.entry-body .entry-btn {
  margin: 1em 0;
  text-align: center;
}

.entry-body .entry-btn .btn {
  color: #fff;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
  opacity: 1;
}

.entry-links {
  margin-top: 3.2rem;
  text-align: center;
}

.entry-links .post-page-numbers {
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 3rem;
  text-align: center;
}

.entry-links .post-page-numbers.current {
  background: #666;
  color: #fff;
}

.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
  margin-right: 0;
}

.entry-links a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-links a:hover {
  background: #666;
  color: #fff;
}

.wpost-item {
  display: flex;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.wpost-item:hover {
  opacity: 0.6;
}

.wpost-item:last-child {
  margin-bottom: 0;
}

.m_ranking .wpost-item {
  counter-increment: ranking;
  position: relative;
}

.m_ranking .wpost-item::after {
  background: #01b3a7;
  color: #fff;
  content: counter(ranking);
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2rem;
}

.wpost-item-img {
  width: 12rem;
}

.wpost-item-img img {
  margin-right: 0;
  float: none;
}

.wpost-item-body {
  padding: 0 0 0 1rem;
  width: calc(100% - 12rem);
}

.wpost-item-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57143;
}

.wpost-item-title a {
  text-decoration: none;
}

.entry-404 {
  padding-bottom: 8.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-404 {
    padding-bottom: 0;
    padding-top: 1.8rem;
  }
}

.entry-404-head {
  color: #f0cdd0;
  font-family: "Lato", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 4rem;
    margin-bottom: 3.6rem;
  }
}

.entry-404-head span::after {
  content: " ";
}
@media screen and (max-width: 767px) {
  .entry-404-head span::after {
    display: none;
  }
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 2rem;
    margin-bottom: 3.4rem;
  }
}

.entry-404-lead .m_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-404-lead .m_sp {
    display: block;
  }
}

.entry-404-content {
  color: #808080;
}
@media screen and (max-width: 767px) {
  .entry-404-content {
    font-size: 1.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.entry-404-btn {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .entry-404-btn {
    margin-top: 6.2rem;
  }
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.pagetop {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.5rem 2rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  cursor: pointer;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
}
.pagetop.active {
  opacity: 1;
  pointer-events: all;
}

.btn {
  -webkit-appearance: none;
  background-color: #01b3a7;
  background-image: none;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  min-width: 28.2rem;
  padding: 1.7rem 2rem 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus {
  outline: none;
}

.btn::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.btn:hover {
  background: #00aca0;
}

/* ------------------------------
	ナビゲーション
------------------------------ */
/* ------------------------------
	ページネーション
------------------------------ */
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 4rem 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  border: none !important;
  color: #999;
  font-size: 2rem;
  padding: 0.8rem 1.5rem !important;
  margin: 0 1.5rem !important;
  white-space: nowrap;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.4rem;
    padding: 0.5rem 1.2rem !important;
    margin: 0 0.5rem !important;
  }
}
.wp-pagenavi a:hover {
  color: #000;
}
.wp-pagenavi span.current {
  color: #000;
  font-weight: bold;
}

.wp-content-header {
  margin-bottom: 2rem;
}

/* ------------------------------
	Content( 記事の本文 )
------------------------------ */
.wp-content {
  line-height: 1.8;
  margin-bottom: 8rem;
  /* img */
}
.wp-content::after {
  content: "";
  clear: both;
  display: block;
}
.wp-content strong {
  font-weight: bold;
}
.wp-content em {
  font-style: italic;
}
.wp-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-content .alignright {
  float: right;
  margin-left: 1.5rem !important;
}
.wp-content .alignleft {
  float: left;
  margin-right: 1.5rem !important;
}
.wp-content img[class*=wp-image-],
.wp-content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  margin: 1.5rem 0;
}
.wp-content .wp-caption {
  max-width: 100%;
}
.wp-content p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.wp-content a {
  color: #000;
  text-decoration: underline;
}
.wp-content a:hover {
  text-decoration: none;
}
.wp-content ul {
  margin: 1em 0;
  padding-left: 4rem;
  list-style-type: disc;
}
.wp-content ul li {
  list-style-type: disc;
}
.wp-content ol {
  margin: 1em 0;
  padding-left: 4rem;
  list-style-type: decimal;
}
.wp-content ol li {
  list-style-type: decimal;
}
.wp-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 4rem;
  -webkit-margin-end: 4rem;
  margin: 0 0 1em;
  padding: 50px 50px 4rem;
  background: #f2f2f2;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(248, 248, 248)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f8f8f8",GradientType=0 );
  border-radius: 5px;
  position: relative;
  border: 1px solid #c1c1c1;
}
.wp-content blockquote::before {
  content: '"';
  font-style: italic;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #999;
}
.wp-content blockquote::after {
  content: '"';
  font-style: italic;
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  line-height: 6rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #999;
}
.wp-content pre {
  margin: 1em 0;
  padding: 1em;
  color: #000;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.widget_meta abbr {
  text-decoration: none;
}

.wprofile-img {
  margin-bottom: 2.6rem;
  text-align: center;
}

.wprofile-img img {
  width: 23rem;
}

.wprofile-content {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 3.8rem;
  padding: 0 1.8rem;
}

.wprofile-sns {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wprofile-sns-item {
  margin-right: 4rem;
}

.wprofile-sns-item:last-child {
  margin-right: 0;
}

.wprofile-sns-item a {
  font-size: 2.6rem;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.wprofile-sns-item a:hover {
  opacity: 0.6;
}

.wprofile-sns-item.m_twitter a {
  color: #1da1f2;
}

.wprofile-sns-item.m_facebook a {
  color: #3b5998;
}

.wprofile-sns-item.m_instagram a {
  color: #c13584;
}

/* --------------------------
	page
-------------------------- */
.heading-A {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .heading-A {
    font-size: 2.4rem;
  }
}

.heading-B {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #F8F8F8;
  border-radius: 4rem;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .heading-B {
    font-size: 2.4rem;
    border-radius: 2rem;
    padding: 3.5rem 0;
  }
}

.nav {
  margin-top: 5.5rem;
}
.nav__list {
  display: flex;
  gap: 2rem;
}
.nav__list li {
  font-size: 2.2rem;
  font-weight: 700;
  width: calc(20% - 1.5rem);
  border: 1px solid #CECECF;
  line-height: 1;
  border-radius: 1rem;
  background: #fff;
}
.nav__list li a {
  display: flex;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.nav__list li a:hover {
  background: linear-gradient(90deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  color: #fff;
}
.nav__list li.is-active {
  background: linear-gradient(90deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  color: #fff;
}

.mv {
  background: url(../img/mv.png) no-repeat center center;
  background-size: cover;
  height: 57.9rem;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.png) no-repeat center center;
    background-size: 100%;
    height: 56.8rem;
  }
}
.mv__inner {
  position: relative;
  height: inherit;
}
.mv__ttl {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 48.6rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    width: 55%;
  }
}
.mv__ttl img {
  width: 100%;
}
.mv__logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.8rem;
}
@media screen and (max-width: 767px) {
  .mv__logo {
    width: 8rem;
  }
}
.mv__txt {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 38.4rem;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    right: 0;
    width: 65%;
  }
}
.mv__txt img {
  width: 100%;
}

.mv-sub {
  background: url(../img/mv-subsidy.png) no-repeat center center;
  background-size: cover;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  .mv-sub {
    background: url(../img/mv-subsidy_sp.png) no-repeat center center;
    background-size: 100%;
    height: 28.3rem;
  }
}
.mv-sub--work {
  background: url(../img/mv-work.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv-sub--work {
    background: url(../img/mv-work_sp.png) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv-sub__logo {
    width: 7.2rem;
  }
}

.subsidy-btn {
  position: relative;
  display: grid;
  justify-content: center;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  background: linear-gradient(50deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  border-radius: 4rem;
  line-height: 1.2;
  margin-top: 7.5rem;
  padding: 3rem 0;
  transition: 0.25s all;
}
@media screen and (max-width: 767px) {
  .subsidy-btn {
    font-size: 3rem;
    border-radius: 2rem;
    padding: 2rem 0 6.5rem;
  }
}
.subsidy-btn span {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .subsidy-btn span {
    font-size: 1.8rem;
  }
}
.subsidy-btn::before {
  position: absolute;
  content: "";
  width: 7.3rem;
  height: 7.3rem;
  background: #03003F;
  transform: translateY(-50%);
  top: 50%;
  right: 6.5rem;
}
@media screen and (max-width: 767px) {
  .subsidy-btn::before {
    width: 3.8rem;
    height: 3.8rem;
    transform: translate(-50%, 0);
    right: 0;
    left: 50%;
    top: auto;
    bottom: 1rem;
  }
}
.subsidy-btn::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20viewBox%3D%220%200%2026.34%2031.37%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%201.38px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2211.69%22%20x2%3D%2221%22%20y2%3D%2211.69%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2219.69%22%20x2%3D%2221%22%20y2%3D%2219.69%22%2F%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2210.16%2030.89%2025.36%2015.69%2010.16%20.49%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 4.3rem;
  transform: translateY(-50%);
  top: 50%;
  right: 8.3rem;
}
@media screen and (max-width: 767px) {
  .subsidy-btn::after {
    width: 1.9rem;
    height: 2.2rem;
    transform: translate(-50%, 0);
    right: 0;
    left: 50%;
    top: auto;
    bottom: 1.8rem;
  }
}
.subsidy-btn:hover {
  opacity: 0.7;
}

.hp-btn {
  position: relative;
  display: block;
  background: #03003F;
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
  padding: 1.5rem 0;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .hp-btn {
    font-size: 2rem;
    padding: 7rem 0 0.5rem;
  }
}
.hp-btn span {
  position: absolute;
  content: "";
  width: 11rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .hp-btn span {
    width: 9.4rem;
    transform: translateX(-50%);
    left: 50%;
    top: 1rem;
  }
}
.hp-btn:hover {
  opacity: 0.7;
}
.hp-btn::before {
  position: absolute;
  content: "";
  width: 7.3rem;
  height: 7.3rem;
  background: #D40E19;
  transform: translateY(-50%);
  top: 50%;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .hp-btn::before {
    width: 3.7rem;
    height: 3.7rem;
    transform: translate(0, 0);
    right: 1rem;
    top: 1rem;
  }
}
.hp-btn::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20viewBox%3D%220%200%2026.34%2031.37%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%201.38px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2211.69%22%20x2%3D%2221%22%20y2%3D%2211.69%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2219.69%22%20x2%3D%2221%22%20y2%3D%2219.69%22%2F%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2210.16%2030.89%2025.36%2015.69%2010.16%20.49%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 4.3rem;
  transform: translateY(-50%);
  top: 50%;
  right: 4.8rem;
}
@media screen and (max-width: 767px) {
  .hp-btn::after {
    width: 1.9rem;
    height: 2.2rem;
    transform: translate(0, 0);
    right: 1.9rem;
    top: 1.7rem;
  }
}

/* ----------------------------------------------------

	各ページの独自モジュールスタイルのCSS。

	【記述ルール】
	{ ページ名(top, about等) }○○○○

	階層はルートクラスより、三階層までが基本
	【例】
	.top-sec .top-sec__ttl span {
	}
	※CSSに展開した場合

---------------------------------------------------- */
.about {
  text-align: center;
}
.about__ttl {
  padding: 6.7rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    padding: 6rem 0 3rem;
  }
}
.about__txt {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__txt {
    font-size: 1.6rem;
  }
}
.about__img {
  width: 100%;
  margin-top: 6.5rem;
}
.about__img img {
  width: 100%;
}

.reform {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .reform {
    padding-top: 5.4rem;
  }
}
.reform__txt {
  font-size: 2rem;
  text-align: center;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .reform__txt {
    font-size: 1.6rem;
    padding: 2rem 0 4rem;
  }
}
.reform__ttl {
  background-color: #03003F;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reform__ttl {
    font-size: 1.8rem;
  }
}
.reform__sub-ttl {
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .reform__sub-ttl {
    padding: 5rem 0 2.5rem;
  }
}
.reform__cont-txt {
  font-size: 1.5rem;
  margin: 3.3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .reform__cont-txt {
    font-size: 1.4rem;
    margin: 2.6rem 0 2rem;
  }
}
.reform__cont-txt span {
  color: #4DBDC7;
}
.reform__list {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .reform__list {
    font-size: 1.1rem;
  }
}
.reform__img {
  width: 100%;
  margin: 3rem auto 8.3rem;
}
@media screen and (max-width: 767px) {
  .reform__img {
    margin: 3.5rem auto 0;
  }
}
.reform__img--small {
  width: 70%;
  margin: 5.8rem auto 4.8rem;
}
@media screen and (max-width: 767px) {
  .reform__img--small {
    width: 60%;
    margin: 3.6rem auto 4.5rem;
  }
}
.reform__notice {
  background: #FBE8E7;
  font-size: 1.5rem;
  padding: 2rem 3rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .reform__notice {
    font-size: 1.4rem;
    padding: 1rem;
    margin-top: 4rem;
  }
}

.measure {
  margin: 11rem 0 8.1rem;
}
@media screen and (max-width: 767px) {
  .measure {
    margin: 10rem 0 6.2rem;
  }
}
.measure__cont {
  background: #EAF5FC;
  border-radius: 3rem;
  padding: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .measure__cont {
    padding: 4rem 2rem;
    margin-bottom: 6rem;
  }
}
.measure__txt {
  font-size: 2rem;
  text-align: center;
  padding: 2rem 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .measure__txt {
    font-size: 1.6rem;
  }
}

.contact {
  color: #03003F;
  /* エラーメッセージのスタイル */
  /* エラーがあるフィールドのスタイル */
  /* エラーがあるセレクトボックスのスタイル */
  /* フォーム項目間の余白を調整してエラーメッセージ表示スペースを確保 */
  /* Contact Form 7のデフォルトエラーメッセージを非表示 */
  /* Contact Form 7のバリデーションエラーボックスのスタイル */
  /* 送信成功メッセージのスタイル */
}
.contact__inner {
  background: #F8F8F8;
  margin: 0 auto;
  padding: 5rem 8rem 8rem;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 3.5rem 2.5rem 5.5rem;
  }
}
.contact__title {
  font-size: 4rem;
  color: #03003F;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.contact .form__subtitle {
  font-size: 3rem;
  color: #03003F;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .form__subtitle {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.contact .form__error {
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.contact .form__item {
  margin-bottom: 5.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact .form__item {
    flex-direction: column;
    margin-bottom: 3rem;
    gap: 0.5rem;
  }
}
.contact .form__label {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  width: 30%;
  color: #03003F;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contact .form__label {
    width: 100%;
    font-size: 1.4rem;
    flex-direction: row-reverse;
    justify-content: left;
    gap: 1rem;
  }
}
.contact .form__label--optional {
  position: relative;
}
.contact .form__label--optional .form__optional {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .contact .form__label--optional .form__optional {
    width: 3rem;
    font-size: 1rem;
  }
}
.contact .form input,
.contact .form select {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contact .form input,
  .contact .form select {
    font-size: 1.4rem;
  }
}
.contact .form__wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact .form__wrap {
    width: 100%;
  }
}
.contact .form__select-wrap {
  position: relative;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .contact .form__select-wrap {
    width: 100%;
  }
}
.contact .form__select-wrap::after {
  content: "∨";
  font-size: 2rem;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  pointer-events: none;
  color: #03003F;
}
@media screen and (max-width: 767px) {
  .contact .form__select-wrap::after {
    font-size: 1.4rem;
    right: 1.5rem;
  }
}
.contact .form__select-wrap select {
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact .form__select-wrap select {
    font-size: 1.4rem;
  }
}
.contact .form__address-detail {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .contact .form__address-detail {
    margin-top: 2rem;
  }
}
.contact .form__address-text {
  font-size: 1.5rem;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.contact .form__required {
  display: inline;
  background-color: #e60012;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  width: 4rem;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .form__required {
    font-size: 1rem;
    width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.contact .form__optional {
  display: inline;
  background-color: #999;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  width: 4rem;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .form__optional {
    font-size: 1rem;
    width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.contact .form__input {
  width: 100%;
  padding: 1.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact .form__input {
    padding: 1rem;
  }
}
.contact .form__select {
  width: 100%;
  padding: 1.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.contact .form__textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.contact .form__add-btn {
  position: relative;
  width: 28rem;
  margin: 0 auto 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .form__add-btn {
    width: 20rem;
  }
}
.contact .form__add-btn::after {
  content: "＋";
  color: #fff;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .contact .form__add-btn::after {
    font-size: 1.4rem;
  }
}
.contact .form__add-btn button {
  background: #03003F;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  padding: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .form__add-btn button {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.contact .form__submit {
  text-align: center;
}
.contact .form__button {
  width: 32rem;
  text-align: center;
  border: none;
  color: #fff;
  background: #03003F;
  font-size: 2rem;
  transition: opacity 0.3s;
  font-size: 3rem;
  font-weight: 700;
  padding: 2.5rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact .form__button {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
.contact .form__button:hover {
  opacity: 0.7;
}
.contact .form__file {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 0;
}
.contact .form__date {
  display: flex;
  gap: 4.5rem;
  margin-bottom: 1rem;
}
.contact .window-info {
  background-color: #ECECF1;
  padding: 3.5rem 4.5rem 4.5rem;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact .window-info {
    padding: 3rem 2.5rem;
  }
}
.contact .window-info__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.contact .window-info__size {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact .window-info__size {
    display: block;
  }
}
.contact .window-info__size .form__label {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .contact .window-info__size .form__label {
    width: 100%;
  }
}
.contact .window-info__wrap {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap {
    width: 100%;
  }
}
.contact .window-info__wrap--unit {
  position: relative;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit {
    width: 100%;
  }
}
.contact .window-info__wrap--unit input {
  padding: 1.5rem 3.5rem 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit input {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.contact .window-info__wrap--unit::after {
  content: "枚";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  font-size: 2rem;
  color: #03003F;
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit::after {
    font-size: 1.4rem;
    top: 1rem;
  }
}
.contact .window-info__wrap--unit--month {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit--month {
    width: 12rem;
  }
}
.contact .window-info__wrap--unit--month::after {
  content: "月";
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit--month::after {
    font-size: 1.2rem;
  }
}
.contact .window-info__wrap--unit--date {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit--date {
    width: 12rem;
  }
}
.contact .window-info__wrap--unit--date::after {
  content: "日";
}
@media screen and (max-width: 767px) {
  .contact .window-info__wrap--unit--date::after {
    font-size: 1.2rem;
  }
}
.contact .window-info__item {
  position: relative;
  width: 14rem;
}
.contact .window-info__item input {
  padding: 1.5rem 1rem;
  font-size: 2rem;
  width: 100%;
}
.contact .window-info__label {
  position: absolute;
  top: -2.5rem;
  font-size: 1.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact .window-info__label {
    font-size: 1.2rem;
  }
}
.contact .window-info__size-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .contact .window-info__size-inputs {
    padding-top: 2.5rem;
    gap: 0.5rem;
  }
}
.contact .window-info__note {
  font-size: 1.5rem;
  color: #03003F;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__note {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.contact .window-info__btn {
  width: 16.7rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__btn {
    width: 20rem;
    margin-bottom: 4rem;
  }
}
.contact .window-info__btn a {
  border-radius: 60px;
  background: #03003F;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 0.2rem 2rem;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .window-info__btn a {
    font-size: 1.4rem;
    padding: 0.7rem 1.5rem;
  }
}
.contact .window-info__btn a::after {
  content: "＞";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact .window-info__btn a::after {
    font-size: 1.4rem;
  }
}
.contact .window-info__image, .contact .window-info__count, .contact .window-info__place {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact .window-info__image, .contact .window-info__count, .contact .window-info__place {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact .window-info__image .form__label, .contact .window-info__count .form__label, .contact .window-info__place .form__label {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .contact .window-info__image .form__label, .contact .window-info__count .form__label, .contact .window-info__place .form__label {
    width: 100%;
  }
}
.contact .window-info__image, .contact .window-info__count {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__image, .contact .window-info__count {
    margin-bottom: 2.5rem;
  }
}
.contact .window-info__file-wrapper {
  position: relative;
}
.contact .window-info__file-name {
  display: block;
  margin-left: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact .window-info__file-name {
    font-size: 1.2rem;
  }
}
.contact .window-info__upload-btn {
  color: #fff;
  background: #03003F;
  text-align: center;
  border-radius: 60px;
  width: 28rem;
  font-weight: 700;
  font-size: 2rem;
  transition: opacity 0.3s;
  padding: 1.5rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact .window-info__upload-btn {
    width: 20rem;
    font-size: 1.4rem;
    padding: 0.7rem;
    margin: 0 auto;
  }
}
.contact .window-info__upload-btn:hover {
  opacity: 0.7;
}
.contact .window-info__remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background-color: #c3c3c3;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s;
}
.contact .window-info__remove:hover {
  opacity: 0.7;
}
.contact .custom-error-message {
  display: block;
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}
.contact .wpcf7-form .wpcf7-not-valid {
  border-color: #ff0000 !important;
  background-color: #fff8f8;
}
.contact .wpcf7-form .wpcf7-not-valid.form__select {
  border-color: #ff0000 !important;
  background-color: #fff8f8;
}
.contact .form__wrap,
.contact .window-info__wrap {
  margin-bottom: 20px;
  position: relative;
}
.contact .wpcf7-not-valid-tip {
  display: none !important;
}
.contact .wpcf7-validation-errors,
.contact .wpcf7-acceptance-missing,
.contact .wpcf7-mail-sent-ng {
  color: #ff0000;
  background-color: #fff8f8;
  border: 1px solid #ff0000 !important;
  padding: 10px !important;
  margin: 20px 0 !important;
  font-size: 14px;
}
.contact .wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 1px solid #4F8A10 !important;
  padding: 10px !important;
  margin: 20px 0 !important;
  font-size: 14px;
}
.contact .form-confirmation__item {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
.contact .form-confirmation__label {
  font-weight: 700;
  width: 200px;
  padding-right: 20px;
}
.contact .form-confirmation__value {
  flex: 1;
}
.contact .form__buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact .form__button--back {
  background-color: #888;
}
@media screen and (max-width: 767px) {
  .contact .form-confirmation__label,
  .contact .form-confirmation__value {
    width: 100%;
  }
  .contact .form-confirmation__label {
    margin-bottom: 5px;
  }
  .contact .form__buttons {
    flex-direction: column;
  }
  .contact .form__button {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------------

	各ページの独自モジュールスタイルのCSS。

	【記述ルール】
	{ ページ名(top, about等) }○○○○

	階層はルートクラスより、三階層までが基本
	【例】
	.top-sec .top-sec__ttl span {
	}
	※CSSに展開した場合

---------------------------------------------------- */
.work-cont .heading-B {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .work-cont .heading-B {
    margin-top: 2.6rem;
  }
}
.work-cont__txt {
  font-size: 2rem;
  text-align: center;
  margin: 4rem 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .work-cont__txt {
    font-size: 1.5rem;
    margin: 2.3rem 0 2.9rem;
  }
}

.works__wrap {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .works__wrap {
    gap: 2.5rem;
  }
}
.works__inner {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 1000px) {
  .works__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .works__inner {
    width: 100%;
    gap: 2.5rem;
  }
}
.works__heading {
  margin-bottom: 3rem;
  margin-top: 12.3rem;
}
@media screen and (max-width: 767px) {
  .works__heading {
    margin: 6rem 0 2rem;
  }
}
.works__intro {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #03003F;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .works__intro {
    font-size: 1.6rem;
  }
}
.works__more {
  width: 50%;
  display: block;
  margin: 4rem auto 0;
  background: #03003F;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  transition: 0.25s;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .works__more {
    width: 90%;
    margin: 3.5rem auto 0;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: 1.5rem 0;
    height: 5.5rem;
  }
}
.works__more:hover {
  opacity: 0.7;
}

.works-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E4E4E5;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .works-card {
    padding: 2rem;
  }
}
.works-card__title {
  font-size: 2.5rem;
  background: linear-gradient(50deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .works-card__title {
    font-size: 1.5rem;
  }
}
.works-card__body {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .works-card__body {
    flex-direction: column;
  }
}
.works-card__img {
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .works-card__img {
    width: 70%;
    margin: 0 auto;
  }
}
.works-card__img img {
  width: 100%;
}
.works-card__data {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .works-card__data {
    width: 100%;
  }
}
.works-card__data-item {
  display: flex;
  border-bottom: 1px solid #D9D8E2;
  color: #03003F;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .works-card__data-item {
    font-size: 1rem;
  }
}
.works-card__data-item:first-of-type {
  border-top: 1px solid #D9D8E2;
}
.works-card__data-item dt {
  width: 20%;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem 0;
  background: #F8F8F8;
}
.works-card__data-item dd {
  flex: 1;
  width: 80%;
  padding: 0.5rem 0 0.5rem 1rem;
}
.works-card__more {
  width: 100%;
  padding-top: 4rem;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .works-card__more {
    font-size: 1.2rem;
    padding-top: 2rem;
  }
}
.works-card__more-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.is-open .works-card__more-icon {
  transform: rotate(-135deg);
}
.works-card__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.works-card__section {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .works-card__section {
    padding: 2rem 0 0;
  }
}
.works-card__section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .works-card__section h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.works-card__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .works-card__text {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------

	各ページの独自モジュールスタイルのCSS。

	【記述ルール】
	{ ページ名(top, about等) }○○○○

	階層はルートクラスより、三階層までが基本
	【例】
	.top-sec .top-sec__ttl span {
	}
	※CSSに展開した場合

----------------------------------------------------*/
.subsidy .heading-B {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .subsidy .heading-B {
    margin-top: 2.6rem;
  }
}

.example__ttl-area {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .example__ttl-area {
    flex-direction: column-reverse;
  }
}
.example__ttl {
  position: relative;
  background: linear-gradient(50deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  border-radius: 4rem;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 4.3rem;
  padding: 1.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .example__ttl {
    margin-top: 0;
    font-size: 3.2rem;
    padding: 7rem 0 1.5rem;
    border-radius: 2rem;
  }
}
.example__ttl span {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .example__ttl span {
    font-size: 1.8rem;
  }
}
.example__ttl::before {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20viewBox%3D%220%200%20100%20147%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%208px%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%224%22%20y%3D%224%22%20width%3D%2292%22%20height%3D%22139%22%20rx%3D%2228.83%22%20ry%3D%2228.83%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M44.38%2C95.03c0-3.66%2C2.51-6.25%2C5.79-6.25s5.94%2C2.59%2C5.94%2C6.25-2.59%2C6.09-5.94%2C6.09-5.79-2.51-5.79-6.09ZM46.01%2C51.17l-.23-9.17h8.94l-.31%2C9.17-1.23%2C30.83h-5.93l-1.23-30.83Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  width: 9.2rem;
  height: 13.9rem;
  transform: translateY(-50%);
  top: 50%;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .example__ttl::before {
    width: 4.3rem;
    height: 6.5rem;
    transform: translate(-50%, 0);
    top: 1.5rem;
    left: 50%;
  }
}
.example__txt {
  font-size: 2rem;
  text-align: center;
  padding: 4rem 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .example__txt {
    font-size: 1.6rem;
    text-align: left;
    padding: 2rem 0 4rem;
  }
}
.example__txt a {
  color: #4DBDC7;
  transition: 0.25s all;
}
.example__txt a:hover {
  opacity: 0.7;
}
.example__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .example__list {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3.8rem;
  }
}
.example__list li {
  width: calc(50% - 1.4rem);
  border: 1px solid #E4E4E5;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example__list li {
    width: 100%;
    font-size: 1.5rem;
  }
}
.example__list-ttl {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #4DBDC7;
  padding: 1rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .example__list-ttl {
    width: 50%;
    border-bottom: 2px solid #4DBDC7;
    padding: 0.5rem 0 0;
  }
}
.example__list-price {
  background: linear-gradient(50deg, rgb(74, 94, 169) 0%, rgb(0, 170, 230) 15%, rgb(77, 189, 199) 33%, rgb(57, 186, 208) 67%, rgb(0, 178, 235) 85%, rgb(61, 77, 159) 100%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .example__list-price {
    font-size: 1.6rem;
  }
}

.example-cont {
  padding-top: 9.2rem;
}
@media screen and (max-width: 767px) {
  .example-cont {
    padding-top: 5.2rem;
  }
}
.example-cont__ttl {
  background-color: #03003F;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .example-cont__ttl {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}
.example-cont__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .example-cont__txt {
    text-align: left;
  }
}
.example-cont__txt span {
  color: #4DBDC7;
  font-weight: 700;
}
.example-cont__list {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .example-cont__list {
    font-size: 1rem;
  }
}
.example-cont__img {
  width: 100%;
  margin: 3rem auto 4.6rem;
}
@media screen and (max-width: 767px) {
  .example-cont__img {
    margin: 2.5rem auto 3.5rem;
  }
}
.example-cont__img--small {
  width: 70%;
  margin: 5.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .example-cont__img--small {
    width: 60%;
    margin: 3.6rem auto 2.6rem;
  }
}
.example-cont__img--s-small {
  width: 60%;
  margin: 2.9rem auto 4.8rem;
}
@media screen and (max-width: 767px) {
  .example-cont__img--s-small {
    width: 50%;
    margin: 1rem auto 1.5rem;
  }
}
.example-cont__table-area {
  margin-bottom: 4rem;
}
.example-cont__table-area--pink table thead th {
  background: #FBE8E7;
}
@media screen and (max-width: 767px) {
  .example-cont__table {
    overflow-x: scroll;
  }
}
.example-cont table {
  width: 100%;
  border: 1px solid #CECECF;
  border-collapse: separate;
  border-radius: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-cont table {
    border-radius: 2rem;
    min-width: 43.3rem;
  }
}
.example-cont .table-radius-top th:first-of-type {
  border-radius: 3rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .example-cont .table-radius-top th:first-of-type {
    border-radius: 2rem 0 0 0;
  }
}
.example-cont .table-radius-top th:last-of-type {
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .example-cont .table-radius-top th:last-of-type {
    border-radius: 0 2rem 0 0;
  }
}
.example-cont .table-radius-bottom th:first-of-type {
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .example-cont .table-radius-bottom th:first-of-type {
    border-radius: 0 0 0 2rem;
  }
}
.example-cont .table-radius-bottom th:last-of-type {
  border-radius: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .example-cont .table-radius-bottom th:last-of-type {
    border-radius: 0 0 2rem 0;
  }
}
.example-cont .table-three-box {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .example-cont .table-three-box {
    width: auto;
  }
}
.example-cont .table-num {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .example-cont .table-num {
    font-size: 1rem;
  }
}
.example-cont td,
.example-cont th {
  padding: 1.5rem 0;
  border: 1px solid #CECECF;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .example-cont td,
  .example-cont th {
    padding: 0.5rem 0;
  }
}
.example-cont tr {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .example-cont tr {
    font-size: 1rem;
  }
}
.example-cont tr span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .example-cont tr span {
    font-size: 1rem;
  }
}
.example-cont thead th {
  background: #CDECEF;
}
.example-cont th {
  font-weight: normal;
}
.example-cont__notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .example-cont__notice {
    flex-direction: column;
    align-items: baseline;
    margin: 2rem 0 1rem;
  }
}
.example-cont__notice-cate {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .example-cont__notice-cate {
    font-size: 1.3rem;
  }
}
.example-cont__notice-cate span {
  background: #CDECEF;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .example-cont__notice-cate span {
    margin-right: 1rem;
  }
}
.example-cont__notice-cate--pink span {
  background: #FBE8E7;
}
.example-cont__notice-txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .example-cont__notice-txt {
    padding-top: 0.5rem;
  }
}
.example-cont__sub-ttl {
  color: #4DBDC7;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .example-cont__sub-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.example-cont__sub-ttl--pink {
  color: #EF929B;
}
.example-cont__flex {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .example-cont__flex {
    flex-direction: column;
    gap: 1.7rem;
  }
}
.example-cont__flex-ttl {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.example-cont__flex-ttl span {
  font-size: 2rem;
  color: #4DBDC7;
}
@media screen and (max-width: 767px) {
  .example-cont__flex-img {
    width: 40%;
    margin: 0 auto;
  }
}
.example-cont__flex-list {
  font-size: 1.2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .example-cont__flex-list {
    font-size: 1rem;
    margin-top: 1.3rem;
  }
}
.example-cont__box-txt {
  background: #FBE8E7;
  font-size: 1.5rem;
  padding: 2rem 3rem;
  margin: 2.4rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .example-cont__box-txt {
    font-size: 1.4rem;
    padding: 1rem;
    margin: 2rem 0;
  }
}
.example-cont__reference {
  font-size: 1.2rem;
  text-align: right;
  margin: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .example-cont__reference {
    margin: 1rem 0 3rem;
  }
}

/* 確認画面のスタイル */
.confirm-page__inner {
  padding: 8rem 0 0;
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .confirm-page__inner {
    padding: 5rem 0 0;
    width: 100%;
  }
}
.confirm-page__ttl {
  margin-bottom: 4rem;
}

.confirm {
  margin: 6rem 0 0;
  padding: 3rem 4rem;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .confirm {
    padding: 2rem;
    margin-top: 4rem;
  }
}
.confirm .header {
  display: none;
}
.confirm .main {
  padding: 2rem 1.6rem 5rem;
}
.confirm__item {
  display: flex;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding: 0 2rem 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .confirm__item {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.confirm__label {
  width: 25%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .confirm__label {
    width: 100%;
  }
}
.confirm__wrap {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .confirm__wrap {
    width: 100%;
  }
}
.confirm__address {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .confirm__address {
    margin-bottom: 1.5rem;
  }
}
.confirm__address .confirm__label {
  width: 100%;
}
.confirm__address-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .confirm__address-text {
    font-size: 1.2rem;
  }
}

.window-info {
  background-color: #ECECF1;
  padding: 3rem 3rem 3rem;
  position: relative;
  font-size: 1.6rem;
  width: 80%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .window-info {
    width: 90%;
    padding: 2rem;
    font-size: 1.3rem;
  }
}
.window-info__title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .window-info__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.window-info__size {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}
.window-info__image {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.window-info__count {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.window-info__place {
  display: flex;
  justify-content: center;
}
.window-info .confirm__label {
  width: 25%;
}
.window-info__wrap {
  width: 75%;
}
.window-info__file-wrapper {
  width: 75%;
}
.window-info__size-inputs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.window-info__item {
  position: relative;
  width: 6rem;
  text-align: center;
}
.window-info__label {
  font-size: 1.2rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .window-info__label {
    font-size: 1rem;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 2.5rem;
  }
}
.btn-wrap .form__button {
  width: 20rem;
  text-align: center;
  border: none;
  color: #fff;
  background: #03003F;
  transition: opacity 0.3s;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
  margin: 0 auto;
  display: block;
  border: 2px solid #03003F;
}
@media screen and (max-width: 767px) {
  .btn-wrap .form__button {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
.btn-wrap .form__button:hover {
  opacity: 0.7;
}
.btn-wrap .form__back input {
  width: 20rem;
  text-align: center;
  border: none;
  border: 2px solid #03003F;
  background: #fff;
  color: #03003F;
  transition: opacity 0.3s;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .btn-wrap .form__back input {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
.btn-wrap .form__back input:hover {
  opacity: 0.7;
}

.form__subtitle {
  font-size: 2.8rem;
  margin: 3rem auto;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.form__subtitle::after {
  content: "";
  height: 2px;
  width: 5rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  background: #03003F;
}

.form-container {
  margin-top: 3rem;
}

.thanks {
  text-align: center;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks .header {
  display: none;
}
.thanks__inner {
  min-height: 80vh;
  padding-top: 10rem;
}
.thanks__ttl {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}
.thanks__text {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 5rem;
}
.thanks__btn a {
  width: 20rem;
  text-align: center;
  border: none;
  border: 2px solid #03003F;
  background: #fff;
  color: #03003F;
  transition: opacity 0.3s;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 2rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .thanks__btn a {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    border-radius: 10px;
  }
}

/* --------------------------
	animation
-------------------------- */
/* ----------------------------------------------------
  リサイズ時のtransition停止
---------------------------------------------------- */
body.transition-stop * {
  transition: none !important;
}

/* ----------------------------------------------------
  見出し アニメーション
---------------------------------------------------- */
.a-heading-01 {
  opacity: 0;
  transition: 0.65s;
}
.a-heading-01.active {
  opacity: 1;
}

/* ----------------------------------------------------
  anim-txts
*/
/* ----------------------------------------------------
  使用方法：

<h1 class="as a-anim-txts">
  <span class="anim-txt anim-txt-0">テ</span>
  <span class="anim-txt anim-txt-1">キ</span>
  <span class="anim-txt anim-txt-2">ス</span>
  <span class="anim-txt anim-txt-3">ト</span>
</h1>
---------------------------------------------------- */
.a-anim-txts > span {
  display: inline-block;
  opacity: 0;
  transform: translate(60px, 0) skewX(-30deg) scale(1, 1);
}
.a-anim-txts > span:nth-child(1) {
  transition: 0.65s 0.0625s;
}
.a-anim-txts > span:nth-child(2) {
  transition: 0.65s 0.125s;
}
.a-anim-txts > span:nth-child(3) {
  transition: 0.65s 0.1875s;
}
.a-anim-txts > span:nth-child(4) {
  transition: 0.65s 0.25s;
}
.a-anim-txts > span:nth-child(5) {
  transition: 0.65s 0.3125s;
}
.a-anim-txts > span:nth-child(6) {
  transition: 0.65s 0.375s;
}
.a-anim-txts > span:nth-child(7) {
  transition: 0.65s 0.4375s;
}
.a-anim-txts > span:nth-child(8) {
  transition: 0.65s 0.5s;
}
.a-anim-txts > span:nth-child(9) {
  transition: 0.65s 0.5625s;
}
.a-anim-txts > span:nth-child(10) {
  transition: 0.65s 0.625s;
}
.a-anim-txts > span:nth-child(11) {
  transition: 0.65s 0.6875s;
}
.a-anim-txts > span:nth-child(12) {
  transition: 0.65s 0.75s;
}
.a-anim-txts > span:nth-child(13) {
  transition: 0.65s 0.8125s;
}
.a-anim-txts > span:nth-child(14) {
  transition: 0.65s 0.875s;
}
.a-anim-txts > span:nth-child(15) {
  transition: 0.65s 0.9375s;
}
.a-anim-txts > span:nth-child(16) {
  transition: 0.65s 1s;
}
.a-anim-txts > span:nth-child(17) {
  transition: 0.65s 1.0625s;
}
.a-anim-txts > span:nth-child(18) {
  transition: 0.65s 1.125s;
}
.a-anim-txts > span:nth-child(19) {
  transition: 0.65s 1.1875s;
}
.a-anim-txts > span:nth-child(20) {
  transition: 0.65s 1.25s;
}
.a-anim-txts > span:nth-child(21) {
  transition: 0.65s 1.3125s;
}
.a-anim-txts > span:nth-child(22) {
  transition: 0.65s 1.375s;
}
.a-anim-txts > span:nth-child(23) {
  transition: 0.65s 1.4375s;
}
.a-anim-txts > span:nth-child(24) {
  transition: 0.65s 1.5s;
}
.a-anim-txts > span:nth-child(25) {
  transition: 0.65s 1.5625s;
}
.a-anim-txts > span:nth-child(26) {
  transition: 0.65s 1.625s;
}
.a-anim-txts > span:nth-child(27) {
  transition: 0.65s 1.6875s;
}
.a-anim-txts > span:nth-child(28) {
  transition: 0.65s 1.75s;
}
.a-anim-txts > span:nth-child(29) {
  transition: 0.65s 1.8125s;
}
.a-anim-txts > span:nth-child(30) {
  transition: 0.65s 1.875s;
}
.a-anim-txts > span:nth-child(31) {
  transition: 0.65s 1.9375s;
}
.a-anim-txts > span:nth-child(32) {
  transition: 0.65s 2s;
}
.a-anim-txts > span:nth-child(33) {
  transition: 0.65s 2.0625s;
}
.a-anim-txts > span:nth-child(34) {
  transition: 0.65s 2.125s;
}
.a-anim-txts > span:nth-child(35) {
  transition: 0.65s 2.1875s;
}
.a-anim-txts > span:nth-child(36) {
  transition: 0.65s 2.25s;
}
.a-anim-txts > span:nth-child(37) {
  transition: 0.65s 2.3125s;
}
.a-anim-txts > span:nth-child(38) {
  transition: 0.65s 2.375s;
}
.a-anim-txts > span:nth-child(39) {
  transition: 0.65s 2.4375s;
}
.a-anim-txts > span:nth-child(40) {
  transition: 0.65s 2.5s;
}
.a-anim-txts > span:nth-child(41) {
  transition: 0.65s 2.5625s;
}
.a-anim-txts > span:nth-child(42) {
  transition: 0.65s 2.625s;
}
.a-anim-txts > span:nth-child(43) {
  transition: 0.65s 2.6875s;
}
.a-anim-txts > span:nth-child(44) {
  transition: 0.65s 2.75s;
}
.a-anim-txts > span:nth-child(45) {
  transition: 0.65s 2.8125s;
}
.a-anim-txts > span:nth-child(46) {
  transition: 0.65s 2.875s;
}
.a-anim-txts > span:nth-child(47) {
  transition: 0.65s 2.9375s;
}
.a-anim-txts > span:nth-child(48) {
  transition: 0.65s 3s;
}
.a-anim-txts > span:nth-child(49) {
  transition: 0.65s 3.0625s;
}
.a-anim-txts > span:nth-child(50) {
  transition: 0.65s 3.125s;
}
.a-anim-txts > span:nth-child(51) {
  transition: 0.65s 3.1875s;
}
.a-anim-txts > span:nth-child(52) {
  transition: 0.65s 3.25s;
}
.a-anim-txts > span:nth-child(53) {
  transition: 0.65s 3.3125s;
}
.a-anim-txts > span:nth-child(54) {
  transition: 0.65s 3.375s;
}
.a-anim-txts > span:nth-child(55) {
  transition: 0.65s 3.4375s;
}
.a-anim-txts > span:nth-child(56) {
  transition: 0.65s 3.5s;
}
.a-anim-txts > span:nth-child(57) {
  transition: 0.65s 3.5625s;
}
.a-anim-txts > span:nth-child(58) {
  transition: 0.65s 3.625s;
}
.a-anim-txts > span:nth-child(59) {
  transition: 0.65s 3.6875s;
}
.a-anim-txts > span:nth-child(60) {
  transition: 0.65s 3.75s;
}
.a-anim-txts > span:nth-child(61) {
  transition: 0.65s 3.8125s;
}
.a-anim-txts > span:nth-child(62) {
  transition: 0.65s 3.875s;
}
.a-anim-txts > span:nth-child(63) {
  transition: 0.65s 3.9375s;
}
.a-anim-txts > span:nth-child(64) {
  transition: 0.65s 4s;
}
.a-anim-txts > span:nth-child(65) {
  transition: 0.65s 4.0625s;
}
.a-anim-txts > span:nth-child(66) {
  transition: 0.65s 4.125s;
}
.a-anim-txts > span:nth-child(67) {
  transition: 0.65s 4.1875s;
}
.a-anim-txts > span:nth-child(68) {
  transition: 0.65s 4.25s;
}
.a-anim-txts > span:nth-child(69) {
  transition: 0.65s 4.3125s;
}
.a-anim-txts > span:nth-child(70) {
  transition: 0.65s 4.375s;
}
.a-anim-txts > span:nth-child(71) {
  transition: 0.65s 4.4375s;
}
.a-anim-txts > span:nth-child(72) {
  transition: 0.65s 4.5s;
}
.a-anim-txts > span:nth-child(73) {
  transition: 0.65s 4.5625s;
}
.a-anim-txts > span:nth-child(74) {
  transition: 0.65s 4.625s;
}
.a-anim-txts > span:nth-child(75) {
  transition: 0.65s 4.6875s;
}
.a-anim-txts > span:nth-child(76) {
  transition: 0.65s 4.75s;
}
.a-anim-txts > span:nth-child(77) {
  transition: 0.65s 4.8125s;
}
.a-anim-txts > span:nth-child(78) {
  transition: 0.65s 4.875s;
}
.a-anim-txts > span:nth-child(79) {
  transition: 0.65s 4.9375s;
}
.a-anim-txts > span:nth-child(80) {
  transition: 0.65s 5s;
}
.a-anim-txts > span:nth-child(81) {
  transition: 0.65s 5.0625s;
}
.a-anim-txts > span:nth-child(82) {
  transition: 0.65s 5.125s;
}
.a-anim-txts > span:nth-child(83) {
  transition: 0.65s 5.1875s;
}
.a-anim-txts > span:nth-child(84) {
  transition: 0.65s 5.25s;
}
.a-anim-txts > span:nth-child(85) {
  transition: 0.65s 5.3125s;
}
.a-anim-txts > span:nth-child(86) {
  transition: 0.65s 5.375s;
}
.a-anim-txts > span:nth-child(87) {
  transition: 0.65s 5.4375s;
}
.a-anim-txts > span:nth-child(88) {
  transition: 0.65s 5.5s;
}
.a-anim-txts > span:nth-child(89) {
  transition: 0.65s 5.5625s;
}
.a-anim-txts > span:nth-child(90) {
  transition: 0.65s 5.625s;
}
.a-anim-txts > span:nth-child(91) {
  transition: 0.65s 5.6875s;
}
.a-anim-txts > span:nth-child(92) {
  transition: 0.65s 5.75s;
}
.a-anim-txts > span:nth-child(93) {
  transition: 0.65s 5.8125s;
}
.a-anim-txts > span:nth-child(94) {
  transition: 0.65s 5.875s;
}
.a-anim-txts > span:nth-child(95) {
  transition: 0.65s 5.9375s;
}
.a-anim-txts > span:nth-child(96) {
  transition: 0.65s 6s;
}
.a-anim-txts > span:nth-child(97) {
  transition: 0.65s 6.0625s;
}
.a-anim-txts > span:nth-child(98) {
  transition: 0.65s 6.125s;
}
.a-anim-txts > span:nth-child(99) {
  transition: 0.65s 6.1875s;
}
.a-anim-txts > span:nth-child(100) {
  transition: 0.65s 6.25s;
}
.a-anim-txts.active span {
  opacity: 1;
  transform: translate(0, 0) skewX(0deg) scale(1, 1);
}

/* ----------------------------------------------------
  slide-box-01
*/
/* ----------------------------------------------------
  使用方法：

  <div class="as a-slide-box-01">
    <img src="./img/sample.jpg" alt="" />
  </div>
---------------------------------------------------- */
.a-slide-box-01 {
  overflow: hidden;
  opacity: 1;
  position: relative;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: 0.65s;
}
.a-slide-box-01::after {
  background: #bbb; /* Old browsers */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.65s 0.65s;
}
.a-slide-box-01 img {
  transition: 0.65s 0.65s;
  transform: scale(1.5, 1.5);
  transform-origin: center center;
}
.a-slide-box-01.a-slide-box-01--t {
  transform: scale(1, 0);
  transform-origin: top center;
}
.a-slide-box-01.a-slide-box-01--b {
  transform: scale(1, 0);
  transform-origin: bottom center;
}
.a-slide-box-01.a-slide-box-01--l {
  transform: scale(0, 1);
  transform-origin: left center;
}
.a-slide-box-01.a-slide-box-01--r {
  transform: scale(0, 1);
  transform-origin: right center;
}
.a-slide-box-01.active {
  transform: scale(1, 1);
}
.a-slide-box-01.active::after {
  opacity: 0;
}
.a-slide-box-01.active img {
  transform: scale(1, 1);
}

/* ----------------------------------------------------
  slide-box-02
*/
/* ----------------------------------------------------
  使用方法：

  <div class="as a-slide-box-02">
    <div class="slide-box-02__bg">
      <img src="" alt="">
    </div>
  </div>
---------------------------------------------------- */
.a-slide-box-02 {
  display: block;
}
.a-slide-box-02 .slide-box-02__bg {
  background: #fff;
  display: inline-block;
  position: relative;
  transform-origin: right center;
  overflow: hidden;
  vertical-align: middle;
}
.a-slide-box-02 .slide-box-02__bg img {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transform-origin: right center;
  transition: all 0.65s;
}
.a-slide-box-02 .slide-box-02__bg::after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  margin-left: 100%;
  transform: translate(-100%, 0);
  transition: all 0.65s;
}
.a-slide-box-02.a-slide-box-02--t .slide-box-02__bg {
  transform-origin: bottom center;
}
.a-slide-box-02.a-slide-box-02--t .slide-box-02__bg img {
  transform-origin: bottom center;
}
.a-slide-box-02.a-slide-box-02--t .slide-box-02__bg::after {
  margin: 100% 0 0;
  transform: translate(0, -100%);
}
.a-slide-box-02.a-slide-box-02--b .slide-box-02__bg {
  transform-origin: top center;
}
.a-slide-box-02.a-slide-box-02--b .slide-box-02__bg img {
  transform-origin: top center;
}
.a-slide-box-02.a-slide-box-02--b .slide-box-02__bg::after {
  margin: -100% 0 0;
  transform: translate(0, 100%);
}
.a-slide-box-02.a-slide-box-02--l .slide-box-02__bg {
  transform-origin: right center;
}
.a-slide-box-02.a-slide-box-02--l .slide-box-02__bg img {
  transform-origin: right center;
}
.a-slide-box-02.a-slide-box-02--l .slide-box-02__bg::after {
  margin: 0 0 0 100%;
  transform: translate(-100%, 0);
}
.a-slide-box-02.a-slide-box-02--r .slide-box-02__bg {
  transform-origin: left center;
}
.a-slide-box-02.a-slide-box-02--r .slide-box-02__bg img {
  transform-origin: left center;
}
.a-slide-box-02.a-slide-box-02--r .slide-box-02__bg::after {
  margin: 0 0 0 -100%;
  transform: translate(100%, 0);
}
.a-slide-box-02.active .slide-box-02__bg img {
  opacity: 1;
  transform: scale(1, 1);
}
.a-slide-box-02.active .slide-box-02__bg::after {
  transform: translate(0, 0);
}

/* ----------------------------------------------------
  スライダー
---------------------------------------------------- */
.slide-gallery {
  overflow: hidden;
}
.slide-gallery .slide-gallery__inner {
  height: 220px;
  width: 3840px;
  animation: slide 60s linear infinite;
  position: relative;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}

/* --------------------------
	state
-------------------------- */
/* ----------------------------------------------------

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。
	汎用的なstateのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

---------------------------------------------------- */
/* --------------------------
	レスポンシブ関係
-------------------------- */
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 1001px) {
  .is-tab-sp {
    display: none;
  }
}

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