@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 160%;
	-webkit-text-size-adjust: none;
	font-weight: 400;
}
a {transition:all ease 0.3s;text-decoration:none; color: var(--txt);}
img {vertical-align: middle;max-width: 100%;flex-shrink: 0;height: auto;}
*,::before,::after{box-sizing:border-box;outline: none;}

/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html{background:#fff}
body{color:var(--txt);-webkit-text-size-adjust:none;min-width:320px;font-family:'Noto Sans JP', sans-serif;}
table {width: 100%}
h1,h2,h3,h4,h5,h6{line-height: 1.4;font-family: var(--nsr);font-weight: 600;}
p,dd,dt,li,th,td,address{line-height: 1.75em;letter-spacing: 0;}
p {margin: 0 0 1em;}
p:last-child{margin-bottom: 0}

:root {
  --txt: #383B4E;
  --mcolor: #645634;
  --scolor: #F5F5F5;

  --nsr: 'Noto Serif JP', serif;
}

#wrapper{overflow:hidden;margin:0 auto}
.inner{width:1130px;margin:0 auto;position:relative;max-width: 100%;padding: 0 15px}
.inner.sm{width: 830px;}
.inner_box:last-child{margin-bottom: 0;}

/*==========================================================
                      C U S T O M
==========================================================*/
.flex_wrap{display:flex;flex-wrap:wrap}
.flex_center{display: flex; justify-content: center; align-items: center;}
.flex_between{display: flex; justify-content: space-between;}
.flex_align{display:flex;align-items:center;justify-content:space-between}
.flex_col{display:flex;flex-direction: column;}
.flex_col_center{display: flex; justify-content: center; align-items: center; flex-direction: column;}

.fixed{position:fixed;}
.posr{position:relative}
.bold{font-weight: bold;}
.fs_big{font-size: 120%;}
.fs_sm{font-size: 80%;}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.auto{margin-left: auto; margin-right: auto;}
.red{color: var(--red);}
.txt_line{text-decoration: underline;}
.m0a{display: block;margin-left: auto;margin-right: auto;}
.pd0{padding: 0 ;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mw130{min-width: 130px;}
/*==========================================================
                       H E A D E R
==========================================================*/
header{position: relative; z-index: 15;}
.h_box{width:100%;position: fixed;background-color: #fff;}
.h_box::before{content: "";position: absolute; width: 100%; height: 10px;background: url('../images/h_top.jpg') repeat;top: 0; left: 0; z-index: 1;}
.h_inner{height: 100%;}

/* HAMBUGER BUTTON */
.hamburger{font:inherit;display:block;overflow:visible;margin:0;padding:10px 8px 5px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0}
.hamburger-box{position:relative;display:inline-block;width:30px;height:24px}
.hamburger-inner{top:50%;display:block;margin-top:-2px}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before{position:absolute;width:30px;height:1px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}
.hamburger-inner::after,
.hamburger-inner::before{display:block;content:""}
.hamburger-inner::before{top:-10px}
.hamburger-inner::after{bottom:-10px}
.hamburger--3dxy .hamburger-box{perspective:80px}
.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy.is_active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}
.hamburger--3dxy.is_active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dxy.is_active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dxy-r .hamburger-box{perspective:80px}
.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy-r.is_active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}
.hamburger--3dxy-r.is_active .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dxy-r.is_active .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg)}

/*==========================================================
                  M A I N    V I S U A L
==========================================================*/

main{position: relative;padding-top: 120px;z-index: 2;}
.mv{position: relative;padding: 0;}

.mv_txt {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding-top: 80px;pointer-events: none;}
.mv_txt h1{color: #FFF;display:inline-block; position: relative;}
.mv_txt h1::before,.mv_txt h1::after{content: "";position: absolute; width: 50px;z-index: 1;}
.mv_txt h1::before{height: 27px;background: url('../images/mv_h1_ic1.png') no-repeat center/cover;top: -27px;right: -33px;}
.mv_txt h1::after{height: 36px;background: url('../images/mv_h1_ic2.png') no-repeat center/cover;bottom: -30px;left: -46px;}
.mv_txt h1 span{display: inline-block;padding: 7px 15px;background-color: var(--mcolor);position: relative;}
.mv_txt h1 span:not(:last-child){margin-bottom: 10px;}
.mv_txt h1 span:last-child::after{content: "";position: absolute;width: 138px;height: 105px;background: url('../images/mv_h1_ic3.png') no-repeat center /cover;right: -134px;top: 10px;z-index: 1;}

.slick-next:hover{background:url(../images/ic-next.png) no-repeat center/cover;opacity:.7;}
.slick-prev:hover{background:url(../images/ic-prev.png) no-repeat center/cover;opacity:.7;}
.slick-prev,.slick-prev:focus{left:40px;background:url(../images/ic-prev.png) no-repeat center/cover;}
.slick-next,.slick-next:focus{right:40px;background:url(../images/ic-next.png) no-repeat center/cover;}
.slick-prev,.slick-next,.slick-prev:focus,.slick-next:focus{z-index:95;height:40px;width:40px}
.slick-prev:before,.slick-next:before{display:none}

/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
h1{font-size: 32px; font-weight: bold;}
h2{font-size: 28px;text-align: center;color: var(--mcolor);position: relative;padding-bottom: 17px;margin-bottom: 31px;letter-spacing: 0.1rem;}
h2::after{content: ""; position: absolute;width: 50px;height: 2px;background: linear-gradient(90deg, rgba(56,59,78,0) 0%, rgba(56,59,78,1) 50%, rgba(56,59,78,0) 100%);bottom: 0;left: calc(50% - 25px);}
h2.cl_white::after{background: linear-gradient(90deg, rgba(56,59,78,0) 0%, #fff 50%, rgba(56,59,78,0) 100%);}

h3{color: var(--mcolor);font-size: 21px;position: relative;padding-left: 20px;margin-bottom: 20px;}
h3::before{content: "";position: absolute; width: 12px; height: 12px;background: url('../images/h3_ic.png') no-repeat center /cover;left: 0; top: 9px;}
h4{margin-bottom: 20px;font-size: 18px;padding-left: 25px;position: relative;}
h4::before{content: "";position: absolute; width: 15px; height: 2px;background: var(--mcolor);left: 0; top: 12px;}

.cl_white{color: #FFF;}

/* DEFAUTL NAME BUTTON */
.btn a{width: 320px;height: 60px;display: flex;justify-content: center;align-items: center;background: url('../images/btn_ic.png') no-repeat right 20px center /16px #fff;font-weight: 500;font-family: var(--nsr);letter-spacing: 0.05rem;}
.btn.center a{margin-left: auto; margin-right: auto;}
.btn_box{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;width: calc(100% + 20px);margin-left: -10px;}
.btn_box .btn{margin: 10px;}

.box_iframe:not(:last-child){margin-bottom: 17px;}
.box_iframe iframe{width: 100%;}
/*==================== SEC01 ===================*/
.sec01{background: url('../images/sec01_bg.jpg') repeat top -10px center;}
.sec01_topics{padding: 15px 14px 15px 19px;background: #FFF;height: 240px;}
.sec01_topics li{display: flex;align-items: center;padding: 16px 23px 15px;border-bottom: 1px solid #D9D9D9;}
.sec01_topics li:first-child{padding-top: 0;}
.sec01_topics li span{flex-shrink: 0;min-width: 80px;}
.sec01_topics li .date{margin-right: 30px;}
.sec01_topics li .cat{font-size: 14px;border: 1px solid var(--txt);padding: 5px 10px;text-align: center;line-height: 1;margin-right: 39px;}
.sec01_topics li .cat.cat_2{border-color: var(--mcolor); color: var(--mcolor);}

@media screen and (min-width: 751px){
  .logo{margin: 30px auto 11px;text-align: center;}
  .inner_box{padding: 0 60px;margin-bottom: 40px;}
  .sec01{padding: 63px 0 80px;}
  .sec01_topics li a{text-decoration: underline;text-underline-offset: 2px;max-width: 100%; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

  .mv_ite{height: 750px;}
  .mv_ite:nth-of-type(1){background: url('../images/mv_topimg1.jpg') no-repeat center /cover;}
  .mv_ite:nth-of-type(2){background: url('../images/mv_topimg2.jpg') no-repeat bottom /cover;}
}

/*==================== SEC02 ===================*/
.sec02{background-color: #FFF;}
table{color: var(--txt);}
table:not(:last-child){margin-bottom: 42px;}
table th{background-color:var(--scolor);font-weight: bold;color:var(--mcolor);}
table th.bg02{background-color: #F7F6F4;}

table td{background:#fff;}
table th,
table td{padding: 6px 13px;border-color: #bcbcc2;text-align: left;}

table th:first-child,table th:last-child,
table td:first-child,table td:last-child{border-right: 0;border-left: 0;}
table.td_top td{vertical-align:top}
table.tb_fix{table-layout: fixed;}
table img{display:block;margin:auto;}



@media screen and (min-width: 751px){
  .sec02{padding: 60px 0 80px;}
  table td{line-height:2;}
  .sec02 table th,.sec02 table td{font-size: 18px;}
  .sec02 table th{padding: 10px 20px 10px 20px;}
  .sec02 table td{padding: 8px 20px 11px 30px;}
  .w200{width: 200px;}
  .w350{width: 350px;}
  .w32{width: 32%;}
}

/*==================== SEC03 ===================*/
.sec03{}
.sec03_box1{background-color: #F9F8F7;}
.sec03_box2{background-color: #fff;}
.sec03_box1_flex{margin-bottom: 22px;}
.sec03_box1_flex .img{position: relative;height: 100%;}
.sec03_box1_flex .img::before{content: "";position: absolute;width: 128px;height: 110px;background: url('../images/sec03_img1_ic01.png') no-repeat center /cover;top: -40px;right: -36px;z-index: 1;}
.sec03_box1_flex .img::after{content: "";position: absolute;width: 50px;height: 27px;background: url('../images/sec03_img1_ic02.png') no-repeat center /cover;bottom: -17px;left: -23px;z-index: 1;}

@media screen and (min-width: 751px){
  .sec03_box1,
  .sec03_box2{padding: 60px 0 82px;}

  .mb38_pc{margin-bottom: 38px;}
  .mb58_pc{margin-bottom: 58px;}
}
@media screen and (min-width: 1141px){
  .sec03_box1_flex{display: flex;justify-content: space-between;padding-top: 10px;}
  .sec03_box1_flex table{width: 50%;order: 1;height: 100%;}
  .sec03_box1_flex .img{width: 47%;max-width: 510px;order: 2;}
}


/*==================== SEC04 ===================*/
.sec04{background: url('../images/sec04_bg.jpg') repeat;}
@media screen and (min-width: 751px){
  .sec04{padding: 60px 0 79px;}

}

/*==================== SEC05 ===================*/
.sec05{}
@media screen and (min-width: 751px){
  .sec05{padding: 60px 0 77px;}
  .ft_info{padding: 60px 0 78px;}
  .ft_info_box{display: flex;justify-content: space-between;}
  .ft_info_box li{width: 47%;max-width: 460px;}
  .h110_pc{height: 110px;}
}


/*==========================================================
                        F O O T E R
==========================================================*/
footer{position: relative;z-index: 3;}
.ft_info{background: url('../images/sec01_bg.jpg') repeat center top -10px;}
.ft_info_box{margin-bottom: 28px;}
.ft_info_box li{border: 1px solid var(--txt);background-color: #FFF;padding: 20px 10px 16px;text-align: center;position: relative;}
.ft_info_box li::before{content: ""; position: absolute;z-index: 1;width: 50px;}
.ft_info_box li:nth-of-type(1):before{height: 36px;background: url('../images/ft_ic01.png') no-repeat center /cover;left: -32px;top: -6px;}
.ft_info_box li:nth-of-type(2):before{height: 27px;background: url('../images/ft_ic02.png') no-repeat center /cover;right: -17px;bottom: -5px;}
.ft_info_box li .tt{font-size: 24px;font-weight: bold;color: var(--mcolor);margin-bottom: 8px;line-height: 1.6;font-family: var(--nsr);}
.ft_info_box li .sub{font-weight: bold;font-size: 18px;margin-bottom: 9px;}
.ft_info_box li .mor{}
.ft_info_box li .mor span{font-weight: bold;}

.ft_site{background-color: var(--txt);padding: 58px 0 0;}
.ft_site *{color: #FFF;}
.ft_site_link{display: flex;justify-content: space-between;margin-bottom: 38px;}
.ft_site_link li{margin: 0 19px;}
.ft_site_bnn{margin-bottom: 27px;}
address{font-size: 12px;text-align: center; color: #FFF;padding: 20px 0;}

/* BACK TO TOP */
.to_top{position:fixed;z-index:11;width:42px;height:42px;bottom:70px;right:20px;cursor:pointer;transition:all .2s;opacity:0;visibility:hidden}
.to_top.show{transform:scale(1);opacity:1;visibility:visible}



/* FIX EDGE ONLY  */
@supports (-ms-ime-align: auto) {}

/* FIREFOX ONLY */
@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}

