@charset "UTF-8";
/* CSS Document */

html { 
	scroll-behavior: smooth;
}



@media screen and (max-width : 780px ){
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #59bae8;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 70%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.5s;/*アニメーション設定*/
	opacity: 0.8;
}
.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#333333;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a:hover {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#1384b8;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #59bae8;
    border-right: solid 2px #59bae8;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 10%;/*メニューを画面内へ*/
}
}

body{
	background-color: #FFFFFF;
	max-width: 780px ;
	margin: 0 auto;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#site-box {
	max-width: 780px ;
	margin: 0 auto;
}


.main{
	margin: 0 auto;
	width: 100% ;
	height: auto;
	background-image: url("img/main_img1.jpg");
	background-size:  cover;
}
.main-img1{
	padding: 10px;
	width: 20% ;
	display: block;
}
.main-img2{
	margin-top: 300px;
	margin-left: 5px;
	width: 85% ;
	display: block;
	padding-bottom: 145px;
}

.cont1-1 {
	display: flex;
	align-items: flex-start;
	text-align: center;
	justify-content: center;
	width: 95%;
	margin: 30px auto 0;
}
.cont1-2 {
	display: flex;
	align-items: flex-start;
	text-align: center;
	justify-content: center;
	width: 95%;
	margin: 0 auto 30px;
}
.img1 {
	padding: 5px;
	width: 49%;
	align-items: flex-start;
}

.logotitle {
	width: 100% ;
	text-align: center;
	margin-bottom: 10px;
}

.cont2{
	width: 100% ;
	height: 830px;
	padding: 0 5px;
}

.cont2-eyecatch{
	width: 40% ;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cont2-textbox{
	width: 95% ;
	height: 750px;
	border-radius: 10px;
	border: solid 4.5px #36c971;
	position: absolute;
	z-index: 1;
	margin-top: 70px;
}
.cont2-h2{
	padding: 15px;
	margin-top: 70px;
	color: #36c971;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont2-text{
	padding:0 15px;
	font-size: 14px;
	line-height: 24px;
	color: #505050;
	letter-spacing: 1px;
}
.cont2-textbold{
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
}
.cont2-img1{
	margin-top: 20px;
	width: 50% ;
	height: auto;
	margin-left: 15px;
	vertical-align: top;
}
.cont2-text-small{
	padding:0 15px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #505050;
	letter-spacing: 1px;
}
.cont2-img2{
	margin-top: 20px;
	width: 60% ;
	height: auto;
	margin-left: 15px;
	vertical-align: top;
}

.cont3{
	width: 100% ;
	height: 490px;
	padding: 0 5px;
}
.cont3-eyecatch{
	width: 40% ;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cont3-textbox{
	width: 95% ;
	height: 400px;
	border-radius: 10px;
	border: solid 4.5px #36c971;
	position: absolute;
	z-index: 1;
	margin-top: 80px;
}
.cont3-text{
	padding:0 15px;
	font-size: 14px;
	line-height: 24px;
	color: #505050;
	letter-spacing: 1px;
	position: absolute;
	margin-top: 0;
}
.cont3-textbold{
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
}
.cont3-photo1
{
	width: 38% ;
	height: auto;
	float: right;
	margin-top: 100px;
	margin-right: 15px;
	position: relative;
	z-index: 0;
	margin-left: 30px;
}
.cont4{
	width: 100% ;
	height: 740px;
	padding: 0 5px;
}
.cont4-eyecatch{
	width: 40% ;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cont4-textbox{
	width: 95% ;
	height: 620px;
	border-radius: 10px;
	border: solid 4.5px #36c971;
	position: absolute;
	z-index: 1;
	margin-top: 80px;
}
.cont4-photo1
{
	width: 38% ;
	height: auto;
	float: right;
	margin-top: 240px;
	margin-right: 15px;
	position: relative;
	z-index: 0;
	margin-left: 30px;
}

.cont5{
	width: 100% ;
	height: auto;
	margin-top: 5px;
}
.cont5-img{
	width: 100% ;
	height: auto;
	vertical-align: bottom;
}
.cont5-1{
	width: 100% ;
	height: 150px;
	background-color: #e1f5fe;
	vertical-align: top;
	font-size: 0;
}
.cont5-h2{
	text-align: center;
	color: #009ee7;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding-top: 20px;
}
.cont5-img1{
	text-align: center;
	margin: 10px auto 0;
	width: 60%;
}
.triangle-area1{
	width: 100%;	
}	
.triangle1{
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #e1f5fe transparent transparent transparent;
}	

.cont6{
	width: 100% ;
	height: 1140px;
	margin-top: 30px;
	padding: 0 5px;
}
.cont6-eyecatch{
	width: 40% ;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cont6-textbox{
	width: 95% ;
	height: 1080px;
	border-radius: 10px;
	border: solid 4.5px #4bb7e9;
	position: absolute;
	z-index: 1;
	margin-top: 80px;
}
.cont6-h2{
	padding: 15px;
	margin-top: 70px; 
	color: #4bb7e9;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont6-box1{
	width: 95% ;
	height: 110px;
	border: solid 2px #505050;
	margin: 20px auto 0;
	display: flex;
}
.cont6-no{
	width: 25px ;
	height: 25px;
	background-color: #505050;
	border: solid 2px #505050;
	float: left;
	line-height: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.cont6-img1{
	width: 60px ;
	height: 45px ;
	margin: 35px 0 0 15px;
}
.cont6-box-text1{
	width: 65%;
	height: 90px;
	margin-left: 20px;
	padding: 10px;
}
.triangle-area2{
	width: 100%;	
}
.cont6-h3-1{
	width: 95px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-text{
	font-size: 11px;
	line-height: 16px;
	color: #505050;
	letter-spacing: 0.5px;
	overflow-wrap: break-word;
	margin-top: 5px;
}
.triangle2{
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #505050 transparent transparent transparent;
}
.cont6-box2{
	width: 95% ;
	height: 110px;
	border: solid 2px #505050;
	margin: 0px auto 0;
	display: flex;
}
.cont6-img2{
	width: 55px ;
	height: 60px;
	margin: 28px 0 0 25px;
}
.cont6-box-text2{
	width: 65%;
	height: 90px;
	margin-left: 20px;
	padding: 10px;
}
.cont6-h3-2{
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-img3{
	width: 55px ;
	height: 65px;
	margin: 25px 0 0 23px;
}
.cont6-h3-3{
	width: 155px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-box-text3{
	width: 65%;
	height: 90px;
	margin-left: 25px;
	padding: 10px;
}
.cont6-img4{
	width: 65px ;
	height: 55px;
	margin: 30px 0 0 18px;
}
.cont6-h3-4{
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-box-text4{
	width: 65%;
	height: 90px;
	margin-left: 18px;
	padding: 10px;
}
.cont6-h3-5{
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-img6{
	width: 58px ;
	height: 68px;
	margin: 22px 0 0 26px;
}
.cont6-h3-6{
	width: 135px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-box-text6{
	width: 65%;
	height: 90px;
	margin-left: 16px;
	padding: 10px;
}
.cont6-img7{
	width: 68px ;
	height: 50px;
	margin: 32px 0 0 18px;
}
.cont6-h3-7{
	width: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}

.cont7{
	width: 100% ;
	height: 1300px;
	margin-top: 30px;
	padding: 0 5px;
}
.cont7-eyecatch{
	width: 40% ;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cont7-h2{
	padding: 15px 15px 0 15px;
	margin-top: 70px;
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
.cont7-textbox{
	width: 95% ;
	height: 1230px;
	border-radius: 10px;
	border: solid 4.5px #4bb7e9;
	position: absolute;
	z-index: 1;
	margin-top: 90px;
}
.cont7-text{
	padding: 0 15px 15px 15px;
	color: #505050;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.cont7-img{
	margin: 0 auto;
	width: 80%;
	height: auto;
}
.cont7-box{
	width: 95% ;
	height: 290px;
	margin: 10px auto;
	display: flex;
}
.cont7-box-bag1{
	width: 49% ;
	height: auto;
	padding: 3px;
}
.cont7-box-h4{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
}
.cont7-box-text{
	text-align: center;
	font-size: 8px;
	color: #505050;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

.cont8{
	width: 100% ;
	height: 720px;
	margin-top: 30px;
	padding: 0 5px;
}
.cont8-eyecatch{
	width: 40% ;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cont8-textbox{
	width: 95% ;
	height: 580px;
	border-radius: 10px;
	border: solid 4.5px #4bb7e9;
	position: absolute;
	z-index: 1;
	margin-top: 90px;
}
.cont8-h2{
	padding-left: 15px;
	color: #009ee7;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline;
	margin-top: 70px;
}
.cont8-h2-2{
	padding-left: 15px;
	padding-top: 220px;
	color: #009ee7;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont3-8-text{
	padding:15px;
	font-size: 14px;
	line-height: 24px;
	color: #505050;
	letter-spacing: 2px;
	position: absolute;
	margin-top: 0;
}
.cont8-text{
	padding-left: 50px;
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.cont8-img{
	position: relative;
    z-index: 10;
    width: 70px;
    margin-left: 100px;
    margin-top: 30px;
}

.contact-button {
	margin: 0 auto 50px;
	text-align: center;
	width: 80%;
}
.contact-button-img {
	width: 100% ;
	vertical-align: top;
}

.top-button {
	text-align: right;
	
}
.top-button-img {
	margin: -100px 20px 50px 0;
	width: 44px;
	height: 44px;
}

.footer_fix {
    position: fixed;
	width: 30%;
	bottom: 20px;
    right: 10px;
	z-index: 100;
    display: flex;
}
.footer_fix img {
    width: 100%; 
}

footer {
	max-width: 780px ;
	margin: 0 auto;
	background-color: #59bae8;
	padding: 10px;
}
#footer-sitemap{
	width: 90%;
	display: flex;
	margin: 0 auto;
}	
#footer-sitemap a{
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#footer-sitemap a:hover{
	color: #1384b8;
	font-size: 1em;
	text-decoration: none;
}

.section2 {
	margin-left: 0px;
	display: inline-block; 
	vertical-align: top; 
	font-size: 10px;
	color: #ffffff;
}
.section3 {
	margin-left: 0px;
	display: inline-block; 
	vertical-align: top; 
	font-size: 10px;
	color: #ffffff;
}
.section2-smalltext {
	font-size: 8px;
	color: #ffffff;
	border-bottom: solid 1px #fff;
	margin-left: 10px;
}

.copyright{
	padding: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

.pp-title{
	margin: 90px auto 60px;
	padding: 15px 0;
	color: #333333;
	text-align: center;
	background-color: #f0faff;
	width: 100%;
	max-width: 780px ;
}
.pp-title h1{
	font-size: 20px;
}
.pp-text1{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 60px;
}
.pp-text-box{
	width: 90%;
	margin: 50px auto ;
}
.pp-text2-bold{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 2em;
}
.pp-text2{
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 2em;
}




.contact {
	width: 100%;
    max-width: 780px;
	margin: 0 auto; 
}
form {
	width: 90%;
    max-width: 780px;
	margin: 0 auto; 
}
.contact label{
    display: block;
	font-size: 14px;
	font-weight: bold;
    margin: 0 auto;
	white-space: pre-line;
}
.contact span{
    color: crimson;
	font-size: 9px;
}
.input1 {
	border:0;
	height: 40px;
	font-size:12px;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 0 20px;
	width:95%; 
	background-color: #fbfbfb;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	-webkit-text-size-adjust: 100%;
}
.input2 {
	border:0;
	height: 40px;
	font-size:12px;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:10px 0 20px;
	width:40%; 
	background-color: #fbfbfb;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	-webkit-text-size-adjust: 100%;
}
.input3 {
	border:0;
	height: 40px;
	font-size:12px;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 0 20px;
	width:24%; 
	background-color: #fbfbfb;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	-webkit-text-size-adjust: 100%;
}
.input4 {
	border:0;
	padding:10px;
	font-size:12px;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 auto;
	width:95%; 
	height: 250px;
	background-color: #fbfbfb;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	-webkit-text-size-adjust: 100%;
}
.input5 {
	padding:10px;
	font-size:12px;
	color:#aaa;
	margin:10px;
	background-color: #fbfbfb;
	-webkit-border-radius : 0;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.input6 {
	padding:10px;
	font-size:12px;
	color:#aaa;
	margin:10px;
	background-color: #fbfbfb;
	-webkit-border-radius : 0;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.btn {
	border:0;
	padding:10px;
	font-size:12px;
	color:#fff;
	background-color: #4bb7e9;
	margin:20px auto 50px;
	text-align: center;
	width:300px; 
	height: 50px;
	border-radius: 25px;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}


.contact-success {
    width: 90%;
	margin: 0 auto;
	text-align: center; 
}
.contactt-success-img {
    margin: 100px auto 60px;
	display: block;
}
.contact-success-button {
	margin: 50px auto 100px;
	width: 70%;
}
.contact-success-h2 {
	color: #505050;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.contact-success-text {
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sct{
	display: inline-block;
	width: 100%;
}
.sct-text1{
	display: inline-block;
	width: 100%;
	height: 20px;
}
.sct-text2{
	display: inline-block;
	width: 100%;
	height: 45px;
	font-size: 12px;
}


