@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
500：Medium（デフォルト）
*/
/*
Interstateフォント設定
400：regular（デフォルト）
700：Bold
*/
/*
Noto Sans CJK JPフォント設定
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* Common
============================================================================= */
.of img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* Wysiwyg様 Mixin
============================================================================= */
:is(#tinymce) {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 1.9;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) {
    font-size: 0.14rem;
    line-height: 2.142;
  }
}
:is(#tinymce) > *:first-child {
  margin-top: 0;
}

:where(#tinymce > *) {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  :where(#tinymce > *) {
    margin-top: 0.3rem;
  }
}

:where(#tinymce) :where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

p:not([class]) > img {
  display: inline-block;
  vertical-align: bottom;
}

iframe[src*=youtube] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0.07746rem;
}
@media screen and (max-width: 640px) {
  iframe[src*=youtube] {
    border-radius: 0.03873rem;
  }
}

span[data-mce-p-src*=youtube] {
  display: block;
  width: 100%;
}

:where(#tinymce) :is(p + *:not(h2, h3, h4), *:not(h2, h3, h4) + p) {
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  :where(#tinymce) :is(p + *:not(h2, h3, h4), *:not(h2, h3, h4) + p) {
    margin-top: 1.9em;
  }
}

:is(#tinymce) :where(ul) {
  margin-top: 0.4rem;
}

:is(#tinymce) :where(ul > li) {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  display: flex;
  position: relative;
  padding-left: 0.24rem;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) :where(ul > li) {
    font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 0.14rem;
    line-height: 2.142;
    letter-spacing: 0.02em;
    padding-left: 0.2rem;
  }
}
:is(#tinymce) :where(ul > li):before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #328cdc;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) :where(ul > li):before {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    top: 0.08rem;
  }
}

:is(#tinymce) :where(ol) {
  margin-top: 0.4rem;
}

:is(#tinymce) :where(ol > li) {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  list-style-type: none;
  counter-increment: cnt;
  display: flex;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) :where(ol > li) {
    font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 0.14rem;
    line-height: 2.142;
    letter-spacing: 0.02em;
  }
}
:is(#tinymce) :where(ol > li):before {
  content: "" counter(cnt) ".";
  display: inline-block;
  font-family: interstate, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  color: #328cdc;
  flex-shrink: 0;
  width: 0.24rem;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) :where(ol > li):before {
    width: 0.2rem;
  }
}

:is(#tinymce) :is(hr) {
  margin-block: 0.4rem;
  height: 1px;
  background-color: #ccc;
  width: 100%;
  border: none;
}

:is(#tinymce) :is(h2, h3, h4):first-child {
  margin-block-start: 0;
}
:is(#tinymce) :is(h2) {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 1.555;
  letter-spacing: 0.02em;
  color: #000;
  margin-block: 0.6rem 0.4rem;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) :is(h2) {
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
    line-height: 1.666;
    letter-spacing: 0.02em;
  }
}
:is(#tinymce) :is(h3) {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.3rem;
  line-height: 1.56;
  letter-spacing: 0.02em;
  color: #12222f;
  position: relative;
  padding-left: 0.25rem;
  margin-block: 0.4rem 0.2rem;
  background-image: linear-gradient(#328cdc, #328cdc);
  background-size: 0.1rem 1px;
  background-position: 0% 0.24rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  :is(#tinymce) :is(h3) {
    margin-bottom: 0.16rem;
    font-size: 0.19rem;
    line-height: 1.789;
    padding-left: 0.2rem;
    background-position: 0% 0.14rem;
  }
}

:where(#tinymce) a:not(.layout-link-button) {
  color: #328cdc;
}
.no-touchevents :where(#tinymce) a:not(.layout-link-button):hover {
  text-decoration: underline;
}

/*---------------- テンプレートCSS  -------------------*/
.marker01 {
  background: linear-gradient(transparent calc(100% - 4px), #328cdc calc(100% - 4px));
}
@media screen and (max-width: 640px) {
  .marker01 {
    background: linear-gradient(transparent calc(100% - 2px), #328cdc calc(100% - 2px));
  }
}

.marker02 {
  background: linear-gradient(transparent calc(100% - 4px), #00ffff calc(100% - 4px));
}
@media screen and (max-width: 640px) {
  .marker02 {
    background: linear-gradient(transparent calc(100% - 2px), #00ffff calc(100% - 2px));
  }
}

.marker03 {
  background: linear-gradient(transparent 0%, #f0f000 0%);
}
@media screen and (max-width: 640px) {
  .marker03 {
    background: linear-gradient(transparent 0%, #f0f000 0%);
  }
}

.layout-column {
  display: flex;
}
@media screen and (max-width: 640px) {
  .layout-column {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }
}
.layout-column-item-img img {
  width: 100%;
}
.layout-column:has(.layout-column-item:nth-child(1):last-child) .layout-column-item-img img {
  height: auto;
  border-radius: 0.07746rem;
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:nth-child(1):last-child) .layout-column-item-img img {
    border-radius: 0.03873rem;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-column:has(.layout-column-item:nth-child(1):last-child) .layout-column-item {
    flex: 1;
  }
}
.layout-column:has(.layout-column-item:not(:nth-child(1):last-child)) .layout-column-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:not(:nth-child(1):last-child)) .layout-column-item-img img {
    border-radius: 0.05rem;
    aspect-ratio: 240/168;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-column:has(.layout-column-item:nth-child(2):last-child) {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:nth-child(2):last-child) {
    gap: 0.15rem;
  }
}
.layout-column:has(.layout-column-item:nth-child(2):last-child) .layout-column-item {
  flex: 1;
}
@media print, screen and (min-width: 641px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)) {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)):has(.layout-column-item-text) {
    flex-direction: column;
    row-gap: 0.15rem;
  }
  .layout-column:has(.layout-column-item:nth-child(n+3)):has(.layout-column-item-img:last-child) {
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .layout-column:has(.layout-column-item:nth-child(n+3)):has(.layout-column-item-img:last-child) .layout-column-item {
    width: calc(33.3333333333% - 0.0666666667rem);
  }
}
@media print, screen and (min-width: 641px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)) .layout-column-item {
    width: calc(33.3333333333% - 0.2rem);
  }
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)) .layout-column-item {
    display: flex;
    gap: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)) .layout-column-item .layout-column-item-img {
    width: 1.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)) .layout-column-item .layout-column-item-text {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .layout-column:has(.layout-column-item:nth-child(n+3)) .layout-column-item .layout-column-item-text {
    flex: 1;
    margin-top: 0;
  }
}
.layout-column-item-text {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .layout-column-item-text {
    margin-top: 0.05rem;
    font-size: 0.12rem;
    letter-spacing: 0;
    line-height: 2.142;
  }
}

:is(blockquote) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-inline: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
  position: relative;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  :is(blockquote) {
    border-radius: 0.05rem;
    flex-direction: column;
    padding: 0.3rem;
    padding-bottom: 0.15rem;
    gap: 0;
    margin-top: 0.1rem;
  }
}
:not(h2, h3) + :is(blockquote) {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  :not(h2, h3) + :is(blockquote) {
    margin-top: 0.1rem;
  }
}
.singleContentsWrap :is(blockquote)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #328cdc;
  border-left: 1px solid #328cdc;
  border-top-left-radius: 0.1rem;
  width: 30%;
  height: 40%;
}
@media screen and (max-width: 640px) {
  .singleContentsWrap :is(blockquote)::before {
    width: 1rem;
    height: 0.3rem;
    border-top-left-radius: 0.05rem;
  }
}
.singleContentsWrap :is(blockquote)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #328cdc;
  border-right: 1px solid #328cdc;
  border-bottom-right-radius: 0.1rem;
  width: 30%;
  height: 40%;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .singleContentsWrap :is(blockquote)::after {
    width: 1rem;
    height: 0.3rem;
    border-bottom-right-radius: 0.05rem;
  }
}

body#tinymce .layout-table > table {
  height: auto !important;
}

.layout-table {
  margin-top: 0.6rem;
  width: 100%;
  overflow-x: auto;
}

.layout-table-item {
  box-sizing: border-box;
  border-spacing: 0;
  border-style: solid;
  border-width: 0px;
  border-color: #ccc;
  border-left-width: 1px;
  border-top-width: 1px;
  min-width: 100%;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.875;
  white-space: nowrap;
}
.-fixed .layout-table-item {
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .layout-table-item {
    font-size: 0.12rem;
    line-height: 1.666;
  }
}
.layout-table-item :is(tr, td) {
  border-style: solid;
  border-width: 0px;
  border-color: #ccc;
  border-right-width: 1px;
  border-bottom-width: 1px;
  box-sizing: border-box;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.layout-table-item :is(tr.-row_header > td, td.-cell_header) {
  background-color: #328cdc;
  color: #fff;
  font-weight: 700;
}
.layout-table-item td {
  padding: 0.2rem 0.15rem;
}

.layout-link {
  display: flex;
  gap: 0.2rem;
  letter-spacing: 0.07em;
}
.layout-link:not(:first-child) {
  margin-block-start: 0.4rem;
}
@media screen and (max-width: 640px) {
  .layout-link:not(:first-child) {
    margin-block-start: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-link {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .layout-link {
    align-items: center;
    flex-direction: column;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-link[style*=left] {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .layout-link[style*=left] {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-link[style*=center] {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .layout-link[style*=center] {
    align-items: center;
  }
}
@media print, screen and (min-width: 641px) {
  .layout-link[style*=right] {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .layout-link[style*=right] {
    align-items: flex-end;
  }
}
.layout-link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  border-radius: 2px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  transition: opacity 0.5s;
}
.os-android .layout-link > a {
  font-family: "Noto Serif JP", serif;
}
.layout-link > a::after {
  content: "";
  display: block;
  background-image: url(/common/img/parts_btn_arrow.svg);
  width: 0.1rem;
  height: 0.1rem;
  background-size: cover;
}
.no-touchevents .layout-link > a:hover {
  opacity: 0.7;
}
.layout-link > a[data-link-type="1"] {
  width: 2.8rem;
  height: 0.6rem;
  border-radius: 0.34rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #328cdc, #304280);
  border: none;
  position: relative;
  z-index: 0;
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  color: #fff;
  background-image: linear-gradient(90deg, #008fdf, #274482);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .layout-link > a[data-link-type="1"] {
    width: 1.8rem;
    height: 0.4rem;
    border-radius: 0.195rem;
    font-size: 0.14rem;
    letter-spacing: 0.02em;
  }
}
.layout-link > a[data-link-type="1"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-image: linear-gradient(90deg, #008fdf, #274482);
  z-index: -2;
}
.layout-link > a[data-link-type="1"]::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  margin: auto;
  transform: rotate(45deg);
  z-index: -1;
}
.no-touchevents .layout-link > a[data-link-type="1"]:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.layout-link > a[data-link-type="2"] {
  display: block;
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 2.25;
  letter-spacing: 0.02em;
  color: #328cdc;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .layout-link > a[data-link-type="2"] {
    font-size: 0.14rem;
    line-height: 1.39;
    letter-spacing: 0.02em;
  }
}
.layout-link > a[data-link-type="2"]::after {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 1px solid #328cdc;
  border-top: 1px solid #328cdc;
  margin: 0.05rem;
  transform: rotate(45deg);
  opacity: 1;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .layout-link > a[data-link-type="2"]::after {
    width: 0.08rem;
    height: 0.08rem;
  }
}

@media screen and (max-width: 640px) {
  .wp-block-code {
    white-space: pre-wrap;
    word-break: break-all;
  }
}