@charset "UTF-8";
/* SCSS Document */
/*=================================================================
|| mixin
===================================================================*/
/*=================================================================
|| base
===================================================================*/
/*==============================
 || base
==============================*/
/*==============================
 || color
==============================*/
/*==============================
|| font
==============================*/
.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400; }

.goth, * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal; }

.eng {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

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

main {
  width: 100%;
  margin: 0; }

h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
  color: #111;
  letter-spacing: 0; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 4.2rem;
      color: #111;
      letter-spacing: 0; } }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 3.6rem;
      color: #111;
      letter-spacing: 0; } }

h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5rem;
  color: #111;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 4rem;
      color: #111;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 3.8rem;
      color: #111;
      letter-spacing: 0.05em; } }

h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #111;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 3.2rem;
      color: #111;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 0.05em; } }

h4 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #111;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 1.7rem;
      font-weight: 700;
      line-height: 2.6rem;
      color: #111;
      letter-spacing: 0.05em; } }

h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  color: #111;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1000px) {
    h5 {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 2.5rem;
      color: #111;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 600px) {
    h5 {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 2.4rem;
      color: #111;
      letter-spacing: 0.05em; } }

p, a, td, th, a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #111;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1000px) {
    p, a, td, th, a {
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 2.5rem;
      color: #111;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 600px) {
    p, a, td, th, a {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 2.4rem;
      color: #111;
      letter-spacing: 0.05em; } }

.hoverbase, a {
  transition: .3s; }

.hover, a:hover {
  opacity: .8;
  transition: .3s; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.fa {
  color: #fff; }

/*==============================
|| 共通パーツ
==============================*/
.titleBox {
  text-align: center;
  margin-bottom: 50px; }
  .titleBox > h2 {
    font-size: 2rem;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px; }
  .titleBox > p {
    font-size: 1.3rem; }

.linkBtn {
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 3px solid #333333;
  background-color: #0B7445;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  border-radius: 25px; }

#maincopyWrap {
  padding: 75px 20px;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    #maincopyWrap {
      padding: 20px 20px 20px 70px;
      text-align: left; } }

/*==============================
 || pc,sp
==============================*/
.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

.taboff {
  display: block; }
  @media screen and (max-width: 1000px) {
    .taboff {
      display: none; } }

.tabon {
  display: none; }
  @media screen and (max-width: 1000px) {
    .tabon {
      display: block; } }

/*==============================
|| body
==============================*/
/*==============================
|| header
==============================*/
header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  transition: .3s;
  background-color: white;
  z-index: 10; }
  header > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    header > div > div {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
  @media screen and (max-width: 1200px) {
    header {
      padding: 0 20px; } }
  @media screen and (max-width: 1000px) {
    header {
      height: 60px;
      padding: 15px;
      position: fixed;
      border-bottom: 1px solid #0B7445; }
      header > div {
        border-bottom: none; } }

header.scrolled {
  transition: .3s;
  height: 70px; }
  @media screen and (max-width: 1000px) {
    header.scrolled {
      height: 60px; } }

.headLogo {
  position: relative;
  display: block; }
  .headLogo > a {
    width: 100%;
    display: block;
    z-index: 3; }
    .headLogo > a > img {
      width: 200px; }
  @media screen and (max-width: 1000px) {
    .headLogo {
      position: fixed;
      z-index: 11;
      top: 15px;
      left: 10px; } }

#headNav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }

.headNavlist {
  position: relative;
  z-index: 2; }
  .headNavlist > ul.headNavpc {
    display: flex;
    justify-content: flex-end; }
    .headNavlist > ul.headNavpc > li {
      margin-right: 30px; }
      .headNavlist > ul.headNavpc > li > a {
        height: 20px;
        line-height: 20px;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0;
        color: #333333; }
        .headNavlist > ul.headNavpc > li > a:hover {
          opacity: 1;
          color: #0B7445; }
      .headNavlist > ul.headNavpc > li:last-of-type {
        margin-right: 0; }
      .headNavlist > ul.headNavpc > li:nth-last-of-type(1) > a {
        background-color: #0B7445;
        color: #fff;
        padding: 5px 30px;
        border-radius: 20px;
        border: 2px solid #0B7445;
        text-decoration: none;
        transition: .3s;
        font-size: 1.2rem; }
        .headNavlist > ul.headNavpc > li:nth-last-of-type(1) > a > svg {
          display: inline-block;
          width: 16px;
          margin-right: 5px;
          margin-bottom: 3px;
          color: #fff; }
        .headNavlist > ul.headNavpc > li:nth-last-of-type(1) > a:hover {
          text-decoration: none;
          opacity: 1;
          background-color: #fff;
          color: #0B7445; }
          .headNavlist > ul.headNavpc > li:nth-last-of-type(1) > a:hover > svg {
            color: #0B7445; }
        @media screen and (max-width: 1400px) {
          .headNavlist > ul.headNavpc > li:nth-last-of-type(1) > a {
            padding: 5px 10px; } }

/*==============================
|| SPメニュー
==============================*/
@media screen and (max-width: 1000px) {
  .headNavlist > ul.headNavpc {
    display: none; } }

.headNavlist > ul.headNavsp {
  display: none; }
  @media screen and (max-width: 1000px) {
    .headNavlist > ul.headNavsp {
      display: block; } }

@media screen and (max-width: 1000px) {
  .headLogo > a > img {
    width: 150px; } }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 5px;
  transition: .3s; }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 1px;
    background: #0B7445;
    display: block;
    content: '';
    cursor: pointer;
    transition: .3s; }
  @media screen and (max-width: 1000px) {
    #nav-open {
      display: block;
      z-index: 11; } }

#nav-open span:before {
  display: none; }

#nav-open span:after {
  bottom: -6px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 9;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100svh;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
@media screen and (max-width: 1000px) {
  .headNavlist {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    opacity: 0;
    transition: .5s;
    width: 100%;
    height: calc(100svh - 60px);
    background-color: #0B7445;
    z-index: 10;
    transform: translate(-100%); }
    .headNavlist > ul.headNavsp {
      display: block;
      padding: 20px 20px 0; }
      .headNavlist > ul.headNavsp > li {
        margin-bottom: 10px;
        margin-right: 0; }
        .headNavlist > ul.headNavsp > li > a {
          width: 100%;
          display: flex;
          align-items: flex-end;
          font-size: 1.8rem;
          padding: 10px;
          height: auto;
          color: #fff; }
          .headNavlist > ul.headNavsp > li > a > p {
            color: #fff;
            font-size: 1.3rem;
            margin-left: 20px; }
          .headNavlist > ul.headNavsp > li > a:hover {
            text-decoration: underline; }
        .headNavlist > ul.headNavsp > li:nth-of-type(1) > a {
          color: #B8FFB8; }
        .headNavlist > ul.headNavsp > li:last-of-type > a {
          color: #fff;
          font-size: 1.4rem; }
          .headNavlist > ul.headNavsp > li:last-of-type > a::before {
            content: "●";
            color: #B8FFB8;
            margin-right: 5px; } }

#nav-input:checked ~ #nav-open span {
  top: 5px;
  left: 0;
  transform: rotate(25deg); }
#nav-input:checked ~ #nav-open span:after {
  top: 0;
  left: 0;
  transform: rotate(-50deg); }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ .headNavlist {
  opacity: 1;
  transform: translate(0);
  transition: .5s; }

.iconLink {
  display: flex;
  justify-content: center; }
  .iconLink > li {
    margin-bottom: 10px; }

#nav-content .iconLink li a {
  display: block;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin: 10px 5px;
  transition: .3s ease-in-out; }
  #nav-content .iconLink li a i {
    font-size: 1.8rem;
    color: #fff;
    transition: .3s ease-in-out; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #983b3b;
  border: 2px solid #983b3b;
  padding-left: 9px; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #ccca00;
  border: 2px solid #ccca00;
  padding-left: 7px; }

#nav-content .iconLink li:nth-of-type(2) a {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  padding-left: 13px; }

#nav-content .iconLink li:nth-of-type(3) a {
  background-color: #00aced;
  border: 2px solid #00aced;
  padding-left: 10px; }

#nav-content .iconLink li:nth-of-type(4) a {
  background-color: #d93177;
  border: 2px solid #d93177;
  padding-left: 10px; }

#nav-content .languageList {
  display: block;
  position: relative;
  left: 0;
  right: auto;
  top: 0; }

@media screen and (max-width: 1000px) {
  #nav-content ul.languageList {
    display: block;
    width: 100%;
    max-width: 160px; }

  #nav-content .languageList li a {
    border-bottom: none;
    text-align: center; } }
/*==============================
|| footnewsWrap
==============================*/
#footnewsWrap {
  padding: 100px 20px; }
  #footnewsWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #footnewsWrap > div > div {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #footnewsWrap > div > div .titleBox {
        display: flex;
        align-items: center;
        color: #fff;
        margin-bottom: auto; }
        #footnewsWrap > div > div .titleBox > h2 {
          margin-bottom: 0;
          margin-right: 15px; }
      #footnewsWrap > div > div > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 230px;
        background-color: #000;
        border: 2px solid #000;
        color: #fff;
        border-radius: 6px;
        padding: 0px 20px;
        font-size: 1.2rem; }
        #footnewsWrap > div > div > a:hover {
          background-color: #fff;
          color: #000;
          opacity: 1; }
        #footnewsWrap > div > div > a::after {
          color: #B8FFB8;
          content: "▶";
          margin-left: 10px; }
    #footnewsWrap > div > a {
      display: none;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 230px;
      background-color: #000;
      border: 2px solid #000;
      color: #fff;
      border-radius: 6px;
      padding: 0px 20px;
      font-size: 1.2rem; }
      #footnewsWrap > div > a:hover {
        background-color: #fff;
        color: #000;
        opacity: 1; }
      #footnewsWrap > div > a::after {
        color: #B8FFB8;
        content: "▶";
        margin-left: 10px; }
  @media screen and (max-width: 600px) {
    #footnewsWrap {
      padding: 80px 20px; }
      #footnewsWrap > div {
        display: block; }
        #footnewsWrap > div > div {
          display: block; }
          #footnewsWrap > div > div .titleBox {
            display: block;
            text-align: center;
            margin-bottom: 50px; }
            #footnewsWrap > div > div .titleBox > h2 {
              margin-bottom: 5px;
              margin-right: 0; }
          #footnewsWrap > div > div > a {
            display: none; }
        #footnewsWrap > div > a {
          display: block;
          margin-left: auto;
          width: 150px; } }

.footnewsList {
  width: 100%;
  margin-left: 50px;
  max-width: 800px; }
  .footnewsList > li {
    padding: 40px;
    border-bottom: 1px solid #D5D1D1; }
    .footnewsList > li > a {
      display: flex;
      justify-content: space-between; }
      .footnewsList > li > a > h4 {
        font-size: 1.4rem;
        font-weight: 500;
        margin-right: 50px; }
      .footnewsList > li > a > p {
        margin-right: auto; }
  @media screen and (max-width: 1200px) {
    .footnewsList {
      max-width: 600px; } }
  @media screen and (max-width: 600px) {
    .footnewsList {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 30px; }
      .footnewsList > li {
        padding: 20px 0; }
        .footnewsList > li > a {
          display: block; }
          .footnewsList > li > a > p {
            margin-bottom: 10px; } }

/*==============================
|| footcontactWrap
==============================*/
#footcontactWrap {
  background-color: #EEF1ED;
  padding: 0; }
  #footcontactWrap > div {
    width: 100%;
    margin: 0 auto;
    display: flex; }
    #footcontactWrap > div > a {
      width: 50%;
      display: block;
      text-align: center;
      padding: 50px 0; }
      #footcontactWrap > div > a > div {
        width: 100%;
        max-width: 600px;
        padding: 50px 20px; }
        #footcontactWrap > div > a > div > h2 {
          font-size: 3rem;
          font-style: normal;
          line-height: 3rem; }
        #footcontactWrap > div > a > div > hr {
          border: none;
          width: 50px;
          height: 10px;
          background-color: #F13652;
          margin: 30px auto; }
      #footcontactWrap > div > a:nth-of-type(1) > div {
        border-right: 1px solid #D5D1D1;
        margin-left: auto;
        margin-right: 0; }
      #footcontactWrap > div > a:nth-of-type(2) > div {
        margin-right: auto;
        margin-left: 0; }
      #footcontactWrap > div > a:hover {
        opacity: 1;
        background-color: #0B7445; }
        #footcontactWrap > div > a:hover > div > h2, #footcontactWrap > div > a:hover > div > p {
          color: #Fff; }
  @media screen and (max-width: 800px) {
    #footcontactWrap {
      padding: 20px 20px; }
      #footcontactWrap > div {
        display: block; }
        #footcontactWrap > div > a {
          width: 100%; }
          #footcontactWrap > div > a > h2 {
            font-size: 2.4rem;
            line-height: 2.4rem; }
          #footcontactWrap > div > a > hr {
            margin: 20px auto; }
          #footcontactWrap > div > a:nth-of-type(1) {
            border-bottom: 1px solid #D5D1D1; }
            #footcontactWrap > div > a:nth-of-type(1) > div {
              border-right: none; } }

/*==============================
|| footer
==============================*/
footer {
  width: 100%;
  padding: 100px 20px; }
  footer > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer > div > div:nth-of-type(1) > a {
      display: block;
      width: 100%;
      max-width: 300px; }
      footer > div > div:nth-of-type(1) > a > img {
        width: 100%; }
    footer > div > div:nth-of-type(1) > div {
      padding: 30px 0 0 30px; }
      footer > div > div:nth-of-type(1) > div > h4 {
        font-size: 1.6rem; }
      footer > div > div:nth-of-type(1) > div > p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-weight: 500; }
    footer > div > div:nth-of-type(2) {
      display: flex; }
      footer > div > div:nth-of-type(2) > ul {
        margin-right: 50px; }
        footer > div > div:nth-of-type(2) > ul > li {
          margin-bottom: 10px; }
          footer > div > div:nth-of-type(2) > ul > li > a {
            font-size: 1.4rem;
            font-weight: 500; }
        footer > div > div:nth-of-type(2) > ul:last-of-type {
          margin-right: 0; }
  @media screen and (max-width: 800px) {
    footer {
      padding: 50px 20px; }
      footer > div {
        display: block; }
        footer > div > div:nth-of-type(1) {
          margin: 0 auto;
          text-align: center; }
          footer > div > div:nth-of-type(1) > a {
            max-width: 250px;
            margin: 0 auto 20px; }
          footer > div > div:nth-of-type(1) > div {
            padding: 0; }
        footer > div > div:nth-of-type(2) {
          display: none; } }

.footCopy {
  padding: 5px 20px;
  background-color: #0B7445;
  text-align: center; }
  .footCopy > p {
    font-size: 1rem;
    color: #fff;
    font-style: normal; }
  @media screen and (max-width: 600px) {
    .footCopy > p {
      font-size: 0.8rem; } }

/*=================================================================
|| front
===================================================================*/
/* SCSS Document */
#topmainWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  width: 100%;
  height: calc(100svh - 70px);
  background-image: url("../img/front/mainImg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  #topmainWrap > img {
    position: absolute;
    width: 100%;
    max-width: 600px;
    z-index: 9; }
  @media screen and (max-width: 600px) {
    #topmainWrap {
      height: 500px;
      margin-top: 60px;
      background-image: url("../img/front/mainImgsp.png"); }
      #topmainWrap > img {
        width: 100%;
        max-width: 300px; } }

.topmainmvBoxpc {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .topmainmvBoxpc .mvLayer {
    position: absolute;
    inset: 0;
    opacity: 0; }
    .topmainmvBoxpc .mvLayer img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .topmainmvBoxpc .layer1 {
    opacity: 1;
    z-index: 1; }
  .topmainmvBoxpc .layer2 {
    z-index: 2;
    animation: fadeInLayer 1s ease forwards;
    animation-delay: 1s; }
  .topmainmvBoxpc .layer3 {
    z-index: 3;
    animation: fadeInLayer 1s ease forwards;
    animation-delay: 2s; }
  .topmainmvBoxpc .layer4 {
    z-index: 4;
    animation: fadeInLayer 1s ease forwards;
    animation-delay: 3s; }
  .topmainmvBoxpc .layer5 {
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    --reveal-r: 0%;
    --feather: 6%;
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 calc(var(--reveal-r) - var(--feather)), rgba(0, 0, 0, 0) calc(var(--reveal-r) + var(--feather)));
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 calc(var(--reveal-r) - var(--feather)), rgba(0, 0, 0, 0) calc(var(--reveal-r) + var(--feather)));
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; }
  @media screen and (max-width: 600px) {
    .topmainmvBoxpc {
      display: none; } }

@keyframes fadeInLayer {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*==============================
|| service
==============================*/
#topserviceWrap {
  padding: 100px 20px 0;
  background-color: #F3F6F2;
  background-image: url("../img/front/serviceBack.png");
  background-size: cover;
  background-position: center center; }
  #topserviceWrap > img:nth-of-type(1) {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px; }
  #topserviceWrap > p {
    text-align: center;
    margin-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    #topserviceWrap {
      padding: 80px 20px; }
      #topserviceWrap > p {
        text-align: left; } }

.servicebtnBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .servicebtnBox > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    background-color: #0B7445;
    border: 2px solid #0B7445;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.2rem; }
    .servicebtnBox > a:hover {
      background-color: #fff;
      color: #0B7445;
      opacity: 1; }
    .servicebtnBox > a::after {
      color: #0B7445;
      content: "▶";
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 12px; }
  @media screen and (max-width: 600px) {
    .servicebtnBox {
      display: block;
      max-width: 250px;
      margin-bottom: 50px; }
      .servicebtnBox > a {
        width: 100%;
        margin-bottom: 20px; } }

.servicelinkBox {
  position: relative;
  bottom: -70px;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .servicelinkBox > a {
    display: block;
    width: 24%; }
    .servicelinkBox > a > img {
      display: block;
      width: 100%;
      border-radius: 6px; }
    .servicelinkBox > a:hover {
      opacity: 1;
      transform: translateY(-5px); }
  @media screen and (max-width: 600px) {
    .servicelinkBox {
      bottom: 0;
      display: block;
      max-width: 300px; }
      .servicelinkBox > a {
        width: 100%;
        margin-bottom: 20px; }
        .servicelinkBox > a > img {
          border-radius: 10px; } }

/*==============================
|| company
==============================*/
#topcompanyWrap {
  background-color: #0B7445;
  padding: 150px 20px 100px; }
  #topcompanyWrap > div {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #topcompanyWrap > div > div .titleBox {
      display: flex;
      align-items: center;
      color: #fff; }
      #topcompanyWrap > div > div .titleBox > h2 {
        color: #B8FFB8;
        margin-bottom: 0;
        margin-right: 15px;
        border-bottom: 2px solid #B8FFB8; }
      #topcompanyWrap > div > div .titleBox > p {
        color: #B8FFB8; }
    #topcompanyWrap > div > div > img {
      margin-bottom: 50px; }
    #topcompanyWrap > div > div > p {
      color: #fff;
      margin-bottom: 50px; }
    #topcompanyWrap > div > div > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 230px;
      background-color: #000;
      border: 2px solid #000;
      color: #fff;
      border-radius: 6px;
      padding: 10px 20px;
      font-size: 1.2rem; }
      #topcompanyWrap > div > div > a:hover {
        background-color: #fff;
        color: #000;
        opacity: 1; }
      #topcompanyWrap > div > div > a::after {
        color: #000;
        content: "▶";
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #B8FFB8;
        border-radius: 12px; }
    #topcompanyWrap > div > img {
      position: absolute;
      width: 750px;
      top: -200px;
      right: -150px; }
  @media screen and (max-width: 1200px) {
    #topcompanyWrap > div > img {
      display: none; } }
  @media screen and (max-width: 600px) {
    #topcompanyWrap {
      padding: 80px 20px; }
      #topcompanyWrap > div > div .titleBox {
        display: block;
        text-align: center; }
        #topcompanyWrap > div > div .titleBox > h2 {
          margin-right: 0;
          margin-bottom: 5px; }
      #topcompanyWrap > div > div > img {
        width: 100%;
        margin-bottom: 30px; }
      #topcompanyWrap > div > div > a {
        width: 250px;
        margin: 0 auto; } }

/*=================================================================
|| under
===================================================================*/
/* SCSS Document */
/*==============================
|| 共通
==============================*/
#childheadWrap {
  padding: 100px 20px 50px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-top: 70px; }
  #childheadWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #childheadWrap > div > h1 {
      font-size: 4rem;
      color: #fff;
      position: relative;
      display: inline-block; }
      #childheadWrap > div > h1 > img {
        width: 60px;
        position: absolute;
        bottom: -30px;
        right: -40px; }
  @media screen and (max-width: 1000px) {
    #childheadWrap {
      margin-top: 60px;
      height: 200px;
      padding: 50px 20px; }
      #childheadWrap > div > h1 {
        font-size: 2.4rem; }
      #childheadWrap > div > img {
        width: 40px;
        bottom: -20px;
        right: -30px; } }

#sidelayoutWrap {
  width: 100%;
  padding: 0 20px; }
  #sidelayoutWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }
    #sidelayoutWrap > div > aside {
      width: 30%; }
      #sidelayoutWrap > div > aside > div {
        padding: 100px 20px 100px 0;
        position: sticky;
        top: 30px;
        max-height: calc(100svh - 120px); }
        #sidelayoutWrap > div > aside > div > .titleBox {
          display: flex; }
          #sidelayoutWrap > div > aside > div > .titleBox > h2 {
            margin-right: 10px;
            margin-bottom: 0; }
    #sidelayoutWrap > div > #primaryWrap {
      width: 70%;
      padding: 100px 0; }
  @media screen and (max-width: 600px) {
    #sidelayoutWrap > div {
      display: block; }
      #sidelayoutWrap > div > aside {
        width: 100%; }
        #sidelayoutWrap > div > aside > div {
          padding: 80px 0; }
          #sidelayoutWrap > div > aside > div > .titleBox {
            display: block;
            text-align: center;
            margin-bottom: 0; }
            #sidelayoutWrap > div > aside > div > .titleBox > h2 {
              margin-right: 0;
              margin-bottom: 5px; }
      #sidelayoutWrap > div > #primaryWrap {
        width: 100%;
        padding: 0 0 80px; } }

.anchorNav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .anchorNav li {
    margin-bottom: 16px; }
    .anchorNav li a {
      color: #222;
      text-decoration: none;
      font-size: 1.3rem; }
      .anchorNav li a::before {
        content: "●";
        display: inline-block;
        width: 1em;
        margin-right: 8px;
        color: #B8FFB8;
        opacity: 0;
        transition: opacity .2s ease; }
      .anchorNav li a:hover {
        color: #0B7445; }
    .anchorNav li.active a::before {
      opacity: 1; }
  @media screen and (max-width: 600px) {
    .anchorNav {
      display: none; } }

/*=================================================================
|| service
===================================================================*/
/*==============================
|| serviceWrap
==============================*/
#serviceheadWrap {
  padding: 100px 20px 150px; }
  #serviceheadWrap > img {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px; }
  #serviceheadWrap > p {
    text-align: center;
    margin-bottom: 100px; }
  @media screen and (max-width: 600px) {
    #serviceheadWrap {
      padding: 80px 20px 80px; }
      #serviceheadWrap > p {
        text-align: left;
        margin-bottom: 50px; } }

.servicebtnList {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .servicebtnList > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 23%;
    background-color: #0B7445;
    border: 2px solid #0B7445;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 2rem;
    height: 80px; }
    .servicebtnList > a:hover {
      background-color: #fff;
      color: #0B7445;
      opacity: 1; }
    .servicebtnList > a::after {
      color: #0B7445;
      content: "▼";
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 12px; }
  @media screen and (max-width: 600px) {
    .servicebtnList {
      display: block;
      max-width: 250px;
      margin-bottom: 50px; }
      .servicebtnList > a {
        width: 100%;
        margin-bottom: 20px; } }

/*==============================
|| servicecontWrap
==============================*/
#servicecontWrap > section {
  background-size: cover;
  background-position: center center; }

#servicecontSection01 {
  background-image: url("../img/child/service/serviceBack01.png"); }

#servicecontSection02 {
  background-image: url("../img/child/service/serviceBack02.png"); }

#servicecontSection03 {
  background-image: url("../img/child/service/serviceBack03.png"); }

#servicecontSection04 {
  background-image: url("../img/child/service/serviceBack04.png"); }

#servicecontWrap > section {
  padding: 20px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #servicecontWrap > section > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #servicecontWrap > section:nth-of-type(2n) > div {
    flex-direction: row-reverse; }
  @media screen and (max-width: 600px) {
    #servicecontWrap > section {
      padding: 80px 20px;
      height: auto;
      display: block; }
      #servicecontWrap > section > div {
        display: block; } }

.servicecontBox01 {
  width: 50%; }
  .servicecontBox01 > img {
    max-width: 100%;
    margin-bottom: 50px; }
  .servicecontBox01 > p {
    color: #fff; }
  @media screen and (max-width: 600px) {
    .servicecontBox01 {
      width: 100%;
      margin-bottom: 30px; }
      .servicecontBox01 > img {
        margin-bottom: 30px; } }

.servicecontBox02 {
  width: 33.3333%; }
  .servicecontBox02 > img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px; }
    .servicecontBox02 > img:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .servicecontBox02 {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
      .servicecontBox02 > img {
        margin-bottom: 10px; } }

/*=================================================================
|| projects
===================================================================*/
/*==============================
|| projectsWrap
==============================*/
#projectsWrap {
  padding: 0 0; }
  #projectsWrap > section > h2 {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-style: italic;
    margin-bottom: 50px; }
    #projectsWrap > section > h2 > span {
      font-size: 1.6rem;
      margin-left: 5px; }
    #projectsWrap > section > h2::before {
      content: "▶";
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1rem;
      font-style: normal;
      height: 20px;
      width: 20px;
      border-radius: 10px;
      background-color: #B8FFB8;
      margin-right: 15px;
      padding-left: 3px; }
  #projectsWrap > section > h3 {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #0B7445;
    margin-bottom: 50px; }
  #projectsWrap > section > ul {
    margin-bottom: 100px; }
    #projectsWrap > section > ul > li {
      padding: 40px;
      border-bottom: 1px solid #D5D1D1; }
  #projectsWrap > section:last-of-type > ul:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    #projectsWrap > section > h2 {
      margin-bottom: 30px;
      font-size: 2rem; }
      #projectsWrap > section > h2 > span {
        font-size: 1.4rem; }
    #projectsWrap > section > h3 {
      margin-bottom: 30px; }
    #projectsWrap > section > ul {
      margin-bottom: 50px; }
      #projectsWrap > section > ul > li {
        padding: 30px 0; } }

/*=================================================================
|| company
===================================================================*/
/*==============================
|| companyWrap
==============================*/
#companyWrap {
  padding: 0 0; }
  #companyWrap > section {
    margin-bottom: 100px; }
    #companyWrap > section > h2 {
      display: flex;
      align-items: center;
      font-size: 3rem;
      font-style: italic;
      margin-bottom: 50px; }
      #companyWrap > section > h2 > span {
        font-size: 1.6rem;
        margin-left: 5px; }
      #companyWrap > section > h2::before {
        content: "▶";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        font-style: normal;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background-color: #B8FFB8;
        margin-right: 15px;
        padding-left: 3px; }
    #companyWrap > section:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    #companyWrap > section {
      margin-bottom: 80px; }
      #companyWrap > section > h2 {
        margin-bottom: 30px;
        font-size: 2rem; }
        #companyWrap > section > h2 > span {
          font-size: 1.4rem; } }

#greetingSection > div {
  padding: 100px;
  background-color: #EEF1ED; }
  #greetingSection > div > p {
    line-height: 4rem;
    margin-bottom: 40px; }
  #greetingSection > div > h4 {
    font-weight: 700; }
    #greetingSection > div > h4 > img {
      width: 200px; }
    #greetingSection > div > h4 > span {
      font-size: 1.4rem;
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      margin-right: 20px; }
@media screen and (max-width: 600px) {
  #greetingSection > div {
    padding: 30px 20px; } }

#companySection > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  #companySection > table th, #companySection > table td {
    border-bottom: 1px solid #D5D1D1;
    padding: 35px; }
  #companySection > table th {
    width: 30%;
    padding-right: 0;
    text-align: left;
    vertical-align: top;
    font-weight: 600; }
  #companySection > table td {
    width: 70%; }
@media screen and (max-width: 600px) {
  #companySection > table tr {
    display: flex;
    flex-wrap: wrap; }
    #companySection > table tr th, #companySection > table tr td {
      width: 100%;
      padding: 20px 0; }
    #companySection > table tr th {
      border-bottom: none;
      font-size: 1.6rem;
      font-weight: 700;
      padding-bottom: 0; } }

#staffSection > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  #staffSection > div > table {
    width: 48%;
    border-collapse: collapse;
    border-spacing: 0; }
    #staffSection > div > table th, #staffSection > div > table td {
      border-bottom: 1px solid #D5D1D1;
      padding: 35px; }
    #staffSection > div > table th {
      width: 70%;
      padding-right: 0;
      text-align: left;
      vertical-align: top;
      font-weight: 600; }
    #staffSection > div > table td {
      width: 30%; }
@media screen and (max-width: 600px) {
  #staffSection > div {
    display: block; }
    #staffSection > div > table {
      width: 100%; }
      #staffSection > div > table th, #staffSection > div > table td {
        padding: 20px 0; }
      #staffSection > div > table th {
        width: 80%; }
      #staffSection > div > table td {
        width: 20%; } }

.historyList > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px; }
  .historyList > li > h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-left: 50px; }
  .historyList > li > p {
    padding: 25px;
    background-color: #EEF1ED;
    border-radius: 10px;
    width: 70%;
    font-size: 1.4rem;
    line-height: 2.4rem; }
  .historyList > li::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    border: 2px solid #0B7445;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .historyList > li::after {
    content: "";
    display: block;
    width: 10px;
    height: calc(100% + 32px);
    position: absolute;
    background-color: #EEF1ED;
    top: 3px;
    left: 7px;
    z-index: 1; }
  .historyList > li:last-of-type::after {
    display: none; }
@media screen and (max-width: 600px) {
  .historyList > li {
    padding-left: 30px;
    display: block; }
    .historyList > li > h4 {
      margin-left: 0;
      margin-bottom: 10px;
      padding-left: 10px; }
    .historyList > li > p {
      width: 100%;
      padding: 20px; } }

#accessSection > p {
  margin-bottom: 30px; }
#accessSection > iframe {
  width: 100%;
  height: 400px; }

/*=================================================================
|| recruit
===================================================================*/
/*==============================
|| recruitWrap
==============================*/
#recruitWrap {
  padding: 0 0; }
  #recruitWrap > section {
    margin-bottom: 100px; }
    #recruitWrap > section > h2 {
      display: flex;
      align-items: center;
      font-size: 3rem;
      font-style: italic;
      margin-bottom: 50px; }
      #recruitWrap > section > h2 > span {
        font-size: 1.6rem;
        margin-left: 5px; }
      #recruitWrap > section > h2::before {
        content: "▶";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        font-style: normal;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background-color: #B8FFB8;
        margin-right: 15px;
        padding-left: 3px; }
    #recruitWrap > section:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    #recruitWrap > section {
      margin-bottom: 80px; }
      #recruitWrap > section > h2 {
        margin-bottom: 30px;
        font-size: 2rem; }
        #recruitWrap > section > h2 > span {
          font-size: 1.4rem; } }

#recruitSection > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  #recruitSection > table th, #recruitSection > table td {
    border-bottom: 1px solid #D5D1D1;
    padding: 35px; }
  #recruitSection > table th {
    width: 30%;
    padding-right: 0;
    text-align: left;
    vertical-align: top;
    font-weight: 600; }
  #recruitSection > table td {
    width: 70%; }
@media screen and (max-width: 600px) {
  #recruitSection > table tr {
    display: flex;
    flex-wrap: wrap; }
    #recruitSection > table tr th, #recruitSection > table tr td {
      width: 100%;
      padding: 20px 0; }
    #recruitSection > table tr th {
      border-bottom: none;
      font-size: 1.6rem;
      font-weight: 700;
      padding-bottom: 0; } }

/*=================================================================
|| privacy
===================================================================*/
/*==============================
|| privacyWrap
==============================*/
#privacyWrap {
  padding-top: 30px; }

#privacySection > p {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.4rem; }
  #privacySection > p:first-of-type {
    font-size: 1.6rem;
    line-height: 2.6rem; }
#privacySection > h4 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 50px;
  margin-bottom: 10px; }
  #privacySection > h4::before {
    content: "▶";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-style: normal;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #B8FFB8;
    margin-right: 15px;
    padding-left: 3px; }

/*=================================================================
|| contactWrap
===================================================================*/
/*==============================
|| contactWrap
==============================*/
#contactWrap {
  padding: 0 0; }
  #contactWrap > section {
    margin-bottom: 100px; }
    #contactWrap > section > h2 {
      display: flex;
      align-items: center;
      font-size: 3rem;
      font-style: italic;
      margin-bottom: 50px; }
      #contactWrap > section > h2 > span {
        font-size: 1.6rem;
        margin-left: 5px; }
      #contactWrap > section > h2::before {
        content: "▶";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        font-style: normal;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background-color: #B8FFB8;
        margin-right: 15px;
        padding-left: 3px; }
    #contactWrap > section:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    #contactWrap > section {
      margin-bottom: 80px; }
      #contactWrap > section > h2 {
        margin-bottom: 30px;
        font-size: 2rem; }
        #contactWrap > section > h2 > span {
          font-size: 1.4rem; } }

#telcontactSection > p {
  margin-bottom: 30px; }

.telcontactBox {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-left: 0;
  padding: 40px 50px;
  background-color: #EEF1ED;
  border-radius: 10px; }
  .telcontactBox > a, .telcontactBox > div {
    display: block;
    width: 50%; }
    .telcontactBox > a > div, .telcontactBox > div > div {
      display: flex;
      margin: 0 auto 5px;
      align-items: center;
      justify-content: center; }
      .telcontactBox > a > div > img, .telcontactBox > div > div > img {
        width: 25px;
        height: 25px;
        margin-right: 5px; }
      .telcontactBox > a > div > h3, .telcontactBox > div > div > h3 {
        font-size: 1.8rem;
        font-style: italic; }
    .telcontactBox > a > h4, .telcontactBox > div > h4 {
      font-size: 2.4rem;
      line-height: 2.4rem;
      font-style: normal;
      text-align: center; }
    .telcontactBox > a > p, .telcontactBox > div > p {
      font-size: 1.3rem;
      letter-spacing: 0;
      text-align: center; }
  .telcontactBox > a {
    border-right: 1px solid #D5D1D1;
    padding-right: 20px; }
  .telcontactBox > div {
    padding-left: 20px; }
  @media screen and (max-width: 600px) {
    .telcontactBox {
      display: block;
      padding: 30px 20px; }
      .telcontactBox > a, .telcontactBox > div {
        width: 100%;
        padding: 20px 0; }
      .telcontactBox > a {
        border-right: 0;
        border-bottom: 1px solid #D5D1D1; } }

.contactTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 28px; }
  .contactTable th,
  .contactTable td {
    vertical-align: top; }
  .contactTable th {
    width: 190px;
    padding: 8px 0;
    padding-right: 20px;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap; }
  .contactTable td {
    width: auto; }
  .contactTable .required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 24px;
    margin-left: 10px;
    padding: 0 8px;
    border-radius: 999px;
    background: #0B7445;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle; }
  .contactTable .wpcf7-form-control-wrap {
    display: block; }
  .contactTable input[type="text"],
  .contactTable input[type="email"],
  .contactTable input[type="tel"],
  .contactTable textarea {
    width: 100%;
    border: 1px solid #0B7445;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    color: #111;
    outline: none;
    box-shadow: none; }
  .contactTable input[type="text"],
  .contactTable input[type="email"],
  .contactTable input[type="tel"] {
    padding: 15px 20px; }
  .contactTable textarea {
    min-height: 180px;
    padding: 15px 20px;
    resize: vertical; }
  .contactTable input::placeholder,
  .contactTable textarea::placeholder {
    color: #d0d0d0;
    opacity: 1; }
  .contactTable .radioLine {
    padding-top: 6px; }
    .contactTable .radioLine .wpcf7-radio {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 42px; }
    .contactTable .radioLine .wpcf7-list-item {
      margin: 0; }
    .contactTable .radioLine .wpcf7-list-item label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      cursor: pointer; }
    .contactTable .radioLine input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      margin: 0;
      border: 1px solid #0B7445;
      border-radius: 50%;
      background: #fff;
      position: relative;
      cursor: pointer;
      flex-shrink: 0; }
    .contactTable .radioLine input[type="radio"]:checked::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #0B7445;
      transform: translate(-50%, -50%); }
  .contactTable .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.5; }
  .contactTable .wpcf7-spinner {
    display: block;
    margin-top: 12px; }

.privacyBox {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px; }
  .privacyBox .privacyCheck {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px; }
    .privacyBox .privacyCheck .wpcf7-form-control-wrap,
    .privacyBox .privacyCheck .wpcf7-acceptance,
    .privacyBox .privacyCheck .wpcf7-list-item,
    .privacyBox .privacyCheck label {
      display: inline-flex;
      align-items: center;
      margin: 0; }
    .privacyBox .privacyCheck input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      margin: 0;
      border: 1px solid #0B7445;
      border-radius: 4px;
      background: #fff;
      position: relative;
      cursor: pointer; }
    .privacyBox .privacyCheck input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border-right: 2px solid #0B7445;
      border-bottom: 2px solid #0B7445;
      transform: rotate(45deg); }
  .privacyBox .privacyText {
    color: #111; }
    .privacyBox .privacyText a {
      color: #0B7445;
      text-decoration: underline;
      text-underline-offset: 2px; }

.submitBox {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  width: 300px; }
  .submitBox .wpcf7-spinner {
    display: block;
    margin-top: 12px; }
  .submitBox input[type="submit"] {
    position: relative;
    text-align: left;
    width: 300px;
    padding: 20px 30px;
    border: 0;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none; }

.submitBox {
  position: relative; }
  .submitBox::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 28px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #b8ffb8;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2; }
  .submitBox::after {
    content: "";
    position: absolute;
    right: 31px;
    top: 28px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #111;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.7; }

@media (max-width: 600px) {
  .contactTable,
  .contactTable tbody,
  .contactTable tr,
  .contactTable th,
  .contactTable td {
    display: block;
    width: 100%; }

  .contactTable {
    border-spacing: 0; }

  .contactTable tr {
    display: block;
    margin-bottom: 22px; }

  .contactTable th {
    padding: 0 0 10px;
    white-space: normal; }

  .contactTable td {
    padding: 0; }

  .contactTable textarea {
    min-height: 100px; }

  .contactTable .radioLine .wpcf7-radio {
    display: block; }

  .contactTable .radioLine .wpcf7-list-item {
    display: block;
    margin-bottom: 10px; }

  .privacyBox {
    align-items: flex-start;
    gap: 10px; }

  .submitBox {
    width: 100%;
    display: block; }

  .submitBox input[type="submit"] {
    width: 100%;
    min-width: 0;
    height: 56px;
    font-size: 1.6rem; } }
/*=================================================================
|| archive
===================================================================*/
/* SCSS Document */
/*=================================================================
|| news
===================================================================*/
/*==============================
|| newsWrap
==============================*/
.newsList {
  width: 100%;
  max-width: 800px; }
  .newsList > li {
    padding: 40px;
    border-bottom: 1px solid #D5D1D1; }
    .newsList > li > a {
      display: flex;
      justify-content: space-between; }
      .newsList > li > a > h4 {
        font-size: 1.4rem;
        font-weight: 500;
        margin-right: 50px; }
      .newsList > li > a > p {
        margin-right: auto; }
  @media screen and (max-width: 1200px) {
    .newsList {
      max-width: 600px; } }
  @media screen and (max-width: 600px) {
    .newsList {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 30px; }
      .newsList > li {
        padding: 20px 0; }
        .newsList > li > a {
          display: block; }
          .newsList > li > a > p {
            margin-bottom: 10px; } }

.newsPager {
  padding: 50px 0 0;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0; }
  .newsPager .wp-pagenavi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1; }
  .newsPager .pages,
  .newsPager .extend {
    display: none; }
  .newsPager .first,
  .newsPager .last {
    display: none; }
  .newsPager a,
  .newsPager span {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    text-decoration: none;
    box-shadow: none;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit; }
  .newsPager .page,
  .newsPager .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 32px;
    margin: 0 16px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 800;
    color: #111; }
  .newsPager .page {
    transition: opacity .2s ease, color .2s ease; }
    .newsPager .page:hover {
      opacity: .7; }
  .newsPager .current {
    color: #0B7445;
    border-bottom: 2px solid #0B7445; }
  .newsPager .previouspostslink,
  .newsPager .nextpostslink {
    position: absolute;
    top: 50%;
    display: inline-flex;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: italic;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #111;
    transform: translateY(-50%); }
  .newsPager .previouspostslink {
    left: 0;
    padding-left: 27px; }
    .newsPager .previouspostslink::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #B8FFB8;
      transform: translateY(-50%); }
    .newsPager .previouspostslink::after {
      content: "";
      position: absolute;
      left: 6px;
      top: 50%;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-right: 8px solid #111;
      transform: translateY(-50%); }
  .newsPager .nextpostslink {
    right: 0;
    padding-right: 27px; }
    .newsPager .nextpostslink::before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #B8FFB8;
      transform: translateY(-50%); }
    .newsPager .nextpostslink::after {
      content: "";
      position: absolute;
      right: 6px;
      top: 50%;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 8px solid #111;
      transform: translateY(-50%); }

/*==============================
|| newssingleWrap
==============================*/
.newstitleBox {
  position: relative;
  border-bottom: 1px solid #D5D1D1;
  padding: 30px 50px; }
  .newstitleBox > div {
    display: flex; }
    .newstitleBox > div > h4 {
      font-size: 1.4rem;
      margin-right: 20px; }
    .newstitleBox > div > ul {
      display: flex; }
      .newstitleBox > div > ul > li > a {
        font-size: 1rem;
        padding: 0px 10px 2px;
        color: #0B7445;
        border: 1px solid #0B7445;
        border-radius: 10px; }
  .newstitleBox::after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #0B7445;
    position: absolute;
    left: 0;
    bottom: -2.5px; }
  @media screen and (max-width: 600px) {
    .newstitleBox {
      padding: 0 20px 20px; }
      .newstitleBox::after {
        content: "";
        width: 20px;
        height: 5px;
        background-color: #0B7445;
        position: absolute;
        left: 0;
        bottom: -2.5px; } }

.newssingleContent {
  width: 100%;
  padding: 30px 50px; }
  .newssingleContent img {
    max-width: 100%;
    height: auto; }
  .newssingleContent p {
    line-height: 5rem; }
  @media screen and (max-width: 600px) {
    .newssingleContent {
      padding: 20px; } }

.singlePager {
  padding: 28px 0;
  border-top: 1px solid #cfcfcf;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 20px; }
  .singlePager a {
    text-decoration: none;
    color: #111; }
  .singlePager .previouspostslink,
  .singlePager .nextpostslink {
    position: relative;
    display: inline-flex;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: italic;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #111;
    min-height: 20px; }
  .singlePager .previouspostslink a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 27px; }
  .singlePager .previouspostslink a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #B8FFB8;
    transform: translateY(-50%); }
  .singlePager .previouspostslink a::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid #111;
    transform: translateY(-50%); }
  .singlePager .nextpostslink a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 27px; }
  .singlePager .nextpostslink a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #B8FFB8;
    transform: translateY(-50%); }
  .singlePager .nextpostslink a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #111;
    transform: translateY(-50%); }
