@charset "utf-8";

/* -----------------------------------------------------------------------------
 環境設定
----------------------------------------------------------------------------- */
/* 定義 */
:root {
	/* 色 */
	--main-color: #0B3B4F; /* メインカラー */
	--sub-color: #1C1D43; /* サブカラー */
	--accent-color: #EAAD38; /* アクセントカラー */
	--dark-color: #222; /* ダークカラー */
	--light-color: #FAF2E3; /* ライトカラー */
	
	/* 全体 */
	--body-font-family: 'Noto Sans JP', sans-serif; /* フォントfamily */
	--body-font-size: 16px; /* 文字サイズ */
	--body-line-height: 2; /* 行間 */
	--body-font-color: #333; /* 文字色*/
	--body-bg-color: #fff; /* 背景色 */
	--link-a-color: var(--main-color); /* リンク文字色 */
	--link-a-hover-color: #CC3D15; /* リンク文字色 hover */
	
	
	/* ヘッダー */
	--header-bg-color: #fff; /* 背景色 */
	--header-logo-color: #111; /* ロゴ色 */
	--header-menu-txt-color: #fff; /* メニュー文字色 */
	--header-sub-menu-color: #aaa; /* ハンバーガーメニュー色 */
	--header-sub-menu-bg-color: rgba(79,79,79,0.8); /* サブメニュー背景色 */
	
	/* タイトル */
	--h1-main-font-family: inherit; /* メイン フォントfamily */
	--h1-main-font-weight: 900; /* メイン 文字太さ */
	--h1-main-color: var(--main-color); /* メイン色 */
	--h1-sub-font-family: inherit; /* サブ フォントfamily */
	--h1-sub-font-weight: 300; /* サブ 文字太さ */
	--h1-sub-color: var(--sub-color); /* サブ文字色 */
	
	/* コンテンツ タイトル */
	--h2-contents1-color: var(--dark-color); /* 文字色 */
	--h2-contents1-weight: 900; /* 文字太さ */
	
	/* コンテンツ */
	--list-style-color: var(--main-color); /* リストアイコン色 */
	--col-line-height: 1.6; /* 2分割・3分割・4分割の行間 */
	
	/* 会社概要 */
	--cpn-table-border: #A9BFC9; /* table線色 */
	--cpn-th-color: #D7D6D6; /* th色 */
	
	/* お問合せ */
	--contact-tel-font-family: 'Noto Sans JP', sans-serif; /* TELフォントfamily */
	--contact-tel-font-weight: 700; /* TEL文字太さ */
	--contact-tel-color: #333; /* TEL文字色 */
	--contact-center-line-color: #ccc; /* 中央線 */
	--contact-form-btn-txt-color: #fff; /* フォームボタン文字色 */
	--contact-form-btn-bg-color: #333; /* フォームボタン背景色 */
	
	/* フッター */
	--footer-bg-color: #fff; /* 背景色 */
	/*--footer-txt-color: #fff; /* 文字色 */*/
	--footer-txt-hover-color: var(--light-color); /* 文字色 hover */
	--footer-arrow-color: #fff; /* TOPへ戻る矢印色 */
	--footer-arrow-bg-color: var(--dark-color); /* TOPへ戻る矢印背景色 */
	--footer-arrow-hover-color: var(--accent-color); /* TOPへ戻る矢印色 hover */
	--footer-arrow-hover-bg-color: var(--light-color); /* TOPへ戻る矢印背景色 hover */
	--footer-top-border-size: 0px; /* border-top 太さ */
	--footer-top-border-color: var(--dark-color); /* border-top 色 */
	--footer-logo-width:200px; /* ロゴ 横幅 */
	--footer-name-font-size: 1rem; /* 会社名 文字サイズ */
	--footer-name-font-weight: 400; /* 会社名 文字太さ */
	
	/* 常駐ボタン */
	--side-btn-txt-color: #fff; /* 文字色 */
	--side-btn-txt-weight: 700; /* 文字太さ */
	--side-btn-bg-color: #c93d3f; /* 背景色(上) */
	--side-btn-bg-color2: var(--dark-color); /* 背景色(下) */
}


/* 背景 */
.contents_bg1{
	background-color: var(--main-color)!important;color: #fff;
}
.contents_bg2{
	background: var(--body-bg-color) url("../../p-img/101534_1/bg-grid1.png")left top repeat!important;
}
.contents_bg3{
	background-color: var(--light-color)!important;
}


/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
header {
	height: 50px;
}
header a {
	text-decoration: none !important;
}
header > .inner {
	width: 100%;
	background-color: var(--header-bg-color);
	box-shadow: 0px 3px 10px 0px rgba(204,204,204,0.20);
}
header > .inner > .logo {
	font-size: 16px;line-height: 1;
	padding: 0 50px 0 10px;
	display: flex;align-items: center;
	font-weight: 300;color: var(--main-color);
}

header > .inner > .logo img{
	height: 30px;
	vertical-align: middle;
	margin-right: 8px;order: 1
	
}
header > .inner > .logo .h1_kw{order: 2;white-space: pre;}

header > .inner > navi > ul {
	display: block;
}
header > .inner > navi > ul > li {
	padding-left: 0;
	text-indent: 0;
}
header > .inner > navi > ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: .95em;
	color: var(--header-menu-txt-color);
	margin: 0;
	padding: 5px 20px;
	border: none;
}
header > .inner > navi > .translation {
	padding: 5px 20px;
	display: block;
}


/* bt-menu */
#bt-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: var(--header-bg-color);
	z-index: 10;
	cursor: pointer;
}
#bt-menu span {
	position: absolute;
	top: 24px;
	right: 10px;
	width: 30px;
	height: 2px;
	background-color: var(--header-sub-menu-color);
	transition: .3s;
}
#bt-menu span::before {
	position: absolute;
	top: -10px;
	right: 0;
	content: "";
	width: 30px;
	height: 2px;
	background-color: var(--header-sub-menu-color);
	display: block;
	transition: .3s;
}
#bt-menu span::after {
	position: absolute;
	top: 10px;
	right: 0;
	content: "";
	width: 30px;
	height: 2px;
	background-color: var(--header-sub-menu-color);
	display: block;
	transition: .3s;
}
#bt-menu.open span {
	background-color: transparent;
	transition: .3s;
}
#bt-menu.open span::before {
	top: 0;
	transform: rotate(45deg);
	transition: .3s;
}
#bt-menu.open span::after {
	top: 0;
	transform: rotate(-45deg);
	transition: .3s;
}

/* style1 */
header.style1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--header-bg-color);
	z-index: 999;
}
header.style1 > .inner > .logo {
	height: 50px;
}
header.style1 > .inner > navi {
	position: absolute;
	top: 50px;
	right: 0;
	padding: 5px 0 10px;
	background-color: var(--header-sub-menu-bg-color);
	opacity: 0;
}	


/* powered by Sangyo Navi */
.powered {
	display: block;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #ddd;
	text-align: right;
	margin: 5px 10px 0;
	padding: 3px 5px 0;
	border-top: 1px solid #ddd;
}


/* -----------------------------------------------------------------------------
 Top Contents
----------------------------------------------------------------------------- */
#top-contents {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}
#top-contents .slider img {
	width: 100%;
	height: auto;
	max-height: 80vw;
	min-height: 400px;
	object-fit: cover;
	object-position: bottom;
}
#top-contents .slider {
	position: relative;
	z-index: 1;
}
#top-contents .layer1 {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 9;text-align: center;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
#top-contents .layer1 h2{
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.5;
}


#top-contents .layer2 {
	position: absolute;
	bottom: 2vw;
	right: 0;
	left: 0;
	padding: 0 20px ;
	z-index: 7;
}
#top-contents .layer2 p{
	font-weight: 400;
	font-size: .9em;
	line-height: 1.5;
	/*color: #eee;*/
	padding: 0 0;
}
#top-contents .layer3 {
	position: absolute;
	top: 2vw;
	right: 0;
	left: auto;
	z-index: 5;
}

/* -----------------------------------------------------------------------------
 Breadcrumb
----------------------------------------------------------------------------- */
#breadcrumb {
	font-size: 0.85em;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: left;
	background-color: var(--body-bg-color);
}
#breadcrumb .login {
	width: 120px;
	text-align: right;
	float: right;
}
#breadcrumb .login img {
	margin-right: 5px;
	vertical-align: top;
}
#breadcrumb .login a {
	color: var(--body-font-color);
	text-decoration:none;
	border: none;
}
#breadcrumb .login a:hover {
	color: var(--link-a-hover-color);
	text-decoration:none;
	border: none;
}
#breadcrumb .bc img {
	width: 14px;
	vertical-align: top;
}
#breadcrumb .bc a {
	color: var(--body-font-color);
	text-decoration:none;
	border: none;
}
#breadcrumb .bc a:hover {
	color: var(--link-a-hover-color);
	text-decoration: none;
	border: none;
}


/* -----------------------------------------------------------------------------
 contents
----------------------------------------------------------------------------- */
main .contents {
	background-color: var(--body-bg-color);
	overflow: hidden;
}
main .contents.fixed {
	background-color: transparent;
}
main .contents .fixed-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.w1024 {
	height: auto !important;
	margin: 60px 15px;
	box-sizing: border-box;
}
.w1024.bg {
	background-color: #fff;
	padding: 20px;
}

.layer {
	position: static;
	width: 100% !important;
}

.contents section {
	margin: 0 0 40px;
	box-sizing: border-box;
}


/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
footer {
	position: relative;
	font-size: 0.92em;
	padding: 50px 0 30px;
	border-top: var(--footer-top-border-size) solid var(--footer-top-border-color);
	background-color: var(--footer-bg-color);
	background-size: cover;
	box-sizing: border-box;
	margin-bottom: 50px;
}
footer .pagetop a {
	position: absolute;
	top: calc(-25px - var(--footer-top-border-size));
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background-color: var(--footer-arrow-bg-color);
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
}
footer .pagetop a::before {
	color: var(--footer-arrow-color);
	font-size: 20px;
	content: "▲";
	margin-top: 14px;
	text-align: center;
	line-height: 1em;
	display: block;
	transition: .3s;
}
footer .inner {
	margin: 0 10px;
}
footer .pagetop a span {
	display: none;
}
footer .login {
	margin: 40px auto 5px;
	text-align: center;
	display: block;
}
footer .login img {
	margin-right: 5px;
	vertical-align: 0;
}
footer .login a {
	font-size: 14px;
	color: var(--footer-txt-color);
	text-decoration: none;
	border: none;
	display: inline-block;
}
footer.login a:hover {
	color: var(--footer-txt-hover-color);
	text-decoration: none;
	border: none;
}
footer .copy {
	font-size: 13px;
	line-height: 1.6;
	color: var(--footer-txt-color);
	text-align: center;
}
footer .copy a{
	border: none;
}
.footer-info{
	color: var(--footer-txt-color);
	text-align:center;
}

.footer-info .logo{
	width: var(--footer-logo-width);
	box-sizing: border-box;
	margin: 0 auto 10px;
}
.footer-info .logo img{
	width: 100%;
}
.footer-info .name{
	font-weight: var(--footer-name-font-weight);
	font-size: var(--footer-name-font-size);
}
.footer-info .mail{
	margin-top: 10px;
}
.footer-info .mail a{
	display: table;
	text-decoration: none;
	color: #fff;
	background-color: var(--side-btn-bg-color);
	border-radius: 60px;
	padding: 0 30px;
	margin: auto;
}
.footer-info .mail a:hover{
	opacity: 1;
	transform: scale(1.1);
}
.footer-info .mail a i{
	margin-right: 3px;
}


/* -----------------------------------------------------------------------------
 共通 parts
----------------------------------------------------------------------------- */
/* parts-h1 */

/* parts-h2 */
.parts-h2 {
	font-weight: var(--h2-contents1-weight);
	font-size: 3rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 2em;
}
.parts-h2 .small{
	display: block;
	font-family: var(--h1-sub-font-family);
	font-weight: var(--h1-sub-font-weight);
	font-size: .4em;
	color: var(--accent-color);
	text-shadow: none;letter-spacing: normal;
	
}
.parts-h2 .small::after{content: '';display: block;width: 1px;height: 2.5em;margin: .4em auto ;background:var(--accent-color);}

/* parts-h3 */
.parts-h3 {
	font-size: 2rem;
	line-height: 1.5;
	color: var(--dark-color);
	border-bottom: 1px solid var(--dark-color);
	padding-bottom: .3em;
	margin-bottom: 1em;
	font-weight: 700;
}

/* parts-h4 */
.parts-h4 {
	font-weight: 300;
	font-size: 1em;
}

/* parts-img */
.parts-img {
	margin-bottom: 2em;
	text-align: center;
}
.parts-img img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* parts-map */
.parts-map {
	max-width: 100%;
	margin-bottom: 2em;
}

/* parts-news */
.parts-news {
	height: 200px;
	margin-bottom: 2em;
	padding: 15px;
	background-color: var(--body-bg-color);
	border: 1px solid #999;
	overflow-y: scroll;
	box-sizing: border-box;
}
.parts-news.show {
	height: auto !important;
	overflow-y: visible;
}
.parts-news > p {
	margin-bottom: 1em;
}
.parts-news a:link,.parts-news a:visited{
	color: var(--body-font-color);text-decoration: none;
}
.parts-news a:hover{color: #E32828;text-decoration: none;}


/* -----------------------------------------------------------------------------
 財団カスタマイズ
----------------------------------------------------------------------------- */

/* 共通 */
body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	color: var(--body-font-color);
}

a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
a.anchor:active,a.anchor:hover{border-bottom:none!important;}

.txt_area a:link,.txt_area a:visited, .txt_area a:active {
    color: var(--link-a-color);
	text-decoration: none;
	border-bottom: 1px solid var(--link-a-color);
	transition: .3s;
}
.txt_area a:hover {
    color: var(--link-a-hover-color);
	border-bottom: 1px solid var(--link-a-hover-color);
}
.txt_area p{
	margin-bottom: 1.5em;
}

.font_s{
	font-size: .7em;
	margin: 0 3px;
}

.inblock{
	display: inline-block;
}

/* 2分割・3分割・4分割 gap*/


/* 2分割・3分割・4分割 flex*/
.half-flex,.half2-flex,.half3-flex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 2rem;
}
.trisection-flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;}

.half-flex .left,.half-flex .right,
.half2-flex .left,.half2-flex .right,
.half3-flex .left,.half3-flex .right{width: 100%;margin-bottom: 1em;}

.trisection-flex .left,.trisection-flex .center{width:49%}
.trisection-flex .right{width: 100%;margin-bottom: 1em;margin-top: .5%}

.half-flex .right,.half2-flex .right,.half3-flex .left,
.trisection-flex .right,
.quarter-flex .right1,.quarter-flex .right2{margin-bottom: 0}

.half-flex img,.half2-flex img,.half3-flex img,
.trisection-flex img,.quarter-flex img{width: 100%}


/* parts-txt-img */


/* ful-half */
.ful-half{
	display: flex;
	flex-direction: column;
	width: 100%;
	/*min-height: 480px;*/
	align-items: stretch;
}
.ful-half.r-img .left,
.ful-half.l-img .right{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.ful-half.r-img .right,
.ful-half.l-img .left{
	/*height: 300px;*/
}
.ful-half .left,
.ful-half .right{
	width: 100%;
	box-sizing: border-box;
}
.ful-half .txt{
	padding: 15px;
	text-align: justify;
}
.ful-half .txt .inner{
	/*max-width: 600px;*/
	box-sizing: border-box;
	margin: 20px auto;
}
.ful-half .img{
	position: relative;
	/*height: 100%;	
	overflow: hidden;*/
}
.ful-half .img img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* parts-list */

/* flow 横 */

/* ScrollTrigger
* マーカー *
/* マーカー／アニメーションなし */
.marker{background:linear-gradient(transparent 60%, rgb(255, 239, 0) 60%);font-weight: bolder}

/* 会社概要 */
.cpn_tbl table{
	border-collapse: collapse;
	margin: 20px auto 40px;
}
.cpn_tbl table th,
.cpn_tbl table td{
	display: block;
	border-bottom: 1px solid var(--cpn-table-border);
	text-align: left;
	padding: 5px 20px;
}
.cpn_tbl table th{
	font-size: .9em;
	font-weight: 500;
	color: var(--cpn-th-color);
	white-space: nowrap;
	border-bottom: none;
	padding: 7px 0 0 5px;
}

/* お問合せ */

.form_sub{
	font-size: .75em;
	color: #888;
	text-align: center;
	margin-top: 10px;
}
a.mail_button {
	display: inline-block;
	margin-top: 20px;
	padding: 1em 3em;/* ボタンのサイズはpaddingで調整 */
	background: var(--contact-form-btn-bg-color);
	border: 1px solid var(--contact-form-btn-bg-color); /* 枠線色 */
	color: var(--contact-form-btn-txt-color); /* 文字色 */
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	transition: all .3s;
}
a.mail_button:hover {
	opacity: 0.85;
}
a.mail_button i{
	transition: all .3s;
}
a.mail_button:hover i{
	transform: scale(1.3);
}


/* 横問合せボタン */
.cv_btn_area {
	width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 102;
	opacity: 0;
	overflow: hidden;
}
.cv_btn_area .btn{
	align-items: flex-end;
	display: flex;
}
.cv_btn_area .btn a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	line-height: 1.3;
    font-size: 17px;
	font-weight: var(--side-btn-txt-weight);
    letter-spacing: 1px;
    background: var(--side-btn-bg-color);
    color: var(--side-btn-txt-color);
    text-align: center;
	text-decoration: none;
	padding: 15px 0px;
	margin: 0;
}
.cv_btn_area .btn a:nth-child(2),.cv_btn_area .btn a:nth-child(3){
	background: var(--side-btn-bg-color2);
}

.cv_btn_area .btn a i {
	font-size: 1.5em;
	margin-right: 10px;
}
.cv_btn_area .btn a.sp-tel{display: none;}

.fade_on{
	opacity: 1;
}

/* TEL */
a[href^="tel:"] {
	color:inherit;
	text-decoration:none;
	border: none;
}

@media screen and (min-width: 768px){
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

/* レスポンシブ出し分け 
*/


/* Margin・Padding */
.mb0{
	margin-bottom: 0!important;
}
.mt0{margin-top: 0!important;}
.mb2{margin-bottom: 2em;}
.mb15{margin-bottom: 1.5em;}
.mb1{margin-bottom: 1em;}
.mb05{margin-bottom: .5em;}

/*フェードイン表示の指定
*/

.flexbox{display: flex;flex-wrap: wrap;}

/* -----------------------------------------------------------------------------
	 個別設定
----------------------------------------------------------------------------- */
/*共通*/
/*全ての要素にbox-sizing: border-box;*/
*,
*::before,
*::after {box-sizing: inherit; box-sizing: border-box;}
html {  box-sizing: border-box;}

.p-img{text-align: center;line-height: 1;font-size: 1rem;}
.p-img img{width: 100%;vertical-align: bottom;}

a:link,a:visited,p a:link,p a:visited{text-decoration: none;var(--body-font-a-color);}
p a:hover,a:hover{color:var(--link-a-hover-color);text-decoration: none;}

.em{font-size: 1.5em;display: inline-block;}
.note{font-size: 14px;display: block;text-indent: -1em;padding-left: 1em}

.block{display: block;}
.tax{font-size: 14px!important}


.fsmall{font-size: 0.8em}
.small{font-size: 0.55em}

.color{color:#C93D3F;font-weight: bolder;}
.h2-box{
	background: url("../../p-img/101534_1/h2-bg.jpg");background-position: center;background-size: cover;
	padding: 40px 10px;
}
.h2-box .parts-h2{margin-bottom: 0;letter-spacing: .1em}
.font115{font-size: 1.15em}
.font125{font-size: 1.25em}
.font16{font-size: 16px}


/*top*/
#top-contents .layer1{
	display: flex;align-items: center;justify-content:center;flex-direction: row;width: auto;
	right: 0;left: 0;margin:0 auto;}
.l1-left{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.l1-left p{order: 3}
.l1-left h2{order: 2}
.l1-left ul{order: 1}
.layer1 p{font-weight: 700;line-height: 1.4;margin-top: 0.5em}
.l1-right{width:500px;}
.l1-right img{width: 100%;vertical-align: bottom;}

.layer1 ul{display: flex;justify-content: center;margin-bottom: .75em}
.layer1 li{font-size: 1.35em;width:6.5em;height: 3.75em;
	background-color: #FFD8CE;line-height: 1.3;text-align: center;
	border-radius: 50%;font-weight: 700; display: flex;justify-content: center;align-items: center;
	box-shadow: 4px 4px 0 #FFAFA3;margin-right: 1em;color: #c93d3f;
}
.layer1 li:nth-child(3){margin-right: 0}


/*con1　3つの特長*/
.catch{font-size: 2.75rem;text-align: center;color:var(--main-color);margin-bottom: 1em; }
.con1 h3{
	font-size: 1.7rem;text-align: center;line-height: 1.6;
	color: var(--main-color);margin-bottom: 4em;
}
.con1 ul.flexbox{justify-content: center;flex-wrap: wrap;margin-right:-1.33%;margin-bottom: -3.5em}
.con1 ul.flexbox li{align-content: center; border:2px var(--main-color) solid;border-radius: 8px; 
	padding: 20px 10px 80px;font-size: 1.75rem;position: relative;margin-right: 1.33%;
	text-align: center;justify-content: center;line-height: 1.6;font-weight: 900;margin-bottom: 2em
}
.con1 ul.flexbox li .block{margin-bottom: .65em}
.con1 ul.flexbox li .small{position: absolute;display: block;padding: 3px 5px;line-height: 1.3;
	background: #fff;color: var(--accent-color);top:-1em;left:0;right:0;width: 13em;margin: 0 auto;
	transform:rotate(-3deg);
}
.con1 ul.flexbox li img{position: absolute;bottom:-25px;left:0;right:0;height: 100px;margin: 0 auto;}


.contents .point-sec{margin: 40px 15px;width: calc(100% - 30px)}

/*con2 特長詳細/ベビコ　*/
.arrow{height: 10vw}
.arrow img{height: 10vw;width: 100%}
.con2-h2{text-align: center;font-weight: 900;color: #fff;margin-bottom: 1.5em;padding: 0 15px}
.con2{color: #fff;}

.con2 .half2-flex{margin-bottom: 1em;flex-direction: column-reverse;}
.con2 .half2-flex .left{padding: 0 15px 0;font-size: 18px;width: 100%;}
.con2 .half2-flex .right{width: 80%;margin-left: 20%;margin-bottom: 1.5em}
.con2 .half2-flex .left img{height: 2em;width: auto;vertical-align: middle;margin: 0 0.25em}
.con2 .half2-flex.overiew .left dt{
	font-size: 1.05em;color: var(--accent-color);font-weight: 700
}
.con2 .half2-flex.overiew dt{line-height: 1.3;margin-bottom: .2em;}
.con2 .half2-flex.overiew dd{margin-left: 1em;line-height: 1.6;margin-bottom: 1em;}
.overiew dd strong{color: #FFF9DD}
.con2 .half2-flex.many dl{display: flex;flex-wrap: wrap;}
.con2 .half2-flex.many .left dt{display: flex;align-items: center;justify-content: center;
	border:  1px solid #B0BDC3;border-bottom-width: 2px;border-right-width: 2px;padding: 0.35em .5em;line-height: 1;margin: 2em 0 0.5em;text-align: center;width: 13em;
}

.con2 .half2-flex.many .left dd{margin-left: 1em ;line-height: 1;width: calc(100% - 14em);margin-top: 2em;margin-bottom: 0.5em}
.con2 .half2-flex.many .left dd .em{font-weight: 700;}

.con2 .link-out a{
	background-image: initial;
	background-color: #fff!important;
	display: inline-block;background-color:var(--main-color);color: #d07f60;
	text-align: center;padding: 0.5em 2em;margin: 15px;border-radius: 3px;
	position: relative;
	box-shadow: 3px 3px 0 var(--accent-color);
}
.con2 .link-out a img{width: 150px;margin: 0 50px}

.con2 .l-img .left,
.con2 .r-img .right{text-align: center;margin-bottom: 3em;margin-top: 1em}
.con2 .point3 .left{margin-bottom: 1.5em}
.con2 .l-img .left img,
.con2 .r-img .right img{width: 70%;vertical-align: bottom;}
.ful-half .txt {padding: 0 15px;}

.con2 .parts-h3 {color: #fff;border-bottom-color: #fff;position: relative;padding-left: 54px}
.parts-h3 .pop{
	display: block;position: absolute;width: 4em;height: 4em;font-size: 14px;
	border-radius: 50%;line-height: 4em;background-color:#000;text-align: center;
	top:50%;left: -10px;transform: translateY(-65%);
}
.cta1{background-color:#debd5b;padding: 1px 0;color: var(--body-font-color);position: relative;}
.cta1::before{
	content: '';display: block;width: 150px;height:40px;background: var(--main-color);
	top:-1px;left:0;right:0;margin: 0 auto;clip-path: polygon(100% 0, 0 0, 50% 100%);position: absolute;
}
.cta1 .align-center{font-size: 1.75rem;font-weight: 700;margin-bottom: 1em}

.cta{text-align: center;line-height: 1.5;margin: 60px 0;}
.cta .cta-a{
	display:block;background-color:#cd383a;color: #fff;
	text-align: center;padding: 0.5em 2em;margin: 15px;border-radius: 8px;
	position: relative;width: 300px;font-size: 1.25em;margin: 20px auto 8px;
	box-shadow: 1.5px 1.5px 8px rgba(33,26,0,0.34);font-weight: 500;height: 90px
}
.cta p:nth-child(2) .cta-a{padding-top: .75em}
.cta p:nth-child(3) .cta-a{background-color: #000;}
.cta p .font125{letter-spacing: 0.1em}
.cta p .f14{display: inline-block;}
.cta .cta-a::after{
	position: absolute;font-family: "Font Awesome 6 Pro";
	font-weight: 900;font-size:1.5em;
	content: "\f054";top:50%;right:12px;transform:translateY(-50%);
}
.cta p:nth-child(3) .cta-a::after,.con9 .cta p:nth-child(2) .cta-a::after{display: none ;}
.cta-a:link,.cta-a:visited{color:#fff}

.cta-lead{font-size: 1.25em;color:#0355ad;font-weight: 700;}


/*con3　詳細*/
.con3 {background-image: url("../../p-img/101534_1/con3-bg.jpg");
	background-position: right center;
	background-size: 1200px;background-repeat: no-repeat;
}

.con3 .parts-h3{
	border-bottom: none;color:var(--main-color);
	line-height:1;font-size: 1.5em;text-align: center;margin-bottom:1.5em}
.con3 .parts-h3 span{
	border:1px solid var(--main-color);padding:0.5em 1em;}
.con3 .parts-h3 span.fsmall{border: none;padding: 0 ;}

.white-box{
	border-radius: 30px;padding: 30px 20px;background-color: rgba(255,255,255,0.67);box-shadow: 1.5px 1.5px 10px rgba(0,0,0,0.20);
	margin-bottom: 3em;
}
.con3 h4,.con5 h4{
	line-height: 1.5;border-left: 5px solid var(--accent-color);padding-left: 8px;margin-bottom: .5em;
}
.white-box ul{margin-left: 2em;margin-right: -3em;margin-bottom: 2em;font-size: 1.15em}
.white-box li{list-style: disc;line-height: 1.5;margin-bottom: .6em;margin-right: 3em;}

.white-box .align-center{border: 1px solid var(--accent-color);padding:0.5em 1em;line-height: 1.5;border-radius: 100px;
	color: var(--sub-color);font-weight: 500;font-size: 1.1rem;margin: 0 1em 2em;
}
.white-box ul.font115{margin-bottom: 0;}
.data-img{width: 800px;max-width: 97%;margin: 0 auto}

/*con4　実績*/
.con4 ul{margin-left: 1em;margin-right: -3em;margin-bottom: 2em;margin-top: 3em}
.con4 li{list-style: disc;line-height: 1.5;margin-bottom: .6em;margin-right: 3em;}
.con4 img{width: 500px;max-width: 65%}

.con4 .half-flex img{width: 100%;max-width: none;margin-bottom: 1em;max-width: 500px;}
.con4 .half-flex dl{margin-left: 1em}
.con4 .half-flex dt{display: list-item;list-style: disc;line-height: 1.5;font-weight: 500;}
.con4 .half-flex dd{line-height: 1.5;margin-bottom: 0.5em}
.con4 .half-flex .left,
.con4 .half-flex .right,
.half-full{padding: 0 0 0 15px;border-left:solid 2px var(--main-color)  }
.con4 .half-flex .works-no{background-color:var(--main-color);color: white;font-size: 1.25em;font-weight: 500;
	padding:0.35em .75em;line-height: 1;margin-left: -15px;width: 6em;border-radius: 0 0 1.5em 0;margin-bottom: 1em;
}
.half-full{width: 100%;}
.con4 h5{font-size: 1rem;color: #C93D3F;margin-left: 1em;line-height: 1.5;margin-bottom: 0.5em}
.con4 h4{line-height: 1;margin-bottom: 0.5em}
.half-full p{margin-left: 1em;line-height: 1.7;}


/*con5　費用*/
	/* parts-table */
.parts-table{
	margin: 1em auto 2em;overflow: auto;
}
.parts-table{width: 100%;max-width: 100%;margin: 1em auto 0}
.parts-table table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin:1em auto;width: 490px;min-width:auto;
}

.parts-table th,
.parts-table td{
	vertical-align:middle;text-align: center;
	border: 1px solid #ddd;line-height: 1.5;
	padding: 10px 10px;font-size: 1.1em;
}
.parts-table thead th{padding: 4px 10px;text-align: center;background: #E1E4E6;border-color: #b8b8b8;}
.parts-table td{text-align: right;}
.con5 .note{font-size: 16px;font-weight: 500;}
.con5 h4{font-size: 1.15em; }
.price-sec2 h3{border: 1px solid var(--main-color);
  padding: 0.5em 1em;
  color: var(--main-color);
  line-height: 1;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 1em}
.price-sec2 .font115{
	border-bottom: 1px dashed var(--main-color);
	font-weight: 500;margin-bottom: .5em;line-height: 1.6;
	padding-bottom: .15em;text-indent: -2em;padding-left: 2em}
.price-sec2 .font115 .flarge{font-weight: 700;color:#cd383a; }
.num{display: inline-block;background-color: var(--main-color);color: #fff;line-height: 1;padding: 0.25em;text-indent: 0;
	margin-right: .25em;font-size: 1.15em;width: 1.5em;text-align: center;border-bottom-right-radius: .95em;
}
.font115 .inblock.fsmall{border: 1px solid var(--main-color);margin-right: 0.25em;padding: 0 0.15em}
.font115 .inblock{text-indent: 0;}
.price-ex-innr{margin-left: 1em}
.price-sec2 .flexbox{margin-left: 2em;margin-right: -3em;}
.price-sec2 li{list-style: disc;margin-right: 4em;line-height: 1.5;margin-bottom: .5em}
.price-ex{border-bottom: 3px solid #f1f1f1;padding-bottom: .5em;margin-bottom: 2em}
.price-sec2 li::marker{color: #ABABAB;vertical-align: .5em}

/*con6　流れ*/
.flow-inner{display: flex;}
.flow-ico{width: 80px;position: relative} 
.flow-ico img{width: 100%;position: absolute;top:0;left: 0}
.flow-txt{
	margin-left: -40px;border-left:3px solid #f2cc8f;padding: 10px 0 20px 60px;
	width: calc(100% - 40px);line-height: 1.5}

.flow_head{font-size: 1.15rem;color:var(--accent-color);font-weight: 500;margin-bottom: 0.5em;}

.fi2 .flow-txt,.fi4 .flow-txt,.fi6 .flow-txt{border-left-color:#85cadd }
.fi8 .flow-txt{border: none;}
.fi2 .flow_head,.fi4 .flow_head,.fi6 .flow_head,.fi8 .flow_head{color:#599CAF }
.flow-txt li{list-style: disc;margin-left: 1em;}
.flow-txt ul{margin-top: 0.5em}
.flow-txt a:link,.flow-txt a:hover,.flow-txt a:visited{text-decoration: underline}
/*con7　QA*/
.con7{background-image: url("../../p-img/101534_1/qa-bg.jpg");background-repeat: no-repeat;
	background-position: bottom 350px right 0;
	
}
.con7 dd,
.con7 dt{
	line-height: 1.8;margin-bottom: .5em;text-indent: -0.55em;
 	padding-left: 1.1em;
 }
.con7 dt{color:#165772;font-size: 1.15em}
.con7 dt i{color:#599CAF;font-size: 1.15em;}
.con7 dd i{color:#D86769;font-size: 1.15em;}
.con7 dd{margin: 0 0 1.5em 1.15em }

.con4 .cta1::before,.con7 .cta1::before{background: #fff;}

/*con8　会社概要　*/
.con8 .parts-h2{color: #fff;}
.con8 a{color: #fff}

/*con9　資料請求*/
.con9 .parts-h2{color: var(--body-font-color)}
.con8 .parts-h2,.con9 .parts-h2{
	font-size: 2.5rem;
	margin-bottom: 1.5em;
}
.con8 .parts-h2::after,
.con9 .parts-h2::after{
	display: block;font-family: "Font Awesome 6 Pro";
	font-weight: 900;font-size:1em;text-align: center;line-height: 1;
	content: "\f141";
}
.con9.cta1::before{display:none}
.con9 .cta p:nth-child(2) .cta-a{background-color: #000;}

/*footer*/	

/*babycoリンク*/
.link-out{text-align: center;line-height: 1.5;margin: 60px 0;}
.link-out a{background-image: linear-gradient(360deg,#3F073A, #6a1762 45%);
	display: inline-block;background-color:var(--main-color);color: #fff;
	text-align: center;padding: 0.5em 2em;margin: 15px;border-radius: 8px;
	position: relative;
}
.link-out a img{width: 200px;}
.link-out a::after {position: absolute;font-family: "Font Awesome 6 Pro";
	font-weight: 900;font-size:1.5em;
	content: "\f054";top:50%;right:12px;transform:translateY(-50%)}


/* *****************************************************************************
   スマートフォン～タブレットmax640用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 640px) {
/*共通*/	
	
	#top-contents .slider-pc{display: none}
	.parts-h2 {font-size: 2.5rem;}
	
	/*top*/
	/*#top-contents .layer1 {left: 0;right:0;margin: 0 auto;top: calc((100% - 7rem - 49vw)/ 2);}*/
	#top-contents .layer1 h2{font-size: 1.75rem}
	#top-contents .layer2{position: static;background-color: #E8E8E8}
	#top-contents .layer2 p{padding: 0.5em 0;}
	
	#top-contents .layer1 {
		top: 3vw;
		flex-direction: column;
		transform: translateY(0%);
		}	
	
	.l1-left{width: 100%;margin-bottom: 1em} 
	.l1-right{width: 100%;}
	.l1-right img{width: 240px;max-width: 95%;}
	.layer1 li{font-size: .9em;}
	
/*con1　3つの特長*/
	.catch {font-size: 2rem;line-height: 1.6}
	.con1 h3 {
		font-size: 1.25rem;}
	.con1 ul.flexbox li {
		font-size: 1.5rem}
	
/*con2 特長詳細　*/
	.con2-sec1{margin:40px 0!important}
	.con2-h2{font-size: 2rem}
	.con2 .half2-flex .left {
		font-size: 17px;}
	.parts-h3 {font-size: 1.5rem;}
	.parts-h3 .pop{top:45%}
	
	.cta1 .align-center {
		font-size: 1.35rem;}
	
	.con2 .link-out a{padding: 0.5em 1.5em;}
	.con2 .link-out a img {width: 120px;}
	
	.con2 .half2-flex {
		margin-bottom:0em;}
	
	.con2 .half2-flex.many dl {
		flex-direction: column;}
	.con2 .half2-flex.many .left dd{margin-top: 0;width: calc(100% - 20px)}
	
/*con3　詳細*/
	.white-box {
  		border-radius: 20px;
		padding: 30px 15px 20px;}
	.white-box .align-center{margin: 0 .5em 2em;padding: 0.75em 1em;}
	
	 .cta1 .align-center {
		 font-size: 1.15rem}
	
/*con4　実績*/
	.con4 .half-flex .left{margin-bottom: 2em;}
/*con5　費用*/
/*con6　流れ*/
/*con7　QA*/
/*con8　会社概要　*/
	.con8 .parts-h2, .con9 .parts-h2 {font-size: 2rem}
/*con9　資料請求*/
/*footer*/	

}



/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 480px) {
	.w1024 {margin: 40px 15px}
	.flow-area1 ul li:last-child{margin-bottom: 0;}
	/* 横問合せボタン */
	.cv_btn_area .btn a.sp-tel{display: flex;}
	.cv_btn_area .btn a.pc-tel{display: none;}
	.font115{font-size: 1.05rem}
	
	/*top*/	
	#top-contents .layer1 {top: 6vw;}
	#top-contents .layer1 h2 {font-size: 1.5rem;}
	#top-contents .layer2 {padding: 0 15px}

	
/*con1　3つの特長*/
	.catch {
		font-size: 1.65rem;}
	.con1 h3 {
		font-size: 1.1rem;}
	.con1 ul.flexbox li {width: 350px;max-width:95% ;min-width: auto;}
	
	.con1 ul.flexbox li .small {top: -1.5em;}
	
/*con2 特長詳細　*/
	.con2 .half2-flex .left {font-size:16px;}
	.con2 .l-img .left img, .con2 .r-img .right img {
		width: 85%}
	
	.cta .cta-a{font-size: 1.15em}
	
	
	
/*con3　詳細*/
	.h2-box {padding: 30px 10px;}
	.parts-h2 {
		font-size: 2rem;}
	.parts-h2 .small{font-size: .5em}
	
	.con3 .parts-h3{font-size: 1.25rem;}
	.white-box {padding: 20px 15px 20px;}
	.white-box ul, .con4 ul {font-size: 1.05em;}
	.white-box .align-center {font-size: 1rem;padding: 1em 1.5em;}
	
	.half-flex .left,.half-flex .right,
	.half2-flex .left,.half2-flex .right,
	.half3-flex .left,.half3-flex .right{width: 100%;margin-bottom: 1em;}
	
	.trisection-flex{
		margin-bottom:0;flex-wrap: wrap;}

	.trisection-flex .left,.trisection-flex .center{width:49%}
	.trisection-flex .right{width: 100%;margin-top: .5%}
		
/*con4　実績*/
/*con5　費用*/
	.con5 .align-center.font115{text-align: left!important;}
	.con5 h4 {
		font-size: 1.1em;}
	
	.parts-table th, .parts-table td{font-size: 1rem;padding: 9px 7px;}
	.parts-table thead th {
		padding: 4px 7px;}
	.con5 .note {font-size: 14px;}
	
	.parts-table thead tr th:nth-child(1){font-size: .9em}
	.parts-table tr th:nth-child(1){width: 4.65em}
	.price-sec2 h3{font-size: 1.15em}
/*con6　流れ*/
	.flow-txt {padding: 10px 0 20px 50px;}
	
/*con7　QA*/
	.con7 dt {font-size: 1.1em;}
	
/*con8　会社概要　*/
	.con8 .parts-h2, .con9 .parts-h2 {
		font-size: 1.75rem}
	
/*con9　資料請求*/
/*footer*/
.footer-info .logo {
	width: 150px;}
	
	
}