@charset "UTF-8";

html{
  font-size: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
body{
	margin-top: 0px;
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h2,h3,h4,h5 {
  font-family: 'M+ P Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium', sans-serif;
}
h3  {
	font-size: 1.2rem;
	line-height: 150%;
}
p {
  font-size: 0.857rem;
  line-height: 180%;
  //font-weight: bold;
}
img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
}
.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pc {
	display: block;
}
.mob {
	display: none;
}

main, footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
main {
	margin-top: 700px;
}
section {
}
.container {
	width: 100%;
}
.bar  {
	font-size: 1.5rem;
	text-align: center;
	line-height: 130%;
	color: #fff;
	padding: 20px;
	font-weight: bold;
}
.list {
	text-indent: -1em;
	padding-left: 1em;
}

.float_btn {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 100px;
	z-index: 10;
}
.float_btn img {
	margin-bottom: 10px;
}
.action {
	text-align: center;
	margin: 50px 10px;
	font-weight: bold;
}
.action img {
	margin-top: 10px;
	box-shadow: 2px 2px 4px gray;
}
.standard_btn {
	background-color: #FED102;
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 150%;
	border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari、Google Chrome */
    -moz-border-radius: 10px;
	border: solid 3px #fff;
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.3));
	position: relative;
}
.standard_btn .arrow_right {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.standard_btn .arrow_bottom {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.space {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}
.inquiry {
	margin: 80px auto 20px;
	text-align: center;
	border: solid 5px #4C5B62;
	max-width: 500px;
	width: 90%;
	padding: 30px;
	font-size: 2rem;
	font-weight: bold;
}
/* header
-----------------------------------------------*/

header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header .image {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: auto;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr ;
}
header .image h1 {
	margin: 10% auto auto 30px;
}
header .title {
	background-color: #4D5A62;
	position: absolute;
	right: 0;
	top:0;
	width: 80%;
	height: 80%;
	max-height: 600px;
}
@media (max-width: 640px) {
	header .image {
	grid-template-columns: 1fr ;
}
	header .image h1 {
	margin: 30px;
}
header .title {
	position: absolute;
	top:150px;
	width: 100%;
}
main {
	margin-top: 950px;
}
}
@media (max-width: 480px) {
	header .title {
	top:150px;
}
	main {
	margin-top: 850px;
}
}

/* 1st
---------------------------------------------*/
#first {
	background-color: #fff;

} 
#first .container  {
	padding: 0px 0px 60px;
	max-width: 850px;
	margin: auto;
}
#first .container h2 {
    margin: 20px auto;
    font-size: 2rem;
    color: #4C5B62;
    font-weight: bold;
    line-height: 170%;
}

#first .container p {
	font-size: 1.0rem;
	line-height: 150%;
	margin-bottom: 50px;
	line-height: 200%;
}



/* 2nd
----------------------------------------------*/
#second {
    background-color: #F1F1F1;
    padding: 50px 0px;
    position: relative;
    background-image: url(images/second/back.png);
    background-repeat: repeat-y;
    background-position: right;
	background-size:20%;
}
#second .container {
	max-width: 1000px;
	margin: auto;
}
#second .contents {
	width: 55%;
}
#second .container h2 {
	margin-bottom: 30px;
	font-size: 2rem;
	color: #4C5B62;
	font-weight: bold;
	line-height: 130%;
}
#second .container h2 span {
	font-size: 1rem;
	color: #034D9B;
}
#second .container p {
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 30px;
	line-height: 200%;
}
#second .image {
	position: absolute;
	left: 60%;
	top:70px;
}
@media (max-width: 640px) {
	#second .image {
	position: static;
	left: auto;
	top:auto;
}
	#second .contents {
	width: 100%;
}
}

/* 3rd
----------------------------------------------*/
#third {
	background-color: #fff;
	padding: 80px 0px;
} 
#third .back {
	background-color: #4C5B62;
	padding: 50px 0px;
}
#third h2 {
	text-align: center;
	margin: 50px auto;
	font-size: 2rem;
	color: #4C5B62;
	font-weight: bold;
	line-height: 130%;
}
#third h2 span {
	font-size: 1rem;
	color: #034D9B;
}
#third .container  {
	max-width: 1100px;
	margin: auto;
}
#third .container article .base {
	position: relative;
	height: 450px;

}

#third .container article#b .base {
	height: 500px;
}
#third .container article#c .base {
	height: 500px;
}
#third .container article#d .base {
	height: 530px;
}

#third .container article#e .base {
	height: 530px;
}


#third .container h3 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
}
#third .container article .white_box {
	position: absolute;
	width: 51%;
	background-color: #fff;
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 50px;
	line-height: 180%;
	top:0px;
}
#third .container article.migi .white_box {
	right: 0px;
}
#third .container article#c.migi .white_box {
	top: 30px;
}
#third .container article#e.migi .white_box {
	top: 30px;
}
#third .container article.hidari .white_box {
	left: 0px;
}
#third .container article .white_box .contents {
	padding: 15% 15%;
}
#third .container article#a .white_box .contents {
	padding: 25% 15%;
}
#third .container article#b .white_box .contents {
	padding: 17% 15%;
}
#third .container article .image {
	position: absolute;
	width: 51%;
	top: 20px;
	max-width: 560px;
}
#third .container article#c .image {
	top: 0px;
}
#third .container article#e .image {
	top: 0px;
}
#third .container article .white_box .contents h4 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.6rem;
	text-align: center;
	line-height: 180%;
	font-weight: bold;
	color: #034D9B;
}
#third .container article .white_box .contents h4 span {
	font-size: 1rem;
	color: #000;
}
#third .container article .white_box .contents h5 {
	font-size: 1rem;
	color: #000;
	line-height: 140%;
	font-weight: bold;
	margin: 15px auto;
}
#third .container article.migi .image {
	left: 0;
}
#third .container article.hidari .image {
	right: 0;
}
@media (max-width: 640px) {
	#third .container article .white_box {
		position: static !important;
		width: 100%;
		margin-bottom: 0px;
		
	}
	#third .container article .white_box p {
		font-size: 1.6rem !important;
	}
	#third .container article .white_box .contents h4 span {
	font-size: 1.6rem;
}
	#third .container article .white_box .contents h5 {
	font-size: 1.6rem;
}
	#third .container article .image {
		position: static !important;
		width: 100%;
		max-width: 640px;
	}
	#third .container article .image img {
		width: 100%;
	}
	#third .container article .white_box .contents {
		padding: 10% !important;
	}
	#third .container article .base {

	}
	#third .container article {
		margin-bottom: 50px;
	}
	#third .container article#a .base {
	height: 600px;
}
	#third .container article#b .base {
	height: 910px;
}
	#third .container article#c .base {
	height: 820px;	
}
	#third .container article#d .base {
	height: 1000px;	
}
	#third .container article#e .base {
	height: 700px;	
}

	#third .container h3.adjust {
		padding-top: 10%;
	}

}
@media (max-width: 480px) {

	#third .container article#a .base {
	height: 500px;
}
	#third .container article#b .base {
	height: 820px;
}
	#third .container article#c .base {
	height: 720px;	
}
	#third .container article#d .base {
	height: 980px;	
}
	#third .container article#e .base {
	height: 600px;	
}

	#third .container h3.adjust {
		padding-top: 10%;
	}

}


/* 4th
----------------------------------------------*/
#fourth {
	background-color: #fff;
	
}

#fourth h2 {
	text-align: center;
	margin: 50px auto;
	font-size: 2rem;
	color: #4C5B62;
	font-weight: bold;
	line-height: 130%;
}
#fourth h2 span {
	font-size: 1rem;
	color: #034D9B;
}
#fourth .base {
	position: relative;
	height: auto;
	margin-bottom: 100px;
}
#fourth .base .image {
	position: absolute;
	width: 51%;
	top:0;
	left: 0;
	z-index: 1;
}
#fourth .base .image img {
	width: 100%;
	height: auto;
}
#fourth .base .gray_box {
	position: absolute;
	width: 51%;
	right: 0;
	top:20px;
	background-color: #F2F2F2;
}
#fourth .base .gray_box .contents {
	padding: 23% 15%;
}
#fourth .base .gray_box .contents .name {
	font-size: 2rem;
	color: #034D9B;
	font-weight: bold;
	line-height: 90%;
	margin-bottom: 20px;
}
#fourth .base .gray_box .contents .name span {
	font-size: 1.6rem;
}
#fourth .base .gray_box .contents .name span.small {
	font-size: 1rem;
}
#fourth .base .gray_box .contents ul {
	font-weight: bold;
	font-size: 0.9rem;
	margin-bottom: 20px;
}
#fourth .base .gray_box .contents ul li {
	margin-bottom: 5px;
}

@media (max-width: 640px) {
	#fourth .base .gray_box {
		position: static;
		width: 100%;
	}
	#fourth .base .image {
		position: static;
		width: 100%;
	}
	#fourth .base .gray_box .contents ul {
	font-size: 1rem;
		line-height: 130%;
}
	#fourth .base .gray_box .contents p {
		font-size: 1.2rem;
	}
	#fourth .base .gray_box .contents {
	padding: 10%;
}
	#fourth .base {
		height: 1000px !important;
	}
}
@media (max-width: 480px) {
	#fourth .base {
		height: 950px !important;
	}
}

/* 5th
----------------------------------------------*/
#fifth {
	padding: 50px 0px;
}
#fifth h2 {
	text-align: center;
	margin: 50px auto;
	font-size: 2rem;
	color: #4C5B62;
	font-weight: bold;
	line-height: 130%;
}
#fifth h2 span {
	font-size: 1rem;
	color: #034D9B;
}
#fifth .container {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	font-size: 1rem;
}
@media (max-width: 640px) {
	#fifth .container p {
	font-size: 1.6rem;
}
	#fifth .container {
		width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	}
}
@media (max-width: 480px) {
	
}
/* 6th
----------------------------------------------*/

#sixth {
	
}


/* 7th
----------------------------------------------*/
#seventh {
	
}



/* 8th
----------------------------------------------*/
#eighth {
	
}


/* 9th
----------------------------------------------*/
#ninth {
	
}

/* 10th
----------------------------------------------*/
#tenth {
	
}

/* 11th
----------------------------------------------*/
#eleventh {
	
}

/* 12th
----------------------------------------------*/
#twelveth {
	
}


/* 13th
----------------------------------------------*/
#thirteenth {
	
}


/* footer
-----------------------------------------------*/

footer {
	width: 100%;
	text-align: center;
	background-color: #4C5B62;
	padding: 20px 0px 20px 0px;
	color: #fff;
	line-height: 1.5;
}





@media (min-width: 641px) and (max-width: 950px) {
	

}


@media screen and (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



@media (max-width: 640px) {
* {
	box-sizing: border-box;
}
.float_btn {
	width:  60px;
}
.pc {
	display: none;
}
.mob {
	display: block;
}
.container {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
header .pc img {
	width: 100%;
}
header .btn {
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 37%;
}
#first .container p {
	font-size: 1.6rem;
}
#second .container p {
	font-size: 1.6rem;
}
#second .container article {
	font-size: 1.6rem;
}


}
@media (max-width: 480px) {

}
