@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

a, button {
  outline: 0;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul li {
  list-style-type: none;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

button {
  cursor: pointer;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
}
body a:focus, body button:focus {
  outline: none;
}

a:focus, button:focus {
  outline: none;
}

small {
  font-size: 1em;
}

span.ib-text span {
  display: inline-block;
}

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

.wrapper {
  max-width: calc(1186px);
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 743px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nopadding {
  padding-left: inherit;
  padding-right: inherit;
}

.img-circle {
  border-radius: 50%;
  overflow: hidden;
}

.img-cover, .img-contain {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-cover.img-center-top, .img-contain.img-center-top {
  background-position: center top;
}
.img-cover.img-center-bottom, .img-contain.img-center-bottom {
  background-position: center bottom;
}

.img-cover {
  background-size: cover;
}

.img-contain {
  background-size: contain;
}

.txt {
  display: inline-block;
}
.txt span {
  display: inline-block;
}

.ib-text span {
  display: inline-block;
}

.hidden {
  display: none !important;
}

.youtube, .googlemap, .if-resp {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe, .googlemap iframe, .if-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

a, button {
  outline: 0;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul li {
  list-style-type: none;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

button {
  cursor: pointer;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 619px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: rgb(170, 185, 125);
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transition: background 0.2s ease-in-out;
  background: rgb(170, 185, 125);
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container .dlbtn {
  display: block;
}
.modaal-content-container .map_link {
  margin-top: 3rem;
}
.modaal-content-container .map_link a {
  width: 14.75rem;
  height: 2.9375rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
@media (max-width: 743px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .hidden-tb {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-mb {
    display: none !important;
  }
}

@media (min-width: 744px) {
  .hidden-no-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-spc {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .hidden-lpc {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

/*
.row {
	@include rebuild-grid-row(rm2px(2em, $font-size-md));
	@include resp-sp {
		@include rebuild-grid-row(rm2px(1em, $font-size-xs));
	}
	@include resp-tablet {
		@include rebuild-grid-row(rm2px(1.5em, $font-size-sm));
	}
}

@include resp-pc {
	@include rebuild-grid-columns((lg md sm xs), rm2px(2em, $font-size-md));
}
@include resp-mobile {
	@include rebuild-grid-columns((sm xs), rm2px(1.5em, $font-size-sm));
}
@include resp-sp {
	@include rebuild-grid-columns(xs, rm2px(1em, $font-size-xs));
}
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
html.wf-active {
  visibility: visible;
}
html body figure {
  margin: initial;
}

:root {
  color: #212121;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.visible-xxs {
  display: none;
}
@media all and (max-width: 320px) {
  .visible-xxs {
    display: inline-block;
  }
}

.visible-xs {
  display: none;
}
@media all and (max-width: 414px) and (min-width: 321px) {
  .visible-xs {
    display: inline-block;
  }
}

.eng {
  font-family: YakuHanMP, "Noto Serif JP", sans-serif;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #192F60;
  font-size: 0.78125vw;
  overflow-x: hidden;
}
@media screen and (max-width: "1186px"-1) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  body {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  body {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  body {
    font-size: 15px;
  }
}
body.scrollout #header .links {
  background: transparent;
  right: 15%;
}
body.scrollout #header .links .gbtn {
  border: 1px solid #192F60;
}
body.scrollout #header .links .gbtn span {
  width: 2.7604166667vw;
  height: 0.0520833333vw;
  background-color: #192F60;
}
body.scrollout #header .links .gbtn span:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (max-width: 743px) {
  body.scrollout #header .links .gbtn span {
    width: 9.3023255814vw;
    height: 0.2325581395vw;
    margin-bottom: 1.8604651163vw;
  }
}
body.scrollin {
  height: auto;
}
body.scrollin #header {
  top: initial;
}
@media all and (-ms-high-contrast: none\0 ) {
  body *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}

#container {
  height: 100%;
  position: relative;
}

.icon {
  position: absolute;
}

.uppercase {
  text-transform: uppercase;
  font-style: normal;
}

.gotop a {
  position: fixed;
  bottom: 3.125vw;
  right: 3.125vw;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 743px) {
  .gotop a {
    bottom: 9.3023255814vw;
    right: 9.3023255814vw;
  }
}
.gotop a figure img {
  width: 3.4895833333vw;
}
@media (max-width: 743px) {
  .gotop a figure img {
    width: 15.5813953488vw;
  }
}
.gotop a svg {
  margin-left: -1.25vw;
  position: relative;
  z-index: -1;
}
@media (max-width: 743px) {
  .gotop a svg {
    margin-left: -5.5813953488vw;
  }
}
.gotop a:hover figure img {
  transform: rotate(-12deg);
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a img, button img {
  transition: 0.3s;
}
a:hover, button:hover {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
a:hover img, button:hover img {
  transition: 0.3s;
}
a svg > *, button svg > * {
  transition: 0.3s;
}
a:after, button:after {
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.85;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  max-width: 40.625rem;
  margin: 2rem auto 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #212121;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
  margin-left: auto;
  margin-right: auto;
  border: none;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 1.6927083333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}
@media (max-width: 743px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  padding: initial;
  text-align: center;
}

.anime-slideup {
  position: relative;
}
.anime-slideup.anime-ready {
  transform: translateY(2em);
  opacity: 0;
}
.anime-slideup.anime-end {
  transition: all ease 0.75s;
  transform: translateY(0);
  opacity: 1;
}

.anime-slideleft {
  position: relative;
}
.anime-slideleft.anime-ready {
  transform: translateX(-2em);
  opacity: 0;
}
.anime-slideleft.anime-end {
  transition: all ease 0.75s;
  transform: translateX(0);
  opacity: 1;
}

.anime-slideright {
  position: relative;
}
.anime-slideright.anime-ready {
  transform: translateX(2em);
  opacity: 0;
}
.anime-slideright.anime-end {
  transition: all ease 0.75s;
  transform: translateX(0);
  opacity: 1;
}

@keyframes link_animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
  text-align: center;
  font-size: 0.78125vw;
}
@media screen and (max-width: "1186px"-1) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 10px;
  }
}
@media (max-width: 743px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 10px;
  }
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background: white;
}
#loader figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#loader figure img {
  height: auto;
  width: 70%;
  max-width: 27.5rem;
}
@media all and (-ms-high-contrast: none\0 ) {
  #loader figure img *::-ms-backdrop, #loader figure img {
    width: 70%;
  }
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background: #FFFFFF;
}

#error404 {
  margin-top: 270px;
}

.siteheader {
  position: fixed !important;
  z-index: 10002;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.7);
  height: 5.2083333333vw;
  padding-left: 3.125vw;
  padding-right: 0vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader {
    height: 8.3333333333vw;
    padding-left: 2.6041666667vw;
  }
}
@media (max-width: 743px) {
  .siteheader {
    height: 16.7441860465vw;
    padding-left: 6.976744186vw;
  }
}
.siteheader .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1366px;
  width: 100%;
  padding: 30px 50px;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .wrapper {
    padding: 20px;
  }
}
@media (max-width: 743px) {
  .siteheader .wrapper {
    padding: 30px;
  }
}
.siteheader .logo figure img {
  height: 1.875vw;
  width: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .logo figure img {
    height: 3.125vw;
  }
}
@media (max-width: 743px) {
  .siteheader .logo figure img {
    height: 8.3720930233vw;
  }
}
.siteheader .gbtn {
  position: absolute;
  right: 50px;
  z-index: 9999;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: 2px solid #192F60;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .gbtn {
    right: 30px;
    width: 6.7708333333vw;
    height: 6.7708333333vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn {
    top: 2.3255813953vw;
    right: 4.6511627907vw;
    z-index: 10002;
    width: 11.1627906977vw;
    height: 11.1627906977vw;
    border: 1px solid #192F60;
  }
}
.siteheader .gbtn input {
  display: none;
}
.siteheader .gbtn label, .siteheader .gbtn a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.2604166667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    padding-top: 0.6510416667vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    padding-top: 1.1627906977vw;
  }
}
.siteheader .gbtn label span, .siteheader .gbtn a span {
  background-color: #192F60;
  display: block;
  width: 1.875vw;
  height: 0.15625vw;
  margin-bottom: 0.3645833333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 3.2552083333vw;
    height: 0.390625vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 5.8139534884vw;
    height: 0.4651162791vw;
    margin-bottom: 0.9302325581vw;
  }
}
.siteheader .gbtn label span:nth-of-type(2), .siteheader .gbtn a span:nth-of-type(2) {
  width: 1.6145833333vw;
}
@media (max-width: 743px) {
  .siteheader .gbtn label span:nth-of-type(2), .siteheader .gbtn a span:nth-of-type(2) {
    width: 5.8139534884vw;
    height: 0.4651162791vw;
  }
}
.siteheader .gbtn label span:nth-last-of-type(1), .siteheader .gbtn a span:nth-last-of-type(1) {
  width: 1.3020833333vw;
}
@media (max-width: 743px) {
  .siteheader .gbtn label span:nth-last-of-type(1), .siteheader .gbtn a span:nth-last-of-type(1) {
    width: 5.8139534884vw;
    height: 0.4651162791vw;
  }
}
.siteheader .gbtn input.active + label, .siteheader .gbtn .active {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  padding-top: 0px;
}
@media (max-width: 743px) {
  .siteheader .gbtn input.active + label, .siteheader .gbtn .active {
    width: 14.8837209302vw;
    height: 14.8837209302vw;
  }
}
.siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
  transform: rotate(40deg);
  width: 1.875vw !important;
  height: 0.15625vw !important;
  margin-top: 1.40625vw;
  margin-left: 0.7291666667vw;
  position: absolute;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
    width: 3.2552083333vw !important;
    height: 0.2604166667vw !important;
    margin-top: 2.0833333333vw;
    margin-left: 0.6510416667vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
    width: 5.8139534884vw !important;
    height: 0.4651162791vw !important;
    margin-top: 5.1162790698vw;
    margin-left: 4.6511627907vw;
    background-color: black;
  }
}
.siteheader .gbtn input.active + label span:nth-of-type(2), .siteheader .gbtn .active span:nth-of-type(2) {
  display: none;
}
.siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
  transform: rotate(-40deg);
  width: 1.875vw !important;
  height: 0.1041666667vw !important;
  margin-top: 1.40625vw;
  margin-left: 0.7291666667vw;
  position: absolute;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
    width: 3.2552083333vw !important;
    height: 0.2604166667vw !important;
    margin-top: 2.0833333333vw;
    margin-left: 0.6510416667vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
    width: 5.8139534884vw !important;
    height: 0.4651162791vw !important;
    margin-top: 5.1162790698vw;
    margin-left: 4.6511627907vw;
    background-color: white;
  }
}
.siteheader .headwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8.6979166667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .headwrap {
    padding-right: 2.6041666667vw;
  }
}
@media (max-width: 743px) {
  .siteheader .headwrap {
    padding-right: 21.7447916667vw;
  }
}
.siteheader .headwrap .links {
  position: relative;
  padding-right: 3.125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .headwrap .links {
    padding-right: 7.8125vw;
  }
}
@media (max-width: 743px) {
  .siteheader .headwrap .links {
    position: initial;
    padding-right: 13.9534883721vw;
  }
}
.siteheader .headwrap .links .header_menu {
  display: flex;
  justify-content: space-between;
  gap: 1.25vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .headwrap .links .header_menu {
    gap: 1.8229166667vw;
  }
}
@media (max-width: 743px) {
  .siteheader .headwrap .links .header_menu {
    gap: 0vw;
  }
}
.siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
  font-weight: 300;
  position: relative;
  color: #192F60;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a) {
    font-size: 14px;
  }
}
.siteheader .headwrap .links .header_menu .menu-item a:not(.contact a):hover:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.3125vw;
  left: 0;
  background-color: #192F60;
}
@media (max-width: 743px) {
  .siteheader .headwrap .links .header_menu .menu-item a:not(.contact a):hover:after {
    bottom: -1.3953488372vw;
  }
}
.siteheader .headwrap .links .header_menu .menu-item.contact {
  position: absolute;
  right: -5.5729166667vw;
  top: -1.7708333333vw;
  width: 5.2083333333vw;
  aspect-ratio: 1/1;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .headwrap .links .header_menu .menu-item.contact {
    top: -2.6041666667vw;
    right: 0.5208333333vw;
  }
}
.siteheader .headwrap .links .header_menu .menu-item.contact a {
  background: #00A493;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  gap: 0.2083333333vw;
  font-size: 0.625vw;
}
@media screen and (max-width: "1186px"-1) {
  .siteheader .headwrap .links .header_menu .menu-item.contact a {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 1186px) {
  .siteheader .headwrap .links .header_menu .menu-item.contact a {
    font-size: 12px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .siteheader .headwrap .links .header_menu .menu-item.contact a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .siteheader .headwrap .links .header_menu .menu-item.contact a {
    font-size: 8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .siteheader .headwrap .links .header_menu .menu-item.contact a {
    font-size: 10px;
  }
}
.siteheader .headwrap .links .header_menu .menu-item.contact a:before {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.96875vw;
  height: 1.5vw;
}
.siteheader .headwrap .links .header_menu .menu-item.contact a:hover {
  background: rgba(0, 164, 147, 0.7);
}

.caption {
  margin-top: 0.4166666667vw;
  font-size: 0.7291666667vw;
  line-height: 1.6;
}
@media screen and (max-width: "1186px"-1) {
  .caption {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .caption {
    font-size: 14px;
  }
}

#gnavi {
  width: 50vw;
  height: 100svh;
  position: fixed;
  z-index: 0;
  padding: 3.6458333333vw 3.6458333333vw;
  transition: all 0.5s ease-in 0s;
  right: -50vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  #gnavi {
    padding: 13.0208333333vw 9.1145833333vw;
  }
}
@media (max-width: 743px) {
  #gnavi {
    width: 100vw;
    right: -100vw;
    padding: 37.2093023256vw 13.023255814vw 13.9534883721vw;
    background-color: rgba(25, 47, 96, 0.92);
  }
}
#gnavi.active {
  z-index: 1001;
  right: 0;
  transition: all 0.5s ease-in 0s;
}
#gnavi ul.header_menu li {
  font-size: 1.25vw;
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  #gnavi ul.header_menu li {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  #gnavi ul.header_menu li {
    font-size: 2.34375vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  #gnavi ul.header_menu li {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  #gnavi ul.header_menu li {
    font-size: 3.7209302326vw;
    margin-bottom: 6.2790697674vw;
    color: white;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  #gnavi ul.header_menu li {
    font-size: 16px;
  }
}
#gnavi ul.header_menu li .sub-menu li {
  font-size: 0.9375vw;
  margin-bottom: 0.4166666667vw;
  font-weight: 400;
}
@media screen and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 1.8229166667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 3.2558139535vw;
    color: white;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 14px;
  }
}

.home-mainvisual .hero {
  position: relative;
}
.home-mainvisual .hero .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.home-mainvisual .hero .image_area:before {
  content: "";
  display: block;
  padding-top: 45.78%;
}
.home-mainvisual .hero .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-mainvisual .hero .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-mainvisual .hero .image_area:before {
    padding-top: 56.25% !important;
  }
}
@media (max-width: 743px) {
  .home-mainvisual .hero .image_area:before {
    padding-top: 125% !important;
  }
}
.home-mainvisual .hero .logomark {
  position: absolute;
  width: 15.3125vw;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-mainvisual .hero .logomark figure img {
  width: 8.75vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-mainvisual .hero .logomark {
    width: 23.1770833333vw;
  }
  .home-mainvisual .hero .logomark figure img {
    width: 13.8020833333vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual .hero .logomark {
    width: 49.3023255814vw;
  }
  .home-mainvisual .hero .logomark figure img {
    width: 29.7674418605vw;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .mainvisual .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .mainvisual .image_area:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .mainvisual .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .mainvisual .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 743px) {
  .mainvisual .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .mainvisual .image_area:before {
    content: "";
    display: block;
    padding-top: 125%;
  }
  .mainvisual .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .mainvisual .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}

.home-mainvisual .hero {
  position: relative;
}
.home-mainvisual .hero .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.home-mainvisual .hero .image_area:before {
  content: "";
  display: block;
  padding-top: 32.5%;
}
.home-mainvisual .hero .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-mainvisual .hero .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}

.home-welcome {
  position: relative;
  margin-top: 6.7708333333vw;
  padding-bottom: 8.6979166667vw;
}
@media (max-width: 743px) {
  .home-welcome {
    margin-top: 11.1627906977vw;
    padding-bottom: 14.8837209302vw;
  }
}
.home-welcome:after {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  position: absolute;
  width: 100vw;
  height: 13.125vw;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 743px) {
  .home-welcome:after {
    height: 22.3255813953vw;
  }
}
.home-welcome .textarea {
  text-align: center;
  font-size: 0.8333333333vw;
  line-height: 2.6;
}
@media screen and (max-width: "1186px"-1) {
  .home-welcome .textarea {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .home-welcome .textarea {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-welcome .textarea {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-welcome .textarea {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-welcome .textarea {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .home-welcome .textarea {
    font-size: 3.2558139535vw;
    padding-right: 7.4418604651vw;
    padding-left: 7.4418604651vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-welcome .textarea {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-welcome .textarea {
    font-size: 14px;
  }
}
.home-welcome .textarea h3 {
  font-size: 1.09375vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-welcome .textarea h3 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .home-welcome .textarea h3 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-welcome .textarea h3 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-welcome .textarea h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-welcome .textarea h3 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .home-welcome .textarea h3 {
    font-size: 4.1860465116vw;
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-welcome .textarea h3 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-welcome .textarea h3 {
    font-size: 18px;
  }
}
.home-welcome .image_area {
  margin-top: 6.4583333333vw;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 743px) {
  .home-welcome .image_area {
    margin-top: 11.1627906977vw;
    width: 65.1162790698vw;
  }
}
.home-welcome .image_area figure img {
  width: 50vw;
}
@media (max-width: 743px) {
  .home-welcome .image_area figure img {
    width: 65.1162790698vw;
  }
}

.home-link {
  margin-top: 7.2916666667vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.7708333333vw;
}
.home-link header h1, .home-link header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .home-link header h1, .home-link header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-link header h1, .home-link header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-link header h1, .home-link header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-link header h1, .home-link header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-link header h1, .home-link header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .home-link header h1, .home-link header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-link header h1, .home-link header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-link header h1, .home-link header h2 {
    font-size: 21px;
  }
}
.home-link header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-link header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-link header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-link header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-link header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-link header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .home-link header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-link header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-link header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-link {
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .home-link {
    margin-top: 11.1627906977vw;
    padding-bottom: 11.1627906977vw;
    width: 74.4186046512vw;
  }
}
.home-link .site_links {
  margin-top: 3.4895833333vw;
}
.home-link .site_links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875vw;
  flex-wrap: wrap;
}
@media (max-width: 743px) {
  .home-link .site_links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.7209302326vw;
  }
}
.home-link .site_links ul li a .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.home-link .site_links ul li a .image_area:before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.home-link .site_links ul li a .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-link .site_links ul li a .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.home-link .site_links ul li a p {
  margin-top: 0.4166666667vw;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-link .site_links ul li a p {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-link .site_links ul li a p {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-link .site_links ul li a p {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-link .site_links ul li a p {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-link .site_links ul li a p {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .home-link .site_links ul li a p {
    margin-top: 0.9302325581vw;
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-link .site_links ul li a p {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-link .site_links ul li a p {
    font-size: 14px;
  }
}
.home-link .site_links ul li a:hover figure img {
  transform: scale(1.1);
}

/* パララックスコンテナ */
.home-parallax {
  position: relative;
  overflow: hidden;
  height: 32.7083333333vw;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 743px) {
  .home-parallax {
    height: 99.5348837209vw;
  }
}
.home-parallax > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 130%; /* パララックス用に高さを確保 */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home-parallax figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 743px) {
  .home-parallax figure {
    width: 101%;
  }
}
.home-parallax img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 150%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%) translateZ(0);
  -webkit-transform: translate(-50%, -50%) translateZ(0);
}

.home-news {
  display: flex;
  justify-content: flex-end;
  gap: 2.6041666667vw;
  position: relative;
}
@media (max-width: 743px) {
  .home-news {
    display: block;
    gap: initial;
  }
}
.home-news .news-area {
  margin-top: 6.40625vw;
  width: 34.8958333333vw;
}
@media (max-width: 743px) {
  .home-news .news-area {
    margin-top: 8.3720930233vw;
    width: 74.4186046512vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-news .news-area header h1, .home-news .news-area header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-news .news-area header h1, .home-news .news-area header h2 {
    font-size: 21px;
  }
}
.home-news .news-area header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-news .news-area header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-news .news-area header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-news .news-area header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-news .news-area header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-news .news-area header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .home-news .news-area header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-news .news-area header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-news .news-area header span {
    font-size: 14px;
  }
}
.home-news .news-area .link {
  text-align: right;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-news .news-area .link {
    margin-top: -4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .home-news .news-area .link {
    margin-top: -7.4418604651vw;
  }
}
.home-news .news-area .link a {
  position: relative;
}
.home-news .news-area .link a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #00A493;
}
.home-news .news-area ul {
  margin-top: 2.9166666667vw;
  margin-bottom: 6.25vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-news .news-area ul {
    margin-top: 6.25vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 743px) {
  .home-news .news-area ul {
    margin-top: 11.1627906977vw;
    margin-bottom: 18.6046511628vw;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-news .news-area ul li {
    margin-bottom: 3.125vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-news .news-area ul li {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-news .news-area ul li {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .home-news .news-area ul li {
    margin-bottom: 5.5813953488vw;
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-news .news-area ul li {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-news .news-area ul li {
    font-size: 14px;
  }
}
.home-news .news-area ul li .category {
  padding: 0.2083333333vw 0.625vw;
  margin-right: 0.4166666667vw;
  font-size: 0.625vw;
  color: white;
}
@media screen and (max-width: "1186px"-1) {
  .home-news .news-area ul li .category {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 1186px) {
  .home-news .news-area ul li .category {
    font-size: 12px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-news .news-area ul li .category {
    padding: 0.5208333333vw 1.5625vw;
    margin-right: 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-news .news-area ul li .category {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-news .news-area ul li .category {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .home-news .news-area ul li .category {
    padding: 0.9302325581vw 2.7906976744vw;
    margin-right: 1.8604651163vw;
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-news .news-area ul li .category {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-news .news-area ul li .category {
    font-size: 12px;
  }
}
.home-news .news-area ul li .category.category-news {
  background-color: #00A493;
}
.home-news .news-area ul li .category.category-event {
  background-color: #E59B35;
}
.home-news .news-area ul li h4 {
  margin-top: 0.625vw;
  margin-left: 0.625vw;
}
@media (max-width: 743px) {
  .home-news .news-area ul li h4 {
    margin-top: 1.3953488372vw;
    margin-left: 2.7906976744vw;
  }
}
.home-news .back {
  width: 50vw;
}
.home-news .back-image {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 743px) {
  .home-news .back-image {
    display: none;
  }
}
.home-news .back-image:after {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  opacity: 0.3;
  z-index: -1;
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
}

.sec-h2 {
  width: 100%;
  aspect-ratio: 1920/265;
  background-color: #192F60;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.sec-h2 header h1, .sec-h2 header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .sec-h2 header h1, .sec-h2 header h2 {
    font-size: 21px;
  }
}
.sec-h2 header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .sec-h2 header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .sec-h2 header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .sec-h2 header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .sec-h2 header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .sec-h2 header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .sec-h2 header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .sec-h2 header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .sec-h2 header span {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .sec-h2 {
    aspect-ratio: 375/87;
  }
}
.sec-h2 > header {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
.sec-h2 > header h2 {
  color: white !important;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .sec-h2 > header {
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .sec-h2 > header {
    width: 85.5813953488vw;
  }
}
.sec-h2:after {
  content: "";
  position: absolute;
  bottom: -1.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7708333333vw 1.7708333333vw 0 1.7708333333vw;
  border-color: #192F60 transparent transparent transparent;
}
@media (max-width: 743px) {
  .sec-h2:after {
    bottom: -5.1162790698vw;
    border-width: 5.5813953488vw 5.5813953488vw 0 5.5813953488vw;
  }
}

.home-member .member-list {
  margin-top: 4.1666666667vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list {
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list {
    margin-top: 14.8837209302vw;
    width: 100%;
    padding-left: 2.3255813953vw;
    padding-right: 2.3255813953vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-member .member-list .factory-item {
  border-right: 1px dashed #acacac;
  border-bottom: 1px dashed #acacac;
  padding: 1.0416666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item {
    padding: 2.0833333333vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item {
    padding: 3.7209302326vw;
  }
}
.home-member .member-list .factory-item:nth-child(3n) {
  border-right: none;
}
.home-member .member-list .factory-item:nth-last-child(1), .home-member .member-list .factory-item:nth-last-child(2), .home-member .member-list .factory-item:nth-last-child(3) {
  border-bottom: none;
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item:nth-child(3n) {
    border-right: 1px dashed #acacac;
  }
  .home-member .member-list .factory-item:nth-child(2n) {
    border-right: none;
  }
}
.home-member .member-list .factory-item .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.home-member .member-list .factory-item .image_area:before {
  content: "";
  display: block;
  padding-top: 66.6667%;
}
.home-member .member-list .factory-item .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-member .member-list .factory-item .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.home-member .member-list .factory-item .image_area {
  display: none;
}
.home-member .member-list .factory-item .infobox {
  margin-top: 0.3125vw;
  line-height: 1.7;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox {
    margin-top: 0.78125vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox {
    margin-top: 1.3953488372vw;
  }
}
.home-member .member-list .factory-item .infobox a {
  position: relative;
}
.home-member .member-list .factory-item .infobox a .link {
  position: absolute;
  right: 0;
  top: 0vw;
  width: 1.71875vw;
  height: 1.71875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox a .link {
    width: 3.515625vw;
    height: 3.515625vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox a .link {
    width: 5.5813953488vw;
    height: 5.5813953488vw;
  }
}
.home-member .member-list .factory-item .infobox a .link img {
  width: 1.71875vw;
  height: 1.71875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox a .link img {
    width: 3.515625vw;
    height: 3.515625vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox a .link img {
    width: 5.5813953488vw;
    height: 5.5813953488vw;
  }
}
.home-member .member-list .factory-item .infobox header {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox header {
    flex-direction: column-reverse;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox header {
    flex-direction: column-reverse;
  }
}
.home-member .member-list .factory-item .infobox header .checkbox ul {
  display: flex;
  gap: 0.3125vw;
  padding-right: 1.875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul {
    gap: 0.78125vw;
    padding-right: 4.6875vw;
    height: 3.125vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul {
    gap: 1.3953488372vw;
    padding-right: 8.3720930233vw;
    height: 5.5813953488vw;
  }
}
.home-member .member-list .factory-item .infobox header .checkbox ul li {
  width: 3.8541666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li {
    width: 8.3333333333vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li {
    width: 14.8837209302vw;
  }
}
.home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
  padding: 0.1041666667vw 0.8333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  white-space: nowrap;
  font-size: 0.7291666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    padding: 0.2604166667vw 2.0833333333vw;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    padding: 0.4651162791vw 3.7209302326vw;
  }
}
@media screen and (max-width: "1186px"-1) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-member .member-list .factory-item .infobox header .checkbox ul li .tours, .home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
    font-size: 12px;
  }
}
.home-member .member-list .factory-item .infobox header .checkbox ul li .tours {
  background-color: #00A493;
}
.home-member .member-list .factory-item .infobox header .checkbox ul li .experience {
  background-color: #E59B35;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-member .member-list .factory-item .infobox header .name {
    margin-top: 1.0416666667vw;
    font-weight: 600;
  }
}
@media (max-width: 743px) {
  .home-member .member-list .factory-item .infobox header .name {
    margin-top: 1.8604651163vw;
    font-weight: 600;
  }
}

.home-access {
  margin-top: 6.25vw;
  position: relative;
  padding-bottom: 2.0833333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-access {
    margin-top: 6.25vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 743px) {
  .home-access {
    margin-top: 11.1627906977vw;
    padding-bottom: 9.3023255814vw;
  }
}
.home-access:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  background-repeat: repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-access .contents {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.8125vw;
}
@media (max-width: 743px) {
  .home-access .contents {
    width: 83.7209302326vw;
    padding-top: 8.3720930233vw;
  }
}
.home-access .contents header {
  height: 3.8020833333vw;
  background-color: white;
  color: #192F60;
  display: inline-flex;
  align-items: center;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-access .contents header {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-access .contents header {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-access .contents header {
    height: 7.2916666667vw;
    font-size: 2.734375vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .home-access .contents header {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .home-access .contents header {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .home-access .contents header {
    height: 11.1627906977vw;
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-access .contents header {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-access .contents header {
    font-size: 18px;
  }
}
.home-access .contents .infoarea {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
  margin-top: 1.5625vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .home-access .contents .infoarea {
    gap: 6.5104166667vw;
    margin-top: 3.90625vw;
  }
}
@media (max-width: 743px) {
  .home-access .contents .infoarea {
    flex-direction: column;
    gap: 9.3023255814vw;
    margin-top: 4.6511627907vw;
  }
}
.home-access .contents .infoarea .left, .home-access .contents .infoarea .right {
  width: calc(50% - 3.125vw);
}
@media (max-width: 743px) {
  .home-access .contents .infoarea .left, .home-access .contents .infoarea .right {
    width: 100%;
  }
}
.home-access .contents .infoarea .left {
  display: flex;
  justify-content: flex-end;
}
.home-access .contents .infoarea .left .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.home-access .contents .infoarea .left .image_area:before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.home-access .contents .infoarea .left .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-access .contents .infoarea .left .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 743px) {
  .home-access .contents .infoarea .left {
    justify-content: center;
  }
}
.home-access .contents .infoarea .left .image_area {
  width: 29.3229166667vw;
}
@media (max-width: 743px) {
  .home-access .contents .infoarea .left .image_area {
    width: 74.4186046512vw;
  }
}
.home-access .contents .infoarea .right {
  color: #192F60;
}
.home-access .contents .infoarea .right span {
  display: inline-flex;
  align-items: center;
  padding: 0.3125vw 0.8333333333vw;
  background-color: white;
}
@media (max-width: 743px) {
  .home-access .contents .infoarea .right span {
    padding: 0.9302325581vw 2.7906976744vw;
  }
}
.home-access .contents .infoarea .right br + span {
  margin-top: 0.625vw;
}
@media (max-width: 743px) {
  .home-access .contents .infoarea .right br + span {
    margin-top: 1.3953488372vw;
  }
}

.googlemap-area {
  filter: grayscale(100%);
}
.googlemap-area .iframe-wrapper {
  position: relative;
  padding-bottom: 34.06%;
  height: 0;
  overflow: hidden;
}
.googlemap-area .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 743px) {
  .googlemap-area .iframe-wrapper {
    position: relative;
    padding-bottom: 125%;
    height: 0;
    overflow: hidden;
  }
  .googlemap-area .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.initiative .outline {
  position: relative;
  padding-bottom: 6.71875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative .outline {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 743px) {
  .initiative .outline {
    padding-bottom: 18.6046511628vw;
  }
}
.initiative .outline--content {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.65625vw;
  position: relative;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative .outline--content {
    width: 92.1875vw;
    margin-top: 7.2916666667vw;
    gap: 5.2083333333vw;
  }
}
@media (max-width: 743px) {
  .initiative .outline--content {
    flex-direction: column;
    width: 83.7209302326vw;
    margin-top: 14.8837209302vw;
    gap: 7.4418604651vw;
  }
}
.initiative .outline__textarea {
  color: #192F60;
  width: 34.1666666667vw;
  line-height: 1.8;
}
.initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .initiative .outline__textarea header h1, .initiative .outline__textarea header h2 {
    font-size: 21px;
  }
}
.initiative .outline__textarea header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .initiative .outline__textarea header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .initiative .outline__textarea header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative .outline__textarea header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .initiative .outline__textarea header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .initiative .outline__textarea header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .initiative .outline__textarea header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .initiative .outline__textarea header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .initiative .outline__textarea header span {
    font-size: 14px;
  }
}
.initiative .outline__textarea header {
  margin-bottom: 2.5520833333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative .outline__textarea {
    width: 58.3333333333vw;
  }
}
@media (max-width: 743px) {
  .initiative .outline__textarea {
    width: 100%;
  }
}
.initiative .outline__image {
  width: 35.625vw;
}
.initiative .outline__image .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.initiative .outline__image .image_area:before {
  content: "";
  display: block;
  padding-top: 73%;
}
.initiative .outline__image .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.initiative .outline__image .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative .outline__image {
    width: 33.8541666667vw;
  }
}
@media (max-width: 743px) {
  .initiative .outline__image {
    width: 100%;
  }
}
.initiative .outline:after {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  position: absolute;
  width: 100vw;
  height: 10.5208333333vw;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 743px) {
  .initiative .outline:after {
    height: 18.6046511628vw;
  }
}
.initiative--area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 6.7708333333vw;
}
@media (max-width: 743px) {
  .initiative--area {
    flex-direction: column-reverse;
    margin-bottom: 0vw;
  }
}
.initiative__list {
  flex: 1;
  min-width: 0;
  width: 49.53125vw;
  border-right: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__list {
    width: 59.765625vw;
  }
}
@media (max-width: 743px) {
  .initiative__list {
    width: 100%;
  }
}
.initiative__list__item {
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 743px) {
  .initiative__list__item {
    margin-bottom: 11.1627906977vw;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__list__item .sec-h2 {
    aspect-ratio: 768/135;
  }
}
.initiative__list__item .sec-h2 header {
  padding-left: 11.3541666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__list__item .sec-h2 header {
    padding-left: 3.90625vw;
  }
}
@media (max-width: 743px) {
  .initiative__list__item .sec-h2 header {
    padding-left: 0vw;
  }
}
.initiative__list__item--inner {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.initiative__list__item--inner .upon_image {
  margin-top: 3.3333333333vw;
}
@media (max-width: 743px) {
  .initiative__list__item--inner .upon_image {
    margin-top: 14.8837209302vw;
  }
}
.initiative__list__item--inner .upon_image h4 {
  font-size: 0.9375vw;
}
@media screen and (max-width: "1186px"-1) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .initiative__list__item--inner .upon_image h4 {
    font-size: 16px;
  }
}
.initiative__list__item--inner .upon_image span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .initiative__list__item--inner .upon_image span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .initiative__list__item--inner .upon_image span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__list__item--inner .upon_image span {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .initiative__list__item--inner .upon_image span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .initiative__list__item--inner .upon_image span {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .initiative__list__item--inner .upon_image span {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .initiative__list__item--inner .upon_image span {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .initiative__list__item--inner .upon_image span {
    font-size: 13px;
  }
}
.initiative__list__item--inner .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.initiative__list__item--inner .image_area:before {
  content: "";
  display: block;
  padding-top: 61.45%;
}
.initiative__list__item--inner .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.initiative__list__item--inner .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.initiative__list__item--inner .image_area {
  margin-top: 5vw;
}
@media (max-width: 743px) {
  .initiative__list__item--inner .image_area {
    margin-top: 16.7441860465vw;
  }
}
.initiative__list__item--inner .image_area figure img {
  object-fit: cover;
}
.initiative__list__item--inner .upon_image + .image_area {
  margin-top: 3.3333333333vw;
}
@media (max-width: 743px) {
  .initiative__list__item--inner .upon_image + .image_area {
    margin-top: 11.1627906977vw;
  }
}
.initiative__list__item--inner .textarea {
  margin-top: 3.3333333333vw;
  overflow-wrap: anywhere;
}
@media (max-width: 743px) {
  .initiative__list__item--inner .textarea {
    margin-top: 11.1627906977vw;
  }
}
.initiative__index {
  width: 25.46875vw;
  flex-shrink: 0;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__index {
    width: 40.234375vw;
  }
}
@media (max-width: 743px) {
  .initiative__index {
    width: 100%;
  }
}
.initiative__index__inner {
  width: 25.46875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__index__inner {
    width: 40.234375vw;
  }
}
@media (max-width: 743px) {
  .initiative__index__inner {
    width: 100%;
  }
}
.initiative__index__inner--box {
  padding: 1.6666666667vw 2.1875vw 2.2916666667vw 1.6666666667vw;
  border-top: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
  border-right: 1px solid #192F60;
  background-color: white;
}
@media (max-width: 743px) {
  .initiative__index__inner--box {
    padding: 4.1860465116vw;
  }
}
.initiative__index__inner h3 {
  font-size: 0.9375vw;
  text-align: center;
}
@media screen and (max-width: "1186px"-1) {
  .initiative__index__inner h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .initiative__index__inner h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__index__inner h3 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .initiative__index__inner h3 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .initiative__index__inner h3 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .initiative__index__inner h3 {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .initiative__index__inner h3 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .initiative__index__inner h3 {
    font-size: 16px;
  }
}
.initiative__index__inner--list {
  margin-top: 2.6041666667vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 743px) {
  .initiative__index__inner--list {
    margin-top: 8.3720930233vw;
  }
}
.initiative__index__inner--list .index-link {
  font-size: 0.7291666667vw;
  margin-bottom: 0.8333333333vw;
  padding-left: 1.25vw;
  position: relative;
}
@media screen and (max-width: "1186px"-1) {
  .initiative__index__inner--list .index-link {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .initiative__index__inner--list .index-link {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .initiative__index__inner--list .index-link {
    font-size: 1.8229166667vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .initiative__index__inner--list .index-link {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .initiative__index__inner--list .index-link {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .initiative__index__inner--list .index-link {
    font-size: 3.2558139535vw;
    margin-bottom: 3.7209302326vw;
    padding-left: 5.5813953488vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .initiative__index__inner--list .index-link {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .initiative__index__inner--list .index-link {
    font-size: 14px;
  }
}
.initiative__index__inner--list .index-link.active:before {
  content: ">";
  transform: scale(0.85, 1.3);
  position: absolute;
  left: 0;
  top: 0;
}
.initiative__index__inner.is-fixed {
  position: fixed;
  z-index: 100;
}
.initiative__index__inner.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto !important;
}
.initiative .initiative__images figure img {
  width: 100%;
}

.post-type-archive .post-content, .archive.category .post-content {
  margin-top: initial;
}

.about {
  position: relative;
}
.about header h1, .about header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .about header h1, .about header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .about header h1, .about header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about header h1, .about header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about header h1, .about header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about header h1, .about header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .about header h1, .about header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about header h1, .about header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about header h1, .about header h2 {
    font-size: 21px;
  }
}
.about header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .about header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .about header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .about header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about header span {
    font-size: 14px;
  }
}
.about .content-head {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.3333333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .content-head {
    width: 92.1875vw;
    margin-top: 6.25vw;
  }
}
@media (max-width: 743px) {
  .about .content-head {
    width: 83.7209302326vw;
    margin-top: 11.1627906977vw;
  }
}
.about .outline {
  position: relative;
  padding-bottom: 9.2708333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .outline {
    padding-bottom: 11.71875vw;
  }
}
@media (max-width: 743px) {
  .about .outline {
    padding-bottom: 20.9302325581vw;
  }
}
.about .outline--content {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5vw;
  display: flex;
  justify-content: space-between;
  gap: 2.65625vw;
  position: relative;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .outline--content {
    width: 92.1875vw;
    gap: 5.2083333333vw;
    margin-top: 6.25vw;
  }
}
@media (max-width: 743px) {
  .about .outline--content {
    flex-direction: column;
    width: 83.7209302326vw;
    margin-top: 7.4418604651vw;
    gap: 8.3720930233vw;
  }
}
.about .outline__image .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.about .outline__image .image_area:before {
  content: "";
  display: block;
  padding-top: 94.46%;
}
.about .outline__image .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about .outline__image .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.about .outline__image .image_area {
  width: 26.5104166667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .outline__image .image_area {
    width: 27.0833333333vw;
  }
}
@media (max-width: 743px) {
  .about .outline__image .image_area {
    width: 83.7209302326vw;
  }
}
.about .outline__textarea {
  line-height: 1.7;
  width: 45.8333333333vw;
  color: #192F60;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: "1186px"-1) {
  .about .outline__textarea {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .about .outline__textarea {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .outline__textarea {
    width: 67.7083333333vw;
    font-size: 1.953125vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about .outline__textarea {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about .outline__textarea {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .about .outline__textarea {
    width: 83.7209302326vw;
    font-size: 3.488372093vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about .outline__textarea {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about .outline__textarea {
    font-size: 15px;
  }
}
.about .outline:after {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  position: absolute;
  width: 100vw;
  height: 12.6041666667vw;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 743px) {
  .about .outline:after {
    height: 18.6046511628vw;
  }
}
.about .progress {
  padding-bottom: 6.71875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .progress {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 743px) {
  .about .progress {
    padding-bottom: 18.6046511628vw;
  }
}
.about .progress--content {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .progress--content {
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .about .progress--content {
    width: 83.7209302326vw;
  }
}
.about .progress__outline {
  margin-top: 3.75vw;
  margin-bottom: 3.75vw;
  line-height: 2.8;
  text-align: center;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .progress__outline {
    margin-top: 9.375vw;
    margin-bottom: 9.375vw;
    line-height: 2.8;
    text-align: center;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media (max-width: 743px) {
  .about .progress__outline {
    line-height: 2;
    margin-top: 13.023255814vw;
    margin-bottom: 8.3720930233vw;
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.about .progress__route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 3.125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .progress__route {
    gap: 3.90625vw;
  }
}
@media (max-width: 743px) {
  .about .progress__route {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.976744186vw;
  }
}
.about .progress--item {
  color: #192F60;
  position: relative;
}
.about .progress--item .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.about .progress--item .image_area:before {
  content: "";
  display: block;
  padding-top: 63.18%;
}
.about .progress--item .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about .progress--item .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.about .progress--item .title h4 {
  margin-top: 0.4166666667vw;
  margin-bottom: 0.4166666667vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: "1186px"-1) {
  .about .progress--item .title h4 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .about .progress--item .title h4 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .progress--item .title h4 {
    margin-top: 0.5208333333vw;
    margin-bottom: 0.5208333333vw;
    font-size: 2.0833333333vw;
    letter-spacing: -0.01rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about .progress--item .title h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about .progress--item .title h4 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .about .progress--item .title h4 {
    margin-top: 1.8604651163vw;
    margin-bottom: 1.8604651163vw;
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about .progress--item .title h4 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about .progress--item .title h4 {
    font-size: 16px;
  }
}
.about .progress--item .textarea {
  line-height: 1.8;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .progress--item .textarea {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about .progress--item .textarea {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about .progress--item .textarea {
    font-size: 14px;
  }
}
.about .progress--item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -2.5vw;
  top: 30%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.625vw 0 0.625vw 0.8333333333vw;
  border-color: transparent transparent transparent #192F60;
}
@media (max-width: 743px) {
  .about .progress--item::after {
    right: -3.7209302326vw;
    border-width: 1.8604651163vw 0 1.8604651163vw 2.3255813953vw;
  }
}
.about .progress--item:nth-last-child(1)::after {
  display: none;
}
.about .history {
  /* タイムラインコンテナ */
  /* 横スクロールエリア */
  /* タイムライン（横線） */
  /* 各アイテム */
  /* タイムラインのドット */
  /* アイテムコンテンツ */
}
.about .history--content {
  margin-top: 3.75vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history--content {
    margin-top: 7.2916666667vw;
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .about .history--content {
    margin-top: 7.4418604651vw;
    width: 83.7209302326vw;
  }
}
.about .history .history-timeline {
  position: relative;
  padding: 3.125vw 0;
  overflow: hidden;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .history-timeline {
    padding: 6.25vw 0;
  }
}
@media (max-width: 743px) {
  .about .history .history-timeline {
    padding: 7.4418604651vw 0;
  }
}
.about .history .history-timeline::before {
  content: "横にスクロールします >>";
  font-size: 0.7291666667vw;
  color: #192F60;
  animation: fadeInOut 3s infinite;
  width: 75vw;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 50%;
  top: 5.2083333333vw;
  transform: translateX(-50%);
}
@media screen and (max-width: "1186px"-1) {
  .about .history .history-timeline::before {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .about .history .history-timeline::before {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .history-timeline::before {
    font-size: 1.5625vw;
    width: 92.1875vw;
    top: 7.2916666667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about .history .history-timeline::before {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about .history .history-timeline::before {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .about .history .history-timeline::before {
    font-size: 3.023255814vw;
    width: 83.7209302326vw;
    top: 11.1627906977vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about .history .history-timeline::before {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about .history .history-timeline::before {
    font-size: 13px;
  }
}
.about .history .history-timeline::after {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  position: absolute;
  width: 100vw;
  height: 12.6041666667vw;
  top: 4.1666666667vw;
  opacity: 0.2;
  z-index: -1;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .history-timeline::after {
    height: 15.625vw;
    top: 7.2916666667vw;
  }
}
@media (max-width: 743px) {
  .about .history .history-timeline::after {
    height: 27.9069767442vw;
    top: 11.1627906977vw;
  }
}
.about .history .history--content {
  display: flex;
  gap: 3.125vw;
  padding: 2.0833333333vw 1.0416666667vw;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* スクロールバーのカスタマイズ */
  scrollbar-width: thin;
  scrollbar-color: #192F60;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .history--content {
    gap: 6.5104166667vw;
    padding: 0vw 2.6041666667vw 5.2083333333vw;
  }
}
@media (max-width: 743px) {
  .about .history .history--content {
    gap: 13.9534883721vw;
    padding: 2.3255813953vw 0vw 4.6511627907vw;
  }
}
.about .history .history--content::-webkit-scrollbar {
  height: 0.4166666667vw;
}
.about .history .history--content::-webkit-scrollbar-track {
  border-radius: 0.2083333333vw;
}
.about .history .history--content::-webkit-scrollbar-thumb {
  background: #192F60;
  border-radius: 0.2083333333vw;
}
.about .history .timeline-line {
  position: absolute;
  top: 10.2083333333vw; /* yearsの高さに合わせて調整 */
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #e0e0e0 0%, #192F60 12.5%, #192F60 87.5%, #e0e0e0 100%);
  z-index: 1;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .timeline-line {
    top: 15.1041666667vw;
  }
}
@media (max-width: 743px) {
  .about .history .timeline-line {
    top: 20.9302325581vw; /* yearsの高さに合わせて調整 */
  }
}
.about .history .history--item {
  position: relative;
  flex-shrink: 0;
  width: 30.0520833333vw;
  display: flex;
  flex-direction: column;
  margin-top: 0.625vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .history--item {
    width: 62.5vw;
    margin-top: 0vw;
  }
}
@media (max-width: 743px) {
  .about .history .history--item {
    width: 58.1395348837vw;
    margin-top: 1.1627906977vw;
  }
}
.about .history .history--item:first-child {
  margin-left: 2.0833333333vw;
}
@media (max-width: 743px) {
  .about .history .history--item:first-child {
    margin-left: 5.5813953488vw;
  }
}
.about .history .history--item:last-child {
  margin-right: 2.0833333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .history--item:last-child {
    margin-right: 3.125vw;
  }
}
@media (max-width: 743px) {
  .about .history .history--item:last-child {
    margin-right: 5.5813953488vw;
  }
}
.about .history .timeline-dot {
  position: relative;
  width: 1.5625vw;
  height: 1.5625vw;
  background: #192F60;
  border: 4px solid #192F60;
  border-radius: 50%;
  z-index: 2;
  margin-bottom: 0.78125vw;
  transition: all 0.3s;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .timeline-dot {
    width: 3.125vw;
    height: 3.125vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 743px) {
  .about .history .timeline-dot {
    width: 5.5813953488vw;
    height: 5.5813953488vw;
    margin-bottom: 3.488372093vw;
  }
}
.about .history .item-content {
  width: 100%;
  transition: all 0.3s;
  /* 年号 */
  /* タイトル */
  /* テキストエリア */
  /* 画像エリア */
}
.about .history .item-content .years {
  font-size: 0.7291666667vw;
  color: #192F60;
  margin-bottom: 0.78125vw;
  position: relative;
}
@media screen and (max-width: "1186px"-1) {
  .about .history .item-content .years {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .about .history .item-content .years {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .item-content .years {
    font-size: 1.8229166667vw;
    margin-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about .history .item-content .years {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about .history .item-content .years {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .about .history .item-content .years {
    font-size: 3.2558139535vw;
    margin-bottom: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about .history .item-content .years {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about .history .item-content .years {
    font-size: 14px;
  }
}
.about .history .item-content .title {
  margin-top: 5vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .item-content .title {
    margin-top: 6.25vw;
  }
}
@media (max-width: 743px) {
  .about .history .item-content .title {
    margin-top: 11.1627906977vw;
  }
}
.about .history .item-content .title h4 {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.6;
  color: #192F60;
  margin: 0;
}
@media screen and (max-width: "1186px"-1) {
  .about .history .item-content .title h4 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .about .history .item-content .title h4 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .item-content .title h4 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .about .history .item-content .title h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .about .history .item-content .title h4 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .about .history .item-content .title h4 {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .about .history .item-content .title h4 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .about .history .item-content .title h4 {
    font-size: 16px;
  }
}
.about .history .item-content .textarea {
  line-height: 1.8;
  color: #192F60;
  text-align: justify;
  margin-top: 2.8125vw;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .item-content .textarea {
    margin-top: 4.6875vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 743px) {
  .about .history .item-content .textarea {
    margin-top: 8.3720930233vw;
    margin-bottom: 3.7209302326vw;
  }
}
.about .history .item-content .image_area {
  width: 100%;
  margin-top: 1.875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .about .history .item-content .image_area {
    margin-top: 4.6875vw;
  }
}
@media (max-width: 743px) {
  .about .history .item-content .image_area {
    margin-top: 8.3720930233vw;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@media (max-width: 743px) {
  .about .under-image .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .about .under-image .image_area:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .about .under-image .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .about .under-image .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}

.access {
  margin-top: 6.25vw;
  position: relative;
  padding-bottom: 2.0833333333vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .access {
    margin-top: 0.78125vw;
    padding-bottom: 5.2083333333vw;
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .access {
    margin-top: 7.4418604651vw;
    padding-bottom: 9.3023255814vw;
    width: calc(100% - 6.976744186vw);
  }
}
.access .contents {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.8125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .access .contents {
    padding-top: 7.2916666667vw;
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .access .contents {
    width: calc(100% - 6.976744186vw);
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.7906976744vw;
  }
}
.access .contents header {
  height: 3.8020833333vw;
  color: #192F60;
  display: inline-flex;
  align-items: center;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: "1186px"-1) {
  .access .contents header {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .access .contents header {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .access .contents header {
    height: 8.3333333333vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .access .contents header {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .access .contents header {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .access .contents header {
    height: 12.5581395349vw;
    padding-left: 0vw;
    padding-right: 0vw;
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .access .contents header {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .access .contents header {
    font-size: 18px;
  }
}
.access .contents .infoarea {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
  margin-top: 1.5625vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .access .contents .infoarea {
    gap: 5.2083333333vw;
    margin-top: 3.90625vw;
  }
}
@media (max-width: 743px) {
  .access .contents .infoarea {
    flex-direction: column;
    gap: 7.4418604651vw;
    margin-top: 6.976744186vw;
  }
}
.access .contents .infoarea .left, .access .contents .infoarea .right {
  width: calc(50% - 3.125vw);
}
@media (max-width: 743px) {
  .access .contents .infoarea .left, .access .contents .infoarea .right {
    width: 100%;
  }
}
.access .contents .infoarea .left {
  display: flex;
  justify-content: flex-end;
}
.access .contents .infoarea .left .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.access .contents .infoarea .left .image_area:before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.access .contents .infoarea .left .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.access .contents .infoarea .left .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 743px) {
  .access .contents .infoarea .left {
    justify-content: center;
  }
}
.access .contents .infoarea .left .image_area {
  width: 29.3229166667vw;
}
@media (max-width: 743px) {
  .access .contents .infoarea .left .image_area {
    width: 100%;
  }
}
.access .contents .infoarea .right {
  color: #192F60;
}
.access .contents .infoarea .right span {
  display: inline-flex;
  align-items: center;
  padding: 0.3125vw 0.8333333333vw;
}
.access .contents .infoarea .right br + span {
  margin-top: 0.625vw;
}
.access .googlemap-area {
  margin-top: 6.25vw;
  filter: grayscale(100%);
}
.access .googlemap-area .iframe-wrapper {
  position: relative;
  padding-bottom: 34.06%;
  height: 0;
  overflow: hidden;
}
.access .googlemap-area .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 743px) {
  .access .googlemap-area {
    margin-top: 11.1627906977vw;
    width: calc(100% - 6.976744186vw);
    margin-left: auto;
    margin-right: auto;
  }
  .access .googlemap-area .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .access .googlemap-area .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.page-access .page-header, .archive .page-header, .page-contact .page-header {
  margin-top: 5.2083333333vw;
}
.page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .page-access .page-header header h1, .page-access .page-header header h2, .archive .page-header header h1, .archive .page-header header h2, .page-contact .page-header header h1, .page-contact .page-header header h2 {
    font-size: 21px;
  }
}
.page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .page-access .page-header, .archive .page-header, .page-contact .page-header {
    margin-top: 16.2790697674vw;
  }
}
.page-access .page-header header, .archive .page-header header, .page-contact .page-header header {
  height: 13.125vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  padding-bottom: 1.875vw;
}
@media (max-width: 743px) {
  .page-access .page-header header, .archive .page-header header, .page-contact .page-header header {
    width: 83.7209302326vw;
    height: 23.2558139535vw;
    padding-bottom: 5.5813953488vw;
  }
}
.page-access .page-header header h2, .archive .page-header header h2, .page-contact .page-header header h2 {
  padding: 0.3125vw 0.8333333333vw;
  background-color: white;
}
.page-access .page-header header span, .archive .page-header header span, .page-contact .page-header header span {
  padding: 0.3125vw 0.8333333333vw;
  background-color: white;
}
.page-access .page-header.nomv, .archive .page-header.nomv, .page-contact .page-header.nomv {
  position: relative;
  height: 13.125vw;
  width: 100vw;
}
@media (max-width: 743px) {
  .page-access .page-header.nomv, .archive .page-header.nomv, .page-contact .page-header.nomv {
    height: 23.2558139535vw;
  }
}
.page-access .page-header.nomv:after, .archive .page-header.nomv:after, .page-contact .page-header.nomv:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  background-repeat: repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#progress, #history {
  margin-top: -5.2083333333vw;
  padding-top: 5.2083333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  #progress, #history {
    margin-top: -8.3333333333vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 743px) {
  #progress, #history {
    margin-top: -11.1627906977vw;
    padding-top: 11.1627906977vw;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .single-post.magazine .mainvisual .hero {
    margin-top: 8.203125vw;
  }
  .single-post.magazine .mainvisual .hero .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .single-post.magazine .mainvisual .hero .image_area:before {
    content: "";
    display: block;
    padding-top: 42.75%;
  }
  .single-post.magazine .mainvisual .hero .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .single-post.magazine .mainvisual .hero .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 743px) {
  .single-post.magazine .mainvisual .hero {
    margin-top: 16.2790697674vw;
  }
  .single-post.magazine .mainvisual .hero .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .single-post.magazine .mainvisual .hero .image_area:before {
    content: "";
    display: block;
    padding-top: 66.667%;
  }
  .single-post.magazine .mainvisual .hero .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .single-post.magazine .mainvisual .hero .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .single-post.magazine .post-content.magazine {
    margin-top: 8.203125vw;
  }
}
@media (max-width: 743px) {
  .single-post.magazine .post-content.magazine {
    margin-top: 11.1627906977vw;
  }
}
@media (max-width: 743px) {
  .single-post.magazine .archive-news #news-list {
    width: 87%;
  }
}

.single-post.news .cat-news .post-header, .single-post.news .cat-news .post-content__area__contents, .single-post.event .cat-news .post-header, .single-post.event .cat-news .post-content__area__contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-post.news .cat-news .post-content__area__link, .single-post.event .cat-news .post-content__area__link {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.single-post.news .archive-news #news-list, .single-post.event .archive-news #news-list {
  width: 87%;
}

.contact {
  margin-bottom: 6.7708333333vw;
}
@media (max-width: 743px) {
  .contact {
    margin-bottom: 18.6046511628vw;
  }
}
.contact__head {
  display: flex;
  gap: 3.3333333333vw;
  justify-content: space-between;
  color: #192F60;
  padding-bottom: 1.875vw;
  margin-bottom: 3.3333333333vw;
  position: relative;
}
@media (max-width: 743px) {
  .contact__head {
    flex-direction: column-reverse;
    gap: 7.4418604651vw;
    padding-bottom: 8.3720930233vw;
    margin-bottom: 5.5813953488vw;
  }
}
.contact__head .text-form, .contact__head .text-tel {
  width: calc(50% - 3.3333333333vw);
  padding: 1.6666666667vw;
  border: 1px solid #192F60;
}
@media (max-width: 743px) {
  .contact__head .text-form, .contact__head .text-tel {
    padding: 3.7209302326vw;
    width: 100%;
  }
}
.contact__head .text-form h4, .contact__head .text-tel h4 {
  font-size: 1.09375vw;
  text-align: center;
}
@media screen and (max-width: "1186px"-1) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .contact__head .text-form h4, .contact__head .text-tel h4 {
    font-size: 18px;
  }
}
.contact__head .text-form {
  font-size: 0.7291666667vw;
  letter-spacing: initial;
  line-height: 1.56;
}
.contact__head .text-form h4 {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 743px) {
  .contact__head .text-form h4 {
    margin-bottom: 5.8139534884vw;
  }
}
@media screen and (max-width: "1186px"-1) {
  .contact__head .text-form {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .contact__head .text-form {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact__head .text-form {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .contact__head .text-form {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .contact__head .text-form {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .contact__head .text-form {
    font-size: 3.2558139535vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .contact__head .text-form {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .contact__head .text-form {
    font-size: 14px;
  }
}
.contact__head .text-tel h4 {
  margin-bottom: 1.6666666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact__head .text-tel h4 {
    margin-bottom: 0vw;
  }
}
@media (max-width: 743px) {
  .contact__head .text-tel h4 {
    margin-bottom: 0vw;
  }
}
.contact__head .text-tel h3 {
  text-align: center;
  font-size: 2.5vw;
}
@media screen and (max-width: "1186px"-1) {
  .contact__head .text-tel h3 {
    font-size: 38.4px;
  }
}
@media screen and (min-width: 1186px) {
  .contact__head .text-tel h3 {
    font-size: 48px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact__head .text-tel h3 {
    font-size: 4.6875vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .contact__head .text-tel h3 {
    font-size: 28.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .contact__head .text-tel h3 {
    font-size: 36px;
  }
}
@media (max-width: 743px) {
  .contact__head .text-tel h3 {
    font-size: 8.3720930233vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .contact__head .text-tel h3 {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .contact__head .text-tel h3 {
    font-size: 36px;
  }
}
.contact__head .text-tel h3 span {
  font-size: 1.25vw;
}
@media screen and (max-width: "1186px"-1) {
  .contact__head .text-tel h3 span {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .contact__head .text-tel h3 span {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact__head .text-tel h3 span {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .contact__head .text-tel h3 span {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .contact__head .text-tel h3 span {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .contact__head .text-tel h3 span {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .contact__head .text-tel h3 span {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .contact__head .text-tel h3 span {
    font-size: 18px;
  }
}
.contact__head .text-tel p {
  text-align: center;
}
.contact__head:after {
  content: "";
  position: absolute;
  bottom: -1.0416666667vw;
  left: 21.5%;
  transform: translateX(-21.5%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.9375vw solid transparent;
  border-left: 0.9375vw solid transparent;
  border-top: 1.0416666667vw solid #192F60;
  border-bottom: 0;
}
@media (max-width: 743px) {
  .contact__head:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0vw;
    border-right: 2.7906976744vw solid transparent;
    border-left: 2.7906976744vw solid transparent;
    border-top: 3.2558139535vw solid #192F60;
  }
}
.contact .contents form .contactform-area {
  padding: 3.3333333333vw;
  border: 1px solid #192F60;
  color: #192F60;
}
.contact .contents form .contactform-area ul {
  width: 28.125vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact .contents form .contactform-area ul {
    width: fit-content;
  }
}
@media (max-width: 743px) {
  .contact .contents form .contactform-area ul {
    width: 100%;
  }
}
.contact .contents form .contactform-area ul li {
  margin-bottom: 1.25vw;
}
@media (max-width: 743px) {
  .contact .contents form .contactform-area ul li {
    margin-bottom: 2.7906976744vw;
  }
}
@media (max-width: 743px) {
  .contact .contents form .contactform-area {
    padding: 5.5813953488vw;
  }
}
.contact .contents form .contactform-submit {
  margin-top: 5vw;
}
@media (max-width: 743px) {
  .contact .contents form .contactform-submit {
    margin-top: 7.4418604651vw;
  }
}
.contact .contents form .contactform-submit input.wpcf7-submit {
  width: 22.2916666667vw;
  height: 4.0104166667vw;
  border-radius: 0.4166666667vw;
  background: #192F60;
  color: white;
  font-size: 1.09375vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: "1186px"-1) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 2.34375vw;
    width: 33.3333333333vw;
    height: 7.2916666667vw;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    width: 87%;
    font-size: 4.1860465116vw;
    height: 9.7674418605vw;
    border-radius: 0.9302325581vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .contact .contents form .contactform-submit input.wpcf7-submit {
    font-size: 18px;
  }
}

.archive-news #news-list {
  margin-top: 3.75vw;
  margin-bottom: 6.25vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 743px) {
  .archive-news #news-list {
    margin-top: 9.3023255814vw;
    margin-bottom: 14.8837209302vw;
    width: calc(100% - 0vw);
  }
}
.archive-news #news-list li {
  position: relative;
  padding-bottom: 0.8333333333vw;
  padding-top: 0.8333333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .archive-news #news-list li {
    padding-bottom: 1.5625vw;
    padding-top: 1.5625vw;
  }
}
@media (max-width: 743px) {
  .archive-news #news-list li {
    padding-bottom: 2.7906976744vw;
    padding-top: 2.7906976744vw;
  }
}
.archive-news #news-list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #acacac;
  bottom: 0;
  left: 0;
  display: block;
}
.archive-news #news-list li .category {
  padding: 0.2083333333vw 0.625vw;
  margin-right: 0.4166666667vw;
  font-size: 0.625vw;
  color: white;
}
@media screen and (max-width: "1186px"-1) {
  .archive-news #news-list li .category {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 1186px) {
  .archive-news #news-list li .category {
    font-size: 12px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .archive-news #news-list li .category {
    padding: 0.5208333333vw 1.5625vw;
    margin-right: 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .archive-news #news-list li .category {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .archive-news #news-list li .category {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .archive-news #news-list li .category {
    padding: 0.9302325581vw 2.7906976744vw;
    margin-right: 1.8604651163vw;
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .archive-news #news-list li .category {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .archive-news #news-list li .category {
    font-size: 12px;
  }
}
.archive-news #news-list li .category.category-news {
  background-color: #00A493;
}
.archive-news #news-list li .category.category-event {
  background-color: #E59B35;
}
.archive-news #news-list li .category.category-magazine {
  background-color: #AF8B39;
}
.archive-news #news-list li h4 {
  margin-top: 0.625vw;
  margin-left: 0.625vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .archive-news #news-list li h4 {
    margin-top: 1.5625vw;
    margin-left: 1.5625vw;
  }
}
@media (max-width: 743px) {
  .archive-news #news-list li h4 {
    margin-top: 1.8604651163vw;
    margin-left: 1.8604651163vw;
  }
}
.archive-news .backtohome {
  margin-top: 6.7708333333vw;
  margin-bottom: 6.7708333333vw;
  text-align: center;
}
@media (max-width: 743px) {
  .archive-news .backtohome {
    margin-top: 11.1627906977vw;
    margin-bottom: 22.3255813953vw;
  }
}

.post-content {
  margin-top: 10.4166666667vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content {
    margin-top: 12.5vw;
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .post-content {
    margin-top: 22.3255813953vw;
    width: calc(100% - 13.9534883721vw);
  }
}
.post-content__area__contents {
  margin-top: 5.7291666667vw;
  margin-bottom: 5.7291666667vw;
  line-height: 1.87;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content__area__contents {
    margin-top: 10.4166666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 743px) {
  .post-content__area__contents {
    margin-top: 18.6046511628vw;
    margin-bottom: 18.6046511628vw;
  }
}
.post-content__area__link .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
  padding-top: 2.8125vw;
  padding-bottom: 2.8125vw;
  padding-left: 2.8125vw;
  padding-right: 2.8125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content__area__link .post-navigation {
    padding: 3.515625vw;
  }
}
@media (max-width: 743px) {
  .post-content__area__link .post-navigation {
    padding: 6.2790697674vw;
  }
}
.post-content__area__back {
  margin-top: 2.5vw;
  margin-bottom: 2.8125vw;
  text-align: center;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content__area__back {
    margin-top: 6.25vw;
    margin-bottom: 7.03125vw;
  }
}
@media (max-width: 743px) {
  .post-content__area__back {
    margin-top: 11.1627906977vw;
    margin-bottom: 12.5581395349vw;
  }
}
.post-content__area .post-content__area__link > .post-content__area__back {
  padding-top: 2.8125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content__area .post-content__area__link > .post-content__area__back {
    padding: 7.03125vw;
  }
}
@media (max-width: 743px) {
  .post-content__area .post-content__area__link > .post-content__area__back {
    padding: 12.5581395349vw;
  }
}
.post-content .post-header header .category {
  padding: 0.2083333333vw 0.625vw;
  margin-right: 0.4166666667vw;
  font-size: 0.625vw;
  color: white;
}
@media screen and (max-width: "1186px"-1) {
  .post-content .post-header header .category {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .post-header header .category {
    font-size: 12px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content .post-header header .category {
    padding: 0.5208333333vw 1.5625vw;
    margin-right: 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .post-content .post-header header .category {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .post-content .post-header header .category {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .post-content .post-header header .category {
    padding: 0.9302325581vw 2.7906976744vw;
    margin-right: 1.8604651163vw;
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .post-content .post-header header .category {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .post-content .post-header header .category {
    font-size: 12px;
  }
}
.post-content .post-header header .category.category-news {
  background-color: #00A493;
}
.post-content .post-header header .category.category-event {
  background-color: #E59B35;
}
.post-content .post-header header .category.category-magazine {
  background-color: #AF8B39;
}
.post-content .post-header header h4 {
  margin-top: 0.625vw;
  margin-left: 0.625vw;
  font-size: 1.25vw;
}
@media screen and (max-width: "1186px"-1) {
  .post-content .post-header header h4 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .post-header header h4 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content .post-header header h4 {
    margin-top: 1.5625vw;
    margin-left: 1.5625vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .post-content .post-header header h4 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .post-content .post-header header h4 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .post-content .post-header header h4 {
    margin-top: 2.7906976744vw;
    margin-left: 2.7906976744vw;
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .post-content .post-header header h4 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .post-content .post-header header h4 {
    font-size: 18px;
  }
}
.post-content .wp-block-image {
  margin-top: 2.8125vw;
  margin-bottom: 2.8125vw;
}
@media (max-width: 743px) {
  .post-content .wp-block-image {
    margin-top: 6.976744186vw;
    margin-bottom: 6.976744186vw;
  }
}
.post-content.magazine {
  width: initial;
}
.post-content.magazine .post-content__area {
  position: relative;
  width: initial;
}
.post-content.magazine .post-content__area__contents {
  margin-top: 4.1666666667vw;
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area__contents {
    margin-top: 14.8837209302vw;
    margin-bottom: initial;
  }
}
.post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
  font-size: 1.25vw;
  color: #192F60;
}
@media screen and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 4.8837209302vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .post-content.magazine .post-content__area header h1, .post-content.magazine .post-content__area header h2 {
    font-size: 21px;
  }
}
.post-content.magazine .post-content__area header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content.magazine .post-content__area header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area header span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area header span {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .post-content.magazine .post-content__area header span {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .post-content.magazine .post-content__area header span {
    font-size: 14px;
  }
}
.post-content.magazine .post-content__area .magazine-header {
  position: relative;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header {
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header {
    width: calc(100% - 6.976744186vw);
  }
}
.post-content.magazine .post-content__area .magazine-header .magazine-header-inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header .magazine-header-inner {
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header .magazine-header-inner {
    flex-direction: column;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header .magazine-header-inner header {
    width: 100%;
  }
}
.post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail {
  width: 37.5vw;
}
.post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail .image_area:before {
  content: "";
  display: block;
  padding-top: 73.05%;
}
.post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail {
    width: 83.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header .magazine-header-inner .thumbnail {
    width: 100%;
  }
}
.post-content.magazine .post-content__area .magazine-header::after {
  content: "";
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart100.svg);
  position: absolute;
  width: 150vw;
  height: 12.6041666667vw;
  bottom: -4.1666666667vw;
  left: -25vw;
  right: -25vw;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header::after {
    height: 22.3255813953vw;
    bottom: -14.8837209302vw;
  }
}
.post-content.magazine .post-content__area .magazine-header-inner > header {
  width: 37.5vw;
  color: #192F60;
  padding-left: 5.0520833333vw;
  padding-right: 2.0833333333vw;
  padding-bottom: 1.9270833333vw;
  background-color: rgba(255, 255, 255, 0.65);
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header {
    width: 92.1875vw;
    padding-left: 8.3333333333vw;
    padding-right: 2.6041666667vw;
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header {
    width: calc(100% - 6.976744186vw);
    padding-left: 12.0930232558vw;
    padding-right: 0vw;
    padding-bottom: 5.5813953488vw;
  }
}
.post-content.magazine .post-content__area .magazine-header-inner > header > .outline {
  margin-top: 3.3333333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header > .outline {
    margin-top: 3.125vw;
    text-align: justify;
    line-height: 1.7;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header > .outline {
    margin-top: 11.1627906977vw;
    text-align: justify;
    line-height: 1.7;
  }
}
.post-content.magazine .post-content__area .magazine-header-inner > header .post-number {
  border: 1px solid #192F60;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.78125vw 0.2083333333vw 0.78125vw 0.3125vw;
  position: absolute;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  top: 0;
  left: 0;
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number {
    padding: 3.488372093vw 0vw 3.488372093vw 0vw;
  }
}
.post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
  font-size: 1.25vw;
}
@media screen and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 4.8837209302vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .post-content.magazine .post-content__area .magazine-header-inner > header .post-number strong {
    font-size: 21px;
  }
}

.cat-magazine {
  margin-top: 5.2604166667vw !important;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine {
    width: 92.1875vw;
    margin-top: 7.4418604651vw !important;
  }
}
@media (max-width: 743px) {
  .cat-magazine {
    margin-top: 11.1627906977vw !important;
  }
}
.cat-magazine__header {
  display: flex;
  justify-content: space-between;
  gap: 2.5vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine__header {
    flex-direction: column;
    gap: 6.25vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine__header {
    flex-direction: column;
    gap: 8.3720930233vw;
  }
}
.cat-magazine .header__textarea {
  width: 45.15625vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .header__textarea {
    width: 100%;
    text-align: justify;
  }
}
@media (max-width: 743px) {
  .cat-magazine .header__textarea {
    width: 100%;
  }
}
.cat-magazine .header__index__area {
  width: 27.3958333333vw;
  border: 1px solid #192F60;
  padding: 1.6666666667vw;
  padding-right: initial;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .header__index__area {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 743px) {
  .cat-magazine .header__index__area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5.5813953488vw;
  }
}
.cat-magazine .header__index__area header {
  text-align: center;
  margin-bottom: 2.65625vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: "1186px"-1) {
  .cat-magazine .header__index__area header {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .cat-magazine .header__index__area header {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .header__index__area header {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .cat-magazine .header__index__area header {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .cat-magazine .header__index__area header {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .cat-magazine .header__index__area header {
    margin-bottom: 8.3720930233vw;
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .cat-magazine .header__index__area header {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .cat-magazine .header__index__area header {
    font-size: 18px;
  }
}
.cat-magazine .header__index__area--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cat-magazine .header__index__area--item {
  margin-left: initial;
  padding-left: 1.0416666667vw;
  position: relative;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .header__index__area--item {
    padding-left: 2.0833333333vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .header__index__area--item {
    padding-left: 3.7209302326vw;
  }
}
.cat-magazine .header__index__area--item:nth-of-type(2n) {
  margin-left: 1.25vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .header__index__area--item:nth-of-type(2n) {
    margin-left: 2.0833333333vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .header__index__area--item:nth-of-type(2n) {
    margin-left: 3.7209302326vw;
  }
}
.cat-magazine .header__index__area--item:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}
.cat-magazine .header__index__area .header__index__area--item + .header__index__area--item {
  margin-top: 1.25vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .header__index__area .header__index__area--item + .header__index__area--item {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .header__index__area .header__index__area--item + .header__index__area--item {
    margin-top: 4.1860465116vw;
  }
}
.cat-magazine .header__index__area .header__index__area--item:nth-of-type(2) {
  margin-top: initial;
}
.cat-magazine .themes__header {
  margin-top: 6.7708333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__header {
    margin-top: 9.375vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__header {
    margin-top: 22.3255813953vw;
  }
}
.cat-magazine .themes__header header {
  border-top: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  text-align: center;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__header header {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__header header {
    padding-top: 5.5813953488vw;
    padding-bottom: 5.5813953488vw;
  }
}
.cat-magazine .themes__header header span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .cat-magazine .themes__header header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .cat-magazine .themes__header header span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__header header span {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__header header span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .cat-magazine .themes__header header span {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__header header span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__header header span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .cat-magazine .themes__header header span {
    font-size: 14px;
  }
}
.cat-magazine .themes__header header h2 {
  font-size: 1.40625vw;
  line-height: 1.6;
}
@media screen and (max-width: "1186px"-1) {
  .cat-magazine .themes__header header h2 {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1186px) {
  .cat-magazine .themes__header header h2 {
    font-size: 27px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__header header h2 {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__header header h2 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .cat-magazine .themes__header header h2 {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__header header h2 {
    font-size: 4.8837209302vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__header header h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .cat-magazine .themes__header header h2 {
    font-size: 21px;
  }
}
.cat-magazine .themes__post__list {
  margin-top: 3.75vw;
}
@media (max-width: 743px) {
  .cat-magazine .themes__post__list {
    margin-top: 7.4418604651vw;
  }
}
.cat-magazine .themes__post__list #post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__post__list #post-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6041666667vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__post__list #post-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.6511627907vw;
  }
}
.cat-magazine .themes__post__list #post-list li .thumb .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.cat-magazine .themes__post__list #post-list li .thumb .image_area:before {
  content: "";
  display: block;
  padding-top: 63.18%;
}
.cat-magazine .themes__post__list #post-list li .thumb .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cat-magazine .themes__post__list #post-list li .thumb .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.cat-magazine .themes__post__list #post-list li .textarea {
  margin-top: 0.4166666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__post__list #post-list li .textarea {
    margin-top: 0.78125vw;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__post__list #post-list li .textarea {
    margin-top: 1.3953488372vw;
  }
}
.cat-magazine .themes__post__list #post-list li .textarea .post-number {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number {
    font-size: 14px;
  }
}
.cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
  font-size: 0.9375vw;
}
@media screen and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea .post-number strong {
    font-size: 18px;
  }
}
.cat-magazine .themes__post__list #post-list li .textarea h4 {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .cat-magazine .themes__post__list #post-list li .textarea h4 {
    font-size: 16px;
  }
}

.magazine .magazine-header + .post-content__area__link {
  margin-top: 4.1666666667vw;
}
@media (max-width: 743px) {
  .magazine .magazine-header + .post-content__area__link {
    margin-top: 11.1627906977vw;
  }
}
.magazine--area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 6.7708333333vw;
}
@media (max-width: 743px) {
  .magazine--area {
    flex-direction: column-reverse;
    margin-bottom: 0vw;
  }
}
.magazine__list {
  flex: 1;
  min-width: 0;
  width: 49.53125vw;
  border-right: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__list {
    width: 59.765625vw;
  }
}
@media (max-width: 743px) {
  .magazine__list {
    width: 100%;
  }
}
.magazine__list__item {
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 743px) {
  .magazine__list__item {
    margin-bottom: 11.1627906977vw;
  }
}
.magazine__list__item .sec-h2 {
  aspect-ratio: 1920/228;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__list__item .sec-h2 {
    aspect-ratio: 768/135;
  }
}
.magazine__list__item .sec-h2 header {
  padding-left: 11.3541666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__list__item .sec-h2 header {
    padding-left: 3.90625vw;
  }
}
@media (max-width: 743px) {
  .magazine__list__item .sec-h2 header {
    padding-left: 0vw;
  }
}
.magazine__list__item--inner {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.magazine__list__item--inner .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.magazine__list__item--inner .image_area:before {
  content: "";
  display: block;
  padding-top: 61.45%;
}
.magazine__list__item--inner .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.magazine__list__item--inner .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 743px) {
  .magazine__list__item--inner {
    width: 87%;
  }
}
.magazine__list__item--inner .image_area {
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
@media (max-width: 743px) {
  .magazine__list__item--inner .image_area {
    margin-top: 7.4418604651vw;
    margin-bottom: 7.4418604651vw;
  }
}
.magazine__list__item--inner .image_area figure img {
  object-fit: cover;
}
.magazine__list__item--inner .textarea {
  margin-top: 1.6666666667vw;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 743px) {
  .magazine__list__item--inner .textarea {
    margin-top: 5.5813953488vw;
    margin-bottom: 5.5813953488vw;
  }
}
.magazine__index {
  width: 25.46875vw;
  flex-shrink: 0;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__index {
    width: 40.234375vw;
  }
}
@media (max-width: 743px) {
  .magazine__index {
    width: 100%;
  }
}
.magazine__index__inner {
  width: 25.46875vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__index__inner {
    width: 40.234375vw;
  }
}
@media (max-width: 743px) {
  .magazine__index__inner {
    width: 100%;
  }
}
.magazine__index__inner--box {
  padding: 1.6666666667vw 2.1875vw 2.2916666667vw 1.6666666667vw;
  border-top: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
  border-right: 1px solid #192F60;
  background-color: white;
}
@media (max-width: 743px) {
  .magazine__index__inner--box {
    padding: 4.1860465116vw;
  }
}
.magazine__index__inner h3 {
  font-size: 0.9375vw;
  text-align: center;
}
@media screen and (max-width: "1186px"-1) {
  .magazine__index__inner h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .magazine__index__inner h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__index__inner h3 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .magazine__index__inner h3 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .magazine__index__inner h3 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .magazine__index__inner h3 {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .magazine__index__inner h3 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .magazine__index__inner h3 {
    font-size: 16px;
  }
}
.magazine__index__inner--list {
  margin-top: 2.6041666667vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 743px) {
  .magazine__index__inner--list {
    margin-top: 7.4418604651vw;
  }
}
.magazine__index__inner--list .index-link {
  font-size: 0.7291666667vw;
  margin-bottom: 0.8333333333vw;
  padding-left: 1.25vw;
  position: relative;
}
@media screen and (max-width: "1186px"-1) {
  .magazine__index__inner--list .index-link {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .magazine__index__inner--list .index-link {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .magazine__index__inner--list .index-link {
    font-size: 1.8229166667vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .magazine__index__inner--list .index-link {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .magazine__index__inner--list .index-link {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .magazine__index__inner--list .index-link {
    font-size: 3.2558139535vw;
    margin-bottom: 3.7209302326vw;
    padding-left: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .magazine__index__inner--list .index-link {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .magazine__index__inner--list .index-link {
    font-size: 14px;
  }
}
.magazine__index__inner--list .index-link.active:before {
  content: ">";
  transform: scale(0.85, 1.3);
  position: absolute;
  left: 0;
  top: 0;
}
.magazine__index__inner.is-fixed {
  position: fixed;
  z-index: 100;
}
.magazine__index__inner.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto !important;
}
.magazine .magazine__images--item figure img {
  width: 100%;
}

.recommend {
  margin-top: 6.9791666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .recommend {
    margin-top: 7.4418604651vw;
  }
}
.recommend header {
  border-top: 1px solid #192F60;
  border-bottom: 1px solid #192F60;
  height: 8.8020833333vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend header {
    height: 13.0208333333vw;
    width: 92.1875vw;
  }
}
@media (max-width: 743px) {
  .recommend header {
    height: 18.6046511628vw;
    width: calc(100% - 6.976744186vw);
  }
}
.recommend header div {
  text-align: center;
}
.recommend header div span {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: "1186px"-1) {
  .recommend header div span {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .recommend header div span {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend header div span {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .recommend header div span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .recommend header div span {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .recommend header div span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .recommend header div span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .recommend header div span {
    font-size: 14px;
  }
}
.recommend header div h2 {
  font-size: 1.40625vw;
}
@media screen and (max-width: "1186px"-1) {
  .recommend header div h2 {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1186px) {
  .recommend header div h2 {
    font-size: 27px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend header div h2 {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .recommend header div h2 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .recommend header div h2 {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .recommend header div h2 {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .recommend header div h2 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .recommend header div h2 {
    font-size: 18px;
  }
}
.recommend .recommend-area {
  margin-top: 5vw;
}
.recommend .recommend-area #recommend-list {
  position: relative;
  padding-bottom: 9.375vw;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend .recommend-area #recommend-list {
    padding-bottom: 13.0208333333vw;
    width: 92.1875vw;
    gap: 5.2083333333vw;
  }
}
@media (max-width: 743px) {
  .recommend .recommend-area #recommend-list {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 6.976744186vw);
    padding-bottom: 18.6046511628vw;
    gap: 6.976744186vw;
  }
}
.recommend .recommend-area #recommend-list li a .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.recommend .recommend-area #recommend-list li a .image_area:before {
  content: "";
  display: block;
  padding-top: 63.18%;
}
.recommend .recommend-area #recommend-list li a .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.recommend .recommend-area #recommend-list li a .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.recommend .recommend-area #recommend-list li a .info .item-no span {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .item-no span {
    font-size: 14px;
  }
}
.recommend .recommend-area #recommend-list li a .info .item-no h4 {
  display: inline-block;
  font-size: 1.09375vw;
}
@media screen and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .item-no h4 {
    font-size: 18px;
  }
}
.recommend .recommend-area #recommend-list li a .info .title {
  font-size: 0.9375vw;
}
@media screen and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .recommend .recommend-area #recommend-list li a .info .title {
    font-size: 16px;
  }
}
.recommend .recommend-area #recommend-list li a:hover figure img {
  transform: scale(1.1);
}

.footer {
  position: relative;
  background-color: #192F60;
  padding-bottom: 0.625vw;
  padding-top: 3.0729166667vw;
  color: white;
  z-index: 0;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer {
    padding-bottom: 1.5625vw;
    padding-top: 7.6822916667vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
@media (max-width: 743px) {
  .footer {
    padding-bottom: 2.7906976744vw;
    padding-top: 6.976744186vw;
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}
.footer:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/echizenori/asset/images/common/bg-asa_repeart_w100.svg);
  background-repeat: repeat;
  opacity: 0.08;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 743px) {
  .footer .wrapper {
    flex-direction: column;
  }
}
.footer .left {
  display: flex;
  gap: 4.1666666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .left {
    gap: 5.2083333333vw;
  }
}
@media (max-width: 743px) {
  .footer .left {
    flex-direction: column;
    gap: 8.3720930233vw;
  }
}
.footer .left .logo a {
  padding: 1.0416666667vw;
  background-color: white;
  display: inline-flex;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .left .logo a {
    padding: 2.0833333333vw;
  }
}
@media (max-width: 743px) {
  .footer .left .logo a {
    padding: 3.7209302326vw;
  }
}
.footer .left .logo a figure img {
  width: 12.5vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .left .logo a figure img {
    width: 23.4375vw;
  }
}
@media (max-width: 743px) {
  .footer .left .logo a figure img {
    width: 41.8604651163vw;
  }
}
.footer .left .info {
  font-size: 0.7291666667vw;
  line-height: 1.8;
}
@media screen and (max-width: "1186px"-1) {
  .footer .left .info {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .footer .left .info {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .left .info {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .footer .left .info {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .footer .left .info {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .footer .left .info {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .footer .left .info {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .footer .left .info {
    font-size: 14px;
  }
}
.footer .left .info h2 {
  font-size: 1.09375vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: "1186px"-1) {
  .footer .left .info h2 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .footer .left .info h2 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .left .info h2 {
    font-size: 2.734375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .footer .left .info h2 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .footer .left .info h2 {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .footer .left .info h2 {
    font-size: 4.1860465116vw;
    margin-bottom: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .footer .left .info h2 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .footer .left .info h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .footer .right {
    margin-top: 8.3720930233vw;
    margin-bottom: 14.8837209302vw;
  }
}
.footer .right .sns-area ul {
  display: flex;
  justify-content: flex-end;
  gap: 1.25vw;
}
@media (max-width: 743px) {
  .footer .right .sns-area ul {
    gap: 3.7209302326vw;
  }
}
.footer .right .sns-area ul li a {
  width: 3.90625vw;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .right .sns-area ul li a {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    padding: 8px;
  }
}
@media (max-width: 743px) {
  .footer .right .sns-area ul li a {
    width: 11.1627906977vw;
    height: 11.1627906977vw;
    padding: 8px;
  }
}
.footer .right .sns-area ul li a figure img {
  height: 1.7708333333vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .right .sns-area ul li a figure img {
    height: 4.9479166667vw;
  }
}
@media (max-width: 743px) {
  .footer .right .sns-area ul li a figure img {
    height: 8.8372093023vw;
  }
}
.footer .right .sns-area ul li a:hover {
  opacity: 0.7;
}
.footer .copyright {
  margin-top: 4.1666666667vw;
  text-align: center;
  color: white;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: "1186px"-1) {
  .footer .copyright {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  .footer .copyright {
    margin-top: 8.3333333333vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (max-width: "1186px"-1) {
  .footer .copyright {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) and (min-width: 1186px) {
  .footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .footer .copyright {
    margin-top: 14.8837209302vw;
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .footer .copyright {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .footer .copyright {
    font-size: 14px;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 743px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modaal-outer-wrapper {
  position: absolute;
  width: 90%;
  height: 100%;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}

.modaal-inner-wrapper {
  padding-top: 10.4166666667vw;
}
@media (min-width: 744px) and (max-width: 1023px) {
  .modaal-inner-wrapper {
    padding-top: 20.8333333333vw;
  }
}
@media (max-width: 743px) {
  .modaal-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* モーダルのコンテンツ */
.modaal-wrapper {
  background: rgba(245, 239, 222, 0.8) !important;
}

.modaal-container {
  background: transparent !important;
  box-shadow: none !important;
  max-width: 960px !important;
}
.modaal-container .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modaal-container .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-container .route_content {
  border: 2px solid #192F60;
  border-radius: 16px;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 40px 40px;
}
.modaal-container .route_content h3.ttl {
  margin-top: -28px;
  margin-left: -68px;
}

/* モーダルを閉じるボタン */
.modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #192F60;
  transform: initial;
  cursor: pointer;
  z-index: 10;
  background-color: #192F60;
  font-size: 1.09375vw;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-wrapper .modaal-close {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-wrapper .modaal-close {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .modaal-wrapper .modaal-close {
    width: 40px;
    height: 40px;
    right: 0vw;
    top: 4.6511627907vw;
  }
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  background: #FFFFFF;
  width: 40px;
  height: 1px;
}
@media (max-width: 743px) {
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    width: 36px;
  }
}
.modaal-wrapper .modaal-close:before {
  transform: translateX(-50%) rotate(45deg);
}
.modaal-wrapper .modaal-close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.modaal-wrapper .modaal-close:hover {
  color: #FFFFFF;
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
  background: #FFFFFF;
}

input, textarea, select {
  background-color: #FFFFFF;
  padding: 0.375rem 0.75rem;
  border: 1px solid #707070;
}
@media (max-width: 743px) {
  input, textarea, select {
    width: 100%;
  }
}
