@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: rgb(171, 221, 162);
}

@media screen and (min-width: 841px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .tb_hide {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt_link {
  text-decoration: underline;
}

a.txt_link:hover {
  text-decoration: none;
}

hr {
  background-color: #009365;
  display: block;
  border: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.txt_center {
  text-align: center;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.relative {
  position: relative;
}

.c_green {
  color: #009365;
}

/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  position: relative;
  background-image: url(../img/common/foot_city.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 200px;
}
@media (max-width: 840px) {
  main {
    background-size: 1440px;
  }
}
@media (max-width: 600px) {
  main {
    background-image: url(../img/common/foot_city_sp.png);
    background-size: initial;
    padding-bottom: 144px;
  }
}
main:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: rgb(91, 142, 79);
  width: 100%;
  height: 3px;
  z-index: -1;
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner_lg {
  max-width: 1024px;
}

.inner_md {
  max-width: 764px;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

/*--- スペース関係 ---*/
.pt_lg {
  padding-top: 104px;
}

.pb_lg {
  padding-bottom: 104px;
}

.mt_10 {
  margin-top: 1.5rem;
}

#low_page section:first-of-type {
  padding-top: 120px;
}
@media (max-width: 600px) {
  #low_page section:first-of-type {
    padding-top: 80px;
  }
}

@media (max-width: 600px) {
  .pt_lg {
    padding-top: 64px;
  }
  .pb_lg {
    padding-bottom: 64px;
  }
}
/*--------------------------------
FONT
---------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-style: normal;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  line-height: 1.8;
}

.danraku p {
  line-height: 2.2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 2rem;
}

.fw500 {
  font-weight: 500;
}

.fs36 {
  font-size: 3.6rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs13 {
  font-size: 1.3rem;
}

@media (max-width: 600px) {
  .fs36 {
    font-size: 3rem;
  }
  .fs32 {
    font-size: 2.6rem;
  }
  .fs22 {
    font-size: 1.9rem;
  }
  body {
    font-size: 1.5rem;
  }
  .fs15 {
    font-size: 1.4rem;
  }
  .fs14 {
    font-size: 1.3rem;
  }
  .fs13 {
    font-size: 1.2rem;
  }
}
/*--------------------------------
見出し
---------------------------------*/
.title_wrap {
  display: block;
  line-height: 1;
}
.title_wrap .en {
  color: #009365;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .title_wrap .en {
    font-size: 1.4rem;
  }
}
.title_wrap .title_jp {
  font-weight: 700;
  font-size: 3.6rem;
}
@media (max-width: 840px) {
  .title_wrap .title_jp {
    font-size: 3.4rem;
  }
}
@media (max-width: 600px) {
  .title_wrap .title_jp {
    font-size: 3rem;
  }
}

#low_page .title_wrap {
  margin-bottom: 72px;
}
@media (max-width: 600px) {
  #low_page .title_wrap {
    margin-bottom: 48px;
  }
}

/*----------------------------
button
-----------------------------*/
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 256px;
  max-width: 100%;
  height: 64px;
  border-radius: 32px;
  color: #fff !important;
  background-color: #009365;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn a .en {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
.btn a .en:before {
  content: "●";
  color: #f9de6b;
  margin-right: 8px;
}
.btn a:hover {
  text-decoration: none;
  opacity: 1;
  background: #392e21;
}

/*----------------------------------
News List
----------------------------------*/
.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_list li {
  position: relative;
}
.blog_list li a:hover {
  opacity: 1;
}
.blog_list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog_list .wp_error_message {
  width: 100%;
  text-align: left;
}
.blog_list .blog_img {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 600px) {
  .blog_list .blog_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.blog_list .blog_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 344/226;
}
.blog_list .blog_txt {
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 140px;
}
@media (max-width: 600px) {
  .blog_list .blog_txt {
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 122px;
  }
}
.blog_list .blog_cat {
  line-height: 1;
  color: #009365;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .blog_list .blog_cat {
    font-size: 1.2rem;
  }
}
.blog_list .blog_title {
  margin-top: 12px;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .blog_list .blog_title {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.blog_list .blog_date {
  position: absolute;
  left: 20px;
  bottom: 18px;
  line-height: 1;
  color: #666;
  font-size: 1.3rem;
}
@media (max-width: 600px) {
  .blog_list .blog_date {
    font-size: 1.2rem;
    left: 10px;
    bottom: 10px;
  }
}

/*----------------------------------
  共通ボタン
----------------------------------*/
.common_under {
  padding-top: 136px;
}
@media (max-width: 600px) {
  .common_under {
    padding-top: 96px;
  }
}

.common_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common_btn li {
  width: 46%;
  aspect-ratio: 460/210;
}
@media (max-width: 840px) {
  .common_btn li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .common_btn li:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
@media (max-width: 600px) {
  .common_btn li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.common_btn li:nth-of-type(1) a {
  background-image: url(../img/common/btn_bg_serch.png);
  background-position: 90% center;
  background-size: 33%;
}
@media (max-width: 600px) {
  .common_btn li:nth-of-type(1) a {
    background-position: 90% center;
  }
}
.common_btn li:nth-of-type(2) a {
  background-image: url(../img/common/btn_bg_contact.png);
  background-position: 90% center;
  background-size: 36%;
}
.common_btn li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .common_btn li a {
    padding: 24px;
    border-radius: 12px;
  }
}
.common_btn li a small {
  font-size: 1.6rem;
  font-weight: 700;
  color: #009365;
  line-height: 1;
}
@media (max-width: 600px) {
  .common_btn li a small {
    font-size: 1.4rem;
  }
}
.common_btn li a h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .common_btn li a h4 {
    font-size: 2.2rem;
    margin-top: 6px;
  }
}

.common_bg_container {
  position: relative;
}
@media (max-width: 840px) {
  .common_bg_container {
    width: 100%;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .common_bg_container {
    width: 100%;
  }
}
.common_bg_container .obj_tree {
  position: absolute;
  top: -54px;
  left: 1%;
  width: 62px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 600px) {
  .common_bg_container .obj_tree {
    width: 48px;
    top: -46px;
  }
}
.common_bg_container .obj_kusa {
  position: absolute;
  bottom: -48px;
  right: 0%;
  width: 48px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 600px) {
  .common_bg_container .obj_kusa {
    width: 38px;
    bottom: -40px;
  }
}

/*----------------------------------
LOW MAIN
----------------------------------*/
.low_main {
  background-image: url(../img/common/foot_city.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 840px) {
  .low_main {
    background-size: 1440px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  .low_main {
    background-image: url(../img/common/foot_city_sp.png);
    background-size: initial;
    height: 280px;
  }
}
.low_main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(187, 233, 252);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.low_main:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: rgb(171, 221, 162);
  width: 100%;
  height: 3px;
  z-index: -1;
}
.low_main .page_title {
  text-align: center;
  margin-top: 180px;
  line-height: 1;
}
@media (max-width: 840px) {
  .low_main .page_title {
    margin-top: 140px;
  }
}
@media (max-width: 600px) {
  .low_main .page_title {
    margin-top: 104px;
  }
}
.low_main .page_title .en {
  color: #009365;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 840px) {
  .low_main .page_title .en {
    font-size: 1.7rem;
  }
}
@media (max-width: 600px) {
  .low_main .page_title .en {
    font-size: 1.6rem;
  }
}
.low_main .page_title .page_title_jp {
  font-size: 4.6rem;
  font-weight: 700;
  padding-top: 1rem;
}
@media (max-width: 840px) {
  .low_main .page_title .page_title_jp {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  .low_main .page_title .page_title_jp {
    font-size: 3.4rem;
    padding-top: 0.2rem;
  }
}

/*----------------------------------
Column 2Col
----------------------------------*/
.column_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column_2col .column_2col__left {
  width: 35.1%;
}
.column_2col .column_2col__right {
  width: 54.7%;
}

/*----------------------------------
Table
----------------------------------*/
.tbl-1 {
  width: 100%;
  border-top: 1px dotted #808080;
}
.tbl-1 th,
.tbl-1 td {
  border-bottom: 1px dotted #808080;
  vertical-align: top;
  padding: 18px 0;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .tbl-1 th,
  .tbl-1 td {
    display: block;
    width: 100%;
    padding: 14px 0;
  }
}
.tbl-1 th {
  width: 110px;
  font-weight: 700;
  color: #00794a;
}
@media (max-width: 600px) {
  .tbl-1 th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.tbl-1 td {
  font-weight: 400;
}
@media (max-width: 600px) {
  .tbl-1 td {
    padding-top: 0;
  }
}
.tbl-1 td small {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .tbl-1 tr.last th,
  .tbl-1 tr.last td {
    border-bottom: none;
  }
}

/*----------------------------------
Google Map
----------------------------------*/
.gmap_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.gmap_wrap iframe,
.gmap_wrap object,
.gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------
head
---------------------------*/
.site_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px 30px 15px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site_header.transform {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 20px 8px 15px;
}

.site_logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.site_logo img {
  width: 180px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site_header.transform .site_logo img {
  width: 140px;
}

@media screen and (max-width: 840px) {
  .site_header,
  .site_header.transform {
    padding: 0;
    display: inline;
    height: 80px;
  }
  .site_header .site_logo,
  .site_header.transform .site_logo {
    position: absolute;
    left: 10px;
    top: 10px !important;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .site_header .site_logo img,
  .site_header.transform .site_logo img {
    width: 150px !important;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sponser_img_sp {
    position: absolute;
    right: 100px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sponser_img_sp img {
    width: auto;
    height: 72px;
  }
  .sponser_img_sp img:last-child {
    margin-left: 10px;
  }
  .sponser_img_sp .bnr_akiya {
    height: 80%;
  }
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .site_header,
  .site_header.transform {
    height: 60px;
  }
  .site_header .site_logo,
  .site_header.transform .site_logo {
    left: 5px !important;
    top: 6px !important;
    padding: 0;
  }
  .site_header .site_logo img,
  .site_header.transform .site_logo img {
    width: 120px !important;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /*.sponser_img_sp img {
    top: 4px;
    right: 70px;
    height: 52px;
  */
  .sponser_img_sp {
    right: 70px;
    height: 60px;
  }
  .sponser_img_sp img {
    height: 54px;
  }
  .sponser_img_sp img:last-child {
    margin-left: 4px;
  }
  .sponser_img_sp .bnr_akiya {
    height: 84%;
  }
}
/*----------------------------
PC NAV
---------------------------*/
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav .nav li {
  position: relative;
  margin-left: 30px;
}
#nav .nav li:before {
  content: "●";
  margin-right: 4px;
}
#nav .nav li:nth-of-type(1):before {
  color: #2a97ea;
}
#nav .nav li:nth-of-type(2):before {
  color: #009365;
}
#nav .nav li:nth-of-type(3):before {
  color: #ffa24e;
}
#nav .nav li:nth-of-type(4):before {
  color: #f78781;
}
#nav .nav li a {
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}
#nav .nav li a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 840px) {
  #nav {
    display: none;
  }
}
/*----------------------------
SP-navi
---------------------------*/
@media screen and (min-width: 841px) {
  .zdo_drawer_menu {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  /*-- sponser logo --*/
  .menu_bg a {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: #009365;
    z-index: 99;
    cursor: pointer;
  }
  .menu_bg a:hover {
    opacity: 1;
  }
  .menu__line {
    position: absolute;
    left: 32px;
    background: #fff;
    display: block;
    height: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__line.active {
    background: #fff;
  }
  .menu__line--top {
    top: 32px;
    width: 18px;
  }
  .menu__line--center {
    top: 38px;
    width: 14px;
  }
  .menu__line--bottom {
    top: 44px;
    width: 18px;
  }
  .menu__line--top.active {
    -webkit-transform: translate(0, 6px) rotate(-30deg);
            transform: translate(0, 6px) rotate(-30deg);
  }
  .menu__line--center.active {
    opacity: 0;
  }
  .menu__line--bottom.active {
    -webkit-transform: translate(0, -6px) rotate(30deg);
            transform: translate(0, -6px) rotate(30deg);
  }
  /* SP-NAVI */
  .sp_nav {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    overflow: auto;
  }
  .sp_nav_wrap {
    width: 100%;
    height: 100%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp_nav_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px;
  }
  .sp_nav_col .sp_nav__menu {
    /*width: 45%;*/
    width: 100%;
    text-align: center;
  }
  .sp_nav_col .sp_nav__menu > li:not(:last-of-type) {
    margin-bottom: 34px;
  }
  .sp_nav_col .sp_nav__menu a {
    color: #fff;
    position: relative;
    font-size: 18px;
  }
  .sns_menu_sp {
    text-align: center;
    color: #fff;
  }
  .sns_menu_sp li {
    display: inline-block;
  }
  .sns_menu_sp li a {
    color: #fff;
    font-size: 4rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .menu_bg a {
    width: 60px;
    height: 60px;
  }
  .menu__line {
    position: absolute;
    left: 22px;
    background: #fff;
    display: block;
    height: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__line.active {
    background: #fff;
  }
  .menu__line--top {
    top: 23px;
    width: 18px;
  }
  .menu__line--center {
    top: 29px;
    width: 14px;
  }
  .menu__line--bottom {
    top: 35px;
    width: 18px;
  }
  .sp_nav_col {
    margin-bottom: 36px;
  }
  .sp_nav_col .sp_nav__menu a {
    font-size: 17px;
  }
  /*.sp_nav_col {
    display: block;
  }*/
}
/*-----------------------
footer
------------------------*/
.footer {
  padding: 80px 0 48px;
  background-color: rgb(91, 142, 79);
  position: relative;
  color: #fff;
}
@media (max-width: 600px) {
  .footer {
    padding: 72px 0 72px;
  }
}

.foot_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 840px) {
  .foot_top_wrap {
    display: block;
  }
  .foot_top_wrap .foot_top__left {
    margin-bottom: 24px;
  }
}
.foot_top_wrap .foot_logo img {
  width: 260px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .foot_top_wrap .foot_logo img {
    width: 220px;
  }
}
.foot_top_wrap .foot_logo_txt {
  font-size: 1.4rem;
}
.foot_top_wrap .f_navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_top_wrap .f_navi_wrap ul:last-child {
  margin-left: 26px;
}
.foot_top_wrap .f_navi_wrap ul li {
  position: relative;
  text-align: left;
}
.foot_top_wrap .f_navi_wrap ul li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.foot_top_wrap .f_navi_wrap ul li:before {
  content: "●";
  color: #9bd146;
  margin-right: 4px;
  font-size: 1rem;
}
.foot_top_wrap .f_navi_wrap ul li a {
  position: relative;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.3rem;
  text-decoration: underline;
}
.foot_top_wrap .f_navi_wrap ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
.foot_top_wrap .f_btn {
  text-align: right;
  margin-top: 36px;
}
@media (max-width: 840px) {
  .foot_top_wrap .f_btn {
    text-align: left;
  }
}
.foot_top_wrap .f_btn a {
  display: inline-block;
  padding: 1.2rem 1.6rem 1.4rem;
  border-radius: 24px;
  color: #fff !important;
  background-color: #9bd146;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333 !important;
  line-height: 1;
}
.foot_top_wrap .f_btn a span {
  position: relative;
  font-size: 1.4rem;
  /*
  padding-left: 16px;*/
}
.foot_top_wrap .f_btn a span small {
  font-size: 1.2rem;
  margin-right: 5px;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.foot_top_wrap .f_btn a span {
  /*
  &:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: $btn;
    border-radius: 50%;
    top: calc(50% + 1px);
    transform: translate(0, -50%);
    left: 0;
  }
  */
}
.foot_top_wrap .f_btn a span:before {
  content: "●";
  color: #009365;
  margin-right: 4px;
  font-size: 1.2rem;
}
.foot_top_wrap .f_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.foot_bottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot_bottom_wrap .f_sns i {
  font-size: 28px;
}

.copy {
  font-size: 12px;
}
.copy::before {
  content: "©";
}
.copy {
  letter-spacing: 0;
  line-height: 1;
}

/*トップへ戻るボタン */
.pagetop a {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding: 8px;
  font-size: 20px;
  color: #fff;
}
.pagetop a:hover {
  opacity: 1;
}

/*-----------------------
CTA
------------------------*/
@media screen and (min-width: 601px) {
  .cta_sp {
    display: none;
  }
}
@media (max-width: 600px) {
  .cta_sp {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .cta_sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta_sp ul li {
    width: 50%;
    height: 48px;
    text-align: center;
  }
  .cta_sp ul li:nth-child(1) {
    background-color: #ff8b00;
  }
  .cta_sp ul li:nth-child(2) {
    background-color: #00b54d;
  }
  .cta_sp ul li a {
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------
 reCAPTCHAバッジ非表示
-----------------------*/
.grecaptcha-badge {
  visibility: hidden;
}