@charset "UTF-8";


/*-----------------------------------
-------------   リセットCSS  -----------
------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  color: #000;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

img,
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 1.6rem;
  overflow-x: hidden;
}

main {
  padding-top: 75px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}

main h2 {
  font-size: 6.0rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
}

main h3 {
  font-size: 3.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

p {
  line-height: 2.2;
  margin-bottom: 20px;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  transition: all ease 0.3s;
  outline: none;
}

a:hover {
  color: #8c8d94;
}

[id^="ref_"] {
  scroll-margin-top: 1.3020833333vw;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.font-red {
  color: #CD4C4C;
}

.bg-gr-lr {
  background: #006441;
}

.bg-gr-rl {
  background: -moz-linear-gradient(left, #248000, #006441);
  background: -webkit-linear-gradient(left, #248000, #006441);
  background: linear-gradient(to right, #248000, #006441);
}

.fl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fl-ju-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.fl-bt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl-sa {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.fl-wr {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.fl-ju-st {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.fl-st {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.fl-c {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fl-ju-c {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.arrow {
  position: relative
}

.arrow-right::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-top: 2px solid #006987;
  border-right: 2px solid #006987;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  right: 4%;
  top: 50%;
}

.arrow-up::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  box-sizing: border-box;
  left: 50%;
  top: 0px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-img {
  display: none;
}

.t-center {
  text-align: center;
}

.t-bold {
  font-weight: bold;
}

.t-green {
  color: #006341;
}

.t-white {
  color: #fff;
}

.t-gray {
  color: #F5F5F5
}

.t-mont {
  font-family: 'Montserrat', sans-serif;
}

.b-shadow {
  box-shadow: 0 0 20px -13px rgba(0, 0, 0, 0.4);
}

.t-note-num {
  font-size: 1.0rem;
  vertical-align: top;
  padding-left: 4px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  height: auto !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 1260px) {
  .wrapper {
    max-width: 100%;
    width: 94%;
  }
}


@media screen and (max-width: 768px) {
  main h2 {
    font-size: 4.0rem;
  }
  
  main h3 {
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .fl-md {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }

  .fl-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fl-end-md {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fl-bt-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fl-wr-md {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .fl-st-md {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }

  .fl-c-md {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .fl-alst-md {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .fl-ju-c-md {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  a[href^="tel:"] {
    cursor: default;
    pointer-events: auto;
  }

  .wrapper {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 1.5rem;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }
}

/*------header_nav------*/
#nav_toggle,
.sp_header,
.sp_nav,
.sp_nav_r {
  display: none;
}

#header_nav .logo {
  width: 151px;
  margin: 38px auto 0 auto;
}

#header_nav {
  position: fixed;
  width: 100%;
  z-index: 600;
  transition: all 1s ease;
  background-color: #fff;
  position: relative;
}

#header_nav>div {
  z-index: 200;
  align-items: center;
}

#header_nav .l-nav {
  padding: 15px;
}

#header_nav .r-nav {
  font-size: 1.2rem;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 28px;
  width: 350px;
}

#header_nav .r-nav .sub_nav li {
  margin-right: 0;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #5D5F68;
  padding: 0 13px;
}

#header_nav .r-nav li.lang a {
  margin: 0 2px;
}

#header_nav .r-nav .lang.choice a {
  color: #fff;
  background-color: #004b16;
  border-radius: 5px;
}

#header_nav .r-nav .sub_nav li a:hover {
  opacity: 0.8;
}

#header_nav .r-nav .sub_nav li.recruit {
  background-image: url(img/nav-icon01.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 15px;
}

#header_nav .r-nav .sub_nav li.sns {
  margin-right: 0;
  line-height: 1.5;
  text-align: center;
  border-right: none;
  padding: 0 0 0 10px;
}

#header_nav .r-nav .nav_coantact {
  margin-left: 42px;
}

#header_nav .r-nav .nav_coantact a {
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

#header_nav .r-nav .nav_coantact .btn01 a {
  background-color: #D4989C;
  background-image: url(img/nav-icon04.png);
  background-repeat: no-repeat;
  background-position: top 18px center;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 20px;
}

#header_nav .r-nav .nav_coantact .btn01 a:hover {
  background-color: #e0787f;
}

#header_nav .r-nav .nav_coantact .btn02 a {
  background-color: #C36A7C;
  background-image: url(img/nav-icon05.png);
  background-repeat: no-repeat;
  background-position: top 15px center;
  border-radius: 0 0 20px 0;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 10px;
}

#header_nav .r-nav .nav_coantact .btn02 a:hover {
  background-color: #d86179;
}

#header_nav ul.pc_nav>li a {
  font-size: 1.2rem;
  display: block;
  transition: .5s;
  position: relative;
  color: #000;
  text-align: center;
  padding: 4px 8px;
  font-weight: 600;
  margin: 0 25px 0 0;
}

#header_nav ul.pc_nav>li a:hover {
  color: #C36A7C;
}

/*------sub_menu------*/

.menu>li.menu__multi {
  position: relative;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

.menu>li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 69px;
  left: -50px;
  width: 300px;
  background-color: #F39800;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 2em;
}

li.menu__multi:hover ul.menu__second-level {
  top: 69px;
  visibility: visible;
  opacity: 1;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li {
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all .2s ease;
  background-color: #F39800;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li a {
  display: block;
  position: relative;
  padding: 0.8em 1em;
  font-size: 15px;
  color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255 182 61) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgb(255 182 61) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  margin-top: 0;
  border-left: none;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li a:hover {
  color: #fff;
  background-color: #FFB63D;
  background-position: -100% 100%;
  opacity: 1;
}

li.menu__multi ul.menu__second-level li:last-child a {
  border-bottom: none;
}

li.menu__multi ul.menu__second-level li a::after {
  display: none;
}


li.menu__multi ul.menu__second-level li ul.menu__third-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  width: 280px;
  background-color: #F6697A;
  transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.second {
  top: 50px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.third {
  top: 102px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.fourth {
  top: 153px;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
  visibility: visible;
  opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
  position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
  background-color: rgba(255, 255, 255, 0.9);
}


/*------header_nav------*/

#header_nav .log img {
  width: 100%;
}

.r-nav {
  margin-right: 5.5em;
}

#header_nav .r-nav .nav_coantact .btn02 a {
  border-radius: 0;
}

#nav_toggle,
#sp_header {
  display: block !important;
}

.sp_nav_r {
  display: block;
}

.menu>li.menu__multi a {
  display: none !important;
}

#header_nav {
  position: fixed;
  width: 100%;
  z-index: 600;
  transition: all 1s ease;
  height: 75px;
}

header .header_logo a {
  margin-top: 4px;
  margin-left: 10px;
}

.fl-btn img {
  width: 100%;
}

.sp_nav_r a {
  width: 50%;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.sp_nav_r a img {
  width: 100%;
  margin-left: 100%;
}

.bottombtn {
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.bottombtn.isActive {
  opacity: 1;
  transition: all 0.5s;
}

.bottombtn li {
  width: 50%;
}

.bottombtn li img {
  width: 100%;
}

/*------ハンバーガーメニュー------*/
.sp_nav {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 400;
  padding-bottom: 40px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

/* ===== SP ナビ：右から左にスライド ===== */
.sp_nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  /* 好きな幅（100%でもOK） */
  max-width: 360px;
  height: 100vh;
  background-color: #fff;
  z-index: 400;
  overflow-y: auto;

  /* 初期状態：画面外（右） */
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

/* open時：表示 */
#site_header.open .sp_nav {
  transform: translateX(0);
}

/*--------開閉ボタン--------*/
#nav_toggle {
  position: fixed;
  display: block;
  top: 25px;
  right: 10px;
  height: 58px;
  width: 60px;
  padding: 0px 13px 0;
  margin-left: auto;
  z-index: 999;
  text-align: center;
  cursor: pointer;
}

#nav_toggle div {
  position: relative;
  width: 30px;
  height: 30px;

}

#nav_toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #5D5F68;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#nav_toggle .text {
  color: #979797;
  font-weight: bold;
}

#nav_toggle span:nth-child(1) {
  top: 0px;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 22px;
}

/*--------開閉ボタンopen時--------*/
.open #nav_toggle span {
  background: #fff;
}

.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*--------アコーディオンメニュー--------*/
.acMenu {
  width: 95%;
  padding-top: 90px;
  padding-bottom: 20px;
  padding-left: 85px;
  padding-right: 95px;
  margin: 0 auto;
}

.acMenu a {
  display: block;
  text-align: left;
  padding: 1em 0;
  color: #fff;
}

.acMenu li p.click {
  padding: 1.5em;
}

.acMenu li ul {
  margin: 0 auto;
}

.menu-ttl {
  text-align: left;
  padding: 1em .5em;
}

.acMenu3 {
  background-color: #DEDEDE;
}

.sub-menu-ttl {
  border-bottom: 1px solid #fff;
  text-align: left;
  background-color: #EFEFEF;
}

.sub-menu-ttl:last-child {
  border-bottom: none;
}

.acMenu dt.click:before {
  content: "\f0da";
  font-size: 17px;
  font-family: fontAwesome;
  margin-right: 6px;
}

.acMenu dt.click.open:before {
  content: "\f0d7";
  font-family: fontAwesome;
  margin-right: 6px;
}

.sub-menu-ttl.click:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 6px;
}

.sub-menu-ttl.click.openAcd:before {
  content: "\f0d7";
  font-family: fontAwesome;
  margin-right: 6px;
}

body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* 暗さ調整 */
  z-index: 650;
}

.sp-lang {
  display: none;
}


@media screen and (max-width: 1000px) {
  .r-nav {
    display: none;
  }
}


@media screen and (max-width: 560px) {
  header {
    height: auto;
  }

  header .logo {
    width: 50%;
  }

  #header_nav {
    border-radius: 0 0 10px 10px;
  }

  #header_nav .r-nav .nav_coantact a {
    width: 60px;
    height: 60px;
  }

  #nav_toggle div {
    width: 50px;
    height: 30px;
  }

  #nav_toggle div {
    width: 42px;
    height: 22px;
  }

  #nav_toggle {
    top: 35px;
  }

  .sp_nav {
    width: 100%;
    max-width: 100%;
  }

  .sp-lang {
    display: block;
    position: absolute;
    top: 1em;
    left: 2em;
  }

  .sp-lang {
    display: block;
    position: absolute;
    top: 1.5em;
    left: 2em;
  }

  .sp-lang a {
    font-size: 1.2rem;
    display: block;
    transition: .5s;
    position: relative;
    color: #000;
    text-align: center;
    padding: 4px 8px;
    font-weight: 600;
    margin: 0 25px 0 0;
  }

  .sp-lang .lang.choice a {
    color: #fff;
    background-color: #004b16;
    border-radius: 5px;
  }
}


/*footer*/
footer {
  padding-top: 100px;
}

footer .wrapper {
  width: 1220px;
}

footer .footer-con {
  background-image: url("img/footer-l.png"), url("img/footer-r.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  padding-bottom: 120px;
}

footer .footer-con ul {
  margin-bottom: 100px;
}

footer .footer-con ul li {
  transition: all ease 0.3s;
}

footer .footer-con ul li:hover {
  opacity: 0.8;
}

footer .footer-con h2 {
  text-align: center;
  margin-bottom: 65px;
}

footer .footer-con .indta {
  text-align: center;
}

footer .footer-nav {
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

footer .footer-nav ul {
  display: flex;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  margin-top: 8px;
}

footer .footer-nav ul li {
  margin-left: 40px;
}

@media screen and (max-width: 1260px) {
  footer .footer-con {
    background-size: 45%;
  }

  footer .wrapper {
    width: 92%;
    margin: 0 auto;
  }

  footer .footer-con ul li {
    width: 49%;
  }

  footer .footer-con ul li img {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  footer .footer-con {
    padding-bottom: 80px;
  }

  footer .footer-con ul.fl {
    display: block;
  }

  footer .footer-con ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .footer-nav {
    display: block;
    text-align: center;
  }

  footer .footer-nav ul {
    display: none;
  }

  footer .footer-con h2 img{
    width: 186px;
    height: auto;
  }
}

/*cookie*/

.cookie_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  background-color: rgba(0, 56, 44, 0.8);
  padding: 0 1.2em;
  box-sizing: border-box;
  visibility: visible;
  transition: .5s;
  z-index: 200;
  color: #fff;
}

.cookie_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 1em;
}

.cookie_txt {
  width: 80%;
  line-height: 140%;
}

.cookie_txt a {
  text-decoration: underline;
  color: #fff;
}

.cookie_close_btn {
  margin-top: 10px;
}

.cookie_close {
  margin: 0 auto;
}

.cookie_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em 2em;
  text-decoration: none;
  background: #fff;
  color: #006140;
  font-weight: 700;
  border-radius: 60px;
}

#wrapper {
  overflow: hidden;
}

html.overflow {
  overflow: hidden;
}


.cookie_wrap button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  font-size: 2.0rem;
  border: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.cookie_wrap button {
  overflow: visible;
}

.cookie_wrap button {
  text-transform: none;
}

.cookie_wrap button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cookie_wrap button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

.cookie_wrap button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.cookie_wrap button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


@media screen and (max-width: 980px) {
  .cookie_wrap {
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 580px) {
  .cookie_txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
  }

  .cookie_close {
    width: 80%;
  }
}



@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.2s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.2s;
}

.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinup {
  animation-name: fade-inup;
  animation-duration: 1s;
  /*アニメーション時間*/
  animation-timing-function: ease-out;
  /*アニメーションさせるイージング*/
  animation-delay: .1s;
  /*アニメーション開始させる時間*/
  animation-iteration-count: 1;
  /*繰り返し回数*/
  animation-direction: normal;
  /*往復処理をするかどうか*/
  animation-fill-mode: backwards;
  /*アニメーション後のスタイル*/
}

@keyframes fade-inup {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1.2s;
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.sp_nav {
  display: block;
  width: 100%;
  max-width: 360px;
}

.sp_nav {
  width: 100%;
  max-width: none;
}

/* ===== SP ナビ：右から左に300pxスライド ===== */
.sp_nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  /* ← ここがポイント */
  max-width: 500px;
  /* 念のため固定 */
  height: 100vh;
  background-color: #004B16;
  z-index: 700;
  overflow-y: auto;

  /* 初期状態：右に隠す */
  transform: translateX(500px);
  transition: transform 0.3s ease;
  background-image: url(img/sp_nav_bg.png);
  background-repeat: no-repeat;
  background-position: right top 90px;
}

#site_header.open .sp_nav {
  transform: translateX(0);
}

.sp_nav .lang {
  display: flex;
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 110px;
}

.sp_nav .lang a {
  color: #fff;
  padding: 2px 8px;
}

.sp_nav .lang .choice a {
  background-color: #fff8eb;
  color: #000;
  border-radius: 5px;
}

.btn01 a {
  display: block;
  background-color: #ffd044;
  color: #000;
  border-radius: 40px;
  text-align: center;
  font-weight: 600;
  padding: 2em 0;
  font-size: 1.5rem;
  margin-top: 30px;
}

.btn02 a {
  display: block;
  background-color: #da1f5e;
  color: #000;
  border-radius: 40px;
  text-align: center;
  font-weight: 600;
  padding: 2em 0;
  font-size: 1.5rem;
  margin-top: 20px;
}

.another {
  width: 410px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.another a {
  margin-top: 30px;
  font-size: 1.1rem;
  color: #fff;
}

.another ul {
  margin-top: 40px;
  margin-left: 60px;
}

.another li {
  margin-right: 43px;
}

.sp_nav_logo {
  border-top: 1px solid #fff;
  text-align: center;
  padding-top: 25px;
  width: 410px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .sp_nav {
    width: 100%;
    max-width: 100%;
  }
}