@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

@media screen and (min-width:800px){
	.no-pc{
		display:none!important;
	}
}
@media screen and (max-width:799px){
	.no-sp{
		display:none!important;
	}
}

/* ==============================================
CSS reset
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
}
button ,input ,textarea ,select {
	font-size:16px;
	padding:5px;
	letter-spacing:1px;
	font-family:'Noto Sans JP',sans-serif;
}
input[type="submit"] ,button {
	font-size:16px;
	padding:10px 30px;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:'Noto Sans JP',sans-serif;
	line-height:1.6;
}
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

img {
	vertical-align:top;
	max-width:100%;
    max-height:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

ol ,ul ,li {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* ============================================
common pc
=============================================== */

html{
    scroll-behavior: smooth;
}

html,body{
	margin:0;
	padding:0;
}

body{
	position:relative;
	font-size:16px;
	color:#000;
	background-color:#fff;
}

@media screen and (min-width:800px){
	#bgLayer{
		min-width: 1200px;
		max-width: 1920px;
		width:100%;
		margin:0 auto;	
	}
}

@media screen and (max-width:799px){
	#bgLayer{
		width:480px;
		min-width:480px;
		max-width:480px;
		margin:0 auto;
	}
}

img{
	height:auto;
	display:inline-block;
	border:0 none;
}

h1,p{
	margin:0;
}

em {
	font-style: normal;
}

strong {
    font-weight: normal;
}

.tel-link-a{
	pointer-events: auto;
}

.all-center-full{
	width:100%;
	max-width:100%;
	margin:0 auto;
}

.all-center-1400{
	width:1400px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1200{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1000{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}

.all-center-800{
	width:800px;
	max-width:100%;
	margin:0 auto;
}

dl,dt,dd{
	display: block;
	margin: 0;
	padding: 0;
}

header,section,footer{
	max-width: 100%;
}

.object{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.drop-shadow{
	filter: drop-shadow(0 0 1px #000);
}

.pointer:hover {
    opacity: 0.8;
}

@media screen and (max-width:799px){
	.pointer:active {
		opacity: 0.8;
	}
}

/* ==============================================
common SP
=============================================== */

@media screen and (max-width:799px){	
	.tel-link-a{
		pointer-events: auto;
	}

	.sp-LR15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}

	.sp-L15 {
		padding-left:15px !important;
	}
	
	.sp-R15 {
		padding-right:15px !important;
	}
}

/* ====================================================================
	flex
==================================================================== */
.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}

.flex.base {
	align-items:baseline;
}

.flex.column {
	flex-direction:column;
}
.flex.rev {
	flex-direction:row-reverse;
}
.flex.column.rev {
	flex-direction:column-reverse;
}

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}

/* =============================
common caption
================================ */

@media screen and (max-width:799px){
	.caption {
		width: 100%;
		height: 105px;
		object-fit: cover;
		object-position: 50% 50%;
	}
}

/* =====================================================================
common main
======================================================================== */

.altText{
	display: none;
}

.waku{
	padding-top: 7em;
}

.button{
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	display: block;
	border-radius: 5px; 
}

.button.tel{
	background-color: #f39700;
	box-shadow: 4px 4px 0 0 #e9730c;
}

.button.mail{
	background-color: #00b4ed;
	box-shadow: 4px 4px 0 0 #125387;
}

.button.line{
	background-color: #23ac38;
	box-shadow: 4px 4px 0 0 #0a7a2f;
}

.button.green{
	background-color: #90c320;
	box-shadow: 6px 6px 0 0 #00923a;
	display: inline-block;
}

.button:hover {
    transform: translateY(8px);
	box-shadow: 0 0 0 0;
}

@media screen and (max-width:799px){
	.waku {
		padding-top: 2em;
	}

	.button:active {
		transform: translateY(8px);
		box-shadow: 0 0 0 0;
	}
}

/* ==================================
header
================================== */

/* header-top-wrapper　1段目 */
.header-top-wrapper{
	background-color: #26448d;
	padding-left: 0.5em;
    padding-right: 0.5em;
}

.header-top-text {
    font-size: 100%;
    font-weight: bold;
    color: #fff;
}


/* logo-tel-wrapper 2段目*/
header{
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}

header .logo-tel-wrapper{
	background-color: #fff;
}

header .logo-tel-cover{
	padding-top: 0.5em;
	padding-bottom:calc(0.5em + 2px);
	padding-left: 0.5em;
    padding-right: 0.5em;
}

header .logo{
	width: 460px;
}

header .header-tel-text{
	font-weight: bold;
	text-align: center;
}

header .header-tel-text span{
	white-space: nowrap;
	padding: 0 0.3em;
}

header .header-tel-text,
header .button-cover{
	padding:0 0.5em;
}

header .button{
	width: 190px;
}

/* nav　3段目 */
nav .menu-c-outer{
	background-color:#dcdedd;
}

nav .menu-ul-cover{
	max-width:1400px;
	margin:0 auto;
}

nav .nav-li {
    width: calc(100% / 7);
    text-align: center;
	position: relative;
}

nav .nav-a{
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#26448d;
	height: 3.6em;
}

nav .nav-a:hover {
	background-color: #26448d;
	color: #fff;
}

nav .nav-a-text1{
	display:block;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width:799px){

	/* logo-tel-wrapper 1段目*/
	.header-top-cover {
		height: auto;
		padding: 0 0.5em;
	}
	
	.header-top-text {
		font-size: 100%;
	}

	/* logo-tel-wrapper 2段目*/
	header{
		position:static;
	}

	header .logo-tel-cover {
		padding: 1em 0.5em;
		display: block;
		border-bottom: solid 2px #26448d;
	}

	header .logo {
		width: 300px;
		margin: 0 auto;
	}

	header .header-tel {
		width:auto;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #26448d;
        padding-top: 0.3em;
        padding-right: 0.3em;
        padding-left: 0.3em;
        padding-bottom: calc(0.6em + env(safe-area-inset-bottom));
		z-index: 10000;
	}

	header .header-tel-text {
		text-align: center;
		font-size: 100%;
		padding: 0;
		color: #fff;
	}

	header .button {
		width: 145px;
	}

	header .button-cover {
		padding:0 0.3em;
	}

	/* nav　3段目 */
	nav .nav-a:active {
		background-color: #26448d;
		color: #fff;
	}
}

/* ==============================================================
sp nav menu ハンバーガーの位置
================================================================= */

#me-b {
	display: none;
}

@media screen and (max-width:799px){
	label.me-c-class1 {
		display:block;
	}

	.me-d {
		position: fixed;
		top: 8px;
		left: calc(50% + 170px);
		z-index: 9000;
		background-color: rgba(255,255,255,.8);
		border: solid 2px #26448d;
		height: 60px;
		width: 60px;
		display: block;
		cursor:pointer;
	}

	.me-d > span{
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		display: block;
		height: 4px;
		width: 30px;
		background-color: #26448d;
		margin: -1px auto 0;
		transition:top,transform 0.3s ease;
		-webkit-transition:top,transform 0.3s ease;
	}

	.me-d > span.me-d1{
		top: calc(50% - 20%);
	}

	.me-d > span.me-d3{
		top: calc(50% + 20%);
	}

/* ==============================================================
sp nav	menu open　クリックした瞬間の動き
================================================================= */

	#me-b:checked ~ #spMenu #me-c .me-d > span{
		width: 40px;
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span.me-d2{
		background-color: rgba(255, 255, 255, 0);
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span.me-d1{
		transform: rotate(45deg);
		top: calc(50% - 0%);
	}

	#me-b:checked ~ #spMenu #me-c .me-d > span.me-d3{
		transform: rotate(-45deg);
		top: calc(50% + 0%);
	}
	
	#me-b:checked ~ #spMenu .me-e {
		margin-top: 0;
	}

/* ==============================================================
sp nav	menu　開いている時
================================================================= */

	#spMenu .me-e {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 8000;
		color: #000;
		transition: all 0.3s;
		-webkit-transition:all 0.3s;
		margin-top: -70em;
	}

	#spMenu .me-e .me-e-in{
		display: block;
		text-align: center;
		background-color: rgba(38, 68, 141, 0.8);
		width: 100%;
		height: 100%;
	}

	#spMenu .me-e .menu-title-cover{
		display: block;
		padding:0;
	}

	#spMenu .me-e .menu-title{
		display: block;
		background-color: rgb(255, 255, 255,0.9);
		width: 100%;
		font-family:'Noto Sans JP',sans-serif;
		padding:1.5em 0em;
	}

	#spMenu .me-e .menu-title img{
		width: 300px;
	}

	#spMenu .me-e .menu-c-outer{
		display: block;
		width:480px;
		margin:0 auto;
		padding:1.5em 2.5em;
		height: 100%;
	}

	#spMenu .me-e .menu-ul-cover{
		display: flex;
		justify-content:center;
		align-items: center;
		flex-wrap: wrap;
	}

	#spMenu .me-e .nav-li{
		width: 100%;
		height: 100%;
		line-height: 3.5;
		background-color: rgba(255, 255, 255, 0.9);
		border-bottom: solid 2px #26448d;
		border-left: solid 2px #26448d;
		border-right: solid 2px #26448d;
	}

	#spMenu .me-e .nav-li:first-of-type{
		border-top: solid 2px #26448d;
	}

	#spMenu .me-e .nav-a{
		display: block;
		font-size: 120%;
		font-family:'Noto Sans JP',sans-serif;
	}
}

/* ==================================
section-fv
================================== */

@media screen and (max-width:799px){	

	.section-fv img {
		width: 100%;
	}

	.section-fv .img-wrapper {
		padding-bottom: 1em;
		border-bottom: 2px solid #26448d;
		background-color: #00a0ea82;
	}
}

/* ==================================
section-reason
================================== */

.section-reason .img-out{
	padding-top: 4em;
}

.section-reason .img-cover{
	text-align: center;
}

@media screen and (max-width:799px){

	.section-reason .img-out{
		padding-top: 2em;
	}
}

/* ====
slider
=======*/

#loop .loop-c-cover {
	width:1200px;
    margin: 0 auto;
}

#loop .img-outer{
}
.main_visual .item {
	padding:2px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main_visual .item img {
	outline: solid 2px #bbb;
}

.slick-slider .slick-dots {
    bottom:-35px;;
}

.slick-slider .slick-prev{
    left: -50px;
}

.slick-slider .slick-next{
    right: -50px;
	margin-left: 20px;
}

.slick-slider > * {
    z-index: 1;
}

.slick-slider .slick-prev,
.slick-slider .slick-next{
    z-index: 100;
	width:40px;
	height:40px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-size: 40px;
	color: #444;
}

@media screen and (max-width:799px){

	#loop .loop-c-cover {
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#loop .slick-slide img {
		width: auto;
	}

	.slick-prev{
		left: 0px !important;
	}
	
	.slick-next{
		right: 0px !important;
	}
}

/* ==================================
section-cta
================================== */

.section-cta{
	max-width: 100%;
	overflow: hidden;
}

.section-cta .all-cta{
	position: relative;
}

.section-cta .waku{
	padding-top: 4em;
}

.section-cta .cta_img1{
	width: 1920px;
	max-width: none;
}

.section-cta .tel-line-all{
	width: auto;
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
}

.section-cta .tel-number-wrapper {
    padding-left: 16em;
    padding-right: 0em;
}

.section-cta .tel-number-cover{
	width: 505px;
    margin: 0 auto;
}

.section-cta .tel-icon{
	width: 110px;
}

.section-cta .tel-text {
    font-size: 330%;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	text-indent: 0.2em;
}

.section-cta .button-wrapper {
    padding-top: 0.7em;
    padding-left: 11em;
}

.section-cta .button-cover{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

@media screen and (max-width:799px){

	.section-cta .waku{
		padding-top: 0;
	}

	.section-cta .all-cta {
		padding-top:2em;
	}

	.section-cta .all-cta-sp{
		background-color:#26448d;
		padding-bottom:1.5em;
	}

	.section-cta .title-cover{
		padding-top: 2.5em;
	}

	.section-cta .title-cover2{
		padding-top: 1em;
	}

	.contents-cover{
		padding-top: 0.5em;
	}

	/* left */
	.section-cta .tel-number-outer{
		padding: 0 0.5em;
	}

	/* right */
	.section-cta .img-cover-circle{
		padding: 0 0.5em;
	}

	.section-cta .img-cover-circle > img{
		width: 115px;
	}

	.section-cta .tel-number-wrapper {
		padding-left: 0em;
		padding-right: 0em;
	}

	.section-cta .tel-number-cover {
		width: auto;
	}

	.section-cta .tel-text {
		font-size: 180%;
		color: #fff;
	}

	.section-cta .tel-icon {
		width: 50px;
	}

	.section-cta .tel-reception {
		color: #fff;
		text-align: center;
		font-size: 120%;
	}

	.section-cta .tel-line-all {
		position: static;
	}

	.section-cta .button-wrapper {
		padding-top: 0.5em;
		padding-left: 0;
	}

	.section-cta .button-cover {
		padding-left: 0.3em;
		padding-right: 0.3em;
	}
}

/* ==================================
section-pack
================================== */

.section-pack .all-pack{
	text-align: center;
}

.section-pack .text-cover{
	padding-top: 2em;
}

.section-pack .text{
	font-size: 300%;
	font-weight: bold;
	color: #22ac28;
}

.section-pack .img-wrapper{
	padding-top:1em;
}

.section-pack .text-cover2{
	padding-top: 2em;
}

.section-pack .text2{
	font-size: 250%;
	font-weight: bold;
	color: #22ac28;
}

.section-pack .img-wrapper2{
	padding-top:3em;
}

.section-pack .img-wrapper3{
	padding-top:3em;
}

@media screen and (max-width:799px){

	.section-pack .caption {
		height: 72px;
	}

	.section-pack .text-cover {
		padding-top: 1em;
	}

	.section-pack .text {
		font-size: 200%;
	}

	.section-pack .text-cover2 {
		padding-top: 2em;
	}

	.section-pack .text2 {
		font-size: 170%;
	}

	.section-pack .point{
		width: 80px;
	}

	.section-pack .img-wrapper2 {
		padding-top: 1em;
	}

	.section-pack .img-wrapper3 {
		padding-top: 2em;
	}
}

/* ==================================
section-set
================================== */

.section-set .waku{
	padding-top: 4.5em;
}

.section-set .contents{
	padding:5em 1.5em 0;
}

.section-set .img-wrapper2{
	padding-top: 2em;
}

.section-set .set-img {
    object-fit: cover;
    width: 100%;
    height: 6em;
}

.section-set .text-wrapper{
	padding-top:2em;
}

.section-set .text-cover{
	text-align: center;
	background-color: #fff68d;
	line-height: 1.3;
	padding: 0.5em 0;
}

.section-set .text,
.section-set .text2{
	font-weight: bold;
}

.section-set .text{
	font-size:210%;
}

.section-set .text2{
	font-size:350%;
	color: #e53123;
}

.section-set .img-wrapper3{
	padding-top: 3em;
}

.section-set .img-cover3{
	width: 100%;
	margin: 0 auto;
}

.section-set .title-cover{
	padding-top: 3em;
}

.section-set .title{
	background-color: #26448d;
	border-radius: 10px;
	color: #fff;
	font-size:220%;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0;
}

.section-set .title-plus{
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.section-set .title-text-wrapper{
	padding:2em 3em 0;
}

.section-set .title-text-cover{
	padding-top: 0.6em;
}

.section-set .title-text{
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: orange;
}

.section-set .img-wrapper4{
	padding-top: 1em;
	text-align: center;
}

@media screen and (max-width:799px){

	.section-set .all-set{
		flex-direction: column;
	}

	.section-set .contents {
		padding: 2em 0em 0;
	}

	.section-set .text {
		font-size: 180%;
	}

	.section-set .text2 {
		font-size: 300%;
	}

	.section-set .img-wrapper3 {
		padding-top: 2em;
	}
}

/* ==================================
section-flow
================================== */

.section-flow .contents-outer{
	padding-top: 4em;
}

.section-flow .contents-wrapper{
	position: relative;
}

.section-flow .contents-wrapper:not(:last-child) {
    padding-bottom: 7em;
    background: url(/html/user_data/assets/img/common/arrow.webp) 50% 100% no-repeat;
    background-size: auto 120px;
}

.section-flow .contents-wrapper:nth-child(2n) .contents-cover{
	flex-direction:row-reverse;
}

.section-flow .contents{
	padding: 0 1em;
}

.section-flow .contents.left{
	width: 60%;
}

.section-flow .contents.right{
	width: 30%;
}

.section-flow .img-cover {
    width: 80%;
}

.section-flow .text-cover {
    padding: 1em 2em 0;
}

.section-flow .text{
	font-size: 130%;
	line-height: 2;
}

@media screen and (max-width:799px){

	.section-flow .waku{
		padding-top: 4.5em;
	}

	.section-flow .contents-outer{
		padding-top: 2em;
	}

	.section-flow .contents-wrapper:not(:last-child){
		padding-bottom: 8em;
		background-size: auto 110px;
	}

	.section-flow .contents-cover {
		padding-top: 0;
        flex-direction: column;
    }

	.section-flow .contents-wrapper:nth-child(2n) .contents-cover {
		flex-direction: column;
	}

	.section-flow .contents.left,
	.section-flow .contents.right{
		width: 100%;
	}

	.section-flow .img-cover {
		width: 95%;
		margin: 0 auto;
	}

	.section-flow .text-cover {
		padding: 1em 1.5em 0;
	}

	.section-flow .text {
		font-size: 105%;
	}

	.section-flow .img-cover-circle {
		width: 270px;
		margin: 0 auto;
		padding-top: 1em;
	}
}

/* ==================================
section-area
================================== */

.section-area .img-wrapper{
	padding-top: 1em;
}

.section-area .img-cover{
	text-align: center;
}

.section-area .contents-cover {
    padding-top: 2em;
}

.section-area .contents{
	width: 50%;
	padding:0 0.5em;
}

.section-area .title-outer{
	padding-top: 1em;
}

.section-area .title-wrapper{
	padding: 1em;
	border-radius: 10px;
}

.section-area .title-wrapper.area-bg1{
	height: 405px;
}

.section-area .title-wrapper.area-bg2{
	height: 150px;
}

.section-area .title-wrapper.area-bg3{
	height: 275px;
}

.section-area .title-wrapper.area-bg4{
	height: 280px;
}

.section-area .area-bg1{
	background-color:#e4f1e0;
}

.section-area .area-bg2{
	background-color:#ebe3ce;
}

.section-area .area-bg3{
	background-color:#f0deec;
}

.section-area .area-bg4{
	background-color:#dedff1;
}

.section-area .area-bg1 .title{
	color:#69b171;
}

.section-area .area-bg2 .title{
	color:#8b7544;
}

.section-area .area-bg3 .title{
	color:#d4a9c5;
}

.section-area .area-bg4 .title{
	color:#a19fc6;
}

.section-area .title{
	font-size: 230%;
	font-weight: bold;
}

.section-area .text-cover{
	padding-top: 0.5em;
}

.section-area .text{
	font-size: 115%;
}

.section-area .text > span{
	white-space: nowrap;
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: inline-block;
}

@media screen and (max-width:799px){

	.section-area .caption {
		height: 100px;
	}

	.section-area .contents-cover {
		display: block;
		padding-top: 0;
	}

	.section-area .contents {
		width:100%;
		padding: 0;
	}

	.section-area .title-wrapper.area-bg1,
	.section-area .title-wrapper.area-bg2,
	.section-area .title-wrapper.area-bg3,
	.section-area .title-wrapper.area-bg4 {
		height:auto;
	}

	.section-area .title{
		font-size: 100%;
	}
	
	.section-area .text{
		font-size: 75%;
	}
}

/* ==================================
section-sns
================================== */

.section-sns .contents-outer{
	padding-top: 3em;
	padding-bottom: 3em;
}

.section-sns .contents-wrapper{
	width: 600px;
	margin: 0 auto;
}

.section-sns .contents-cover{
	padding-top: 3em;
}

@media screen and (max-width:799px){
	
	.section-sns .contents-wrapper{
		width:auto;
		margin: 0 auto;
	}

	.section-sns .contents-cover {
		padding-top: 2em;
	}
}

/* ==================================
footer
================================== */

footer{
	background-color: #26448d;
}

footer .img-wrapper{
	padding-top: 4em;
	padding-bottom: 4em;
}

footer .img-cover{
	width: 440px;
	margin: 0 auto;
}
.footerNavi-cover {
	padding-bottom:2em;
}

.copyright {
	padding:2em 0;
	font-size:90%;
	color:#fff;
	text-align:center;
}


@media screen and (max-width:799px){
	
	footer .img-wrapper {
		padding-top: 2em;
		padding-bottom: 6.5em;
	}

	footer .img-cover{
		width: 250px;
		margin: 0 auto;
	}
}

/* =============================
戻るボタン page-top
================================ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
	z-index: 11000;
}

#page-top .top1-cover{
	border:solid 2px #fff;
	background-color: #0c2a73;
	color: #fff;
    text-decoration: none;
    width: 45px;
    padding:4px 0 8px;
    text-align: center;
    display: block;
    border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
}

#page-top .top1-cover:hover {
	text-decoration: none;
	background-color: #001059;
    color: #fff;
}

#page-top .top1{
	display: block;
	line-height: 1;
	font-size: 200%;
}

@media screen and (max-width:799px){

	#page-top .top1-cover {
		width: 56px;
		padding: 6px 0 10px;
	}

	#page-top {
		bottom: 68px;
        right: 10px;
	}

	#page-top .a {
		width: 50px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	#page-top .top1-cover:active {
		text-decoration: none;
		background-color: #001059;
		color: #fff;
	}

	#page-top .top1{
		display: block;
		line-height: 1;
	}
}

/* ==================================
別ページのcommon 
================================== */

/* 背景画像 */
.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 300px;
}

.bg-text-cover {
	padding: 0 1em;
}

.bg-text-j{
	font-size:300%;
	color: #000;
    text-shadow: 2px 2px 4px #ddd,2px 2px 4px #ddd;
}
.bg-text-e{
	font-size:300%;
	color: #fff;
    text-shadow: 2px 2px 4px #000,2px 2px 4px #000;
}

/* button */
.button-wrapper2{
	padding-top: 1em;
}

.button2-cover {
	padding-top: 3em;
}

.button2 {
    background-color: #f5eb42;
    color: #000;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding: 0.7em 0;
	width: 390px;
	margin: 0 auto;
	box-shadow: 0 3px 8px #0000001a;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	display: block;
}

.button2:hover {
	background-color: #111;
	color: #f5eb42;
}

@media screen and (max-width:799px){
	.bg-img {
		height: 150px;
	}

	.bg-text-j{
		font-size: 170%;
		font-weight: bold;
	}

	.button2:active {
		background-color: #111;
		color: #f5eb42;
	}
}

/* ==================================
question 別ページ
================================== */

.section-question .bg-img {
	background-image: url(/html/user_data/assets/img/common/question_pc.webp);
}

.section-question .bg-text-e{
	font-size:100%;
	letter-spacing: 0.1em;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.section-question .waku{
	padding-top: 3em;
	padding-bottom: 5em;
}

.section-question .caption-text{
	text-align: center;
	font-size:250%;
}

dl,dt,dd {
	margin:0;
	padding:0;
	line-height:inherit;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}

.section-question .qa-cover {
	padding-top: 1em;
}

.section-question dl{
	border:#cecece;
}

.section-question #qa {
	border-top-style: dotted;
	border-top-width: 3px;
	width: 900px;
	max-width:100%;
	margin:auto;
	line-height:1.8em;
}

.section-question #qa .qa-ajust {
	width: 770px;
	margin: 0 auto;
}

.section-question #qa .q ,
.section-question #qa .a {
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.section-question #qa .icon-a,
.section-question #qa .icon-q {
	display:flex;
	justify-content:center;
	align-items:center;
	align-self:flex-start;
	width:90px;
	height:calc(0.5em * 2);
	font-size: 280%;
	padding-left: 0.3em;
}

.section-question #qa .text {
	width:calc(100% - 90px);
	font-size:110%;
}

.section-question #qa .q {
	padding-top: 0.5em;
}
.section-question #qa .q .text{
	font-size:140%;
}

.section-question #qa .a {
	border:#cecece;
	border-bottom-width: 3px;
	border-bottom-style:dotted;
	padding-bottom: 1em;
	padding-top: 1em;
}

.section-question #qa .icon-q{
	color: #e9730c;
}

.section-question #qa .icon-a{
	color:#125387;
}

@media screen and (max-width:799px){

	.section-question .bg-img {
		background-image: url(/html/user_data/assets/img/common/question_sp.webp);
	}

	.section-question .bg-text-cover {
		padding: 0 1em;
	}

	.section-question .bg-text-e {
		font-size: 150%;
		font-weight: bold;
		padding-left: 0em;
		padding-right: 0em;
		letter-spacing: 0.05em;
	}

	.section-question .waku {
		padding-top: 2em;
	}

	.section-question .caption-text {
		text-align: center;
		font-size: 200%;
	}

	.section-question #qa {
		font-size: 85%;
	}

	.section-question #qa .qa-ajust {
		width: 480px;
		justify-content:center;
	}

	.section-question #qa .icon-a,
	.section-question #qa .icon-q {
		width:45px;
		padding-left:0;
		font-size: 330%;
	}

	.section-question #qa .text {
		width:100%;
		font-size: 115%;
	}

	.section-question #qa .q .text {
		font-size: 125%;
	}

	.section-question #qa .q .text,
	.section-question #qa .a .text {
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
}

/* ==================================
system 別ページ
================================== */

.bg-img.system-bg {
    background-image: url(/html/user_data/assets/img/common/system_pc.webp);
}

.section-system .contents-outer{
	padding-top: 2em;
	padding-bottom: 5em;
}

.section-system .contents-wrapper{
	width: 630px;
	margin: 0 auto;
}

.section-system .contents-cover{
	padding-top: 3.5em;
}

.section-system .caption-h3{
	font-size: 170%;
}

.section-system .caption-h3:before{
    display: block;
    content: "";
    background-color: #f5eb42;
    width: 10px;
    height: 40px;
    margin-right: 5px;
}

.section-system .img-cover{
	text-align: center;
}

.section-system .text-out{
	padding-top: 1em;
}

.section-system .text-outer{
	box-shadow: 1px 1px 5px 0 #bbb;
}

.section-system .text-wrapper{
	border:solid 1px #fff;
	background-color: #eee;
}

.section-system .text-cover1,
.section-system .text-cover2{
	text-align: center;
	padding:1em 0;
}

.section-system .text-cover1{
	background-color: #26448d;
	width: 65%;
}

.section-system .text-cover2{
	width: 35%;
}

.section-system .text1,
.section-system .text2{
	font-size: 110%;
	padding:1em 0;
}

.section-system .text1{
	font-weight: bold;
	color: #fff;
}

.section-system .text2{
	font-weight: bold;
	color: #26448d;
}

/* contents-cover2 */
.section-system .contents-cover2{
	padding-top: 3em;
}

.section-system .text-outer2{
	padding-top: 1em;
}

.section-system .text-cover2-2{
	padding-top: 1em;
}

.section-system .text-cover3-2{
	padding-top: 1em;
}

.section-system .caption-h4{
	font-size: 150%;
}

.section-system .button2-cover {
	padding-top: 3em;
}

.section-system .button2 {
    background-color: #f5eb42;
    color: #000;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding: 0.7em 0;
	width: 390px;
	margin: 0 auto;
	box-shadow: 0 3px 8px #0000001a;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.section-system .button2:hover {
	background-color: #111;
	color: #f5eb42;
}

@media screen and (max-width:799px){

	.bg-img.system-bg {
		background-image: url(/html/user_data/assets/img/common/system_sp.webp);
	}
	
	.section-system .contents-outer {
		padding-top: 0;
		padding-bottom: 3em;
	}

	.section-system .contents-wrapper{
		width: auto;
	}

	.section-system .contents-cover {
		padding-top: 2.5em;
	}

	.section-system .button2-cover {
		padding-top: 2em;
	}

	.section-system .button2:active {
		background-color: #111;
		color: #f5eb42;
	}
}

/* ==================================
standard 別ページ
================================== */

.section-standard .bg-img {
	background-image: url(/html/user_data/assets/img/common/standard_pc.webp);
}

.section-standard .contents-cover{
	padding-bottom:4em;
}

.section-standard .text-out{
	padding-top:4em;
}

.section-standard .text-outer{
	box-shadow: 1px 1px 5px 0 #bbb;
	margin: 0 auto;
	max-width: 630px;
}

.section-standard .text-wrapper{
	border:solid 1px #fff;
	width: 100%;
}

.section-standard .text-cover1,
.section-standard .text-cover2{
	padding:0 2em;
}

.section-standard .text-cover1{
	background-color: #26448d;
	width: 55%;
	text-align: left;
}

.section-standard .text-cover2{
	background-color: #eee;
	width: 45%;
	text-align: center;
}

.section-standard .text1,
.section-standard .text2{
	font-size: 110%;
	padding:1em 0;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.section-standard .text1{
	color: #fff;
}

.section-standard .text2{
	color: #26448d;
}
.section-standard .img-contents-cover{
	padding-top:4em;
}

.section-standard .img-text-title{
	font-size: 200%;
}

.section-standard .img-text-cover{
	padding-top:1em;
}

.section-standard .img-text{
	font-size: 120%;
}

.section-standard .circle-mini{
	display: block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    border-radius: 50%;
}

.section-standard .red{
	background-color:#f22;
}

.section-standard .yellow{
	background-color: #f7c45d;
}

.section-standard .hoshi{
	color: #333;
}


@media screen and (max-width:799px){

	.section-standard .bg-img {
		background-image: url(/html/user_data/assets/img/common/standard_sp.webp);
	}

	.section-standard .text-out {
		padding-top: 2.5em;
	}

	.section-standard .text-outer{
		width: auto;
	}

	.section-standard .text-cover1,
	.section-standard .text-cover2 {
		padding:0 1.5em;
	}

	.section-standard .img-contents {
		display: block;
		text-align: center;
	}

	.section-standard .img-text {
		justify-content: center;
	}

	.section-standard .button-wrapper2 {
		padding-top: 0em;
	}

	.section-standard .button2-cover {
		padding-top: 2em;
	}
}

/* =======================================================================
別ページ 0628
========================================================================== */

/* ===============
common line-clamp
================= */

.line-clamp{
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.line-clamp.l2{
	-webkit-line-clamp:2;
}
.line-clamp.l3{
	-webkit-line-clamp:3;
}

/* =======================================================
works.html 別ページ
========================================================== */

/* ==========
section-work
=============*/

.section-work .waku {
    padding-top: 7em;
    padding-bottom: 5em;
}

.section-work .contents-outer{
	height: 100%;
}

.section-work .contents-cover{
	padding:3em 1.5em 0;
	width: calc(100% / 3);
}

.section-work .contents{
	display: block;
	border: solid 1px #999;
	min-height: 100%;
}

.section-work .contents-customer{
	background-color: #26448d;
	padding:0.5em 0;
	display: block;
	text-align: center;
}

.section-work .contents-customer > span{
	color: #fff;
	font-size: 140%;
	font-weight: bold;
}

.section-work .contents-img > img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-work .contents-text-cover {
	padding:1.5em 1em;
}

.section-work .contents-date{
	color: #222;
	font-weight: bold;
	font-size: 135%;
	text-align: center;
}

.section-work .contents-place{
	font-size:125%;
	font-weight: bold;
	text-align: center;
}

.section-work .contents-support-wrapper{
	padding-top: 0.5em;
}

.section-work .contents-support-cover{
	padding-top: 0.5em;
}

.section-work .contents-support-top,
.section-work .contents-support-bottom{
	font-size: 115%;
}

.section-work .contents-support-top{
	color: #26448d;
	font-weight: bold;
	width: 25%;
	align-self: flex-start;
}

.section-work .contents-support-bottom{
	width: 75%;
	text-align: left;
}

.section-work .contents-install-cover{
	padding-top:1em;
	text-align: center;
}

.section-work .contents-install{
	border: solid 1px #26448d;
	padding:0.5em 1em;
	border-radius: 5px;
	font-size: 110%;
	color: #26448d;
	display: inline-block;
}


@media screen and (max-width:799px){

	.section-work .waku {
		padding-top: 2em;
		padding-bottom: 5em;
	}

	.section-work .contents-outer {
		padding-top:0;
	}

	.section-work .contents-cover{
		padding: 3em 0 0;
		width:50%;
	}
	.section-work .contents-support-cover.flex {
		display:block;
	}
	.section-work .contents-support-top {
		width:100%;
		line-height:1.3;
	}
	.section-work .contents-support-bottom {
		width:100%;
		padding-left:1em;
	}
	.section-work .contents-text-cover {
		font-size:80%;
	}
}

/* =======================================================
works_detail.html 個別ページ
========================================================== */

/* ================
sectionworks_detail
===================*/

.section-works_detail{
	background-color: #eee;
	padding-top: 3em;
    padding-bottom: 8em;
}

/* ==
title
===== */

.section-works_detail .all-works_detail{
	background-color: #fff;
	padding: 3em 4em;
}

.section-works_detail .title{
	font-weight: bold;
	color: #26448d;
	text-align: center;
}

.section-works_detail .title > div{
	width: calc(100% / 3);
}

.section-works_detail .title-left-top,
.section-works_detail .title-left-bottom,
.section-works_detail .title-center,
.section-works_detail .title-right{
	font-size: 135%;
}

.section-works_detail .title-left-top{
	color:#fff;
	background-color: #0c2a73;
	padding: 0.2em 1.5em;
}

.section-works_detail .title-left-bottom{
	color:#0c2a73;
	padding: 0em 1em;
}

.section-works_detail .title-right span{
	border: solid 1px #26448d;
	border-radius: 25px;
	padding: 0.3em 1em;
	display: inline-block;
}

.section-works_detail .caption-mini-cover{
	padding-top:1em;
}

.section-works_detail .caption-mini-top,
.section-works_detail .caption-mini-bottom{
	font-size: 200%;
	font-weight: bold;
	color: #26448d;
	text-align: center;
}

/* ==================
slider works_detail-id
=====================*/

#works_detail-id .img-out{
	padding-top: 2em;
}

#works_detail-id .loop-c-cover {
    width: 860px;
    margin: 0 auto;
}

#works_detail-id .slick-slide img {
	display: block;
	object-fit: cover;
    width: 100%;
    height: 100%;
}

#works_detail-id .slick-slider .slick-prev{
    left: -50px;
}

#works_detail-id .slick-slider .slick-next{
    right: -50px;
	margin-left: 20px;
}

#works_detail-id .slick-slider > * {
    z-index: 1;
}

#works_detail-id .slick-slider .slick-prev,
#works_detail-id .slick-slider .slick-next{
    z-index: 100;
	width:40px;
	height:40px;
}

#works_detail-id .slick-slider .slick-prev:before,
#works_detail-id .slick-slider .slick-next:before {
    font-size: 40px;
	color: #444;
}

#works_detail-id .img-wrapper.slider-nav{
	padding-top: 1.5em;
}

#works_detail-id .img-wrapper.slider-nav .img-cover{
	padding:1em;
	width: 150px !important;
}

#works_detail-id .img-wrapper.slider-nav .img-cover img{
	border:solid 4px #ccc;
}

#works_detail-id .img-cover.slick-slide.slick-current.slick-center img{
	border:solid 4px #0c2a73;
}

#works_detail-id .slider-nav{
	width: 100% !important;
}

#works_detail-id .slider-nav .slick-track {
	width: 100% !important;
}

#works_detail-id .slick-slider .slick-track,
#works_detail-id .slick-slider .slick-list {
    transform: none!important;
}

@media screen and (max-width:799px){

	#works_detail-id .img-out {
		padding-top: 1.5em;
	}

	#works_detail-id .loop-c-cover {
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#works_detail-id .slick-list.draggable {
		padding: 0 !important;
	}

	#works_detail-id .slick-prev{
		left: 0px !important;
	}
	
	#works_detail-id .slick-next{
		right: 0px !important;
	}

	#works_detail-id .slider-nav{
		width: 100% !important;
	}

	#works_detail-id .slider-nav .slick-track {
		width: 100% !important;
	}
	
	#works_detail-id .img-wrapper.slider-nav .img-cover{
		padding: 0.3em;
		width: calc(100% / 5) !important;
	}

	#works_detail-id .img-cover.slick-slide.slick-current.slick-center img {
		border: solid 4px #0c2a73;
	}
}

/* =======
impression
========== */

.section-works_detail .impression-cover{
	padding-top: 3em;
}

.section-works_detail .impression{
	background-color: #EAF1FB;
	padding: 1em;
}

.section-works_detail .impression-title{
	background-color: #0c2a73;
	color: #fff;
	text-align: center;
	padding: 0.2em 0;
	width: 10%;
	font-size: 120%;
}

.section-works_detail .impression-text{
	color: #0c2a73;
	padding: 0em 1em;
	width:90%;
	font-size: 105%;
	align-self: center;
}

/* ==
back
===== */

.section-works_detail .back-cover{
	padding-top: 2em;
	text-align: center;
}

.section-works_detail .back{
	font-size: 135%;
	color: #001059;
}


@media screen and (max-width:799px){

	.section-works_detail {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.section-works_detail .all-works_detail {
		padding:2em 0 2em;
	}

	/* title */
	.section-works_detail .title {
		flex-direction: column;
	}

	.section-works_detail .title > div {
		width:100%;
		justify-content: center;
	}

	.section-works_detail .title-left-top,
	.section-works_detail .title-left-bottom,
	.section-works_detail .title-center,
	.section-works_detail .title-right{
		font-size: 130%;
	}

	.section-works_detail .title-center {
		padding-top: 0.5em;
	}

	.section-works_detail .title-right {
		padding-top: 0.5em;
	}

	/* impression */
	.section-works_detail .impression {
		flex-direction: column;
	}

	.section-works_detail .impression-cover {
		padding-top: 2em;
	}

	.section-works_detail .impression-title {
		width: 35%;
		margin: 0 auto;
	}

	.section-works_detail .impression-text {
		padding: 1em 0em 0;
		width: 100%;
	}
}




