@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: left;
  color: #555;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select {
  font-size: 1.6rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input, textarea, select {
  vertical-align: middle;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type="submit"], input[type="button"], select {
  cursor: pointer;
}

input[type="radio"]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #555;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

body {
  min-width: 1200px;
}

.wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.sp {
  display: none;
}

.contents {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }
  h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, form, input, textarea, select {
    font-size: 1.4rem;
  }
  .wrap {
    width: 92%;
    max-width: initial;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp_ib {
    display: inline-block;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 85px;
  padding: 0 5%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}

.header_wrap .header_ttl,
.header_wrap .header_ttl a {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3;
}

.header_wrap .header_ttl .min {
  font-size: 1.7rem;
}

.header_wrap .header_ttl .txt_green {
  color: #017f3e;
}

.header_wrap .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_wrap .gnav li + li {
  margin-left: 50px;
}

.header_wrap .gnav li a {
  font-size: 1.8rem;
  font-weight: bold;
}

.header_wrap .gnav li .link {
  padding: 2px 0;
}

.header_wrap .gnav .nav_instyle_logo {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .header_wrap {
    padding: 0 4%;
    height: 60px;
  }
  .header_wrap .header_ttl,
  .header_wrap .header_ttl a {
    font-size: 1.3rem;
  }
  .header_wrap .header_ttl .min {
    font-size: 1.0rem;
  }
  .header_wrap .menu_btn {
    position: absolute;
    z-index: 10001;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .header_wrap .menu_btn .line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #007e3d;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header_wrap .menu_btn .line:nth-child(1) {
    z-index: 2;
    top: 8px;
  }
  .header_wrap .menu_btn .line:nth-child(2) {
    width: 70%;
    z-index: 3;
    bottom: 8px;
  }
  .header_wrap .menu_btn.active .line {
    background: #fff;
  }
  .header_wrap .menu_btn.active .line:nth-child(1) {
    width: 100%;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header_wrap .menu_btn.active .line:nth-child(2) {
    width: 100%;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header_wrap .gnav {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(100vh);
    background: rgba(0, 126, 61, 0.95);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }
  .header_wrap .gnav.active {
    opacity: 1;
    visibility: visible;
  }
  .header_wrap .gnav_wrap {
    display: none;
    width: 100%;
    padding: 100px 0 150px;
  }
  .header_wrap .gnav ul {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .header_wrap .gnav li {
    border-left: 0;
  }
  .header_wrap .gnav li + li {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header_wrap .gnav li .link {
    padding: 0 calc(10% + 25px) 0 10%;
  }
  .header_wrap .gnav li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
  }
  .header_wrap .gnav li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    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;
    margin: auto;
    content: "→";
  }
  .header_wrap .gnav .nav_instyle {
    border-top: none;
    margin-top: 50px;
  }
  .header_wrap .gnav .nav_instyle 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;
    max-width: 300px;
    height: 55px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 50px;
    position: relative;
  }
  .header_wrap .gnav .nav_instyle a .arw {
    color: #007e3d;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header_wrap .gnav_wrap .btn_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .header_wrap .gnav_wrap .btn_box .btn + .btn {
    margin-top: 15px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_add {
  padding: 45px 0 50px;
  background: #007e3d;
  background-size: cover;
}

.footer_add .txt.center {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}

.footer_add .btn {
  margin-top: 60px;
}

.footer_add_box {
  width: 430px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 #00592b;
          box-shadow: 6px 6px 0 #00592b;
}

.footer_add_box .branch_box {
  padding: 10px 0 10px;
  border-bottom: 2px solid #efefef;
}

.footer_add_box .branch_box:nth-child(2) {
  border-bottom: none;
}

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

.footer_add_box .ttl span {
  height: 38px;
  margin-top: -18px;
  margin-left: 22px;
  padding: 0 15px;
  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;
  background: #c4d700;
  font-size: 2.4rem;
  font-weight: bold;
}

.footer_add_box .txt_box {
  padding: 15px 20px 20px;
}

.footer_add_box .txt {
  font-size: 1.5rem;
}

.footer_add_box .txt.big {
  font-size: 2.0rem;
}

.footer_add_box .txt + .txt {
  margin-top: 5px;
}

.footer_add_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ie .footer_add_box .ttl span {
  padding-top: 7px;
}

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

.footer_top .footer_left {
  width: 45%;
  padding: 60px 0;
  position: relative;
}

.footer_top .footer_left .ttl {
  padding: 10px 0;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.footer_top .footer_left .ttl::before, .footer_top .footer_left .ttl::after {
  content: '';
  width: 19px;
  height: 2px;
  background-color: #555555;
  position: absolute;
  top: 50%;
  left: 50%;
}

.footer_top .footer_left .ttl::before {
  -webkit-transform: translate(-435%, -50%);
          transform: translate(-435%, -50%);
}

.footer_top .footer_left .ttl::after {
  -webkit-transform: translate(350%, -50%);
          transform: translate(350%, -50%);
}

.footer_top .footer_nav {
  width: 100%;
  margin: 30px 0 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_top .footer_nav .footer_nav_list + .footer_nav_list {
  padding-left: 3%;
}

.footer_top .footer_nav .footer_nav_list ul li {
  margin-top: 10px;
}

.footer_top .footer_nav .footer_nav_list ul li a {
  line-height: 1.6;
}

.footer_top .footer_nav .footer_nav_list ul li a::before {
  content: "＞";
}

.footer_top .footer_nav .footer_nav_list > li > a {
  font-size: 1.8rem;
  color: #007e3d;
  font-weight: bold;
}

.footer_top .footer_right {
  width: 55%;
  padding: 60px 50px;
  background: #e2fff0;
}

.footer_top .footer_right .ttl {
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007e3d;
  background-color: #c4d700;
}

.footer_top .footer_right .banner_box {
  margin: 20px 0 0;
  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;
  gap: 1%;
}
.footer_top .footer_right .banner_box a {
    width: 80%;
}
.footer_top .footer_right .banner_box a img {
    min-width: 100%;
    box-shadow: 0 5px 15px rgba(0, 126, 61, 0.2);
}

.footer_top .footer_right .txt {
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}

.footer_btm {
  position: relative;
  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;
  padding: 45px 0;
}

.footer_btm .logo {
  width: 150px;
  margin-right: 22%;
}

.footer_btm .txt {
  font-size: 1.2rem;
}

.footer_btm .txt + .txt {
  margin-top: 1em;
}

.footer_btm .pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: auto;
  width: 71px;
  height: 72px;
}

.footer_wrap .footer_coution {
  margin: 0 20%;
  padding: 20px;
  border: 1px solid #000000;
  font-size: 1.24rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .footer_wrap .footer_coution {
    margin: 0 3%;
  }
}

.footer_wrap .copy {
  margin: 40px 0 0;
  padding: 10px 0;
  background: #007e3d;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer_add {
    padding: 60px 0;
    background: #007e3d;
    background-size: cover;
  }
  .footer_add_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_add .txt.center {
    margin-bottom: 60px;
    font-size: 2.0rem;
  }
  .footer_add_box {
    width: 100%;
  }
  .footer_add_box + .footer_add_box {
    margin-top: 45px;
  }
  .footer_add_box .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_add_box .ttl span {
    margin-left: 0;
    font-size: 2.2rem;
  }
  .footer_add_box .txt_box {
    padding: 10px 15px 15px;
  }
  .footer_add_box .txt {
    font-size: 1.2rem;
  }
  .footer_add_box .txt.bold {
    font-weight: bold;
  }
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_top .footer_left {
    width: 100%;
  }
  .footer_top .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 40px;
  }
  .footer_top .footer_nav .footer_nav_list + .footer_nav_list {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer_top .footer_nav .footer_nav_list ul li a {
    font-size: 1.4rem;
  }
  .footer_top .footer_right {
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
  .footer_top .footer_right .banner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_top .footer_right .banner_box a {
    width: 92%;
  }
  .footer_top .footer_right .banner_box a img {
    min-width: 100%;
  }
  .footer_top .footer_right .banner_box a:nth-child(2) {
    margin: 20px auto 0 2%;
  }
  .footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 4%;
  }
  .footer_btm .logo {
    width: 200px;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .footer_btm .txt_box {
    width: 100%;
  }
  .footer_btm .txt {
    font-size: 1.0rem;
  }
  .footer_wrap .copy {
    font-size: 1.0rem;
  }
  .footer_btm .pagetop_btn {
    top: initial;
    bottom: 50px;
    width: 37px;
    height: 38px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.center {
  text-align: center;
}

.txt_green {
  color: #007e3d;
}

.txt_line {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4d700), to(#c4d700)) 100% 100%/100% 2px no-repeat;
  background: linear-gradient(#c4d700, #c4d700) 100% 100%/100% 2px no-repeat;
}

@media screen and (min-width: 769px) {
  html:not(.ie) .txt_line {
    padding: 2px 0;
  }
}

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

/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
  height: 55px;
  padding: 0 50px;
  border-radius: 50px;
  background: #007e3d;
  color: #fff;
  border: 2px solid #007e3d;
  font-weight: bold;
  font-size: 2.0rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 5px 15px rgba(0, 126, 61, 0.3);
          box-shadow: 0 5px 15px rgba(0, 126, 61, 0.3);
}

.btn.noshadow a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ie .btn a {
  padding-top: 5px;
}

.btn .arw {
  position: relative;
  right: 0;
  padding-top: 3px;
  margin-left: 1em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.white a {
  background: none;
  color: #fff;
  border-color: #fff;
}

.btn.green a {
  color: #007e3d;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    background: #fff;
    color: #007e3d;
  }
  .btn a:hover .arw {
    right: -10px;
  }
  .btn.white a:hover {
    background: #fff;
    color: #007e3d;
  }
  .btn.green a:hover {
    color: #fff;
    background: #007e3d;
  }
}

.btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link,
.link_box .link_line {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4d700), to(#c4d700)) 0 100%/0 2px no-repeat;
  background: linear-gradient(#c4d700, #c4d700) 0 100%/0 2px no-repeat;
  -webkit-transition: background .4s;
  transition: background .4s;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .link {
    padding: 2px 0;
  }
  .link_box .link_line {
    padding: 2px 0;
  }
  .link:hover,
  .link_box:hover .link_line {
    opacity: 1;
    background-size: 100% 2px;
  }
  .link_box:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn a {
    width: 100%;
    padding: 0;
    max-width: 300px;
    height: 50px;
  }
  .btn .arw {
    padding-top: 0;
  }
}

/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  padding: 2px 0 2px 15px;
  border-left: 10px solid #017f3e;
  color: #017f3e;
  font-weight: bold;
  font-size: 3.0rem;
  line-height: 1.3;
}

.ie .sec_ttl {
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 2.0rem;
    padding-left: 10px;
    border-width: 6px;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ------------------------------
	.breadcrumb
------------------------------ */
.breadcrumb {
  padding: 30px 0;
}

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

.breadcrumb.sp {
  display: none;
}

.breadcrumb li {
  padding: 2px 0;
}

.breadcrumb li + li::before {
  content: "＞";
  margin: 0 0.4em;
}

.breadcrumb li a {
  text-decoration: underline;
  color: #017f3e;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 25px 0;
  }
  .breadcrumb.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb li,
  .breadcrumb li a {
    font-size: 1.2rem;
  }
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
/*# sourceMappingURL=common.css.map */