@charset "utf-8";

/* ---------------------------------------------
セクション毎の調整
--------------------------------------------- */

.sec01 {
    background: url(./img/sec01-b.png) no-repeat top center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sec01-l-center {
  padding-top: 8rem;
  padding-bottom: 10rem;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
.sec01 .mh2{
    line-height:1.8;
}
.sec01 .mh4{
    line-height:1.8;
}
.sec02 {
    background: url(./img/sec02-b.png) no-repeat center center;
    background-size: cover;
}
.sec02-l-center {
  padding-top: 10rem;
  padding-bottom: 4rem;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.sec03 {
    background: url(./img/sec03-b.png) no-repeat top center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sec03-2 {
    background: url(./img/sec03-b2.png) no-repeat top center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sec03-3 {
    background: url(./img/sec03-b3.png) no-repeat top center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sec03-l-center {
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.sec04 {
	background: #fff;
	background-size: cover;
}
.sec04 .column-small{
	text-align:center;
}
.sec04 .column-small img{
    max-height: 137px;
    width: auto;
}
.sec04-l-center {
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.sec05 {
    background: url(./img/sec05-b2.png) no-repeat top left;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sec05-l-center {
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.sec06 {
	background: #fff;
	background-size: cover;
}
.sec06-l-center {
  padding-top: 10rem;
  padding-bottom: 10rem;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (max-width: 767px) {
  .sec01 {
    padding-right: 1rem;
    padding-left: 1rem;
	margin-top:0;
  }
  .sec01-l-center {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .sec02 {
    padding-right: 1rem;
    padding-left: 1rem;
	margin-top:0;
  }
  .sec02-l-center {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .sec03 {
    padding-right: 1rem;
    padding-left: 1rem;
	margin-top:0;
  }
  .sec03-l-center {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .sec03-2 .sec03-l-center {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sec03-3 .sec03-l-center {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .sec04 {
    padding-right: 1rem;
    padding-left: 1rem;
	margin-top:0;
  }
  .sec04-l-center {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .sec04 .column-small img{
  }
  .sec05 {
    padding-right: 1rem;
    padding-left: 1rem;
	margin-top:0;
  }
  .sec05 .column-medium{
    padding-top:0;
  }
  .sec05 .twb-arrow-title{
    min-height: unset;
	font-size:2.1rem;
  }
  .sec05-l-center {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .sec06 {
    padding-right: 1rem;
    padding-left: 1rem;
	margin-top:0;
  }
  .sec06-l-center {
    padding-top: 4rem;
    padding-bottom: 0;
  }
	@supports (-webkit-touch-callout: none) {
  .sec01, .sec03, .sec03-2, .sec03-3, .sec05{
    background-attachment: scroll;
  	}
  }
}

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: var(--s1);
	text-align: right;
	position:absolute;
	right:0;
}
.header-area--top .header-area-upper {
	background:#fff;
}

.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #000;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.header-title a {
	text-decoration: none;
	color:#fff;
}
.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: #000;
	display: block;
	position: fixed;
	top: var(--s4);
	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: #000;
	display: block;
	text-align: center;
	border-radius:100rem;
}
.gnavi-btn-close__inner {
	padding: 0 0 0 var(--s3);
	display: inline-block;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.gnavi-btn-close__inner::before {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #fff;
	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: #F5F5F5;
	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 {
	min-height: var(--s6);
	margin: 0 var(--s8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.gnavi-pc {
	display: none;
}
.gnavi-list {
	border-bottom: 1px solid #333;
	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) var(--s5) var(--s2) var(--s2);
	border-top: 1px solid #333;
	display: block;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
	position: relative;
}
.gnavi-list__link::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
	position: absolute;
	top: 50%;
	right: var(--s2);
	transform: translate(0, -50%) rotate(0);
	transition: transform 0.3s;
}
.gnavi-list__link--toggle::after {
	background-image: url("img/arrow-01-black-down.svg");
}
.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) var(--s4) 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);
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 80%;
	margin:0 auto 2.5rem;
}
.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    position: relative;
	background:#f7f7f7;
}
.onb-index01-title {
    padding: var(--s2);
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.1rem;
    background: #AA3E3E;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}
.onb-index01-title::after {
    content: "";
    width: 0.1rem;
    height: 2rem;
    background: #AA3E3E;
    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: 700;
}
.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    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(--s3);
    position: relative;
    counter-increment: icon-counter;
}
.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
    line-height: 1.2;
}
.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: counter(icon-counter, decimal-leading-zero);
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    top: .6em;
    color:#AA3E3E;
    left: -2em;
}
.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background: #f7f7f7;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) var(--s2);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid #D0D3E0;
}
.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.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #CFE231;
    position: absolute;
    top: .6rem;
    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 #000;
    background: #fff;
    border-radius: 100px;
    padding: 1rem 5rem 1rem 2rem;
    position: relative;
}

  .related-article01-btn::before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}
.related-article01-btn::after {
    content: "";
    width: .2rem;
    height: 1.8rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 2.3rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.related-article01-btn:hover {
    opacity: 0.6;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
	.onb-index01-wrap {
    padding: var(--s1);
    }
	.onb-index01-chapter {
    padding: var(--s2);
    }
	.onb-index01-title {
    font-size: 2.2rem;
    }
	.related-article01-title {
    margin-bottom:1.5rem;
    }
	.gnavi-btn {
	top:0;
    }
	.onb-index01-frame {
    width: 100%;
    }
}








.section-title06-frame {
    margin-top: 5rem;
    position: relative;
}
.sec01 .section-title06-frame {
    margin-top: 0;
	margin-bottom:4rem;
}
.section-title06-frame::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}
.section-title06 {
    width: 100%;
    padding: var(--s4) var(--s4) var(--s4) 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    position: relative;
    color: #fff;
	z-index:1;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title06 {
        padding: var(--s2);
        font-size: 2.4rem;
    }
    
}








/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: var(--s2);
	background:#f7f7f7;
}
.sec01 .column-small {
    padding-top: 0;
	border:none;
}
.sec04 .column-small {
    padding-top: 0;
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}





.img-title-area {
	display: flex;
    background-color: #CFE231;
	align-items: center;
}
.img-title-image {
	width: 30%;
	padding:1.25rem;
}
.img-title-image img {
	width: 100%;
}
.img-title {
	width: 70%;
	padding: var(--s2) var(--s2) var(--s2) 0;
	color: #fff;
	line-height: 1.3;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color:#000;
	letter-spacing:2px;
}
.img-title-sub {
	margin-bottom: .8rem;
	padding: 5px;
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	display: inline-block;
	background:#000;
	margin-right:0.25rem;
}
.img-title-small {
	font-size: 1.4rem;
}



.sec01 .title-catch {
	font-size: 2.8rem;
	padding: 3rem 1rem;
}
.title-catch {
	padding: 4rem 1rem 0;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	border-bottom: 1px #000;
	color: #AA3E3E;
}
.title-catch-2 {
	margin:2.5rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	color: #AA3E3E;
}
.title-catch span {
	font-size: 1.6rem;
	color: #000;
}
.title-catch2 {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background:#000;
	padding:0.5rem;
}
.title-catch-eria {
	background:#f2f2e9;
	padding:3rem;
	margin-top:6rem;
}
.title-catch-eria .section-title05{
	margin-top:0;
}










.thb-listbox-bg-colored {
    padding-top: 1rem;
}
.thb-listbox-area {
    padding: 4rem var(--s2) var(--s2) var(--s2);
    background-color:#f2f2e9;
    position: relative;
}
.thb-listbox-area .sec01-k{
    background: #fff;
    text-align: center;
}
.thb-listbox-area .sec01-k img{
    max-height: 182px;
    width: auto;
}
.sec01 .thb-listbox-area .caption{
    margin-top:0;
}
.thb-listbox-title {
    margin-top: -5.5rem;
    padding: 0.5rem;
    color: #fff;
    background-color: #292f33;
    font-weight: bold;
    text-align: center;
	max-width:60%;
	margin-left:auto;
	margin-right:auto;
}
.thb-listbox-subtitle {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #AA3E3E;
}
.thb-listbox-list {
    width: 100%;
    padding-left: 3rem;
}
.thb-listbox-list li {
    padding: var(--s1);
    line-height: 1.5;
    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;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .thb-listbox-area {
        padding: var(--s5) var(--s2) var(--s2) var(--s2);
    }
    .thb-listbox-area .sec01-k img{
    }
    .sec01 .thb-listbox-area .caption{
    margin-top:0;
    }
    .thb-listbox-list li {
        font-size: 1.4rem;
    }
    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        width: 50%;
        margin: -5rem auto 0 auto;
        padding: var(--s1);
        font-size: 1.6rem;
        text-align: center;
    }
	.img-title-image img {
	width: 100%;
    }
	.img-title-sub {
	font-size: 2.3rem;
	margin-bottom: 0.5rem;
    }
	.img-title{
	font-size: 2.2rem;
	padding-left:0;
    }
	.title-catch {
	font-size: 2.4rem;
    }
	.sec01 .title-catch {
	font-size: 2.4rem;
    }
	.thb-listbox-subtitle {
	font-size: 2.1rem;
    }
	.sec01 .column-small {
    margin-bottom:2.5rem;
    }
	.title-catch2 {
	font-size: 2rem;
    }
	.title-catch-eria {
	padding:var(--s2);
    }
	.title-catch-2 {
	font-size: 2.1rem;
    }
}













.m-title01 {
	padding: var(--s1);
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color:#000;
	background:#e2ee6f;
}













.section-title05 {
    width: 100%;
    margin-top: 6rem;
	margin-bottom:3rem;
    padding: var(--s1) var(--s12);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
	color:#000;
    background: #e1f078;
    background-size: cover;
}
.section-title05::before {
    content: "";
    width: 10rem;
    height: 3px;
    border-radius: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 3rem;
    left: -3rem;
    z-index: 3;
    transform: rotate( -45deg );
}
.section-title05::after {
    content: "";
    width: 10rem;
    height: 3px;
    border-radius: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 3rem;
    right: -3rem;
    z-index: 3;
    transform: rotate( -45deg );
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title05 {
        padding: var(--s2);
        font-size: 2.1rem;
    }
    
    .section-title05::before {
        top: 1rem;
        width: 6rem;
        left: -2rem;
    }
    .section-title05::after {
        bottom: 1rem;
        width: 6rem;
        right: -2rem;
    }
}








.section-title04 {
    margin-top: 0;
    margin-bottom: 8rem;	
    font-size: 4.8rem;
    font-weight: 900;
    text-align: center;
    position: relative;
    color: #000;
	line-height:1.5;
}
.section-title04 a{
	text-decoration:none;
	background: url(./img/arrow-02-right.svg) no-repeat center right / auto .5em;
    display: inline-block;
    padding: 0 5rem;
}
.section-title04 a:hover{
	opacity:0.6;
}
.section-title04-p{
	line-height:2;
	margin-bottom:2rem;
}
.sec01 .section-title04 {
    color: #eaff39;
}
.sec01 .section-title04 span{
	color: #fff;
}
.sec01 .section-title04::after {
    background-color: rgba(255, 255, 255, 0.5);
}
.section-title04::after {
    content: "";
    width: 10rem;
    height: 3px;
    background-color: #AA3E3E;
    transform: translateX(-50%);
    position: absolute;
    bottom: -2.6rem;
    left: 50%;
}
@media screen and (max-width: 767px) {
    .section-title04 {
        font-size: 2.4rem;
		margin-bottom:6rem;
    }
	.section-title04 a{
        display: block;
        padding: 0 2rem;
    }
}











.onb-icon-title-frame {
	padding: var(--s4);
	background-color: #CFE231;
	position: relative;
}
.onb-icon-title-icon {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -4rem;
	left: 3rem;
}
.onb-icon-title-icon img {
	width: 100%;
}
.onb-icon-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color:#000;
	line-height:1.25;
}
.onb-icon-title .big {
	border-bottom: 1px solid #AA3E3E;
	width: fit-content;
	margin: 0 auto;
	font-size:3.4rem;
}
.onb-icon-title small {
	font-size: 20px;
	border: none;
}
.onb-icon-title-catch {
	margin-bottom: .8rem;
	font-size: 4rem;
	display: inline-block;
	line-height: 1.5;
	background:#000;
	padding:0 1rem;
	margin-right:0.5rem;
	color:#fff;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-icon-title-frame {
		padding: var(--s3) var(--s2) var(--s2);
	}
	.onb-icon-title {
		font-size: 2.2rem;
		letter-spacing:0;
	}
	.onb-icon-title small {
		font-size: 1.6rem;
	}
	.onb-icon-title-catch {
		font-size: 2.3rem;
	}
	.onb-icon-title-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		top: -2rem;
		left: -0.8rem;
	}
}







/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: 0 var(--s4) var(--s4);
	background:#fff;
}
.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
    }
    .sec03 .column-medium {
        padding-top:0;
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}








.onb-iconbox02-frame {
}
.onb-iconbox02-catch {
	padding: 0 var(--s2) var(--s2) 0;
	color: #AA3E3E;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #000;
	text-align:center;
}
.onb-iconbox02-caption {
	text-align-last: left;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-iconbox02-frame {
    }
    .onb-iconbox02-catch {
	font-size: 2rem;
    }
}















.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 5rem;
    height: 5rem;
}
.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover {
    opacity: .6;
}
.slider .swiper-button-next::after,
.slider .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;
}
.slider .swiper-button-prev::after,
.slider .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;
}
/*---------------------------------------------
    sp base settings
*/
@media screen and (max-width: 767px) {
    .slider .swiper-button-next,
    .slider .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 18.5%;
    }
}
















.onb-casebox-01-frame {
	margin-top: 2rem;
	padding: var(--s8) var(--s8) var(--s4);
	position: relative;
	background-color:#f0f0f0;
}
.onb-casebox-01-sub {
	padding: 1rem;
	background-color: #000;
	color: #fff;
	font-size: 2.8rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
	width:100%;
	font-weight:bold;
	text-align:center;
}
.l-onb-casebox-01 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.l-onb-casebox-01__side {
	width: 100%;
	text-align:center;
}
.l-onb-casebox-01__side img{
	padding:1rem;
	background:#fff;
}
.l-onb-casebox-01__main {
	width: 100%;
}
.onb-casebox-01-table {
	width: 100%;
	border: 1px solid #EEE;
	border-collapse: collapse;
}
.onb-casebox-01-table th {
	font-weight: normal;
	text-align-last: left;
	background-color: #E5E5DA;
}
.onb-casebox-01-table td {
	background-color: #FFF;
}
.onb-casebox-01-table th,
.onb-casebox-01-table td {
	border: 1px solid #eee;
	padding: var(--s1) var(--s2);
}
.onb-casebox-01-catch {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
}
.onb-casebox-01-caption {
}
.column-medium {
	border: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-onb-casebox-01 {
		flex-direction: column;
	}
	.sec03 table{
		font-size:1.4rem;
	}
	.sec03 table th{
		width:110px;
	}
	.l-onb-casebox-01__side,
	.l-onb-casebox-01__main {
		width: 100%;
	}
	.l-onb-casebox-01__side {
		text-align: center;
	}
	.onb-casebox-01-frame {
	padding: var(--s6) var(--s2) var(--s4);
	}
	.onb-casebox-01-sub {
	width:100%;
	font-size:2rem;
    padding: 1rem 4rem;
	}
	.l-onb-casebox-01__side img{
	max-height: 250px;
    width: auto;
	}
}











.onb-conclusion-box-frame {
}
.onb-conclusion-box-ttl {
	position: relative;
}
.onb-conclusion-box-ttl__icon {
	width: 12rem;
	height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #786407;
	position: absolute;
	left: -5.2rem;
	bottom: 0;
}
.onb-conclusion-box-ttl__icon::before {
	content: "";
	position: absolute;
	width: 12rem;
	height: 12rem;
	top: 10px;
    right: -10px;
	border-bottom: 2px solid #786407;
    border-right: 2px solid #786407;
}
.onb-conclusion-box-ttl__icon span {
	color: #fff;
	font-size: 2.1;
}
.onb-conclusion-box-ttl__text {
	padding-top: var(--s1);
	padding-bottom: var(--s1);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #AA3E3E;
	text-align:center;
	margin-bottom:1rem;
	border-bottom:1px solid;
}
.onb-conclusion-floatimg {
	text-align: center;
}
.l-onb-conclusion-img {
	width: 20%;
	text-align: center;
}
.l-onb-conclusion-img img {
	max-width: 100%;
}
.onb-onb-conclusion-box-imgcap {
	margin-top: var(--s1);
	text-align: center;
	font-size: 1.2rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-conclusion-box-ttl__icon {
		width: 7rem;
		height: 7rem;
		transform: translateY(-50%);
		top: 7%;
		left: -4rem;
		bottom: inherit;
	}
	.onb-conclusion-box-ttl__text {
		font-size:2rem;
	}
	.l-onb-conclusion-img {
		width: 36%;
	}
	.onb-conclusion-box-ttl__icon::before {
		width: 7rem;
		height: 7rem;
		top: 5px;
		right: -7px;
	}
}










.arrow-title {
	margin-bottom: 2.3rem;
	padding: var(--s2);
	font-size: 2.2rem;
	font-weight: 700;
	background-color:#e2ee6f;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.arrow-title a{
	text-decoration:none;
	background: url(./img/arrow-02-right.svg) no-repeat center right / auto .5em;
    display: block;
    padding-right:2rem;
	padding-left:2rem;
}
.sec04 .arrow-title {
	min-height: 98px;
    align-items: center;
    display: flex;
}
.sec04 .arrow-title a{
	width:100%;
}
.arrow-title a:hover{
	opacity:0.6;
}
.arrow-title-sub {
	padding: var(--s1);
	margin-bottom: .8rem;
	background-color: var(--site-color08);
	font-size: 1.4rem;
	line-height: 1.5;
	display: inline-block;
}
.arrow-title-small {
	font-size: 1.4rem;
}









/*------------------------------------------
    2box column settings
*/
.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
	.sec04 .arrow-title {
	font-size: 2.1rem;
	min-height:unset;
    }
}
















.twb-arrow-title {
	margin-bottom: 2.8rem;
	padding: var(--s2);
	font-size: 2.2rem;
	font-weight: 700;
	background-color: #e2ee6f;
	color: #fff;
	text-align: left;
	line-height: 1.5;
	position: relative;
	min-height:101px;
	display:flex;
	align-items:center;
	text-align:center;
}
.twb-arrow-title a{
	text-decoration:none;
	background: url(./img/arrow-02-right.svg) no-repeat center right / auto .5em;
    display: block;
    padding-right:2rem;
    padding-left:2rem;
	width:100%;
}
.twb-arrow-title a:hover{
	opacity:0.6;
}
.twb-arrow-title-sub {
	padding: var(--s1);
	margin-bottom: .8rem;
	background-color: var(--site-color08);
	font-size: 1.4rem;
	line-height: 1.5;
	display: inline-block;
}
.twb-arrow-title-small {
	font-size: 1.4rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .twb-arrow-title {
	font-size: 2.2rem;
	}
}





.acc-more-btn {
    max-width: 46rem;
    width: 100%;
    margin: var(--s5) auto;
    padding: 2.4rem 6rem 2.4rem 6rem;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
    background: #fff;
    border-radius: 100rem;
    color: var(--site-color03);
    font-weight: bold;
}
.acc-more-btn::before {
    content: "";
    width: 2rem;
    height: .2rem;
    background: var(--site-color03);
    ;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
}
.acc-more-btn::after {
    content: "";
    width: .2rem;
    height: 2rem;
    background: var(--site-color03);
    ;
    position: absolute;
    top: 50%;
    right: 3.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.acc-more-btn:hover {
    opacity: 0.6;
}
.acc-more-btn.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}
.more-content {
    display: none;
}
@media screen and (max-width: 767px) {
/*---------------------------------------------
    sp base settings
*/
    .acc-more-btn {
        width: 85%;
    }
}










.onb-com-box01-r-frame {
	padding: var(--s4);
	background-color: var(--site-color10);
	margin-bottom:3rem;
}
.l-onb-com-box01-r {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.l-onb-com-box01-r__side {
	width: calc((100% - var(--s3))*.3);
}
.l-onb-com-box01-r__side img {
	max-width: 100%;
}
.l-onb-com-box01-r__main {
	width: calc((100% - var(--s3))*.7);
}
.onb-com-box01-r-catch {
	margin-bottom: var(--s2);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	background:#CFE231;
	padding: 0.5rem 1rem;
}
.onb-com-box01-r-catch a{
	color: #fff;
	text-decoration:none;
}
.onb-com-box01-r-imgcap {
	margin-top: var(--s1);
	text-align: center;
	font-size: 1.2rem;
}
.onb-com-box01-r-caption {
	text-align-last: left;
}
/*------------------------------------------------------------
    SP settings
*/
@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;
	}
	.onb-com-box01-r-imgcap {
		font-size: 1rem;
	}
}













.conclusion-box-frame {
    margin-top: 8rem;
    padding: var(--s2) var(--s4) var(--s2) var(--s4);
    background: url(./img/matome.png) no-repeat top center;
    background-size: cover;
	background: #f6facd;
}
.conclusion-box-frame__wrapper {
    max-width: 86rem;
    margin: 0 auto;
}
.conclusion-box-ttl {
    position: relative;
}
.conclusion-box-ttl__icon {
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ad4041;
    position: absolute;
    left: -8.5rem;
    top:-5.5rem;
    font-size: 24px;
	border-radius:100rem;
	color:#fff;
}
.conclusion-box-ttl__icon span {
    color: #fff;
    font-size: 2rem;
	font-weight:bold;
}
.conclusion-box-ttl__text {
    padding-top: var(--s2);
    padding-bottom: var(--s4);
    margin-left: 9rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ad4041;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .conclusion-box-ttl__icon {
        width: 8rem;
        height: 8rem;
        transform: translateY(-50%);
        top: -.8rem;
        left: -4rem;
        bottom: inherit;
        font-size: 18px;
    }
    .conclusion-box-ttl__text {
        margin-left: 0;
        padding-left: 6rem;
        padding-top: var(--s1);
        padding-bottom: var(--s2);
        font-size: 2rem;
    }
    .l-onb-conclusion-img {
        width: 36%;
    }
}









.onb-com-box01-l-frame {
	padding: 3rem;
	background-color: var(--site-color10);
	margin-bottom:2rem;
}
.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))*.3);
	display:flex;
	align-items:center;
}
.l-onb-com-box01-l__side img {
	max-width: 100%;
}
.l-onb-com-box01-l__main {
	width: calc((100% - var(--s3))*.7);
}
.onb-com-box01-l-imgcap {
	margin-top: var(--s1);
	text-align: center;
	font-size: 1.2rem;
}
.onb-com-box01-l-catch {
	margin-bottom: var(--s2);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
}
.onb-com-box01-l-catch span{
	margin-bottom: var(--s2);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	background-color: #e2ee6f;
	padding: 0 0.5rem;
    margin-right: 0.5rem;
}
.onb-com-box01-l-catch a{
	color:#000;
	text-decoration:none;
	background: url(./img/arrow-02-right.svg) no-repeat center right / auto .5em;
    display: inline-block;
    padding-right: 3rem;
}
.onb-com-box01-l-catch a:hover{
	opacity:0.6;
}
.onb-com-box01-l-caption {
	text-align: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-onb-com-box01-l {
		display: flow-root;
	}
	.l-onb-com-box01-l__side {
		width: 100%;
		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: 2.1rem;
	}
	.onb-com-box01-l-imgcap {
		font-size: 1rem;
	}
	.onb-com-box01-l-catch span{
		font-size: 2.3rem;
	}
	.onb-com-box01-l-frame {
	padding: 2rem;
	}
}














.pc-fix-banner01 {
    width: 20rem;
    background-color: #000;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
	border-left:1px solid #000;
	border-top:1px solid #000;
}
.pc-fix-banner01 a {
    color: #000;
    text-decoration: none;
    display: block;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}
.pc-fix-banner01-text {
    padding: var(--s2) var(--s1);
    color: #e8ff51;
    position: relative;
	font-weight:bold;
}
.pc-fix-banner01-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: .5rem solid transparent;
    border-left: .5rem solid transparent;
    border-right: .5rem solid #fff;
    border-bottom: .5rem solid #fff;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}
.pc-fix-banner01-text p {
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
	line-height:1.6;
}
.pc-fix-banner01-text p.text-small {
    font-size: 1.6rem;
    line-height: 1.5;
	margin-bottom:.5rem;
}
.pc-fix-banner01-text p.text-small span{
    background:#fff;
	color:#000;
	padding:0 .5rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .pc-fix-banner01 {
        display: none;
		left:0;
		width:18rem;
    }
	.pc-fix-banner01-img {
        display: none;
    }
	.pc-fix-banner01-text{
        padding:var(--s1);
    }
}














.onb-iconbox03-frame {
	padding:var(--s3) var(--s2) var(--s2);
	background-color:#fff;
	position: relative;
}
.onb-iconbox03-frame p {
	font-size: 1.6rem;
}
.onb-iconbox03-sub {
	text-align: center;
	position: absolute;
    right: 0;
    left: 0;
    top: -15px;
}
.onb-iconbox03-sub span {
	padding: var(--s1) var(--s2);
	display: inline-block;
	background-color: var(--site-color12);
	border: 1px solid var(--site-color05);
	color: var(--site-color10);
	font-family: var(--sub-font);
}
.onb-iconbox03-img {
	padding-left: var(--s4);
	padding-right: var(--s4);
	padding-top: var(--s2);
}
.onb-iconbox03-catch {
	padding-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #999;
	text-align:center;
}
.onb-iconbox03-caption {
	text-align-last: left;
}
.column-medium {
	border: none;
}
@media screen and (max-width: 767px) {
	.onb-iconbox03-frame {
		margin-top: 2rem;
		padding-top:2rem;
	}
	.onb-iconbox03-catch {
	font-size: 1.8rem;
	}
}









.thb-table {
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #999999;
	font-size:1.4rem;
	word-break:break-all;
	min-height:178px;
}
.thb-table th,
.thb-table td {
	padding: var(--s1);
	border: 1px solid #999999;
}
.thb-table th {
	width: 30%;
	background-color: #f2f2e9;
	text-align: center;
}
.thb-table td {
	text-align: left;
}





















.main-visual {
    display: flex;
    min-height: 730px;
    background: url(./img/za-nac-00000913.png) no-repeat right;
    background-size: contain;   
}

.main-visual__content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-visual__logo {
    position: absolute;
    left: 0;
    top: 0;
	max-width: 200px;
    padding: 1rem;
}

.main-visual__logo img {
    background: #ffffff;
}

.main-visual__heading-lg {
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 30px;
    white-space: nowrap;
    letter-spacing: 5px;
    -webkit-text-stroke: 6px #fff;
    paint-order: stroke fill;
}

.main-visual__heading-lg .highlight {
    background-color: black;
    color: #eaff39;
    padding: 0 10px;
    font-size: 6rem;
    margin-right: .5rem;
    -webkit-text-stroke: 0;
    paint-order: normal;
}

.main-visual__text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    max-width: 660px;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.main-visual__text .red-text {
    color: red;
    font-weight: bold;
}

.main-visual__image {
    flex: 1;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 1700px) {
    .main-visual {
        background-position: 90%;
    }
    .main-visual__content {
        padding-left: 10%;
    }
}

@media screen and (max-width: 1500px) {
    .main-visual {
        background: url(./img/za-nac-00000913-2.png) no-repeat right;
    }
}

/* SP表示用CSS (メディアクエリ) */
@media screen and (max-width: 767px) {
    .main-visual {
        flex-direction: column;
        height: auto;
        max-height: none;
        background: url(./img/za-nac-00000913.png) no-repeat center top 5%;
        background-size: 90%;
        min-height: unset;
    }
    
    .main-visual__content {
        flex: none; /* Flex指定を解除 */
        padding: 45px 1rem 0;
    }
    
    .main-visual__logo {
        margin-bottom: 57.5vw;
        position: unset;
    }
    
    .main-visual__heading-lg {
        font-size: 6vw;
        margin-bottom: 20px;
        letter-spacing: 0;
        white-space: normal;
    }
    
    .main-visual__heading-lg .highlight {
        font-size: 7.5vw;
		padding:1px 10px;
		margin-left:.3rem;
		margin-right:.3rem;
    }
    
    .main-visual__text {
        font-size: 1.6rem;
        padding: 0;
        margin-bottom: 4rem;
    }
    
    .header-area-upper {
        padding: var(--s1) var(--s1) var(--s1) var(--s4);
        background: #fff;
        left: 0;
        text-align: left;
    }
	.header-area--top .header-area-upper {
    }
	.thb-table {
	min-height:unset;
    }
	.main-visual__logo img {
    padding:0.5rem;
    }
}









/* スライダー自体の基準位置を設定 */
.slider {
  position: relative;
}

/* ページネーション（1/5の部分）のデザインと配置 */
.slider-container .swiper-pagination-fraction {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  left: auto;
  width: auto;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1.0);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}

.sec03 .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
}
.sec03 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
}

@media screen and (max-width: 767px) {
	.slider-container .swiper-pagination-fraction {
  		top: 0;
  		right: 0;
  		background-color: rgba(255, 255, 255, 1.0);
  		padding: 5px;
  		font-size: 12px;
	}
}