
/*-------------------------------------------------
base 
-------------------------------------------------*/

body {
font-family: YakuHanJP,'source-han-sans-japanese', sans-serif;
font-size:1.4rem;
line-height:1.6;
color:#111;
-webkit-text-size-adjust:100%;
letter-spacing:0.1em;
}
a img {
border-style: none;
}
a {
color: inherit;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
.line_effect {
text-decoration: none;
}
.u_line_wht,
.u_line_blk {
position: relative;
z-index: 1;
}
.u_line_wht:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #ccc;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.u_line_blk:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #222;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.line_effect:hover .u_line_wht:after,
.line_effect:hover .u_line_blk:after {
width: 100%;/*hover時に表示*/
}

::selection {
background: #479C29;
color: #fff;
}

/*Firefox*/
::-moz-selection {
background: #479C29;
color: #fff;
}



/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/* pc / sp */

@media screen and (min-width: 768px) {

.pc-hidden{
	display:none;
}

}

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

.sp-hidden{
	display:none;
}

}




/*-------------------------------------------------
グローバルナビ
-------------------------------------------------*/


header {
position: relative;
width: 100%;
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
}
.header_logo {
max-width: 185px;
min-width: 125px;
height: auto;
margin-left: 30px;
}
.header_logo img {
width: 100%;
}
header .g_navi {
display: flex;
justify-content: flex-start;
align-items: center;
padding-right: 25px;
}

@media all and (max-width : 980px ){
header .g_navi {
display: none;
}
}

.head_navi {
display: flex;
align-items: center;
}
.head_navi li a {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 1.4rem;
letter-spacing: 0.2em;
color: #fff;
margin-right: 64px;
position: relative;
transition: all 0.5s;
}

@media all and (max-width : 1260px ){
.head_navi li a {
margin-right: 30px;
}
}

.head_navi li a:hover {
color: #fff;
transition: all 0.5s;
}
.head_navi li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #fff;
bottom: -20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.head_navi li a:hover::after {
visibility: visible;
bottom: -12px;
opacity: 1;
}
.head_sns {
display: flex;
align-items: center;
}
.head_sns li {
margin-right: 20px;
}
.head_sns .head_sns_title {
font-family: "montserrat", sans-serif;
font-weight: 600;
color: #fff;
font-size: 1.3rem;
letter-spacing: 0.1em;
}
.head_sns .head_sns_icon {
max-width: 20px;
height: auto;
transition: all 0.5s;
}
.head_sns .head_sns_icon a:hover {
opacity: 0.8;
transition: all 0.5s;
}

@media all and (max-width : 767px ){
header {
height: 60px;
}
.header_logo {
max-width: 115px;
height: auto;
margin-left: 15px;
}
}


/*-------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------*/

#open_navi {
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
left:0;
width:100%;
height: 100vh;/*ナビの高さ*/
background:#479C29;
transition: all 0.5s ease;
}

/*アクティブクラスがついたら位置を0に*/
#open_navi.panelactive{
top: 0;
}

/*ナビゲーションの縦スクロール*/
#open_navi.panelactive .open_navi_list {
position: fixed;
z-index: 999; 
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#open_navi ul {
/*ナビゲーション天地中央揃え*/
position: absolute;
z-index: 999;
top:50%;
left:50%;
transform: translate(-50%,-50%);
white-space: nowrap;
}

#open_navi ul li a {
padding:10px;
display: block;
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-size: 2.2rem;
color: #fff;
letter-spacing: 0.2em;
transition: all 0.6s ease;
}

#open_navi ul li .ham_menu_ja {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 1.2rem;
letter-spacing: 0.2em;
color: #fff;
position: relative;
padding-left: 10px;
margin-left: 15px;
}
#open_navi ul li .ham_menu_ja::before {
content: "/";
color: #fff;
font-size: 1.2rem;
position: absolute;
left: -5px;
top: -2px;
}

@media all and (max-width : 767px ){

#open_navi ul li a {
padding:10px;
font-size: 1.6rem;
}

#open_navi ul li .ham_menu_ja {
font-size: 1.0rem;
padding-left: 6px;
margin-left: 10px;
letter-spacing: 0.05em;
}
#open_navi ul li .ham_menu_ja::before {
font-size: 1.1rem;
}
}


#open_navi ul li a:hover {
color: #FFFF00;
transition: all 0.6s ease;
}

/* ハンバーガーメニュー */
.openbtn {
display: none; /*はじめは非表示に*/
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 40px;
cursor: pointer;
width: 40px;
height:40px;
mix-blend-mode: exclusion;
}

/* ×に変化 */	
.openbtn span{
display: inline-block;
transition: all .4s ease;
position: absolute;
left: 14px;
height: 2px;
background-color: #fff;
width: 100%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 100%;
background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 100%;
background-color: #fff;
}

@media all and (max-width : 980px ){

.openbtn {
display: block;
top:10px;
right: 10px;
width: 50px;
height:45px;
}
.openbtn span{
width: 45%;
}
.openbtn.active span:nth-of-type(1) {
top: 15px;
left: 11px;
width: 55%;
}
.openbtn.active span:nth-of-type(3){
top: 27px;
left: 11px;
width: 55%;
}
}

@media all and (max-width : 767px ){

.openbtn {
top:10px;
right: 10px;
width: 35px;
height:34px;
}
.openbtn span{
position: absolute;
left: 16px;
height: 1px;
width: 60%;
}
.openbtn span:nth-of-type(1) {
	top:9px;	
}
.openbtn span:nth-of-type(2) {
	top:17px;
}
.openbtn span:nth-of-type(3) {
	top:25px;
}
.openbtn.active span:nth-of-type(1) {
top: 11px;
left: 7px;
width: 60%;
}
.openbtn.active span:nth-of-type(3){
top: 23px;
left: 7px;
width: 60%;
}
}



/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
animation-name: fadeDownAnime;
animation-duration: 0.7s;
animation-fill-mode: forwards;
opacity: 0;
display: block;
}
@keyframes fadeDownAnime{
  from {
 opacity: 0;
	transform: translateY(0px);
  }

  to {
 opacity: 1;
	transform: translateY(0);
  }
}


/*-------------------------------------------------
ページタイトル
-------------------------------------------------*/


.bg_imgbox {
background: url("../img/common/title_bg.jpg") ;
height: 500px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: relative;
margin-top: -100px;
}
.bg_imgbox::before {
content: "";
width: 100%;
height: 500px;
background-color: rgba(0,0,0,0.3);
position: absolute;
left: 0;
top: 0;
}

@media all and (max-width : 820px ){
.bg_imgbox,
.bg_imgbox::before {
height: 400px;
}
}


.page_title {
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-size: 6.0rem;
letter-spacing: 0.05em;
line-height: 100%;
margin-bottom: 10px;
color: #fff;
}
.page_sub_title {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size:2.0rem;
line-height: 100%;
letter-spacing: 0.3em;
color: #fff;
}
.title_box {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
z-index: 2;
}

/*スマートフォン*/

@media all and (max-width : 767px ){

.bg_imgbox {
background: url("../img/common/title_bg_sp.png") ;
height: 220px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.bg_imgbox::before {
height: 220px;
}
.page_title {
font-size: 3.2rem;
letter-spacing: 0.1em;
margin-bottom: 5px;
}
.page_sub_title {
font-size:1.0rem;
}
.title_box {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
z-index: 10;
}
}


/*-------------------------------------------------
パンくず
-------------------------------------------------*/
.pankuzu {
max-width: 980px;
margin: 0 auto;
padding-top: 15px;
display: flex;
}

@media all and (max-width : 980px ){
.pankuzu {
padding-left: 20px;
}
}

@media all and (max-width : 767px ){
.pankuzu {
display: none;
}
}

.p_home,
.p01 {
margin-right: 10px;
}
.p_home a {
font-family: "montserrat", sans-serif;
font-weight: 500;
text-decoration: none;
font-size: 1.2rem;
color: #111;
letter-spacing: 0.1em;
}
.p_home a:hover {
color: #479C29;
text-decoration: underline;
}
.p02 {
font-size: 1.2rem;
padding-top: 2px;
padding-right: 10px;
}
.p02 a {
text-decoration: none;
color: #111;
}
.p02 a:hover {
text-decoration: underline;
color:#B51319 ;
}

/*------------------------------------------------- 
scroll bar
------------------------------------------------- */

.scroll_bar a {
/*display: inline-block;*/
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 2;
padding: 10px 10px 110px;
color: #ddd;
}
.scroll_bar a::after {
content: '';
position: absolute;
bottom: -60px;
left: 50%;
width: 1px;
height: 110px;
background: #ddd;
}
.scroll_bar a::before {
content: '';
position: absolute;
bottom: -60px;
left: 50%;
width: 1px;
height: 110px;
background-color: rgba(140, 158, 173, 0.9);
}
.scroll_bar a::after {
animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media all and (max-width : 767px ){

.scroll_bar a::after {
  bottom: -30px;
  height: 60px;
}
.scroll_bar a::before {
  bottom: -30px;
  height: 60px;
}
}


/*-------------------------------------------------
Contact sec
-------------------------------------------------*/

.sec_contact {
width: 100%;
height: 400px;
background-image: url("../img/common/foot_bg.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: relative;
z-index: 0;
}
.sec_contact::after {
content: "";
display: block;
width: 100%;
height: 400px;
background-color: rgba(0,0,0,0.5);
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

@media all and (max-width : 820px ){
.sec_contact,
.sec_contact::after {
height: 370px;
}
}

.sec_contact_inner {
max-width: 980px;
margin: 0 auto;
padding: 50px 0 40px;
color: #fff;
}
.contact_ttl {
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-size: 6.0rem;
line-height: 100%;
margin-bottom: 30px;
text-align: center;
}
.contact_txt {
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.2em;
text-align: center;
margin-bottom: 35px;
}

@media all and (max-width : 890px ){
.contact_ttl {
font-size: 5.0rem;
}
.contact_txt {
font-size: 1.3rem;
}
}

.c_method_ttl {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 1.8rem;
letter-spacing: 0.2em;
line-height: 100%;
margin-bottom: 20px;
}
.telephone_box,
.form_box {
display: flex;
flex-direction: column;
align-items: center;
}
.c_telephone {
font-family: "cabin-sketch-regular", sans-serif;
font-weight: 400;
font-size: 4.0rem;
letter-spacing: 0;
line-height: 100%;
margin-bottom: 10px;
padding-left: 35px;
background-image: url("../img/common/phone_icon.svg");
background-repeat: no-repeat;
background-position: left center;
}

@media all and (max-width : 890px ){
.c_method_ttl {
font-size: 1.6rem;
}
.c_telephone {
font-size: 3.4rem;
}
}

.clerk_txt {
font-size: 1.2rem;
letter-spacing: 0.1em;
}
.sec_contact .link_btn {  
position: relative; /*矢印の基点とするためrelativeを指定*/
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-size: 1.5rem;
font-weight: 600;
text-decoration: none; /*ボタンの形状*/
display: inline-block;
color:#fff;
padding: 17px 85px 15px 85px;
border: 1px solid #fff;
border-radius:50px;
text-align: center;
outline: none;
transition: ease .3s; /*アニメーションの指定*/
}
.sec_contact .link_btn:hover {
color: #000;
}
.sec_contact .btn_arrow::after{ 
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.sec_contact .btn_arrow:hover::after { 
border-top: 1px solid #000;
border-right: 1px solid #000;
}
.contact_box_wrap {
display: flex;
justify-content: center;
}
.contact_box_wrap li {
padding: 15px 60px 25px;
}
.contact_box_wrap li:first-of-type {
border-right: solid 1px rgba(255,255,255,0.65);
}

@media all and (max-width : 890px ){
.sec_contact .link_btn {  
font-size: 1.4rem;
padding: 15px 65px 13px 65px;
}
.contact_box_wrap li {
padding: 15px 30px 25px;
}
}

@media all and (max-width : 767px ){
.sec_contact {
height: 380px;
background-image: url("../img/common/foot_bg_sp.png");
}
.sec_contact::after {
height: 380px;
}
.sec_contact_inner {
padding: 25px 0 20px;
}
.contact_ttl {
font-size: 2.6rem;
margin-bottom: 10px;
}
.contact_txt {
font-size: 1.0rem;
margin-bottom: 0px;
}
.c_method_ttl {
font-size: 1.3rem;
margin-bottom: 15px;
}
.c_telephone {
font-size: 3.0rem;
}
.clerk_txt {
font-size: 1.0rem;
}
.contact_box_wrap {
display: flex;
justify-content: center;
flex-direction: column;
}
.contact_box_wrap li {
width: 90%;
margin: 0 auto;
padding: 25px 0px 25px;
}
.contact_box_wrap li:first-of-type {
border-right: none;
border-bottom: dotted 1px rgba(255,255,255,0.65);
}
.sec_contact .link_btn {  
font-size: 1.2rem;
padding: 14px 50px 12px 50px;
margin-top: 5px;
}
}


/*------------------------------------------------- 
Footer
------------------------------------------------- */
footer {
width: 100%;
background-color: #F6F6F2;
position: relative;
}
.footer_inner {
max-width: 1260px;
margin: 0 auto;
padding: 50px 0 40px;
}

@media all and (max-width : 1260px ){
.footer_inner {
padding: 50px 20px 40px;
}
}

.foot_box_wrap {
max-width: 1260px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-bottom: 35px;
border-bottom: solid 1px #ddd;
margin-bottom: 20px;
}
.foot_logo {
max-width: 185px;
margin-bottom: 35px;
}
.foot_company_title {
font-size: 1.2rem;
font-weight: 700;
line-height: 100%;
letter-spacing: 0.2em;
margin-bottom: 15px;
}
.foot_addless {
font-size: 1.2rem;
color: #333;
letter-spacing: 0.2em;
margin-bottom: 10px;
}
.foot_access_txt {
font-family: "montserrat", sans-serif;
font-weight: 300;
font-size: 1.0rem;
letter-spacing: 0.1em;
}
.foot_access_txt a {
text-decoration: underline;
color: #111;
}
.foot_access_txt a:hover {
text-decoration: none;
}
.sns_icon {
display: flex;
margin-bottom: 95px;
}
.sns_icon li {
width: auto;
height: 22px;
margin-right: 24px;
transition: 0.5s;
}
.sns_icon li a:hover {
opacity: 0.8;
transition: 0.5s;
}
.copyright {
font-family: "montserrat", sans-serif;
font-weight: 300;
font-size: 1.0rem;
letter-spacing: 0.1em;
display: block;
color: #222;
}
.foot_box_right {
display: flex;
flex-direction: column;
align-items: flex-end;
}


/* スマートフォン */
@media all and (max-width : 767px ){
.footer_inner {
padding: 25px 20px 10px;
}
.foot_box_wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
padding-bottom: 15px;
}
.foot_box_left {
display: flex;
flex-direction: column;
align-items: center;
}
.foot_logo {
max-width: 155px;
margin-bottom: 15px;
}
.foot_addless {
font-size: 1.1rem;
letter-spacing: 0.2em;
margin: 0 0 5px 0px;
}
.foot_access_txt {
margin-bottom: 15px;
}

.sns_icon {
display: flex;
justify-content: center;
margin-bottom: 10px;
}
.sns_icon li {
height: 16px;
margin: 0 10px;
}
.copyright {
font-size: 0.9rem;
letter-spacing: 0;
text-align: center;
}
.foot_box_right {
display: flex;
align-items: center;
}
}


/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

body {
background-color: #fff;
}
.content {
margin: 70px 0 80px;
}
.box_s {
max-width: 980px;
margin: 0 auto;
}
.box_m {
max-width: 1260px;
margin: 0 auto;
}
.box_l {
width: 100%;
margin: 0 auto;
}

@media screen and (max-width : 820px ){
.content {
margin: 60px auto 60px;
}
.box_s,
.box_m {
padding: 0 20px;
}
}

@media all and (max-width : 767px ){
.content {
margin: 45px auto 20px;
}
}

/*-------------------------------------------------
	 pager
-------------------------------------------------*/

.pager {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 60px;
 text-align: center;
}
.pager > * {
 margin: 0 5px;
 padding: 8px 14px;
 font-family: 'Barlow', sans-serif;
	font-weight: 400;
 color: #333;
 text-align: center;
}
.pager a {
 background-color: #fff;
 border: 1px solid #ddd;
}
.pager a:hover, .pager span {
 background-color: #111;
 color: #fff !important;
}
.pager span {
 display: flex;
 align-items: center;
}
.pager span.pn, .pager span.previous, .pager > span.next {
 padding: 0 2px;
 background: transparent !important;
 border: none;
 color: #333 !important;
}
.pager span.previous a:hover, .pager span.next a:hover {
 color: #5F5C07 !important;
}
.pager span.pn a, .pager span.previous a, .pager span.next a {
 position: static;
 display: inline-block;
 padding: 5px 0;
 color: #333 !important;
 background: transparent !important;
 border: none;
 font-size: 1.2rem;
}
@media screen and (max-width:767px) {
 .pager {
  margin-top: 30px;
 }
 .pager > * {
  margin: 0 2px 0;
  padding: 4px 10px;
 }
 .pager a, .pager span {
  font-size: 1.2rem;
 }
 .pager span.pn a, .pager span.previous a, .pager span.next a {
  display: inline-block;
  padding: 10px 0;
  position: static;
  border: none;
  background: transparent !important;
 }
}


/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 45px;
height: 45px;
position: fixed;
right: 20px;
bottom: 80px;
background: #479C29;
border-radius: 50px;
opacity: 0.9;
z-index: 999;
}
.page_top a{
position: relative;
display: block;
width: 45px;
height: 45px;
text-decoration: none;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}


/*-------------------------------------------------
btn
-------------------------------------------------*/

/* ボタン共通設定 */
.link_btn {  
position: relative; /*矢印の基点とするためrelativeを指定*/
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-size: 1.6rem;
font-weight: 600;
text-decoration: none; /*ボタンの形状*/
display: inline-block;
color:#111;
padding: 18px 100px 15px 100px;
border: 1px solid #45403f;
border-radius:50px;
text-align: center;
outline: none;
transition: ease .3s; /*アニメーションの指定*/
}
.link_btn_s {  
position: relative; /*矢印の基点とするためrelativeを指定*/
font-family: "cabin-sketch-regular", sans-serif;
font-weight: 400;
font-size: 1.6rem;
text-decoration: none; /*ボタンの形状*/
display: inline-block;
color:#111;
padding: 10px 70px 8px 70px;
border: 1px solid #45403f;
border-radius:50px;
text-align: center;
outline: none;
transition: ease .3s; /*アニメーションの指定*/
}
.link_btn:hover,
.link_btn_s:hover {
background:#FFEF00;
border: 1px solid #FFEF00;
transition: ease .3s;
}
.btn_arrow::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:42%;
right: 20px;
width: 8px; /*矢印の形状*/
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow_s::after { /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:42%;
right: 20px;
width: 6px; /*矢印の形状*/
height: 6px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after,
.btn_arrow_s:hover::after { /*hoverした際のアニメーション*/
right: 15px;
transition: .3s;
}


@media all and (max-width : 767px ){
.link_btn {  
font-size: 1.2rem;
font-weight: 700;
padding: 10px 40px 10px 40px;
}
.btn_arrow::after{ 
top:42%;
right: 15px;
width: 6px; /*矢印の形状*/
height: 6px;
}
.link_btn_s {  
font-size: 1.2rem;
font-weight: 400;
padding: 8px 35px 6px 35px;
}
.btn_arrow_s::after{ 
top:40%;
right: 15px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}