@charset "utf-8";
/* CSS Document */
img{
    max-width:100%;
    border-image-width: 0;
    border-collapse: collapse;
}
p{
    padding:0 1em;
}
.pc_none{
    display:none;
}
@media screen and (max-width: 500px) {
    .pc_none{
    display:block;
}
}


.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
  transform: translateX(-250px);
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.menu-trigger.active span {
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: #FFC700;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #000;
  text-align: center;
  padding: 10px 0;
}
nav li a{
    color:#000;
}
nav li a:hover{
    text-decoration: none;
}
* {
  box-sizing: border-box;
}
ul {
  list-style: none;
}



#sec01{
    background-image: url(../img/img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height:100vh;
    display:flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

}
@media screen and (max-width: 480px) {
#sec01 h1{
    margin-top:-10vh;
    
}
}
#sec02{
    text-align:center;
    padding:90px 0;
}
h2{
    margin:30px auto 70px;
    font-family: 'Noto Serif JP', sans-serif;
    font-size:40px;
}
@media screen and (max-width: 480px) {
    h2{
    margin:20px auto 30px;
    
    font-size:24px;
}
    h3{
      font-size:20px;  
    }
    #sec02 img{
        max-width:70%;
    }
}
#sec03{
    background-image: url(../img/img07.jpg);
    background-repeat: no-repeat;
    padding: 20px 0 0;
    background-size: cover;
}
#sec03 img{
    width:100%;
    margin:0;
}
#sec03 .container{
    
}
#sec03_inner{
    width:100%;
    margin: 0 auto;
    background-image: url(../img/img08-2.png);
    background-size: 100% auto;
    padding:0 70px;
    box-sizing: border-box;
    text-align:center; 
}
#sec03 ul{
    padding:0;
}
#sec03 li{
    font-size:1.2em;
    text-align: left;
    list-style: none;
    background-image: url(../img/list01.png);
    background-repeat: no-repeat;
    background-size: auto 1.5em;
    padding-left: 2em;
    margin-bottom:1em;
    background-position: 0% top;
    }
#sec03 ul{
    display:inline-block;
}
#sec03 h2{
      color:#7d6f5a;
    font-style:italic;
    margin-top:0;
    padding-top:40px;
       margin-bottom:40px;
    }
@media screen and (max-width: 970px) {
    #sec03_inner{
      padding:5vw;
       
    }
    
    #sec03 li{
       
    }
}
#sec04{
    text-align:center;
    padding:50px 0;
}
#sec04_img0{
    max-width:50%;
}
@media screen and (min-width: 970px) {
#sec04 h2{
     display: flex;
        align-items: center;
}
#sec04 h2:before,#sec04 h2:after{
    content: "";
        flex-grow: 1;
        height: 1px; /* 線の太さを変えたいときはここを変える */
        background: #000; /* 線の色を変えたいときはここを変える */
        margin:0 .4em; /* 文字と線の余白用 なくても良い */
}
}
#sec05{
    background-color: #F6F6F6;
    background-image: url(../img/img14.png);
    background-position: 0% top;
    background-repeat: repeat-x;
    text-align:center;
    padding-top:100px;
}
#sec05 h3{
    margin:60px auto 30px;
    
}
#sec05:after{
    content: "";
    background-image: url(../img/img15.png);
    background-position: 0% bottom;
    background-repeat: repeat-x;
    height:100px;
    display:block;
}
#sec06{
    text-align:center;
    padding:50px 0;
}
#sec07{
    background-image: url(../img/img24.jpg);
    padding-top: 70px;
    background-size: cover;
    background-position: center 0%;
}
#sec07 .container{
    background-color: rgba(255,255,255,0.80);   
    margin-bottom:70px;
}
#sec07 h3{
    background-color:#7d6f5a;
    color:#fff;
    padding:0.5em 1em;
    margin-left:-1em;
    margin-top:1em;
    margin-bottom:1em;
    display:inline-block;
    font-family: 'Noto Serif JP', sans-serif;
}
#sec07 .graph{
    margin-top:1em;
    margin-bottom:1em;
    background-color:#fff;
    padding:15px;
}
#sec07 #sec07_foot{
    background-image: url(../img/img23.png);
    background-size: cover;
    padding-top: 10vw;
    text-align: center;
    background-position: center 0%;
    padding-bottom:2em;
    font-size:20px;
}
#sec07 #sec07_foot .txt_l{
    font-size:1.2em;
    font-weight:bold;
}
#sec08{
    text-align: center;
    padding-top:50px;
}
#sec08 .box{
    border:1px solid #7d6f5a;
    border-radius: 8px;
    padding:3em;
    margin-bottom:20px;
}
@media (max-width: 768px){
    #sec08 .box{
        padding:1em;
    }
}
#sec08 .box h3{
    background-color: #7d6f5a;
    color:#fff;
    margin-top:0;
    text-align:center;
    line-height:2;
    margin-bottom:20px;
}
#sec08 p{
    text-align: left;
    margin-top:40px;
    line-height: 2;
    padding:0;
}
#sec08 .row{
    margin-bottom:80px;
}
#sec08 h3{
    text-align:left;
    margin-top:20px;
    
}
#sec08 h3 span{
    display:block;
    font-size:2em;
}
.col1{
    background-image: url(../img/img31.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    
}
.col2{
    background-image: url(../img/img32.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    
}
.col3{
    background-image: url(../img/img33.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    
}
#sec08 em{
   background: linear-gradient(transparent 80%, #ffc400 20%);
    font-style: normal; 
}
@media (min-width: 768px){
    .row2{
        flex-direction: row-reverse;
    }
    .col1,.col3{
        padding-right:40px;
    }
    .col2{
       padding-left:40px; 
        background-position: left bottom;
    }
}
#sec09,#sec11{
    background-color:#fbfbfb;
    padding-top:70px;
    padding-bottom:70px;
}
#sec09 h2,#sec11 h2{
    
    border-left:10px solid #333;
    padding-left:0.5em;
}
#sec09 .flow{
    text-align:center;
}
#sec09 .flow_item{
    display:inline-block;
    width:30%;
    vertical-align: top;
}
#sec09 .arr{
    display: inline-block;
    width: 3%;
    vertical-align: top;
    background-image: url(../img/arr.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    height:300px;
}
#sec09 .flow_item p{
    margin:1em auto 2em;

    text-align:left;
}
@media (max-width: 992px){
    #sec09 .arr{
    
    width: 3%;
    
    height:207px;
}
    
}
@media (max-width: 768px){
    #sec09 .flow_item{
    display:block;
    width:100%;
        text-align:left;
    
}
    #sec09 .arr{
    background-image: url(../img/arr2.png);
    display:block;
    width:100%;
        height:50px;
        background-position: 25% 50%;
}
    #sec09 .flow_item img{
        display:inline-block;
        width:50%;
       
    }
    #sec09 .flow_item p{
        display:inline-block;
        width:50%;
       vertical-align: middle;
    }
}

#sec10{
    background-color:#fff;
    padding-top:50px;
}
#sec10 h2{
    
    border-left:10px solid #333;
    padding-left:0.5em;
}
#sec10 table{
    width:80%;
    margin:0 auto;
}
#sec10 th{
    width:25%;
    padding:5px;
}
#sec10 td{
    width:75%;
    padding:5px;
}
#sec10 input[type="text"],#sec10 input[type="email"]{
    width:100%;
    font-size:1.5em;
}
#sec10 input[type="image"]{
    max-width:100%;
}
#sec10 input[type="radio"]{
    width : 20px;
    height: 20px;
    margin-right:0.5em;
    vertical-align: middle;
}
#sec10 label{
    vertical-align: middle;
    margin-right:1em;
}
#sec10 th span{
    margin-left:20px;
    padding:2px 10px;
    display:inline-block;
    background-color:#666;
    font-size:0.8em;
    color:#fff;
    border-radius: 8px;
}
#sec10 .bt{
    text-align:center;
    padding:40px 0;
}
.submit_btn{
    border: 0px;
    width: 482px;
    height: 72px;
    background: url(../img/btn01.png) left top no-repeat;
    background-size: contain;
}
 
.submit_btn:hover,#sec06 a:hover{
    cursor: pointer;
    opacity:0.5;
}
@media (max-width: 992px){
    #sec10 table{
    width:100%;
    margin:0 auto;
}
}
@media (max-width: 576px){
    #sec10 th,#sec10 td{
        width:100%;
        display:block;
    } 
    .submit_btn{
    
    width:90%;
   
   
}
}
#sec11{
    padding-top:70px;
    padding-bottom:70px;
}
#sec11 table{
    width:100%;
}
#sec11 th{
    padding-left:120px;
    padding-right:30px;
    vertical-align: top;
}
#sec11 th,#sec11 td{
    padding-top:10px;
    padding-bottom:10px;
}
@media (max-width: 1200px){
    #sec11 th{
    padding-left:0px;
    padding-right:30px;
    vertical-align: top;
}
    #sec11 img{
        display:none;
    }
}
@media (max-width: 768px){
    #sec11 th,#sec11 td{
    display:block;
        width:100%;
}
    #sec11 th{
        padding-bottom:0px;
    } 
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
footer{
    background-color:#ab9e8b;
    color:#fff;
    padding:10px;
    text-align: center;
    font-size:12px;
}