@charset "UTF-8";

/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q::before,q::after {content:'';}
abbr {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {font-size:100%;}
legend {color:#000;}
select,input,button,textarea {font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp {font-family:monospace;font-size:108%;line-height:100%;}
figure {padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button; border: none;box-sizing: border-box;cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {outline-offset: -2px;}


/* base ---------------------------------------*/

* {
	box-sizing:border-box;
	min-height: 0vw;
}

html,body {height:100%;}

body {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
	color:#000;
	transition: all .25s ease;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height: auto;
}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ov-h {overflow: hidden;}

/* .font-xx {font-family:;} */
/* .bg-xx {background-color:;} */


/* mask icon ---------------------------------------*/

.icon-arrow {
	-webkit-mask-image: url('../img/common/arrow.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/arrow.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #ff0000;
}


/* layout ---------------------------------------*/

.wrapper {padding: 0 50px 1px;}

.inner {
	max-width:1080px;
	margin:0 auto;
}

.overlay {display: none;}


/* header ---------------------------------------*/

header {
	position:fixed;
	z-index: 100;
	left:0;
	top:0;
	width:100%;
	transition: all .25s ease;
}

header.is-active{
	background: rgba(255,255,255,0.8);
}

.header-inner {
	height:70px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.header-logo {
	display: block;
	position: absolute;
	left:20px;
	top:10px;
}


/* gnav ---------------------------------------*/

.gnav {
	position:absolute;
	right: 20px;
	top: 25px;
}

.gnav-list {
	display: flex;
	gap: 35px;
}

.gnav-list > li {
	font-weight: bold;
}

.gnav-list > li a {display: block;}


#openmenu {display:none;}


/* kv ---------------------------------------*/

.kv {
	width:100%;
	height: 500px;
	margin-bottom: 60px;
	position: relative;
}

.kv-inner{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:calc(100% - 40px);
}

.kv-message{
	max-width:1080px;
	margin:0 auto;
	position: relative;
	padding-top: 50px;
}

.kv-image{
	position: absolute;
	right:0;
	top:0;
}

.kv-message h1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	z-index:2;
}

.kv-message p{
	font-size: 18px;
    line-height: 1.8;
    letter-spacing: .12em;
	position: relative;
	z-index:2;
}


/* pagekv ---------------------------------------*/

.pagekv {
	width:100%;
	margin-bottom: 60px;
	position: relative;
	padding:0 50px;
}

.pagekv-inner{
	padding:120px 0 0;
	max-width:1080px;
	margin:0 auto;
	text-align: center;
}

.pagekv-servicedetailtitle{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 35px;
}

.pagekv-servicedetailtitle .title-page{margin-bottom: 0;}

.pagekv-lead{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .12em;
	display: inline-block;
	width:500px;
	max-width:100%;
}


/* footer ---------------------------------------*/

footer {
	padding:30px 0 30px 0;
	background: #999;
	color:#fff;
}

.footer-inner {
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

.footer-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

.footer-nav-list{
	display: flex;
	gap: 30px;
}

.footer-nav-item{
	font-size: 14px;
}

.footer-nav-item a{
	color:#fff;
}

.footer-nav-item a[target="_blank"]::after{
	font-family: 'Material Icons';
	content: "open_in_new";
	font-size: 16px;
	vertical-align: text-bottom;
	margin-left: 5px;
}

.copyright {
	display: block;
	text-align: center;
	font-size: 11px;
}

.gotop {
	width:22px;
	position:fixed;
	right:10px;
	bottom:15px;
	z-index:100;
	opacity:0;
}

.gotop a img {width:100%;}


/* section ---------------------------------------*/

.section{
	padding:60px 0;
}

.bg-blue{
	background: #68A2E6;
}

.wavetop{
	position: relative;
}

.wavetop::before{
	content:"";
	position:absolute;
	left:0; right:0; top:-96px;
	height:96px;
	background:
	  no-repeat center/100% 100%
	  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath d='M0,64 C180,96 360,16 540,48 C720,80 900,0 1080,32 C1260,64 1350,64 1440,48 L1440,0 L0,0 Z' fill='%2368A2E6'/%3E%3C/svg%3E");
	pointer-events:none;
	transform: rotate(180deg);
  }

/* service ---------------------------------------*/

.service-inner{
	background: #f5f5f3;
	padding:60px;
	border-radius: 16px;
}

.service-list{}

.service-item{
	display: flex;
	gap: 40px;
	margin-bottom: 50px;
}

.service-item:last-child{
	margin-bottom: 0;
}

.service-item:nth-child(even){
	flex-direction: row-reverse;
}

.service-image{
	width: 30%;
}

.service-content{
	flex:1;
}

.service-info{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.service-info dt{
	font-size: 16px;
}
.service-info dd{
	font-size: 16px;
}

/* faq ---------------------------------------*/

.faq-item{
	background: #f5f5f3;
	padding:30px;
	border-radius: 16px;
	margin-bottom: 30px;
}

/* servicedetail ---------------------------------------*/

.servicedetail-block{
	margin-bottom: 50px;
}
.servicedetail-block:last-child{
	margin-bottom: 0;
}

.servicedetail-image{
	margin-bottom: 30px;
}

.servicedetail-feature-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.servicedetail-feature-item{
	width:calc(33.33333% - 20px);
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.servicedetail-feature-item-image{
	margin-bottom: 20px;
}

.servicedetail-plan-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.servicedetail-plan-item{
	border-radius: 8px;
	background: #fff;
	padding: 20px;
}
.servicedetail-plan-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.servicedetail-plan-price{
	font-size: 16px;
	color: #396CB2;
}
.servicedetail-plan-function{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .12em;
	background: #f5f5f3;
	padding: 10px;
	border-radius: 5px;
}

/* guide ---------------------------------------*/

.guide{}

.guide-inner{}

.guide-list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.guide-item{
	width:300px;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.guide-item-image{
	margin-bottom: 15px;
}

.guide-item-content{
	font-size: 14px;
	font-weight: bold;
}

/* innerlink ---------------------------------------*/

.innerlink{
	background: #f5f5f3;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.innerlink-list{}

.innerlink-item{
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 15px;
}
.innerlink-item::before{
	content: '';
	position: absolute;
	background: #396CB2;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
}
.innerlink-item a{
	text-decoration: none;
	color: #396CB2;
}
.innerlink-item a:hover{
	text-decoration: underline;
}
.innerlink-item a:active{
	text-decoration: none;
}
.innerlink-item a:focus{
	text-decoration: none;
}
.innerlink-item a:visited{
	text-decoration: none;
}

/* animation ---------------------------------------*/

.animation{
	transition: all .75s ease;
	transform:translate(0,20px);
	opacity:0;
}

.animation.on{
	transform:translate(0,0px);
	opacity:1;
}

/* margin ---------------------------------------*/

.mt-0 {margin-top:0px !important;}
.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-25 {margin-top:25px !important;}
.mt-30 {margin-top:30px !important;}
.mt-35 {margin-top:35px !important;}
.mt-40 {margin-top:40px !important;}
.mt-45 {margin-top:45px !important;}
.mt-50 {margin-top:50px !important;}
.mt-55 {margin-top:55px !important;}
.mt-60 {margin-top:60px !important;}
.mt-65 {margin-top:65px !important;}
.mt-70 {margin-top:70px !important;}
.mt-75 {margin-top:75px !important;}
.mt-80 {margin-top:80px !important;}
.mt-85 {margin-top:85px !important;}
.mt-90 {margin-top:90px !important;}
.mt-95 {margin-top:95px !important;}
.mt-100 {margin-top:100px !important;}

.mb-0 {margin-bottom:0px !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-25 {margin-bottom:25px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-35 {margin-bottom:35px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-45 {margin-bottom:45px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-55 {margin-bottom:55px !important;}
.mb-60 {margin-bottom:60px !important;}
.mb-65 {margin-bottom:65px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-75 {margin-bottom:75px !important;}
.mb-80 {margin-bottom:80px !important;}
.mb-85 {margin-bottom:85px !important;}
.mb-90 {margin-bottom:90px !important;}
.mb-95 {margin-bottom:95px !important;}
.mb-100 {margin-bottom:100px !important;}
.mb-110 {margin-bottom:110px !important;}
.mb-120 {margin-bottom:120px !important;}
.mb-130 {margin-bottom:130px !important;}
.mb-140 {margin-bottom:140px !important;}


/* width ---------------------------------------*/

.wid-10per {width:10% !important;}
.wid-15per {width:15% !important;}
.wid-20per {width:20% !important;}
.wid-25per {width:25% !important;}
.wid-30per {width:30% !important;}
.wid-40per {width:40% !important;}
.wid-50per {width:50% !important;}
.wid-60per {width:60% !important;}
.wid-70per {width:70% !important;}
.wid-80per {width:80% !important;}
.wid-100per {width:100% !important;}

.wid-100 {width:100px !important;}
.wid-110 {width:110px !important;}
.wid-120 {width:120px !important;}
.wid-130 {width:130px !important;}
.wid-140 {width:140px !important;}
.wid-150 {width:150px !important;}
.wid-160 {width:160px !important;}
.wid-170 {width:170px !important;}
.wid-180 {width:180px !important;}
.wid-190 {width:190px !important;}
.wid-200 {width:200px !important;}
.wid-210 {width:210px !important;}
.wid-220 {width:220px !important;}
.wid-230 {width:230px !important;}
.wid-240 {width:240px !important;}
.wid-250 {width:250px !important;}
.wid-260 {width:260px !important;}
.wid-270 {width:270px !important;}
.wid-280 {width:280px !important;}
.wid-290 {width:290px !important;}
.wid-300 {width:300px !important;}


/* title ---------------------------------------*/

.title-page {
	font-weight:800;
	font-size: 50px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.title-section {
	font-weight:bold;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.title-block {
	font-weight:600;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
	color:#396CB2;
	border-bottom: 2px solid #396CB2;
	padding-bottom: 10px;
}

.title-paragraph {
	font-weight:500;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
	background: linear-gradient(transparent 60%, #ffff00 60%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
}

.title-small {
	font-weight:500;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}


/* text ---------------------------------------*/

p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1em;
	text-align:justify;
}

.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}

.text-s {
	font-size: 1.2rem;
	line-height: 1.5;
}

.text-m {
	font-size: 1.4rem;
	line-height: 1.5;
}

.text-l {
	font-size: 1.8rem;
	color: #484848;
	line-height: 1.94;
}

.text-bold {font-weight:600;}
.text-red {color: #aa0000 !important;}

.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
	.text-ellipsis-2 { height: 3.2em; } /* IE10〜Edge */
	.text-ellipsis-3 { height: 4.7em; } /* IE10〜Edge */
}

.text-ellipsis-count::after {content: '…';}
.text-link {text-decoration: underline;}
.text-link:hover {text-decoration: none;}


/* pankuzu ---------------------------------------*/

.pankuzu {border-bottom:1px solid #ddd;}

/* .pankuzu-list {} */

.pankuzu-list > li {
	display: inline-block;
	font-size:13px;
}

.pankuzu-list > li a,
.pankuzu-list > li span {
	display: block;
	padding: 0px 30px 0px 10px;
	line-height: 40px;
	position: relative;
}

.pankuzu-list > li a {text-decoration:none;}

.pankuzu-list > li a::after {
	display:block;
	content:'';
	width:25px;
	height:25px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	transform: rotate(45deg) translate(0,-50%);
	position:absolute;
	right:10px;
	top:45%;
}


/* list ---------------------------------------*/

.list{margin-bottom: 20px;}

.list li {
	margin-bottom: 10px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 15px;
	letter-spacing:0.1em;
}

.list li:last-child {margin-bottom: 0;}

.list li::before {
	display:block;
	content:'';
	background:#59BCC1;
	background-size: 100%;
	width:6px;
	height:6px;
	position:absolute;
	border-radius: 8px;
	left:0;
	top:11px;
}

ul.list-simple li {
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 10px;
}

ul.list-simple li::before {
	display:block;
	content:'';
	background:#222;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:13px;
}

ol.list-simple {padding-left: 15px;}

ol.list-simple li {
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	list-style-type: decimal;
}

.noticelist li {
	text-indent:-1em;
	margin-left: 1em;
	font-size:12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn {
	display: inline-block;
	min-width: 160px;
	padding: 10px 24px;
	border-radius: 4px;
	border:1px solid #07629f;
	background-color: #07629f;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight:600;
	cursor: pointer;
}

.btn:hover {
	background-color:#008CEA;
	opacity: 1;
}

.btn.is-primary:hover {border-color:#008CEA;}

.btn[target="_blank"]::after{
	font-family: 'Material Icons';
	content: "open_in_new";
	font-size: 16px;
	vertical-align: text-bottom;
	margin-left: 5px;
}

.btn.is-secondary {
	background: none;
	color: #07629f;
	background: #fff;
}

.btn.is-secondary:hover {
	background-color: #07629f;
	color: #fff;
}

.btn.is-tertiary {
	background: none;
	color: #767676;
	border-color: #919191;
}

.btn.is-tertiary:hover {
	background: #919191;
	color: #fff;
}

.btn.is-attention {
	background-color: #c35d59;
	border-color: #c35d59;
}

.btn.is-attention:hover {
	background: #EF6C66;
	border-color: #EF6C66;
}

.btn.is-s {
	min-width:50px;
	font-size:13px;
	padding: 5px;
}

.btn.is-l {
	min-width:250px;
	font-size:18px;
	padding: 15px;
}


/* table ---------------------------------------*/

.table-horizontal {font-size:16px}

.table-horizontal thead th,
.table-horizontal thead td {
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	text-align:center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td {
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border:1px solid #dbdbdb;
}

.table-horizontal tbody th {text-align:center;}

.table-horizontal tbody td.td-grouptitle {
	font-weight:600;
	text-align:center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td {background: #F4F4F4;}


/* modal ---------------------------------------*/

.modal-wrapper {display: none;}
.modal {background: #fff;}

.modal-inner {
	width: 100%;
	padding: 30px;
	background: #fff;
}

.modal-inner-manual {text-align: center;}

.modal-inner-manual iframe {
	width: 600px;
	height: 500px
}

.modal-inner-close {
	position:absolute;
	right: 10px;
	top: 10px;
}


/* pager ---------------------------------------*/

/* .pager {} */

.pager-list {
	overflow:hidden;
	text-align:center;
	padding:20px 0;
	font-size:0px;
}

.pager-list li {
	display:inline-block;
	margin:0 7px;
	font-size:18px;
}

.pager-list li a,
.pager-list li span {
	display:block;
	border:1px solid #000;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	color:#000;
	transition: all .25s ease;
}

.pager-list li a:hover,
.pager-list li span {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

.pager-list li.pagerPrev a,
.pager-list li.pagerNext a {
	width:50px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}


/* cms entry body ---------------------------------------*/

.entrybody {
	line-height: 1.8;
	margin-bottom: 80px;
}

.entrybody h2,.entrybody h3,.entrybody h4,.entrybody h5,.entrybody h6 {
	font-weight: bold;
/*	margin-top: 3em;*/
	margin-top: 44px;
	margin-bottom: 1em;
}

.entrybody h2 {font-size: 24px; color: #003DA5;}
.entrybody h3{font-size: 22px;}
.entrybody h4{font-size: 20px;}
.entrybody h5{font-size: 18px;}
.entrybody h6{font-size: 16px;}

.entrybody p {
	font-size: 16px;
	line-height: 2.1;
}

.entrybody p + p {margin-top: 2em;}

.entrybody .image,
.entrybody > img{
	display: block;
	text-align: center;
	margin: 66px auto 58px;
}

.entrybody > *:first-child{margin-top: 0;}


/* form ---------------------------------------*/

.form-text,.form-date {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 10px;
	border: 1px solid #999;
	width: 100%;
	border-radius: 0;
	line-height: 1;
	height: 38px;
}

::placeholder {color:#ccc;}

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 10px;
	border: 1px solid #999;
	width: 100%;
	background: url('../img/common/select.svg') no-repeat right 10px top 50%;
	background-size: 24px 24px;
	border-radius: 0;
	line-height: 1;
	height: 38px;
}

.form-select.is-notselected {color: #ccc;}
select::-ms-expand {display: none;}

.form-textarea {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	padding: 13px 10px;
	border: 1px solid #999;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border-radius: 0;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-radio label::before {
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:checked + label::after {
	display:block;
	content:'';
	background: #59BCC1;
	border-radius:50%;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:disabled + label {opacity: 0.7;}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-checkbox label::before {
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:2px;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:checked + label::after {
	display:block;
	content:'';
	background: #59BCC1;
	border-radius:1px;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:disabled + label {opacity: 0.7;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label {
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked + label {background-color: #4BD865;}
.toggle-input:checked + label::after {left: 30px;}
.submit {text-align: center;}
.must {color:#aa0000;}


/* accordion ---------------------------------------*/

/* .accordion {} */

.accordion-title {
	position:relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover {
	color:#59BCC1;
	text-decoration: underline;
}

.accordion-title::after {
	display:block;
	content:'';
	border-bottom:3px solid #59BCC1;
	border-right:3px solid #59BCC1;
	width:10px;
	height:10px;
	margin-top:-17px;
	position:absolute;
	right:10px;
	top:50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after {
	transform: rotate(225deg);
}

.accordion-body {
	display: none;
}


/* tab ---------------------------------------*/

/* .tab {} */



/* pc only */
@media screen and (min-width: 768px) {
	.sp {display: none !important;}
	.spbr {display: none;}
}



/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px) {


}



/* s0 only */
@media screen and (max-width: 767px) {

	/* common item ---------------------------------------*/

	.pc {display: none !important;}
	.pcbr {display: none;}

	/* layout ---------------------------------------*/

	.header-inner,.footer-inner,.inner,.wrapper {
		min-width: 0;
		width: 100%;
	}

	.wrapper {padding: 0 20px 1px;}

	.section {padding:40px 0;}


	/* header ---------------------------------------*/

	/* header {} */
	/* .header-inner {} */

	.overlay {
		content:'';
		display: block;
		position:fixed;
		width:100%;
		height:300px;
		background: rgba(0,0,0,0.5);
		left:0;
		top:0;
		z-index:6;
	}

	#openmenu {
		display:block;
		width:40px;
		height:40px;
		text-indent: -99em;
		overflow: hidden;
		position:absolute;
		right:10px;
		top:10px;
		z-index:100;
		cursor:pointer;
	}

	#openmenu span {
		content:'';
		display: block;
		width:25px;
		height:2px;
		border-radius: 8px;
		background: #396CB2;
		position: absolute;
		left:6px;
		transition: all .25s ease;
		z-index:100;
	}

	#openmenu span:nth-child(1) {top:10px;}
	#openmenu span:nth-child(2) {top:17px;}
	#openmenu span:nth-child(3) {top:24px;}

	#openmenu.is-open span:nth-child(1) {
		transform:rotate(45deg);
		top:20px;
		left:7px;
	}

	#openmenu.is-open span:nth-child(2) {
		opacity:0;
		left:-25px;
	}

	#openmenu.is-open span:nth-child(3) {
		transform:rotate(-45deg);
		top:20px;
		left:7px;
	}

	.bodyfixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* gnav ---------------------------------------*/

	.gnav {
		border:none;
		background: #fff;
		padding-bottom: 30px;
		overflow:auto;
		z-index:100;
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		height: 100vh;
		display: none;
	}

	.gnav.is-active {
	}
	
	.gnav-list {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		list-style: none;
		padding: 0;
		padding-top: 100px;
	}

	.gnav-item {
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

	.gnav-item a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		color: #396CB2;
	}


	/* kv ---------------------------------------*/

	.kv {
		width:100%;
		padding:0 20px;
		height: 600px;
		margin-bottom: 40px;
	}
	
	.kv-inner{
		position: relative;
		top:0;
		left:0;
		transform: translate(0,0);
		width:auto;
		margin:0 auto;
		padding-top: 50px;
	}
	
	.kv-message{
		padding-top: 0;
	}
	
	.kv-image{
		position: relative;
		max-width:300px;
		margin:0 auto;
	}
	
	.kv-message h1{
		margin-top: 20px;
		font-size: 26px;
		margin-bottom: 20px;
		line-height: 1.7;
	}
	
	.kv-message p{
		font-size: 16px;
	}

	
	/* pagekv ---------------------------------------*/

	.pagekv {
		margin-bottom: 40px;
		padding:0 20px;
	}

	.pagekv-inner{
		padding:100px 0 0;
	}

	.pagekv-servicedetailtitle{
		gap: 20px;
		margin-bottom: 25px;
	}

	.pagekv-servicedetailtitle .title-page{margin-bottom: 0;}

	.pagekv-lead{}


	/* footer ---------------------------------------*/

	footer {
		padding:20px;
	}

	.footer-inner {
	}

	.footer-nav{
		display: block;
		margin-bottom: 20px;
	}

	.footer-nav-list{
		display: block;
	}

	.footer-nav-item{
		margin-bottom: 10px;
	}

	
	/* service ---------------------------------------*/

	.service-inner{
		padding: 20px;
		border-radius: 8px;
	}

	.service-list{}

	.service-item{
		display: block;
		border-bottom: 2px solid #aaa;
		padding-bottom:30px;
		margin-bottom: 30px;
	}

	.service-item:last-child{
		margin-bottom: 0;
		border-bottom:none;
		padding-bottom:0;
	}

	.service-image{
		width: 30%;
		margin:0 auto 20px;
	}

	.service-info{
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	.service-info dt{
		font-size: 14px;
	}

	.service-info dd{
		font-size: 14px;
	}

	/* faq ---------------------------------------*/

	.faq-item{
		background: #f5f5f3;
		padding:30px;
		border-radius: 16px;
		margin-bottom: 30px;
	}

	/* servicedetail ---------------------------------------*/

	.servicedetail-block{
		margin-bottom: 40px;
	}

	.servicedetail-block:last-child{
		margin-bottom: 0;
	}

	.servicedetail-image{
		margin-bottom: 30px;
	}

	.servicedetail-feature-list{
		display: block;
	}

	.servicedetail-feature-item{
		width:auto;
		padding: 20px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.servicedetail-feature-item-image{
		margin-bottom: 20px;
	}

	/* margin ---------------------------------------*/

	.mt-sp-0 {margin-top:0px !important;}
	.mt-sp-5 {margin-top:5px !important;}
	.mt-sp-10 {margin-top:10px !important;}
	.mt-sp-15 {margin-top:15px !important;}
	.mt-sp-20 {margin-top:20px !important;}
	.mt-sp-25 {margin-top:25px !important;}
	.mt-sp-30 {margin-top:30px !important;}
	.mt-sp-35 {margin-top:35px !important;}
	.mt-sp-40 {margin-top:40px !important;}
	.mt-sp-45 {margin-top:45px !important;}
	.mt-sp-50 {margin-top:50px !important;}
	.mt-sp-55 {margin-top:55px !important;}
	.mt-sp-60 {margin-top:60px !important;}
	.mt-sp-65 {margin-top:65px !important;}
	.mt-sp-70 {margin-top:70px !important;}
	.mt-sp-75 {margin-top:75px !important;}
	.mt-sp-80 {margin-top:80px !important;}
	.mt-sp-85 {margin-top:85px !important;}
	.mt-sp-90 {margin-top:90px !important;}
	.mt-sp-95 {margin-top:95px !important;}
	.mt-sp-100 {margin-top:100px !important;}

	.mb-sp-0 {margin-bottom:0px !important;}
	.mb-sp-5 {margin-bottom:5px !important;}
	.mb-sp-10 {margin-bottom:10px !important;}
	.mb-sp-15 {margin-bottom:15px !important;}
	.mb-sp-20 {margin-bottom:20px !important;}
	.mb-sp-25 {margin-bottom:25px !important;}
	.mb-sp-30 {margin-bottom:30px !important;}
	.mb-sp-35 {margin-bottom:35px !important;}
	.mb-sp-40 {margin-bottom:40px !important;}
	.mb-sp-45 {margin-bottom:45px !important;}
	.mb-sp-50 {margin-bottom:50px !important;}
	.mb-sp-55 {margin-bottom:55px !important;}
	.mb-sp-60 {margin-bottom:60px !important;}
	.mb-sp-65 {margin-bottom:65px !important;}
	.mb-sp-70 {margin-bottom:70px !important;}
	.mb-sp-75 {margin-bottom:75px !important;}
	.mb-sp-80 {margin-bottom:80px !important;}
	.mb-sp-85 {margin-bottom:85px !important;}
	.mb-sp-90 {margin-bottom:90px !important;}
	.mb-sp-95 {margin-bottom:95px !important;}
	.mb-sp-100 {margin-bottom:100px !important;}


	/* width ---------------------------------------*/

	.wid-sp-100per {width:100% !important;}
	.wid-sp-50per {width:50% !important;}

	.wid-sp-40 {width:40px !important;}
	.wid-sp-50 {width:50px !important;}
	.wid-sp-60 {width:60px !important;}
	.wid-sp-70 {width:70px !important;}
	.wid-sp-80 {width:80px !important;}
	.wid-sp-90 {width:90px !important;}
	.wid-sp-100 {width:100px !important;}
	.wid-sp-110 {width:110px !important;}
	.wid-sp-120 {width:120px !important;}
	.wid-sp-130 {width:130px !important;}
	.wid-sp-140 {width:140px !important;}
	.wid-sp-150 {width:150px !important;}
	.wid-sp-160 {width:160px !important;}
	.wid-sp-170 {width:170px !important;}
	.wid-sp-180 {width:180px !important;}
	.wid-sp-190 {width:190px !important;}
	.wid-sp-200 {width:190px !important;}


	/* title ---------------------------------------*/

	.title-page {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.title-section {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.title-block {
		font-size: 20px;
		margin-bottom: 20px;
		border:none;
		padding-bottom: 0px;
	}

	.title-paragraph {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.title-small {
		font-size: 15px;
	}


	/* text ---------------------------------------*/

	.text-sp-center {text-align:center;}
	.text-sp-right {text-align:right;}
	.text-sp-left {text-align:left;}


	/* pankuzu ---------------------------------------*/

	.pankuzu {display: none}


	/* list ---------------------------------------*/

	.list li {padding-left: 15px;}


	/* btn ---------------------------------------*/


	/* table ---------------------------------------*/

	.table-wrapper {
		margin:0 -20px 25px;
		width:calc(100% + 40px);
		overflow-x: auto;
		padding:0 0 0 20px;
	}

	.table-horizontal,
	.table-horizontal tbody,
	.table-horizontal tr,
	.table-horizontal th,
	.table-horizontal td {
	}


	.table-horizontal th,
	.table-horizontal td {
		font-size: 12px;
		padding:5px;
		min-width: 100px;
	}

	.table-horizontal tbody th {
	}

	.table-horizontal tbody td {}

	.table-sp-scroll {
		overflow: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 15px;
	}

	.table-sp-scroll table {min-width:450px;}


	/* modal ---------------------------------------*/

	.modal-wrapper {display: none;}
	.modal {padding: 60px 10px 20px;}
	.modal-inner-close {
		width: 320px;
		max-width: 100%;
		margin:  30px auto;
	}


	/* form ---------------------------------------*/


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}