@charset "UTF-8";


/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #000000;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5;
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
	font-size: 16px;
	color: #003264;
}

@media all and (-ms-high-contrast:none) {
	body {
    font-family: "Noto Sans", sans-serif;
	}
}
/*フォントの種類*/
.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontMarugo { 	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro"; }

.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal; 
}


p { background-image:url(""); }

a:link{ color: #000000; text-decoration: underline; }
a:visited{ color: #003264; text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}

.bgColorGray { background-color: #e0dcdb;}


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbOn {
		display: inline;
}

@media only screen and (min-width: 768px){
	.mbOn {
	display: none;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}

/*フォーム*/
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 580px) {
	.w580 {
		max-width: 580px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}




/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 700;
	content: "↑";
	color: #ffffff;
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 3rem;
		height: 3rem;
	}

	a.fixTopBtn::before {
		font-size: 2rem;
	}
}

/*======= header =======*/
header {
	position: relative;
	height: auto;
}

header .headerInner {
	margin: 0 2%;
}

header .logoBox {
	position: relative;
	text-align: left;
	padding: 1.5rem 0 1.5rem .5rem;
}

header .logoBox .logo {
	z-index: 999;
	position: relative;
	display: inline-block;
    padding-right: 1rem;
}

header .logoBox .logo img {
	max-width: 150px;
	width: 100%;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1040px) {
	header {
		width: 100%;
		margin-bottom: 2rem;
	}

	header .headerInner {
		position: relative;
		text-align: left;
		height: 50px;
	}
    
	header .logoBox {
		display: block;
		text-align: left;
		padding: 0;
		padding-top: 1em;
	}

    header .logoBox .logo {
        border-right: solid 1px #1D698D; 
    }

	header .logoBox .logo img {
		max-width: auto;
		width: auto;
		height: 50px;
	}
}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	top: 2px;
	right: 0px;
	width: 65px;
	height: 65px;
	display: block;
    background-color: #f7931e;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	background-color: none;
	text-align: left;
	width: 100%;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}


.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 185, 141, 1);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;/*固定divの高さ*/
}

.navMount ul {

}

.navMount ul > li {
	display: block;
	width: 94%;
    font-size: 20px;
	font-weight: 300;
	margin: 0 3%;
}

.navMount ul > li:first-child {
}

.navMount ul > li > a {
	display: block;
	padding: 1rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

.navMount ul > .mbOn > li > a img {
	width: 60%;
}

.navMount ul.menuList li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList > .mbOn > li > a > span.con {
	position: relative;
    margin: 2rem 0;
	display: inline-block;
	text-align: center;
    background-color: #fff;
	color: #00b98d;
    font-weight: 700;
	padding: 0.8em 6rem;
    border-radius: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navMount ul.menuList > li > a > span {
	position: relative;
	display: inline-block;
	text-align: left;
	color: #fff;
    font-weight: 700;
	padding: 0.1em 0 0.3em 0;
	width: 16em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navMount ul.menuList > li > a:hover > span,
.navMount ul.menuList > li.active > a > span {

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navMount ul.menuList > li:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='orange' /%3E%3C/svg%3E");
    background-position: top 5px center;
    background-repeat: no-repeat;
    background-size: 10px;
}


@media screen and (min-width: 1040px) {
	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		height: 65px;
		padding: 0;
	}

	.navMount ul.menuList {
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		max-width: 900px;
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}
    
    .navMount ul.menuList > li:hover {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='orange' /%3E%3C/svg%3E");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 10px;
    }
	.navMount ul.menuList > li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul.menuList > li {
		text-align: left;
		width: 120px;
	}


	.navMount ul.menuList > li:nth-child(3) { width: 150px; }
	.navMount ul.menuList > li:nth-child(4) { width: 90px; }
	.navMount ul.menuList > li:nth-child(5) { width: 100px; }

	.navMount ul > li:first-child {
		border-top: none;
	}

	.navMount ul > li > a {
		display: block;
		font-size: 13px;
		padding: 0;
		text-align: center;
		cursor: pointer;
		line-height: 1.2em;
	}

	.navMount ul.menuList > li > a > span {
		width: 100%;
        text-align: center;
        color: #003264;
        padding: 1rem 0;
	}

	.navMount ul.menuList > li > a:hover > span,
	.navMount ul.menuList > li.active > a > span {
		width: 100%;
	}
	
	.navMount ul.menuList > li > a:hover > span > span {
		position: relative;
		animation-name: navBtnAnime;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-fill-mode: none;
		animation-play-state: running;
    }


	/*@keyframes navBtnAnime {
		0% {
			left: 0em;
		}
	  
		10% {
			left: -0.3em;
		}
	  
		40% {
			left: 0em;
		}
	  }*/
}


/*======= footer =======*/
footer {
	margin-bottom: 1rem;
    margin-top: 1rem;
}

footer .flexContainer .itemCol2 .logo_set {
	text-align: center;
}

footer .flexContainer .itemCol2 .logo_set img {
	width: 150px;
    margin-bottom: .5rem;
}

footer .flexContainer .itemCol2 .logo_set .site_name {
	font-size: 14px;
    font-weight: 100;
}

footer .flexContainer .itemCol2 .logo_set .kochira {
	border: solid 1px;
    font-weight: 400;
    padding: 1rem 2rem;
    display:inline-block;
    margin: 1rem 0;
}

footer .flexContainer .itemCol2 .menu {
	line-height: 2.3;
     text-align: right;

}

footer .flexContainer .itemCol2 a {
      text-decoration:none;
    color: #003264;

}


footer .copyright {
	text-align: center;
}

footer .copyright small {
	font-size: 70%;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
footer {
    margin-top: 3rem;
}

footer .flexContainer .itemCol2 .logo_set {
	text-align: left;
}

footer .flexContainer .itemCol2 .logo_set .site_name {
	font-size: 18px;
}

footer .flexContainer .itemCol2 .logo_set img {
	width: 200px;
    margin-bottom: 1rem;
}
    
footer .copyright {
	text-align: left;
}

footer .flexContainer .itemCol2 .logo_set .kochira {
    margin: 2rem 0;
}
}


@media screen and (min-width: 1040px) {

}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2,
.flexContainer .itemCol30,
.flexContainer .itemCol70,
.flexContainer .itemCol3,
.flexContainer .itemCol4 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4,
.flexContainer .itemCol2_rev,
.flexContainer .itemCol2_gyaku {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child {
	margin-bottom: 0;
}


	.flexContainer .itemCol10 {
		width: 80px;
		margin-bottom: 0;
	}

	.flexContainer .itemCol90 {
		width: 90%;
		margin-bottom: 0;
	}


@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}
    
.flexContainer .itemCol2_gyaku {
		width: 100%;
		margin-bottom: 0;
}
	.flexContainer .itemCol30 {
		width: 30%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol70 {
		width: 70%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}
    
	.flexContainer .itemCol2_rev {
		width: 100%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
}


/*メイン見出し*/
.titleMain {
	text-align: center;
}

.titleMain img {
	width: auto;
	height: 115px;
}


.btnLine {
	font-size: 120%;
	text-align: right;
}

.btnLine a {
	text-align: center;
	display: inline-block;
	border: 1px solid #000000;
	border-width: 1px 0 1px 0;
	padding: 0.4em 1em;
	line-height: 1;
}

.btnLine a:link{ color: #000000; text-decoration: none; }
.btnLine a:visited{ color: #000000; text-decoration: none; }
.btnLine a:active{ color: #000000; text-decoration: none; }
.btnLine a:hover { color: #666666; text-decoration: none; }

.btnLine a span.arrow::after {
	content: "＞";
	margin-left: 0.5em;
}





/*ボタン more*/
.btnMore a {
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--main-color);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnMore a span::after {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	margin-left: 0.75em;

}

.btnMore a:hover {
	color: #ffffff;
	background-color: var(--main-color);
}


/*ボタン 四角*/
.btnSquare {
	display: inline-block;
}

.btnSquare a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #ffffff;
	padding: 0.5em 5em;
	background-color: var(--main-color);
}



/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 1rem; }
.martM { margin-top: 2rem; }
.martL { margin-top: 3rem; }

.marbS { margin-bottom: 1rem; }
.marbM { margin-bottom: 2rem; }
.marbL { margin-bottom: 3rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 2rem; }
	.martM { margin-top: 3rem; }
	.martL { margin-top: 4rem; }

	.marbS { margin-bottom: 2rem; }
	.marbM { margin-bottom: 3rem; }
	.marbL { margin-bottom: 4rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 7rem; }
	.martL { margin-top: 8rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 7rem; }
	.marbL { margin-bottom: 8rem; }
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .sectionInner,
.breadcrumbsInner {
	position: relative;
	margin: 0 1rem;
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

.txtBoxS {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 5%;
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}


@media screen and (min-width: 1040px) {

}


/*======= breadcrumbs　パンくずリスト =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}

/*======= title =======*/
.titleArea {

}

.titleArea .titleAreaInner {
	position: relative;
	height: 370px;
	text-align: center;
	background-image: url("");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#about .titleArea .titleAreaInner {	background-image: url(""); }



.titleArea .titleAreaInner h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.titleArea .titleAreaInner h1 img {
	width: auto;
	height: 160px;
}





/*======= home =======*/
.mainVisual {
    background-color: #00B98D;
}

.mainVisual .mainVisualInner {
}

.mainVisual .mainVisualInner .logo {
	display: inline-block;
	width: 250px;
	position: absolute;
	top: 91%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.mainVisual .mainVisualInner .logo a {
    text-decoration: none;
}

.mainVisual .mainVisualInner .logo p {
    margin-top: 1rem;
    background-color: #F7931E;
    background-image: linear-gradient(to bottom, #FFE889 0%, #FDBD00 50%, #F7931E 100%);
    border-radius: 30px;
    padding: .6rem 2rem;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}


@media screen and (min-width: 768px) {
	.mainVisual .mainVisualInner {
	}

.mainVisual .mainVisualInner .logo {
	width: 300px;
	top: 80%;
	left: 70%;
}

.mainVisual .mainVisualInner .logo p {
    padding: .8rem 2rem;
}

}

@media screen and (min-width: 1040px) {
	.mainVisual .mainVisualInner {
	}

}

/*homeArea1*/
.homeArea1 {
    margin-top: 2rem;
}

.homeArea1 .sectionInner {
}

/*obiArea1*/
.obiArea1 {
    margin-top: 2rem;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 40%, #F7931E 40%, #F7931E 100%);
    text-align: center;
    padding-bottom: 1rem;
}

.obiArea1 img {
    width: 70px;
}

.obiArea1 p {
    margin-top: 1rem;
    display: inline;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    vertical-align: bottom;
    padding-bottom: 1.5rem;
}

.obiArea1 p span {
    font-size: 22px;
}

@media screen and (min-width: 768px) {
.obiArea1 {
    padding-bottom: 0rem;
}

.obiArea1 p {
    display: inline-block;
}

}

@media screen and (min-width: 1040px) {
.obiArea1 p {
    line-height: .6em;
    font-size: 38px;
}   

.obiArea1 p span {
    font-size: 38px;
}
}

/*homeArea2*/
.homeArea2 {
    margin-top: 4rem;
}

.homeArea2 .sectionInner .flexContainer .itemCol2 p {
    font-weight: 700;
    font-size: 16px;
    line-height: 2em;
    color: #003264;
    text-align: justify;
}

.homeArea2 .sectionInner .flexContainer .itemCol2 img {
    padding-left: 0rem;
    margin-bottom: 2rem;
}

.homeArea2 .sectionInner .gimuka {
    padding: 0rem;
    margin-top: 1rem;
    background-color: #FFFFF3;
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}

.gimuka summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.gimuka summary::-webkit-details-marker {
    display: none;
}

.gimuka summary::before,
.gimuka summary::after {
    width: 4px;
    height: 1.2em;
    border-radius: 5px;
    background-color: #F7931E;
    content: '';
}

.gimuka summary::before {
    position: absolute;
    right: 1em;
    rotate: 90deg;
}

.gimuka summary::after {
    position: absolute;
    right: 1em;
    transition: rotate .3s;
}

.gimuka[open] summary::after {
    rotate: 90deg;
}

.gimuka .kaito {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1.5em;
    color: #003264;
    transition: transform .5s, opacity .5s;
    font-weight: 400;
    line-height: 1.8em;
    text-align: justify;
}

.gimuka[open] .kaito {
    transform: none;
    opacity: 1;
}

.homeArea2 .sectionInner .gimuka .title_min {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.homeArea2 .sectionInner .gimuka .title_min img {
    width: 60px;
    margin-right: 10px; /* 画像とテキストの間のスペース調整 */
}

.homeArea2 .sectionInner .gimuka .title_min p {
    display: inline;
    text-align: left;
    font-size: 15px;
    color: #003264;
}

.homeArea2 .sectionInner .gimuka .lead {
    background-color: #fff;
    border: solid 1px #F7931E;
    color: #F7931E;
    display: inline-block;
    padding: .3rem 1rem;
    border-radius: 10px;
}




@media screen and (min-width: 768px) {

.homeArea2 .sectionInner .gimuka {
    margin-top: 4rem;
}

.gimuka summary {
    padding: 1em 2em;
}

.gimuka summary::before,
.gimuka summary::after {
    width: 5px;
    height: 1.9em;
}

.gimuka .kaito {
    padding: .3em 2em 1.5em;
}

.homeArea2 .sectionInner .flexContainer .itemCol2 img {
    padding-left: 5rem;
    margin-bottom: 0rem; 
}

.homeArea2 .sectionInner .flexContainer .itemCol2 p {
    font-size: 18px;
}

.homeArea2 .sectionInner .gimuka {
    padding: 1rem;
}

.homeArea2 .sectionInner .gimuka .title_min {
    display: block;
    margin-bottom: 0rem;
}

.homeArea2 .sectionInner .gimuka .title_min p {
    display: inline-block;
    color: #003264;
    font-size: 28px;
}

}



/*title共通部分*/
.title {
    text-align: center;
    margin-bottom: 2rem;
}

.title .main {
    font-size: 30px;
    line-height: 1.2em;
}

.title .sub {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 400;
}

.title .sub::before {
  content: url('../images/common/sanei_common-title-3sen-blue.svg');
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1rem;
}

.title .sub::after {
  content: url('../images/common/sanei_common-title-3sen-orange.svg');
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
.title .main {
    font-size: 40px;
}
.title .sub {
    margin-top: 2rem;
}
}






/*homeArea3*/
.homeArea3 {
    margin-top: 6rem;
    padding-bottom: 3rem;
    background-color: #F4FCE8;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 48%, #F4FCE8 48%, #F4FCE8 100%);
}

.homeArea3 .sectionInner .flexContainer {
    padding: 0 0rem;
}

.homeArea3 .sectionInner .flexContainer .itemCol2 p {
    font-size: 20px;
    line-height: 1.6em;
    text-align: justify;
}

/*こんな方におすすめ*/
.homeArea3 .sectionInner .osusume {
    background-color: #fff;
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 2rem 1rem;
    margin-top: 2rem;
}

.homeArea3 .sectionInner .osusume .midashi {
    font-size: 24px;
    line-height: 2em;
    text-align: center;
}

.homeArea3 .sectionInner .osusume .midashi p {
    border-bottom: dashed 1px #F7931E;
    display: inline-block;
}

.homeArea3 .sectionInner .osusume .flexContainer {
    margin-top: 2rem;
}
    
.homeArea3 .sectionInner .flexContainer .flexContainer {
    padding: 0rem;
    margin-top: 1rem;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 {
    padding: 0 0rem;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 p {
    margin-top: 1rem;
    font-size: 18px;
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 span {
    color: #F7931E;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 img {
    padding-right: 1rem;
}

@media screen and (min-width: 768px) {
.homeArea3 {
    padding-bottom: 6rem;
}
    
.homeArea3 .sectionInner .flexContainer {
    padding: 0 3rem;
}

.homeArea3 .sectionInner .flexContainer .itemCol2 p {
    font-size: 24px;
    line-height: 2em;
}
    
.homeArea3 .sectionInner .osusume {
    padding: 2rem 5rem;
    margin-top: 4rem;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 p {
    font-size: 16px;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 {
    padding: 0 1.5rem;
}

.homeArea3 .sectionInner .osusume .flexContainer .itemCol3 img {
    padding-right: 0rem;
}

}


/*動画*/
.homeArea3 .sectionInner .sistem_movie {
    text-align: center;
    margin: 4rem 0;
}

/*CONTENTS*/
.homeArea3 .sectionInner .contents_area .midashi {
    text-align: center;
    margin-top: 4rem;
    font-size: 38px;
    margin-bottom: 3rem;
}

.homeArea3 .sectionInner .contents_area .flexContainer {
    margin-top: 1.5rem;
}

.homeArea3 .sectionInner .contents_area .flexContainer a {
    text-decoration:none;

}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol2 {
    padding: 0 .5rem;
}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol2 a {
    padding: .5rem;
    background-color: #F7931E;
    border-radius:   10px;
    text-align: center;
    align-items: center; /* 垂直方向の中央揃え */
    display: flex;
    justify-content: center; /* Optional: This will center the text horizontally as well */
}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol2 p {
    font-size: 15px;
    color: #fff;
}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol3 {
    padding:0 .5rem;
    width: 50%;

}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol3 a {
    padding: 1rem ;
    background-color: #00B98D;
    border-radius: 10px;
    text-align: left;
    height: 4rem;
    align-items: center; /* 垂直方向の中央揃え */
    display: flex;
    justify-content: center; /* Optional: This will center the text horizontally as well */
}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol3 p {
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
}

.homeArea3 .sectionInner .contents_area .QAF {
    padding:0 .5rem;
}

.homeArea3 .sectionInner .contents_area .QAF a {
    border: solid 2px #00B98D;
    padding: 1rem ;
    background-color: #fff;
    border-radius: 10px;
    margin-top: .5rem;
    align-items: center; /* 垂直方向の中央揃え */
    display: flex;
    justify-content: center; /* Optional: This will center the text horizontally as well */
}

.homeArea3 .sectionInner .contents_area .QAF p {
    color: #00B98D;
    text-align: center;
}


.homeArea3 .sectionInner .contents_area .contact_btn {
    text-align: center;
}

.homeArea3 .sectionInner .contents_area .contact_btn a {
    text-decoration: none;
}

.homeArea3 .sectionInner .contents_area .contact_btn p {
    display: inline-block;
    margin-top: 3rem;
    background-image: linear-gradient(to bottom, #FFE889 0%, #FDBD00 50%, #F7931E 100%);
    border-radius: 30px;
    padding: .8rem 6rem;
    font-size: 22px;
    color: #fff;
}

.wide-arrow {
    display: inline-block;
    content:  '';
    margin-left: 1rem;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
}

.wide-arrow_g {
    display: inline-block;
    content:  '';
    margin-left: 1rem;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border-top: solid 2px #00B98D;
    border-right: solid 2px #00B98D;
    transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
.homeArea3 .sectionInner .contents_area .flexContainer .itemCol2 {
    padding: 0 1.5rem;
}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol2 p {
    font-size: 18px;
}

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol3 {
    padding:0 1.5rem;
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 1.5rem;
    }

.homeArea3 .sectionInner .contents_area .flexContainer .itemCol3 p {
    text-align: center;
    font-size: 15px;
}

.homeArea3 .sectionInner .contents_area .QAF {
    padding:0 4.5rem;
    margin-top: 1.5rem;
}

.homeArea3 .sectionInner .contents_area .QAF p {
}


}


/*homeArea4*/
.homeArea4 {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.homeArea4 .sectionInner .title {
    margin-bottom: 0;
}

.homeArea4 .sectionInner .flexContainer {
    border-bottom: solid 1px #01a37c;
    padding: 2rem 0;
}

.homeArea4 .sectionInner .flexContainer .itemCol70 {
    padding: 0 0rem;
}

.homeArea4 .sectionInner .flexContainer .itemCol70 p {
    text-align: justify;
    line-height: 1.7em;
}

.homeArea4 .sectionInner .flexContainer .itemCol30 {
    padding: 0 0rem;
}

.homeArea4 .sectionInner .flexContainer .number-container {
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem;
  }

.homeArea4 .sectionInner .flexContainer .number-container p {
    font-size: 23px;
    line-height: 1.2em;
    padding-left: 1rem;
    font-weight: 700;
  }

.homeArea4 .sectionInner .flexContainer .number-container p span {
    font-size: 15px;
    font-weight: 400;
  }

.homeArea4 .sectionInner .flexContainer .number {
    position: relative;
    font-size: 40px;
    color: #01a37c;
    padding-right: 10px;
    border-right:solid 1px #01a37c;
  }


.homeArea4 .sectionInner .flexContainer .number img {
    position: absolute;
    top: -44px;
    left: 45%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }

@media screen and (min-width: 768px) {
.homeArea4 {
    margin-top: 6rem;
    padding-bottom: 6rem;
}

.homeArea4 .sectionInner .title {
    margin-bottom: 2rem;
}

.homeArea4 .sectionInner .flexContainer {
    padding: 3rem 0;
}

.homeArea4 .sectionInner .flexContainer .itemCol70 {
    padding: 0 1.5rem;
}

.homeArea4 .sectionInner .flexContainer .itemCol70 p {
    line-height: 2em;
}

.homeArea4 .sectionInner .flexContainer .itemCol30 {
    padding: 0 1.5rem;
}

.homeArea4 .sectionInner .flexContainer .number-container p {
    font-size: 30px;
  }

.homeArea4 .sectionInner .flexContainer .number {
    position: relative;
    font-size: 60px;
    color: #01a37c;
    padding-right: 10px;
    border-right:solid 1px #01a37c;
  }

}





/*homeArea5*/
.homeArea5 {
    margin-top: 3rem;
}

.homeArea5 .merit_bg {
    background-image: linear-gradient(to bottom, #fff 0, #fff 20px, #F9F9F0 20px, #F9F9F0 100%);
    /*background-color: #F9F9F0;*/
    border-radius: 00px; /* ここで角を角丸にします */
    padding-top: 4rem;
    margin-top: -7rem;
    padding-bottom: 1rem;
}

/*スライダー
.slide-items{
    padding: 0 0rem;
}

.slide-items img{
    border-radius: 20px;
    object-fit: cover;
}*/

.homeArea5 .sectionInner .lead {
    margin-top: 2rem;
}

.homeArea5 .sectionInner .lead .midashi {
    text-align: center;
}

.homeArea5 .sectionInner .lead .midashi p {
    font-size: 20px;
    line-height: 1.8em;
}

.homeArea5 .sectionInner .lead .honbun {
    line-height: 1.8em;
    margin: 2rem 0 0;
    text-align: justify;
}

.homeArea5 .sectionInner .graph_mb .scrollbar {
    margin-top: 1rem;
  overflow-x: auto;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

.homeArea5 .sectionInner .graph_mb .scrollbar img {
  max-width: 100%;
  min-width: 800px;
  vertical-align: top;
}

.homeArea5 .sectionInner .graph {
    margin-top: 2rem;
    text-align: center;
}

.homeArea5 .sectionInner .graph img {
    width: 85%;
}

.homeArea5 .sectionInner .flexContainer {
    margin-top: -2rem;
}

.homeArea5 .sectionInner .flex_scroll-box {
    margin-top: 4rem;
  display: flex;
  overflow-x: scroll; /* 横スクロールバーを常に表示 */
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 {
    padding: 0 1rem;
    min-width: 300px;
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 .bango {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00B98D;
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 .bango p {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 .nakami {
    background-color: #fff;
    padding: 2rem 1rem;
    margin: -25px 0px 25px;
    text-align: center;
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 .nakami .midashi {
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 1rem;
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 .nakami .honbun {
    line-height: 1.6em;
    margin-top: 1rem;
    text-align: justify;
    font-weight: 400;
}

.un_line {
    padding-bottom: .7rem;
    background: linear-gradient(transparent 60%, #F7931E 60%, #F7931E 100%);
    display: inline-block;
}

.un_line2 {
    padding-bottom: .7rem;
    background: linear-gradient(transparent 30%, #F7931E 30%, #F7931E 42%, transparent 42%);
    display: inline-block;
}


.homeArea5 .sectionInner .flexContainer .itemCol3 {
    padding:0rem;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .bango {
    position: relative;
    width: 100%;
    height: 70px;
	background-image: url("../images/home/sanei_home-merit_3P-pentagon.svg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 60px;
    -moz-background-size: 60px;
    background-size: 60px;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .bango p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami {
    background-color: #fff;
    padding: 2rem 1rem 1rem;
    margin: -25px 0 25px;
    text-align: center;
}

.homeArea5 .sectionInner .flexContainer .nakami .flexContainer {
    margin-top: .5rem;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami img {
    width: 80%;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami .midashi {
    font-size: 19px;
    line-height: 1.4em;
    margin: 1.5rem 0;
    text-align: justify;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami .honbun {
    line-height: 1.6em;
    font-size: 13px;
    margin-top: 1rem;
    text-align: justify;
    font-weight: 400;
}

.homeArea5 .seikyu {
    margin-top: 2rem;
   text-align: center;
}

.homeArea5 .seikyu p {
    display: inline-block;
    background-image: linear-gradient(to bottom, #FFE889 0%, #FDBD00 50%, #F7931E 100%);
    border-radius: 30px;
    padding: .5rem 2rem;
    font-size: 22px;
    color: #fff;
}

/*スライダー*/
.slider-8 .slick-slide {
  width:200px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.slider-8 .slick-slide img {
  display: block;
    padding: 0 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}


@media screen and (min-width: 768px) {
.homeArea5 {
    margin-top: 6rem;
}

.homeArea5 .merit_bg {
    border-radius: 200px; /* ここで角を角丸にします */
    padding-bottom: 6rem;
    margin-top: -8rem;
}

.homeArea5 .sectionInner .lead {
    margin-top: 4rem;
}

.homeArea5 .sectionInner .graph img {
    width: 100%;
}

.homeArea5 .sectionInner .flex_scroll-box {
    margin-top: 4rem;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.homeArea5 .sectionInner .flex_scroll-box .item_scroll-box2 {
    padding: 1rem;
	position: relative;
	display: inline-block;
	width: 50%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
    }

.homeArea5 .sectionInner .lead .midashi p {
    font-size: 24px;
}

.homeArea5 .sectionInner .lead .honbun {
    margin: 2rem 15% 0;
}

.homeArea5 .sectionInner .flexContainer .itemCol2 .nakami {
    padding: 2rem;
    margin: -25px 25px 25px;
}
    
    
.homeArea5 .seikyu p {
    padding: 1.5rem 10rem;
}
.un_line2 {
    background: linear-gradient(transparent 60%, #F7931E 60%, #F7931E 100%);
    display: inline-block;
}

.homeArea5 .sectionInner .flexContainer {
    margin-top: 4rem;
}

.homeArea5 .sectionInner .flexContainer .nakami .flexContainer {
    margin-top: 0rem;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .bango {
    width: 25%;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami {
    margin: -25px 15px 25px;
    padding: 2rem 1rem;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami .midashi {
    margin: .5rem 0;
}

.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami img {
    width: 70%;
}
.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami .midashi {
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
}
 
.homeArea5 .sectionInner .flexContainer .itemCol3 .nakami .honbun {
    font-size: 16px;
}

.homeArea5 .seikyu {
    margin-top: 4rem;
}
   
.homeArea5 .seikyu p {
    padding: 1.5rem 4rem;
    font-size: 30px;
}
    
.slider-8 .slick-slide {
  width: 500px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
}





/*homeArea6*/
.homeArea6 {
    margin-top: 6rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(to bottom, #fff 0px, #fff 25px, #F4FCE8 25px, #F4FCE8 100%);
}

.homeArea6 .sectionInner .pac {
    border-radius: 20px;
    border: solid 2px #00B98D;
    background-color: #fff;
}

.homeArea6 .sectionInner .pac .pac_name {
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 1rem;
    background-color: #00B98D;
}

.homeArea6 .sectionInner .pac .flexContainer {
    padding: 1rem 0;
    border-bottom: solid 2px #00B98D;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 {
    padding: 0 1rem;
    text-align: justify;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 .lead {
    font-size: 18px;
    line-height: 1.6em;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 .setsumei {
    width: 100%;
    margin: 2rem 0 1rem;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 .komidashi {
    font-size: 19px;
    margin-bottom: .5rem;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 .youryou {
    font-size: 18px;
    padding-bottom: .5rem;
    line-height: 1.6em;
    border-bottom: solid 1px #F7931E;
    font-weight: 400;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 .youryou span {
    font-size: 40px;
    margin-left: .5rem;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol30 {
    padding: 0 1rem;
}

/*下の2つ*/
.homeArea6 .sectionInner .sub_pac_main .flexContainer {
    margin: 2rem 0;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .flexContainer .itemCol2 {
    width: 50%;
}
.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2:first-child {
    padding-right: 0;
}
.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2:last-child {
    padding-left: 0;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .sub_pac {
    border-radius: 20px;
    text-align: center;
    border: solid 2px #F7931E;   
    background-color: #fff;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .name {
    font-size: 20px;
    border-radius: 15px 15px 0px 0px;
    padding: 1rem;
    background-color: #F7931E;
    color: #fff;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .lead {
    line-height: 1.6em;
    margin: 1rem 0;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .flexContainer {
    margin: 1rem 0;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 img {
    height: 130px;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .flexContainer .itemCol2 {
    padding: 0 1rem;
}

.homeArea6 .sectionInner .sub_pac_main .setsumei_tan p {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 1rem;
    text-align: justify;
}

.homeArea6 .sectionInner .sub_pac_main .setsumei_tan p.setsumei_s {
    font-size: 13px;
    margin-top: 0.3rem;
    line-height: 1.2em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
.homeArea6 {
    padding-bottom: 5rem;
}

.homeArea6 .sectionInner .pac .flexContainer .itemCol70 .setsumei {
    width: 70%;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2:first-child {
    padding-right: 1rem;
}
.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2:last-child {
    padding-left: 1rem;
}
    
.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .flexContainer .itemCol2 {
    padding: 0 2rem;
}
 
.homeArea6 .sectionInner .pac .flexContainer {
    padding: 1rem 2rem;
}
   
.homeArea6 .sectionInner .sub_pac_main .setsumei_tan p {
    font-size: 20px;
}

.homeArea6 .sectionInner .pac .pac_name {
    font-size: 35px;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 .name {
    font-size: 30px;
}

.homeArea6 .sectionInner .sub_pac_main .flexContainer .itemCol2 img {
    height: 180px;
}
}




/*homeArea7*/
.homeArea7 {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.homeArea7 .sectionInner .anshin_sap {
    margin-bottom: 2rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer {
    margin-top: 2rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 {
    padding: 0 0rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .support {
    text-align: center;
    margin-bottom: 2rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .support p {
    padding: .5rem 2rem;
    font-size: 20px;
    color: #fff;
    background-color: #00B98D;
    border-radius: 10px;
    display: block;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .honbun {
    line-height: 1.7em;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 1rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .encho img {
    width: 100%;
}

/*選べる延長保証期間*/
.homeArea7 .sectionInner .choice_sap .midashi {
    text-align: center;
    padding: 0 0rem;
}

.homeArea7 .sectionInner .choice_sap .midashi p {
    font-size: 28px;
    background-color: #F9F9F0;
    padding: 1rem;
    border-radius: 10px;
}

.homeArea7 .sectionInner .choice_sap .flexContainer {
    margin: 1rem 0;
}

.homeArea7 .sectionInner .choice_sap .flexContainer .itemCol2 {
    padding: .5rem 0rem;
}

.homeArea7 .sectionInner .choice_sap .flexContainer .itemCol2 .hosyo {
    background-color: #F9F9F0;
    border-radius: 10px;
      box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.homeArea7 .sectionInner .choice_sap .scrollbar {
    margin-top: 1rem;
  overflow-x: auto;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

.homeArea7 .sectionInner .choice_sap .scrollbar img {
  max-width: 100%;
  min-width: 800px;
  vertical-align: top;
}

.homeArea7 .sectionInner .choice_sap .keizoku {
    margin: 0;
    background-color: #fff;
    border-radius: 0;
      box-shadow: none;
    text-align: center;
    padding: 2rem 0;
}

.homeArea7 .sectionInner .choice_sap .keizoku img {
    width: 100%;
}

@media screen and (min-width: 768px) {
.homeArea7 {
    margin-top: 6rem;
    padding-bottom: 6rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer {
    margin-top: 5rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 {
    padding: 0 2rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .support {
    text-align: justify;
}
    
.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .support p {
    padding: 1rem 2rem;
    font-size: 35px;
    border-radius: 20px;
    display: inline-block;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .honbun {
    font-size: 16px;
    margin-bottom: 3rem;
}

.homeArea7 .sectionInner .anshin_sap .flexContainer .itemCol2 .encho img {
    width: 85%;
}

.homeArea7 .sectionInner .anshin_sap {
    margin-bottom: 4rem;
}
    
.homeArea7 .sectionInner .choice_sap .midashi {
    text-align: center;
    padding: 0 1rem;
}

.homeArea7 .sectionInner .choice_sap .flexContainer {
    margin: 1rem 0;
}

.homeArea7 .sectionInner .choice_sap .flexContainer .itemCol2 {
    padding: 1rem;
}

.homeArea7 .sectionInner .choice_sap .keizoku {
    margin: 0 1rem;
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 2rem 0;
}

.homeArea7 .sectionInner .choice_sap .keizoku img {
    width: 85%;
}
}




/*homeArea8*/
.homeArea8 {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.homeArea8 .sectionInner .flexContainer .itemCol2 {
    text-align: justify;
    padding: 0rem 0rem;
}

.homeArea8 .sectionInner .flexContainer .itemCol2 .lead {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1rem;
}

.homeArea8 .sectionInner .flexContainer .itemCol2 .honbun {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
.homeArea8 {
    margin-top: 6rem;
    padding-bottom: 6rem;
}
    
.homeArea8 .sectionInner .flexContainer .itemCol2 {
    padding: 1rem;
}

.homeArea8 .sectionInner .flexContainer .itemCol2 .lead {
    font-size: 24px;
    margin-bottom: 2rem;
}

.homeArea8 .sectionInner .flexContainer .itemCol2 .honbun {
    font-size: 16px;
    margin-bottom: 2rem;
}

}





/*homeArea9*/
.homeArea9 {
    margin-top: 3rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(to bottom, #fff 0px, #fff 25px, #F9F9F0 25px, #F9F9F0 100%);
}

.homeArea9 .sectionInner .nagare {
    text-align: center;
    margin-top: 3rem;
}

.homeArea9 .sectionInner .nagare img {
    width: 100%;
}

@media screen and (min-width: 768px) {
.homeArea9 {
    margin-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(to bottom, #fff 0px, #fff 25px, #F9F9F0 25px, #F9F9F0 100%);
}

.homeArea9 .sectionInner .nagare {
    margin-top: 4rem;
}

.homeArea9 .sectionInner .nagare img {
    width: 85%;
}
}

/*homeArea10*/
.homeArea10 {
    margin-top: 6rem;
    padding-bottom: 6rem;
}

.homeArea10 .sectionInner .flex_scroll-box {
  display: flex;
  overflow-x: scroll; /* 横スクロールバーを常に表示 */
}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 {
    padding: 0 1rem;
    min-width: 300px;
}


.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 {
    padding: .5rem;
}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 .koe {
    background-color: #F4FCE8;
    text-align: justify;
    padding: 1.5rem;
    border-radius: 20px;
}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 .koe .lead  {
    padding-bottom: .8rem;
    border-bottom: dotted 2px #33C7A4;

}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 .koe .lead img  {
    width: 80px;
    margin-right: .5rem;
}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 .koe .lead .midashi {
    display: inline-block;
    font-size: 18px;
    line-height: 1.6em;
    position: relative;
    vertical-align: middle;
}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 .koe .honbun {
    line-height: 1.6em;
    font-weight: 400;
    font-size: 14px;
    margin-top: .8rem;
}


@media screen and (min-width: 768px) {
.homeArea10 .sectionInner .flex_scroll-box {
    margin-top: 4rem;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.homeArea10 .sectionInner .flex_scroll-box .item_scroll-box3 {
    padding: 1rem;
	position: relative;
	display: inline-block;
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
    height: auto;
	margin-bottom: 1rem;
	text-align: center;
    min-width: auto;
    }

}

/*homeArea11*/
.homeArea11 {
    margin-top: 2rem;
}

/*アコーディオン*/
.accordion-003 {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #F9F9F0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 2em;
    cursor: pointer;
}

.accordion-003 .flexContainer  {
    width: 100%;
    position: relative;
    vertical-align: text-bottom;
}

.accordion-003 .flexContainer .itemCol10  {
    width: 53px;
}

.accordion-003 .flexContainer .itemCol90  {
    text-align: justify;
    width: 76%;
}

.accordion-003 .flexContainer .itemCol10 img,
.accordion-003 .flexContainer .itemCol90 img   {
    width: 40px;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #003264;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 0em 1.5em 2rem;
    transition: transform .5s, opacity .5s;
}

.accordion-003 p span {
    font-size: 90%;
    font-weight: 400;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}


@media screen and (min-width: 768px) {
.accordion-003 p {
    padding: .3em 2em 1.5em;
}

.accordion-003 .flexContainer .itemCol10  {
    width: 50px;
}

.accordion-003 .flexContainer .itemCol90  {
    margin-top: .5rem;
    width: 90%;
}

}


/*homeArea10*/
.homeArea12 {
    margin-top: 6rem;
    padding: 3rem 0;
    background-color: #33C7A4;
}

.homeArea12 .sectionInner {
    text-align: center;
}

.homeArea12 .sectionInner img {
    width: 300px;
}

.homeArea12 .sectionInner .contact_btn {
    margin-top: 2rem;
}

.homeArea12 .sectionInner .contact_btn p {
    padding: 1rem 2rem;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 20px;
    display: inline-block;
}



/*======= contact =======*/
.homeArea12 .sectionInner .con_title {
	margin-bottom: 2rem;
}

.homeArea12 .sectionInner .con_title p {
	margin-top: 1rem;
    color: #fff;
}

.homeArea12 .sectionInner .conf {
	color: #fff;
    text-align: center;
    margin-top: 2rem;
}

.homeArea12 .sectionInner form {
	margin-top: 3rem;
}


.inputField {
	margin-bottom: 1rem;
	width: 100%;
	display: inline-block;
}

.inputField label {
	display: block;
	margin-bottom: 0.3em;
	font-weight: bold;
	text-align: left;
    color: #fff;
}

.inputField label span {
    vertical-align: middle;
}

.inputField label .key {
    font-weight: normal;
	font-size: .7rem;
    padding: 0 .3rem;
	margin-left: 0.5rem;
    background-color: #F7931E;
    color: #fff;
}

.inputField input,
.inputField textarea,
.inputField select {

}

.inputField .inputBox,
.inputField .textareaBox {

}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input {
	width: 100%;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 15em;
	color: #000000;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: bold;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
}

ul.submit li input[type="submit"] {
    color: #fff;
    border: solid 1px #fff;
    padding: 0.5rem 2.5rem;
    margin-top: 1rem;
}

ul.submit li input[type="reset"] {

}

@media screen and (min-width: 768px) {
.homeArea12 .sectionInner img {
    width: 400px;
}

}

@media screen and (min-width: 1000px) {

	.inputField {
		width: 800px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField label {
		display: inline-block;
		width: 13em;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1rem;
		text-align: left;
		padding-right: 1em;
	}

	.inputField.itemText label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		width: 525px;
	}
}


.thanks {
	text-align: center;
	color: #ffffff;
}

.thanks .sectionInner .textBox {
	padding: 3rem 0;
}


