@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

/* font
==================================*/
input,
textarea,
select,
i,
.wp-element-button {
  font-style: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
}

body {
  color: #2A2A2A;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body {
  font-size: 18px;
  line-height: 36px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
dt,
dd,
th,
td,
table th,
table td {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
  list-style-type: none !important;
}

a {
  outline: none;
}

#masthead {
  display: none;
}

#main {
  padding: 0;
}

* {
  background-color: initial;
  box-shadow: initial;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 18px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #2A2A2A;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #2A2A2A;
}
a:hover {
  color: #2A2A2A;
  text-decoration: none;
}
a:active {
  color: #2A2A2A;
}
a:hover {
  outline: none;
}

a:focus,
*:focus {
  outline: none !important;
}

body {
  background-color: #fff;
}
body table th,
body table td {
  border: initial;
  padding: initial;
  vertical-align: middle;
}

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

.spsm {
  display: none;
}

.spmd {
  display: none;
}

.spmlg {
  display: none;
}

.spmlg02 {
  display: none;
}

@media (max-width: 375px) {
  .spsm {
    display: block;
  }
}
@media (max-width: 900px) {
  .spmd {
    display: block;
  }
}
@media (max-width: 1210px) {
  .spmlg {
    display: block;
  }
}
@media (max-width: 1350px) {
  .spmlg02 {
    display: block;
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  opacity: 0;
  transform: translateY(50px);
  /* 下から浮かび上がる */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

footer.visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に戻る */
}

.pc {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 32px;
  background: #fff;
  overflow-x: hidden !important;
  position: relative;
}
body::before {
  content: "";
  display: block;
  background: url(../../images/common/image-background-sp.jpg) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.38;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 16px;
  line-height: 2;
}

#anc01,
#anc02,
#anc03,
#anc04 {
  display: block;
  height: 0;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
  cursor: default;
}

.loading {
  display: none;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 66px;
  z-index: 500;
}
header .Wrap {
  position: relative;
}
header .logo {
  position: absolute;
  top: 20px;
  left: 10px;
}
header .logo a {
  display: flex;
  align-items: center;
  width: 100px;
}
header .logo a img {
  width: 100%;
  height: auto;
}
header .r_box {
  display: flex;
  position: absolute;
  top: 13px;
  right: 20px;
}
header .c_Btn a {
  background: #6EBA38;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 40px;
  position: relative;
  z-index: 8888;
  transition: 0.3s;
}
header .c_Btn a:hover {
  background: #5D9B31;
}
header .c_Btn a::before {
  content: "";
  background: url(../../images/common/icon_mail.svg) no-repeat center 50%;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 4px;
}
header .c_Btn a img {
  height: 13px;
  width: auto;
}
header .hamburger {
  width: 46px;
  height: 41px;
  border-radius: 3px;
  position: relative;
  z-index: 8888;
  transition: 0.3s;
  background: #6EBA38;
  margin-right: 10px;
}
header .hamburger:hover {
  background: #5D9B31;
}
header .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 50%;
  margin-left: -12px;
  z-index: 8888;
}
header .hamburger span.b01 {
  top: 12px;
}
header .hamburger span.b02 {
  top: 20px;
}
header .hamburger span.b03 {
  top: 28px;
}
header .hamburger.active span.b01 {
  top: 20px;
  background: #fff;
  transform: rotate(-45deg);
  height: 3px;
}
header .hamburger.active span.b02,
header .hamburger.active span.b03 {
  height: 3px;
  top: 20px;
  background: #fff;
  transform: rotate(45deg);
}
header .nav_area {
  opacity: 0;
  transition: 0.3s;
  transform: translateX(300px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  z-index: 7777;
  height: 540px;
  max-height: calc(100vh - 10px);
  box-sizing: border-box;
  width: 270px;
  background: transparent;
  border-radius: 7px;
  overflow: hidden;
}
header .nav_area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: rgba(232, 232, 232, 0.32);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  will-change: backdrop-filter;
  opacity: 1;
  border-radius: 7px;
}
header .nav_area .top_nav {
  padding: 100px 15px 20px;
  height: 100%;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
header .nav_area .top_nav::-webkit-scrollbar {
  display: none;
}

.panelactive .nav_area {
  opacity: 1;
  transform: translateX(0);
  overflow: visible;
}

header .top_nav {
  padding-top: 50px;
}
header .top_nav li {
  margin-bottom: 30px;
}
header .top_nav .eng {
  color: #6EBA38;
  display: block;
}
header .top_nav a {
  display: block;
  text-align: center;
  position: relative;
  line-height: 24px;
  font-size: 16px;
}
header .top_nav a::before {
  content: "";
  height: 1px;
  background: #CECECE;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 5em;
  margin-left: -2.5em;
  opacity: 0;
  display: block;
}
header .top_nav a:hover::before {
  opacity: 1;
}
header .top_nav a.l02::before {
  width: 9em;
  margin-left: -4.25em;
  bottom: -5px;
}
header .top_nav strong {
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
header .top_nav strong::before, header .top_nav strong::after {
  content: "";
  display: block;
  background: #CECECE;
  height: 30px;
  width: 1px;
  margin: 0 20px 0 0;
}
header .top_nav strong::after {
  margin: 0 0 0 20px;
}

/* main
==================================*/
.no_link {
  pointer-events: none;
  /* 無効なリンクを視覚的に区別 */
  cursor: default;
}

/* 左からフェードインの基本スタイル */
.fade-in-element {
  opacity: 0;
  /* 初期状態は透明 */
  transform: translateX(-30px);
  /* 左に30px移動 */
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* フェードインの遷移効果 */
}

/* フェードイン後の状態 */
.fade-in-element.visible {
  opacity: 1;
  /* 完全に表示 */
  transform: translateX(0);
  /* 元の位置に移動 */
}

.k_Main_area .Title {
  padding-bottom: 40px;
  border-bottom: solid 1px #CECECE;
  margin-bottom: 40px;
  margin-top: 100px;
}
.k_Main_area .Title::before {
  width: 29.46px;
  height: 18.49px;
}
.k_Main_area .Title strong {
  font-size: 28px;
  font-weight: 900;
  margin-top: 0;
}

@keyframes fadeIn02 {
  from {
    opacity: 0.2;
    /* フェードイン前の透明度 */
  }
  to {
    opacity: 1;
    /* フェードイン後の透明度 */
  }
}
.mincho {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
}

.bg {
  background: #F9F9F9;
  border-radius: 20px;
  padding: 70px 0;
}

.Title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.Title::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_title.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 51px;
  height: 32px;
  margin-right: 10px;
}
.Title .eng {
  line-height: 0;
  font-size: 0;
}
.Title strong {
  font-size: 20px;
  display: block;
  width: 100%;
  font-weight: normal;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  margin-top: 16px;
}

.title_border {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
.title_border::before {
  content: "";
  display: block;
  background: #6EBA38;
  width: 29px;
  height: 2px;
  margin-right: 10px;
}

.title_icon {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
}
.title_icon::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_title.svg) no-repeat center 50%;
  background-size: 29.46px auto;
  width: 30px;
  height: 19px;
  margin-right: 10px;
}
.title_icon.mincho {
  font-size: 28px;
  font-weight: 700;
  align-items: center;
  margin-bottom: 30px;
}
.title_icon span {
  width: calc(100% - 40px - 1em);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}

.More {
  display: flex;
  justify-content: flex-end;
}

.More a {
  width: 150px;
  height: 35px;
  text-indent: -9990px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s;
}
.More a span {
  background: url(../../images/common/more.svg) no-repeat right 50%;
  background-size: 49.62px auto;
  width: 50px;
  height: 35px;
  position: relative;
}
.More a span::before {
  content: "";
  display: block;
  background: #6EBA38;
  height: 1px;
  width: 51px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}
.More a::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_more.svg) no-repeat center 50%;
  background-size: 35px auto;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.More a::after {
  content: "";
  display: block;
  height: 2px;
  background: #6EBA38;
  width: 62px;
  position: absolute;
  top: 17.5px;
  left: 17.5px;
}

.link_blank span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  position: relative;
}
.link_blank span:hover {
  text-decoration-color: #BE1D2C;
}
.link_blank span::after {
  content: "";
  display: block;
  background: url(../../images/common/icon_blank.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 18.96px;
  height: 18.96px;
  margin-left: 15px;
}

.Anc_area {
  margin: 0 15px 90px;
}
.Anc_area .anc_box {
  margin-bottom: 40px;
}
.Anc_area a {
  border-bottom: solid 1px #CECECE;
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  color: #6EBA38;
}
.Anc_area a::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_yajirushi_under.svg) no-repeat center 50%;
  background-size: 8px auto;
  width: 9px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
  transition: 0.3s;
}
.Anc_area a:hover::before {
  top: 19px;
}

.table01 th,
.table01 td {
  border-bottom: solid 1px #707070;
  padding: 12px 0;
}
.table01 th.end,
.table01 td.end {
  border: none;
}
.table01 th {
  width: 6em;
  vertical-align: top;
}
.table01 td {
  width: calc(100% - 9em);
}
.table01 th,
.table01 td,
.table01 li {
  font-size: 16px;
  line-height: 1.6;
}
.table01 li {
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

.Wrap {
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
}

.lato {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.News_box {
  display: block;
  margin: 0 0 0 15px;
}
.News_box a.News_a {
  background: #F9F9F9;
  border-radius: 8px 0 0 0;
  overflow: hidden;
  display: block;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 15px;
  margin-bottom: 23px;
}
.News_box a.News_a::after {
  content: "";
  background: url(../../images/common/icon_yajirushi.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -12px 0 0 0;
  transition: 0.3s;
}
.News_box a.News_a .box {
  display: block;
}
.News_box a.News_a ul {
  width: 167px;
}
.News_box a.News_a ul .tag span {
  border-radius: 3px;
  border: solid 1px #6EBA38;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 12px;
  background: #fff;
}
.News_box a.News_a ul .tag {
  margin-bottom: 0;
}
.News_box a.News_a ul .day {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
}
.News_box a.News_a .tl {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  line-height: 32px;
  margin: 9px 0 8px 0;
  padding-right: 10%;
  font-size: 16px;
  line-height: 32px;
  width: calc(100% - 33px);
}

.blank {
  position: relative;
  display: flex;
}
.blank::after {
  content: "";
  display: block;
  background: url(../../images/common/icon_blank.svg) no-repeat center 50%;
  background-size: 18.96px auto;
  width: 19px;
  height: 19px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}

.no_link {
  pointer-events: none;
  /* 無効なリンクを視覚的に区別 */
  cursor: default;
}

main .Coming_soon_area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 700px);
  padding-top: 260px;
}
main .Coming_soon_area .txt {
  text-align: center;
  font-size: 30px;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
}

/* footer
==================================*/
footer {
  padding: 40px 0;
  margin-top: 100px;
}
footer .Wrap .top_box {
  margin-bottom: 30px;
}
footer .Wrap .top_box .logo {
  margin-bottom: 10px;
}
footer .Wrap .top_box .link {
  line-height: 1;
}
footer .Wrap .top_box .link a {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  margin-bottom: 15px;
}
footer .Wrap .add {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
footer .Wrap .copy {
  font-size: 12px;
}
footer .Wrap .copy .jost {
  font-size: 12px;
  display: inline;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
.home {
  margin: 0;
  position: relative;
}
.home footer {
  margin-top: 0;
}
.home .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.home .loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 200px;
}
.home .loading__logo img {
  width: 100%;
  height: auto;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.home main .Main_area {
  margin: 0 0 0;
}
.home main .Main_area h2 {
  line-height: 0;
  font-size: 0;
}
.home main .Main_area .txt {
  font-size: 24px;
  line-height: 50px;
  padding: 50px 15px;
}
.home main .Main_area .txt p {
  font-size: 24px;
  line-height: 50px;
  font-weight: 800;
}
.home main .Main_area .txt p:first-child {
  margin-bottom: 40px;
}
.home main .Main_area .scroll_box {
  width: 75px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home main .Main_area .scroll_box #scroll {
  position: relative;
  height: 120px;
}
.home main .Main_area .scroll_box #scroll::before {
  content: "";
  background: url(../../images/top/scroll_down_yajirushi.svg) no-repeat center 50%;
  background-size: 5.26px auto;
  width: 6px;
  height: 82px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1px;
  animation: float 3s infinite;
}
.home main .Main_area .scroll_box #scroll a {
  width: 74px;
  display: block;
}
.home main .Main_area .scroll_box #scroll img {
  animation: spin 20s linear infinite;
  width: 100%;
  height: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.home main .Slide_area02 {
  margin-bottom: 50px;
  padding: 60px 0 30px;
  /* スライダー全体 */
  /* スライド3枚のグループ */
  /* スライド */
  /* スライドの画像 */
  /* CSSアニメーション */
}
.home main .Slide_area02 .Slide_box {
  position: relative;
  margin-bottom: 50px;
}
.home main .Slide_area02 .Slide_box::before {
  content: "";
  display: block;
  background-image: linear-gradient(90deg, rgb(242, 249, 236), rgb(213, 232, 199));
  width: 100%;
  height: 48px;
  left: 0;
  right: 0;
  top: -24px;
  position: absolute;
  z-index: -1;
}
.home main .Slide_area02 .tl_box {
  padding-left: 15px;
  position: relative;
  top: -14px;
}
.home main .Slide_area02 .tl_box02 .tl {
  padding: 0 15px 0 0;
  justify-content: flex-end;
}
.home main .Slide_area02 .tl {
  display: flex;
}
.home main .Slide_area02 .tl img {
  display: block;
  width: 88.224px;
  height: auto;
}
.home main .Slide_area02 .tl img.tlimg02 {
  width: 115.2px;
}
.home main .Slide_area02 .tl img.tlimg03 {
  width: 66.8px;
}
.home main .Slide_area02 .tl span {
  font-size: 16px;
  color: #6EBA38;
  padding-left: 20px;
}
.home main .Slide_area02 .slider-wrapper {
  overflow: hidden;
  position: relative;
}
.home main .Slide_area02 .slider-wrapper02 {
  overflow: hidden;
  position: relative;
}
.home main .Slide_area02 .slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
  width: 760vw;
}
.home main .Slide_area02 .slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
}
.home main .Slide_area02 .slider02 {
  animation: scroll-right 20s infinite linear 0.5s both;
  display: flex;
}
.home main .Slide_area02 .slide {
  flex: 0 0 380vw;
}
.home main .Slide_area02 .slide img {
  width: 100%;
  height: auto;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.home main .About_area .Title {
  margin-bottom: 50px;
}
.home main .About_area .box {
  position: relative;
}
.home main .About_area .box .More {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.home main .About_area .box figure {
  width: 100%;
  height: 290px;
  border-radius: 5px;
  overflow: hidden;
}
.home main .About_area .box figure img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: 44% 50%;
     object-position: 44% 50%;
}
.home main .About_area .box .r_box h3 {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 55px;
}
.home main .About_area .box .r_box h3 span {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 60px;
  position: relative;
}
.home main .About_area .box .r_box h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 9px;
  width: 100%;
  background-color: #6EBA38;
  transition: width 0.8s ease;
  z-index: -1;
}
.home main .Service_area {
  padding: 90px 0 70px;
}
.home main .Service_area .Title {
  margin-bottom: 40px;
}
.home main .Service_area .box_a {
  background: #fff;
  border-radius: 12px;
  padding: 80px 15px 80px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.home main .Service_area .box_a figure {
  height: 230px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home main .Service_area .box_a figure img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1);
  transition: 0.3s;
}
.home main .Service_area .box_a h3 {
  font-weight: 900;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home main .Service_area .box_a h3 span {
  position: absolute;
  top: -60px;
  right: 0;
}
.home main .Service_area .box_a h3 span img {
  height: 50px;
  width: auto;
}
.home main .Service_area .box_a .txt {
  font-size: 18px;
  line-height: 36px;
}
.home main .Service_area .box_a .More {
  position: absolute;
  bottom: 30px;
  right: 10%;
}
.home main .Service_area .More {
  width: 150px;
  height: 35px;
  text-indent: -9990px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s;
}
.home main .Service_area .More span {
  background: url(../../images/common/more.svg) no-repeat right 50%;
  background-size: 49.62px auto;
  width: 50px;
  height: 35px;
  position: relative;
}
.home main .Service_area .More span::before {
  content: "";
  display: block;
  background: #6EBA38;
  height: 1px;
  width: 51px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}
.home main .Service_area .More::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_more.svg) no-repeat center 50%;
  background-size: 35px auto;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.home main .Service_area .More::after {
  content: "";
  display: block;
  height: 2px;
  background: #6EBA38;
  width: 62px;
  position: absolute;
  top: 17.5px;
  left: 17.5px;
}
.home main .News_area .Title {
  margin-bottom: 40px;
}
.home main .Contact_area {
  padding-top: 160px;
  margin-bottom: 146px;
}
.home main .Contact_area .Title {
  margin-bottom: 40px;
}
.home main .Contact_area .box .lead {
  margin-bottom: 20px;
}
.home main .Contact_area .box .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 105px;
  border: solid 2px #6EBA38;
  box-shadow: inset 0px 0px 10px 0px rgba(110, 186, 56, 0.16);
  border-radius: 18px;
  font-size: 24px;
  font-weight: 600;
}
.home main .Contact_area .box .btn a::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_mail_g.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 29px;
  height: 29px;
  margin-right: 20px;
}
.home main .Bottom_txt_area {
  margin-bottom: 146px;
}
.home main .Bottom_txt_area .Slide_box {
  position: relative;
  /* スライダー全体 */
  /* スライド3枚のグループ */
  /* スライド */
  /* スライドの画像 */
  /* CSSアニメーション */
}
.home main .Bottom_txt_area .Slide_box .slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
  width: 100vw;
}
.home main .Bottom_txt_area .Slide_box .slider {
  animation: scroll-left02 20s infinite linear 0.5s both;
  display: flex;
  /* スライド3枚を横並び */
}
.home main .Bottom_txt_area .Slide_box .slide {
  width: 200vw;
  /* 3はスライドの枚数 */
}
.home main .Bottom_txt_area .Slide_box .slide img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes scroll-left02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*==================================
  Top
==================================*/
.post-type-archive-news main .bg {
  padding: 40px 0;
}
.post-type-archive-news main .News_area .Wrap {
  position: relative;
}
.post-type-archive-news main .tag_choice_area {
  margin-bottom: 40px;
}
.post-type-archive-news main .tag_choice_area #Tag_area {
  padding-top: 100px;
  margin-top: -100px;
}
.post-type-archive-news main .tag_choice_area .btn_cate_list li {
  margin-bottom: 15px;
}
.post-type-archive-news main .tag_choice_area .btn_cate_list a {
  font-size: 14px;
  border-radius: 4px;
  display: block;
  text-align: center;
  border: solid 1px #6EBA38;
  background-color: #fff;
  padding: 3px 0;
}
.post-type-archive-news main .tag_choice_area .btn_cate_list a:hover {
  background: #6EBA38;
  color: #fff;
}
.post-type-archive-news main .tag_choice_area .btn_cate_list .selected a {
  background: #6EBA38;
  color: #fff;
}
.post-type-archive-news main .archive_pager {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.post-type-archive-news main .archive_pager .page-numbers:not(.next, .prev, .dots) {
  border: solid 2px #6EBA38;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin: 0 5px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  border-color: transparent;
}
.post-type-archive-news main .archive_pager .page-numbers:not(.next, .prev, .dots).current {
  background: #6EBA38;
  border-color: transparent;
  color: #fff;
}

body.single-news .single_bottom_nav .back a {
  width: 174px;
  margin: 105px auto 0;
  height: 45px;
  display: block;
  border: solid 2px #CECECE;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
body.single-news .single_bottom_nav .back a:hover {
  border-color: #6EBA38;
}
body.single-news .news-single .News_box {
  display: block;
  margin: 0 !important;
}
body.single-news .news-single .ph_main {
  border-radius: 26px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-bottom: 37px;
}
body.single-news .news-single .ph_main img {
  width: 100%;
  height: auto;
}
body.single-news .news-single .tag_title_box ul {
  margin-bottom: 15px;
}
body.single-news .news-single .tag_title_box .tag span {
  border-radius: 3px;
  border: solid 2px #6EBA38;
  padding: 0 30px;
  min-width: 156px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  background: #fff;
}
body.single-news .news-single .tag_title_box .day {
  line-height: 1.7;
  font-size: 16px;
  margin-right: 30px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
body.single-news .news-single .tag_title_box .title h2 {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
  width: 100%;
}
body.single-news .news-single .edit-area .w_content p {
  margin: 20px 0;
}
body.single-news .news-single .edit-area .w_content p img {
  max-width: 100%;
  max-width: 630px;
  width: auto;
  height: auto;
}
body.single-news .news-single .edit-area .w_content a {
  word-break: break-all;
  line-height: 1.6;
  display: block;
  text-decoration: underline;
  color: #4F8E22;
}
body.single-news .news-single .edit-area .w_content a:hover {
  text-decoration: none;
}
body.single-news .news-single .edit-area .w_content li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  list-style: disc;
  margin-left: 1em;
}
body.single-news .news-single .edit-area .w_content h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: solid 2px #6EBA38;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 50px;
}
body.single-news .news-single .edit-area .w_content h4 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
body.single-news .news-single .edit-area .w_content .Btn_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 80px;
  border: solid 2px #6EBA38;
  box-shadow: inset 0px 0px 10px 0px rgba(110, 186, 56, 0.16);
  border-radius: 18px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #2A2A2A;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
  margin: 70px auto 0;
}
body.single-news .news-single .edit-area .w_content .Btn_contact a::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_mail_g.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
body.single-news .news-single .edit-area .w_content .wp-block-image {
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
body.single-news .news-single .edit-area .w_content .wp-block-image img {
  width: 100%;
  height: auto;
}
body.single-news .news-single .edit-area .w_content .wp-block-table {
  margin-top: 15px;
}
body.single-news .news-single .edit-area .w_content .wp-block-table tr:first-child td {
  text-align: center;
  padding: 10px 7px;
}
body.single-news .news-single .edit-area .w_content .wp-block-table td {
  border-color: #363636;
}
body.single-news .news-single .edit-area .w_content .wp-block-table th,
body.single-news .news-single .edit-area .w_content .wp-block-table td {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 7px;
}

/*==================================
    page-template-page_contact
==================================*/
.page-template-page_contact main .disabled {
  pointer-events: none;
  /* 無効なリンクを視覚的に区別 */
  cursor: default;
}
.page-template-page_contact main .Form_area .wpcf7-turnstile {
  margin-bottom: 30px;
}
.page-template-page_contact main .Form_area .wpcf7-turnstile div:first-child {
  width: 300px;
  margin: 0 auto;
}
.page-template-page_contact main .Form_area .lead {
  margin-bottom: 66px;
}
.page-template-page_contact main .Form_area .red,
.page-template-page_contact main .Form_area .wpcf7-not-valid-tip,
.page-template-page_contact main .Form_area .custom-katakana-error {
  color: #C54450;
}
.page-template-page_contact main .Form_area .wpcf7 form.invalid .wpcf7-response-output,
.page-template-page_contact main .Form_area .wpcf7 form.unaccepted .wpcf7-response-output,
.page-template-page_contact main .Form_area .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #C54450;
}
.page-template-page_contact main .Form_box .box01 {
  background: #F9F9F9;
  border: solid 2px #CECECE;
  border-radius: 12px;
  margin-bottom: 65px;
}
.page-template-page_contact main .Form_box .group_it,
.page-template-page_contact main .Form_box .group_lazer {
  display: none;
}
.page-template-page_contact main .Form_box dl {
  border-bottom: solid 2px #CECECE;
}
.page-template-page_contact main .Form_box dl.end {
  border: none;
}
.page-template-page_contact main .Form_box dl dt {
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  border-bottom: solid 2px #CECECE;
}
.page-template-page_contact main .Form_box dl dt small {
  display: block;
  font-size: 14px;
}
.page-template-page_contact main .Form_box dl dt .icon {
  border: solid 1px #6EBA38;
  width: 71px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  font-size: 14px;
  line-height: 1;
  margin-top: 7px;
}
.page-template-page_contact main .Form_box dl dt .icon.ninni {
  border-color: #CECECE;
}
.page-template-page_contact main .Form_box dl dd {
  padding: 15px 15px;
}
.page-template-page_contact main .Form_box dl dt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
.page-template-page_contact main .Form_box dl dt small {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.page-template-page_contact main .Form_box dl dt span {
  font-weight: 500;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-list-item-label {
  width: calc(100% - 80px);
  font-size: 15px;
  line-height: 1.5;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin: 5px 0;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-list-item.last.has-free-text {
  display: block;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-list-item.last.has-free-text label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-template-page_contact main .Form_box dl dd .wpcf7-list-item.last.has-free-text .wpcf7-free-text {
  margin-left: 42px;
  width: calc(100% - 42px) !important;
}
.page-template-page_contact main .Form_box dl input[type=text],
.page-template-page_contact main .Form_box dl input[type=textarea] {
  border: solid 1px #CECECE;
  padding: 10px 20px;
  background: #fff;
  border-radius: 7px;
}
.page-template-page_contact main .Form_box dl input[type=radio] {
  border: solid 1px #CECECE;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
}
.page-template-page_contact main .Form_box dl input[type=radio]::after {
  content: "";
  opacity: 0;
  display: block;
  left: 4px;
  top: 4px;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6EBA38;
}
.page-template-page_contact main .Form_box dl input[type=radio]:checked::after {
  opacity: 1;
}
.page-template-page_contact main .Form_box dl dd,
.page-template-page_contact main .Form_box dl span {
  font-weight: 400;
}
.page-template-page_contact main .Form_box .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 100%;
}
.page-template-page_contact main .Form_box dl:last-child .wpcf7-list-item.last.has-free-text {
  width: 100%;
  margin-top: 20px;
}
.page-template-page_contact main .Form_box .box02 {
  background: none;
  border: none;
}
.page-template-page_contact main .Form_box .box02 dl {
  background: #F9F9F9;
  border-radius: 12px;
  border: none;
  margin-bottom: 18px;
}
.page-template-page_contact main .Form_box .box02 dl dt,
.page-template-page_contact main .Form_box .box02 dl dd {
  border: none;
  display: flex;
  align-items: center;
  padding: 15px 15px;
}
.page-template-page_contact main .Form_box .box02 dl dt {
  padding-bottom: 0;
  align-items: center;
}
.page-template-page_contact main .Form_box .box02 dl.Message {
  height: auto;
}
.page-template-page_contact main .Form_box .box02 dl.Message dd {
  padding: 15px 15px;
}
.page-template-page_contact main .privacy_area {
  margin-top: 20px;
  margin-bottom: 60px;
}
.page-template-page_contact main .privacy_area .txt {
  text-align: center;
  margin: 0 0;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
}
.page-template-page_contact main .privacy_area .txt a {
  text-decoration: underline;
  color: #518929;
}
.page-template-page_contact main .privacy_area .txt a:hover {
  text-decoration: none;
}
.page-template-page_contact main .privacy_area .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page_contact main .privacy_area .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
}
.page-template-page_contact main .confirm_your-email {
  word-wrap: break-word;
}
.page-template-page_contact main .confirm_txt {
  margin-bottom: 20px;
}
.page-template-page_contact main .confirm_privacy {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.page-template-page_contact main .wpcf7 form .wpcf7-response-output {
  color: #C54450;
  border: none;
  text-align: center;
}
.page-template-page_contact main .submit_area {
  display: flex;
  max-width: 710px;
  margin: 0 auto;
}
.page-template-page_contact main .submit_area .submit_btn {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 290px;
  height: 80px;
  margin: 0 auto 0;
  transition: 0.3s;
}
.page-template-page_contact main .submit_area .submit_btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 80px;
  border: solid 2px #6EBA38;
  box-shadow: inset 0px 0px 10px 0px rgba(110, 186, 56, 0.16);
  border-radius: 16px;
  font-size: 19px;
  font-weight: 600;
  transition: 0.8s;
  background: #fff !important;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
  color: #2A2A2A;
}
.page-template-page_contact main .submit_area .submit_btn::before {
  content: "";
  display: block;
  background: url(../../images/common/icon_mail_b.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 24px;
  height: 29px;
  margin-right: 40px;
  position: absolute;
  top: 27px;
  left: 50px;
  filter: invert(77%) sepia(54%) saturate(601%) hue-rotate(41deg) brightness(80%) contrast(83%) !important;
}
.page-template-page_contact main .submit_area.disabled-state .submit_btn input[type=submit] {
  border-color: #CECECE !important;
}
.page-template-page_contact main .submit_area.disabled-state .submit_btn::before {
  filter: invert(86%) sepia(0%) saturate(1121%) hue-rotate(133deg) brightness(95%) contrast(96%) !important;
}
.page-template-page_contact main .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}
.page-template-page_contact main input[type=text],
.page-template-page_contact main input[type=tel],
.page-template-page_contact main input[type=email],
.page-template-page_contact main textarea,
.page-template-page_contact main select {
  border: solid 1px #AAAAAA;
  padding: 10px 20px;
  background: #fff;
  border-radius: 7px;
  font-size: 16px;
  width: 100% !important;
}
.page-template-page_contact main input[type=text]:focus,
.page-template-page_contact main input[type=tel]:focus,
.page-template-page_contact main input[type=email]:focus,
.page-template-page_contact main textarea:focus,
.page-template-page_contact main select:focus {
  outline: none !important;
}
.page-template-page_contact main input[type=text].p-postal-code,
.page-template-page_contact main input[type=tel].p-postal-code,
.page-template-page_contact main input[type=email].p-postal-code,
.page-template-page_contact main textarea.p-postal-code,
.page-template-page_contact main select.p-postal-code {
  width: 10em;
}
.page-template-page_contact main input[type=text] option:first-child,
.page-template-page_contact main input[type=tel] option:first-child,
.page-template-page_contact main input[type=email] option:first-child,
.page-template-page_contact main textarea option:first-child,
.page-template-page_contact main select option:first-child {
  color: #AAA;
}
.page-template-page_contact main input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #CECECE !important;
  vertical-align: -5px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  margin-right: 10px;
  border-radius: 4px;
}
.page-template-page_contact main input[type=checkbox]:checked:after {
  content: "";
  display: block;
  background: url(../../images/common/icon_check.svg) no-repeat center 50%;
  background-size: 14px auto;
  position: absolute;
  border: none;
  width: 15px;
  height: 13px;
  content: "";
  transform: none;
  left: 2px;
  top: 2px;
}
.page-template-page_contact main input[type=checkbox]:checked {
  background-color: #6EBA38;
}
.page-template-page_contact main form label {
  font-weight: 500;
  transition: 0.3s;
}
.page-template-page_contact main textarea {
  height: 200px;
  line-height: 1.4;
}
.page-template-page_contact main ::-moz-placeholder {
  color: #AAAAAA;
}
.page-template-page_contact main ::placeholder {
  color: #AAAAAA;
}
.page-template-page_contact main .Btn_area {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
}
.page-template-page_contact main .Btn_area .submitBtn {
  margin: 0;
}
.page-template-page_contact main .Btn_area li {
  margin: 0 20px;
}
.page-template-page_contact .confirm_message {
  white-space: pre-wrap;
}
.page-template-page_contact .submit_area.disabled-state input.wpcf7-submit[type=submit] {
  background-color: #fff !important;
  color: #9f9f9f !important;
  cursor: default;
}
.page-template-page_contact .submit_area.disabled-state .submit_btn:hover::before {
  display: none;
}
.page-template-page_contact .submit_area.disabled-state .submit_btn:hover input.wpcf7-submit[type=submit] {
  background-color: #fff !important;
  color: #9f9f9f !important;
}
.page-template-page_contact .submit_area.disabled-state .submit_btn p::before {
  background-color: #9f9f9f;
}
.page-template-page_contact .submit_area.disabled-state .submit_btn p::after {
  background-color: #9f9f9f;
}
.page-template-page_contact .error-message {
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.page-template-page_contact .privacy_area .wpcf7-not-valid-tip {
  text-align: center;
}
.page-template-page_contact .confirm_button:disabled {
  pointer-events: auto !important;
}

/*==================================
    page-template-page_privacy
==================================*/
.page-template-page_privacy main .lead {
  margin-bottom: 66px;
}
.page-template-page_privacy main p {
  margin-bottom: 10px;
}
.page-template-page_privacy main .box {
  margin-bottom: 60px;
}
.page-template-page_privacy main .box ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

/*==================================
    page-template-page_privacy
==================================*/
.page-template-page_about main .k_Main_area .Title {
  margin-bottom: 40px;
}
.page-template-page_about main .Message_area {
  margin-bottom: 70px;
}
.page-template-page_about main .Message_area .Wrap .lead {
  margin-bottom: 25px;
}
.page-template-page_about main .Message_area .Wrap .box figure {
  width: 100%;
  max-width: 500px;
}
.page-template-page_about main .Message_area .Wrap .box figure img {
  width: 100%;
  height: auto;
}
.page-template-page_about main .Message_area .Wrap .box .r_box {
  margin-bottom: 48px;
}
.page-template-page_about main .Message_area .Wrap .box .r_box .name {
  margin-top: 30px;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}
.page-template-page_about main .Outline_area {
  margin-bottom: 70px;
}
.page-template-page_about main .Group_area .box_about {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 70px;
}
.page-template-page_about main .Group_area .box_about figure {
  margin: 0 -15% 0 -6%;
  line-height: 0;
  font-size: 0;
}
.page-template-page_about main .Group_area .box_about figure img {
  width: 100%;
  height: auto;
}
.page-template-page_about main .Group_area .figure_area .title_border {
  margin-bottom: 30px;
}
.page-template-page_about main .Group_area .figure_area .figure_box {
  position: relative;
}
.page-template-page_about main .Group_area .figure_area .figure_box::before {
  content: "";
  display: block;
  height: calc(100% - 227px);
  width: 1px;
  background-color: #707070;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: -1;
}
.page-template-page_about main .Group_area .figure_area .figure_box .d {
  margin: 15px 0 83px 38px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_area {
  position: relative;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b span.b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  align-self: flex-start;
  min-height: 40px;
  padding: 5px 0;
  line-height: 1.2;
  background: #6EBA38;
  border-radius: 30px;
  width: 160px;
  color: #fff;
  font-size: 16px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b {
  position: relative;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b::before {
  content: "";
  display: block;
  height: 1px;
  width: 170px;
  background-color: #707070;
  position: absolute;
  left: -12px;
  top: 20px;
  z-index: -1;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b.box01::before {
  display: none;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b dl {
  margin: 5px 0 20px 10px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b dl dt {
  font-weight: 500;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b dl li {
  margin-bottom: 9px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b dl li a {
  font-size: 164400;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  font-size: 13px;
  line-height: 1.3;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_b dl li a::before {
  content: "";
  background: url(../../images/common/icon_sankaku.svg) no-repeat center 50%;
  background-size: 10px auto;
  width: 10px;
  height: 9px;
  margin-right: 5px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a,
.page-template-page_about main .Group_area .figure_area .figure_box .d a {
  background: #fff;
  border-radius: 0 12px 0 12px;
  padding: 10px 13px;
  display: block;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a::after,
.page-template-page_about main .Group_area .figure_area .figure_box .d a::after {
  content: "";
  background: url(../images/common/icon_link.svg) no-repeat center 50%;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a::before,
.page-template-page_about main .Group_area .figure_area .figure_box .d a::before {
  content: "";
  display: block;
  background: #F3F3F3;
  width: 100%;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a strong,
.page-template-page_about main .Group_area .figure_area .figure_box .d a strong {
  display: block;
  font-weight: 500;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.3;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a strong .jost,
.page-template-page_about main .Group_area .figure_area .figure_box .d a strong .jost {
  font-weight: 500;
  display: inline;
  font-size: 14px;
  line-height: 1.3;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a span,
.page-template-page_about main .Group_area .figure_area .figure_box .d a span {
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 1px;
  letter-spacing: -0.03em;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g a:hover::before,
.page-template-page_about main .Group_area .figure_area .figure_box .d a:hover::before {
  background: #F3F3F3;
  width: 100%;
  height: 100%;
  right: 0;
}
.page-template-page_about main .Group_area .figure_area .figure_box .l_g {
  margin-bottom: 10px;
}
.page-template-page_about main .Group_area .figure_area .figure_box .box02 {
  margin: 63px 0 0 30px;
}