@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0 !important;
}
body {
  max-width: 100% !important;
  margin: 0 !important;
  color: #3B3B3B !important;
  background: #fff !important;
  font-size: 16px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: 600;
  line-height: 1.6;
  min-height: 100vh;
  letter-spacing: 0;
}
@media screen and (max-width: 849px) {
  body {
    background: #E9F4E6;
    line-height: 1.5;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.65;
  font-size: 18px;
  letter-spacing: 5%;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 849px) {
  p {
    font-size: 14px;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
a:link,
a:visited {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
input,
textarea,
select {
  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;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  cursor: default;
}
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;
}
dd {
  margin-inline-start: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 849px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
  }
  #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;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: auto !important;
}
button {
  outline: none;
}
.inner {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
.yoko_line {
  position: relative;
}
.yoko_line::after {
  content: '';
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 849px) {
  .yoko_line::after {
    bottom: 0;
  }
}
.yoko_line::after {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 1400ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 849px) {
  .yoko_line::after {
    transition: 800ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.yoko_line.is-active::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.yoko_line02 {
  position: relative;
}
.yoko_line02::after {
  content: '';
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 849px) {
  .yoko_line02::after {
    bottom: auto;
    top: 33px;
  }
}
.yoko_line02::after {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 1400ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 849px) {
  .yoko_line02::after {
    transition: 800ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.yoko_line02.is-active::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.yoko_line03 {
  position: relative;
}
.yoko_line03::after {
  content: '';
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.08vw;
  left: 0;
}
@media screen and (max-width: 849px) {
  .yoko_line03::after {
    bottom: auto;
    top: 33px;
  }
}
.yoko_line03::after {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 1400ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 849px) {
  .yoko_line03::after {
    transition: 800ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.yoko_line03.is-active::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.js-fadein {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: 920ms ease;
  transition-property: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-active.js-fadein,
.is-active .js-fadein {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
.js-fadein--static {
  opacity: 0;
  transition: opacity 880ms ease;
}
.is-active.js-fadein--static,
.is-active .js-fadein--static {
  opacity: 1;
}
.js-fadein--slow {
  transition-duration: 1050ms;
}
.ua-firefox .js-fadein {
  transform: translate3d(0, 40px, 0);
}
/* -------------------------------フェードインのCSS */
.js-delay-1 {
  transition-delay: 100ms !important;
}
.js-delay-2 {
  transition-delay: 200ms !important;
}
.js-delay-3 {
  transition-delay: 300ms !important;
}
.js-delay-4 {
  transition-delay: 400ms !important;
}
.js-delay-5 {
  transition-delay: 500ms !important;
}
.js-delay-6 {
  transition-delay: 600ms !important;
}
.js-delay-7 {
  transition-delay: 700ms !important;
}
.js-delay-8 {
  transition-delay: 800ms !important;
}
.js-delay-9 {
  transition-delay: 900ms !important;
}
.js-delay-10 {
  transition-delay: 1000ms !important;
}
.js-delay-11 {
  transition-delay: 1100ms !important;
}
.js-delay-12 {
  transition-delay: 1200ms !important;
}
.js-delay-13 {
  transition-delay: 1300ms !important;
}
.js-delay-14 {
  transition-delay: 1400ms !important;
}
.js-delay-15 {
  transition-delay: 1500ms !important;
}
.js-delay-16 {
  transition-delay: 1600ms !important;
}
@media screen and (max-width: 849px) {
  .js-delay-16 {
    transition-delay: 900ms !important;
  }
}
.js-delay-17 {
  transition-delay: 1700ms !important;
}
.js-delay-18 {
  transition-delay: 1800ms !important;
}
.js-delay-19 {
  transition-delay: 1900ms !important;
}
.js-delay-20 {
  transition-delay: 2000ms !important;
}
@media screen and (max-width: 849px) {
  .js-delay-20 {
    transition-delay: 1000ms !important;
  }
}
.js-delay-21 {
  transition-delay: 2100ms !important;
}
.js-delay-22 {
  transition-delay: 2200ms !important;
}
.js-delay-23 {
  transition-delay: 2300ms !important;
}
.js-delay-24 {
  transition-delay: 2400ms !important;
}
.js-delay-25 {
  transition-delay: 2500ms !important;
}
.js-delay-26 {
  transition-delay: 2600ms !important;
}
.js-delay-27 {
  transition-delay: 2700ms !important;
}
.js-delay-28 {
  transition-delay: 2800ms !important;
}
.js-delay-29 {
  transition-delay: 2900ms !important;
}
.js-delay-30 {
  transition-delay: 3000ms !important;
}
.js-delay-31 {
  transition-delay: 3100ms !important;
}
.js-delay-32 {
  transition-delay: 3200ms !important;
}
.js-delay-33 {
  transition-delay: 3300ms !important;
}
.js-delay-34 {
  transition-delay: 3400ms !important;
}
.js-delay-35 {
  transition-delay: 3500ms !important;
}
.js-delay-36 {
  transition-delay: 3600ms !important;
}
.js-delay-37 {
  transition-delay: 3700ms !important;
}
.js-delay-38 {
  transition-delay: 3800ms !important;
}
.js-delay-39 {
  transition-delay: 3900ms !important;
}
.js-delay-40 {
  transition-delay: 4000ms !important;
}
.js-delay-41 {
  transition-delay: 4100ms !important;
}
.js-delay-42 {
  transition-delay: 4200ms !important;
}
.js-delay-43 {
  transition-delay: 4300ms !important;
}
.js-delay-44 {
  transition-delay: 4400ms !important;
}
.js-delay-45 {
  transition-delay: 4500ms !important;
}
.js-delay-46 {
  transition-delay: 4600ms !important;
}
.js-delay-47 {
  transition-delay: 4700ms !important;
}
.js-delay-48 {
  transition-delay: 4800ms !important;
}
.js-delay-49 {
  transition-delay: 4900ms !important;
}
.js-delay-50 {
  transition-delay: 5000ms !important;
}
/* -----------------------------------------
 js-scalein
----------------------------------------- */
.js-scalein {
  opacity: 0;
  transform: scale(0);
  transition: 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-scalein-bottom {
  opacity: 0;
  transform: translate3d(0, 80px, 0) scale(0);
  transition: 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-active.js-scalein,
.is-active .js-scalein {
  opacity: 1;
  transform: scale(1);
}
.is-active.js-scalein-bottom,
.is-active .js-scalein-bottom {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
/* -----------------------------------------
 js-scalein
----------------------------------------- */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.all_body_hide {
  overflow: hidden !important;
}
#header_n {
  width: 100%;
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 98;
  align-items: center;
  display: flex;
  height: 80px;
}
@media screen and (max-width: 849px) {
  #header_n {
    top: 0;
    z-index: 9999;
    padding-left: 0;
    height: 50px;
    padding-right: 0;
  }
}
#header_n .header_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1286px;
  height: 74px;
  padding: 0 20px 6px 20px;
}
@media screen and (max-width: 1020px) {
  #header_n .header_item {
    padding: 0 5px 6px 5px;
  }
}
@media screen and (max-width: 849px) {
  #header_n .header_item {
    align-items: center;
    width: auto;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
  }
}
#header_n .header_item .logo {
  width: 220px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  #header_n .header_item .logo {
    width: 180px;
  }
}
#header_n .header_item .logo img {
  width: 220px;
}
@media screen and (max-width: 849px) {
  #header_n .header_item .logo img {
    width: 140px;
  }
}
@media screen and (max-width: 849px) {
  #header_n .header_item .logo {
    width: 140px;
  }
}
#menuBtn {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 99999999;
}
@media screen and (max-width: 849px) {
  #menuBtn {
    display: block;
    width: 25px;
    height: 18px;
    top: 15px;
    right: 15px;
  }
}
#menuBtn span {
  display: block;
  background: #A5C755;
  position: absolute;
}
@media screen and (max-width: 849px) {
  #menuBtn span {
    height: 2px;
  }
  #menuBtn span:nth-child(1) {
    top: 0;
    right: 0;
    width: 25px;
    transition: 0.3s ease-in-out;
  }
  #menuBtn span:nth-child(2) {
    top: 8px;
    right: 0;
    width: 25px;
    transition: 0.3s ease-in-out;
  }
  #menuBtn span:nth-child(3) {
    top: 16px;
    right: 0;
    width: 25px;
    transition: 0.3s ease-in-out;
  }
}
.isOpen {
  background: none !important;
}
.isOpen span:nth-child(1) {
  transition: 0.3s ease-in-out;
  transform: translateY(8px) rotate(-45deg);
  top: 0 !important;
  width: 25px;
}
.isOpen span:nth-child(2) {
  display: none !important;
  transition: 0.3s ease-in-out;
}
.isOpen span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  transition: 0.3s ease-in-out;
  top: 16px !important;
  width: 25px !important;
}
#l_btn {
  cursor: pointer;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd .skiptranslate {
  display: none;
}
.header_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 9999999;
  position: relative;
}
@media screen and (max-width: 849px) {
  .header_box {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.menu_item {
  align-items: center;
  display: flex !important;
  width: calc(100% - 220px);
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .menu_item {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 849px) {
  .menu_item {
    align-items: flex-start;
    height: 100%;
    padding-right: 30px;
    width: calc(100% - 140px);
  }
}
.menu_item .hb_tel {
  display: block;
  padding: 0 8px;
  width: fit-content;
  color: #6FB321 !important;
  margin-left: 15px;
}
@media screen and (max-width: 1300px) {
  .menu_item .hb_tel {
    margin-left: 0;
  }
}
.menu_item .hb_tel .sp_icon {
  display: none;
}
@media screen and (max-width: 849px) {
  .menu_item .hb_tel .sp_icon {
    max-width: 20px;
    display: flex;
    height: 50px;
    align-items: center;
    margin-right: 5px;
    padding-bottom: 4px;
  }
}
.menu_item .hb_tel .t_n {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 1200px) {
  .menu_item .hb_tel .t_n {
    font-size: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item .hb_tel .t_n {
    display: none;
  }
}
.menu_item .hb_tel .t_n::after {
  position: absolute;
  content: "";
  background: url(../img/common/h_tel_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 26px;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .menu_item .hb_tel .t_n::after {
    width: 15px;
    height: 19.5px;
  }
}
.menu_item .hb_tel .t_t {
  padding-left: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .menu_item .hb_tel .t_t {
    font-size: 11px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item .hb_tel .t_t {
    display: none;
  }
}
.menu_item .hb_contact {
  display: block;
  width: 80px;
  height: 74px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  background: #A5C755;
  padding-top: 15px;
}
@media screen and (max-width: 1200px) {
  .menu_item .hb_contact {
    width: 60px;
    height: 74px;
    font-size: 12px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item .hb_contact {
    padding-top: 2px;
    height: 45px;
    font-size: 10px;
    border-radius: 0 0 5px 5px;
  }
}
.menu_item .hb_contact span {
  display: block;
  margin: auto;
  max-width: 20px;
  margin-bottom: 10px;
  height: 20px;
}
@media screen and (max-width: 1200px) {
  .menu_item .hb_contact span {
    max-width: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item .hb_contact span {
    margin-bottom: 0;
  }
}
.menu_item .hb_contact .c_box {
  width: fit-content;
  margin: auto;
}
.menu_item .navli {
  display: block;
  position: relative;
}
@media screen and (max-width: 849px) {
  .menu_item .navli {
    display: none;
    height: auto !important;
  }
}
.menu_item #menu_list::-webkit-scrollbar {
  width: 4px;
}
.menu_item #menu_list::-webkit-scrollbar-track {
  background-color: #3B3B3B;
}
.menu_item #menu_list::-webkit-scrollbar-thumb {
  background-color: #3B3B3B;
  border-radius: 8px;
}
.menu_item #menu_list {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 100vh;
    width: 100%;
    padding: 10px 0 0 0;
    position: fixed;
    top: 50px;
    left: 0;
    overflow: scroll;
    text-align: left;
    background: rgba(244, 243, 243, 0.95);
    overflow-x: hidden;
  }
}
.menu_item #menu_list .main_menu {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .menu_item #menu_list .main_menu {
    column-gap: 10px;
  }
}
@media screen and (max-width: 1020px) {
  .menu_item #menu_list .main_menu {
    column-gap: 5px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .main_menu {
    padding: 40px;
    margin: auto;
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 0;
  }
  .menu_item #menu_list .main_menu .sb {
    padding-top: 10px;
  }
}
.menu_item #menu_list .main_menu a {
  color: #454545 !important;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .menu_item #menu_list .main_menu a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1020px) {
  .menu_item #menu_list .main_menu a {
    font-size: 10px;
  }
}
@media screen and (max-width: 870px) {
  .menu_item #menu_list .main_menu a {
    font-size: 9px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .main_menu a {
    font-size: 14px;
    background-image: linear-gradient(to right, #3B3B3B 2px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
.menu_item #menu_list .main_menu a:hover {
  opacity: 1;
  color: #6FB321 !important;
}
.menu_item #menu_list .main_menu .menu_te {
  display: flex;
  align-items: center;
  height: 74px;
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .main_menu .menu_te {
    height: auto;
  }
}
.menu_item #menu_list .main_menu .sub_menu {
  display: none;
  position: absolute;
  left: -45px;
  top: 74px;
  text-align: left;
  z-index: 55;
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .main_menu .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    display: block;
    margin: auto;
  }
}
.menu_item #menu_list .main_menu .sub_menu .sub_menu_box {
  position: relative;
  width: fit-content;
  background: rgba(255, 255, 255, 0.9);
  min-width: 200px;
  padding: 0 15px;
}
.menu_item #menu_list .main_menu .sub_menu .sub_menu_box li {
  width: 100%;
  height: fit-content;
}
.menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  padding: 8px 0;
  color: #17181A;
  width: 100%;
  position: relative;
  display: block;
  white-space: nowrap;
  background-image: linear-gradient(to right, #3B3B3B 2px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.menu_item #menu_list .main_menu .sub_menu .sub_menu_box li:last-child a {
  background: none;
}
.menu_item #menu_list .sp_pumenu {
  display: none !important;
}
@media screen and (max-width: 818px) {
  .menu_item #menu_list .sp_pumenu {
    padding-top: 0 !important;
    display: block !important;
  }
  .menu_item #menu_list .sp_pumenu::after {
    display: none;
  }
}
.menu_item #menu_list .sp_pumenu .q_txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  background-image: linear-gradient(to right, #3B3B3B 2px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
}
.menu_item #menu_list .sp_pumenu .q_txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 6.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sp_pumenu.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.menu_item #menu_list .sp_pumenu .faqactive:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 6.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sp_pumenu_on.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.menu_item #menu_list .sp_pumenu .faqactive {
  border-bottom: none;
}
.menu_item #menu_list .sp_pumenu .a_txt {
  display: none;
  background-image: linear-gradient(to right, #3B3B3B 1px, transparent 1px);
  background-size: 2px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.8;
  width: calc(100% - 20px);
  margin-left: 10px;
}
.menu_item #menu_list .sp_pumenu .a_txt:last-child {
  background: none;
  padding-bottom: 0;
}
.menu_item #menu_list .sp_pumenu .a_txt a {
  border-bottom: none !important;
  width: 100%;
  position: relative;
  display: block;
  white-space: nowrap;
  padding-bottom: 5px !important;
  padding-top: 5px;
  font-size: 12px;
}
.menu_item #menu_list .sp_pumenu .a_txt:after {
  display: none;
}
.menu_item .container::-webkit-scrollbar {
  width: 16px;
}
.menu_item .container::-webkit-scrollbar-track {
  background-color: #fff;
}
.menu_item .container::-webkit-scrollbar-thumb {
  background-color: #3760d0;
  border-radius: 8px;
}
.menu_item .menuopen {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
.menu_item .menu_box {
  width: 100%;
}
.menu_item .menu_pc {
  width: 100%;
  display: flex;
  margin: auto;
}
@media screen and (max-width: 849px) {
  .menu_item .menu_pc {
    display: none;
  }
}
.menu_item .menu_pc ul {
  width: 50%;
}
.menu_item .menu_pc ul li + li {
  margin-top: 40px;
}
.menu_item .menu_pc ul li a {
  display: block;
}
.menu_item .menu_pc ul li .main_a {
  text-align: left;
  width: 100%;
  color: #3B3B3B !important;
  padding-left: 31px;
  letter-spacing: 0.1em;
  font-size: 23px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .menu_item .menu_pc ul li .main_a {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.menu_item .menu_pc ul li .main_a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/menu_list_li.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
.menu_item .menu_pc ul li .sub_a {
  line-height: 1.5;
  color: #3B3B3B !important;
  padding-left: 31px;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .menu_item .menu_pc ul li .sub_a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.menu_item .menu_pc ul li .sub_a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  left: 0;
  top: 12px;
  background: #3B3B3B;
}
.menu_list_open {
  transition: 0.3s ease-in-out;
  top: -100vh;
  display: flex !important;
  -webkit-animation-name: fadeopen;
  animation-name: fadeopen;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeopen {
  0% {
    opacity: 1;
    top: -100vh;
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.menu_list_close {
  transition: 0.3s ease-in-out;
  right: -850px;
  display: block !important;
  -webkit-animation-name: fadeclose;
  animation-name: fadeclose;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeclose {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -850px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
html {
  margin-top: 0 !important;
}
.bg_show {
  opacity: 1 !important;
  z-index: 99;
}
.play {
  display: block !important;
}
.noplay {
  display: none !important;
}
.flex {
  display: block !important;
}
.noflex {
  display: none !important;
}
#breadcrumbs {
  text-align: right;
  margin-bottom: 70px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.5;
  overflow: auto;
}
@media screen and (max-width: 849px) {
  #breadcrumbs {
    margin-bottom: 30px;
  }
}
#breadcrumbs span {
  display: flex;
  align-items: center;
  justify-content: end;
  white-space: nowrap;
}
@media screen and (max-width: 849px) {
  #breadcrumbs span {
    justify-content: flex-start;
  }
}
#breadcrumbs span span:first-child a:first-child {
  font-size: 0px;
  background: url(../img/common/page_home.svg) no-repeat center left / contain;
  background-size: 14.5px 13px;
  transition: 0.3s ease-in-out;
  width: 39.5px;
  height: 13px;
  display: inline-block;
}
#breadcrumbs a {
  color: #3B3B3B;
  padding-right: 25px;
  position: relative;
  white-space: nowrap;
}
#breadcrumbs a::after {
  position: absolute;
  content: "";
  width: 4.5px;
  height: 8px;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/page_icon.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 849px) {
  #breadcrumbs a::after {
    width: 6px;
    height: 9px;
  }
}
.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 849px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  border: none;
}
.pagination .page {
  color: #3B3B3B;
  line-height: 100%;
  display: block;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding-top: 4px;
}
.pagination .current {
  padding-top: 4px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  background: #3B3B3B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
  border-radius: 30px;
}
.pagination .previouspostslink {
  display: block;
  width: 33px;
  height: 33px;
  font-size: 0;
  margin-right: 11px;
  border: none;
  background: url(../img/common/icon_l.svg) no-repeat center / contain;
  background-size: 100% 100%;
}
.pagination .nextpostslink {
  display: block;
  width: 33px;
  height: 33px;
  font-size: 0;
  margin-left: 11px;
  border: none;
  background: url(../img/common/icon_r.svg) no-repeat center / contain;
  background-size: 100% 100%;
}
.flex_box {
  position: fixed;
  width: fit-content;
  right: 0;
  z-index: 97;
  top: 180px;
}
@media screen and (max-width: 849px) {
  .flex_box {
    top: auto;
    width: 100%;
    display: flex;
    column-gap: 4px;
    bottom: 0;
  }
}
.flex_box a {
  display: block;
}
.flex_box .flex_c {
  background: #A5C755;
  display: flex;
  justify-content: center;
  width: 50px;
}
@media screen and (max-width: 849px) {
  .flex_box .flex_c {
    width: calc(50% - 2px);
  }
}
.flex_box .flex_c span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 40px 0 25px 0;
  line-height: 1.8;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 5px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .flex_box .flex_c span {
    writing-mode: lr;
    font-size: 14px;
    letter-spacing: 0;
    padding: 8px 5px 8px 20px;
  }
}
.flex_box .flex_c span::after {
  position: absolute;
  content: "";
  background: url(../img/common/flex_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: 18px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .flex_box .flex_c span::after {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }
}
.flex_box .flex_c:hover {
  opacity: 1;
  background: #6FB321;
}
.flex_box .flex_d {
  background: #6FB321;
  margin-top: 13px;
}
@media screen and (max-width: 849px) {
  .flex_box .flex_d {
    margin-top: 0;
  }
}
.flex_box .flex_d span {
  padding: 34px 0 10px 0;
}
@media screen and (max-width: 849px) {
  .flex_box .flex_d span {
    padding: 8px 5px 8px 20px;
  }
}
.flex_box .flex_d span::after {
  position: absolute;
  content: "";
  background: url(../img/common/flex_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  top: 10px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .flex_box .flex_d span::after {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
}
.flex_box .flex_d:hover {
  opacity: 1;
  background: #A5C755;
}
#page_header {
  margin-top: 76px !important;
}
@media screen and (max-width: 849px) {
  #page_header {
    margin-top: 50px !important;
  }
}
.mv {
  margin-top: 76px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .mv {
    margin-top: 50px;
  }
}
.mv video {
  width: 100%;
}
.mv .mv_box {
  padding: 0 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .img {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 10px;
}
@media screen and (max-width: 849px) {
  .mv .img {
    letter-spacing: 5px;
    line-height: 1.4;
    font-size: 20px;
  }
}
.mv .img span {
  font-size: 18px;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 849px) {
  .mv .img span {
    font-size: 10px;
  }
}
.h2_ttl {
  position: relative;
  padding-top: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 849px) {
  .h2_ttl {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
}
.h2_ttl::after {
  position: absolute;
  content: "";
  background: #A5C755;
  width: 500px;
  height: 2px;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .h2_ttl::after {
    width: 280px;
  }
}
.h2_ttl::before {
  position: absolute;
  content: "";
  background: #A5C755;
  width: 200px;
  height: 10px;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .h2_ttl::before {
    width: 130px;
    height: 5px;
  }
}
.h2_ttl span {
  font-family: "Shippori Mincho B1", serif;
  display: block;
  text-align: left;
  line-height: 1.01;
  font-weight: bold;
  font-size: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 849px) {
  .h2_ttl span {
    margin-bottom: 5px;
    font-size: 40px;
  }
}
.nw_more {
  display: block;
  background: #6FB321;
  max-width: 155px;
  width: 100%;
  color: #ffffff !important;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .nw_more {
    line-height: 35px;
    font-size: 13px;
  }
}
.nw_more::after {
  position: absolute;
  content: "";
  background: url(../img/common/more_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .nw_more::after {
    width: 16px;
    height: 16px;
  }
}
.nw_more:hover {
  background: #A5C755;
  opacity: 1;
}
.nw_more:hover::after {
  right: 5px;
}
.more_w {
  display: block;
  background: #ffffff;
  max-width: 155px;
  width: 100%;
  color: #6FB321 !important;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .more_w {
    line-height: 35px;
    font-size: 13px;
  }
}
.more_w::after {
  position: absolute;
  content: "";
  background: url(../img/common/call_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .more_w::after {
    width: 16px;
    height: 16px;
  }
}
.more_w:hover {
  background: #A5C755;
  opacity: 1;
  color: #ffffff !important;
}
.more_w:hover::after {
  right: 5px;
}
.news {
  background: #F9F9F9;
}
.news .inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 849px) {
  .news .inner {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.news .news_top {
  position: absolute;
  background: #A5C755;
  color: #ffffff;
  left: 0;
  top: -30px;
  z-index: 20;
  display: flex;
}
@media screen and (max-width: 849px) {
  .news .news_top {
    min-width: 90%;
    max-width: 90%;
    top: -20px;
  }
}
.news .news_top .news_top_box {
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 0;
  position: relative;
  color: #ffffff !important;
  width: 100%;
  max-width: 500px;
  min-width: 500px;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box {
    min-width: 100%;
    max-width: 100%;
    padding: 10px 30px 10px 0;
  }
}
.news .news_top .news_top_box::before {
  width: 500%;
  left: -500%;
  background: #A5C755;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box::before {
    display: none;
  }
}
.news .news_top .news_top_box::after {
  position: absolute;
  content: "";
  background: url(../img/common/news_top_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
.news .news_top .news_top_box:hover {
  opacity: 1;
}
.news .news_top .news_top_box:hover::after {
  right: 15px;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box:hover::after {
    right: 10px;
  }
}
.news .news_top .news_top_box02 {
  display: flex;
  max-width: 520px;
  min-width: 520px;
  align-items: center;
  padding: 15px 20px 15px 20px;
  position: relative;
  color: #ffffff !important;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box02 {
    min-width: 100%;
    max-width: 100%;
    padding: 10px 10px 10px 10px;
  }
}
.news .news_top .news_top_box02::before {
  width: 500%;
  left: -500%;
  background: #A5C755;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
}
.news .news_top .news_top_box02::after {
  position: absolute;
  content: "";
  background: url(../img/common/news_top_a.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 130px;
  height: 47px;
  left: 20px;
  top: -28px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box02::after {
    left: 10px;
    width: 100px;
    height: 36px;
    top: -22px;
  }
}
.news .news_top .news_top_box02 a {
  width: 100%;
  display: block;
  position: relative;
}
.news .news_top .news_top_box02 a::after {
  position: absolute;
  content: "";
  background: url(../img/common/news_top_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.news .news_top .news_top_box02 a:hover {
  opacity: 1;
}
.news .news_top .news_top_box02 a:hover::after {
  right: -5px;
}
.news .news_top .news_top_box02:hover {
  opacity: 1;
}
.news .news_top .news_top_box02:hover::after {
  right: 15px;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_box02:hover::after {
    right: 10px;
  }
}
.news .news_top .news_top_ttl {
  width: 161px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_ttl {
    width: fit-content;
    padding: 0 20px;
    font-size: 16px;
  }
}
.news .news_top .news_top_txt {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 30px;
  color: #fff !important;
}
@media screen and (max-width: 849px) {
  .news .news_top .news_top_txt {
    font-size: 14px;
  }
}
.news dl {
  display: flex;
}
@media screen and (max-width: 849px) {
  .news dl {
    display: block;
  }
}
.news dl dt {
  width: calc(100% - 220px);
}
@media screen and (max-width: 849px) {
  .news dl dt {
    width: 100%;
  }
}
.news dl dt ul {
  display: block;
  width: 100%;
}
.news dl dt ul li {
  display: flex;
}
.news dl dt ul li + li {
  margin-top: 10px;
}
.news dl dt ul li a {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  display: flex;
}
@media screen and (max-width: 849px) {
  .news dl dt ul li a {
    display: block;
  }
}
.news dl dt ul li .date {
  width: 114px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #3B3B3B;
}
@media screen and (max-width: 849px) {
  .news dl dt ul li .date {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.news dl dt ul li .ttl {
  width: calc(100% - 114px);
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 849px) {
  .news dl dt ul li .ttl {
    width: 100%;
    font-size: 14px;
  }
}
.news dl dd {
  width: 220px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
@media screen and (max-width: 849px) {
  .news dl dd {
    margin-top: 15px;
    width: 100%;
  }
}
.news dl dd .more {
  margin-right: 0;
}
.footer .inner {
  border-top: 1px solid #3B3B3B;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 849px) {
  .footer .inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.footer .footer_box {
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 849px) {
  .footer .footer_box {
    display: block;
  }
}
.footer .footer_box .footer_box_l {
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 849px) {
  .footer .footer_box .footer_box_l {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }
}
.footer .footer_box .footer_box_l .f_logo {
  display: block;
  max-width: 230px;
  margin-bottom: 10px;
}
.footer .footer_box .footer_box_l .f_l_sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 849px) {
  .footer .footer_box .footer_box_l .f_l_sub {
    margin-bottom: 10px;
  }
}
.footer .footer_box .footer_box_l .f_l_txt span {
  display: block;
  color: #6FB321;
  font-weight: bold;
}
.footer .footer_box .footer_box_l .f_l_txt a {
  color: #3B3B3B !important;
}
.footer .footer_box .footer_box_r {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 849px) {
  .footer .footer_box .footer_box_r {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .footer_box .footer_box_r .sns_ins {
  max-width: 40px;
  margin-top: 15px;
  display: block;
}
.footer .footer_box .footer_box_r .footer_box_r_ul {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  column-gap: 60px;
}
@media screen and (max-width: 849px) {
  .footer .footer_box .footer_box_r .footer_box_r_ul {
    column-gap: 8px;
    max-width: 100%;
  }
}
.footer .footer_box .footer_box_r .footer_box_r_ul li {
  width: calc(50% - 30px);
  text-align: left;
}
.footer .footer_box .footer_box_r .footer_box_r_ul li a {
  display: block;
  color: #3B3B3B !important;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 849px) {
  .footer .footer_box .footer_box_r .footer_box_r_ul li a {
    font-size: 12px;
    line-height: 1.6;
  }
}
.footer .footer_box .footer_box_r .footer_box_r_ul li a::after {
  position: absolute;
  content: "";
  background: #3B3B3B;
  width: 5px;
  height: 5px;
  left: 0;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.about {
  background: #ffffff;
}
.about .inner {
  padding-top: 100px;
}
@media screen and (max-width: 849px) {
  .about .inner {
    padding-top: 70px;
  }
}
.about .nw_more {
  margin-right: 0;
  margin-top: 15px;
}
@media screen and (max-width: 849px) {
  .about .nw_more {
    margin-top: 10px;
  }
}
.about .about_box {
  padding-top: 23px;
  display: flex;
  background: url(../img/common/about_after.png) no-repeat right top / contain;
  background-size: 300px auto;
}
@media screen and (max-width: 849px) {
  .about .about_box {
    background: url(../img/common/about_after.png) no-repeat right bottom / contain;
    background-size: 300px auto;
    display: block;
  }
}
.about .about_box .a_img {
  width: 41.1%;
  padding-right: 30px;
}
@media screen and (max-width: 849px) {
  .about .about_box .a_img {
    width: 100%;
    padding-right: 0;
  }
}
.about .about_box .a_img .a_mov {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.about .about_box .a_img .a_mov::after {
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  position: absolute;
  content: "";
  background: #E9FAE2;
}
.about .about_box .a_img .a_mov iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.about .about_box .a_txt {
  width: 58.9%;
}
@media screen and (max-width: 849px) {
  .about .about_box .a_txt {
    width: 100%;
    margin-top: 25px;
  }
}
.about .about_box .a_txt .aa_ttl {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  max-width: 490px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 849px) {
  .about .about_box .a_txt .aa_ttl {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.about .about_box .a_txt .aa_ttl::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.about .about_box .a_txt .aa_ttl .a_ttl_box {
  width: fit-content;
  padding-right: 15px;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.about .about_box .a_txt .aa_ttl span {
  color: #6FB321;
}
.about .about_box .a_txt .a_txttt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 849px) {
  .about .about_box .a_txt .a_txttt {
    font-size: 14px;
  }
}
.n_menu {
  background: #ffffff;
}
@media screen and (max-width: 849px) {
  .n_menu .inner {
    padding-top: 20px;
  }
}
.n_menu .n_menu_ttl {
  max-width: 428px;
}
@media screen and (max-width: 849px) {
  .n_menu .n_menu_ttl {
    max-width: 180px;
  }
}
.n_menu_box {
  background: linear-gradient(117deg, #DCEEAD 15.66%, #FDFFB6 89.79%);
}
.n_menu_box .inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 849px) {
  .n_menu_box .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.n_menu_box .menu_list {
  display: flex !important;
  gap: 30px;
  flex-wrap: wrap !important;
  column-gap: 30px !important;
}
@media screen and (max-width: 849px) {
  .n_menu_box .menu_list {
    gap: 20px;
  }
}
.n_menu_box .menu_list li {
  margin: 0 !important;
  width: calc(25% - 22.5px) !important;
}
@media screen and (max-width: 849px) {
  .n_menu_box .menu_list li {
    width: 100% !important;
  }
  .n_menu_box .menu_list li .m_sub_ttl,
  .n_menu_box .menu_list li .m_ttl {
    text-align: center !important;
  }
}
.n_cta {
  background: url(../img/common/cta_bg.webp) no-repeat center / contain;
  background-size: cover;
}
.n_cta .inner {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 849px) {
  .n_cta .inner {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.n_cta .n_cta_ttl {
  font-size: 36px;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (max-width: 849px) {
  .n_cta .n_cta_ttl {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.n_cta .n_cta_sub {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .n_cta .n_cta_sub {
    font-size: 16px;
  }
}
.n_cta ul {
  margin-top: 40px;
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 849px) {
  .n_cta ul {
    display: block;
    margin: auto;
    margin-top: 20px;
    max-width: 80%;
  }
}
.n_cta ul li {
  width: calc(33.33333% - 20px);
  background: #ffffff;
}
@media screen and (max-width: 849px) {
  .n_cta ul li {
    width: 100%;
  }
  .n_cta ul li + li {
    margin-top: 10px;
  }
}
.n_cta ul li .n_contact {
  background: #ffffff;
  padding: 30px 10px;
  display: block;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_contact {
    padding: 20px 10px;
  }
}
.n_cta ul li .n_contact .img {
  max-width: 50px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_contact .img {
    max-width: 30px;
  }
}
.n_cta ul li .n_contact .n_c_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #6FB321;
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_contact .n_c_ttl {
    font-size: 16px;
    margin-top: 15px;
  }
}
.n_cta ul li .n_contact .a_btn_g {
  width: 100%;
  margin: auto;
  line-height: 40px;
  max-width: 155px;
  background: #6FB321;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  padding-right: 7px;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_contact .a_btn_g {
    line-height: 35px;
    max-width: 140px;
    font-size: 13px;
    margin-top: 20px;
  }
}
.n_cta ul li .n_contact .a_btn_g::after {
  position: absolute;
  content: "";
  background: url(../img/common/dl_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_contact .a_btn_g::after {
    width: 15px;
    height: 15px;
  }
}
.n_cta ul li .n_cta_tel {
  border: 5px solid #ffffff;
  background: #A5C755;
  padding: 30px 10px;
  display: block;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel {
    padding: 15px 10px;
  }
}
.n_cta ul li .n_cta_tel .img {
  max-width: 50px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel .img {
    max-width: 30px;
  }
}
.n_cta ul li .n_cta_tel .n_tel_w {
  margin: auto;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  width: fit-content;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel .n_tel_w {
    margin-top: 5px;
    font-size: 18px;
  }
}
.n_cta ul li .n_cta_tel .n_tel_w span {
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel .n_tel_w span {
    font-size: 20px;
  }
}
.n_cta ul li .n_cta_tel .n_tel_sub {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel .n_tel_sub {
    font-size: 14px;
  }
}
.n_cta ul li .n_cta_tel .a_btn {
  width: 100%;
  margin: auto;
  line-height: 40px;
  max-width: 155px;
  background: #ffffff;
  color: #6FB321;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel .a_btn {
    max-width: 140px;
    font-size: 13px;
    line-height: 35px;
  }
}
.n_cta ul li .n_cta_tel .a_btn::after {
  position: absolute;
  content: "";
  background: url(../img/common/call_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .n_cta ul li .n_cta_tel .a_btn::after {
    width: 15px;
    height: 15px;
  }
}
.area {
  background: #ffffff;
}
.area .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1286px;
}
@media screen and (max-width: 849px) {
  .area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.area dl {
  display: flex;
}
@media screen and (max-width: 849px) {
  .area dl {
    display: block;
  }
}
.area dl dt {
  width: 40%;
  border-top: 3px solid #3B3B3B;
}
@media screen and (max-width: 849px) {
  .area dl dt {
    border-top: 2px solid #3B3B3B;
    width: 100%;
  }
}
.area dl dt .dt_box {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #3B3B3B 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 849px) {
  .area dl dt .dt_box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.area dl dt .dt_box .dt_ken {
  text-align: left;
  color: #6FB321;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 849px) {
  .area dl dt .dt_box .dt_ken {
    font-size: 18px;
  }
}
.area dl dt .dt_box .dt_txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 849px) {
  .area dl dt .dt_box .dt_txt {
    font-size: 14px;
  }
}
.area dl dt .dt_box .dt_txt span {
  color: #6FB321;
  font-weight: bold;
  display: block;
}
.area dl dt .dt_box .nw_more {
  margin-top: 10px;
  margin-left: 0;
}
.area dl dd {
  width: 60%;
  padding-left: 60px;
}
@media screen and (max-width: 849px) {
  .area dl dd {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.n_blog {
  background: url(../img/common/blog_bg.webp) no-repeat center top / contain;
  background-size: cover;
}
.n_blog .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 849px) {
  .n_blog .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.n_blog ul {
  display: flex;
  margin-top: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 849px) {
  .n_blog ul {
    display: block;
    margin-top: 20px;
  }
}
.n_blog ul li {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 849px) {
  .n_blog ul li {
    width: 100%;
  }
  .n_blog ul li + li {
    margin-top: 15px;
  }
}
.n_blog ul li a {
  display: block;
  background: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .n_blog ul li a {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }
}
.n_blog ul li a::after {
  position: absolute;
  content: "";
  background: url(../img/common/blog_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 20px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .n_blog ul li a::after {
    width: 15px;
    height: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.n_blog ul li a:hover::after {
  right: 15px;
}
@media screen and (max-width: 849px) {
  .n_blog ul li a:hover::after {
    right: 10px;
  }
}
.n_blog ul li .img {
  height: 200px;
}
@media screen and (max-width: 849px) {
  .n_blog ul li .img {
    height: 180x;
  }
}
.n_blog ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 849px) {
  .n_blog ul li .img img {
    border-radius: 5px 5px 0 0;
  }
}
.n_blog ul li .txt_box {
  padding: 20px 20px 55px 20px;
}
@media screen and (max-width: 849px) {
  .n_blog ul li .txt_box {
    padding: 10px 10px 35px 10px;
  }
}
.n_blog ul li .txt_box .date {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 849px) {
  .n_blog ul li .txt_box .date {
    font-size: 12px;
    line-height: 1.6;
  }
}
.n_blog ul li .txt_box .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 849px) {
  .n_blog ul li .txt_box .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.n_blog .nw_more {
  margin-right: 0;
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .n_blog .nw_more {
    margin-top: 20px;
  }
}
.n_recruit {
  background: #F5F5F5;
}
.n_recruit .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.n_recruit .more_w {
  margin-right: 0;
  margin-left: auto;
}
.n_recruit ul {
  margin-top: 30px;
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 849px) {
  .n_recruit ul {
    margin-top: 20px;
    padding: 20px;
  }
}
.n_recruit ul li + li {
  margin-top: 15px;
}
.n_recruit ul li:last-child {
  background: none;
}
.n_recruit ul li a {
  align-items: flex-start;
  max-width: 794px;
  margin: auto;
  display: flex;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #3B3B3B 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 849px) {
  .n_recruit ul li a {
    display: block;
  }
}
.n_recruit ul li .date {
  width: 114px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 849px) {
  .n_recruit ul li .date {
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
  }
}
.n_recruit ul li .ttl {
  text-align: left;
  width: calc(100% - 114px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  column-gap: 5px;
}
@media screen and (max-width: 849px) {
  .n_recruit ul li .ttl {
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
    line-height: 1.6;
  }
}
.n_recruit ul li .ttl .tag_pink {
  background: #FFE8FE;
}
.n_recruit ul li .ttl .tag_blue {
  background: #D4EBFF;
}
.n_recruit ul li .ttl .tag_green {
  background: #D8FFDC;
}
.n_recruit ul li .ttl .tag_org {
  background: #FFDFD5;
}
.n_recruit ul li .ttl .tag_por {
  background: #E6CEFF;
}
.n_recruit ul li .ttl .tag_yellow {
  background: #FFF7C1;
}
.n_recruit ul li .ttl .ne_tag {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 15px;
  border-radius: 100px;
  line-height: 1.5;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 849px) {
  .n_recruit ul li .ttl .ne_tag {
    font-size: 10px;
  }
}
.n_recruit ul li .ttl .ne_txt {
  display: block;
  width: fit-content;
}
.n_recruit .more_w {
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .n_recruit .more_w {
    margin-top: 20px;
  }
}
.n_link {
  background: #ffffff;
}
.n_link .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 849px) {
  .n_link .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.n_link .baner_list2:before {
  display: none !important;
}
.n_link .baner_list2 {
  padding: 0 80px;
}
@media screen and (max-width: 849px) {
  .n_link .baner_list2 {
    padding: 0;
  }
}
.b_c_b p {
  text-align: center !important;
}
.menu_in_box .m_ttl,
.menu_in_box .m_sub_ttl {
  text-align: center;
}
