@charset "utf-8";

/* ----------------------------------------------------------------------
 追加CSS
---------------------------------------------------------------------- */

/* ---------------------------------------
 タイトル
--------------------------------------- */
/* p title */
:is(.tcdce-body, .editor-styles-wrapper) .p_subtitle {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	font-family: 筑紫A丸ゴシック;
	margin: 0 0 10px;
}

/* h2 title */
:is(.tcdce-body, .editor-styles-wrapper) h2.h2_title {
	font-size: 52px;
	line-height: 1.5;
	font-family: 筑紫A丸ゴシック;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px){
	:is(.tcdce-body, .editor-styles-wrapper) h2.h2_title{
		font-size: 33px;
	}
}

/* ---------------------------------------
 ボタン
--------------------------------------- */
/* c-btn01 */
.c-btn01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.c-btn01.is-back .c-btn01__in>p {
    flex-direction: row-reverse;
}

.c-btn01.is-back .c-btn01__in>p .c-btn01__in-area-ico {
    transform: rotate(180deg);
    margin: 0 1px 0 0;
}

.c-btn01__in {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    min-height: 55px;
    box-sizing: border-box;
    line-height: 1.7;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.c-btn01__in>p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.c-btn01__in-area-ico {
    width: 55px;
    margin-left: 1px;
}

.c-btn01__in-area-txt {
    width: 250px;
}

.c-btn01__in-area-ico,.c-btn01__in-area-txt {
    padding: 15px 20px;
    height: 55px;
    position: relative;
    overflow: hidden;
    background-color: rgba(47, 49, 56, 1);
    z-index: -1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: background-color .75s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-btn01__in-ico {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-btn01__in-ico::before,.c-btn01__in-ico::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 10px;
    background-color: currentColor;
    color: #fff;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 10"><path d="M8.11539 0L7.10769 1.08985L10.2077 4.25125H0V5.73211H10.1923L7.11539 8.90183L8.13077 10L13 4.98336L8.11539 0Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 10"><path d="M8.11539 0L7.10769 1.08985L10.2077 4.25125H0V5.73211H10.1923L7.11539 8.90183L8.13077 10L13 4.98336L8.11539 0Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
}

.c-btn01__in-ico::before {
    transform: translate(-300%, -50%);
    opacity: 0;
}

.c-btn01__in-txt {
    z-index: 1;
    position: relative;
    text-align: left;
    display: block;
}

.c-btn01__in:hover .c-btn01__in-area-ico,
.c-btn01__in:hover .c-btn01__in-area-txt {
    background-color: rgba(25, 55, 119, 1);
}

.c-btn01__in:hover .c-btn01__in-ico::before {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.c-btn01__in:hover .c-btn01__in-ico::after {
    transform: translate(300%, -50%);
    opacity: 0;
}

/* ---------------------------------------
 TOP　ご利用の流れ
--------------------------------------- */
#top_flow{
	background: rgba(242, 245, 247, 1);
	display: flex;
	justify-content: space-between;
	padding: 100px 30px;
}
#top_flow .p_subtitle{
	color: rgba(25, 55, 119, 1);
}
#top_flow .right{
	width: 65.69%;
	max-width: 1130px;
	margin: 0;
}
ul.top_flow_ul{
	margin: 0 0 50px;
	padding: 0;
}
ul.top_flow_ul li{
	list-style:none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(182, 182, 182, 1);
	padding: 35px 0px;
}
ul.top_flow_ul li::before,
ul.top_flow_ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	bottom: -11px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 11px 0 11px;
	border-color: rgba(182, 182, 182, 1) transparent transparent transparent;
}
ul.top_flow_ul li::before {
	border-color: rgba(242, 245, 247, 1) transparent transparent transparent;
	border-width: 28px 30px 0 30px;
	background: none;
}
ul.top_flow_ul li.last::before,
ul.top_flow_ul li.last::after{
	display: none;
}
ul.top_flow_ul li .text_box{
	width: 60%;
}
ul.top_flow_ul li .img_box{
	width: 37%;
}
ul.top_flow_ul li .text_box p.en{
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    color: rgba(182, 182, 182, 1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
}
ul.top_flow_ul li .text_box h3.ttl{
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1050px){
	#top_flow{
		flex-wrap: wrap;
	}
	#top_flow .right{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	#top_flow{
		padding: 60px 30px;
	}
}

/* ---------------------------------------
 TOP　よくある質問
--------------------------------------- */
#top_faq{
	display: flex;
	justify-content: space-between;
	padding: 100px 30px;
}
#top_faq .p_subtitle{
	color: rgba(25, 55, 119, 1);
}
#top_faq .right{
	width: 65.69%;
	max-width: 1130px;
	margin: 0;
}
#top_faq dl{
	background: rgba(242, 245, 247, 1);
	margin-bottom: 15px;
}
#top_faq dl.last-faq-item{
	margin: 0 0 50px;
}
#top_faq dl p{
	font-size: 18px;
}
#top_faq dl p span{
	font-family: "Lexend Zetta", sans-serif;
	font-optical-sizing: auto;
	margin-right: 10px;
	font-size: 23px;
	font-weight: 700;
	color: #022c59;
}
#top_faq dt{
	cursor: pointer;
	position: relative;
	padding: 20px 30px 0 30px;
}
#top_faq dd{
	max-height: 0;
	overflow: hidden;
	transition: 0.8s ease;
	padding: 0px 30px 20px 30px;
}
#top_faq .faq-item.is-open dd {
	max-height: 150px;
	opacity: 1;
}
#top_faq dt::after {
	content: "+";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	font-weight: bold;
	transition: transform .3s;
}
#top_faq .faq-item.is-open dt::after {
	content: "-";
}

@media screen and (max-width: 1050px){
	#top_faq{
		flex-wrap: wrap;
	}
	#top_faq .right{
		width: 100%;
		margin: 20px 0 0;
	}
}

@media screen and (max-width: 768px){
	#top_faq{
		padding: 60px 30px;
	}
	#top_faq dl p {
		font-size: 15px;
		line-height: 1.4;
	}
	#top_faq dt{
		padding: 17px 50px 17px 17px;
	}
	#top_faq dt::after{
		right: 17px;
	}
	#top_faq dd{
		padding: 0px 50px 0px 17px;
	}
	#top_faq .is-open dd{
		padding: 10px 50px 17px 17px;
	}
}

/* デフォルト（PC表示） */
br.pc {
  display: block;
}

/* スマホだけ無効 */
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/* ---------------------------------------
 TOP Whitepitはここがすごい
--------------------------------------- */
.top_features {
	padding: 6rem 0;
	background: url("https://whitepit-lab.com/wp-content/uploads/2026/02/features_bkimg.jpg") no-repeat center center/cover;
}
.top_features .container {
	max-width: 1080px;
	width: 108rem;
	margin: 0 auto;
}
.top_features h2 {
	width: 60%;
	margin: auto;
}
.top_features img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_features .item_box {
	padding: 0 0 0;
	display: flex;
	justify-content: space-between;
}
.top_features .item_box .item {
	width: 33%;
	border: 3px solid #eded2e;
	padding: 20px;
	margin: 0;
}
.top_features div {
	font-weight: bold;
	color: #fff;
	font-size: 23px;
}
.top_features h3 {
    text-align: left;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}
.top_features span {
	color: #eded2e;
}

@media screen and (max-width: 768px) {
	.top_features{
		padding: 60px 0;
	}
	.top_features h2{
		width: 100%;
	}
	.top_features .container {
		max-width: 100%;
		width: 90%;
	}
	.top_features .item_box{
		flex-direction: column;
		gap: 23px;
	}
	.top_features .item_box .item{
		width: 100%;
	}
}

/* ---------------------------------------
 TOP 料金表
--------------------------------------- */
.top_price {
	position: relative;
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
}
.top_price .container {
	width: 97%;
	margin: auto;
}
.top_price .p-cb-header-title {
	color: rgb(28, 61, 129);
	font-size: 40px;
	font-family: 筑紫A丸ゴシック;
	line-height: 1.3;
}
.top_price .p-cb-header-title>span {
	display: block;
	text-align: center;
	font-size: 20px;
}
.top_price .container .item_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.top_price .container .item_box .item {
	width: 33%;
	display: flex;
	flex-direction: column;
	margin: 1rem 0px;
	border: 1px solid rgb(28, 61, 129);
	text-align: center;
	line-height: 1.7;
	font-weight: 600;
}
.top_price .container .item_box .item:nth-last-child(1) {
	width: 100%;
}
.top_price .container .item_box .item h3 {
	padding: 0.3rem 0px;
	background-color: rgb(28, 61, 129);
	font-weight: bold;
	color: rgb(237, 237, 46);
	text-align: center;
}
.top_price .container .item_box .item div {
	color: rgb(28, 61, 129);
	padding: 0 20px;
	margin: 0 0 30px;
}
.top_price .container .item_box .item > div > p > span {
	display: inline-block;
	color: rgb(255, 255, 255);
	background-color: rgb(28, 61, 129);
	padding: 0.1rem 2rem;
	border-radius: 30px;
}
.top_price .container .item_box .item div span.big{
	font-size: 40px;
}
.top_price .deco{
	position: absolute;
	bottom: 0;
	right: -100px;
	width: 200px;
}

@media screen and (max-width: 768px){
	.top_price{
		max-width: 100%;
		margin: 10px auto;
	}
	.top_price .container .item_box .item{
		width: 100%;
		font-size: 15px;
	}
	.top_price .container .item_box .item div{
		margin: 0 0 10px;
	}
	.top_price .container .item_box .item h3{
		margin: 0 0 20px;
	}
	.top_price .container .item_box .item > div > p > span{
		font-size: 18px;
	}
	.top_price .p-cb-header-title {
		font-size: 33px;
		margin: 0 0 10px;
	}
	.top_price .deco {
		bottom: 0;
		right: 0;
		width: 110px;
	}
}

/* ---------------------------------------
 TOP 設備紹介
--------------------------------------- */
.top_equipment {
	position: relative;
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
}
.top_equipment .p-cb-header-title {
	color: rgb(28, 61, 129);
	font-size: 40px;
	font-family: 筑紫A丸ゴシック;
	line-height: 1.3;
	margin: 0 0 40px;
}
.top_equipment .p-cb-header-title>span {
	display: block;
	text-align: center;
	font-size: 20px;
}
.top_equipment .item_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.7;
    font-weight: 700;
    gap: 30px 0;
}
.top_equipment .item_box .item{
	display: flex;
	flex-direction: column;
}
.top_equipment .item_box .item:nth-of-type(1),
.top_equipment .item_box .item:nth-of-type(2) {
	width: 49%;
}
.top_equipment .item_box .item:nth-of-type(3),
.top_equipment .item_box .item:nth-of-type(4),
.top_equipment .item_box .item:nth-of-type(5),
.top_equipment .item_box .item:nth-of-type(6),
.top_equipment .item_box .item:nth-of-type(7),
.top_equipment .item_box .item:nth-of-type(8),
.top_equipment .item_box .item:nth-of-type(9),
.top_equipment .item_box .item:nth-of-type(10) {
	width: 24%;
}
.top_equipment .item_box .item .img_box img{
	width: 100%;
}
.top_equipment .item_box .item h3 {
	padding: 0.3rem 0px;
	background-color: rgb(28, 61, 129);
	font-weight: bold;
	color: rgb(237, 237, 46);
	text-align: center;
	margin: 0 0 10px;
}
.top_equipment .item_box .text_box {
    display: block;
    border: 2px solid #1c3d81;
    padding: 1rem;
}
.top_equipment .item_box .text_box02{
	margin: 28px 0 0;
}
.top_equipment .item_box .text_box dt{
	color: rgb(28, 61, 129);
}

@media screen and (max-width: 768px){
	.top_equipment{
		margin: 10px auto;
		max-width: 100%;
		width: 80%;
	}
	.top_equipment .p-cb-header-title {
        font-size: 33px;
        margin: 0 0 20px;
    }
	.top_equipment .item_box .item:nth-of-type(1),
	.top_equipment .item_box .item:nth-of-type(2) {
		width: 100%;
	}
	.top_equipment .item_box .item:nth-of-type(3),
	.top_equipment .item_box .item:nth-of-type(4),
	.top_equipment .item_box .item:nth-of-type(5),
.top_equipment .item_box .item:nth-of-type(6),
.top_equipment .item_box .item:nth-of-type(7),
.top_equipment .item_box .item:nth-of-type(8),
.top_equipment .item_box .item:nth-of-type(9),
.top_equipment .item_box .item:nth-of-type(10){
		width: 100%;
	}
	.top_equipment .item_box .text_box02 {
		margin: 0;
	}
}

/* ---------------------------------------
 TOP アクセス
--------------------------------------- */
.top_access {
	position: relative;
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
}
.top_access .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_access .p-cb-header-title {
	color: rgb(28, 61, 129);
	font-size: 40px;
	font-family: 筑紫A丸ゴシック;
	line-height: 1.3;
	margin: 0 0 40px;
}
.top_access .p-cb-header-title>span {
	display: block;
	text-align: center;
	font-size: 20px;
}
.top_access .map_box {
	padding: 2rem 0 0 0;
	width: 100%;
}
.top_access .map_info {
	margin-top: 0;
	width: 48%;
}
.top_access .map_info h3.tit_h3 {
	padding: 0.3rem 0px;
	background-color: rgb(28, 61, 129);
	font-weight: bold;
	color: rgb(237, 237, 46);
	text-align: center;
	margin: 0 0 10px;
}
.top_access .map_info>ul {
    padding: 0;
    color: #1c3d81;
    margin: 15px 0 20px;
}
.top_access .map_info>ul li {
	list-style:none;
	text-align: left;
	font-weight: bold;
}
.top_access .map_info .btn_box a{
    display: inline-block;
    background-color: #eded2e;
    border-radius: 25px;
    padding: 0px 30px;
    margin: 0;
    color: #1c3d81;
    font-size: 15px;
    font-weight: 700;
}
.top_access .access_info {
	border: 2px solid #1c3d81;
	padding: .5rem 1rem;
	width: 48%;
	font-weight: 700;
	line-height: 1.8;
}
.top_access .access_info dt{
	color: rgb(28, 61, 129);
}
.top_access .deco {
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 200px;
}

@media screen and (max-width: 768px){
	.top_access{
		margin: 10px auto 50px;
		max-width: 100%;
		width: 80%;
	}
	.top_access .p-cb-header-title {
        font-size: 33px;
        margin: 0;
    }
    .top_access .map_box iframe {
		width: 100%;
		height: 270px;
	}
    .top_access .map_info{
    	width: 100%;
    	margin: 0 0 30px;
    }
    .top_access .access_info{
    	width: 100%;
    }
    .top_access .deco{
        width: 110px;
        left: auto;
        right: -30px;
        bottom: -33px;
    }
}