@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: #3f4951;
  font-weight: 500;
}

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 {
  line-height: 2.1;
  padding-top: 90px;
}

main h2 {
  color: #264364;
  letter-spacing: 0;
}

main h3 {
  color: #264364;
}

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

* {
  box-sizing: border-box;
}

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

[id^="ref_"] {
  scroll-margin-top: 6.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: 1100px) {
  main {
    padding-top: 0;
  }
} 


@media screen and (max-width: 768px) {
  .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;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

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

@media screen and (max-width: 768px) {
  .wrapper {
    width: 92%;
  }
}


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

#nav_toggle,
.sp_header,
.sp_nav,
.sp_nav_r {
    display: none;
}

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

#header_nav > div {
    margin: 0 auto;
    z-index: 200;
    justify-content: space-between;
    align-items: center;
}

#header_nav .bg_color {
  background: #F3DA45;
  /* background: linear-gradient(108deg, rgba(243, 152, 0, 1) 0%, rgba(243, 152, 0, 1) 100%); */
}

#header_nav ul.pc_nav > li:last-child {
    margin-right: 0;
    line-height: 1.5;
    text-align: center;
    border-radius: 30px;
    margin-left: 14px;
}

#header_nav ul.pc_nav > li:last-child span {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#header_nav ul.pc_nav > li:last-child a {
    display: block;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(53 76 116) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgb(53 76 116) 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;
    padding: 10px 20px 11px 20px;
    font-size: 1.6rem;
    border-radius: 30px;
    border-left: none;
}

#header_nav ul.pc_nav > li:last-child a:hover {
    color: #fff;
    background-color: #fff;
    background-position: -100% 100%;
    opacity: 1;
    border-radius: 30px;
}

#header_nav ul.pc_nav > li a {
    display: block;
    transition: .5s;
    position: relative;
    color: #354C74;
    font-weight: bold;
    text-align: center;
    padding: 15px 14px 10px 14px;
}

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

#header_nav ul.pc_nav > li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #F3DA45;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#header_nav ul.pc_nav > li a:hover::after {
    transform: scale(1, 1);
}

#header_nav ul.pc_nav > li.noline a::after {
    display: none;
}

#header_nav ul.pc_nav > li.noline a {
    color: #182128;
}

/*------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);
}

@media screen and (max-width: 1200px) {
  #header_nav ul.pc_nav > li a {
    font-size: 1.4rem;
  }

  #header_nav ul.pc_nav > li a {
    padding: 12px 9px 10px 9px;
  }

  #header_nav ul.pc_nav > li:last-child a {
    display: block;
    padding: 10px 10px 11px 10px;
    font-size: 1.4rem;
    border-radius: 30px;
  }
}

@media screen and (max-width: 1100px) {
    /*------header_nav------*/
  header {
    height: 76px;
  }

  #header_nav h2 {
      margin-left: 10px;
      padding-top: 12px;
      margin-bottom: 0;
      height: 50px;
  }

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

  .pc_nav {
      display: none !important;
  }

  #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;
  }

  #header_nav > div {
      width: calc(100%);
      top: 0;
      margin: 0;
      padding-left: 0;
  }

  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;
  }

  /*--------開閉ボタン--------*/
  #nav_toggle {
      position: fixed;
      display: block;
      top: 10px;
      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: 50px;
      height: 30px;

  }

  #nav_toggle span {
      display: block;
      width: 100%;
      height: 2px;
      background: #f3c429;
      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: #f3c429;
      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: #f3c429;
  }

  .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: 10px;
      padding-top: 90px;
      padding-bottom: 20px;
      margin: 0 auto;
  }

  .acMenu > li {
      border-bottom: 1px solid #333;
  }

  .acMenu a {
      display: block;
      text-align: left;
      padding: 1em 1.2em;
      border-bottom: 1px solid #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;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    width: 70%;
  }

  header .logo img {
    width: 100%;
  }
}

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

  header .logo {
    margin-top: 10px;
  }

  #header_nav {
    padding-bottom: 1.5em;
  }
}




/*footer*/
footer .footer__contact {
  background-color: #478FB5;
  color: #fff;
  font-weight: 400;
  padding-bottom: 42px;
}

footer .footer__contact .footer__contact__con {
  display: flex;
}

footer .footer__contact .footer__contact__lcon {
  margin-top: 55px;
}

footer .footer__contact .footer__contact__lcon h3 {
  color: #FFD300;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 25px;
}

footer .footer__contact .footer__contact__lcon p {
  font-weight: 500;
  line-height: 2;
}

footer .footer__contact .footer__contact__lcon .tel_text {
  font-size: 2.0rem;
  margin-top: 15px;
}

footer .footer__contact .footer__contact__lcon .tel {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 100%;
  background-image: url(img/tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

footer .footer__contact .footer__contact__lcon .tel span{
  font-size: 1.6rem;
}

footer .footer__contact .footer__contact__rcon {
  margin-top: 15px;
  margin-left: 60px;
  width: 375px;
}

footer .footer__contact .footer__contact__rcon .btn a {
  width: 300px;
  display: block;
  background-color: #fff;
  color: #354C74;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  padding: 0.8em;
  margin-top: -0.5em;
  margin-left: 1em;
}

footer .footer__contact .footer__contact__rcon .btn a:hover {
  background-color: #FFD300;
}

footer .footer__content {
  margin-top: 80px;
}

footer .footer__content__up {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

footer .footer__content__up nav {
  width: 782px;
}

footer .footer__content__up nav li {
  margin-right: 80px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

footer .footer__content__up nav li::before {
  content: "－";
  padding-right: 5px;
}

footer .footer__content__up nav li:nth-child(5n) {
  margin-right: 0;
}

footer .footer__content__up nav li a {
  color: #264364;
}

footer .footer__content__up nav li a:hover {
  color: #478FB5;
}

footer .footer__content__bottom {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 60px;
}

footer .footer__content__bottom address {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  margin-bottom: 60px;
}

footer .footer__content__bottom .address_con {
  border-right: 1px solid #000;
  padding-right: 6%;
}

footer .footer__content__bottom .address_con:last-child {
  border-right: none;
  padding-right: 0;
}

footer .footer__content__bottom .copyright {
  text-align: center;
  font-size: 1.3rem;
}

.footer__sp {
  display: none;
}

.footer__sp a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.footer__sp a span {
  position: relative;
  display: inline-block;
}

.footer__sp .footer__sp-left {
  background: #354C74;
  width: 50%;
  height: 60px;
  text-align: center;
}

.footer__sp .footer__sp-left span::before {
  width: 20px;
  height: 16px;
  margin-top: -2px;
  margin-right: 0.3em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(img/f-tel.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__sp .footer__sp-right {
  background: #F3DA45;
  width: 50%;
  height: 60px;
  text-align: center;
}

.footer__sp .footer__sp-right span::before {
  width: 20px;
  height: 16px;
  margin-top: -2px;
  margin-right: 0.3em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(img/f-mail.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__sp .footer__sp-left a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.footer__sp .footer__sp-right a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #264364;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1260px) {
  footer .footer__contact .footer__contact__lcon h3 {
    line-height: 1.6;
  }

  footer .footer__content__up h2 {
    margin-right: 20px;
  }

  footer .footer__content__up nav li {
    margin-right: 1%;
    width: 32%;
  }
}

@media screen and (max-width: 1000px) {
  footer .footer__contact {
    padding-top: 10px;
    padding-bottom: 52px;
  }

  footer .footer__contact .footer__contact__con {
    display: block;
  }

  footer .footer__contact .footer__contact__lcon h3 {
    text-align: center;
  }

  footer .footer__contact .footer__contact__lcon .tel {
    margin: 0 auto;
    padding-left: 15px;
    background-position: left top 10px;
    width: 280px;
  }

  footer .footer__contact .footer__contact__rcon .btn a {
    margin: -0.2em auto 0;
  }

  footer .footer__contact .footer__contact__rcon {
    margin: 15px auto;
  }

  footer .footer__content__up h2 {
    display: block;
    margin: 0 auto 3em;
    text-align: center;
  }

  footer .footer__content__up {
    display: block;
  }

  footer .footer__content__up nav {
    width: 100%;
  }

  footer .footer__content__bottom .address_con {
    border-right: none;
  }
}

@media screen and (max-width: 560px) {
  footer .footer__contact .footer__contact__lcon p br{
    display: none;
  }

  footer .footer__content {
    margin-top: 2em;
    margin-bottom: 100px;
  }

  footer .footer__content__up {
    margin-bottom: 1em;
  }

  footer .footer__content__up h2 {
    margin: 0 auto 2em;
  }

  footer .footer__content__up nav li {
    margin-right: 1%;
    width: 49%;
  }

  footer .footer__content__bottom address {
    display: block;
    margin-bottom: 2em;
  }

  footer .footer__content__bottom address .address_con {
    margin-bottom: 1em;
  }

  footer .footer__contact .footer__contact__lcon .tel_text {
    text-align: center;
  }

  footer .footer__contact .footer__contact__lcon .tel {
    text-align: center;
    background-position: left top 10px;
    width: 280px;
  }

  footer .footer__contact .footer__contact__lcon .tel a {
    color: #fff;
  }

  .footer__sp {
    position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        z-index: 1000;
  }
}



/*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%;
  }
}