@charset "utf-8";
.header-area-upper {
	padding: 0 var(--s1) var(--s1);
	text-align: right;
}
.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #333;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.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-page .gnavi-ctrl {
	opacity: 1;
	visibility: visible;
}
.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: #333;
	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: var(--s3) auto 0;
	padding: var(--s2);
	background: #333;
	display: block;
	text-align: center;
}
.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;
	width: 65%;
	margin-bottom: var(--s2);
}
.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(--s4) 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);
}


/*------------------------------------------------------------
    toc
*/
.onb-index02-frame {
    width: 100%;
}
.onb-index02-wrap {
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background-color: #F2F2F2;
    position: relative;
    border-radius: 15px;
}
.onb-index02-title {
    padding: var(--s3) var(--s2) var(--s2) var(--s4);
    color: var(--site-color08);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.onb-index02-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    font-weight: 700;
    counter-reset: number 0;
}
#toc ul.onb-index02-chapter li {
    position: relative;
}
#toc ul.onb-index02-chapter li:not(.onb-index02-chapter-h-three)::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    color: var(--site-color03);
    position: absolute;
    top: 8px;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
    padding: var(--s1) 0;
}
#toc ul li.onb-index02-chapter-h a {
    display: block;
    text-decoration: none;
}

#toc ul li.onb-index02-chapter-h a:hover{
    opacity:0.6;
}

#toc ul li.onb-index02-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-two::before,
#toc ul li.onb-index02-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h-three::before {
    content: "└";
}
/*----------------------------------------------
    more content settings
*/
#toc.l-stack-small {
    margin-top: 1.4rem;
    height: auto;
    overflow: hidden;
    transition: max-height 1s;
    border-top: 2px solid #fff;
    position: relative;
}

.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 5;
}
.onb-index02-btn span {
    width: 100%;
    margin: var(--s2) auto;
    padding: 2rem 6rem 2rem 3rem;
    border-radius: 1rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    font-weight: 700;
    z-index: 1;
}
.onb-index02-btn::after {
    content: '';
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: linear-gradient(to right, #1d1d1d33, #00204933);
    box-sizing: border-box;
    position: absolute;
    left: -3px;
    bottom: -3px;
    z-index: -1;
    border-radius: 1.3rem;
}
.onb-index02-btn:hover span {    background: url('./img/acc-off.svg') no-repeat 95% center #EFEFEF;}

.onb-index02-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}



/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    #toc .onb-index02-chapter {
        padding-left: var(--s4);
    }    
    .onb-index02-btn:hover span {
        transform: none;
    }
    	.onb-index02-wrap .onb-index02-title {
	    padding: var(--s2) var(--s2) 0;
		font-size: 2.0rem;
	}
	.onb-index02-frame .onb-index02-wrap {
  padding: var(--s1) var(--s1) var(--s4);
}
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: var(--site-color02);
    position: relative;
    border-radius: 1rem;
}
.related-article01-title {
    padding: var(--s3) var(--s2) var(--s3) var(--s2);
    color: var(--site-color08);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    background-size: 5rem auto;
    position: relative;
    border-bottom: 2px solid #DDDDDD;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0;
    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: var(--site-color03);
    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: 0px;
    left: 0;
    padding: 2rem 0;
}


.related-article01-more.is-closed {
    display: none;
}

.related-article01-btn {
    background: #a5afc1;
    border-radius: 100px;
    padding: 1rem 5rem 1rem 2rem;
    position: relative;
    color: #fff;
}

  .related-article01-btn::before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}
.related-article01-btn::after {
    content: "";
    width: .2rem;
    height: 1.8rem;
    background: #fff;
    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: var(--s2) 0 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
	.related-article01-title {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}
}

.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08,
.sec09,
.sec10,
.sec11,
.sec12 {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

.sec01 {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.section-title02-frame {
    margin-top: 3rem;
    text-align: center;
    position: relative;
}
.section-title02 {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
}
.section-title02-sub {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color13);
    text-align: center;
    position: absolute;
    top: -1.5em;
    left: 0;
}
.section-title02 a {
    display: block;
    width: 100%;
    background: url(img/arrow-01-bk-right.svg) no-repeat right center;
    background-size: 12px;
    position: relative;
    padding-right: 2rem;
    color: inherit;
    text-decoration: none;
}

.section-title02 a:hover{
    opacity:.6;
}


.sec03 .caption{

}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title02 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
}


.sec05 .l-grid-two .column-medium {
    padding: var(--s4);
    box-shadow: none;
    background-color: #EFEFEF;
}

.sec05 .l-grid-two .twb-m-title01:not(:has(a)){
    display: block;
    padding: 0 1rem;
}

.sec05 .l-grid-two .column-medium .img-box{
    text-align:center;
    overflow: hidden;
}

.sec05 .l-grid-two .column-medium .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec05 .l-grid-two .column-medium p{
    line-height: 1.7;
    text-align: left;
}
.text-area {
    line-height: 2;
}
.summary-box {
    padding: 0 0 var(--s4);
    background: #EFEFEF;
    border-radius: 1rem;
}
.summary-box-frame {
    margin: var(--s2) var(--s8) var(--s4);
    padding: var(--s4) var(--s2);
    background-color: #fff;
    border-radius: 1rem;
}
.summary-box-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    text-align: center;
}
.summary-box-l {
    padding: var(--s4) var(--s4) var(--s2) var(--s4);
    display: grid;
    grid-auto-rows: minmax(10px, auto) 1fr;
    grid-template-areas:
        "catch img"
        "content img";
}
.summary-box-l-catch {
    padding: var(--s2) var(--s1) var(--s4) var(--s12);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--site-color08);
    line-height: 1.5;
    background: url('./img/icon-summary01.svg') no-repeat top -1rem left / auto 2em;
    background-size: 9rem 9rem;
    grid-area: catch;
}
.summary-box-l-img {
    padding-left: var(--s4);
    grid-area: img;
}
.summary-box-l-content {
    grid-area: content;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .text-area {
        font-size: 1.4rem;
    }
    .summary-box-l {
        padding: var(--s2);
        display: block;
    }
    .summary-box-l-catch {
        margin-bottom: var(--s2);
        font-size: 2.2rem;
        background: url(./img/icon-summary01.svg) no-repeat center left / auto 2em;
        background-size: 6rem 6rem;
        padding: var(--s2) var(--s1) 0 var(--s8);
        line-height: 1.3;
    }
    .summary-box-l-img {
        padding-left: 0;
        margin-bottom: var(--s2);
    }
}

.text-area {
    line-height: 2;
}
.summary-box-r {
    padding: var(--s4);
    display: grid;
    grid-auto-rows: minmax(10px, auto) 1fr;
    grid-template-areas:
        "img catch"
        "img content";
}
.summary-box-r-catch {
    padding: var(--s2) var(--s1) var(--s4) var(--s12);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--site-color08);
    line-height: 1.5;
    background: url('./img/icon-summary02.svg') no-repeat top -1rem left / auto 2em;
    background-size: 9rem 9rem;
    grid-area: catch;
}
.summary-box-r-img {
    padding-right: var(--s4);
    grid-area: img;
}
.summary-box-r-content {
    grid-area: content;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .text-area {
        font-size: 1.4rem;
    }
    .summary-box-r {
        padding: var(--s2);
        display: block;
    }
    .summary-box-r-catch {
        margin-bottom: var(--s2);
        font-size: 2.2rem;
        background: url(./img/icon-summary02.svg) no-repeat center left / auto 2em;
        background-size: 7rem 7rem;
        padding: var(--s2) var(--s1) 0 var(--s12);
        line-height: 1.3;
    }
    .summary-box-r-img {
        padding-right: 0;
        margin-bottom: var(--s2);
    }
}

/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: var(--s4);
}
.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);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}

.arrow {
    text-align: center;
}

.conclusion-area {
    padding: var(--s6);
    background: url('./img/dblue-bg.svg') repeat-y right top var(--site-color10);
    background-size: cover;
    border-radius: 1rem;
}
.conclusion-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.conclusion-title-deco {
    position: relative;
    line-height: 1.5;
}
.conclusion-box {
    padding: var(--s2) var(--s4);
}
.conclusion-box__wht {
    color: #fff;
    line-height: 2;
}
.conclusion-catch {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.conclusion-catch span {
    border-bottom: 6px solid var(--site-color04);
}
.conclusion-btn-area {
    z-index: 5;
}
.btn-conclusion {
    margin: 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .conclusion-area {
        padding: var(--s3) var(--s2);
        background-size: 70% auto;
        line-height: 1.1;
    }
    .conclusion-title {
        font-size: 2.2rem;
    }
    .conclusion-box {
        padding: var(--s2);
    }
    .conclusion-catch {
        font-size: 1.8rem;
        line-height: 2;
    }
    .btn-conclusion {
        width: 80%;
    }
}

.icon-txt-head {
  margin-top: var(--s7);
  margin-bottom: var(--s3);
  margin-left: var(--s4);
  padding: var(--s2) var(--s2) var(--s2) var(--s12);
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  background-color: var(--site-color02);
  position: relative;
  counter-increment: icon-counter;
  border-radius: 5px;
}

.sec02 .icon-txt-head {
    margin-top: var(--s4);
}

.icon-txt-head::before {
  content: "";
  width: 10.8rem;
  height: 10.8rem;
  padding-bottom: 2.0rem;
  background: url("./img/icon-head-bg.png") no-repeat top center / contain;
  background-size: contain;
  box-sizing: border-box;
  border-radius: 6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.4rem;
  color: #fff;
  position: absolute;
  left: -4rem;
  top: -2.1rem;
}
.icon-txt-head::after {
  content: "POINT";
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 43%;
  left: -1.6rem;
  transform: translateY(-50%);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .icon-txt-head {
    margin-left: var(--s2);
    margin-top: var(--s2);
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .icon-txt-head::before {
    width: 6rem;
    height: 6rem;
    padding-bottom: 0;
    left: -1.6rem;
    font-size: 2.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .icon-txt-head::after {
    font-size: 1.1rem;
    top: 49%;
    transform: translateY(-50%);
    left: -0.4rem;
  }
}
 

.section-title07-frame {
    margin-top: 5rem;
    position: relative;
    line-height: 1.3;
}
.section-title07-frame::before {
    content: "Details";
    width: 100%;
    font-size: 6rem;
    font-weight: 700;
    color:#efefef;
    text-align: center;
    position: absolute;
    top: -7rem;
    left: 0;
}

.sec03 .section-title07-frame::before {
    display:none;
}

.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12) 0;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
    font-size: 3.6rem;
}

.sec03 .section-title07{
    color:#fff;
}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title07-frame {
        background-color: transparent;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 2.6rem;
        top: -3rem;
    }
    .section-title07 {
        padding: var(--s2) var(--s2) 0 var(--s2);
        font-size: 2.4rem;
    }
}

/*------------------------------------------
    3box column settings
*/
.arrow-title {
    margin-bottom: 3.1rem;
    padding: var(--s2) var(--s2);
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color08);
    background-color: var(--site-color02);
    text-align: center;
    line-height: 1.3;
    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-color02);
    border-bottom: 1.5rem solid var(--site-color02);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -1.3rem;
}
.arrow-title-sub {
    padding: 2px 6px;
    font-size: 2.4rem;
    color: var(--site-color03);
    line-height: 1.2;
    display: inline-block;
}

.m-title02 {
    padding: var(--s2);
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    background-color: var(--site-color03);
}
.com-box-frame {
    /* border: 1px solid var(--site-color11); */
}
.com-box-title {
    padding: var(--s1);
    background-color: #021F56;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin: 1rem 6rem 0;
    border-radius: 5px;
}

.sec03 .com-box-title{
    padding: 0.1rem var(--s2) 0.3rem;
    width: 90%;
    margin: 1rem auto;
}
.com-box-area {
    padding: 0.6rem 0 var(--s2);
    display: flow-root;
}
.sec03 .com-box-area {
    padding: 0.6rem var(--s1) var(--s2);
}
.com-box-area p{
    line-height: 1.7;
}

 p.read-wh{
    line-height: 1.7;
     color:#fff;
}


.com-box-img {
    width: 8.2rem;
    margin-right: var(--s2);
    margin-bottom: var(--s2);
    float: left;
}
.com-box-img span {
    margin-top: var(--s1);
    display: block;
    font-size: 1.2rem;
    text-align: center;
}
.com-box-catch {
    margin-bottom: var(--s2);
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}

.recommend_btn {
    margin-bottom: 1rem;
    width: 100%;
}
.recommend_btn .btn-web, .recommend_btn .btn-ancher {
    margin: 2rem auto;
}

.right-img-box {
    display: flow-root;
}
.right-img {
    width: 40%;
    margin-left: var(--s3);
    padding-bottom: var(--s1);
    float: right;
}
.right-img-catch {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .right-img {
        width: 100%;
        margin-left: 0;
        padding-bottom: var(--s2);
        float: inherit;
        text-align: center;
    }
}

.onb-m-title6 {
    margin-top: 2rem;
    padding: var(--s2);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    text-align: center;
    background-color: var(--site-color09);
    position: relative;
    border-radius: 1rem;
}
 
/*------------------------------------------
    2box column settings
*/
.column-medium {
    padding: var(--s4);

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

    .sec04 .l-grid-two .column-medium .twb-box-full{
        width:100%;
        margin:0 auto;
    }
    
}

.twb-com-box-frame {
    border: 2px solid #dddddd;
}

.sec04 .twb-com-box-frame{
    border-top:0;
}

.twb-com-box-title {
    padding: var(--s3) var(--s4) var(--s3);
    border-top: 1rem solid var(--site-color03);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--site-color08);
    line-height: 1.5;
}
.twb-com-box-area {
    padding: 0 var(--s4) var(--s2);
    display: flow-root;
}
.twb-com-box-img {
    width: 11.2rem;
    margin-right: var(--s2);
    margin-bottom: var(--s2);
    float: left;
}
.twb-com-box-img span {
    margin-top: var(--s1);
    display: block;
    font-size: 1.2rem;
    text-align: center;
}
.twb-com-box-catch {
    margin-bottom: var(--s2);
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}

.sec04 .com-box04-frame-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
}

.com-box04-frame {
    padding: var(--s4) var(--s4) var(--s3);
    background: var(--site-color09);
    position: relative;
    border-radius: 1rem;
}

.com-box04-frame.after{
    background:#F8EFE9;
}

.sec04 .com-box04-frame{
    width: 45%;
    border-radius: 0;
}

.sec04 .com-box04-frame.before .com-box04-sub {
    background: #707070;
}

.com-box04-sub {
    padding: var(--s1) var(--s3);
    background-color: var(--site-color03);
    color: #fff;
    font-size: 2.1rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
    font-weight: bold;
    border-radius: 5px;
}

.com-box04-sub{
    padding: 0 var(--s3);
}

.com-box04-frame-after {
    margin-top: 3rem;
}
.com-box04-sub-after {
    background-color: var(--site-color03);
}
.com-box04-title {
    margin: var(--s2) var(--s3) var(--s3);
    color: var(--site-color08);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.sec04 .com-box04-title{
    font-size:2rem;
    margin: var(--s2) 0 var(--s3);
}

.com-box04-area {
    display: flex;
    gap: var(--s4);
}

.com-box04-text .caption {
    color: var(--site-color13);
}
.com-box04-img {
    width: calc((100% - var(--s4))*.2);
    text-align: center;
}
.com-box04-img span {
    margin-top: var(--s1);
    display: block;
    font-size: 1.2rem;
    text-align: center;
}
.com-box04-catch {
    margin-bottom: var(--s2);
    color: var(--site-color03);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .com-box04-frame {
        padding: var(--s2);
    }
    .com-box04-area {
        flex-direction: column;
        gap: var(--s2);
    }
    .com-box04-title {
        margin-bottom: var(--s2);
        font-size: 1.8rem;
    }
    .com-box04-img {
        width: 50%;
        margin: 0 auto;
    }
    .com-box04-text {
        width: 100%;
    }
    .com-box04-catch {
        font-size: 1.8rem;
    }
}

.twb-m-title01 {
    padding: 0 .8rem 0 .8rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.5;
}

.twb-m-title01 a{
    color: var(--site-color03);
    background: url(./img/arrow-01-bk-right.svg) no-repeat center right;
    text-decoration: none;
    background-size: 1.2rem auto;
    display: block;
    padding: 0 1rem;
}
 
.icon-title-area {
    background-color: var(--site-color01);
    position: relative;
}

.sec06 .icon-title-area{
    margin-bottom:2rem;
}

.icon-title-obj-r {
    width: 11rem;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DEDEDE;
    color: var(--site-color03);
    border-radius: 11rem;
    position: absolute;
    top: -.8rem;
    left: -.8rem;
}
.icon-title-obj-r__inner {
    text-align: center;
    font-weight: 700;
}
.icon-title-r {
    padding: 1rem;
    color: var(--site-color08);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-title-r a{
    text-decoration:none;
    background: url(./img/arrow-01-black-right.svg) no-repeat center right / auto 0.8em;
    display: block;
    padding: 0 3rem 0 0;
}

.icon-title-r a:hover{
    opacity:0.6;
}

/* sec06限定：アローをボックス右端に固定 */
.sec06 .icon-title-r {
    position: relative;
}

.sec06 .icon-title-r a {
    background: none;
    padding: 0;
}

.sec06 .icon-title-r a::after {
    content: '';
    background: url(./img/arrow-01-black-right.svg) no-repeat center / auto 0.8em;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    display: block;
}

.icon-title-small {
    font-size: 2rem;
    text-align: center;
}
 
.section-title05 {
    width: 100%;
    margin-top: 5rem;
    padding: var(--s2);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    text-align: center;
    background-color: var(--site-color09);
    position: relative;
    border-radius: 1rem;
}

.section-title05 a{
    text-decoration:none;
    background: url(./img/arrow-01-black-right.svg) no-repeat center right / auto 0.8em;
    display: inline-block;
    padding: 0 3rem;
    color: var(--site-color03);
}

.section-title05 a:hover{
    opacity:0.6;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title05 {
        padding: var(--s2);
        font-size: 2.4rem;
    }
    .sec07 .section-title05 {
        margin-top: var(--s2);
    }
}

.twb-icon-title-area {
    background-color: var(--site-color03);
    position: relative;
}
.twb-icon-title-obj-r {
    width: 11rem;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DEDEDE;
    border-radius: 11rem;
    position: absolute;
    top: -.8rem;
    left: -.8rem;
}
.twb-icon-title-obj-r__inner {
    text-align: center;
    font-weight: 700;
    color: var(--site-color03);
}
.twb-icon-title-r {
    padding: 1.6rem 1.6rem 1.6rem 12rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}
.twb-icon-title-small {
    font-size: 1.4rem;
}

.iconbox02-frame {
    padding: var(--s4);
    background-color: var(--site-color09);
}
.iconbox02-catch {
    padding: 0 var(--s1) var(--s2) var(--s5);
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    border-bottom: 1px solid var(--site-color03);
    background: url('./img/icon-gear.svg') no-repeat top left;
    background-size: 3rem auto;
}
.iconbox02-caption {
    text-align-last: left;
}
  
.section-title04 {
    margin-top: 5rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
}
.section-title04::after {
    content: "";
    width: 10rem;
    height: 6px;
    background-color: var(--site-color05);
    transform: translateX(-50%);
    position: absolute;
    bottom: -3.2rem;
    left: 50%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title04 {
        font-size: 2.8rem;
        line-height: 1.5;
    }
}

.onb-img-title-box {
    width: calc(100% + 8.4rem);
    margin-left: -4.2rem;
    text-align: center;
}
.onb-img-title-area {
    display: flex;
    background: var(--site-color10) url(img/onb-img-title-bg.png) no-repeat right top;
    align-items: end;
}
.onb-img-title-image {
    width: 20%;
    padding-left: var(--s4);
}
.onb-img-title-image img {
    margin-top: -6rem;
    width: 100%;
}
.onb-img-title {
    width: 100%;
    padding: var(--s4) var(--s2) var(--s5);
    color: #fff;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}
.onb-img-title-sub {
    padding: 0 8px 4px;
    margin-bottom: 0.8rem;
    background-color: #fff;
    font-size: 3.6rem;
    color: var(--site-color03);
    line-height: 1.7;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .onb-img-title-box {
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem;
    }
    .onb-img-title-image {
        width: 40%;
        padding-left: var(--s1);
    }
    .onb-img-title {
        font-size: 2.2rem;
    }
}   

.thb-listbox-bg-colored {
    padding-top: 2rem;
    margin: 1rem 0 2rem;
}
.thb-listbox-area {
    padding: 0 var(--s1) var(--s2) var(--s1);
    background-color: var(--site-color06);
    position: relative;
    /* margin: 0 -16px; */
}
.thb-listbox-title {
    margin: -20px 1rem 1.5rem;
    padding: var(--s1);
    color: #fff;
    background-color: #021F56;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
}
.sec03 .thb-listbox-title {
    padding: .1rem .2rem .3rem;
}

.thb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
}
.thb-listbox-list {
    width: 100%;
    padding-left: 4rem;
}
.thb-listbox-list li {
    padding: 0;
    line-height: 1.5;
    position: relative;
}

.sec03 .thb-listbox-list li {
    margin-bottom:1rem;
}

.thb-listbox-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/icon-check.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 0.3rem;
    left: -3rem;
}
.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: 0 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: 0rem auto 0 auto;
        padding: var(--s1);
        font-size: 1.6rem;
        text-align: center;
        position: relative;
        top: -1rem;
    }
    .sec03 .com-box-title {
    width: 75%;
}
.sec03 .com-box-area {
    padding: 0.6rem 1.5rem var(--s2);
}
}

h4.onb-m-title5 {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    margin-block: 4rem;
}

.twb-bg-colored {
    padding-top: 0rem;
}
.twb-listbox-area {
    /* padding: 4rem; */
    /* background-color: var(--site-color06); */
    position: relative;
}
.twb-listbox-title {
    margin-top: -5rem;
    text-align: center;
}
.twb-listbox-title span {
    padding: .8rem;
    color: #fff;
    background-color: var(--site-color03);
    display: inline-block;
}
.twb-listbox-subtitle {
    padding-block: 2rem;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--site-color03);
    border-bottom: 1px solid #747474;
}
.sec04 .twb-listbox-subtitle {
    padding-bottom: 2rem;
    padding-top: 0;
}
.twb-listbox-list {
    width: 100%;
    margin-top: 2rem;
}
.twb-listbox-list li {
    padding-left: var(--s4);
    line-height: 1.5;
    background: url('./img/icon-check.svg') no-repeat top left;
    background-size: 2.4rem 2.4rem;
}

.sec04 .twb-listbox-list li{
    background: url('./img/icon-check-blue.svg') no-repeat top 2px left;
    background-size: 1.8rem 1.8rem;
    margin-bottom: 1rem;
}

.twb-listbox-list li::before {
    display: none;
}
.twb-listbox-list li span {
    margin-right: var(--s1);
    display: block;
    text-align: center;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .twb-listbox-area {
        padding: 0 0 var(--s2)0;
    }
    .twb-listbox-list li {
        font-size: 1.4rem;
    }
    .twb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .twb-listbox-title {
        width: 80%;
        margin: -5rem auto 0 auto;
        padding: var(--s2);
        font-size: 1.8rem;
        text-align: center;
    }
}

.p {
 text-align: center;
}
#index .p {
 text-align: left;
}

.company {
    text-align:center;
    font-size: 2rem;
    font-weight:700;
    margin-bottom: 2rem;
    color: #021f56;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-list-content {
    padding: var(--s2);
}

/*----------------------------------------------
    more content settings
*/
/* PC: アコーディオン無効 */
.more-content-gradation {
    position: relative;
    height: auto;
    max-height: none;
    overflow: visible;
}

.more-content-gradation::after {
    display: none;
}

/* PC: ボタン非表示 */
.acc-list-more-btn {
    display: none;
}



/* --- ブランディングフロー（3列統一 + 長い矢印復活版） --- */

.l-branding-flow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--s1);
    margin: 0 auto;
    width: 100%;
}

.branding-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--s1);
    background: #EDEDED;
    padding: var(--s2);
    position: relative;
    text-align: center;
    /* すべてのステップを31%（3列）に固定 */
    width: 31% !important;
}

.branding-step-icon {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
}

.step-icon {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.step-label {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    background: var(--site-color03);
    text-align: center;
    white-space: nowrap;
    padding: 0 1.6rem;
    margin-bottom: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}

.branding-step-content {
    flex: 1;
    width: 100%;
    text-align: left;
}

.step-title {
    font-size: 2rem;
    font-weight: bold;
    color: var(--pri-dark);
    margin: 0 0 var(--s1)  var(--s1);
    line-height: 1.4;
    color: #DE0000;
}

.branding-step-content p {
    font-size: 1.4rem;
}

/* 通常のフロー矢印（PC版：右向き） */
.arrow-down {
    width: var(--s2);
    height: var(--s4);
    background-color: var(--site-color13);
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
    align-self: center;
    display: block;
}

/* 【重要】1行目から2行目への長い矢印画像（6番目の要素） */
/* width: 100% にすることで、3個並んだ後に次の行へ強制的に送り込み、接続画像を表示します */
.arrow-down:nth-child(6) {
    display: block !important;
    width: 100% !important;
    height: 64px;
    background: url(./img/arrow_long.png) no-repeat center center;
    background-size: contain;
    clip-path: none; /* 三角形の形状をリセット */
    margin: 1rem 0;
}

/* 2行目の終わり（12番目の矢印）を消して、STEP07を3行目に送る */
.arrow-down:nth-child(12) {
    display: block !important;
    width: 100% !important;
    height: 32px;
    background: none;
    clip-path: none;
}

/* --- ここから共通カラム設定 --- */

.column-small {
    padding: 0 var(--s2) var(--s2);
    background: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.sec06 .column-small {
    padding: var(--s2) var(--s2) var(--s2);
    background: var(--site-color06);
    display: flex;
    line-height: 1.7;
    align-items: normal;
    box-shadow: none;
    border-radius: 0;
}

.column-small.l-stack {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: var(--s2);
    padding: 0 var(--s3) var(--s3);
    background: #fff;
}

.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * 0);
}

.sec06 .thb-box-full {
    width: 100%;
}

.column-medium {
    padding: 0 var(--s4) var(--s4);
    border: 1px solid var(--pri-dark);
}



.sec04 .column-medium {
    padding: 0 var(--s5) var(--s8);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-top: 0;
    border-radius: 1rem;
}

.sec04 .l-grid-two .column-medium {
    padding: 0;
    box-shadow: none;
}

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

/*------------------------------------------
   sec09 2box column settings
*/
.sec09 .column-medium {
    padding: var(--s3) var(--s2) var(--s2);
}
.sec09 .box01 {
    background: url('./img/boxbg-01.jpg') repeat top left / contain;
    background-size: cover;
}
.sec09 .box02 {
    background: url('./img/boxbg-02.jpg') repeat top left / contain;
    background-size: cover;
}

.box01,
.box02 {
    background-size: cover;
}
.sec09 .twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}

/*------------------------------------------------------------
    SP settings (アコーディオン解除・矢印非表示・レイアウト調整)
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    /* 1. アコーディオンを強制解除して中身を全部出す */
    .more-content-gradation {
        max-height: 12rem !important;
        overflow: hidden !important;
        display: block !important;
    }
    .more-content-gradation::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block !important;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent 0%, #F2F2F2 100%);
    }
    .more-content-gradation.is-open {
        max-height: none !important;
    }
    .more-content-gradation.is-open::after {
        display: none !important;
    }
    .acc-list-more-btn {
        display: block !important;  /* ボタンを表示 */
    }

    /* 2. 「続きを読む」ボタンを消す */
    .acc-list-more-btn {
        display: none !important;
    }

    /* 3. 長い矢印も三角形もすべて消す */
    /* :nth-child 指定にも負けないように強力に指定します */
    .arrow-down, 
    .arrow-down:nth-child(6), 
    .arrow-down:nth-child(12) {
        display: none !important;
    }

    /* 4. フローを縦1列にする */
    .branding-step {
        width: 100% !important;
        margin-bottom: var(--s2);
    }

    /* 5. その他のSP調整（既存分） */
    .sec09 .column-medium {
        padding: var(--s4) var(--s2) var(--s2);
    }
    .sec09 .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}
.sec09 .twb-img-title-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
    margin-bottom: 2rem;
}
.sec09 .twb-box-full p {
    color: #fff;
    padding: 0 4rem;
}
.sec09 .twb-img-title-image {
    width: 25%;
}
.sec09 .twb-img-title-image img {
    margin-top: 0;
    width: 85%;
}
.sec09 .twb-img-title {
    width: 75%;
    color: #fff;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
}
.sec09 .twb-img-title-sub {
    margin-bottom: .8rem;
    padding: var(--s1);
    background-color: #fff;
    color: var(--site-color03);
    font-size: 2.4rem;
    display: inline-block;
}
.sec09 .twb-img-title-small {
    font-size: 1.4rem;
}

/*------------------------------------------
    1box_casebox02
*/
.onb-casebox02-frame {
    margin-top: 2rem;
    padding: var(--s2) var(--s4) var(--s4);
    background-color: var(--site-color06);
    position: relative;
    border-radius: 1rem;
}

.sec07 .onb-casebox02-frame{
    border-radius:0;
}

.onb-casebox02-sub {
    padding: 0 var(--s4);
    background-color: var(--site-color10);
    color: #fff;
    font-size: 2.4rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    font-weight: 700;
    left: 50%;
    border-radius: 5px;
}
.l-onb-casebox02 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
    align-items: center;
}
.l-onb-casebox02__side {
    width: calc((100% - var(--s3))*.3);
}

.sec07 .l-onb-casebox02__side{
    width: calc((100% - var(--s3)) * .25);
}

.l-onb-casebox02__main {
    width: calc((100% - var(--s3))*.7);
}
.onb-casebox02-imgcap {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.2rem;
}
.onb-casebox02-catch {
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color08);
    line-height: 1.5;
}
.onb-casebox02-caption {
    text-align: left;
}
.sp-fix-banner01 {
    display: none;
}

.caption_wt,
.caption_wt a{
    color:#ffffff;
}

/*------------------------------------------
  low-page l-grid-two
*/
#low-page .l-grid-two {
    margin-block: 6rem;
}
#low-page .l-grid-two .column-medium {
    padding: var(--s4);
    box-shadow: none;
    background-color: #EFEFEF;
}
#low-page .l-grid-two .column-medium p{
    line-height: 1.7;
    text-align: left;
}

/*------------------------------------------
  low-page l-grid-three
*/
#low-page .l-grid-three {
    margin: 0 0 3rem;
}

#low-page .column-medium {
    padding: 0;
}
#low-page .twb-com-box-frame {
    border: 2px solid #dddddd;
}
#low-page .twb-com-box-title {
    padding: var(--s3) var(--s4) var(--s3);
    border-top: 1rem solid var(--site-color03);
    font-size: 2rem;
    font-weight: 700;
    color: var(--site-color08);
    line-height: 1.5;
}

/* ---------------------------------------------
conclusion-box-frame
--------------------------------------------- */
.conclusion-box-frame {
    margin-block: 10rem;
    padding: var(--s7) var(--s4) var(--s1) var(--s4);
    background: var(--site-color06);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.conclusion-box-ttl {
}

.conclusion-box-ttl__icon-frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.conclusion-box-ttl__icon {
    width: 20rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--site-color03);
}
.conclusion-box-ttl__icon::before {
  content: "Summary";
  font-size: 2.8rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 12px;
  left: 3.2rem;
}

.conclusion-box-ttl__icon span {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
}

.conclusion-box-ttl__text {
    padding-top: var(--s2);
    padding-bottom: var(--s3);
    font-size: 2.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 2px solid #DDDDDD;
    color: var(--site-color03);
    margin-bottom: 3rem;
}

.conclusion-box-content {
    z-index: 5;
}
.bg-01 {
    background: #021F56 url('./img/bg-01.jpg') repeat top center;
}

  .bg-02 {
    background: url('/wp/wp-content/uploads/bg-02.jpg') repeat-y top left;
    background-size: 100% auto;
    background-attachment: fixed;
  }
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .conclusion-box-frame {
        margin-block: 5rem;
        padding: var(--s5) var(--s3) var(--s1) var(--s4);
    }

    .conclusion-box-ttl__icon-frame {
        top: 0;
        left: 0;
        bottom: inherit;
    }

    .conclusion-box-ttl__icon {
        width: 14rem;
        height: 4rem;
    }

    .conclusion-box-ttl__icon img {
        max-width: 75%;
    }

    .conclusion-box-ttl__icon span {
        font-size: 1.2rem;
        text-align:center;
    }

    .conclusion-box-ttl__icon::after {
        right: -0.5rem;
        bottom: -0.5rem;
    }

    .conclusion-box-ttl__text {
        margin-left: 0;
        padding-top: var(--s1);
        padding-bottom: var(--s2);
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .l-onb-conclusion-img {
        width: 36%;
    }
    .sp-fix-banner01 {
        display: block;
        width: 70%;
        background-color: #000;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .sp-fix-banner01-text {
        padding: var(--s2);
        color: #fff;
        position: relative;
    }
    .sp-fix-banner01-text::before {
        content: "";
        width: 8rem;
        height: 3rem;
        background: url("./img/dummy.jpg") no-repeat center center;
        background-size: cover;
        border: 1px solid #fff;
        position: absolute;
        top: -1.5rem;
        left: .5rem;
        z-index: 5;
    }
    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 1.4rem;
    }
    .sp-fix-banner01-text a {
        padding-right: 1.6rem;
        color: #fff;
        text-decoration: none;
        background: url("./img/arrow-01-wht-right.svg") no-repeat right center / 1rem auto;
        display: block;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }

}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
    background: #fff;
}

#visArea .mainArea {
    min-height: 55rem;
    margin: 0 auto;
    background-image: url(/wp/wp-content/uploads/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    position: relative;
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    #visArea .mainArea {
    background-position: left top;
    }
    #visArea .mainAreaInner .text-box {
    margin-right: 0;
}
#visArea .mainAreaInner {
    max-width: 60%;
    margin: 0 15% 0 13%;
}

}


#visArea .mainAreaInner {max-width: 52%;min-width: 700px;margin: 0 13%;height: 100%;}

#visArea .mainAreaInner .text-box {
    height: -webkit-fill-available;
    background: none;
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
    padding: var(--s8) var(--s5) var(--s3);
    box-sizing: content-box;
	max-width: 80%;
}

#visArea .mainTxtBox p span {
    font-weight: bold;
}

#visArea .siteName {
    width: 20rem;
    margin: 0 0 1.5rem 0;
}

#visArea .title {
    margin: 1rem 0 3rem 0;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #de0000;
}

#visArea .logo {
}

#visArea .title span {
    font-size: 4.2rem;
    display: inline-block;
}

#visArea p:not([class]) {
    margin: 0 0 3rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
#visArea .mainAreaInner .text-box {
    padding-right: calc(var(--s1) + var(--s-2));
    padding-left: calc(var(--s1) + var(--s-2));
    padding-top: 13rem;
    background: url(/wp/wp-content/uploads/sp-mv.jpg) no-repeat top center / auto 2em;
    background-size: auto 100px;
    height: auto;
}

#visArea .mainArea{
    background:none;
    height: auto;
}

#visArea .title span.big {
    font-size: 3.8rem;
    padding: 5px;
}

#visArea .title span.sp-bgbox{
    /* display:block; */
    color:#fff;
    background:#021F56;
}

#visArea .title span.sp-bgbox, #visArea .title span.sp-bgbox .big{
    font-size:2rem;
    line-height: 1.2;
}    


#visArea .title {
    font-size: 2.5rem;
    margin: 0px 0 1rem 0;
    text-align: center;
    line-height: 1.6em;
}

.header-title {padding-left: 2.1rem;letter-spacing: 0;}

.header-title::before {
    left: 0;
}

#visArea .logo {
    max-width: 18rem;
    position: relative;
    top: 0;
    margin: 0 auto;
}

#visArea .mainAreaInner {max-width: 100% ;min-width: auto; margin: 0 auto; height: 100%;}


#visArea p:not([class]) {
    margin: 0;
    line-height: 1.9;
    letter-spacing: -0.2px;
}

.summary-box-frame {
    font-size: 2.4rem;
    margin: var(--s2);
    padding: var(--s2) var(--s2);
}

.summary-box-ttl {
    font-size: 2rem;
    line-height: 1.3;
}

.sec04 .column-medium {
    padding: 0 var(--s2) var(--s8);
}

.onb-img-title-sub {
    font-size: 2.2rem;
}

h4.onb-m-title5 {
    font-size: 2.2rem;
    margin: 1rem 0;
}

.twb-listbox-subtitle {
    text-align: center;
    padding-block: 1rem;
    font-size: 2rem;
}

.onb-m-title6 {
    font-size: 2rem;
    padding: var(--s1);
}
.sec04 .onb-m-title6 {
        margin-bottom: var(--s1);
}

.twb-com-box-title {
    font-size: 1.8rem;
}

.sec04 .com-box04-frame-box {
    display: block;
}

.sec04 .com-box04-frame {
    width: 100%;
}

.arrow {
    transform: rotate(90deg);
}

.arrow img{
    width: 50px;
    padding-right: 20px;

}

.sec01 .arrow img{
    transform: rotate(-90deg);    
    padding:0
}

.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09, .sec10, .sec11, .sec12 {
    padding-top: 0;
    padding-bottom: 4rem;
}
.sec05 .section-title02-frame,
.sec06 .section-title02-frame,
.sec07 .section-title02-frame,
.sec08 .section-title02-frame,
.sec09 .section-title02-frame,
.sec10 .section-title02-frame {
    margin-top: 2rem;
}

.twb-m-title01 a {}

.twb-m-title01 {
    font-size: 2.2rem;
    padding: 0;
}

.footer-area-logo {
    width: 18rem;
}

.sec09 .twb-img-title-area {
    display: flex;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
}

.sec09 .twb-img-title {
    width: 100%;
    font-size: 2.3rem;
}

.sec09 .twb-img-title-image {
    margin: 0 auto 1rem;
    width: 30%;
}
.sec09 .twb-img-title-sub {
    font-size: 2rem;
}

.sec09 .twb-box-full p {
    padding: 0 2rem;
}

.sec09 .btn-internal::after {
    left: 50%;
    transform: translateX(-50%);
}


.conclusion-box-ttl__icon::before {
    font-size: 1.8rem;
}

.bg-01 {
    background: #021F56 url(./img/bg-01.jpg) no-repeat top center;
    background-size: 100% auto;
}

.onb-casebox02-sub {
    font-size: 1.8rem;
    top: -1rem;
}

.onb-casebox02-frame {
    padding-top: var(--s4);
}

.com-box04-sub{
    font-size: 1.8rem;
    top: -1rem;    
}
.sec04 .twb-com-box-area {
    padding: 0 var(--s2) var(--s2);
}
.sec04 .twb-com-box-title {
    padding: var(--s3) var(--s2) var(--s3);
    text-align: center;
}
.p {
    text-align: left;
} 
.summary-box {
    padding: 0 var(--s1) var(--s4);
}   
.gnavi-btn {
    top: var(--s5);
}
}




/*----------------------------------------------
    more content settings
*/
.more-content-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}
.more-content-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, #F2F2F2 100%);
}
.more-content-gradation.is-open::after {
    display: none;
}
.acc-list-more-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color05);
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
}
.acc-list-more-btn::before {
    content: "";
    width: 2rem;
    height: .2rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
}
.acc-list-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;
}
.acc-list-more-btn:hover {
    opacity: 0.6;
}
.acc-list-more-btn.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}
#low-page .type-list-box .img_area img {
  height: 275px;
  width: 100%;
  object-fit: cover;
}
.sp-scroll-table {
    display: none;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .sp-scroll-table {
        margin-bottom: 1rem;
        display: block;
        padding: var(--s1);
        border: 1px solid #ccc;
        text-align: center;
        font-size: 1.2rem;
        border-radius: 2rem;
    }
.low-left-img-box .img-small{
    width: 100%;
    margin: 0 auto;
}
}

/* 対応可否列：幅＋中央揃え（PC/SP共通） */
.table_02 th:nth-child(2),
.table_02 td:nth-child(2) {
    text-align: center;
    min-width: 8rem;
}
.img-small{
    width: 25%;
}
