/*
 01.font
 02.base
 03.block
 04.header
 05.nav
 06.footer
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
/*====================================
	Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	01.font
====================================*/
html{
	font-size: 62.5%;
}
@font-face{
    font-family: 'Klee';
    src: url(Klee-master/fonts/ttf/KleeOne-Regular.ttf),
         url(Klee-master/fonts/ttf/KleeOne-SemiBold.ttf);
}
body, textarea, input, select, label{
	color: #474747;
	font-size: 1.6rem;
	line-height: 1.6;
    font-weight: 300;
	-webkit-text-size-adjust: 100%;
    font-family: /*'Noto Sans JP'*/'Klee', sans-serif;
    background-color: #f5f0e7;
}
h1, h2, h3, h4{
    font-weight: 500;
}

/*====================================
	02.base
====================================*/
a{
	color: #474747;
    text-decoration: none;
}
img{
    vertical-align: middle;
}
ul{
    list-style: none;
}
.sp, .sp_list{
    display: none;
}
/* btn */
.btn{
    display: block;
}
.btn a{
    display: block;
}
/*.btn_mail{
    width: 27rem;
}
.btn_mail a{
    color: #fff;
    height: 7rem;
    line-height: 7rem;
    font-size: 2rem;
    font-weight: 400;
    text-indent: -.5rem;
    text-align: center;
    background: #3d62ad;
}
.btn_mail a::before{
    position: relative;
    top: .5rem;
    margin-right: .5rem;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(img/nav_icon_pc.png);
    background-position: -2.5rem -10rem;
}*/
.more_btn{
    font-weight: 400;
    text-align: center;
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 5.5rem;
    border: 1px solid #474747;
    margin: 0 auto 9rem;
}
.more_btn a{
    display: block;
    position: relative;
    font-weight: bold;
    text-align: center;
}
/*.more_btn a span::after{
    content: "";
    display: inline-block;
    width: 65px;
    height: 6px;
    margin-right: 2rem;
    margin-left: 3rem;
    background: url(img/btn_arrow.png) no-repeat;
    background-size: contain;
    vertical-align: -webkit-baseline-middle;
}
.btn_white a::after{
    background: url(img/btn_arrow_white.png) no-repeat;
}*/
.more_btn span{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: -webkit-baseline-middle;
    text-decoration: none;
    font-size: 2rem;
}
.more_btn span::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    left: 3rem;
    width: 50px;
    height: 1px;
    background: #474747;
}
.more_btn span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    left: 7rem;
    width: 8px;
    height: 9px;
    border-top: 1px solid #474747;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_white span::before{
    background: #ddd;
}
.btn_white span::after{
    border-top: 1px solid #ddd;
}
/*@media only screen and (min-width: 768px){
    .more_btn:hover{
        background: #3d62ad;
    }
    .more_btn a:hover{
        color: #fff;
    }
    .more_btn a:hover::before{
        border-color: transparent transparent transparent #fff;
    }
    .newslist .more_btn a:hover::before{
        background: url(img/more_news.png) left -2.5rem;
    }
}*/
/*====================================
	03.block
====================================*/
#contents{
    background: url(img/back.jpg) no-repeat;
    background-size: cover;
    background-position: 63% 0%;
    min-width: 1200px;
}
#contents .back_op{
    background: rgba(255,255,255,0.6);
}
.wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*====================================
	04.header
====================================*/
header{
    background: url(img/TOP.jpg) no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    min-width: 1200px;
    position: relative;
}
header #logo{
    display: flex;
    align-items: center;
    height: 9rem;
    padding: 0 2rem;
}
header #logo h1{
    margin-right: auto;
    z-index: 999;
}
header #logo h1 a img{
    width: 7rem;
    height: auto;
}
header #logo .catch{
    font-size: 16px;
    line-height: 1.4;
    padding-left: .5rem;
    color: #fff;
}
header .main_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
header .main_logo img{
    width: 210px;
    height: auto;
}
/*====================================
	05.nav
====================================*/
@media only screen and (min-width: 1200px){
    nav ul{
        display: flex;
        width: 890px;
        height: 40px;
    }
    nav li{
        display: block;
        margin-left: 30px;
    }
    nav li:first-child{
        margin-left: 10px;
    }
    nav li a{
        width: 100%;
    }
    nav li a img{
        width: 100%;
        height: auto;
    }
}
/*====================================
	06.footer
====================================*/
footer{
    background: #5d795d;
    min-width: 1200px;
    position: relative;
}
#page_top{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 125px;
    background: #5d795d; /*ボタンの色*/
    border: 1px solid #fff;
    border-radius: 50%;
    }
    #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    }
    #page_top a::before{
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    top: 21px;
    left: 19px;
}
footer .wrap{
    padding: 40px 0 50px;
    display: flex;
    align-items: flex-end;
}
footer .wrap img{
    width: 90px;
    height: auto;
    margin-right: 1rem;
}
footer .wrap .foot_catch{
    color: #fff;
    margin-bottom: .8rem;
}
footer ul{
    display: flex;
    margin-bottom: .7rem;
    /*font-family: 'Noto Sans JP';*/
}
footer ul li{
    margin-left: 5rem;
}
footer ul li a{
    color: #fff;
}
footer div p.copy{
    margin-left: auto;
    margin-bottom: .7rem;
    color: #fff;
}



@media only screen and (max-width: 1199px){
/*
 01.nav
*/
/*====================================
	01.nav
====================================*/
.sp_list{
    display: block;
}
.pc_list{
    display: none;
}
nav{
    display: none;
}
.nav-wrap.open {
    display: block;
}
.nav-wrap.close {
    display: none;
}

.nav-button {
    display: block;
    cursor: pointer;
    margin-top: 10px;
}
.nav-wrap {
    position: absolute;
    left: 0;
    top: -1px;
    display: none;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100vh;
}
.nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #5d795d;
}
nav ul{
    padding-top: 80px;
    border-top: 1px solid #ddd;
}
nav li {
    display: block;
}
nav li a{
    position: relative;
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0;
    display: block;
    padding: 12px 40px 20px;
}
nav li:nth-child(3) a{
    padding-left: 32px;
}
nav li:nth-child(5) a, nav li:nth-child(6) a{
    padding-left: 36px;
}
nav li a::before{
    position: absolute;
    left: 2.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
nav li a img{
    width: 225px;
}

/*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: absolute;
    width: 30px;
    height: 18px;
    top: 24px;
    right: 1.5rem;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 8px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
}



@media only screen and (max-width: 767px){
/*
 01.Font
 02.base
 03.block
 04.header
 05.nav
 06.footer
*/
/*====================================
	01.font
====================================*/
body, textarea, input, select, label{
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4;
}

/*====================================
	02.base
====================================*/
img{
    width: 100%;
}
.sp{
    display: block;
}
.pc{
    display: none;
}

/* btn */
/*.btn_mail{
    width: 20rem;
}
.btn_mail a{
    font-size: 1.6rem;
    height: 5.3rem;
    line-height: 5.3rem;
}*/
.more_btn{
    width: 68%;
    height: 5rem;
    line-height: 4.5rem;
    text-align: center;
}
.more_btn span{
    vertical-align: middle;
}
.more_btn a{
    font-size: 14px;
}
.more_btn span::before{
    content: "";
    left: 5rem;
    width: 90px;
}
.more_btn span::after{
    content: "";
    left: 13rem;
    width: 8px;
}
/*@media only screen and (max-width: 600px){

}*/
/*.newslist .more_btn {
    text-indent: 2.6rem;
}
.newslist .more_btn a::before{
    width: 2rem;
    height: 2rem;
    left: 1.2rem;
    background-size: 2rem;
}*/
#page_top{
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 250px;
    border: 1px solid #aaa;
}
#page_top a::before{
    top: 16px;
    left: 14px;
}
/*====================================
	03.block
====================================*/
.wrap{
    width: 100%;
}
#contents{
    padding: 0;
    min-width: unset;
    width: 100%;
    background-position: 60% 50%;
}
/*====================================
	04.header
====================================*/
header{
    padding: 0;
    /*height: 600px;*/
    background-position: 50% 0%;
    min-width: unset;
    width: 100%;
}
header #logo{
    width: 300px;
    height: auto;
    margin-left: 0;
    padding: 1rem 0 1rem 1rem;
}
header #logo h1 a img{
    width: 5rem;
}
header #logo .catch{
    font-size: 11px;
}
header .main_logo img{
    width: 100px;
    height: auto;
}
/*====================================
	05.nav
====================================*/
.nav-button {
    top: 10px;
}
nav ul{
    padding-top: 70px;
}
nav li a{
    padding: 12px 24px 20px;
}
nav li:nth-child(3) a{
    padding-left: 16px;
}
nav li:nth-child(5) a, nav li:nth-child(6) a{
    padding-left: 20px;
}
nav li a img{
    width: 150px;
}
/*====================================
	06.footer
====================================*/
footer{
    min-width: unset;
    width: 100%;
}
footer .wrap{
    padding: 40px 0 20px;
    flex-direction: column;
    align-items: center;
}
footer .wrap img{
    width: 70px;
    margin-right: 0;
}
footer .wrap .foot_catch{
    font-size: 12px;
    margin-bottom: 20px;
}
footer ul{
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}
footer ul li{
    margin-left: 0;
    margin-bottom: 12px;
}
footer div p.copy{
    margin: 20px 0 0;
    font-size: 12px;
}
}