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

body {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-size:1.4rem;
line-height:1.6;
color:#111;
-webkit-text-size-adjust:100%;
letter-spacing: 0.1em;
background: #00A469;
}
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: #fff;/*下線の色*/
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: #7AB800;
color: #fff;
}

/*Firefox*/
::-moz-selection {
background: #7AB800;
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;
}
}

/*-------------------------------------------------
wrapper
-------------------------------------------------*/

.wrapper {
background-image: url("../img/common/main_bg.png");
background-repeat: no-repeat;
background-position: left 203%;
background-size: contain;
position: relative;
}
.wrapper::before {
content: "";
display: block;
background-color: #F3F8FB;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

@media all and (max-width : 767px ){
.wrapper {
background-image: none;
z-index: 5;
}
.wrapper::before {
height: 90%;
}
}


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

header {
position: relative;
width: 100%;
height: 80px;
}

@media all and (max-width : 820px ){
header {
height: 45px;
}
}

@media all and (max-width : 767px ){
header {
height: 45px;
}
}

.gnav {
width: 100%;
}
.gnav_menu {
height: 80px;
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
font-size: 1.6rem;
letter-spacing: 0.05em;
line-height: 100%;
color: #51656F;
display: flex;
justify-content: flex-end;
align-items: center;
}
.gnav_menu li a {
margin-right: 50px;
transition-duration: 0.7s;
white-space: nowrap;
}
.gnav_menu li a:hover {
color: #7AB800;
transition-duration: 0.7s;	
}
.gnav_menu .menu_coop a {
width: 225px;
height: auto;
margin-right: 20px;
transition-duration: 0.7s;	
}
.gnav_menu .menu_coop a:hover {
opacity: .8;
transition-duration: 0.7s;	
}


@media all and (max-width : 1366px ){
.gnav_menu {
font-size: 1.4rem;
letter-spacing: 0;
}
.gnav_menu li a {
margin-right: 25px;
}
}

@media all and (max-width : 1024px ){
.gnav_menu {
font-size: 1.3rem;
}
.gnav_menu li a {
margin-right: 15px;
}
}

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


/*-------------------------------------------------
header_change
-------------------------------------------------*/

.header_change {
background-color: rgba(255,255,255,0.80);
backdrop-filter: blur(5px);
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0 8px 20px;
position: fixed;
top: -114px;
transition: .5s;
width: 100%;
z-index: 98;
}
.header_change .change_logo {
max-width: 230px;
height: auto;
}

@media all and (max-width : 820px ){
.header_change .change_logo {
max-width: 180px;
}
}

@media all and (max-width : 767px ){
.header_change .change_logo {
max-width: 150px;
height: auto;
}
.header_change{
padding: 16px 10px 16px 10px;
position: fixed;
top: -114px;
}
}

.header_change.show{
top: 0;
}
.header_change .gnav_menu {
display: flex;
align-items: center;
}
.header_change .gnav_menu_item {
font-family: "Zen Maru Gothic", sans-serif;
font-size: 1.6rem;
line-height: 100%;
margin-left: 30px;
letter-spacing: 0.05em;
}



@media all and (max-width : 1260px ){
.header_change .gnav_menu_item {
font-size: 1.4rem;
margin-left: 25px;
letter-spacing: 0.1em;
white-space: nowrap;
}
}

@media all and (max-width : 1024px ){
.header_change .gnav_menu_item {
font-size: 1.3rem;
margin-left: 20px;
}
}

@media all and (max-width : 980px ){
.header_change .gnav_menu_item {
font-size: 1.2rem;
margin-left: 10px;
}
}

.header_change .gnav_menu_item a {
color: #51656F;
font-weight: 700;
position: relative;
transition-duration: 0.7s;	
}
.header_change .gnav_menu_item a:hover {
color: #7AB800;
transition-duration: 0.7s;	
}
.header_change .gnav_menu_item a::after {
position: absolute;
left: 50%;
content: '';
width: 10px;
height: 1px;
background: #F7DF85;
bottom: -18px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.header_change .gnav_menu_item a:hover::after {
visibility: visible;
bottom: -10px;
opacity: 1;
}


@media all and (max-width : 820px ){
.header_change {
display: none;
}
.gnav {
display: none;
}
}


/*-------------------------------------------------
sec_title_imgbox
-------------------------------------------------*/

.sec_title_imgbox {
position: relative;
}
.header_logo {
position: absolute;
left: 50px;
top: 0;
max-width: 330px;
height: auto;
z-index: 5;
}
.header_logo img {
width: 100%;
}

@media all and (max-width : 1260px ){
.header_logo {
max-width: 220px;
}
}

@media all and (max-width : 820px ){
.header_logo {
max-width: 180px;
position: absolute;
left: 20px;
top: -30px;
}
}

@media all and (max-width : 767px ){
.header_logo {
max-width: 160px;
position: absolute;
left: 10px;
top: -40px;
}
}

.titlebox_wrap {
align-items: center;
z-index: 1;
position: relative;
}
.lower .title_imgbox {
position: relative;
overflow: hidden;
}
.lower .title_imgbox::after {
content: "";
display: block;
width: 100%;
padding-top: 45.340%;
border-radius: 3rem 0 0 3rem; 
background-color: #000;
opacity: .2;
position: absolute;
left: 0;
top: 0;
}

@media only screen and (min-width: 768px) {
.lower .title_imgbox {
padding-top: 45.340%;
width: 78.203%;
margin-right: 0;
margin-left: auto;
margin-bottom: 0;
}
}

.lower .title_imgbox img {
width: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 3rem 0 0 3rem;
}
.box_main_st.color {
overflow: hidden;
z-index: 3;
}

@media all and (max-width : 767px ){
.lower .title_imgbox {
overflow: visible;
width: 100%;
height: 180px;
object-fit: cover;
margin-right: 0;
margin-left: auto;
margin-bottom: 0;
}
.lower .title_imgbox img {
border-radius: 0;
}
.lower .title_imgbox::after {
border-radius: 0; 
}
}

@media only screen and (min-width: 768px) {
.box_main_st  {
width: 21.797%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
left: 0;
top: 35%;
}
}

@media all and (max-width : 767px ){
.box_main_st  {
width: 0%;
position: absolute;
left: 0;
top: 87%;
}
}

.st_main {
text-align: left;
}

@media only screen and (min-width: 821px) {
.st_main {
width: 400%;
z-index: 2;
padding-left: 5em;
}
}

@media only screen and (max-width: 820px) {
.st_main {
padding-left: 2em;
}
}


@media only screen and (max-width: 767px) {
.st_main {
padding-left: 1em;
}
}

.tmp_st_title .en {
text-transform: uppercase;
font-family: "brandon-grotesque", sans-serif;
font-weight: 300;
font-style: normal;
line-height: 100%;
}

@media only screen and (min-width: 1260px) {
.tmp_st_title .en {
font-size: 720%;
}
}

.c_sax {
color: #8fcff3;
}
.c_purple {
color: #aba1e0;
margin-left: 1rem;
}
.box_main_st .jp {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
color: #51656F;
letter-spacing: 0.1em;
margin-left: 4em;
}

@media only screen and (min-width: 1260px) {
.box_main_st .jp {
font-size: 140%;
}
}

@media all and (max-width : 1259px ){
.box_main_st .jp {
font-size: 120%;
white-space:nowrap; 
}
}

@media all and (max-width : 820px ){
.box_main_st .jp {
font-size: 1.0rem;
margin-left: 3em;
}
}

@media all and (max-width : 767px ){
.box_main_st .jp {
color: #fff;
margin-left: 2em;
}
}

.box_main_st.white {
overflow: visible;
z-index: 2;
}
.box_main_st.white::before {
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
background-color: #F3F8FB;
}
.box_main_st.white .st_main {
color: #fff;
}


@media only screen and (min-width: 1024px) and (max-width: 1259px) {
.tmp_st_title .en {
font-size: 600%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.tmp_st_title .en {
font-size: 400%;
}
}

@media all and (max-width : 767px ){
.tmp_st_title .en {
font-size: 300%;
}
}


/*-------------------------------------------------
scroll down
-------------------------------------------------*/

.scroll_box {
position: absolute;
left: 4.76562vw;
bottom: 6.5vw;
padding: 1rem;
background-color: transparent;
border-radius: 50%;
transition: opacity .8s ease-out 1s;
}

@media all and (max-width : 1440px ){
.scroll_box {
position: absolute;
bottom: 5.2vw;
}
}

@media all and (max-width : 1024px ){
.scroll_box {
position: absolute;
bottom: 3.0vw;
}
}

@media only screen and (max-width: 767px) {
.scroll_box {
left: 10px;
bottom: -110px;
display: none;
}
}

.scroll_box .circle .c-svg {
width: 13.5rem;
animation: rotateAnimation 10s linear infinite;
}

@keyframes rotateAnimation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

@media all and (max-width : 1440px ){
.scroll_box .circle .c-svg {
width: 11.5rem;
}
}

@media all and (max-width : 1260px ){
.scroll_box .circle .c-svg {
width: 10.5rem;
}
}

@media all and (max-width : 1024px ){
.scroll_box .circle .c-svg {
width: 9.5rem;
}
}


@media only screen and (max-width: 767px) {
.scroll_box .circle .c-svg {
width: 5rem;
}
}

.scroll_box .circle .c-svg_inner {
padding-top: 0px;
}

.scroll_box .arrow {
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
padding: 1.8rem;
border-radius: 50%;
transform: translate(-50%,-50%);
}

@media only screen and (max-width: 767px) {
.scroll_box .arrow {
padding: 1rem;
}
}

.scroll_box .arrow .c-svg {
width: 4.7rem;
animation: kf-scroll-arrow 2s ease-in-out 0s infinite normal both;
}

@media all and (max-width : 1440px ){
.scroll_box .arrow .c-svg {
width: 5.0rem;
}
}

@media all and (max-width : 1260px ){
.scroll_box .arrow .c-svg {
width: 4.0rem;
}
}

@media all and (max-width : 1024px ){
.scroll_box .arrow .c-svg {
width: 3.0rem;
}
}

@media only screen and (max-width: 767px) {
.scroll_box .arrow .c-svg {
width:2.4rem;
}
}

@keyframes kf-scroll-arrow {
0% {
transform: translateY(0)
}

20% {
transform: translateY(0)
}

50% {
transform: translateY(170%)
}

50.01% {
transform: translateY(-170%)
}

90% {
transform: translateY(0)
}

100% {
transform: translateY(0)
}
}


/*-------------------------------------------------
サイドメニュー
-------------------------------------------------*/

.fix_menu {
position: fixed;
top: 20%;
right: 0;
z-index: 99;
}

@media all and (min-width : 1920px ){
.fix_menu {
position: fixed;
top: 28%;
}
}

@media all and (max-width : 1260px ){
.fix_menu {
position: fixed;
top: 15%;
}
}

@media all and (max-width : 980px ){
.fix_menu {
position: fixed;
top: 10%;
}
}

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

.fix_menu ul li a {
height: 16rem;
width: 4.5rem;
display: table-cell;
color: #444;
font-size: 1.3rem;
font-weight: 700;
letter-spacing: 0.2em;
text-align: center;
line-height: 1;
vertical-align: middle;
border-radius: 4px 0 0 4px;
transition-duration: 0.5s;	
}
.fix_menu ul li a>span {
display: block;
padding: 2rem 0 0;
}
.fix_menu ul li a span span {
display: inline-block;
writing-mode: vertical-rl;
}
.fix_menu ul li:first-of-type a {
background: #FFE34D;
}
.fix_menu ul li:first-of-type a:hover {
background: #F8C11C;
transition-duration: 0.5s;	
}
.fix_menu ul li:first-of-type a>span {
background: url("../img/common/icon_contact.svg") no-repeat center top;
}

/*-------------------------------------------------
sp_menu
-------------------------------------------------*/

#sp_menu {
display: none;
}

@media all and (max-width : 767px ){
#sp_menu {
display: block;
position: fixed;
bottom: -53px;
left: 0;
width: 100%;
z-index: 999;
transition: 0.5s;
}
#sp_menu.is-show {
bottom: -1px;
}
#sp_menu ul {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
#sp_menu li {
width: 50%;
font-size: 1.3rem;
padding: 20px 25px 12px;
text-align: center;
letter-spacing: 0.1em;
}
.sp_contact {
background-color: #FFE34D;
background-image: url("../img/common/icon_contact.svg");
background-repeat: no-repeat;
background-position: 28px 23px;
color: #444;
}
.sp_official {
background-color: #6DBE45;
background-image: url("../img/common/icon_web.svg");
background-repeat: no-repeat;
background-position: 30px 20px;
color: #fff;
}
}



/*-------------------------------------------------
パンくず 
-------------------------------------------------*/

.pankuzu {
padding-right: 10px;
display: flex;
justify-content: flex-end;
font-family: "Zen Maru Gothic", sans-serif;
color: #fff;
font-weight: 500;
font-size: 1.3rem;
position: absolute;
right: 0;
bottom: 17%;
}

@media screen and (max-width: 1260px) {
.pankuzu {
margin-left: 20px;
}
}

@media all and (max-width : 1260px ){
.pankuzu {
font-size: 1.2rem;
position: absolute;
right: 0;
bottom: 14%;
}
}

.p_home,
.p01 {
margin-right: 10px;
}
.p_home a {
text-decoration: none;
letter-spacing: 0.1em;
}
.p02 {
padding-right: 10px;
}
.p02 a {
text-decoration: none;
}

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


/*------------------------------------------------- 
Footer
------------------------------------------------- */

footer {
position: relative;
z-index: 4;
width: 100%;
background: #483F2A;
}
footer:after {
content: "";
display: block;
width: 100%;
height: 60px;
position: absolute;
left: 0;
top: -60px;
background: url(../img/common/footer_head_bg.png) repeat-x left top;
}
.footer_inner {
padding: 0px 0 10px;
}
.footer_inner .box_m {
display: flex;
flex-direction: column;
align-items: center;
}
.foot_logo {
max-width: 264px;
height: auto;
margin-bottom: 15px;
}


@media all and (max-width : 1024px ){
.foot_logo {
max-width: 240px;
margin-bottom: 20px;
}
}

.foot_logo img {
width: 100%;
}
.foot_sns_list {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.foot_sns_list li a {
width: 20px;
height: auto;
margin-right: 20px;
transition: ease .5s;
}
.foot_sns_list li a:hover {
transition: ease .5s;
opacity: 0.5;
}
.copyright {
font-family: "Quicksand", sans-serif;
font-weight: 400;
color: #fff;
font-size: 1.0rem;
letter-spacing: 0.1em;
display: block;
}


@media all and (max-width : 767px ){
footer:after {
width: 100%;
height: 26px;
position: absolute;
left: 0;
top: -26px;
background-size: 860px auto;
}
.footer_inner {
padding: 20px 0 62px;
}

.foot_logo {
max-width: 200px;
margin-bottom: 10px;
}
.foot_council {
font-size: 1.1rem;
letter-spacing: 0.2em;
margin-bottom: 10px;
}
.foot_addless span {
display: none;
}
.foot_addless {
font-size: 1.0rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.copyright {
font-size: 1.0rem;
text-align: center;
}
}


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

.main {
background: #00A469;
position: relative;
margin-top: -50px;
z-index: 4;
}

@media all and (min-width : 1537px ){
.main {
margin-top: -100px;
}
}

@media all and (max-width : 1024px ){
.main {
margin-top: -20px;
}
}

.content {
padding: 0px 0 100px;
}

@media all and (max-width : 767px ){
.content {
padding: 70px 0 50px;
}
}

.box_s {
max-width: 980px;
margin: 0 auto;
}

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

.box_m {
max-width: 1260px;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.box_m {
padding: 0 20px;
}
}

.box_l {
max-width: 1536px;
margin: 0 auto;
}

@media all and (max-width : 1536px ){
.box_l {
padding: 0 20px;
}
}


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

.page_top {
width: 48px;
height: 48px;
position: fixed;
right: 20px;
bottom: 140px;
background: #FFE34D;
opacity: 0.9;
z-index: 999;
border-radius: 50px;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #444;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

@media screen and (max-width: 767px) {
.page_top a {
width: 40px;
height: 40px;
}
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 205px;
}
}


/*-------------------------------------------------
btn ボタン共通設定 
-------------------------------------------------*/

/* ボタン共通設定 */
.link_btn {  
position: relative; 
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
font-size: 1.5rem;
letter-spacing: 0.1em;
border-radius: 50px;
text-decoration: none; 
display: inline-block;
color:#fff;
padding: 17px 100px 17px 100px;
background-color: #A99B7E;
text-align: center;
outline: none;
transition: ease .3s; 
}
.link_btn:hover {
background:#FFE34D;
color:#444;
transition: ease .3s;
}
.btn_arrow::after {
content: '';
position: absolute;
top:44%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { 
right: 15px;
transition: .3s;
border-top: 1px solid #444;
border-right: 1px solid #444;
}
.link_btn_box {
display: flex;
justify-content: center;
}

@media all and (max-width : 767px ){
.link_btn {  
font-size: 1.1rem;
font-weight: 700;
padding: 10px 40px 10px 40px;
}
.btn_arrow::after { 
top:44%;
right: 15px;
width: 6px; 
height: 6px;
}
}


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

.pager {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
text-align: center;
}

@media all and (max-width : 820px ){
.pager {
margin-top: 30px;
}
}

.pager > * {
margin: 0 5px;
padding: 8px 14px;
font-family: "Quicksand", sans-serif;
font-weight: 500;
color: #333;
text-align: center;
}
.pager a {
background-color: #fff;
}
.pager a:hover, .pager span {
background-color: #FFE34D;
color: #555 !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: 0px;
}
.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;
}
}

.wp-pagenavi {
display: flex;
align-items: center;
justify-content: center;
margin-top: 60px;
text-align: center;
}
.wp-pagenavi > * {
margin: 0 5px;
padding: 8px 14px !important;
color: #333;
text-align: center;
}
.wp-pagenavi a {
background-color: #fff;
border: 1px solid #ddd;
}
.wp-pagenavi a:hover, .pager span {
background-color: #FFE34D;
color: #555 !important;
}
.wp-pagenavi span {
display: flex;
align-items: center;
}
.wp-pagenavi span.pn, .wp-pagenavi span.previous, .wp-pagenavi > span.next {
padding: 0 2px;
background: transparent !important;
border: none;
color: #333 !important;
}
.wp-pagenavi span.previous a:hover, .wp-pagenavi span.next a:hover {
color: #5F5C07 !important;
}
.wp-pagenavi span.pn a, .wp-pagenavi span.previous a, .wp-pagenavi 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) {
.wp-pagenavi {
margin-top: 30px;
}
.wp-pagenavi > * {
margin: 0 2px 0;
padding: 4px 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
font-size: 1.2rem;
}
.wp-pagenavi span.pn a, .wp-pagenavi span.previous a, .wp-pagenavi span.next a {
display: inline-block;
padding: 10px 0;
position: static;
border: none;
background: transparent !important;
}
}