@charset "UTF-8";
/*------------------------normalize*/
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;scroll-behavior: smooth; }article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
*{ box-sizing: border-box;}
ul{ margin: 0; padding: 0; list-style: none; }
/*------------------------normalizeEnd*/

body {
	background:#32a6a1;
/*	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino maru Gothic ProN', 'ヒラギノ丸ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;*/
  font-family: 'Zen Maru Gothic', sans-serif;
	color:#000;
	margin:0 auto;
	text-align:left;
	font-size:18px;
}

h1, h2, h3, h4, h5, h6, p, ul{ margin:0; padding:0; }

h1{ text-align:center; margin:0; padding:0; }
p{ margin-bottom:1em; }

section{}
article{}
address{ font-style:normal;}
a:link, a:visited{ text-decoration: none; color:#007ab0;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0099FF;}/*0099FF*/
area { outline:none; }



/*------*/
.wrapBox{ width:100%; max-width:1280px; margin:0 auto; }
.flexBox{ display:flex; }

@media screen and (max-width: 1120px) {

}


/*------------------------Style*/
main{ text-align:left; width:100%; margin:0 auto; padding: 0; overflow-x: hidden;}
/*------*/
.wrapBox{ width:100%; max-width:1280px; margin:0 auto; }



/*------*/
.fitImg img{ width:100%; max-width:1280px; }

/*------*/
header{ position: relative; text-align:center; }
.logo img{ max-width:98px; }
nav{ position: fixed; z-index: 9998; display: flex; align-items: center; justify-content: space-between; width:100%; background:#32a6a1; padding:1em; }
nav .logo{}
nav .logo img{ width:240px; }

.navUl{ display: flex; margin: 10px 0; padding: 0;}
.navUl li{ margin-left:1em; border-left: 1px solid #fff;}
.navUl li:last-child{ border-right: 1px solid #fff;}
.navUl li a{ color: #fff; display:block; padding:2px 2em; font-weight:bold; }



@media screen and (max-width: 1120px) {
.logo { padding:20px; }
nav{ padding:0; }
.navUl{ display:block; background:rgba(255, 255, 255, .9); height:100vh; padding:5em 1em 1em; }
.navUl li{ margin-bottom: 1em}
}
/*------*/



/*------*/
#Sect01,
#Sect02,
#Sect03,
#Sect04{ margin:-50px auto 50px; padding:100px 0;}

/*------*/
#mainSect{ background:#32a6a1; padding: 100px 0;}
#mainSect .flexBox{ justify-content: space-between; flex-direction: row-reverse; width:100%; max-width:1040px; margin:0 auto; }
#mainSect .flexBox section{ max-width:380px; color:#fff; }
#mainSect .flexBox section h2{ margin:60px 0; font-size: 1.45em; }

.movBox{ display: flex; justify-content: space-between; width:100%; max-width:1040px; margin:50px auto; }
.movBox a{ color: #fff;}

@media screen and (max-width: 1120px) {
#mainSect .flexBox{ display:block; }
#mainSect .flexBox section{ max-width:100%; padding: 1em; }
#mainSect .flexBox section h1{}
#mainSect .flexBox section h1 img{ display: block; width:50%; margin: 0 auto;}
#mainSect .flexBox section h2{ margin:10px 0; font-size:1.2em; }

#mainSect figure img{ display: block; width:90%; margin: 0 auto;}

.movBox,
.movBox a{ display:block; margin-bottom:1em; text-align:center; }
.movBox a img{ width:100%; max-width:640px; }
}




/*------*/
#readBox{ height: 320px; padding-bottom: 40px; display: flex; align-items: center; justify-content: center; background: url("../img/readBack.jpg") center center; background-size: cover;}
#readBox h2 { font-size: 32px; color:#fff; line-height: 1; text-shadow: 0px 0px 6px rgba(243, 100, 50, 0.8);}
@media screen and (max-width: 1120px) {
#readBox{}
#readBox h2 { font-size: 18px; line-height: 1.2; }
}


/*------*/
#Sect04{ background:#fff; text-align:center; }
#Sect04 .wrapBox{ max-width: 980px; text-align: left; }
#Sect04 h3{ border-bottom:1px solid #ccc; padding-bottom:5px; }

/* #Sect04 .flexBox{ justify-content: space-between;} */
#Sect04 .flexBox{ flex-wrap: wrap;}
#Sect04 .flexBox section{ width: 32%; margin-bottom: 2em;}



@media screen and (max-width: 1120px) {
#Sect04{ padding:4em 1em;}
}


/*------*/
#Sect03{ background:#fff; text-align:center; }
#Sect03 .wrapBox{ max-width: 980px; text-align: left; }
#Sect03 .wrapBox h2{ text-align:center; font-size: 48px; margin-bottom: 1em; padding-bottom: 5px; border-bottom: 2px solid #e95513; color:#e95513; }

.btnBox{ display: flex; justify-content: space-between; margin-bottom:40px; }

@media screen and (max-width: 1120px) {
#Sect03 .wrapBox{ padding:1em; }
#Sect03 .wrapBox h2{ font-size:22px; }

.btnBox{ display:block; }
.btnBox a{ display: block; width:100%; margin-bottom:1em; text-align:center; }
.btnBox a img{ width:100%; max-width:320px; }
}


/*------*/
#Sect01{ background:#2aa6a2; text-align:center; }
#Sect01 h2{ color: #fff; text-align: center;}
#Sect01 .wrapBox{ max-width: 980px; color: #fff; text-align: left;}
#Sect01 .fitImg{text-align:center; margin:0 auto; }
#Sect01 .fitImg img{ text-align:center;}

@media screen and (max-width: 1120px) {
#Sect01{ padding-bottom:50px;}
#Sect01 .wrapBox{ padding:1em; }
#Sect01 .wrapBox .wrapBox{ padding: 1em 0;}

#Sect01 .flexBox{ display:block; }

#Sect01 img{ max-width:320px; }
}



/*------*/
#Sect02{ background:#ffd800; margin-bottom:0; }
#Sect02 .wrapBox{ width:100%; max-width:940px; margin:0 auto; }
#Sect02 h2{ text-align: center; font-size: 48px; color:#006d6b; }
@media screen and (max-width: 1120px) {
#Sect02 .wrapBox{ padding:0 1em; }
#Sect02 h2{ font-size: 24px; }
#Sect02 figure{ max-width: 640px; margin: 0 auto; text-align: center;}
#Sect02 img{ width: 100%;}
}


footer{ width: 100%; background: #eeeeef;  margin:-50px auto 0; padding:50px 0; text-align:left; }
footer div{ width:100%; max-width:980px; margin:0 auto;}
footer h2{ margin-bottom:20px; }
footer h3{ display: inline-block; font-size: 14px; padding: 4px 1em; background:#fff; border-radius:200px; }
footer p{ font-size:18px;}

@media screen and (max-width: 1120px) {
	footer div{ padding:0 1em; }
}


/*list*/
.list01{ margin: 0 1em;}
.list01 li{ list-style: disc; font-size:16px; }


#Footer .list01{ margin:0 1em 1em;}
#Footer .list01 li{ font-size:12px; }

.f18 span{ font-size: 0.8em; }


/*table*/
.table01{ border-collapse: collapse; width: 100%; margin-bottom:2em; border: 1px solid #666;}
.table01 th,
.table01 td{ border: 1px solid #666; padding: 10px}
.table01 th{ vertical-align: top; }
.table01 td{}
@media screen and (max-width: 1120px) {
	.table01{ width:90%; margin:1em auto; }
}

/*------------------------otherStyle*/
.PC{ display: block; }
.SP{ display: none; }

.kome{ text-indent: -1em; margin-left: 1em; }
.tC{ text-align: center; }

.noEvent{ pointer-events: none; }

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
.cf {zoom:1;/*for IE 5.5-7*/}



@media screen and (max-width: 1120px) {
.PC{ display: none; }
.SP{ display: block; }


}






































/*------------------------nav*/
.drawer{ z-index: 9999; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; top: 10px; right: 10px; padding: 0 9px; width: 48px; height: 48px; border-radius: 400px; background: #32a6a1;}
.navbar_toggle{z-index:9999;}
.navbar_toggle_icon { position: relative; display: block; border-radius: 4px; height: 2px; width: 30px; background: #fff; -webkit-transition: ease .4s; transition: ease .4s;}
.navbar_toggle_icon:nth-child(1) { top: 0;}
.navbar_toggle_icon:nth-child(2) { margin: 8px 0;}
.navbar_toggle_icon:nth-child(3) { top: 0;}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {top: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);backface-visibility:hidden;}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {-webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0;backface-visibility:hidden;}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {top: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg)backface-visibility:hidden;;}


/*OPEN*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 1120px) {
.drawer,
.navbar_toggle{ display: none;}
}

@media screen and (max-width: 1120px) {
.menu{ position: fixed; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition:ease .5s; transition:ease .5s; z-index:9998; top: 0; width: 100%; margin: 0;backface-visibility:hidden;}
.menu nav{ padding: 20px 20px 80px; height: 100vh; overflow: scroll; font-size: 18px; text-align: left; }

.navUl li a{ color:#32a6a1; }
}


