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

html { scroll-behavior: smooth;}

@media screen and (min-width: 781px) {
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    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: 40%;/*メニューを画面内へ*/
}

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

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


.main{
	margin: 0 auto;
	width: 100% ;
	height: 745px;
	background-image: url("img/main_img1.jpg");
	background-size:  cover;
}
.main-img1{
	padding: 10px;
	width: 150px ;
	display: block;
}
.main-img2{
	margin: 80px 0 0 0;
	width: 900px ;
	display: block;
}

.cont1 {
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: flex-start;
}

.img1 {
	width: 270px ;
	height: 280px;
	padding: 10px;
	
}

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

.cont2{
	width: 100% ;
	height: 900px;
}

.cont2-eyecatch{
	width: 300px ;
	margin-left: 50px;
	vertical-align: top;
	position: absolute;
	z-index: 2;
}
.cont2-textbox{
	width: 880px ;
	height: 800px;
	border-radius: 10px;
	border: solid 4.5px #36c971;
	position: absolute;
	z-index: 1;
	margin-top: 20px;
	margin-left: 330px;
}
.cont2-h2{
	padding-left: 50px;
	color: #36c971;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont2-text{
	padding:0 50px;
	font-size: 16px;
	line-height: 42px;
	color: #505050;
	letter-spacing: 2px;
}
.cont2-textbold{
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
}
.cont2-img1{
	margin-top: 40px;
	width: 270px ;
	height: auto;
	margin-left: 50px;
	vertical-align: top;
}
.cont2-text-small{
	padding:0 50px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 32px;
	color: #505050;
	letter-spacing: 1px;
}
.cont2-img2{
	margin-top: 30px;
	width: 310px ;
	height: auto;
	margin-left: 50px;
	vertical-align: top;
}

.cont3{
	width: 100% ;
	height: 480px;
}
.cont3-eyecatch{
	width: 300px ;
	margin-left: 50px;
	vertical-align: top;
	position: absolute;
	z-index: 2;
}
.cont3-textbox{
	width: 880px ;
	height: 400px;
	border-radius: 10px;
	border: solid 4.5px #36c971;
	position: absolute;
	z-index: 1;
	margin-left: 330px;
	margin-top: 20px;
}
.cont3-text{
	padding:0 50px;
	font-size: 16px;
	line-height: 42px;
	color: #505050;
	letter-spacing: 1px;
	position: absolute;
	z-index: 10;
	margin-top: -5px;
}
.cont3-textbold{
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 2px;
}
.cont3-photo1
{
	width: 265px ;
	height: auto;
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	position: relative;
	z-index: 0;
	margin-left: 30px;
}
.cont4{
	width: 100% ;
	height: 740px;
}
.cont4-eyecatch{
	width: 300px ;
	margin-left: 50px;
	vertical-align: top;
	position: absolute;
	z-index: 2;
}
.cont4-textbox{
	width: 880px ;
	height: 600px;
	border-radius: 10px;
	border: solid 4.5px #36c971;
	position: absolute;
	z-index: 1;
	margin-left: 330px;
	margin-top: 20px;
}
.cont4-photo1
{
	width: 265px ;
	height: auto;
	float: right;
	margin-top: 180px;
	margin-right: 50px;
	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: 200px;
	background-color: #e1f5fe;
	vertical-align: top;
	font-size: 0;
}
.cont5-h2{
	text-align: center;
	color: #009ee7;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding-top: 30px;
}
.cont5-img1{
	text-align: center;
	margin: 20px auto 0;
	width: 440px;
}
.triangle-area1{
	width: 100%;	
}	
.triangle1{
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 40px 25px 0 25px;
	border-color: #e1f5fe transparent transparent transparent;
}	

.cont6{
	width: 100% ;
	height: 1265px;
	margin-top: 30px;
}
.cont6-eyecatch{
	width: 300px ;
	margin-left: 50px;
	vertical-align: top;
	position: absolute;
	z-index: 2;
}
.cont6-h2{
	padding-left: 50px;
	padding-top: 20px;
	color: #4bb7e9;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont6-textbox{
	width: 880px ;
	height: 1215px;
	border-radius: 10px;
	border: solid 4.5px #4bb7e9;
	position: absolute;
	z-index: 1;
	margin-left: 330px;
	margin-top: 20px;
}
.cont6-box1{
	width: 650px ;
	height: 125px;
	border: solid 2px #505050;
	margin: 40px auto 0;
	display: flex;
}
.cont6-no{
	width: 40px ;
	height: 40px;
	background-color: #505050;
	border: solid 2px #505050;
	float: left;
	line-height: 42px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.cont6-img1{
	width: 75px ;
	height: 57px;
	margin: 35px 0 0 40px;
}
.cont6-box-text1{
	width: 400px;
	height: 70px;
	margin-left: 40px;
	padding: 20px 0;
}
.triangle-area2{
	width: 100%;	
}
.cont6-h3-1{
	width: 130px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-text{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #505050;
	letter-spacing: 1px;
}
.triangle2{
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 20px 35px 0 35px;
	border-color: #505050 transparent transparent transparent;
}
.cont6-box2{
	width: 650px ;
	height: 125px;
	border: solid 2px #505050;
	margin: 0px auto 0;
	display: flex;
}
.cont6-img2{
	width: 75px ;
	height: 78px;
	margin: 25px 0 0 47px;
}
.cont6-box-text2{
	width: 400px;
	height: 70px;
	margin-left: 33px;
	padding: 20px 0;
}
.cont6-h3-2{
	width: 235px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-img3{
	width: 62px ;
	height: 78px;
	margin: 25px 0 0 48px;
}
.cont6-h3-3{
	width: 215px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-box-text3{
	width: 400px;
	height: 70px;
	margin-left: 44px;
	padding: 20px 0;
}
.cont6-img4{
	width: 78px ;
	height: 66px;
	margin: 28px 0 0 40px;
}
.cont6-h3-4{
	width: 155px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-box-text4{
	width: 400px;
	height: 70px;
	margin-left: 36px;
	padding: 20px 0;
}
.cont6-h3-5{
	width: 250px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-img6{
	width: 68px ;
	height: 78px;
	margin: 24px 0 0 44px;
}
.cont6-h3-6{
	width: 190px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}
.cont6-box-text6{
	width: 400px;
	height: 70px;
	margin-left: 42px;
	padding: 20px 0;
}
.cont6-img7{
	width: 78px ;
	height: 60px;
	margin: 32px 0 0 40px;
}
.cont6-h3-7{
	width: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	background: linear-gradient(transparent 40%, #fbff8c 0%); 
	letter-spacing: 1px;
	margin: 0;
}

.cont7{
	width: 100% ;
	height: 1070px;
	margin-top: 30px;
}
.cont7-eyecatch{
	width: 300px ;
	margin-left: 50px;
	vertical-align: top;
	position: absolute;
	z-index: 2;
}
.cont7-h2{
	padding-left: 50px;
	padding-top: 20px;
	color: #505050;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont7-textbox{
	width: 880px ;
	height: 1000px;
	border-radius: 10px;
	border: solid 4.5px #4bb7e9;
	position: absolute;
	z-index: 1;
	margin-left: 330px;
	margin-top: 20px;
}
.cont7-text{
	padding-left: 50px;
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.cont7-img{
	margin: 40px auto 0;
	width: 485px;
	height: auto;
}
.cont7-box{
	width: 650px ;
	height: 325px;
	margin: 20px auto 20px;
	display: flex;
}
.cont7-box-bag1{
	width: 32% ;
	height: auto;
	padding-right: 5px;
}
.cont7-box-h4{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
}
.cont7-box-text{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #505050;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

.cont8{
	width: 100% ;
	height: 800px;
	margin-top: 30px;
}
.cont8-eyecatch{
	width: 300px ;
	margin-left: 50px;
	vertical-align: top;
	position: absolute;
	z-index: 2;
}
.cont8-textbox{
	width: 880px ;
	height: 570px;
	border-radius: 10px;
	border: solid 4.5px #4bb7e9;
	position: absolute;
	z-index: 1;
	margin-left: 330px;
	margin-top: 20px;
}
.cont8-h2{
	padding-left: 50px;
	color: #009ee7;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline;
}
.cont8-h2-2{
	padding-left: 50px;
	padding-top: 200px;
	color: #009ee7;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont8-text{
	padding-left: 50px;
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.cont8-img{
	position: relative;
	z-index: 10;
	width: 90px;
	top: -10px;
}

.contact-button {
	margin: -140px auto 50px;
	text-align: center;
	width: 540px;
}
.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;
	bottom:10px;
	width: 150px;
    right: 80px;
	z-index: 100;
    display: flex;
}
.footer_fix img {
    width: 100%; 
}

footer {
	max-width: 1280px ;
	margin: 0 auto;
	background-color: #59bae8;
	padding: 15px;

}
#footer-sitemap{
	text-align: center;
}
section a{
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
}
section a:hover{
	color: #1384b8;
	font-size: 0.8em;
	text-decoration: none;
}

.section2 {
	width: 15%; 
	margin-left: 20px;
	display: inline-block; 
	vertical-align: top; 
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.section3 {
	width: 25%; 
	margin-left: 20px;
	display: inline-block; 
	vertical-align: top; 
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.section2-smalltext {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 1px #fff;
	margin-left: 10px;
}

.copyright{
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
	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: 1280px ;
}
.pp-title h1{
	font-size: 20px;
}
.pp-text1{
	font-size: 0.95em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 60px;
}
.pp-text-box{
	width: 90%;
	margin: 60px auto;
}
.pp-text2-bold{
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	line-height: 1.8em;
}
.pp-text2{
	font-size: 0.9em;
	color: #333333;
	text-align: left;
	line-height: 1.8em;
}
.pp-text2-bold-sct{
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	line-height: 1.4em;
}
.pp-text2-sct{
	font-size: 0.9em;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
}




.contact {
    max-width: 600px;
	margin: 0 auto; 
}
.contact label{
    display: block;
	font-size: 18px;
	font-weight: bold;
    margin: 10px auto;
	white-space: pre-line;
	margin-bottom: 20px;
}
.contact span{
    color: crimson;
	font-size: 12px;
}
.input1 {
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 0 20px;
	width:100%; 
	background-color: #fbfbfb;
}
.input2 {
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 0 20px;
	width:150px; 
	background-color: #fbfbfb;
}
.input3 {
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 0 20px;
	width:27.5%; 
	background-color: #fbfbfb;
}
.input4 {
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #cccccc;
	margin:0 0 20px;
	width:100%; 
	height: 250px;
	background-color: #fbfbfb;
}
.input5 {
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	margin:10px;
	background-color: #fbfbfb;
}
.input6 {
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	margin:10px;
	background-color: #fbfbfb;
}

.btn {
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#fff;
	background-color: #4bb7e9;
	margin:20px auto;
	text-align: center;
	width:300px; 
	height: 50px;
	border-radius: 25px;
}

.contact-success {
    max-width: 800px;
	margin: 0 auto;
	text-align: center; 
}
.contactt-success-img {
    margin: 180px auto 60px;
	display: block;
}
.contact-success-button {
	margin: 70px auto 180px;
}
.contact-success-h2 {
	color: #505050;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.contact-success-text {
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sct{
	display: inline-block;
	width: 100%;
}
.sct-text1{
	display: inline-block;
	width: 300px;
	vertical-align: middle;
}
.sct-text2{
	display: inline-block;
	width: 840px;
	vertical-align: middle;
}
}


/* */
@media screen and (min-width: 1280px){
	
.menu-btn {
    position: fixed;
    top: 10px;
    right: calc(50% - 630px);
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #59bae8;
}
.footer_fix {
	position: fixed;
	display: flex;
    right: calc(50% - 620px);
	bottom:10px;
	width: 150px;
	z-index: 100;
}


	

}
