@charset "utf-8";

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: 0.5rem;
	text-align: right;
}
.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}
.header-title::before {
	display: inline-block;
	width: 2.4rem;
	height: 1.6rem;
	margin: 0 0.5rem 0 0;
	background: #000;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: center;
	content: "PR";
}
.header-title a {
	text-decoration: none;
}
.header-title a:hover {
	text-decoration: underline;
}
.gnavi-btn-close {
	display: none;
}
.toggle-content {
	display: none;
}
.gnavi-ctrl {
	transition: opacity 0.6s, visibility 0.6s;
	opacity: 0;
	visibility: hidden;
}
.gnavi-ctrl.is-show {
	opacity: 1;
	visibility: visible;
}
#low-header .gnavi-ctrl {
	opacity: 1;
	visibility: visible;
}
.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: #a09c8c;
	display: block;
	position: fixed;
	top: var(--s3);
	right: 0;
	z-index: 200;
	cursor: pointer;
}
.gnavi-btn span {
	width: var(--s4);
	height: 0.2rem;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 1.2rem;
	transform: translate(0, -50%);
	transition: transform 0.4s, opacity 0.4s;
}
.gnavi-btn span:nth-of-type(1) {
	top: 1.7rem;
}
.gnavi-btn span:nth-of-type(2) {
	top: 2.4rem;
}
.gnavi-btn span:nth-of-type(3) {
	top: 3.1rem;
}
.gnavi-btn.is-active span:nth-of-type(1) {
	transform: translateY(0.7rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
	opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
	transform: translateY(-0.7rem) rotate(45deg);
}
.gnavi-btn-close {
	width: 80%;
	margin: 0 auto;
	padding: var(--s2);
	background: #fff;
	display: block;
	text-align: center;
}
.gnavi-btn-close__inner {
	padding: 0 0 0 var(--s3);
	display: inline-block;
	font-weight: 700;
	position: relative;
}
.gnavi-btn-close__inner::before {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(135deg);
}
.gnavi-area {
	width: 100%;
	max-width: 37.5rem;
	height: 100vh;
	padding: var(--s3) var(--s1) var(--s10);
	display: block;
	background: #f6f6f6;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translateX(100%);
	transition: transform 0.8s ease, opacity 0.8s ease;
	opacity: 0;
}
.gnavi-title {
	width: 8rem;
	padding: 0 0 0 1rem;
}
.gnavi-pc {
	display: none;
}
.gnavi-list {
	border-bottom: 3px solid #ebe9e9;
	position: relative;
}
.gnavi-list li {
	padding-left: 0;
}
.gnavi-list__item::before {
	display: none;
}
.gnavi-list__link {
	width: 100%;
	margin: 0 auto;
	padding: var(--s2) 3.5rem var(--s2) var(--s2);
	border-top: 3px solid #ebe9e9;
	display: block;
	font-weight: 700;
	line-height: 1..4;
	text-decoration: none;
	position: relative;
}
.gnavi-list__link::after {
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	background: url(img/arrow02-black.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translate(0, -50%) rotate(0);
	transition: transform 0.3s;
}
.gnavi-list__link--toggle::after {
	background-image: url(img/arrow02-black-down.png);
}
.gnavi-list__link--toggle.is-open::after {
	transform: translate(0, -50%) rotate(180deg);
}
.gnavi-list__sub {
	width: 100%;
	background: #fff;
}
.gnavi-list__low .gnavi-list__link {
	padding: var(--s2) 3.5rem var(--s2) var(--s4);
}
.gnavi-list__low .gnavi-list__link::after {
	content: "└";
	background: none;
	transform: translateY(-50%);
	position: absolute;
	top: 40%;
	left: 1rem;
}
.is-gnavi-open .gnavi-area {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (max-width: 767px) {
	.header-area-upper {
		padding: 0.4rem 0.8rem 0.8rem 0.8rem;
		background: #141414;
		text-align: left;
	}
	.header-title {
		color: #fff;
		font-size: 1.1rem;
	}
	.header-title::before {
		background: #fff;
		color: #000;
	}
}


/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
	width: 80rem;
	margin: 5rem auto;
	background-color: #f9f9f9;
}
.onb-index01-wrap {
	margin: 0 auto;
	padding: var(--s1) var(--s3);
	background-color: transparent;
	position: relative;
}
.onb-index01-title {
	padding: var(--s2);
	font-family: var(--sub-font);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	cursor: pointer;
}
.onb-index01-title::before {
	content: "";
	width: 2rem;
	height: 0.2rem;
	background: var(--site-color03);
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}
.onb-index01-title::after {
	content: "";
	width: 0.2rem;
	height: 2rem;
	background: var(--site-color03);
	position: absolute;
	top: 50%;
	right: 2.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}
.onb-index01-chapter {
	padding: var(--s2) var(--s2) var(--s2) var(--s4);
	font-weight: 400;
}
.onb-index01-chapter-h {
	margin: 0 0 0 var(--s2);
	font-size: 100%;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
}
.onb-index01-chapter-h a {
	display: block;
	text-decoration: none;
}
.onb-index01-chapter-h a:hover {
	opacity: .6;
}
.onb-index01-chapter-h-two {
	margin-left: var(--s2);
	position: relative;
}
.onb-index01-chapter-h-three {
	margin-left: var(--s4);
	position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
	position: absolute;
	top: 0;
	left: -1.5em;
}
.onb-index01-chapter-h-two::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 2rem;
	background-color: #286bae;
	transform: translateY(-50%);
	top: .8em;
}
.onb-index01-chapter-h-three::before {
	content: "└";
}
.more-content {
	display: none;
}

@media screen and (max-width: 767px) {
	.onb-index01-frame {
		width: 100%;
		margin: 4rem auto;
	}
	.onb-index01-wrap {
		padding: 0;
	}
	.onb-index01-title {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
	margin: 5rem auto;
	padding: var(--s4);
	background: #f9f9f9;
	position: relative;
}
.related-article01-title {
	padding: 0 0 1rem 1rem;
	font-family: var(--sub-font);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px solid #ebe9e9;
}
.related-article01-list {
	padding: var(--s2) 0 var(--s2) var(--s2);
	font-weight: 700;
}
.related-article01-list li {
	margin: 0 0 0 var(--s2);
	padding-left: 1.5em;
	font-size: 100%;
	line-height: 1.7;
	position: relative;
}
.related-article01-list li + li {
	margin-top: 10px;
}
.related-article01-list li::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #286bae;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
.related-article01-list a {
	display: block;
	text-decoration: none;
}
.related-article01-list a:hover {
	opacity: 0.6;
}
.relations-box.relations-box--column {
	display: flex;
	gap: 10px;
}
.relations-box__pic {
	flex: 0 0 150px;
}
.is-hidden {
	display: none;
}
.related-article01-more {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
	background-color: transparent;
	width: 100%;
	height: 25%;
	position: absolute;
	bottom: -40px;
	left: 0;
	padding: 2rem 0;
}
.related-article01-more.is-closed {
	display: none;
}
.related-article01-btn {
	border: 1px solid #1a426a;
	background: #fff;
	border-radius: 100px;
	padding: 1.5rem 5rem 1.5rem 3rem;
	position: relative;
}
.related-article01-btn::before {
	content: "";
	width: 1.6rem;
	height: 0.2rem;
	background: #1a426a;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translate(0, -50%);
}
.related-article01-btn::after {
	content: "";
	width: 0.2rem;
	height: 1.6rem;
	background: #1a426a;
	position: absolute;
	top: 50%;
	right: 2.2rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}
.related-article01-btn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.related-article01-frame {
		margin: 4rem auto;
		padding: 1.5rem;
	}
	.related-article01-title {
		margin: 0 0 1.5rem 0;
		padding: 0 0 0.8rem 0;
		font-size: 1.8rem;
	}
	.related-article01-list {
		padding: 0;
	}
	.related-article01-list li {
		margin-left: 0;
	}
	.relations-box__pic {
		flex: 0 0 100px;
	}
}


/* ---------------------------------------------
section-title05
--------------------------------------------- */
.section-title05 {
	width: 100%;
	margin-top: 5rem;
	padding: var(--s4) var(--s12);
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background-color: var(--site-color10);
	position: relative;
	font-family: var(--sub-font);
}
.section-title05::before {
	content: "";
	width: 12rem;
	height: 2px;
	border-radius: 50%;
	background-color: var(--site-color12);
	position: absolute;
	top: 3rem;
	left: -3rem;
	z-index: 3;
	transform: rotate( -45deg );
}
.section-title05::after {
	content: "";
	width: 12rem;
	height: 2px;
	border-radius: 50%;
	background-color: var(--site-color12);
	position: absolute;
	bottom: 3rem;
	right: -3rem;
	z-index: 3;
	transform: rotate( -45deg );
}

@media screen and (max-width: 767px) {
	.section-title05 {
		padding: var(--s2);
		font-size: 2.4rem;
	}
	.section-title05::before {
		top: 1rem;
		width: 6rem;
		left: -2rem;
	}
	.section-title05::after {
		bottom: 1rem;
		width: 6rem;
		right: -2rem;
	}
}


/* ---------------------------------------------
1box-2column_3-slider
--------------------------------------------- */
.onb-slider-1,
.onb-slider-2 {
	margin-bottom: var(--s3);
}
.swiper.onb-slider-1,
.swiper.onb-slider-2 {
	width: 100%;
	height: auto;
}
.swiper-thumbs .swiper-slide {
	cursor: pointer;
}
.swiper-thumbs .swiper-slide:hover {
	opacity: .7;
}
.swiper-thumbs .swiper-slide-thumb-active {
	outline: 4px solid var( --site-color12);
	outline-offset: -4px;
}
.onb-slider-1 .swiper-button-next,
.onb-slider-1 .swiper-button-prev,
.onb-slider-2-area .swiper-button-next,
.onb-slider-2-area .swiper-button-prev {
	width: 3rem;
	height: 3rem;
	top: 45%;
	margin-top: 0;
	transform: translateY(-50%);
}
.onb-slider-1 .swiper-button-next:hover,
.onb-slider-1 .swiper-button-prev:hover,
.onb-slider-2-area .swiper-button-next:hover,
.onb-slider-2-area .swiper-button-prev:hover {
	opacity: .6;
}
.onb-slider-1 .swiper-button-next::after,
.onb-slider-1 .swiper-rtl .swiper-button-prev::after,
.onb-slider-2-area .swiper-button-next::after,
.onb-slider-2 .swiper-rtl .swiper-button-prev::after {
	content: "";
	width: 3rem;
	height: 3rem;
	background: url("./img/slider-arrow-right.svg") no-repeat center center;
	background-size: contain;
}
.onb-slider-1 .swiper-button-prev::after,
.onb-slider-1 .swiper-rtl .swiper-button-next::after,
.onb-slider-2-area .swiper-button-prev::after,
.onb-slider-2 .swiper-rtl .swiper-button-next::after {
	content: "";
	width: 3rem;
	height: 3rem;
	background: url("./img/slider-arrow-left.svg") no-repeat center center;
	background-size: contain;
}
.onb-slider-2-frame {
	display: flex;
	gap: 5rem;
	align-items: stretch;
	padding: 0 4rem 0 0;
}
.onb-thumb-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: var(--s1);
	width: 40%;
	flex-shrink: 0;
	order: 2;
}
.onb-thumb-grid-2-item {
	cursor: pointer;
	overflow: hidden;
	border: 3px solid transparent;
	transition: border-color .2s, opacity .2s;
}
.onb-thumb-grid-2-item img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	display: block;
}
.onb-thumb-grid-2-item {
	cursor: pointer;
	overflow: hidden;
	border: 3px solid transparent;
	transition: border-color .2s, opacity .2s;
}
.onb-thumb-grid-2-item:hover {
	opacity: .8;
}
.onb-thumb-grid-2-item.is-active {
	border-color: var(--site-color12);
}
.onb-slider-2-area {
	position: relative;
	width: 72%;
	height: auto;
	order: 1;
}
.swiper.onb-slider-2 {
	width: 100%;
	height: auto;
}
.onb-thumb-grid-2-note {
	text-align: center;
	margin-top: var(--s1);
	font-size: 1.4rem;
}
/* スマホは縦積みに戻す */
@media (max-width: 768px) {
	.onb-slider-2-frame {
		flex-direction: column;
		padding: 0;
	}
	.onb-thumb-grid-2,
	.swiper.onb-slider-2 {
		width: 100%;
		margin-bottom: var(--s1);
	}
	.onb-thumb-grid-2 {
		grid-template-columns: repeat(3, 1fr);
	}
	.onb-slider-2-area {
		width: 100%;
	}
}
/* --- サムネイル付きスライダー(.onb-slider-2)の画像統一設定 --- */
.onb-slider-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.onb-slider-2 .swiper-slide img {
    width: 100%;
    max-width: 700px;
    max-height: 520px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.onb-thumb-grid-2-item {
  height: 100%;
  background-color: #f0f0f0; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.onb-thumb-grid-2-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center;
}

/* スマホ表示時の調整 */
@media screen and (max-width: 768px) {
  .onb-slider-2 .swiper-slide img {
    height: 220px;
  }
  .onb-thumb-grid-2-item {
    height: 70px;
  }
}

/* ---------------------------------------------
3box_arrow-title
--------------------------------------------- */
.arrow-title {
	margin-bottom: 2.3rem;
	padding: var(--s2);
	font-size: 1.8rem;
	font-weight: 700;
	background-color: var(--site-color14);
	color: #fff;
	font-family: var(--sub-font);
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.arrow-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid var(--site-color14);
	border-bottom: 1.5rem solid var(--site-color14);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
}
.arrow-title-sub {
	padding: var(--s1);
	margin-bottom: .8rem;
	background-color: var(--site-color08);
	font-size: 1.4rem;
	line-height: 1.4;
	display: inline-block;
}
.arrow-title-small {
	font-size: 1.4rem;
}


/* ---------------------------------------------
youtube-area
--------------------------------------------- */
.youtube-area-frame {
	max-width: 72rem;
	margin: 2rem auto;
}
.youtube-area {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.youtube-area iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* ---------------------------------------------
1box_accordion
--------------------------------------------- */
.onb-more-btn {
	max-width: 45rem;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: 1px solid var(--site-color03);
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
	cursor: pointer;
	border-radius: 5px;
}
.onb-more-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: #000;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.onb-more-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #000;
	position: absolute;
	top: 50%;
	right: 3.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}
.onb-more-btn:hover {
	opacity: 0.6;
}
.onb-more-btn.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}
.more-content {
	display: none;
}


/* ---------------------------------------------
2box 共通
--------------------------------------------- */
.twb-box-full {
	width: calc(100% + var(--s8));
	margin-left: calc(var(--s4) * -1);
}

@media screen and (max-width: 767px) {
	.twb-box-full {
		width: calc(100% + var(--s4));
		margin-left: calc(var(--s2) * -1);
	}
}


/* ---------------------------------------------
3box 共通
--------------------------------------------- */


/*------------------------------------------
    3box column settings
*/
.thb-box-full {
	width: calc(100% + var(--s4));
	margin-left: calc(var(--s2) * -1);
}


/* ---------------------------------------------
2box_catch
--------------------------------------------- */
.twb-title-catch {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	border-bottom: 1px solid var(--site-color12);
	font-family: var(--sub-font);
	color: var(--site-color14);
}
.twb-title-catch span {
	font-size: 1.6rem;
}


/* ---------------------------------------------
1box 共通
--------------------------------------------- */


/*------------------------------------------
    1box column settings
*/
.onb-box-full {
	width: calc(100% + var(--s8));
	margin-left: calc(var(--s4) * -1);
}

@media screen and (max-width: 767px) {
	.onb-box-full {
		width: calc(100% + var(--s4));
		margin-left: calc(var(--s2) * -1);
	}
}


/*------------------------------------------
    Slider settings
*/
.onb-txtSlider-area {
	position: relative;
	margin: 5rem auto;
}
.swiper.onb-txtSlider {
	width: 100%;
	height: auto;
}
#low-page .swiper.onb-txtSlider {
	width: 100%;
	height: auto;
}
.slide-text-img img {
	width: 100%;
}
.slide-text-box {
	padding: 1.6rem;
}
.slide-text-box p {
	line-height: 1.6;
}
.box-title {
	color: #1a365b;
	font-size: 2rem;
	font-weight: 700;
	font-family: var(--sub-font);
	line-height: 1.4;
	margin-top: 1rem;
}
.onb-txtSlider .swiper-pagination-fraction {
	display: none;
}
.onb-txtSlider-area .swiper-button-next,
.onb-txtSlider-area .swiper-button-prev {
	width: 5rem;
	height: 5rem;
	top: 38%;
}
.onb-txtSlider-area .swiper-button-prev {
	left: 14%;
}
.onb-txtSlider-area .swiper-button-next {
	right: 14%;
}
.onb-txtSlider-area .swiper-button-next:hover,
.onb-txtSlider-area .swiper-button-prev:hover {
	opacity: .6;
}
.onb-txtSlider-area .swiper-button-next:after,
.onb-txtSlider .swiper-rtl .swiper-button-prev:after {
	content: "";
	width: 5rem;
	height: 5rem;
	background: url("./img/slider-arrow-right.svg") no-repeat center center;
	background-size: contain;
}
.onb-txtSlider-area .swiper-button-prev:after,
.onb-txtSlider .swiper-rtl .swiper-button-next:after {
	content: "";
	width: 5rem;
	height: 5rem;
	background: url("./img/slider-arrow-left.svg") no-repeat center center;
	background-size: contain;
}
.onb-txtSlider .swiper-slide-prev .slide-text-img,
.onb-txtSlider .swiper-slide-next .slide-text-img {
	background-color: #fff;
}
.onb-txtSlider .swiper-slide-prev .slide-text-img img,
.onb-txtSlider .swiper-slide-next .slide-text-img img {
	opacity: .7;
}
.onb-txtSlider .swiper-slide-prev .slide-text-img .caption,
.onb-txtSlider .swiper-slide-next .slide-text-img .caption,
.onb-txtSlider .swiper-slide-prev .slide-text-box,
.onb-txtSlider .swiper-slide-next .slide-text-box {
	display: none;
}
.onb-txtSlider .swiper-slide-active .slide-text-box {
	display: flex;
	padding: 1rem;
}
.column-medium {
	border: none;
}

@media screen and (max-width: 767px) {
	.swiper.onb-txtSlider {
		/* height: 300px; */
	}
	.onb-txtSlider .swiper-slide {
		width: 100% !important;
	}
	.onb-txtSlider .swiper-pagination-fraction {
		width: 5.5em;
		font-size: 1rem;
		right: 0;
	}
	.onb-txtSlider-area .swiper-button-next,
	.onb-txtSlider-area .swiper-button-prev {
		width: 3rem;
		height: 3rem;
		top: 40%;
	}
	.onb-txtSlider-area {
    position: relative;
    margin: 0 auto;
    }
	.onb-txtSlider-area .swiper-button-prev {
		left: -1rem;
		top: 30%;
	}
	.onb-txtSlider-area .swiper-button-next {
		right: -1rem;
		top: 30%;
	}
	#low-page .onb-txtSlider-area .swiper-button-prev {
		left: -1rem;
		top: 30%;
	}
	#low-page .onb-txtSlider-area .swiper-button-next {
		right: -1rem;
		top: 30%;
	}
}
.onb-txtSlider .slide-text-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 340px;
  margin: 2rem auto;
}

.onb-txtSlider .slide-text-img img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center;
}

/* スマホ表示時の高さ調整 */
@media screen and (max-width: 767px) {
  .onb-txtSlider .slide-text-img {
    height: 250px;
  }
}
/* ---------------------------------------------
1box_iconbox02
--------------------------------------------- */
.onb-iconbox02-frame {
	padding: var(--s4);
	background-color: var(--site-color10);
}
.onb-iconbox02-catch {
	padding: var(--s2) var(--s1) var(--s3) var(--s7);
	color: var(--site-color03);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid var(--site-color05);
	background: url('./img/icon-dummy.png') no-repeat center left;
	background-size: 4.8rem auto;
	font-family: var(--sub-font);
}
.onb-iconbox02-caption {
	text-align: left;
}


/* ---------------------------------------------
2box_m-title03
--------------------------------------------- */
.twb-m-title03 {
	padding: var(--s2) var(--s1) var(--s3) var(--s7);
	font-family: var(--sub-font);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid var(--site-color12);
	background: url('./img/icon-dummy.png') no-repeat center left;
	background-size: 4.8rem auto;
}


/* ---------------------------------------------
3box_catch
--------------------------------------------- */
.title-catch {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	border-bottom: 1px solid var(--site-color12);
	font-family: var(--sub-font);
	color: var(--site-color14);
}
.title-catch span {
	font-size: 1.6rem;
}


/* ---------------------------------------------
3box_listbox
--------------------------------------------- */
.thb-listbox-bg-colored {
	padding-top: 2rem;
}
.thb-listbox-area {
	padding: 4rem var(--s2) var(--s2) var(--s2);
	background-color: var(--site-color10);
	position: relative;
}
.thb-listbox-title {
	margin-top: -5.5rem;
	padding: var(--s1);
	color: #fff;
	background-color: var(--site-color03);
	font-family: var(--sub-font);
	font-weight: bold;
	text-align: center;
}
.thb-listbox-subtitle {
	font-family: var(--sub-font);
	text-align: center;
	font-weight: 700;
}
.thb-listbox-list {
	width: 100%;
	padding-left: 3rem;
}
.thb-listbox-list li {
	padding: var(--s1);
	line-height: 1.4;
	position: relative;
}
.thb-listbox-list li::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url("./img/icon-check.svg") no-repeat left center / contain;
	position: absolute;
	top: 1rem;
	left: -2.5rem;
}
.thb-listbox-list li span {
	margin-right: var(--s1);
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.thb-listbox-area {
		padding: var(--s5) var(--s2) var(--s2) var(--s2);
	}
	.thb-listbox-list li {
		font-size: 1.4rem;
	}
	.thb-listbox-list--three li {
		width: calc((100% - var(--s2)) / 2);
	}
	.thb-listbox-title {
		width: 80%;
		margin: -5rem auto 0 auto;
		padding: var(--s1);
		font-size: 1.4rem;
		text-align: center;
	}
}


/* ---------------------------------------------
3box_table
--------------------------------------------- */
.thb-table {
	line-height: 1.4;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.thb-table th,
.thb-table td {
	padding: var(--s1);
	border: 1px solid #999999;
}
.thb-table th {
	width: 35%;
	background-color: #D3D3D3;
	text-align: center;
}


/* ---------------------------------------------
conclusion
--------------------------------------------- */
.conclusion-area {
	padding: var(--s6);
	background: #eae4d6 url(img/mv-bg-03.png) repeat;
	background-size: 30%;
	margin: 4rem auto;
}
.conclusion-area__wrapper {
	max-width: 77rem;
	margin: 0 auto;
}
.conclusion-title {
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.conclusion-title-deco {
	position: relative;
	color: var(--site-color03);
	font-family: var(--sub-font);
}
.conclusion-title-deco::before,
.conclusion-title-deco::after {
	content: "";
	width: 40%;
	height: 0.1rem;
	border-bottom: 1px solid var(--site-color03);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}
.conclusion-title-deco::before {
	left: -50%;
}
.conclusion-title-deco::after {
	right: -50%;
}
.conclusion-box {
	padding: var(--s4);
}
.conclusion-box__wht {
	line-height: 1.8;
}
.conclusion-catch {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--site-color03);
	text-align: center;
	margin: 0 auto;
	font-family: var(--sub-font);
}
.conclusion-btn-area {
	z-index: 5;
}
.btn-conclusion {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.conclusion-area {
		padding: var(--s4) var(--s2);
	}
	.conclusion-title {
		font-size: 2.4rem;
	}
	.conclusion-title-deco::before,
	.conclusion-title-deco::after {
		content: "";
		width: 10%;
	}
	.conclusion-title-deco::before {
		left: -20%;
	}
	.conclusion-title-deco::after {
		right: -20%;
	}
	.conclusion-box {
		padding: 0;
	}
	.conclusion-catch {
		font-size: 2rem;
		font-family: var(--sub-font);
	}
	.btn-conclusion {
		width: 80%;
	}
}


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	position: relative;
	min-height: 54rem;
}
.mainvisual::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background: url(img/mv-bg-03.png) repeat left bottom;
	content: "";
	z-index: -2;
}
.mainvisual .mv-inner {
	position: relative;
	width: 120rem;
	margin: 0 auto;
	padding: 12rem 53rem 4rem 0;
	z-index: 1;
	max-width: 100%;
}
.mainvisual .mv-inner::before {
	
	     /* 左固定 */
	  /* ロゴの下に配置 */
	
	
	
	
	
  /* もとの right: calc(100% + 3rem); を消去 */
	content: "";
	position: absolute;
  /* ロゴ（top:2rem + 高さ）の直下に配置 */
	top: 7rem;
  /* インナーの左端に合わせて画面外への見切れを防止 */
	left: -5rem;
  
  /* 画面幅に合わせて自然に伸縮するサイズ設定（最小200px〜最大300px） */
	width: 19rem;
	height: 100%;
	background: url(img/mv-bg-01.png) no-repeat left top;
	background-size: contain;
	z-index: -1;
	right: auto;
}
.mainvisual .mv-inner::after {
	display: none;
	content: none;
}
.mainvisual .mv-bg-slider {
	position: absolute;
	left: 48rem;
	top: 0;
	width: 107rem;
	height: 54rem;
	z-index: -1;
}

/* 各画像（1枚ずつ重ねる） */
.mainvisual .mv-bg-slider span {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	opacity: 0;
	animation: mvBgSlide 12s infinite ease-in-out;
}

/* 各画像の表示タイミング（順番に3秒ずつズラす） */
.mainvisual .mv-bg-slider span:nth-child(1) { animation-delay: 0s; }
.mainvisual .mv-bg-slider span:nth-child(2) { animation-delay: 3s; }
.mainvisual .mv-bg-slider span:nth-child(3) { animation-delay: 6s; }
.mainvisual .mv-bg-slider span:nth-child(4) { animation-delay: 9s; }

/* 4枚切り替えのアニメーションキーフレーム */
@keyframes mvBgSlide {
	0% { opacity: 0; }
	5% { opacity: 1; }   /* フェードイン完了 */
	25% { opacity: 1; }  /* 表示維持 */
	30% { opacity: 0; }  /* フェードアウト完了 */
	100% { opacity: 0; }
}
.mv-logo {
	position: absolute;
	top: 2rem;
	left: 3rem;
	width: 8rem;
	margin: 0;
	z-index: 10;
}
.mainvisual .mv-sitename {
	margin: 0 0 2rem 0;
}
.mainvisual .mv-title {
	font-family: var(--sub-font);
	font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 2.5px;
	line-height: 1.6;
	padding: 14rem 0 3rem;
}
.mainvisual .mv-title span {
	display: inline-block;
	padding: 0 1rem 0 0;
	background: #fff;
}
.mainvisual .mv-txt {
	width: 60rem;
}
.mainvisual .mv-txt p:not([class]) > span:not([class]) {
	color: #286bae;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.mainvisual {
		min-height: auto;
	}
	.mainvisual::before {
		display: none;
		content: none;
	}
	.mainvisual .mv-inner {
		width: 100%;
		padding: 0;
		max-width: 100%;
	}
	.mainvisual .mv-inner::before {
		display: none;
		content: none;
	}
	.mainvisual .mv-inner::after {
		display: none;
		content: none;
	}
	.mv-logo {
		position: static !important;
		width: 100%;
		max-width: 100%;
		margin: 2rem auto !important;
		text-align: center;
	}
	.mv-logo img {
		width: 8rem;
	}
	.mainvisual .mv-sitename {
		margin: 0 0 2rem 0;
	}
	.mainvisual .mv-title {
		padding: 1.5rem;
		font-size: 6.5vw;
		text-align: center;
	}
	.mainvisual .mv-title span {
		display: inline;
		padding: 0;
		background: none;
	}
	.mainvisual .mv-txt {
		width: 100%;
		padding: 0 1.5rem;
		text-align: center;
	}
	.mainvisual .mv-bg-slider {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		margin: 0 auto 2.5rem auto;
	}
	.mainvisual .mv-bg-slider span {
		background-position: center center;
		background-size: cover;
	}

}

/* --- 1. メインビジュアル内の配置基準設定 --- */
.mainvisual .mv-bg-slider::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -50px;
  width: 80%;
  height: 60%;
  background-color: #f2eee4;
  z-index: -2;
}
.mainvisual .mv-bg-slider span {
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mainvisual .mv-bg-slider::before {
    bottom: -20px;  
    right: -20px;
    width: 80%;
    height: 50%;
  }
}
/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower .mv-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20rem;
	text-align: center;
	background: url(img/mv-bg-07.jpg) no-repeat center top;
}
.mainvisual-lower .mv-inner .mv-logo {
	width: 11.3rem;
	margin: 0 auto;
	top: auto;
	left: auto;
}
.mainvisual-lower .mv-logo a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.mainvisual-lower .mv-inner {
		height: 10rem;
		background: url(img/mv-bg-07.jpg) no-repeat 11% center;
		background-size: cover;
	}
	.mainvisual-lower .mv-logo {
		width: 8rem;
	}
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
	display: none;
}
.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 36rem;
	margin: 4rem auto;
	padding: 2rem 5rem;
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	border-radius: 6rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.accordion-btn::before {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0, -50%);
	width: 2rem;
	height: 0.2rem;
	background: #1e0405;
	content: "";
}
.accordion-btn::after {
	position: absolute;
	right: 2.9rem;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.3s;
	width: 0.2rem;
	height: 2rem;
	background: #1e0405;
	content: "";
	#;
}
.accordion-btn.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}
.accordion-btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.accordion-btn {
		max-width: 90%;
		font-size: 1.6rem;
	}
}


/*--------------------------------------
banner
---------------------------------------*/
.fix-banner01 {
	position: fixed;
	right: 0;
	bottom: 12rem;
	z-index: 50;
}
.fix-banner01 a {
	display: block;
	width: 16rem;
	padding: 10rem 1rem 2rem 1rem;
	background: url(img/banner-bg-01.jpg) no-repeat center top, url(img/banner-bg-02.png) no-repeat right 0.6rem bottom 0.6rem, #43423f;
	background-size: 100% auto, 14px auto;
	color: #fff;
	font-family: var(--sub-font);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
}
.fix-banner01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.fix-banner01 a span {
	display: inline-block;
	margin: 0 0 0.5rem 0;
	padding: 0.1rem 0.6rem;
	background: #fff;
	color: #1b426b;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.fix-banner01 {
		bottom: 0;
	}
	.fix-banner01 a {
		width: auto;
		max-height: 6rem;
		padding: 0.6rem 1.5rem;
		background: #43423e url(img/banner-bg-02.png) no-repeat right 0.3rem bottom 0.3rem;
		background-size: 1rem auto;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: left;
	}
	.fix-banner01 a span {
		margin: 0 0 0.5rem 0;
		padding: 0.1rem 0.5rem;
		font-size: 1.1rem;
	}
}


/*--------------------------------------
common
---------------------------------------*/
#low-page {
	padding: 0 0 5rem 0;
}
.section-title02-frame {
	margin: 0 0 4rem 0;
	line-height: 1.4;
	text-align: center;
}
.section-title02 {
	color: var(--site-color03);
	font-family: var(--sub-font);
	font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 2.8px;
	line-height: 1.5;
}
.section-title02-sub {
	position: relative;
	margin: 0 0 1.5rem 0;
	color: #d9d3c0;
	font-size: 1.8rem;
	font-family: var(--sub-font);
}
p.lead {
	margin: 0 auto 6rem auto;
	line-height: 1.8;
	text-align: center;
}
p.lead > span {
	color: #286bae;
	font-weight: 700;
}
.title-index {
	position: relative;
	margin: 0 0 5rem 0;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid #ebe9e9;
	font-family: var(--sub-font);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
}
.title-index::before {
	position: absolute;
	right: 100%;
	top: 100%;
	width: 100vw;
	height: 0.1rem;
	border-top: 1px solid #ebe9e9;
	content: "";
}
.title-index a {
	display: inline-block;
	padding: 0 5rem 0 0;
	background: url(img/arrow02-black.png) no-repeat right center;
	background-size: 28px auto;
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#low-page {
		padding: 0 1.5rem 2rem 1.5rem;
	}
	.section-title02-frame {
		margin: 0 0 3rem 0;
	}
	.section-title02 {
		font-size: 2.4rem;
	}
	.section-title02-sub {
		margin: 0 0 1.5rem 0;
		font-size: 1.6rem;
	}
	.section-title02-sub::before {
		top: calc(100% + 0.3rem);
	}
	p.lead {
		margin: 0 auto 3rem auto;
	}
	.title-index {
		margin: 0 0 4rem 0;
		padding: 0 0 1.2rem 0;
		font-size: 2.4rem;
	}
	.title-index::before {
		position: absolute;
		right: 100%;
		top: 100%;
		width: 100vw;
		height: 0.1rem;
		border-top: 1px solid #ebe9e9;
		content: "";
	}
	.title-index a {
		display: block;
		padding: 0 3.5rem 0 0;
	}
}


/*--------------------------------------
sec01
---------------------------------------*/
.sec01 {
	position: relative;
	padding: 10rem 0 0 0;
}
.sec01::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background: url(img/mv-bg-03.png) repeat left top;
	content: "";
	z-index: -2;
}
.sec01 .column-medium {
	position: relative;
	margin: 6rem 0 0 0;
	padding: 20rem 0 10rem 0;
	background: url(img/sec01-bg-02.png) no-repeat center top;
	background-size: 100% auto;
}
.sec01 #company-2.column-medium {
	margin: 0;
	background: url(img/sec01-bg-03.jpg) no-repeat center top;
	background-size: 100% auto;
}
.sec01 #company-3.column-medium {
	margin: 0;
	background: url(img/sec01-bg-04.jpg) no-repeat center top;
	background-size: 100% auto;
}
.sec01 .column-medium::before {
	position: absolute;
	left: 0;
	top: 8%;
	width: 100%;
	height: calc(100% - 8%);
	background: url(img/sec01-bg-01.jpg) repeat;
	content: "";
	z-index: -1;
}
.sec01 .l-center {
	max-width: 120rem;
}
.sec01 .inner {
	padding: 3.5rem 9rem;
	background: #fff;
}
.sec01 .section-title06 {
	margin: 0 0 4rem 0;
	color: #fff;
	font-family: var(--sub-font);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 2.8px;
	line-height: 1.6;
}
.sec01 .twb-m-title01 {
	position: relative;
	margin: 0 0 4.5rem 0;
	color: var(--site-color03);
	font-family: var(--sub-font);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}
.sec01 .twb-m-title01::before {
	position: relative;
	top: 0.6rem;
	padding: 0 1.2rem 0 0;
	color: #ede8d8;
	font-family: var(--sub-font);
	font-size: 9.6rem;
	content: "01";
}
.sec01 #company-2 .twb-m-title01::before {
	content: "02";
}
.sec01 #company-3 .twb-m-title01::before {
	content: "03";
}
.sec01 .twb-m-title01::after {
	position: absolute;
	top: 2.5rem;
	left: 12.5rem;
	color: #ede8d8;
	font-family: var(--sub-font);
	font-size: 2rem;
	content: "COMPANY";
}
.sec01 .swiper-button-next {
	right: -1.5rem;
}
.sec01 .swiper-button-prev {
	left: -1.5rem;
}
.sec01 .section-title03 {
	position: relative;
	margin: 13rem 0 4rem 0;
	font-family: var(--sub-font);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.sec01 .section-title03::before {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 1rem);
	transform: translateX(-50%);
	width: 0.1rem;
	height: 5rem;
	background: var(--site-color06);
	content: "";
}
.sec01 .btn-internal a::after {
	content: "";
	position: absolute;
	right: 2rem;
	top: 50%;
	width: 1.6rem;
	height: 1.6rem;
	background: url(img/arrow01-white.svg) no-repeat center center / contain;
	transform: translateY(-50%) rotate(90deg);
}
.sec01 .accordion-btn {
	margin: 0 auto;
}
.sec01 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01 .block .box {
	width: calc((100% - 8rem) / 2);
}
.sec01 .block .box .ttl {
	display: flex;
	align-items: center;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1rem 0;
	border-bottom: 1px solid #ebe9e9;
	color: #162761;
	font-family: var(--sub-font);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.sec01 .block + .caption {
text-align: left;
}
  #selections .onb-slider-2-frame {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 2rem;
  }

  #selections .onb-thumb-grid-2 {
    order: 2;
    width: 700px;
    max-width: 100%;
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto;
  }
.sec01 .youtube-area-frame + p {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
	.sec01 {
		padding: 4rem 0 0 0;
	}
	.sec01::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		background: url(img/mv-bg-03.png) repeat left top;
		content: "";
		z-index: -2;
	}
	.sec01 .column-medium {
		margin: 5rem 0 0 0;
		padding: 4rem 0 4rem 0;
		background-size: 120% !important;
	}
	.sec01 .column-medium::before {
		top: 5rem;
		height: calc(100% - 5rem);
	}
	.sec01 .l-center {
		max-width: 120rem;
	}
	.sec01 .inner {
		padding: 2.5rem 1.5rem 3.5rem 1.5rem;
	}
	.sec01 .section-title06 {
		margin: 0 0 2rem 0;
		font-size: 2.2rem;
	}
	.sec01 .twb-m-title01 {
		margin: 0 0 3rem 0;
		font-size: 2.1rem;
	}
	.sec01 .twb-m-title01::before {
		top: 0.2rem;
		padding: 0 0.8rem 0 0;
		font-size: 5.4rem;
	}
	.sec01 .twb-m-title01::after {
		top: 0.7rem;
		left: 7.2rem;
		font-size: 1.6rem;
	}
	.sec01 .swiper-button-next {
		right: -1.2rem;
	}
	.sec01 .swiper-button-prev {
		left: -1.2rem;
	}
	.sec01 .section-title03 {
		margin: 6rem 0 3rem 0;
		font-size: 2rem;
	}
	.sec01 .section-title03::before {
		height: 3rem;
	}
	.sec01 .block {
		display: block;
	}
	.sec01 .block .box {
		width: 100%;
		margin: 0 0 3rem 0;
	}
	.sec01 .block .box:last-child {
		margin: 0;
	}
	.sec01 .block .box .ttl {
		font-size: 1.8rem;
	}
	#selections .onb-thumb-grid-2 {
    grid-template-columns: repeat(3, 2fr);
    }
}


/*--------------------------------------
sec02
---------------------------------------*/
.sec02 {
	padding: 12rem 0;
	background: #f2eee4;
}
.sec02 .column-medium {
	margin: 0 0 10rem 0;
	background: #fff;
}
.sec02 .column-medium:last-child {
	margin: 0;
}
.sec02 .onb-icon-title-frame {
	padding: 6rem 2rem 6rem;
	background-size: cover;
	text-align: center;
}
#company-1-detail .onb-icon-title-frame {
	background: url(img/sec02-bg-company1.jpg)no-repeat right center;
}
#company-2-detail .onb-icon-title-frame {
	background: url(img/sec02-bg-company2.jpg) no-repeat right center;
}
#company-3-detail .onb-icon-title-frame {
	background: url(img/sec02-bg-company3.jpg)no-repeat right center;
}
.sec02 .onb-icon-title {
	color: #fff;
	font-family: var(--sub-font);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
}
.sec02 .onb-icon-title span {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0 0.5rem 0.2rem 0.5rem;
	/* background: #fff; */
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 3.2rem;
	line-height: 1.8;
}
.sec02 .inner {
	padding: 7.5rem 3rem;
}
.sec02 .name {
	margin: 0 0 6rem 0;
	font-family: var(--sub-font);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.sec02 .onb-m-title6 {
	position: relative;
	margin: 5rem 0 3rem 0;
	padding: 0 0 1.2rem 2.4rem;
	border-bottom: 1px solid #ebe9e9;
	font-family: var(--sub-font);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.sec02 .onb-m-title6::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.2rem;
	height: calc(100% - 1rem);
	background: #d9d3c0;
	content: "";
}
.sec02 .onb-txtSlider-area {
	margin: 0 -3rem;
}
.onb-iconbox04-frame {
	padding: 3rem;
	background: #f9f9f9;
}
.onb-iconbox04-catch {
	display: flex;
	align-items: center;
	margin: 1rem 0 3rem 0;
	color: #1a365b;
	font-size: 2rem;
	font-family: var(--sub-font);
	font-weight: 700;
	line-height: 1.7;
}
.onb-iconbox04-caption {
	text-align: left;
}
.onb-com-box01-r-frame {
	margin: 0 0 2rem 0;
	padding: var(--s5);
	background: #f9f9f9;
}
.l-onb-com-box01-r {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.l-onb-com-box01-r__side {
	width: calc((100% - var(--s3))*.18);
}
.l-onb-com-box01-r__side img {
	max-width: 100%;
}
.l-onb-com-box01-r__main {
	width: calc((100% - var(--s3))*.82);
}
.onb-com-box01-r-catch {
	margin: 0 0 2.5rem 0;
	color: #1a365b;
	font-size: 2rem;
	font-family: var(--sub-font);
	font-weight: 700;
	line-height: 1.4;
}
.onb-com-box01-r-caption {
	text-align: left;
}
.onb-com-box01-l-frame {
	padding: var(--s5);
	background: #f9f9f9;
}
.l-onb-com-box01-l {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: var(--s3);
}
.l-onb-com-box01-l__side {
	width: calc((100% - var(--s3))*.18);
}
.l-onb-com-box01-l__side img {
	max-width: 100%;
}
.l-onb-com-box01-l__main {
	width: calc((100% - var(--s3))*.82);
}
.onb-com-box01-l-catch {
	margin: 0 0 2.5rem 0;
	color: #1a365b;
	font-size: 2rem;
	font-family: var(--sub-font);
	font-weight: 700;
	line-height: 1.4;
}
.onb-com-box01-l-caption {
	text-align: left;
}
.l-onb-access-table {
	display: flex;
	gap: var(--s4);
}
.l-onb-access-table__side {
	width: calc((100% - var(--s2))*.4);
}
.l-onb-access-table__side iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.l-onb-access-table__main {
	width: calc((100% - var(--s2))*.6);
}
.l-onb-access-table__main table th {
	width: 18rem;
}

@media screen and (max-width: 767px) {
	.sec02 {
		padding: 4rem 0;
	}
	.sec02 .column-medium {
		margin: 0 0 6rem 0;
		background: #fff;
	}
	.sec02 .column-medium:last-child {
		margin: 0;
	}
	.sec02 .onb-icon-title-frame {
		padding: 4rem 2rem 4rem;
	}
	.sec02 .onb-icon-title {
		color: #fff;
		font-family: var(--sub-font);
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 1.4;
	}
	.sec02 .onb-icon-title span {
		margin: 0.8rem 0 0 0;
		font-size: 2.6rem;
	}
	.sec02 .inner {
		padding: 4.5rem 1.5rem;
	}
	.sec02 .name {
		margin: 0 0 3rem 0;
		font-size: 2.4rem;
	}
	.sec02 .onb-m-title6 {
		padding: 0 0 1rem 1.5rem;
		font-size: 2.1rem;
	}
	.sec02 .onb-txtSlider-area {
		margin: 0 auto;
	}
	.onb-iconbox04-frame {
		padding: 2rem;
	}
	.onb-iconbox04-catch {
		font-size: 1.8rem;
	}
	.onb-com-box01-r-frame {
		padding: 2.5rem 2rem;
	}
	.onb-com-box01-l-frame {
		padding: 2.5rem 2rem;
	}
	.onb-com-box01-r-catch {
		font-size: 1.8rem;
	}
	.onb-com-box01-l-catch {
		margin: 0 0 1.5rem 0;
		color: #162761;
		font-size: 2rem;
		font-family: var(--sub-font);
		font-weight: 700;
		line-height: 1.4;
	}
	.onb-com-box01-l-caption {
		text-align: left;
	}
	.l-onb-access-table {
		display: flex;
		gap: var(--s4);
	}
	.l-onb-access-table__side {
		width: calc((100% - var(--s2))*.4);
	}
	.l-onb-access-table__side iframe {
		width: 100%;
		height: 100%;
		border: none;
	}
	.l-onb-access-table__main {
		width: calc((100% - var(--s2))*.6);
	}
	.l-onb-access-table {
		flex-direction: column;
	}
	.l-onb-access-table__side,
	.l-onb-access-table__main {
		width: 100%;
	}
	.l-onb-access-table__main table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.l-onb-access-table__main table th {
    border-bottom: 2px solid #d9d3c0;
    width: 100%;
    display: block;
    }
}

@media screen and (max-width: 767px) {
	.l-onb-com-box01-r {
		display: flow-root;
	}
	.l-onb-com-box01-r__side {
		width: 30%;
		margin-right: var(--s2);
		margin-bottom: var(--s2);
		float: left;
	}
	.l-onb-com-box01-r__main {
		width: 100%;
	}
	.onb-com-box01-r-catch {
		font-size: 1.8rem;
	}
	.l-onb-com-box01-l {
		display: flow-root;
	}
	.l-onb-com-box01-l__side {
		width: 30%;
		margin-left: var(--s2);
		margin-bottom: var(--s2);
		float: right;
	}
	.l-onb-com-box01-l__main {
		width: 100%;
	}
	.onb-com-box01-l-catch {
		font-size: 1.8rem;
	}
	.l-onb-access-table__side iframe {
		height: 20rem;
	}
}


/*--------------------------------------
sec03
---------------------------------------*/
.sec03 {
	padding: 10rem 0 2rem 0;
}
.sec03 p.lead {
	text-align: left;
}
.sec03 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 3rem;
}
.sec03 .block .box {
	width: calc((100% - 10rem) / 2);
	margin: 0 0 8rem 0;
}
.sec03 .block .ttl {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 2.5rem 0;
	padding: 0 0 1rem 1.5rem;
	border-bottom: 1px solid #ebe9e9;
	font-family: var(--sub-font);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.sec03 .block .ttl::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 2.8rem;
	height: 2.8rem;
	background: #e3d7b4;
	border-radius: 50%;
	content: "";
	z-index: -1;
}
.sec03 .youtube-area-frame {
	margin: 0 0 2rem 0;
}

@media screen and (max-width: 767px) {
	.sec03 {
		padding: 4rem 0;
	}
	.sec03 .block {
		display: block;
		margin: 0;
	}
	.sec03 .block .box {
		width: 100%;
		margin: 0 0 4rem 0;
	}
	.sec03 .block .box:last-child {
		margin: 0;
	}
	.sec03 .block .ttl {
		margin: 0 0 2rem 0;
		font-size: 2.1rem;
	}
	.sec03 .youtube-area-frame {
		margin: 0 0 1.5rem 0;
	}
}


/*--------------------------------------
sec04
---------------------------------------*/
.sec04 {
	padding: 10rem 0;
	background: #f6f6f6 url(img/sec04-bg-01.png) no-repeat right 4rem top;
}
.sec04 .title-index {
	border-bottom: 1px solid #707070;
}
.sec04 .title-index::before {
	border-top: 1px solid #707070;
}
.sec04 .column-small {
	padding: 2.8rem 1.8rem;
	background: #fff;
}
.sec04 .column-small .m-title01 {
	display: flex;
	align-items: center;
	min-height: 2.8rem;
	margin: 0 0 2rem 0;
	font-family: var(--sub-font);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.sec04 .column-small .m-title01 a {
	display: block;
	width: 100%;
	padding: 0 3.5rem 0 0;
	background: url(img/arrow02-black.png) no-repeat right center;
	background-size: 28px auto;
	color: inherit;
	text-decoration: none;
}
.sec04 .column-small .fig,
.sec04 .column-small .fig + .caption {
	text-align: center;
}
.sec04 .link {
	margin: 2rem 0 0 0;
	text-align: right;
}
.sec04 .link a {
	display: inline-block;
	min-height: 2.8rem;
	padding: 0.1rem 3.5rem 0.2rem 0;
	background: url(img/arrow02-black.png) no-repeat right center;
	background-size: 28px auto;
	line-height: 1.4;
	text-decoration: underline;
}
.sec04 .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.sec04 .txt {
	margin: 2rem 0 0 0;
}
.sec04 table {
	margin: 2rem 0 0 0;
	border: 1px solid #ebe9e9;
}
.sec04 table th {
	width: 9rem;
	padding: 1rem 0.5rem;
	background: #a9a598;
	border: 1px solid #ebe9e9;
	color: #fff;
}
.sec04 table td {
	padding: 1rem;
	background: #fff;
	border: 1px solid #ebe9e9;
}
.sec04 .accordion-btn {
	max-width: 46rem;
	background: #fff;
}
.sec04 .column-small .fig img {
  width: auto;
  height: 200px;
  max-width: 100%;
  object-fit: contain; 
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
	.sec04 {
		padding: 4rem 0;
		background: #f6f6f6 url(img/sec04-bg-01.png) no-repeat right top;
		background-size: 20% auto;
	}
	.sec04 .column-small {
		margin: 0 0 1rem 0;
	}
	.sec04 .column-small:last-child {
		margin: 0;
	}
	.sec04 .accordion-btn {
		max-width: 90%;
	}
}


/*--------------------------------------
sec05
---------------------------------------*/
.sec05 {
	padding: 10rem 0 5rem 0;
	background: url(img/sec05-bg-01.png) no-repeat left top 20rem;
}
.sec05 .text-area {
	line-height: 1.8;
}
.summary-box-r {
	display: grid;
	grid-auto-rows: minmax(1rem, auto) 1fr;
	grid-template-areas: "img catch" "img content";
	margin: 0 0 5rem 0;
	padding: 0 0 5rem 0;
	border-bottom: 1px solid #ebe9e9;
}
.summary-box-r-catch {
	margin: 0 0 2rem 0;
	font-family: var(--sub-font);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
.summary-box-r-catch a {
	display: block;
	min-height: 2.8rem;
	padding: 0 4rem 0 0;
	background: url(img/arrow02-black.png) no-repeat right center;
	background-size: 28px auto;
	line-height: 1.4;
	text-decoration: none;
}
.summary-box-r-img {
	padding-right: var(--s4);
	grid-area: img;
}
.summary-box-r-content {
	grid-area: content;
}
.btn-link a {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.sec05 {
		padding: 4rem 0;
		background: url(img/sec05-bg-01.png) no-repeat left top;
		background-size: 20%;
	}
	.text-area {
		font-size: 1.4rem;
	}
	.summary-box-r {
		display: block;
		margin: 0 0 3rem 0;
		padding: 0 0 3rem 0;
	}
	.summary-box-r:last-child {
		margin: 0;
	}
	.summary-box-r-catch {
		margin-bottom: var(--s2);
		font-size: 2rem;
	}
	.summary-box-r-img {
		padding-right: 0;
		margin-bottom: var(--s2);
	}
}


/*--------------------------------------
sec06
---------------------------------------*/
.sec06 {
	padding: 10rem 0;
	background: #f8f5ef url(img/sec06-bg-01.png) no-repeat right 4rem top;
	background-size: contain;
}
.l-pickup-contents01 {
	display: flex;
	position: relative;
	margin: 0 0 10rem 0;
}
.l-pickup-contents01--reverse {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.l-pickup-contents01-box {
	flex: 1;
}
.l-pickup-contents01-content {
	max-width: 50rem;
	padding: 0 0 0 3.5rem;
	position: relative;
	z-index: 5;
}
.l-pickup-contents01-content--reverse {
	padding: 0 3.5rem 0 0;
}
.pickup-contents01-catch {
	margin: 0 0 2rem 0;
	font-family: var(--sub-font);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.pickup-contents01-catch a {
	display: inline-block;
	min-height: 2.8rem;
	padding: 0 4rem 0 0;
	background: url(img/arrow02-black.png) no-repeat right center;
	background-size: 28px auto;
	line-height: 1.4;
	text-decoration: none;
}
.sec06 .btn-internal {
	margin: 4rem auto 0 auto;
}
.sec06 .btn-link {
	margin: 1.2rem 0 0 0;
}

@media screen and (max-width: 767px) {
	.sec06 {
		padding: 4rem 0;
		background: #f6f6f6 url(img/sec06-bg-01.png) no-repeat right top;
		background-size: 20% auto;
	}
	.l-pickup-contents01 {
		margin: 0 0 4rem 0;
	}
	.sec06 .btn-internal {
		margin: 2rem auto 0 auto;
	}
	.sec06 .btn-link {
		margin: 2rem auto 0 auto;
	}
	.l-pickup-contents01 {
		min-height: inherit;
		flex-direction: column;
	}
	.l-pickup-contents01-content {
		max-width: inherit;
		padding: var(--s4) var(--s2);
	}
	.l-pickup-contents01-box img {
		min-height: inherit;
		object-fit: inherit;
	}
	.pickup-contents01-catch {
		font-size: 2.1rem;
	}
	.pickup-contents01-catch::before {
		content: none;
	}
}


/*--------------------------------------
lower
---------------------------------------*/
.table-host table th {
	width: 36%;
}
.selections-lower {
	padding: 8rem 0;
	background: url(img/selections-bg-01.jpg) no-repeat center top, url(img/sec01-bg-01.png) repeat, #3c3935;
	background-size: 100% auto, 30%;
}
.selections-lower.cnts {
	margin: 5rem auto;
	padding: 8rem 2rem 6rem 2rem;
}
.selections-lower .title {
	margin: 0 0 3rem 0;
	color: #fff;
	font-family: var(--sub-font);
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 2.8px;
	line-height: 1.5;
}
.selections-lower p.lead {
	margin: 0 auto 4rem auto;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}
.selections-lower p.lead > span {
	border-bottom: 3px solid #008cff;
	color: #fff;
	font-weight: 700;
}
.selections-lower .block + .caption {
	margin: 2rem 0 0 0;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}
.selections-lower .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.selections-lower .block::after {
	display: block;
	width: calc((100% - 6rem) / 3);
	content: "";
}
.selections-lower .block .box {
	width: calc((100% - 6rem) / 3);
	background: #fff;
	border: 1px solid #fff;
}
.selections-lower.cnts .block::after {
	width: calc((100% - 2rem) / 3);
}
.selections-lower.cnts .block .box {
	width: calc((100% - 2rem) / 3);
}
.selections-lower .block .box-head {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 2rem 1rem;
	background: #383838;
}
.selections-lower .block .box-head::before {
	position: absolute;
	left: 50%;
	top: calc(100% - 0.1rem);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #383838 transparent transparent transparent;
	content: "";
}
.selections-lower .block .box-head .ttl {
	width: 100%;
	color: #fff;
	font-family: var(--sub-font);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.selections-lower .block .box-head .ttl span {
	display: inline-block;
	margin: 0 0 0.8rem 0;
	/* padding: 0.5rem 1rem; */
	background: #383838;
	color: #ffffff;
	font-size: 1.5rem;
	/* border: 1px solid #fff; */
}
.selections-lower .block .box-body {
	padding: 3.5rem 1.5rem;
}
.selections-lower .block .name {
	margin: 0 0 2rem 0;
	font-family: var(--sub-font);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.selections-lower .block .name span {
	display: inline-block;
	margin: 0.5rem 0;
	font-size: 2.2rem;
}
.selections-lower .block .catch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1rem 0;
	border-bottom: 1px solid #EBE9E9;
	font-family: var(--sub-font);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.selections-lower .block .txt {
	position: relative;
	margin: 0 -1.5rem;
	padding: 1.5rem;
	background: #f9f9f9;
}
.selections-lower .block .label {
	position: relative;
	top: -2rem;
	text-align: center;
	margin: 1rem auto 0;
}
.selections-lower .block .label span {
	display: inline-block;
	padding: 0.8rem 3rem;
	background: #fff;
	color: #383838;
	font-family: var(--sub-font);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	border: 1px solid #383838;
}
#low-page .selections-lower .block ul:not([class]) {
	margin-block: 0;
}
.selections-lower .btn-web {
	margin: 3rem auto 0 auto;
}
.thb-slider-area .swiper-button-next,
.thb-slider-area .swiper-button-prev {
	top: 40%;
	width: 2rem;
	height: 2rem;
}
.thb-slider-area .swiper-button-next {
	right: 0;
}
.thb-slider-area .swiper-button-prev {
	left: 0;
}
.thb-slider-area .swiper-button-next:hover,
.thb-slider-area .swiper-button-prev:hover {
	opacity: 0.7;
}
.thb-slider-area .swiper-button-next::after,
.thb-slider-area .swiper-rtl .swiper-button-prev::after {
	width: 2rem;
	height: 2rem;
	background: url(img/slider-arrow-right.svg) no-repeat center center;
	background-size: contain;
	content: "";
}
.thb-slider-area .swiper-button-prev::after,
.thb-slider-area .swiper-rtl .swiper-button-next::after {
	width: 2rem;
	height: 2rem;
	background: url(img/slider-arrow-left.svg) no-repeat center center;
	background-size: contain;
	content: "";
}
.thb-slider-area .swiper-pagination {
	bottom: 0;
}
.thb-slider-area .swiper-pagination-bullet-active {
	background: #747474;
}
.thb-slider-area .caption {
	padding: 0 0 2rem 0;
}
.thb-slider-area {
	position: relative;
	padding-bottom: 3.5rem;
}
.thb-slider-area .swiper-button-prev {
	left: -1rem;
}
.thb-slider-area .swiper-button-next {
	right: -1rem;
}

@media screen and (max-width: 767px) {
	.selections-lower {
		padding: 4rem 0;
	}
	.selections-lower .l-center {
		padding: 0 1.5rem;
	}
	.selections-lower.cnts {
		padding: 4rem 1.2rem;
	}
	.selections-lower.cnts .l-center {
		padding: 0;
	}
	.selections-lower .title {
		margin: 0 0 2rem 0;
		font-size: 2.4rem;
	}
	.selections-lower p.lead {
		margin: 0 auto 3rem auto;
	}
	.selections-lower .block {
		display: block;
	}
	.selections-lower .block::after {
		display: none;
		content: none;
	}
	.selections-lower .block .box {
		width: 100%;
		margin: 0 0 3rem 0;
	}
	.selections-lower .block .box:last-child {
		margin: 0;
	}
	.selections-lower.cnts .block::after {
		display: none;
		content: none;
	}
	.selections-lower.cnts .block .box {
		width: 100%;
	}
	.selections-lower .btn-tel {
		margin: 2rem auto 0 auto;
	}
}
/* ==========================================================================
   sec03〜sec06 アニメーション
   ========================================================================== */
.sec03 .title-index,
.sec03 .lead,
.sec03 .block .box,
.sec04 .title-index,
.sec04 .column-small,
.sec05 .title-index,
.sec05 .summary-box-r,
.sec06 .title-index,
.sec06 .l-pickup-contents01 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.sec03 .title-index.is-active,
.sec03 .lead.is-active,
.sec03 .block .box.is-active,
.sec04 .title-index.is-active,
.sec04 .column-small.is-active,
.sec05 .title-index.is-active,
.sec05 .summary-box-r.is-active,
.sec06 .title-index.is-active,
.sec06 .l-pickup-contents01.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* ---------------------------------------------
    low-page list-left-img-box
--------------------------------------------- */
.low-list-left-img-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--s4);
	margin-block: 4rem;
	clear: both;
	display: flow-root;
	display: flex;
}
.low-list-left-img-main {
	flex: 1;
	min-width: 0;
}
.low-list-left-img-main ul {
	margin-block: 0 !important;
}
.low-list-left-img-main ul li {
	padding-left: 2.4rem;
	line-height: 1.6;
}
.low-list-left-img-main ul li + li {
	margin-top: 1.2rem;
}
.low-list-left-img-main ul li::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #286bae;
	position: absolute;
	top: 0.6rem;
	left: 0;
}
.low-list-left-img-side {
	width: 40%;
	flex-shrink: 0;
	text-align: center;
}
.low-list-left-img-side img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.low-list-left-img-box {
		gap: var(--s2);
		margin-block: 3rem;
		flex-direction: column-reverse;
	}
	.low-list-left-img-side {
		width: 100%;
	}
}