@charset "utf-8";
/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: var(--s1);
	text-align: right;
}

.caption-left {
	text-align: left;
}

.section-title04 span {
	background: var(--site-color06);
	display: inline-block;
	font-size: 90%;
	padding: 0 var(--s1);
}

.btn-internal a {
	width: 100%;
	margin: 0;
	padding: var(--s2) var(--s6) var(--s2) var(--s5);
	background-color: var(--site-color01);

	/* background-image: url("./img/arrowicon.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: top center, center right 2rem;
	background-size: auto, 20px auto; */
    background-image: url("./img/arrowicon.svg");
	background-repeat: no-repeat;
	background-position: right 2rem center; /* 右から2rem、上下中央 */
	background-size: 20px auto;

	display: block;
	color: var(--site-color07);
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	position: relative;
	transform: translate(0, 0);
	transition: transform 0.3s;
}

/* ---------------------------------------------
Override (requested)
--------------------------------------------- */
.m-title01 {
  padding: var(--s1) var(--s1) var(--s2) var(--s1);
  font-size: 2.0rem;
  font-weight: 900;
  color: var(--site-color05);
  text-align: center;
  line-height: 1.5;
}

.sec01 .l-grid-three .column-small__body {
  padding: var(--s2);
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.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-header .gnavi-ctrl {
	opacity: 1;
	visibility: visible;
}
.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: var(--site-color01);
	display: block;
	position: fixed;
	top: var(--s1);
	right: 0;
	z-index: 200;
	cursor: pointer;
	border-radius: 5px;
}
.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: var(--site-color01);
	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: var(--site-color03);
	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(--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);
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 100%;
    background-color: var(--site-color09);
}
.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    border: solid 0.1rem #D0D3E0;
    background-color: transparent;
    position: relative;
}
.onb-index01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/dummy-icon.png") no-repeat left center;
    background-size: 4rem auto;
    position: relative;
    cursor: pointer;
}
.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}
.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: #333;
    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(--s2);
    position: relative;
}
.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color02);
    transform: translateY(-50%);
    top: .8em;
}
.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}
.onb-index01-content {
    background-color: #fff;
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    border: 5px solid #DBDBDB;
    border-radius: 20px;
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) calc(var(--s3)) var(--s3);
    background: #fff;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.related-article01-title::before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(180deg, #366FC8 0%, #58B9E4 100%);
    border-radius: 15px;
    width: 7px;
    height: 28px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--site-color01);
    position: absolute;
    top: 1rem;
    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: auto;
    height: auto;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 3rem 0 4rem;
    border-radius: 0 0 15px 15px;
}


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

.related-article01-btn {
    border: 1px solid #ccc;
    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;
    }
    .related-article01-title {
        font-size: 1.8rem;
        padding-left: var(--s3);
    }
}
/* ---------------------------------------------
全体の余白
--------------------------------------------- */

.sec01, .sec04, .sec06 {
    padding-top: 8rem;
}
.sec04 {
	position: relative;
}
.sec04::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./img/contents-bg.png") no-repeat top left;
	z-index: 0;
	pointer-events: none;
	background-size: contain;
}
.sec04 > * {
	position: relative;
	z-index: 1;
}
.sec02, .sec03, .sec05 {
    padding: 9rem 0;
}
.sec02 {
    background: #E1E9F9;
    position: relative;
}
.sec02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./img/select3-bg2.jpg") no-repeat top left;
    z-index: 0;
    pointer-events: none;
	background-size: contain;
}
.sec02 > * {
    position: relative;
    z-index: 1;
}

.swiper-slide img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
/* ---------------------------------------------
TOP共通
--------------------------------------------- */
.section-title04 {
    margin-top: 0;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 3.2rem;
    line-height: 1.5;
}
.sec02 .section-title04 {
    margin-top: var(--s14);
}
.sec02 .section-title04::after {
    content: "";
    width: 7rem;
    height: 6px;
    background-color: var(--site-color01);
    border-radius: 100px;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title04 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
}

/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: var(--s2);
    border: 1px solid var(--site-color09);
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}
 
.title-catch {
	padding: var(--s-2);
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: var(--site-color01);
	margin-top: var(--s2);
}
.title-catch span {
	font-size: 1.6rem;
}
.sec01 .title-catch {
	margin: var(--s2) auto -2rem;
}
.acc-more-btn {
	max-width: 32rem;
	margin: 0 auto;
	position: relative;
}
.acc-more-btn span {
	width: 100%;
	margin: 0 auto;
	padding: var(--s4) var(--s10);
	border-radius: 1rem;
	background: var(--site-color03);
	display: block;
	text-align: center;
	font-weight: 700;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 3;
	position: relative;
}
.acc-more-btn span::before {
	content: "";
	width: 2rem;
	height: 0.3rem;
	background: #333;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	right: 2.2rem;
	transform: translate(0, -50%);
}
.acc-more-btn span::after {
	content: "";
	width: 0.3rem;
	height: 2rem;
	background: #333;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	right: 3.05rem;
	transform: translate(0, -50%);
	transition: opacity 0.3s;
}
.acc-more-btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #DEDCDC;
	border-width: 0 1px 1px 0;
	transform: translate(.6rem, .6rem);
	border-radius: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.acc-more-btn:hover span{
	transform: translate(.6rem, .6rem);
}
.acc-more-btn.is-open span {
	background: var(--site-color03);
}
.acc-more-btn.is-open span::after {
	opacity: 0;
}
.more-content {
	display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.acc-more-btn span {
		transition: inherit;
		transform: none;
	}
	.acc-more-btn:hover span {
		transform: none;
	}
}
.section-title05 {
    width: 100%;
    margin: var(--s7) auto var(--s8);
    padding: var(--s4) var(--s12);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background-color: #F5F5F5;
    position: relative;
    border-radius: 15px;
}
.section-title05 a {
	position: relative;
	display: inline-block;
	padding-right: 3.2rem;
	text-decoration: none;
	color: inherit;
}
.section-title05 a::after {
	content: "";
	width: 2.0rem;
	height: 2.0rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("./img/arrowicon-b.svg") no-repeat center / contain;
}
.section-title05 a:hover {
	text-decoration: underline;
}
.section-title05::before {
    content: "";
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: url('./img/h2-clinic.png') no-repeat center / contain;
    position: absolute;
    top: -6rem;
    left: 0;
    z-index: 3;
	border-radius: 100px;
}
.section-title05::after {
    content: "";
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: url('./img/h2-carender.png') no-repeat center / contain;
    position: absolute;
    bottom: -6rem;
    right: 0;
    z-index: 3;
	border-radius: 100px;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title05 {
        padding: var(--s2);
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    .section-title05::before,
    .section-title05::after {
        width: 5rem;
        height: 5rem;
    }
    .section-title05::before {
        top: -3rem;
    }
    .section-title05::after {
        bottom: -3rem;
    }
}

/*------------------------------------------
    2box column settings
*/
.column-medium {
    padding: var(--s4);
    border: 4px solid var(--site-color07);
    background: var(--site-color09);
}
.sec02 .column-medium {
	padding: 0 var(--s4) var(--s4);
	border: 4px solid var(--site-color07);
	background: var(--site-color09);
}
.sec02 .column-medium .l-stack-small {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--s2);
	margin-bottom: var(--s2);
}
.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
.twb-box-full img {
	display: block;
	margin: 0 auto;
}
/*------------------------------------------------------------
    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);
    }
}
.twb-m-title04-frame {
	position: relative;
}
.l-grid-two-large {
	margin-top: var(--s4);
}
.case-studies .l-grid-two-large {
	position: relative;
}
.case-studies .l-grid-two-large::before {
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	top: 24rem;
	transform: translate(-50%, -50%);
	background: url("./img/yellow_arrow.png") no-repeat center / contain;
	z-index: 2;
	pointer-events: none;
}
.twb-m-title04 {
	padding: var(--s6) var(--s1) var(--s1) var(--s1);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.twb-m-title04-sub {
	padding: .8rem;
	font-size: 2.2rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.iconbox02-frame {
	padding: var(--s2) var(--s4) var(--s4);
	background-color: var(--site-color03);
	border-radius: 0 0 1rem 1rem;
	border-top: 8px solid var(--site-color01);
}
.iconbox02-catch {
	padding: var(--s2) var(--s1) var(--s4);
	color: var(--site-color02);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 4px dotted var(--site-color05);
}
.iconbox02-catch a {
	position: relative;
	display: block;
	padding-right: 2.8rem;
	text-decoration: none;
	color: inherit;
}
.iconbox02-catch a::after {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("./img/arrowicon-b.svg") no-repeat center / contain;
}
.iconbox02-catch a:hover {
	text-decoration: underline;
}

.twb-m-title04-frame > a {
	position: relative;
	display: block;
	padding-right: 3.2rem;
	text-decoration: none;
	color: inherit;
    transition: opacity 0.3s;
}
.twb-m-title04-frame > a::after {
	content: "";
	width: 2.0rem;
	height: 2.0rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("./img/arrowicon-b.svg") no-repeat center / contain;
}
.twb-m-title04-frame > a:hover {
	text-decoration: underline;
    opacity: 0.5;
}
.iconbox02-caption {
	text-align-last: left;
}
@media screen and (max-width: 767px) {
	.iconbox02-frame {
		padding: var(--s1) var(--s2) var(--s2);
	}
	.iconbox02-catch {
		padding-bottom: var(--s2);
	}
	.iconbox02-frame p {
		line-height: 1.8;
	}
}
.icon-dspn4-bg-colored {
    padding-top: 4rem;
}
.icon-description-area {
    padding: var(--s5);
    background-color: var(--site-color07);
    border-radius: 20px;
    position: relative;
}
.icon-description-title {
    padding: var(--s2) var(--s8);
    font-size: 2rem;
    font-weight: bold;
    background-color: #FFD22D;
    border-radius: 100px;
    transform: translateX(-50%);
    position: absolute;
    top: -3rem;
    left: 50%;
}
.icon-description-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
}
.icon-description-list li {
    padding: var(--s2);
    background-color: #fff;
    line-height: 1.5;
    color: #373A3C;
    border-radius: 15px;
    font-size: 1.6rem;
    font-weight: bold;
}
.icon-description-list li::before {
    display: none;
}
.icon-description-list--four li {
    width: calc((100% - (var(--s3) * 3)) / 4);
}
.icon-description-list li span {
    margin-bottom: var(--s2);
    display: block;
    text-align: center;
}
.icon-description-list li.mini-title {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
}
.sec06 .icon-description-list li.mini-title {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: flex-start;
}
.sec06 .icon-description-list li.mini-title h3 {
	margin: 0 auto var(--s2);
}
.sec06 .icon-description-list li.mini-title > span {
	margin: 0;
}
.icon-description-list li.mini-title a {

	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4; 
    gap: 0.5rem; 
    padding-right: 0;
	text-decoration: none;
    color: inherit;
    font-size: 1.9rem;
    font-weight: bold;
}
.icon-description-list li.mini-title a::after {
	position: static;
    transform: none;
    flex-shrink: 0;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url("./img/arrowicon-b.svg") no-repeat center / contain;
}
.icon-description-list li.mini-title a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .icon-description-area {
        padding: var(--s6) var(--s2) var(--s2) var(--s2);
    }
    .icon-description-list {
        gap: 1.5rem;
    }
    .icon-description-list li {
        font-size: 1.4rem;
    }
    .icon-description-list--four li {
        width: calc((100% - var(--s2)) / 2);
    }
    .icon-description-title {
        width: 80%;
        padding: 1.6rem;
        font-size: 1.8rem;
        text-align: center;
    }
}



/* ---------------------------------------------
sec01
--------------------------------------------- */
.sec01 {
	background: url("./img/select3-bg1.png") no-repeat top center;
	background-position-x: center;
	background-position-y: top;
	background-position: right;
	margin-top: 4rem;
}

/* #low-page に .l-center が付いているとセクション幅がカラム内に閉じ、背景も左右に届かない */
#low-page.l-center .sec01 {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
	position: relative;
}
.icon-title-area {
	background-color: var(--site-color01);
	position: relative;
}
.icon-title-obj-l {
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/*! background-color: #fff; */
	/*! border-radius: 11rem; */
	position: absolute;
	top: -6.4rem;
	right: 10.2rem;
}
.icon-title-obj-l__inner {
	text-align: center;
	font-weight: 700;
}
.icon-title-l {
	padding: 3.6rem 1.6rem 1.6rem;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: var(--site-color09);
}
.icon-title-small {
	font-size: 1.4rem;
}
 
.m-title01 {
	padding: var(--s1) var(--s1) var(--s2) var(--s1);
	font-size: 2.0rem;
	font-weight: 900;
	color: var(--site-color05);
	text-align: center;
	line-height: 1.5;
}
.m-title01 .small {
	font-size: 1.7rem;
}

.sec01 .l-grid-three .column-small {
	border: 3px solid var(--site-color01);
	border-top: 0;
	border-radius: 5px 5px 0 0;
	background: var(--site-color09);
	overflow: visible;
	padding: 0;
}

.sec01 .l-grid-three .column-small__body {
	padding: var(--s2);
	border-radius: 0 0 7px 7px;
	overflow: hidden;
}

/* アイコンが上にはみ出す分、直上の文との干渉を避ける。カラム間の余白を確保 */
.sec01 .l-grid-three {
	padding-top: 2.5rem;
	gap: var(--s4) var(--s5);
	/* gap の列間を s5 にした分、common の --minimum（s2 基準）とずれると 3 列が収まらず折り返す */
	--minimum: calc((100% - var(--s5) * 2) / 3);
}

#low-page .sec01 ul {
	margin-block: 1rem;
}

#low-page .sec01 .l-grid-three {
	padding-top: 2.5rem;
	gap: var(--s1) var(--s2);
}
/* 全体の thb-box-full は横に広がって隣カラムと一体化しやすいため、sec01 ではセル内に収める */
.sec01 .l-grid-three .thb-box-full {
	width: 100%;
	margin-left: 0;
}

/* common の ul:not([class]) li::before に依存すると、ul に class があると content が無く疑似要素が出ない */
.sec01 .l-grid-three ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.4rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0;
	background: url("./img/check.svg") no-repeat center / contain;
}

@media screen and (min-width: 768px) {
	.sec01 .l-grid-three ul > li::before {
		width: 2.2rem;
		height: 2.2rem;
		top: 0.1rem;
		left: -0.3rem;
	}
}

/* ---------------------------------------------
sec02
--------------------------------------------- */
.sec02 h4 {
	margin: var(--s5) auto;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
}
.sec02 h4 .small {
	font-weight: 400;
	font-size: 1.7rem;
	display: block;
	padding-top: var(--s2);
}
.sec02 table {
	margin: var(--s4) auto;
}
.sec02 .option {
  font-size: 1.4rem;
  color: #A4A2A2;
}
/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: var(--s4);
    /*! border: 4px solid var(--site-color07); */
}
.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);
    }
}

.onb-icon-title-frame {
	background-color: var(--site-color01);
	position: relative;
	padding: var(--s3);
}
.onb-icon-title-icon {
	width: 12rem;
	height: 12rem;
	overflow: hidden;
	position: absolute;
	top: -4rem;
	left: 0;
	border-radius: 100px;
}
.onb-icon-title-icon img {
	width: 100%;
}
.onb-icon-title {
	text-align: center;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
}
.onb-icon-title small {
	font-size: 2.1rem;
}
.onb-icon-title-catch {
	margin-bottom: .8rem;
	display: block;
	line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-icon-title-frame {
		padding: var(--s2);
	}
	.onb-icon-title {
		font-size: 2.4rem;
	}
	.onb-icon-title small {
		font-size: 1.6rem;
	}
	.onb-icon-title-catch {
		padding-left: var(--s3);
		font-size: 1.4rem;
	}
	.onb-icon-title-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		top: -2rem;
		left: -2rem;
		border-width: 2px;
	}
}
.onb-center-img {
	max-width: 64%;
	margin: 0 auto;
}
.onb-center-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-center-img {
		max-width: 100%;
	}	
}
.onb-m-title6 {
	line-height: 1.5;
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	margin: var(--s8) auto var(--s3) var(--s2);
}
.onb-m-title6::before {
	content: "";
	width: .5rem;
	height: 100%;
	background: linear-gradient(180deg, #366FC8 0%, #58B9E4 100%);
	border-radius: 1.5rem;
	position: absolute;
	left: -1.6rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.onb-taglist-bg {
	padding: var(--s4);
	background-color: var(--site-color07);
	border-radius: 15px;
}
/* 2カラムグリッド内のタグボックスは横幅が狭いため、タグを横2つで行を埋める（見た目は上段の tag-list-6c と統一） */
.l-grid-two-large .onb-taglist-bg .tag-list-6c li {
	flex: 0 0 calc((100% - var(--s2)) / 2);
	width: calc((100% - var(--s2)) / 2);
	max-width: calc((100% - var(--s2)) / 2);
	box-sizing: border-box;
}

.tag-list-6c .etc {
  color: var(--site-color02);
  font-weight: 700;
  align-items: end;
}
.onb-taglist-title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: var(--s2);
}
.onb-taglist-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color02);
}
.tag-list-6c {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s2);
}
.tag-list-6c li {
	width: calc((100% - var(--s10))/ 6);
	padding: .8rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	display: flex;
	border-radius: 10px;
}
.tag-list-6c li::before {
	display: none;
}
.triangle-right-bottom::after {
	content: "";
	width: 0.1rem;
	height: 0.1rem;
	border-top: .5rem solid transparent;
	border-left: .5rem solid transparent;
	position: absolute;
	right: .5rem;
	bottom: .5rem;
	background-color: var(--site-color01);
}
.onb-tag-colored {
	background-color: var(--site-color09);
	color: var(--site-color01);
	border-radius: 10px;
}
.onb-tag-colored::after {
	border-right: .5rem solid #fff;
	border-bottom: .5rem solid #fff;
}
.onb-tag-colored.triangle-right-bottom::after {
	/*! transform: rotate(180deg); */
	/*! transform-origin: center; */
}
.onb-tag-white {
	border: 1px solid var(--site-color09);
	background-color: #fff;
	color: #C2C2C2;
}
.onb-tag-white::after {
	display: none;
}
.onb-tag-colored .tag-name,
.onb-tag-white .tag-name {
	width: 100%;
	height: 100%;
	display: flex;	
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.onb-help-content {
	width: 30rem;
	padding: 2rem;
	background: #fff;
	color: var(--site-color05);

	/* transform: translate(-50%, -100%); */
    transform: translate(-50%, 0);

	transition: opacity 0.6s;
	visibility: hidden;
	border: 2px solid var(--site-color01);
	border-radius: 15px;
	position: absolute;

	/* top: -1.2rem; */
    top: calc(100% + 1.2rem);

	left: 50%;
	z-index: 5;
}
.onb-help-content-area div {
	margin-bottom: 1rem;
	padding-bottom: .8rem;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 2px solid var(--site-color01);
}
/* 吹き出し用 */
.dialog--pos-left {
	left: 2rem;
	transform: translate(0, -100%);
}
.dialog--pos-left::after {
	left: 2.8rem;
	transform: translate(0, 100%);
}
.dialog--pos-right {
	right: 2rem;
	left: auto;
	transform: translate(0, -100%);
}
.dialog--pos-right::after {
	left: auto;
	right: 2.8rem;
	transform: translate(0, 100%);
}
.dialog {
	opacity: 0;
}
.dialog.is-show {
	visibility: visible;
	opacity: 1;
}
/* SP用のボタン非表示 */
.dialog-btn-close {
	display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-taglist-bg {
		padding: var(--s4) var(--s2);
		background-color: var(--site-color07);
		border-radius: 15px;
		margin-bottom: var(--s-2);
	}
	.tag-list-6c {
		gap: var(--s1);
	}
	.tag-list-6c li {
		width: calc((100% - var(--s1))/ 2);
	}
	.l-grid-two-large .onb-taglist-bg .tag-list-6c li {
		flex: 0 0 calc((100% - var(--s1)) / 2);
		width: calc((100% - var(--s1)) / 2);
		max-width: calc((100% - var(--s1)) / 2);
	}
	.tag-list-3c li {
		flex: 0 0 calc((100% - var(--s1)) / 2);
		width: calc((100% - var(--s1)) / 2);
		max-width: calc((100% - var(--s1)) / 2);
	}
	.onb-help-content {
		display: none;
		width: 100%;
		height: 100vh;
		padding: 0;
		background-color: rgba(0,0,0,.4);
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
	}
	.onb-help-content.is-show {
        display: flex;
    }
	.onb-help-content-area {
		width: 80%;
        max-height: 65vh;
		padding: var(--s2);
		background-color: #fff;
		border: 1px solid #2EAD70;
		border-radius: 15px;
		overflow-y: auto;
		position: relative;
		margin: 0 auto;
		top: calc(10% - 3rem);
 	    right: 5%;
	}
	/* 吹き出し用 */
	.dialog--pos-left {
		left: 0;
		transform: inherit;
	}
	.dialog::after {
		left: 2.8rem;
		transform: inherit;
	}
	.dialog--pos-right {
		right: 0;
		left: auto;
		transform: inherit;
	}
	.dialog::after {
		left: auto;
		right: 2.8rem;
		transform: translate(0, 100%);
	}
	/* SP用ボタンの設定 */
	.dialog-btn-close {
        display: block !important;
        padding: var(--s2);
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
	}
}
.onb-2c-taglist-title {
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
}
.tag-list-3c {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s1);
	width: 100%;
	box-sizing: border-box;
}
/* 2個／行で並べる（l-grid-two-large 内の列幅いっぱいに使う。3列幅のままだと2件時に右に大きな余白ができる） */
.tag-list-3c li {
	flex: 0 0 calc((100% - var(--s1)) / 2);
	width: calc((100% - var(--s1)) / 2);
	max-width: calc((100% - var(--s1)) / 2);
	padding: .8rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	display: flex;
	border-radius: 10px;
	box-sizing: border-box;
}
.tag-list-3c li::before {
	display: none;
}
.triangle-right-bottom::after {
	content: "";
	width: 1.0rem;
	height: 1.0rem;
	position: absolute;
	background: url("./img/tag-arrow.svg") no-repeat bottom right;
	background-size: contain;
}
.twb-tag-colored {
	background-color: #2EAD70;
	color: #fff;
}
.twb-tag-colored::after {
	border-right: .5rem solid #fff;
	border-bottom: .5rem solid #fff;
}
.twb-tag-white {
	border: 1px solid #C2E1D2;
	background-color: #fff;
	color: #C2C2C2;
}
.twb-tag-white::after {
	display: none;
}
.twb-tag-colored .tag-name,
.twb-tag-white .tag-name {
	width: 100%;
	height: 100%;
	display: flex;	
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.onb-2c-help-content {
	width: 30rem;
	padding: 2rem;
	background: #fff;
	color: var(--site-color05);
  transform: translate(-50%, 0);
	transition: opacity 0.6s;
	visibility: hidden;
	border: 2px solid #2EAD70;
	border-radius: 15px;
	position: absolute;
	top: calc(100% + 1.2rem);
	left: 50%;
	z-index: 5;
}
.onb-2c-help-content-area div {
	margin-bottom: 1rem;
	padding-bottom: .8rem;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 1px solid #2EAD70;
}
/* 吹き出し用 */
/* .dialog--pos-left {
	left: 2rem;
	transform: translate(0, -100%);
}
.dialog--pos-left::after {
	left: 2.8rem;
	transform: translate(0, 100%);
} */
.dialog--pos-left {
	left: 2rem;
	transform: translate(0, 0); /* Y軸の移動をなくす */
}
.dialog--pos-right {
	right: 2rem;
	left: auto;
	transform: translate(0, 0); /* Y軸の移動をなくす */
}




.dialog--pos-right {
	right: 2rem;
	left: auto;
	transform: translate(0, -100%);
}
.dialog--pos-right::after {
	left: auto;
	right: 2.8rem;
	transform: translate(0, 100%);
}
.dialog {
	opacity: 0;
}
.dialog.is-show {
	visibility: visible;
	opacity: 1;
}
/* SP用のボタン非表示 */
.dialog-btn-close {
	display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-2c-help-content {
		width: 100%;
		height: 100vh;
		padding: 0;
		background-color: rgba(0,0,0,.4);
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
	}
	.onb-2c-help-content-area {
		width: 80%;
		max-height: 80vh;
		padding: var(--s1);
		background-color: #fff;
		border: 1px solid #2EAD70;
		border-radius: 15px;
		overflow-y: auto;
		position: absolute;
	}
	/* 吹き出し用 */
	.dialog--pos-left {
		left: 0;
		transform: inherit;
	}
	.dialog::after {
		left: 2.8rem;
		transform: inherit;
	}
	.dialog--pos-right {
		right: 0;
		left: auto;
		transform: inherit;
	}
	.dialog::after {
		left: auto;
		right: 2.8rem;
		transform: translate(0, 100%);
	}
	/* SP用ボタンの設定 */
	.dialog-btn-close {
		display: block !important;
		padding: var(--s2);
		font-weight: 700;
		color: #fff;
		position: relative;
		top: 0;
        right: 0;
	}
}

.onb-iconbox02-frame {
	padding: var(--s2) var(--s2) var(--s3);
	border: 4px solid #e1e9f9;
	border-radius: 1rem;
	margin: var(--s2) auto;
}
.onb-iconbox02-catch {
	padding: var(--s2) var(--s1) var(--s3);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 4px dotted var(--site-color05);
	color: var(--site-color01);
}
.onb-iconbox02-caption {
	text-align-last: left;
}
.onb-m-title5 {
	line-height: 1.7;
	font-size: 2.4rem;
	font-weight: 700;
	padding-bottom: var(--s2);
	border-bottom: 4px dotted var(--site-color05);
	color: var(--site-color05);
	margin: var(--s4) auto var(--s3);
}
.onb-m-title5 span {
	display: inline;
	background: var(--site-color06);
	padding: var(--s1);
	color: var(--site-color05);
	border-radius: 1rem;
	margin-right: var(--s1);
	font-size: 2.0rem;
}
.onb-casebox02-frame {
	margin-top: 2rem;
	padding: var(--s4);
	background: #F5F5F5;
	border-radius: 20px;
	position: relative;
}
.onb-casebox02-sub {
	padding: var(--s1) var(--s3);
	background-color: #FFD22D;
	color: var(--site-color05);
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
}
.l-onb-casebox02 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.case-studies .l-grid-two-large .l-onb-casebox02 {
	/* キャッチの改行数が違っても、直後の p の開始位置を揃える */
	min-height: 0;
	align-items: flex-start;
	margin-bottom: -3rem;
}
.l-onb-casebox02__side {
	width: calc((100% - var(--s3))*.2);
}
.l-onb-casebox02__main {
	width: calc((100% - var(--s3))*.8);
}
.case-studies .l-grid-two-large .l-onb-casebox02__main {
	display: flex;
	align-items: center;
}
.onb-casebox02-imgcap {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.2rem;
}
.onb-casebox02-catch {
	color: var(--site-color05);
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 700;
}
.case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(2) {
	background-color: #FDEBAC;
}
.case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(2) .onb-casebox02-catch {
	color: var(--site-color010);
}
.onb-casebox02-caption {
	text-align: left;
}
.sec02 .cost-plan .caption {
	text-align: left;
	margin-top: -2rem;
}
.sec02 .case-studies .l-grid-two-large .caption {
	text-align: right;
}
.twb-acc-list-frame {
	border: 4px solid var(--site-color07);
	border-radius: 20px;
}
.twb-acc-list-title {
	padding: var(--s2);
	background-color: var(--site-color07);
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border-radius: 12px 12px 0 0;
	color: var(--site-color02);
	line-height: 1.5;
	display: flex;
    align-items: center;
    justify-content: center;
}
.twb-acc-list-content {
	padding: var(--s2);
}
.twb-acc-list div {
	padding-bottom: var(--s2);
	display: flex;
	border-bottom: 2px solid #EBEDEA;
	gap: var(--s5);
}
.twb-acc-list div:last-child {
	border: none;
}
.twb-acc-list div dt{
	width: 30%;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
	color: var(--site-color02);
}
.twb-acc-list div dd {
	width: 70%;
	line-height: 1.2;
	text-align: left;
}
.twb-acc-list div dd span {
	font-size: 1.8rem;
	font-weight: 700;
}
/*----------------------------------------------
	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%, #ffffff 100%);
}
.more-content-gradation.is-open::after {
	display: none;
}

.mainvisual.lower-m {
	text-align: center;
	position: relative;
}
.mainvisual.lower-m::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--site-color07) url("./img/mv-low-bg.png") no-repeat top center;
	z-index: 0;
	pointer-events: none;
}
.mainvisual.lower-m > a {
	position: relative;
	z-index: 1;
}
.mainvisual.lower-m img {
	width: 30rem;
	margin: var(--s2) auto;
}
.mainvisual.lower-m a:hover {
	opacity: 0.7;
}
.twb-acc-list-more-btn {
	max-width: 32rem;
	margin: var(--s5) auto;
	position: relative;
	transform: translate3d(0, 0, 0); /* 描画対策のGPU処理 */
}
.twb-acc-list-more-btn span {
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: .1rem solid #707070;
	border-radius: 4rem;
	background: #FFEDAB url('./img/accordion-plus.svg') no-repeat 95% center;
	display: block;
	text-align: center;
	font-weight: 700;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 1;
}
.twb-acc-list-more-btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #D6D6D6;
	border-width: 0 1px 1px 0;
	transform: translate(.6rem, .6rem);
	border-radius: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.twb-acc-list-more-btn:hover span{
	transform: translate(.6rem, .6rem);
}
.twb-acc-list-more-btn.is-open span {
	background: #FFEDAB url('./img/accordion-minus.svg') no-repeat 95% center;
}
@media screen and (max-width: 767px) {
/*---------------------------------------------
	sp settings
*/
	.twb-acc-list-frame {
		border-width: 2px;
	}
	.twb-acc-list-more-btn span {
		transition: none;
		transform: none;
	}
	.twb-acc-list-more-btn:hover span {
		transform: none;
	}
}
.youtube-area-frame {
	max-width: 72rem;
	margin: var(--s4) auto;
}
.youtube-area {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.youtube-area iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 動画の下にキャプション（URL）を出すための構造（opt-in） */
.youtube-area--caption-below {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	padding-bottom: 0;
	overflow: visible;
	position: static;
}
.youtube-area--caption-below .youtube-area__inner {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.youtube-area--caption-below .youtube-area__inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.youtube-area--caption-below .caption {
	text-align: center;
}
/* ---------------------------------------------
sec03
--------------------------------------------- */
.sec03 .column-small {
	border: 4px solid #e1e9f9;
}
.sec03 .title-catch {
	color: var(--site-color05);
	border-bottom: 2px solid var(--site-color01);
	padding: var(--s-2) var(--s-2) var(--s1);
	margin-top: 0;
}
.thb-taglist-title {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: var(--site-color02);
	margin: var(--s3) auto var(--s3);
}
.thb-tag-list-2c {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s1);
	margin: var(--s1) var(--s1) var(--s3);
}
.thb-tag-list-2c li {
	width: calc((100% - var(--s1))/ 2);
	padding: var(--s1);
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
}
.thb-tag-list-2c li::before {
	display: none;
}
/* alignHeights で min-height が付いたとき space-between により見出しとタグが離れるのを防ぐ */
.sec03 .column-small .l-stack-small {
	justify-content: flex-start;
	gap: var(--s-1);
}
.sec03 .column-small .thb-taglist-title {
	margin-bottom: 0;
}
.sec03 .column-small .thb-tag-list-2c {
	margin-top: var(--s1);
}
.thb-tag-colored {
	background-color: var(--site-color01);
	color: #fff;
	border-radius: 1rem;
}
.thb-tag-white {
	border: 1px solid #C2E1D2;
	border-radius: 10px;
	background-color: var(--site-color07);
	color: var(--site-color10);
}
.thb-tag-colored .tag-name,
.thb-tag-white .tag-name {
	width: 100%;
	height: 100%;
	display: flex;	
	align-items: center;
	justify-content: center;
}
.thb-table {
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #B0A8A7;
}
.thb-table th,
.thb-table td {
	padding: var(--s1);
	border: 1px solid #B0A8A7;
}
.thb-table th {
	width: 35%;
	background-color: var(--site-color03);
	text-align: center;
}


/* ---------------------------------------------
sec04
--------------------------------------------- */
.sec04 .twb-m-title04-sub span {
	font-size: 2.8rem;
	border-bottom: 4px solid var(--site-color01);
}
.sec04 .column-medium {
  padding: var(--s2);
}
.sec04. twb-m-title04-frame {
  position: relative;
  padding-bottom: var(--s1);
}

/* ---------------------------------------------
sec05
--------------------------------------------- */



/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.sec05.iconbox02-frame {
		padding: var(--s1) var(--s2) var(--s2);
		margin-bottom: -2rem;
	  }
	  .twb-m-title04-frame > a {
		line-height: 1.6;
	  }

}
/* ---------------------------------------------
sec06
--------------------------------------------- */
.sec06 .icon-description-list li.mini-title > span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 12rem;
	margin: 0 auto var(--s2);
	text-align: center;
}
.sec06 .icon-description-list li.mini-title > span img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}


/* ---------------------------------------------
TOP共通追加項目
--------------------------------------------- */


/* ---------------------------------------------
下層追加項目
--------------------------------------------- */
.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 3rem;
    height: 3rem;
}
.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: 3rem;
    height: 3rem;
    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: 3rem;
    height: 3rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}
.onb-index02-frame {
    width: 100%;
    border: 5px solid #DBDBDB;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.onb-index02-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    position: relative;
}
.onb-index02-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.onb-index02-title::before {
	content: "";
	position: absolute;
	display: block;
	background: linear-gradient(180deg, #366FC8 0%, #58B9E4 100%);
	border-radius: 15px;
	width: 7px;
	height: 28px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.onb-index02-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    font-weight: 700;
    border-top: 2px dotted #707070;
}
.onb-index02-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index02-chapter-h a {
    display: block;
    text-decoration: none;
}
.onb-index02-chapter-h a:hover {
    opacity: .6;
}
.onb-index02-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
.onb-index02-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.onb-index02-chapter-h-two::before,
.onb-index02-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index02-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color01);
    transform: translateY(-50%);
    top: .8em;
}
.onb-index02-chapter-h-three::before {
    content: "└";
}



/*----------------------------------------------
	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%, #ffffff 100%);
}
.more-content-gradation.is-open::after {
    display: none;
}
.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    padding: 2rem 6rem 2rem 3rem;
    border: 0.1rem solid #707070;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
    background: var(--site-color03);
    font-size: 1.6rem;
    font-weight: bold;
}
.onb-index02-btn::before {
	content: "";
	width: 2rem;
	height: 0.3rem;
	background: #333;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	right: 3.15rem; /* 1.8rem + (2.7rem / 2) */
	transform: translate(50%, -50%);
	transition: opacity 0.3s, transform 0.3s;
}
.onb-index02-btn::after {
	content: "";
	width: 0.3rem;
	height: 2rem;
	background: #333;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	right: 3.15rem; /* 1.8rem + (2.7rem / 2) */
	transform: translate(50%, -50%);
	transition: opacity 0.3s, transform 0.3s;
}
.onb-index02-btn:hover {
    opacity: 0.6;
}
.onb-index02-btn.is-open::after {
	opacity: 0;
}
.conclusion-box-frame {
	margin: var(--s6) auto;
	padding: var(--s2) var(--s4) var(--s4);
	background-color: var(--site-color06);
	border-radius: 20px;
}
.conclusion-box-ttl {
	position: relative;
}
.conclusion-box-ttl__icon {
	width: 11rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	background-color: var(--site-color09);
	border: 7px solid var(--site-color06);
	border-radius: 50%;
	position: absolute;
	left: -0.2rem;
	bottom: 0;
}
.conclusion-box-ttl__icon span {
	color: var(--site-color10);
}
.conclusion-box-ttl__text {
	padding: var(--s2) 0;
	margin-left: 15rem;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
}
.conclusion-box-text {
	background-color: #FEF0C2;
	border-radius: 20px;
	padding: var(--s4) var(--s4) 0;
}
/* テーブル内の長いURLを強制的に改行させる */
.host td {
    word-break: break-all; /* これが重要！枠の端で強制改行します */
    overflow-wrap: anywhere; /* 念のため、より強力な改行設定も追加 */
}
#low-page.l-center .sec01 .title-catch {
  margin: var(--s2) auto 0;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.conclusion-box-frame {
		padding: var(--s2);
	}
	.conclusion-box-ttl__icon {
		width: 8rem;
		height: 8rem;
		font-size: 1.6rem;
		transform: translateY(-50%);
		top: -2.8rem;
		left: -2rem;
		bottom: inherit;
	}
	.conclusion-box-ttl__text {
		margin-left: 0;
		padding-left: 1rem;
		padding-top: var(--s2);
		padding-bottom: 0;
	}
	.l-onb-conclusion-img {
		width: 36%;
	}
	.conclusion-box-text {
		padding: var(--s3);
	}
	#low-page .sec01 .section-title04 {
    	margin-bottom: -5rem;
  }
	#low-page .sec01 .l-grid-three .column-small {
 	   margin-bottom: 6rem;
  }
	#low-page .section-title05 {
    padding: var(--s2);
    font-size: 2.4rem;
    margin-bottom: var(--s3);
  }
	.host th {
 	 width: 25%;
  }
/* ついでに、スマホでテーブルが画面を突き抜けないようにする */
   .host {
     table-layout: fixed; /* 列の幅を固定し、中身に振り回されないようにする */
     width: 100% !important;
    }
}


/* 固定バナー（ニーズ別・診療予約システムおすすめ3選）— PC/SP モック準拠 */
.pc-fix-banner04 {
	--fix-banner-blue: #3b71db;
	--fix-banner-blue-deep: #2f5fc5;
	--fix-banner-blue-light: #5b8aed;
	--fix-banner-yellow: #fce38a;
	width: 19rem;
	position: fixed;
	right: 0;
	bottom: 14rem;
	z-index: 50;
	filter: drop-shadow(0 0.4rem 1.2rem rgba(47, 95, 197, 0.35));
	border-radius: 12px;
	background-color: var(--fix-banner-blue);
}
.pc-fix-banner04::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	background: url("./img/banner-bg.png") no-repeat top right;
	background-size: cover;
	pointer-events: none;
	z-index: 0;
}
.pc-fix-banner04::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	background: url("./img/banner.png") no-repeat top right;
	background-size: 17rem auto;
	pointer-events: none;
	z-index: 10;
	top: 0;
	left: 3rem;
}
.pc-fix-banner04__inner {
	position: relative;
	padding: 0;
	z-index: 1;
}
.pc-fix-banner04__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	min-height: 11rem;
	padding: var(--s6) var(--s3) var(--s1) var(--s3);
	margin: 0;
	border-radius: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	background: transparent;
	overflow: visible;
}
.pc-fix-banner04__link > .fix-banner04-title {
	position: relative;
	z-index: 1;
	font-size: 3rem;
}
.pc-fix-banner04__link:hover {
	opacity: 0.92;
}
.fix-banner04-badge {
	position: absolute;
	top: -1.35rem;
	left: var(--s1);
	z-index: 2;
	padding: 0.3rem 0.65rem;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
	background-color: var(--fix-banner-yellow);
	border-radius: 5px;
	box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.12);
}
.fix-banner04-title {
	display: block;
	text-align: center;
}
.fix-banner04-title--pc {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	padding-top: 2.4rem;
}
.fix-banner04-title__line {
	display: block;
	font-size: 1.7rem;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}




/* PC：右下にイラスト風装飾（画像を置く場合は background-image を上書き） */
.fix-banner04-deco--pc {
	position: absolute;
	right: -0.6rem;
	bottom: -1rem;
	width: 10.5rem;
	height: 6.5rem;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, #eef3fb 0%, #d8e2f4 100%) no-repeat 58% 38% / 42% 48%,
		linear-gradient(180deg, #f5f8fd 0%, #e2eaf8 100%) no-repeat 8% 12% / 48% 52%;
	border-radius: 6px;
	box-shadow: 0 0.25rem 0.6rem rgba(0, 0, 0, 0.12);
	opacity: 0.95;
}
.fix-banner04-deco--pc::after {
	content: "";
	position: absolute;
	right: 6%;
	bottom: 18%;
	width: 28%;
	height: 38%;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff 0%, #c5d6f0 55%, #9eb7e8 100%);
	opacity: 0.85;
}

@media screen and (max-width: 767px) {
	.pc-fix-banner04 {
		display: none;
	}
}

.sp-fix-banner04 {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp-fix-banner04 {
		--fix-banner-blue: #3b71db;
		--fix-banner-blue-deep: #2f5fc5;
		--fix-banner-blue-light: #5b8aed;
		--fix-banner-yellow: #fce38a;
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		padding: 0;
		pointer-events: none;
		width: 85%;
		margin: 0 auto;
	}
	.sp-fix-banner04__wrap {
		position: relative;
		pointer-events: auto;
	}
	.sp-fix-banner04__wrap::before {
		content: "";
        position: absolute;
        right: 0;
        top: -3rem;
        width: 100px;
        height: 100%;
        background: url(./img/banner.png) no-repeat;
        background-size: contain;
        z-index: 3;
	}
	/* SP：青パネル上にイラスト風装飾 */
	.fix-banner04-deco--sp {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: min(18rem, 86vw);
		height: 4.8rem;
		z-index: 1;
		pointer-events: none;
		background:
			linear-gradient(180deg, #eef3fb 0%, #d8e2f4 100%) no-repeat 62% 55% / 38% 62%,
			linear-gradient(180deg, #f5f8fd 0%, #e2eaf8 100%) no-repeat 18% 22% / 44% 58%;
		border-radius: 6px;
		box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.14);
	}
	.sp-fix-banner04__panel {
		display: block;
		position: relative;
		z-index: 2;
		padding: var(--s2);
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		font-weight: 700;
		background: #2A65D3 url("./img/banner-bg.png") no-repeat center left;
		bottom: .5rem;
		background-size: 40%;
	}
	.sp-fix-banner04__panel > * {
		position: relative;
		z-index: 1;
	}
	.sp-fix-banner04 .fix-banner04-badge {
        top: 6%;
        left: 0;
        transform: translateY(-50%);
        position: absolute;
	}
	.fix-banner04-title--sp {
		font-size: 1.5rem;
		letter-spacing: 0.02em;
		text-align: center;
	}
	.sp-fix-banner04__panel:hover {
		opacity: 0.92;
	}
}

/* ---------------------------------------------
MV
--------------------------------------------- */
.mainvisual .logo-sp img {
  width: 28rem;
  margin: 0 var(--s10);
}

.mainvisual .logo-sp {
  display: block;
  margin-left: -7rem;
}

.sec00 {
	background: url(./img/mv-bg-l.png) no-repeat center center;
	background-size: auto;
	background-size: 200rem;
}
.sec00-l-center {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.sec00 .column-medium{
    background:none;
	padding:0;
	display: flex;
    border: none;
}
.sec00 .contentsArea {
  width: 60%;
}

.sec00 .column-medium2{
	max-width:487px;
	margin-left:auto;
}
.sec00 .column-medium .caption {
  margin: 0 auto var(--s3) var(--s11);
  text-align: left;
  color: #A4A2A2;
}
.sec00 .column-medium .caption a {
  color: #A4A2A2;
}
.sec00 .btn-internal{
	margin-left:0;
	margin-right:0;
}
.sec00 .btn-internal a{
	font-size:1.6rem;
}
.sec00-p{
	font-size:1.5rem;
	margin:1rem auto var(--s2);
	line-height:2;
	color:var(--site-color05);
	/*! width: 60%; */
}
.sec00-p span{
    color: #E58B05;
}
.sec00-p .text-area {
    text-align: center;
}
.sec00 .l-grid-two-flex{
	max-width:55rem;
}
.sec00 .section-title06 {
  font-size: 3.2rem;
  /*! color: var(--site-color02); */
  font-weight: 900;
  text-align: left;
  line-height: 1.6;
}
.sec00 .section-title06 span {
  font-size: 5rem;
}
.sec00 .section-title06 .small {
  font-size: 2.4rem;
  background: var(--site-color06);
  color: var(--site-color05);
  padding: var(--s-2);
}
.sec00 .section-title06-frame{
    margin-top:0rem;
	margin-bottom:1rem;
	text-align:left;
	max-width:70rem;
}
.sec00 .txtArea {
  padding-left: var(--s12);
  display: flex;
}
.sec00 .mv-caption {
  margin-top: var(--s2);
  padding-left: var(--s12);
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8;
}
.sec00 .circle {
    width: 18rem;
    height: 18rem;
    background: #fff;
    border-radius: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    z-index: 0;
    margin-right: var(--s3);
    color: var(--site-color01);
}
.sec00 .circle span {
    font-size: 2.4rem;
}
.circle p.circle-p {
    text-align: center;
}
.sec00 .circle .icon {
  width: 6rem;
  margin-bottom: var(--s1);
}
.sec00 .circle:nth-child(1) img {
  width: 35%;
}
.sec00 .imgArea {
  padding-top: var(--s2);
  width: 37%;
  margin: 0;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.sec00 .contentsArea {
  width: 100%;
  padding: 0 var(--s1);
}
.mainvisual .logo-sp {
  display: block;
  margin: 0 auto;
}
.mainvisual .logo-sp img {
  width: 22rem;
  margin: 0 auto var(--s-2);
  display: block;
}
.sec00 {
	background: url(./img/mv-bg.png) no-repeat bottom right;
	background-size: auto;
	background-size: 90rem auto;
	width: 100%;
}
.sec00 .section-title06 {
  font-size: 2.1rem;
  line-height: 1.7;
}
.sec00 .section-title06 .small {
  font-size: 2.0rem;
  border-bottom: none;
}
.sec00 .section-title06 span {
  font-size: 3.0rem;
  color: var(--site-color02);
}
.sec00 .txtArea {
  padding-left: var(--s2);
}
.sec00 .column-medium {
  display: block;
}
.sec00 .column-medium .caption {
  margin-left: Var(--s2);
}
.sec00-l-center {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
}
  .sec00 .imgArea {
    width: 90%;
    margin: 0 auto;
    padding-top: var(--s1);
  }
.sec00 .section-title06-frame::after {
  width: 14rem;
  background-size: 14rem auto;
  top: 6rem;
}

  /* SP 上書き（custom.css 内に集約） */
  .icon-title-obj-l {
    right: 12.2rem;
  }

  .sec01 .l-grid-three .column-small {
    margin-bottom: 5rem;
  }

  .onb-icon-title-icon {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -2rem;
    left: -2rem;
    border-width: 2px;
  }

  .btn-tel a {
    width: 100%;
    margin: 0 auto;
    padding: 1.4rem 4rem;
    background: var(--site-color06) url("./img/telicon.svg") no-repeat center left 2rem/auto 1.5em;
    border-radius: 10px;
    color: var(--site-color05);
    display: block;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s;
  }

  .sec02 .onb-icon-title-icon {
    top: -4rem;
    left: 13rem;
  }

  .onb-icon-title-catch {
    padding: var(--s3) 0 0;
    font-size: 1.9rem;
  }

  .onb-taglist-title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: -3rem;
  }

  .sec02 h4 {
    margin: var(--s3) auto;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.0rem;
  }

  .onb-tag-colored .tag-name,
  .onb-tag-white .tag-name {
    font-size: 1.4rem;
    padding-right: var(--s-2);
  }

  .onb-help-content-area {
    border: 2px solid var(--site-color01);
  }

  .onb-iconbox02-catch {
    padding: var(--s2) var(--s1) var(--s3);
    font-size: 1.8rem;
  }

  .btn-web a {
    padding: var(--s2) var(--s5) var(--s2) var(--s1);
  }

  .onb-m-title5 {
    font-size: 2.0rem;
    margin-top: var(--s3);
  }

  .onb-casebox02-catch {
    font-size: 1.7rem;
  }

  .onb-casebox02-frame {
    margin-top: 0;
    padding: var(--s3);
    border-radius: 10px;
  }
	.case-studies .l-grid-two-large {
    margin: var(--s2) auto;
    padding: var(--s3) 0;
  }


  /* グレー〜黄色BOXの「すきま」の量（共通CSSの row-gap / マージンと揃える。ずれる場合はここだけ調整） */
  .case-studies .l-grid-two-large {
    --onb-casebox-between-gap: var(--s3);
    margin-top: 0;
  }

  .case-studies .l-grid-two-large::before {
    display: none;
  }

  .sec03 .l-grid-three p {
    padding: var(--s2) var(--s-2) 0;
  }

  .thb-taglist-title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--site-color02);
    margin: var(--s2) auto 0;
  }

  .thb-tag-list-2c {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s1);
    margin: 0 var(--s1) var(--s3);
  }

  .l-grid-two-large {
    margin-top: 0;
  }

  .caption.onb-casebox02-caption {
    margin-top: 1rem;
  }

  .sec02 .case-studies .l-grid-two-large .caption {
    text-align: right;
    margin-top: -2rem;
  }

  .l-onb-casebox02__side {
    width: calc((100% - var(--s3))*.2);
    display: none;
  }

  .case-studies .l-grid-two-large .l-onb-casebox02__main {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .case-studies .l-grid-two-large .l-onb-casebox02 {
    min-height: auto;
	  margin-bottom: 0;
  }

  /* SP: サイドの img を隠した代わりに、各 BOX 上辺中央に before / after アイコン */
  .case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(1).l-stack-small::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 6.4rem;
    height: 6.4rem;
    background: url("./img/beforeicon.svg") no-repeat center / contain;
    z-index: 3;
    pointer-events: none;
  }

  .case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(2).l-stack-small::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 6.4rem;
    height: 6.4rem;
    background: url("./img/aftericon.svg") no-repeat center / contain;
    z-index: 3;
    pointer-events: none;
  }

  .case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(1).l-stack-small {
    padding-top: calc(var(--s3) + 1.2rem);
	margin: var(--s4) 0 var(--s1);
  }
  .case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(2).l-stack-small {
    margin: var(--s4) 0 0;
  }

  /* グレーBOX下端＋「すきまの半分」＝2BOXのど真ん中（--onb-casebox-between-gap は親で定義） */
  .onb-casebox02-frame.l-stack-small::before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, calc(70% + var(--onb-casebox-between-gap, 0px) / 2)) rotate(90deg);
    background: url("./img/yellow_arrow.png") no-repeat center / contain;
    z-index: 2;
    pointer-events: none;
  }

  .case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(2).l-stack-small::before {
    content: none;
    display: none;
  }

  /* ▼が下段にかかる分＋上辺アイコンぶんの上余白 */
  .case-studies .l-grid-two-large > .onb-casebox02-frame:nth-child(2).l-stack-small {
    padding-top: calc(var(--s3) + 1.2rem);
  }

  .iconbox02-catch {
    padding-bottom: var(--s2);
    font-size: 2.0rem;
  }

  .twb-m-title04-frame > a {
    padding-right: 2.2rem;
  }

  .sec04 .twb-box-full {
    width: 100%;
    margin: 0 auto;
  }

  .sec02,
  .sec03,
  .sec05 {
    padding: 0;
  }

  .twb-acc-list-title {
    padding: var(--s2) var(--s1);
    font-size: 1.6rem;
  }

  .sec02 .column-medium {
    padding: 0 var(--s2) var(--s4);
  }

  .sec02 .onb-m-title6 {
    font-size: 2.2rem;
    margin: var(--s4) auto var(--s3) var(--s2);
  }

  .sec04 .twb-m-title04-sub span {
    font-size: 2.4rem;
  }

  .twb-m-title04 {
    font-size: 2.0rem;
  }


  .twb-m-title04-sub {
    font-size: 2.0rem;
    padding: 0;
  }

  .sec01,
  .sec04,
  .sec06 {
    padding: 4rem 0;
  }

  .sec01 {
    padding: 0 0 var(--s14);
    background: url("./img/select3-bg1-sp.png") no-repeat bottom right;
  }

  .sec02 .l-center.l-stack-large {
    padding-top: var(--s1);
  }

  .sec02 table th {
    width: 25%;
  }

  .footer-area-logo {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto var(--s5);
  }

  .icon-description-list li.mini-title a {
    padding-right: 0;
    font-size: 1.7rem;
  }

  .sec06 .icon-description-list li.mini-title a {
    padding-right:0;
    font-size: 1.7rem;
  }

  .icon-description-area {
    padding: var(--s2);
  }

  .icon-dspn4-bg-colored {
    padding-top: 0;
  }

  .mainvisual.lower-m img {
    width: 22rem;
    margin: var(--s1) auto;
  }

  .onb-index02-title {
    font-size: 1.8rem;
    padding-left: var(--s3);
  }

  .onb-index02-btn {
    max-width: 24rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    font-size: 1.4rem;
  }

  .onb-index02-chapter {
    padding: var(--s2) 0 var(--s2) var(--s1);
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding-bottom: var(--s8);
  }
  .sec02::before {
    background: url("./img/select3-bg2-sp.jpg") no-repeat top left;
	background-size: contain;
}
}

/* 吹き出し内のテキストを左寄せにする */
.onb-help-content,
.onb-2c-help-content {
    text-align: left;
}
