@charset "utf-8";
/* CSS Document */

/* Reset
------------------------------------------------------------*/
html { overflow-y: scroll; min-width:1300px; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
address,em { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
th { font-weight:normal; text-align: left; vertical-align: top; }
legend { display: none; }
img,fieldset { border: 0; }
li { list-style-type: none; }
article, main, aside, dialog, figure, footer, header,hgroup, nav, section { display: block;margin: 0;padding: 0; }


/* Fonts
------------------------------------------------------------*/
html, button, input, select, textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-feature-settings: "palt";
	font-size: 62.5%;
	line-height:1.7;
	letter-spacing: 0.12em;
	color:#333;
	}

body{ font-size: 1.6rem; }

/* Form
------------------------------------------------------------*/
button, input, select, textarea { outline: none; box-sizing: border-box; border: none; }

/* Media
------------------------------------------------------------*/
object,embed { vertical-align: top; }
img { max-width: 100%; vertical-align: middle; font-size: 0;line-height: 0;-webkit-backface-visibility: hidden; }

/* link
------------------------------------------------------------*/
a { text-decoration: none; transition: .3s; color: #00b1dc;}
a:hover{ opacity: .6; }


*{ box-sizing: border-box; }
.inner{ max-width:1200px; margin:0 auto; position:relative; }
.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.fr{ float:right;}
.fl{ float:left;}
img.fr,figure.fr{ width:40%; margin:0 0 20px 20px;}
img.fl,figure.fl{ width:40%; margin:0 20px 20px 0;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.fs80{ font-size: 80% !important;}
.fs90{ font-size: 90% !important;}
.fs120{ font-size: 120% !important;}
.bg_gray{ background-color: #f5f5f5;}

.blank{
	position: relative;
	}

.blank::before,
.blank::after{
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	border: 1px solid #04447c;
	position: absolute;
	top: 50%;
	transition: .3s;
	}

.blank::before{
	right: -15px;
	margin-top: -5px;
	}

.blank::after{
	right: -12px;
	margin-top: -2px;
	border-top: none;	
	border-right: none;
	}

ul.disc li{
	list-style: disc;
	margin-left: 20px;
	}

ol li{
	list-style: decimal;
	margin-left: 20px;
	}

.cf:after{
	content:"";
	display:block;
	clear:both;
	}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

p + p{
	margin-top: 15px;
	}


/*loader
------------------------------------------------------------*/
#loader{
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	}

#loader div{
	margin: -32px 0 0 -32px;
	position: absolute;
	top: 50%;
	left: 50%;
	}


/*pagetop
------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
	}

.pagetop a{
	line-height: 50px;
	width: 50px;
	background: #00b1dc;
	display: block;
	text-align: center;
	transition: .3s;
	}

.pagetop a:hover{
	opacity: .6;
	}


/*header
------------------------------------------*/
header > div,
header nav,
header ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	}

header{
	padding: 15px 20px;
	background-color: #fff;
	}

header .upper{
	font-size: 1rem;
	margin-bottom: 20px;
	}

header .upper ul li{
	margin-left: 20px;
	}

header .upper ul li a{
	color: #666;
	}

header .lower img{
	height: 35px;
	}

header .lower nav ul li{
	margin-left: 30px;
	}

header .lower nav ul li a{
	font-weight: bold;
	color: #333;
	}

header .lower nav ul li a br{
	display: none;
	}

header .lower nav ul li a:hover{
	opacity: 1;
	color: #00b1dc;
	}

dl.cta{
	display: flex;
	align-items: center;
	font-weight: bold;
	}

dl.cta dt{
	font-size: 1.2rem;
	text-align: center;
	color: #666;
	margin-right: 15px;
	}

dl.cta dt span{
	display: block;
	font-size: 200%;
	color: #fac500;
	margin-bottom: 5px;
	}

dl.cta dd a{
	display: inline-block;
	background-color: #fac500;
	border: 1px solid #fac500;
	border-radius: 5px;
	padding: 11px;
	color: #fff;
	}

dl.cta dd a:hover{
	background-color: #fff;
	color: #fac500;
	opacity: 1;
	}
.contactInfo{
	line-height:1.5 !important;
}


/*nav
------------------------------------------*/
.navBtn,
#open{
	display:none;
	}


/*footer
------------------------------------------*/
footer{
	background-color: #333;
	color: #ccc;
	font-size: 1.2rem;
	text-align: center;
	padding: 40px;
	}

footer img{
	height: 35px;
	}

footer ul.flex{
	justify-content: center;
	margin: 30px 0;
	}

footer ul.flex li{
	margin: 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
	}

footer a{
	color: #ccc;
	}


/*top
------------------------------------------*/
#kv{
	background: url(../img/ptn_01.png) #00b1dc;
	color: #fff;
	}

#kv .inner{
	align-items: center;
	height: 600px;
	}

#kv .inner p{
	font-weight: bold;
	font-size: 3rem;
	}

#kv .inner p span{
	font-size: 135%;
	line-height: 1;
	background-color: #fff;
	color: #00b1dc;
	display: inline-block;
	padding: 5px;
	}

#kv .inner figure{
	position: relative;
	right: -75px;
	}

.section{
	padding: 100px 0;
	}

.section h2{
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #00b1dc;
	margin-bottom: 30px;
	}

.section h2 span{
	font-size: 60%;
	}

#about{
	text-align: center;
	}

#about ul{
	background-color: #f3f2e9;
	padding: 40px;
	margin-top: 60px;
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
	}

#about ul li{
	background: url(../img/i_check.svg) no-repeat left;
	background-size: 20px;
	padding-left: 35px;
	line-height: 2;
	}

#about ul li span{
	font-size: 150%;
	line-height: 1;
	background: linear-gradient(transparent 60%, #eee945 60%);
	}

#create ul{
	width: 1100px;
	margin: 70px auto 0;
	}

#create ul li{
	text-align: center;
	}

#create ul li h3{
	font-size: 3rem;
	font-weight: bold;
	color: #00b1dc;	
	}

#create ul li p{
	font-size: 1.4rem;
	margin-bottom: 30px;
	}

#create ul li i{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background-color: #00b1dc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	}

#create ul li i img{
	height: 40px;
	}

#pages ul.tabMenu li{
	background-color: #f5f5f5;
	color: #00b1dc;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	width: 50%;
	padding: 30px;
	padding-bottom: 50px;
	cursor: pointer;
	position: relative;
	}

#pages ul.tabMenu li::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #00b1dc;
	border-right: 1px solid #00b1dc;
	transform: rotate(45deg);
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -10px;
	}

#pages ul.tabMenu li.select{
	background-color: #00b1dc;
	color: #fff;
	}

#pages ul.tabMenu li.select::after{
	border-color: #fff;
	}

#pages .tabContents{
	background-color: #00b1dc;
	color: #fff;
	padding: 100px 0;
	}

#pages .tabContents ul li{
	margin: 20px 0;
	width: 270px;
	}

#pages .tabContents ul li p{
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	}

#pages .tabContents ul li:last-child{
	border: 1px solid #fff;
	padding: 20px;
	}

#pages .tabContents ul li:last-child strong{
	display: block;
	margin-bottom: 15px;
	}

#service ul li{
	width: 340px;
	margin-top: 40px;
	}

#service ul li h3{
	font-size: 2rem;
	font-weight: bold;
	color: #00b1dc;	
	}

#service ul li p{
	font-size: 1.4rem;
	}

#service ul li figure{
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	}

#price h3{
	font-weight: bold;
	font-size: 3rem;
	line-height: 1;
	margin: 40px 0 15px;
	}

#price p{
	font-size: 1.4rem;
	margin-top: 15px;
	}

#price table{
	width: 100%;
	background-color: #fff;
	}

#price table td,
#price table th{
	border: 1px solid #ddd;
	text-align: center;
	padding: 15px;
	}

#price table th{
	font-weight: bold;
	background-color: #00b1dc;
	color: #fff;
	}

#flow{
	text-align: center;
	}

#flow h3{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin: 50px 0;
	}

#flow h3 span{
	background: linear-gradient(transparent 60%, #eee945 60%);
	}

#flow ul li{
	width: 150px;
	}

#flow ul li div{
	border: 3px solid #00b1dc;
	padding: 50px 0;
	margin-bottom: 10px;
	color: #00b1dc;
	}

#flow ul li div p{
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
	}

#flow ul li div p span{
	display: block;
	font-size: 60%;
	line-height: 1;
	}

#flow ul li p{
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	}

#flow ul li:last-child div{
	background-color: #00b1dc;
	color: #fff;
	}

#contact{
	background-color: #fac500;
	text-align: center;
	padding: 70px 0;
	}

#contact .inner{
	display:flex;
	gap:80px;
}

#contact p{
	font-weight: bold;
	font-size: 3.4rem;
	color: #fff;
	line-height: 1;
	}

#contact dl.cta{
	margin: 20px auto 0;
	width: 560px;
	justify-content: space-between;
	border-top: 1px solid #fff;
	padding-top: 30px;
	display:block;
	}

#contact dl.cta dt{
	font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	/*margin-right: 30px;*/
	margin-bottom:30px;
	}

#contact dl.cta dt span{
	color: #fff;
	}

#contact dl.cta dd{
	font-size: 3rem;
	}

#contact dl.cta dd a{
	padding: 20px 30px;
	background-color: #fff;
	border-color: #fff;
	color: #fac500;
	line-height: 1;
	}

#contact dl.cta dd a:hover{
	background-color: #fac500;
	color: #fff;
	}

#company .inner{
	width: 900px;
	}

#company dl{
	margin-top: 60px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
	}

#company dl dt{
	float: left;
	font-weight: bold;
	}

#company dl dd{
	padding: 0 0 15px 150px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	}

#form > p{
	text-align: center;
	}

#form .inner > div{
	width: 48%;
	margin: 100px 0;
	}

#form .inner > p{
	margin: 50px 0;
	}

#form .inner dl dt{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 10px;
	}

#form .inner dl dd{
	margin-bottom: 30px;
	}

#form .privacy{
	border: 5px solid #eee;
	background-color: #fff;
	padding: 20px;
	font-size: 1.4rem;
	}

#form .privacy h3{
	font-size: 2rem;
	font-weight: bold;
	color: #00b1dc;
	margin-bottom: 15px;
	}

#form .privacy h4{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 15px;
	}

form span{
	display: inline-block;
	border: 1px solid #00b1dc;
	background-color: #00b1dc;
	color: #fff;
	font-size: 1.4rem;
	padding: 3px;
	margin-left: 10px;
	}

form span.option{
	background-color: #fff;
	color: #00b1dc;
	}

form input[type="text"],
form input[type="email"],
form input[type="tel"]{
	width:100%;
	border: 1px solid #ddd;
	padding: 7px;
	font-size: 1.4rem;
	}

form textarea{
	width:100%;
	height:150px;
	border: 1px solid #ddd;
	padding: 7px;
	font-size: 1.4rem;
	}

form input[type="submit"]{
	width:200px;
	height:50px;
	background-color: #fac500;
	border: 1px solid #fac500;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-size: 2rem;
	}

form input[type="submit"]:hover{
	background-color: #fff;
	color: #fac500;
	opacity: 1;
	}

.tabmenu ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
	margin-top:100px;
}

.tabmenu ul .select{
	background:#f5f5f5;
}
.tabmenu ul .select a{
	color:#00b1dc;
}

.tabmenu ul li{
	width:50%;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
    padding: 30px;
	padding-bottom: 50px;
    position: relative;
}

.tabmenu ul li::after{
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #00b1dc;
    border-right: 1px solid #00b1dc;
    transform: rotate(45deg);
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -10px;
}

.tabmenu ul li a{
	display: block;
}

.btn a{
	display: inline-block;
	background-color: #fac500;
	border: 1px solid #fac500;
	border-radius: 5px;
	padding: 11px;
	color: #fff;
}
.btn a:hover{
	background-color: #fff;
	color: #fac500;
	opacity: 1;
}

.red{
	color: red;
}

.frame{
	background: #fff;
	border:1px solid red;
	padding: 24px;
}

.bg_blue{
	background: #8DD5E7;
}
.bg_green{
	background:#f3f2e9;
	border:none;
}

.exContact__wrap {
	width: 100%!important;
	padding: 40px;
	margin: 24px auto 0!important;
	border: 1px solid red;
}

.exContact__list {
	margin-top: 24px;
	gap: 24px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exContact__item {
	width: 100%;
	max-width: calc((100% - 24px) / 2);
	background: #f3f2e9;
	padding: 40px;
	box-sizing: border-box;
}

.exContact__ttl {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: center;
}

.exContact__table {
	background: #FFF;
	width: 100%;
	margin-bottom: 24px;
	-webkit-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.exContact__table dt,
.exContact__table dd {
	padding: 16px;
	margin-bottom: 0!important;
}

.exContact__table dt {
	font-size: 1.6rem!important;
	line-height: 1.7!important;
	width: 36%;
}

.exContact__table dd {
	width: 64%;
	border-left: 2px solid #f3f2e9;
}

#privacy .inner{
	width: 900px;
	}

#privacy h2{
	margin-bottom: 50px;
	}

#privacy h3{
	font-size: 2rem;
	font-weight: bold;
	margin: 30px 0 10px;
	}


/*SP
================================================================================================================================*/
@media screen and (max-width: 480px){

/*common
------------------------------------------*/
html{
	min-width:initial;
	}


/*pagetop
------------------------------------------*/
.pagetop{
	bottom: 115px;
	right: 20px;
	}

.pagetop a{
	line-height: 30px;
	width: 30px;
	}


/*header
------------------------------------------*/
header > div,
header nav,
header ul{
	flex-wrap: wrap;
	width: 100%;
	}

header{
	padding: 0;
	}

header .upper{
	display: none;
	}

header .lower figure{
	width: 100%;
	padding: 10px;
	text-align: center;
	}

header .lower img{
	height: 25px;
	}

header .lower nav ul{
	flex-wrap: nowrap;
	padding: 0 5px 5px;
	}

header .lower nav ul li{
	margin: 0;
	}

header .lower nav ul li a{
	padding: 5px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0;
	display: block;
	}

header .lower nav ul li a br{
	display: inherit;
	}

header dl.cta{
	display: none;
	}


/*footer
------------------------------------------*/
footer{
	padding: 15px;
	margin-bottom: 56px;
	}
.footerTop{
	margin-bottom: 98px;	
	}

/*top
------------------------------------------*/
#kv{
	padding: 15px;
	}

#kv .inner{
	height: auto;
	}

#kv .inner p{
	font-size: 1.6rem;
	text-align: center;
	}

#kv .inner figure{
	right: 0;
	margin: 15px auto 0;
	width: 80%;
	}

.section{
	padding: 20px 15px;
	}

.section h2{
	font-size: 2.4rem;
	margin-bottom: 15px;
	}

#about{
	text-align: left;
	}

#about p br{
	display: none;
	}

#about ul{
	background: none;
	padding: 0;
	margin-top: 20px;
	font-size: 1.4rem;
	display: block;
	}

#about ul li{
	background-image: none;
	background-color: #f3f2e9;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.5;
	}

#about ul li span{
	font-size: 110%;
	}

#create ul{
	width: 100%;
	margin: 0;
	}

#create ul li{
	width: 100%;
	margin-top: 20px;
	}

#create ul li h3{
	font-size: 2.2rem;
	}

#create ul li p{
	margin-bottom: 15px;
	}

#create ul li i{
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	}

#create ul li i img{
	height: 20px;
	}

#pages ul.tabMenu li{
	font-size: 1.8rem;
	padding: 15px;
	padding-bottom: 30px;
	}

#pages ul.tabMenu li::after{
	bottom: 15px;
	}

#pages .tabContents{
	padding: 20px 15px;
	}

#pages .tabContents ul li{
	margin: 0 0 20px;
	width: 48%;
	}

#pages .tabContents ul li p{
	font-size: 1.4rem;
	padding: 3px;
	}

#pages .tabContents ul li p span{
	display: none;
	}

#pages .tabContents ul li:last-child{
	width: 100%;
	}

#service ul li{
	width: 100%;
	margin-top: 20px;
	}

#service ul li h3{
	text-align: center;
	}

#price h3{
	font-size: 1.6rem;
	margin: 20px 0 10px;
	}

#price p{
	font-size: 1rem;
	}

#price table{
	width: 100%;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	}

#price table td,
#price table th{
	padding: 7px;
	font-size: 1.2rem;
	}

#flow{
	text-align: center;
	}

#flow h3{
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 20px 0;
	}

#flow ul li{
	width: 100%;
	border: 3px solid #00b1dc;
	margin-top: 15px;
	}

#flow ul li div{
	border: none;
	padding: 15px 15px 0;
	margin-bottom: 0;
	}

#flow ul li div p{
	padding: 0;
	}

#flow ul li p{
	padding: 10px 15px 15px;
	}

#flow ul li:last-child p{
	background-color: #00b1dc;
	color: #fff;
	text-align: center;
	}

#flow p.alignR{
	text-align: left;
	font-size: 1rem;
	margin-top: 10px;
	}

#contact{
	padding: 10px;
	letter-spacing: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index:1;
	}
	
#contact .inner{
	display:block;		
	}
	
#contact p{
	display: none;
	}

#contact dl.cta{
	margin: 0;
	width: initial;
	padding-top: 0;
	border: none;
	display:flex;
	}

#contact dl.cta br{
	display: none;		
	}
	
#contact .inner div:first-of-type dl{
	margin-bottom: 12px;
	}
#contact dl.cta dt{
	font-size: 1rem;
	margin-right: 0;
	width: 50%;
	margin-bottom:0;
	}

#contact dl.cta dt span{
	font-size: 160%;
	}

#contact dl.cta dt a{
	color: #fff;
	}

#contact dl.cta dd{
	font-size: 1.2rem;
	width: 50%;
	}

#contact dl.cta dd a{
	padding: 10px 15px;
	}

#company .inner{
	width: initial;
	}

#company dl{
	margin-top: 20px;
	border-top: 1px dotted #ccc;
	}

#company dl dt{
	float: none;
	}

#company dl dd{
	padding: 0 0 15px 0;
	}

#form > p{
	text-align: left;
	}

#form .inner > div{
	width: 100%;
	margin: 30px 0;
	}

#form .inner dl dt{
	font-size: 1.6rem;
	}

#form .inner dl dd{
	margin-bottom: 15px;
	}

#form .privacy{
	padding: 10px;
	}

#form .privacy h3{
	text-align: center;
	}

form input[type="checkbox"]{
	border: 1px solid #ddd;
	}

.btn{
	text-align: center !important; 
	}
.frame{
	margin:15px 0 !important;
	text-align:left;
	padding: 8px;
	}
.tabmenu ul{
	margin-top: 30px;	
	}
.tabmenu ul li{
	font-size: 1.4rem;
	padding: 8px;	
	padding-bottom: 40px;
	}
.section .bg_gray{
	padding-bottom: 0px;		
	padding: 12px;	
	}
	
#form .inner > p {
	margin: 24px 0!important;
}

.exContact__wrap {
	padding: 24px;
}

.exContact__item {
	max-width: 100%;
	padding: 24px;
}

.exContact__ttl {
	font-size: 1.8rem;
}

.exContact__table {
	flex-direction: column;
}

.exContact__table dt,
.exContact__table dd {
	width: 100%;
	padding: 8px 16px;
	text-align: center;
}

.exContact__table dd {
	border-top: 2px solid #f3f2e9;
	border-left: none;
}

form input[type="submit"]{
	-webkit-appearance: none;
	}

#privacy .inner{
	width: 100%;
	}

#privacy h2{
	margin-bottom: 20px;
	}

#privacy h3{
	line-height: 1.4;
	}

}