@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@200;400;900&display=swap');


html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
    font-family: 'Geologica', sans-serif;
    background-color: #fff;
	font-size: 2em;
}
nav {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    vertical-align: bottom;
}
.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;
}
a:hover img.over {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/* clearfix */

.clearfix:after {
    content: "";
    /* new clearfix */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
    display: inline-block;
}
/* IE7 */
.clearfix {
    display: block;
 *zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: ".";
}
.center {
    text-align: center;
}
.pc {
    display: block;
}
.mob {
    display: none;
}

p.list {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 150% !important;
}
.float {
    position: fixed;
    z-index: 5;
    top: 0px;
    right: 0px;
}
.scroll {
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	z-index: 1;
	display: none;
	animation: flash 3s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
h1 {
	font-size: 6rem;
	font-weight: 900;
}
h2 {
	font-size: 4rem;
	font-weight: 900;
}
h3 {
	font-size: 2.4rem;
	font-weight: 900;
}
p {
	line-height: 150%;
	font-weight: 200;
}

a.btn_std {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding: 2rem 4rem;
	font-size: 2em;
	font-weight: 800;
	border: 2px solid #E95150;
	background: #E95150;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	box-shadow: #555 0 0 5px;
}
a.btn_std:hover {
	color: #E95150;
	background: #fff;
}
a.btn_std_inversion {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding: 2rem 4rem;
	font-size: 2em;
	font-weight: 800;
	border: 2px solid #fff;
	background: #fff;
	color: #E95150;
	border-radius: 100vh;
	transition: 0.5s;
	box-shadow: #555 0 0 5px;
}
a.btn_std_inversion:hover {
	color: #fff;
	background: #E95150;
}
@media (max-width: 640px){
	a.btn_std {
	width: 80%;
		font-size: 1em;
		padding: 2rem 0;
}
	a.btn_std_inversion {
	width: 80%;
		font-size: 1em;
		padding: 2rem 0;
}
}
/* header
---------------------------------------------*/
header {
    height: 0;
    padding-top: 61.8%;
    background: url('images/main.jpg?ver=2') 0 0 no-repeat;
    background-size: contain;
    margin-top: 0px;
	position: relative;
}
header::before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .container {
	position: absolute;
	text-align: center;
	top:5%;
	width: 100%;
}
header .title {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	clear: both;
}
header h1 {
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 10px #555;
	margin-bottom: 80px;
}
header h2 {
	font-weight: 400;
	margin: 40px auto;
	font-size: 3rem;
	color: #9CD6E5;
	line-height: 1.5;
	text-shadow: #000 0 0 10px;
}
header h1 span {
	color: #FDB426;
}
header .logo {
	max-width: 150px;
	margin: 10px 0px 30px 120px;;
}

@media (max-width: 640px) {
	header .container {
		width: 90%;
padding: 0 5%;
}
	header .logo {
	margin: 0px auto 10px 30px;
	max-width: 120px;
}
	header h1 {
		clear: both;
		font-size: 2.6rem;
		margin: 60px auto 60px;
	}
header h2 {
	margin: 10px auto;
	font-size: 1.6rem;
	line-height: 1.2;
}
}


/* 1st
---------------------------------------------*/

#first {
    padding: 30px 0px;
	background-color: #F5524D;
	color: #fff;
}
#first .contents {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#first .grid {
	margin: 50px auto;
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 50px;
}

#first .grid h2 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 5rem;
}
#first .grid ul {
	margin: 30px auto;
	font-weight: 400;
}
#first .grid ul li {
	line-height: 1.5;
	margin-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
}

@media (max-width: 640px){
	#first {
    padding: 30px;
}

	#first .grid {
	grid-template-columns:1fr;
	grid-gap: 30px;
}
	#first .grid h2 {
	font-size: 3rem;
}
}


/* 2nd
---------------------------------------------*/

#second {
    background-color: #9CD6E5;
}
#second .grid {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 20px;
}
#second .grid .contents {
	padding: 50px;
}
#second .grid .contents h2 {
	text-align: center;
	font-size: 5rem;
}
#second .grid .contents ul {
	margin: 50px auto;
	font-weight: 400;
}
#second .grid .contents li {
	line-height: 1.5;
	margin-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
}

@media (max-width: 640px) {

#second .grid .contents {
	width: 90%;
	padding: 50px 3%;
}
	#second .grid {
	grid-template-columns:1fr ;
}
	#second .grid .one {
		grid-row:2/3;
	}
	#second .grid .two {
		grid-row:1/2;
	}
	#second .grid .contents h2 {
	text-align: center;
	font-size: 3.6rem;
}
	#second .grid .contents ul {
	margin: 50px auto 0px;
}

}

/* 3rd
---------------------------------------------*/
#third {
    padding: 50px 0px;
	text-align: center;
}
#third .contents {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#third .contents h2 {
	text-align: center;
	font-size: 5rem;
	margin-bottom: 50px;
}
#third .grid {
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	color: #888;
}
#third .grid .icon {
	margin-bottom: 30px;
}
#third .grid .icon h3 {
	font-size: 1.4rem;
	font-weight: 400;
}
#third .grid .icon .fa {
	font-size: 3rem;
	margin-bottom: 20px;
}
@media (max-width: 640px) {
	#third {
    padding: 50px 20px;
	text-align: center;
}
	#third .contents h2 {
	font-size: 3.6rem;
}
	#third .grid {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 20px;
}
}

/* forth
---------------------------------------------*/

#forth {
	height: 0;
    padding-top: 53.3%;
	margin-top: 0px;
    background: url('images/4th_00.jpg?ver=2') 0 0 no-repeat;
    background-size: cover;
	position: relative;
}
#forth::before {
  content: "";
  background: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#forth .container {
	position: absolute;
	text-align: center;
	top:50px;
	width: 100%;
}
#forth .contents {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#forth .contents h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 6rem;
}
#forth .contents h3 {
	font-weight: 400;
	font-size: 3rem;
	margin-bottom: 50px;
}
#forth .contents .grid {
	margin: auto;
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap: 50px;
}
#forth .contents .grid p {
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 2.6rem;
}
#forth .contents .grid h4 {
	font-weight: 400;
	font-size: 2.6rem;
	color: #E45E55;
	text-shadow: -1px -1px 7px #000;
}
@media (max-width: 640px) {
#forth {
	padding-top: 100%;
	height: 450px;
	margin-top: 0px;
    background: url('images/4th_00.jpg?ver=2') center center no-repeat;
    background-size: cover;
}
#forth .contents h2 {
	font-size: 4rem;
}
	#forth .contents h3 {
		margin-bottom: 30px;
}
	#forth .contents .grid {
	grid-template-columns: 1fr;
}
	#forth .contents .grid h4 {
	font-size: 2.6rem;
}
}
@media (max-width: 480px) {
	#forth {
	padding-top: 100%;
	height: 600px;
	margin-top: 0px;
    background: url('images/4th_00.jpg?ver=2') center center no-repeat;
    background-size: cover;
	margin-bottom: 50px;
}
}


/* form
---------------------------------------------*/
#webform {
	margin: 50px;
}
#webform .contents {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#webform .contents h2 {
	text-align: center;
	margin-bottom: 50px;
}



footer {
    padding: 30px;
	text-align: center;
}


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

}





@media (max-width: 640px) {

.pc {
    display: none;
}
.mob {
    display: block;
}
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 2.6rem;
	}


@media (max-width: 480px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
}
