@charset "utf-8";

/*--- reset */

html {
	overflow-y: scroll; 
}

body,
html {  
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
figure,
blockquote {
	margin: 0;
	padding: 0;
}
	
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;
}


caption {text-align: left;}

q:before,
q:after {
	content: '';}

object,
embed {vertical-align: top;}

h1,
h2,
h3,
h4,
h5,
h6 {font-size: 100%;}

img,
abbr,
acronym,
fieldset {border: 0;}

img{
	vertical-align: bottom;
	line-height: 0;
}

li {list-style-type: none;}
li img{vertical-align: bottom;}
p{
	text-justify: inter-ideograph;
}

a {color: #0a337f; text-decoration:none;}
a:hover{opacity:0.7;}
.underline{text-decoration:underline;}

/* clearfix */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

/*hr reset*/
hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
.hr01{
	border-bottom:1px #ddd solid;
}

/*font*/
.fs-15{font-size:15px;}
.fs-24{font-size:24px;}
.fs-28{font-size:28px;}
.fs-32{font-size:32px;}
.fs-38{font-size:38px;}
.fs-48{font-size:48px !important;}
.fs-64{font-size:64px;}
.fs-74{font-size:74px;}

.fc-red{color:#e60012;}
.fc-pink{color:#e4007f;}
.fc-blue{color:#036eb8;}
.fc-yellow{color:#fff100;}
.fc-black{color: #000;}

.f-center{text-align:center !important;}
.f-left{text-align: left !important;}

.f-mdl{font-weight:400;}
.f-bold{font-weight:600;}

.f-marker {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff766 0%) repeat scroll 0 0;
}
.f-en{
	font-family: 'M PLUS 1p', sans-serif;
}

.f-lineheight{
	line-height: 1.3;
}

/*flex*/
.flex-bt, .flex-center, .flex-stand{
	display: -webkit-flex;
    display: flex; 
}
.flex-bt{
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-center{
	-webkit-justify-content:center;
    justify-content:center;
}
.flex-stand{
	-webkit-justify-content:start;
    justify-content:start;
}
.flex-chuo{align-items: center;}
.flex-wrap{flex-wrap: wrap;}

/*margin*/
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb80{margin-bottom:80px;}
.mg40{margin:40px;}
.mr20{ margin-right:20px;}
.mr40{ margin-right:40px;}

/*padding*/
.pd20{padding:20px;}
.pd40{padding:40px;}
.ptb40{padding:40px 0;}
.ptb80{padding:80px 0;}

/*img*/
.img-auto{
	width:100%;
	height:auto;
}

/*打ち消し線*/
del {
    background-image: linear-gradient(#e60012, #e60012);
    background-position: 0 50%;
    background-size: 100% 4px;
    background-repeat: repeat-x;
    margin: 0 0.4em;
    text-decoration: none;
}

/*border-box*/
.boder-b{ box-sizing:border-box;}


/*iphone reset*/
input[type="submit"],
input[type="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 {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*====================================
 default 
====================================*/
body {
	background: #fff;
	color: #0f345b;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight:200;
	line-height: 1.75;
	text-align: left;
}
#wrap{
	position:relative;
	height:auto;
}
#wrap:before {
    content: "";
    display: block;
}
#wrap section{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.align-c{
	align-items: center;
}

@media screen and (min-width: 769px) {
	.pc-none{
		display:none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
}

/*====================================
 midashi
====================================*/
p{
	font-size:1em;
}
.ttl_center{text-align:center;}

/*H2*/
h2{
	font-size:40px;
	line-height:1.3;
	text-align:center;
	position: relative;
	display:inline-block;
	padding:0 2em;
}
/*点線大*/
h2 .inner_b::before, h2 .inner_b::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 60px;
	height: 113px;
	bottom:15px;
}
h2 .inner_b::before{
	left:0;
}
h2 .inner_b::after{
	right:0;
}
h2 .line_kon::before{
	background: url(../images/line_kon_l.png) left bottom no-repeat;
	background-size: 60px 113px;
}
h2 .line_kon::after{
	background: url(../images/line_kon_r.png) left bottom no-repeat;
	background-size: 60px 113px;
}
h2 .line_blue::before{
	background: url(../images/line_blue_l.png) left bottom no-repeat;
	background-size: 60px 113px;
}
h2 .line_blue::after{
	background: url(../images/line_blue_r.png) left bottom no-repeat;
	background-size: 60px 113px;
}
/*点線小*/
h2 .inner_s::before, h2 .inner_s::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 30px;
	height: 62px;
	bottom:5px;
}
h2 .inner_s::before{
	left:50px;
}
h2 .inner_s::after{
	right:50px;
}
h2 .line_red::before{
	background: url(../images/line_red_l.png) left bottom no-repeat;
	background-size: 30px 62px;
}
h2 .line_red::after{
	background: url(../images/line_red_r.png) left bottom no-repeat;
	background-size: 30px 62px;
}
h2 .line_konS::before{
	background: url(../images/line_konS_l.png) left bottom no-repeat;
	background-size: 30px 62px;
	margin-left:-0.5em;
}
h2 .line_konS::after{
	background: url(../images/line_konS_r.png) left bottom no-repeat;
	background-size: 30px 62px;
	margin-right:-0.5em;
}
/*直線*/
h2 .inner_line::before, h2 .inner_line::after{
	content: '';
	position: absolute;
	bottom:0;
	display: inline-block;
	width: 2px;
	height: 113px;
	background-color:#0f345b;
}
h2 .inner_line::before{
	left:50px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
h2 .inner_line::after{
	right:50px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
/*吹き出し*/
.fuki{text-align:center; line-height:1.5;}
.fuki p{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	border-radius:8px;
	position: relative;
	text-align: center;
	padding: 0.25em 1em;
	margin:0 0 0.5em 0;
	display: inline-block;
}
.fuki p::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
}
.fuki_bgred p{
	background: #e60012;
}
.fuki_bgred p::after{
    border: 10px solid transparent;
    border-top: 10px solid #e60012;
}
.fuki_bgpink p{
	background: #e4007f;
}
.fuki_bgpink p::after{
    border: 10px solid transparent;
    border-top: 10px solid #e4007f;
}
.fuki_bgblue p{
	margin:-80px 0 40px 0;
	font-size:24px;
	background: #036eb8;
}
.fuki_bgblue p::after{
    border: 10px solid transparent;
    border-top: 10px solid #036eb8;
}

/*H3*/
h3{
	font-size:44px;
	line-height:1.3;
	margin:0 0 1em 0;
	position:relative;
	display:inline-block;
}
.h3_line::before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
}
.h3_blue::before{
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#036eb8;
	border-radius: 4px;
}
.h3_pink::before{
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#feaad6;
	border-radius: 4px;
}

/*====================================
 header
====================================*/
header {
    left: 0;
    padding: 10px;
    position:absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header section{
	width: 1000px;
	margin: 0 auto;	
}
header h1{
	margin: 0.5rem 0 0 0;
}

/*====================================
 contents
====================================*/

/*bg*/
.bg-beige{background:#fff8eb;}
.bg-yellow{background:#fffbcd;}
.bg-green{background:#e6f8dc;}
.bg-sky{background:#e7f5ff;}
.bg-kon{background:#0f345b;}
.bg-white{background:#fff;}
.bg-gline{background:url(../images/bg_gline.jpg) repeat;}
.bg-bdot{background:url(../images/bg_bdot.jpg) repeat;}
.bg-sdot{background:url(../images/bg_sdot.jpg) repeat;}
.bg-ydot{background:url(../images/bg_ydot.jpg) repeat;}
.bg-barrow{background: url(../images/bg_barrow.jpg) repeat;}

.bg-bline{
	background:url(../images/bg_beigeline.jpg) repeat;
	position:relative;
}
.bg-bline::before{
  content:"";
  display:block;
  height:24px;
  top:-24px;
  left:0;
  position:relative;
 
  background-size: 100%;
  
  	background:url(../images/bg_beigeline_top.png) repeat-x;
}

.bg-hogan{background:url(../images/bg_hogan.jpg) repeat;}
.bg-stripe{background:url(../images/bg_stripe.jpg) repeat;}

/*block_three*/
.w60{width:60%;}
.w40 li{width:40%;}
.w50 li{width:48%;}

/*radius*/
.rad10{border-radius:10px;}
.rad20{border-radius:20px;}

/*main*/
.main{
	padding: 377px 0 40px 0;
	background: url("../images/main_bg_pc1.jpg") no-repeat center top #fbfcf4;
}
.main h2{
	padding: 0;
}
/*day*/
.day{
	background: #36abfc;
}

/*about*/
.about{
	border:5px solid #36abfc;
	background:#fff;
	box-sizing:border-box;
	position:relative;
}
.about .qtt{
    margin: 0 0 0 -40px;
    width: 80px;
    line-height: 80px;
	top:-80px;
	left:50%;
    text-align: center;
    border-radius: 100%;
    background:#36abfc;
	display: inline-block;
	color:#fff;
	position:absolute;
}

/*reason*/
.reason{
	background:url(../images/reason_pc.jpg) no-repeat;
	padding:0 0 0 400px;
	width:600px;
	min-height: 570px;;
}
.reason h3{
	font-size: 40px;
	padding: 1.5em 0 0.5em 0;
	display: block;
	text-align: center;
}
.reason h3:after{
	content: '';
	width: 60px;
	height: 4px;
	background: #0f345b;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.reason ul{
	padding: 0 35px;
}
.reason li{
	font-size: 20px;
	padding: 0 0 30px 70px;
}
.reason li:nth-child(1){
	background: url("../images/reason01.png") no-repeat left 0;
}
.reason li:nth-child(2){
	background: url("../images/reason02.png") no-repeat left 0;
}
.reason li:nth-child(3){
	background: url("../images/reason03.png") no-repeat left 0;
}
/*select_box*/
.select_ttl{
	position:relative;
}
.select_ttl:before{
	position: absolute;
	content: '';
	display: inline-block;
	width:131px;
	height: 161px;
	bottom:0;
	left:50%;
	margin-left:-440px;
	background: url(../images/bear_01.png) left 0 no-repeat;
	background-size:131px 161px;
}
.select_ttl:after{
	position: absolute;
	content: '';
	display: inline-block;
	width:177px;
	height: 180px;
	bottom:0;
	right:50%;
	margin-right:-480px;
	background: url(../images/bear_02.png) left 0 no-repeat;
	background-size:177px 180px;
}
/*pack*/
#wrap .menu section{
	width: 1280px;
}
.pack{
	width: 32%;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	font-weight: bold;
}
.pack .ttl{
	font-size: 32px;
	margin: 20px 0 40px 0;
	line-height: 1.4;
	color: #0f345b;
}
.pack .price{
	font-size: 24px;
	line-height: 1;
	color: #e60012;
}
.pack .price span{
	font-size: 50px;
}
.pack .free{
	padding:0.5rem;
	margin: 20px;
	font-size: 22px;
	line-height: 1.4;
	border-radius: 10px;
	background: #fce5f2;
}
.pack .cv-btn{
	width: calc(100% - 60px);
	padding: 10px;
	margin: 0 20px 40px 20px;
}
.pack .cv-btn a{
	font-size: 32px;
	background-size: 12px auto;
}
.title-box{
	margin: 0 20px;
	padding:0.7rem;
	background: #f5f5f5;
	border-radius: 5px;
}
.title-box-title{
	font-size: 24px;
	padding: 0 0.5rem;
	color: #7880b5;
	top: -24px;
	left: 50%;
    transform: translateX(-50%);
	background: #fff;
	position: absolute;
}
.title-box li{
	width: 17%;
	margin: 0 1.5%;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 1;
}
.title-box li img{
	margin: 0 0 0.5rem 0;
	width: 100%;
}
/*option*/
.otoku{
	padding: 1.5rem 0;
	font-size: 28px;
	line-height: 1.4;
	background: #36abfc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: block;
}
.otoku .fs-32{
	font-size: 40px;
}
.option{
	padding:20px;
	width: 80%;
	margin: 0 auto 40px auto;
	border:5px solid #afddfe;
	background:#fff;
	box-sizing:border-box;
}
.option li{
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.option li:last-child{
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.option li figure{
	width: 35%;
	margin: 0 2% 0 0;
}
.option li h3{
	font-size: 28px;
	margin: 0 0 1rem;
	color: #036eb8;
}
.option li p{
	font-size: 15px;
}
.option li .f-mdl s{
	font-size: 22px;
}
.option li .fc-red{
	font-size: 40px;
}
.more{
	width: 80%;
	margin: 0 auto;
}
.more .fs-28{
	font-size: 32px;
}
.more ul{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.more li{
	font-size: 20px;
	background: url("../images/icon_blue.png") no-repeat left center;
	background-size: 20px auto;
	padding: 0 0 0 25px;
	margin: 0 1rem 0 0;  /*margin: 0 2rem 0 0; から変更（2023_0104） */
}
.more p{
	font-size: 24px;
}
.more .fs-38{
	font-size: 42px;
}

/*step*/
.step-comment{
	margin: 80px 0 40px 0;
	text-align: center;
	font-weight: bold;
}
.step-comment dt{
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.step-comment dt span{
	padding: 5px 20px;
	display: inline-block;
	background: #e4007f;
}
.step-comment dd{
	margin: -10px 0 0 0;
	padding: 20px;
	font-size: 28px;
	line-height: 1.4;
	background: #fce5f2;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.step ul{
	display: flex;
	justify-content: center;
	counter-reset: number 0;
}
.step li{
	font-size: 1.2em;
	margin: 0 40px 0 0;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.step li:after{
	content: '';
	background: url("../images/arrow_right.png") no-repeat right 0;
	background-size: 20px auto;
	width: 20px;
	height: 34px;
	position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.step li:last-child{
	margin: 0;
}
.step li:last-child:after{
	content: none;
}
.step li p:before{
	width: 40px;
	height: 40px;
	margin: 0.5em 0.5em 0 0;
	counter-increment: number 1;
    content: counter(number) " ";
	background: #036eb8;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
}
/*area*/
.area{
	position:relative;
	height:660px;
}
.area li:nth-child(2){
	position:absolute;
	left:-150px;
	top: -50px;
}
.area li:nth-child(1){
	border:5px solid #e5e5e5;
	background:#fff;
	width:500px;
	position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
	font-size:20px;
}
/*voice*/
.yorokobi h2{
	display:block;
	padding:0;
	margin:-130px 0 40px 0;
}
.voice li{
	padding:3px 5px;
	font-size:18px;
	margin:0 0.5em 0 0;
	font-weight:600;
	color:#fff;
	display:inline;
	background:#36abfc;
	border-radius:6px;
	width:auto;
}
/*紙が折れた表現*/
.ore, .ore2{position:relative;}
.ore:before{ 
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	width: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ore2:before {
	background: #d7eefe;
	border-color: #afddfe #afddfe #d7eefe #d7eefe;
}

/*faq*/
.faq{
	background: #fdf9ea;
}
.faq h2{
	display: block;
}
.faq dl{
	font-size: 1.1em;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.faq dt{
	padding: 0 0 0 2em;
	font-weight: bold;
	color: #036eb8;
	position: relative;
}
.faq dt:before{
	content: 'Q.';
	font-size: 1.3em;
	position: absolute;
    top:-0.4em;
    left: 0%;
}
.faq dd{
	padding: 0 0 0 2em;
	position: relative;
}
.faq dd:before{
	content: 'A.';
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
    top:-0.2em;
    left: 0%;
}
/*caution*/
.caution{
	padding:40px;
	background: #f5f5f5;
	border:1px solid #0f345b;
	box-shadow: 0 0 0 6px #f5f5f5;
	border-radius: 5px;
}
.caution h3{
	font-size: 28px;
	text-align: center;
	color: #0f345b;
	display: block;
}
.caution li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
/*cv*/
.cv{
	padding:40px;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	background: #e4f2ff;
}
.cv2{
	padding: 40px 40px 100px 40px;
}
.cv dt{
	padding: 10px 20px;
	color: #fff;
	background: #036eb8;
	border-radius: 50px;
	display: inline-block;
}
.cv dd span{
	font-size: 28px;
	position: relative;
}
.cv dd span:before{
	content: '';
	position: absolute;
	background: url("../images/cv_left.png") no-repeat 0 0;
	width: 22px;
	height: 27px;
	left: -40px;
	bottom: 5px;
}
.cv dd span:after{
	content: '';
	position: absolute;
	background: url("../images/cv_right.png") no-repeat 0 0;
	width: 22px;
	height: 27px;
	right: -40px;
	bottom: 5px;
}
.cv-btn{
	width: calc(50% - 60px);
	padding: 15px 30px;
	margin: 0 auto;
	background:#e4007f;
	box-shadow: 0px 4px 0px #85014a;
	border-radius: 20px;

}
.cv-btn a{
	font-size: 40px;
	background: url("../images/icon_arrow_wh.png") no-repeat right 10px center;
	color: #fff;
	display: block;
	line-height: 1.4;
}


/*====================================
 FOOTER
====================================*/
footer{
	font-size:12px;
}
footer .mb15{ margin-bottom:15px;}

footer .container {
	margin:0 auto;
	padding:15px;
	width:610px;
	background:#fff;
	color:#1d3a62;
}
footer ul {
    border-bottom: 2px solid #1d3a62;
    padding-bottom: 15px;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    border-right: 1px solid #1d3a62;
	color:#1d3a62;
    font-size: 18px;
    padding: 0 7.5px;
}
footer ul li:last-child a {
    border-right: none;
}

/*pagescroll*/
#scrollUp {
    bottom:80px;
    right: 0;
	opacity:0.9;
}



