@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: none !important;
  z-index: 9999999 !important;
}
html {
  color: #278D44;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body {
  margin: 0;
  color: #2C2C2C;
  background: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 160%;
  letter-spacing: 1.6px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #278D44;
  text-decoration: none;
}
a:link,
a:visited {
  color: #278D44;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
.w_70 {
  width: 70%;
}
@media screen and (max-width: 850px) {
  .w_70 {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.6;
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.innerBlock {
  max-width: 1000px;
}
@media screen and (max-width: 850px) {
  .innerBlock {
    padding: 0 15px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: auto !important;
}
button {
  outline: none;
}
.intro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 60px 20px;
  }
}
._flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.u-flex {
  display: -webkit-flex;
  display: flex;
}
.m_auto {
  margin: auto;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  height: 120px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 850px) {
  #header {
    height: 65px;
    padding-right: 20px;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: flex-end;
  margin: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1420px;
}
@media screen and (max-width: 850px) {
  #header .header_item {
    display: flex;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
  width: 320px;
}
@media screen and (max-width: 1280px) {
  #header .header_item .logo_item {
    width: 280px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item .logo {
    max-width: 200px;
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item .other_menu {
  display: flex;
  justify-content: end;
  column-gap: 30px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #header .menu_item .other_menu {
    display: none;
  }
}
#header .menu_item .other_menu .contact a {
  height: 100%;
  background: #278D44;
  filter: drop-shadow(0px 3px 0px #1B6A17);
  border-radius: 30px;
  display: block;
  color: #ffffff;
  padding: 5px 20px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
#header .menu_item #menu_list {
  display: flex;
  column-gap: 50px;
  justify-content: end;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #header .menu_item #menu_list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 950px) {
  #header .menu_item #menu_list {
    column-gap: 10px;
  }
}
#header .menu_item #menu_list li {
  position: relative;
}
#header .menu_item #menu_list li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .menu_item #menu_list li a {
  font-size: 16px;
  font-weight: bold;
  color: #2C2C2C;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list li a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#header .menu_item #menu_list li a::after {
  display: none;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list li a:hover {
  color: #278D44;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li a:hover {
    color: #ffffff;
  }
  #header .menu_item #menu_list li a:hover::after {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  #header .menu_item #menu_list li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list {
    display: none;
    height: calc(100% - 35px);
    width: 100%;
    padding: 100px 20px 0 20px;
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
  }
  #header .menu_item #menu_list li {
    padding: 15px 0;
    width: fit-content;
    margin: auto;
  }
  #header .menu_item #menu_list li::after {
    display: none;
  }
  #header .menu_item #menu_list li + li {
    width: fit-content;
    margin: auto;
  }
  #header .menu_item #menu_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    color: #2C2C2C;
    font-weight: bold;
  }
}
#header .menu_item #menu_list .sp_menu {
  display: none;
}
#header .menu_item #menu_list .sp_menu a {
  color: #278D44;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sp_menu {
    display: block;
  }
}
#header .menu_item #menu_list .sp_menu_contact {
  display: none;
  background: #278D44;
  padding: 10px 60px;
  font-weight: bold;
  border-radius: 30px;
  filter: drop-shadow(0px 3px 0px #1B6A17);
}
#header .menu_item #menu_list .sp_menu_contact a {
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sp_menu_contact {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  #header #menuBtn {
    /*background: fade(@green, 20%);*/
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 9999999;
    background: #278D44;
    border-radius: 100%;
  }
  #header #menuBtn span {
    display: block;
    background: #ffffff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 29px;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 22px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 15px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    transform: translateY(0px) rotate(45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    display: none;
  }
}
#footer .footer_item_box {
  border-top: 1px solid #278D44;
}
#footer .inner {
  padding-bottom: 120px;
}
@media screen and (max-width: 850px) {
  #footer .inner {
    padding-bottom: 60px;
  }
}
#footer .footer_navi {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
#footer .footer_navi li {
  width: calc(50% - 15px);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  #footer .footer_navi li {
    width: 100%;
    margin-top: 20px;
  }
}
#footer .footer_navi li img {
  max-width: 115px;
}
@media screen and (max-width: 850px) {
  #footer .footer_navi li img {
    max-width: 70px;
  }
}
#footer .footer_navi li p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #footer .footer_navi li p {
    font-size: 16px;
    margin-top: 10px;
  }
}
#footer .footer_navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 266px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #footer .footer_navi li a {
    height: 160px;
  }
}
#footer .footer_navi li a:hover {
  background: #2C2C2C;
}
#footer .footer_navi li:nth-child(1) {
  margin-top: 0;
  background: url(../img/common/footer_bg01.jpg) no-repeat center / contain;
  background-size: cover;
}
#footer .footer_navi li:nth-child(2) {
  margin-top: 0;
  background: url(../img/common/footer_bg02.jpg) no-repeat center / contain;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  #footer .footer_navi li:nth-child(2) {
    margin-top: 20px;
  }
}
#footer .footer_navi li:nth-child(3) {
  background: url(../img/common/footer_bg03.jpg) no-repeat center / contain;
  background-size: cover;
}
#footer .footer_navi li:nth-child(4) {
  background: url(../img/common/footer_bg04.jpg) no-repeat center / contain;
  background-size: cover;
}
#footer .footer_item {
  background: #ffffff;
  text-align: center;
  padding: 35px 10px 10px 10px;
  display: flex;
  width: fit-content;
  column-gap: 30px;
  margin: auto;
  align-items: flex-end;
}
@media screen and (max-width: 850px) {
  #footer .footer_item {
    display: block;
  }
}
#footer .footer_item .info_list {
  margin: auto;
  margin-bottom: 0;
  width: fit-content;
  margin-top: 10px;
  text-align: left;
}
#footer .footer_item .info_list a {
  color: #2C2C2C;
}
#footer .footer_logo img {
  max-width: 334px;
}
#footer .copy {
  text-align: center;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  line-height: 100%;
}
#footer .copy .inner {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  #footer .copy .inner {
    display: block;
  }
  #footer .copy .inner a {
    display: block;
    margin-top: 15px;
  }
}
#footer .copy a {
  color: #ffffff;
}
.h2_ttl {
  color: #2C2C2C;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .h2_ttl {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: 3px;
  }
}
.h2_ttl span {
  display: block;
  color: #278D44;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 850px) {
  .h2_ttl span {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.h3_ttl {
  text-align: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.h3_ttl span {
  font-size: 22px;
  font-weight: bold;
  color: #2C2C2C;
  letter-spacing: 0.01em;
  border-bottom: 3px solid #278D44;
  width: fit-content;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 10px;
  display: block;
  position: relative;
  z-index: 2;
}
.h3_ttl::after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  background: #2C2C2C;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.btn_green {
  position: relative;
  display: block;
  margin: auto;
  width: 340px;
  background: #278D44;
  filter: drop-shadow(4px 4px 0px #1B6A17);
  color: #ffffff !important;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 20px;
  margin-top: 50px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .btn_green {
    width: 90%;
    padding: 15px 10px;
    margin-top: 30px;
  }
}
.btn_green::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_green_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in;
}
.btn_green:hover::after {
  right: 30px;
  transition: 0.3s ease-in;
}
.btn_white {
  position: relative;
  display: block;
  margin: auto;
  width: 340px;
  background: #ffffff;
  filter: drop-shadow(4px 4px 0px #1B6A17);
  color: #278D44 !important;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 20px;
  margin-top: 50px;
  cursor: pointer;
  border: 1.5px solid #278D44;
}
@media screen and (max-width: 850px) {
  .btn_white {
    width: 90%;
    padding: 15px 10px;
    margin-top: 30px;
  }
}
.btn_white::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_white_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in;
}
.btn_white:hover::after {
  right: 30px;
  transition: 0.3s ease-in;
}
.btn_yellow {
  position: relative;
  display: block;
  margin: auto;
  width: 340px;
  background: #FFE400;
  filter: drop-shadow(4px 4px 0px #8D7E00);
  color: #2C2C2C !important;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 20px;
  margin-top: 50px;
  cursor: pointer;
  border: 1.5px solid #FFE400;
}
@media screen and (max-width: 850px) {
  .btn_yellow {
    width: 90%;
    padding: 15px 10px;
    margin-top: 30px;
  }
}
.btn_yellow::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_yellow_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in;
}
.btn_yellow:hover::after {
  right: 30px;
  transition: 0.3s ease-in;
}
.h2_ttl_item {
  background: url(../img/top/mv_line.png) no-repeat center / contain;
  background-size: 100% auto;
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .h2_ttl_item {
    margin-top: 0;
    background-size: 200% auto;
  }
}
.h2_ttl_item .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .h2_ttl_item .inner {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.h2_ttl_item .page_h2_ttl {
  color: #2C2C2C;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 850px) {
  .h2_ttl_item .page_h2_ttl {
    font-size: 16px;
  }
}
.h2_ttl_item .page_h2_ttl span {
  color: #278D44;
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (max-width: 850px) {
  .h2_ttl_item .page_h2_ttl span {
    font-size: 24px;
  }
}
.page {
  background: #FAF8F5;
  border-top: 5px solid #278D44;
}
@media screen and (max-width: 850px) {
  .page {
    border-top: 3px solid #278D44;
  }
}
.page .inner {
  padding-top: 65px;
}
@media screen and (max-width: 850px) {
  .page .inner {
    padding-top: 35px;
  }
}
.page .breadmenu {
  font-size: 12px;
}
.page .breadmenu .inner {
  padding-top: 10px;
  padding-bottom: 0;
  text-align: left;
  align-items: self-start;
}
.page .breadmenu a {
  color: #2C2C2C;
}
.page .breadmenu .breadcrumb_last {
  color: rgba(51, 51, 51, 0.5);
}
.pagination {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .wp-pagenavi {
  display: flex;
  width: fit-content;
  margin: auto;
}
.pagination .current,
.pagination .page,
.pagination .nextpostslink,
.pagination .previouspostslink {
  margin: 0 10px;
}
@media screen and (max-width: 850px) {
  .pagination .current,
  .pagination .page,
  .pagination .nextpostslink,
  .pagination .previouspostslink {
    margin: 0 5px;
  }
}
.pagination .page,
.pagination .nextpostslink,
.pagination .previouspostslink {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44px;
  height: 44px;
  border: 1px solid #278D44;
  font-size: 16px;
  font-family: "Montserrat";
  border-radius: 100%;
  color: #278D44;
  padding-left: 2px;
}
@media screen and (max-width: 850px) {
  .pagination .page,
  .pagination .nextpostslink,
  .pagination .previouspostslink {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination .nextpostslink,
.pagination .previouspostslink {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .pagination .nextpostslink,
  .pagination .previouspostslink {
    font-size: 12px;
  }
}
.pagination .current {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44px;
  height: 44px;
  border: 1px solid #278D44;
  background: #278D44;
  color: #278D44;
  font-size: 16px;
  font-family: "Montserrat";
  border-radius: 100%;
  color: #ffffff;
  padding-left: 2px;
}
@media screen and (max-width: 850px) {
  .pagination .current {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
