@charset "UTF-8";
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a {
  font-weight: 500;
}

a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

/****************************************

P

*****************************************/
.banner {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner.active {
  opacity: 1;
  transform: translateY(0);
}

.banner02 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner02.active {
  opacity: 1;
  transform: translateY(0);
}

.banner03 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}

.banner03.active {
  opacity: 1;
  transform: translateY(0);
}

/* 改行 */
.line_break {
  padding-top: 26px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.5s;
}

.fadein.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.not404 .btn {
  margin-top: 50px;
}

.btn a {
  padding-right: 80px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  position: relative;
}
.btn a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #d20004;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  transition: all 0.2s;
}
.btn a::after {
  position: absolute;
  content: "";
  right: 28px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn a:hover::before {
  width: 70px;
  height: 70px;
  right: -5px;
}

@media screen and (max-width: 767px) {
  .btn a {
    padding-right: 60px;
    font-size: 1.6rem;
  }
  .btn a::before {
    width: 50px;
    height: 50px;
  }
  .btn a::after {
    right: 24px;
    width: 5px;
    height: 5px;
  }
  .btn a:hover::before {
    width: 60px;
    height: 60px;
  }
} /*max-width:767px*/
.to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  z-index: 100;
}
.to_top a img {
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.to_top a:hover {
  opacity: 1;
}
.to_top a:hover img {
  transform: translateY(-10px);
}

@media screen and (max-width: 767px) {
  .to_top {
    bottom: 10px;
    right: 10px;
    width: 40px;
  }
} /*max-width:767px*/
.bread {
  max-width: 1140px;
  margin: 10px auto 100px;
  padding: 0 20px;
  display: flex;
  gap: 0 20px;
}
.bread li {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}
.bread li::after {
  position: absolute;
  content: ">";
  background: url(images/) no-repeat;
  right: -13px;
  top: 1px;
}
.bread li:last-child::after {
  content: none;
}
.bread li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .bread {
    margin: 10px auto 40px;
    gap: 0 14px;
  }
  .bread li {
    font-size: 11px;
  }
  .bread li::after {
    right: -11px;
  }
  .bread li a {
    font-size: 11px;
  }
} /*max-width:767px*/
#teaser {
  width: 100%;
  height: 600px;
  background: url(../images/teaser.jpg) top center no-repeat;
  background-size: cover;
  padding: 0 20px;
}
#teaser .teaser_inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#teaser .teaser_inner .teaser_tit {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
  color: #fff;
  line-height: 1.2;
}
#teaser .teaser_inner .teaser_tit .ja {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
#teaser .teaser_inner .teaser_tit .en {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: clamp(8rem, 8vw, 12rem);
}

@media screen and (max-width: 767px) {
  #teaser {
    height: 200px;
  }
  #teaser .teaser_inner .teaser_tit {
    transform: translateY(-50%);
  }
  #teaser .teaser_inner .teaser_tit .ja {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  #teaser .teaser_inner .teaser_tit .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
} /*max-width:767px*/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  background-color: #004f00;
  font-weight: 500;
  color: #fff;
}

.overview_table td {
  width: 70%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .overview_table {
    border-bottom: 1px solid #ccc;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
/* 共通タイトル */
.subhead01 {
  padding-top: 30px;
  border-top: 2px solid #eee;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  font-size: clamp(2.6rem, 2.4vw, 3.2rem);
  color: #004f00;
}
.subhead01::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #004f00;
  left: 0;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: clamp(2.2rem, 5.6vw, 2.8rem);
    color: #004f00;
  }
  .subhead01::after {
    width: 50px;
  }
} /*max-width:767px*/
header .header_wrap {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  z-index: 50;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_logo {
  width: 239px;
}
header .header_wrap .header_logo a {
  display: block;
}
header .header_wrap .header_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header_wrap .header_content #g_navi {
  margin-right: 30px;
}
header .header_wrap .header_content #g_navi ul {
  display: flex;
  justify-content: space-between;
}
header .header_wrap .header_content #g_navi ul li a {
  text-decoration: none;
  font-size: 1.6rem;
}
header .header_wrap .header_content #g_navi ul li ul li a {
  font-size: 1.4rem;
}
header .header_wrap .header_content .header_contact a {
  display: block;
  width: 170px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 60px;
  background: #d20004;
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
}
header .header_wrap .header_content .header_contact a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_wrap .header_content .header_tel {
  text-align: center;
}
header .header_wrap .header_content .header_tel .num {
  line-height: 1.2;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #004f00;
  letter-spacing: 0.05em;
  padding-left: 20px;
  font-size: 2.6rem;
  position: relative;
}
header .header_wrap .header_content .header_tel .num::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_wrap .header_content .header_tel .txt {
  letter-spacing: 0.1em;
  font-size: 1rem;
}
header #slider {
  position: relative;
  /* スクロールダウンの位置 */
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
header #slider .swiper .swiper-slide img {
  min-height: 600px;
  object-fit: cover;
}
header #slider .slider_txt {
  position: absolute;
  bottom: 14%;
  left: 5%;
  color: #fff;
  z-index: 11;
}
header #slider .slider_txt .en {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: clamp(10rem, 10vw, 15rem);
  margin-bottom: 30px;
}
header #slider .slider_txt .ja {
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
header #slider .scroll {
  position: absolute;
  right: 5%;
  bottom: 15%;
  writing-mode: vertical-rl;
  z-index: 1;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
header #slider .scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
header #slider .scroll::after {
  background-color: #666;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 1300px) {
  header .header_wrap {
    zoom: 0.7;
  }
} /*max-width:1300px*/
@media screen and (max-width: 900px) {
  header .header_wrap {
    zoom: 0.6;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  header {
    padding-top: 60px;
  }
  header .header_wrap {
    zoom: 1;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 7px 10px;
  }
  header .header_wrap .header_logo {
    width: 200px;
  }
  header .header_wrap .header_content {
    display: none;
  }
  header #slider {
    /* スクロールダウンの位置 */
    /* 線のアニメーション部分 */
    /* 線の背景色 */
    /* 線のアニメーション */
  }
  header #slider .swiper .swiper-slide img {
    min-height: 500px;
  }
  header #slider .slider_txt {
    bottom: 30%;
    left: 20px;
  }
  header #slider .slider_txt .en {
    font-size: clamp(4rem, 15vw, 10rem);
    margin-bottom: 10px;
  }
  header #slider .slider_txt .ja {
    letter-spacing: 0.05em;
    font-size: clamp(1.2rem, 4vw, 2rem);
  }
  header #slider .scroll {
    right: 20px;
    bottom: 10%;
    font-size: 1.4rem;
  }
  header #slider .scroll::before {
    bottom: -40px;
    height: 30px;
  }
  header #slider .scroll::after {
    bottom: -40px;
    height: 30px;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  #toggle {
    display: none;
  }
  #sp_navi {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    padding: 17px 15px 10px;
    background-color: #004f00;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 1px;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 21px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #004f00;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    display: block;
    padding: 60px 20px;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #sp_navi .menu .menu-item.menu_open {
    border-bottom: none;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 18px 0;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: none;
    background: #3c6c3c;
    padding: 15px 20px 30px;
  }
  #sp_navi .sub-menu li {
    width: 100%;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 16px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 24px;
  }
  .tel {
    margin-top: 50px;
    text-align: center;
  }
  .tel a {
    text-decoration: none;
    color: #fff;
  }
  .tel a .num {
    display: inline-block;
    padding-left: 40px;
    font-family: "Barlow", sans-serif;
    font-size: clamp(3rem, 3.8vw, 4.8rem);
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
  }
  .tel a .num::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/contact_tel.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .tel a .txt {
    font-size: clamp(1rem, 1.3vw, 1.4rem);
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-direction: column;
  width: 250px;
}

#g_navi .menu li ul li {
  padding: 0 30px;
  background: #004f00;
}
#g_navi .menu li ul li:first-child {
  padding-top: 15px;
}
#g_navi .menu li ul li:last-child {
  padding-bottom: 30px;
}
#g_navi .menu li ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 190px;
  color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  opacity: 0.7 !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

footer {
  margin-top: 150px;
  padding: 150px 0 0;
  background: url(../images/footer_bg.jpg) top center no-repeat;
  background-size: cover;
}
footer .footer_wrap {
  padding: 0 20px;
}
footer .footer_wrap .footer_inner .footer_logo_area {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_logo {
  width: 300px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_logo a {
  display: inline-block;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi {
  width: 500px;
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi li {
  line-height: 1.5;
  margin-bottom: 15px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi li a {
  text-decoration: none;
  font-size: 1.6rem;
  padding-left: 20px;
  color: #fff;
  position: relative;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi li a::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #eee;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit {
  margin-bottom: 40px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit:last-child {
  margin-bottom: 0;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit.mb20 {
  margin-bottom: 20px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit a {
  font-size: 1.8rem;
  padding-left: 0;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit a::after {
  content: none;
}
footer .footer_wrap .footer_inner .footer_info {
  padding: 50px 4%;
  background: #fff;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 2%;
  margin-bottom: 50px;
}
footer .footer_wrap .footer_inner .footer_info .footer_info_content {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
  display: grid;
  grid-template-columns: 41.67% 52.08%;
  justify-content: space-between;
  align-items: center;
}
footer .footer_wrap .footer_inner .footer_info .footer_info_content figure {
  border-radius: 5px;
  overflow: hidden;
}
footer .footer_wrap .footer_inner .footer_info .footer_info_content dl dt {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  color: #004f00;
  margin-bottom: 10px;
}
footer .footer_wrap .footer_inner .footer_info .footer_info_content dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
footer .footer_wrap .footer_inner .footer_info .footer_info_content:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: none;
}
footer .footer_wrap .footer_inner .footer_info .footer_info_content:nth-of-type(4) {
  padding-bottom: 0;
  border-bottom: none;
}
footer .footer_wrap .footer_inner .footer_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.5%;
}
footer .footer_copy_area {
  margin-top: 100px;
  padding: 15px 20px;
  background: #fff;
}
footer .footer_copy_area .footer_copy_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_copy_area .footer_copy_area_inner .privacy a {
  font-size: 1.6rem;
  color: #666;
}
footer .footer_copy_area .footer_copy_area_inner .copy small {
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  footer .footer_wrap .footer_inner .footer_logo_area {
    zoom: 0.8;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
    padding: 80px 0 0;
  }
  footer .footer_wrap .footer_inner .footer_logo_area {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px 0;
    zoom: 1;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_logo {
    width: 200px;
    margin: 0 auto;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
    flex-wrap: wrap;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi ul {
    width: 50%;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi li {
    margin-bottom: 10px;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi li a {
    font-size: 1.2rem;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit.mb20 {
    margin-bottom: 10px;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_navi .tit a {
    font-size: 1.6rem;
  }
  footer .footer_wrap .footer_inner .footer_info {
    padding: 30px 20px;
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 30px;
  }
  footer .footer_wrap .footer_inner .footer_info .footer_info_content {
    padding-bottom: 20px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  footer .footer_wrap .footer_inner .footer_info .footer_info_content figure {
    max-width: 200px;
    margin: 0 auto;
  }
  footer .footer_wrap .footer_inner .footer_info .footer_info_content:nth-of-type(3) {
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
  footer .footer_wrap .footer_inner .footer_list {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  footer .footer_wrap .footer_inner .footer_list li {
    max-width: 250px;
    margin: 0 auto;
  }
  footer .footer_copy_area {
    margin-top: 50px;
    padding: 10px 20px;
  }
  footer .footer_copy_area .footer_copy_area_inner {
    flex-direction: column;
  }
  footer .footer_copy_area .footer_copy_area_inner .privacy a {
    font-size: 1.4rem;
  }
  footer .footer_copy_area .footer_copy_area_inner .copy small {
    font-size: 1.1rem;
  }
} /*max-width:767px*/
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.top_box01 {
  padding: 150px 20px;
  position: relative;
}
.top_box01 .top_box01_circle {
  position: absolute;
  left: 0;
  top: -500px;
  height: 1000px;
  z-index: 2;
}
.top_box01 .top_box01_circle img {
  height: 100%;
  width: auto;
}
.top_box01 .top_box01_en_txt {
  position: absolute;
  font-size: clamp(18rem, 18vw, 25rem);
  top: 40px;
  right: -50px;
  z-index: 0;
  line-height: 1;
  font-weight: bold;
  color: #f6f6f6;
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
}
.top_box01 .top_box01_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52.14% 42.14%;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  position: relative;
}
.top_box01 .top_box01_inner .top_box01_content .top_box01_tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  color: #004f00;
  font-size: clamp(3.4rem, 3.4vw, 4.2rem);
}
.top_box01 .top_box01_inner .top_box01_content .top_box01_aside_tit {
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.top_box01 .top_box01_inner .top_box01_content .top_box01_txt {
  margin-bottom: 70px;
}
.top_box01 .top_box01_inner .top_box01_content .btn {
  text-align: right;
}

@media screen and (max-width: 1300px) {
  .top_box01 .top_box01_circle {
    top: -300px;
    height: 600px;
  }
} /*max-width:1300px*/
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 80px 20px;
  }
  .top_box01 .top_box01_circle {
    top: -150px;
    height: 300px;
  }
  .top_box01 .top_box01_en_txt {
    font-size: clamp(6rem, 20vw, 10rem);
    top: 0;
    right: 0;
  }
  .top_box01 .top_box01_inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .top_box01 .top_box01_inner .top_box01_content .top_box01_tit {
    margin-bottom: 20px;
    font-size: clamp(2.6rem, 6.4vw, 3.2rem);
  }
  .top_box01 .top_box01_inner .top_box01_content .top_box01_aside_tit {
    font-size: clamp(2rem, 5.2vw, 2.6rem);
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_inner .top_box01_content .top_box01_txt {
    margin-bottom: 40px;
  }
  .top_box01 .top_box01_inner .top_box01_content .btn {
    text-align: center;
  }
} /*max-width:767px*/
.top_box02 {
  padding: 190px 20px;
  border-radius: 80px;
  background: linear-gradient(90deg, #004f00 0%, #9fff9f 100%);
  position: relative;
  z-index: 1;
}
.top_box02 .top_box02_en_txt {
  position: absolute;
  font-size: clamp(18rem, 20vw, 25rem);
  z-index: -1;
  line-height: 1;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
  left: 0;
  top: -10px;
}
.top_box02 .top_box02_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5%;
}
.top_box02 .top_box02_inner .top_box02_content {
  overflow: hidden;
  padding: 60px 5%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_content_tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_content_tit::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #004f00;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_content_tit .en {
  position: absolute;
  z-index: 0;
  font-size: 10rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: rgba(0, 79, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_content_tit .ja {
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}
.top_box02 .top_box02_inner .top_box02_content .txt_area {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #999;
}
.top_box02 .top_box02_inner .top_box02_content .txt_area .txt01 {
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 10px;
  line-height: 1.2;
  border-radius: 5px;
  background: #004f00;
  color: #fff;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.top_box02 .top_box02_inner .top_box02_content .txt_area .txt02 {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.top_box02 .top_box02_inner .top_box02_content .slide_area {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.top_box02 .top_box02_inner .top_box02_content .slide_area .slide_area_tit {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: clamp(2rem, 1.8vw, 2.4rem);
}
.top_box02 .top_box02_inner .top_box02_content .slide_area .swiper-slide {
  text-align: center;
}
.top_box02 .top_box02_inner .top_box02_content .slide_area .swiper-slide img {
  margin-bottom: 10px;
  border-radius: 5px;
}
.top_box02 .top_box02_inner .top_box02_content .slide_area .swiper-slide .slide_name {
  font-size: clamp(1.8rem, 1.6vw, 2rem);
}
.top_box02 .top_box02_inner .top_box02_content .slide_area .swiper-pagination .swiper-pagination-bullet-active {
  background: #004f00;
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_btn a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #d20004;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  transition: all 0.2s;
}
.top_box02 .top_box02_inner .top_box02_content .top_box02_btn a::after {
  position: absolute;
  content: "";
  right: 18px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 900px) {
  .top_box02 .top_box02_inner {
    grid-template-columns: 100%;
    gap: 50px 0;
  }
  .top_box02 .top_box02_inner .top_box02_content {
    grid-template-rows: auto;
  }
  .top_box02 .top_box02_inner .top_box02_content .top_box02_btn a {
    font-size: 2rem;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 100px 20px;
    border-radius: 30px;
  }
  .top_box02 .top_box02_en_txt {
    font-size: clamp(6rem, 20vw, 10rem);
    top: -10px;
  }
  .top_box02 .top_box02_inner {
    gap: 30px 0;
  }
  .top_box02 .top_box02_inner .top_box02_content {
    padding: 30px 20px;
  }
  .top_box02 .top_box02_inner .top_box02_content .top_box02_content_tit .en {
    font-size: 6rem;
  }
  .top_box02 .top_box02_inner .top_box02_content .txt_area {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .top_box02 .top_box02_inner .top_box02_content .txt_area .txt01 {
    margin-bottom: 10px;
    padding: 8px 10px;
    line-height: 1.2;
    border-radius: 5px;
  }
  .top_box02 .top_box02_inner .top_box02_content .slide_area {
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
  .top_box02 .top_box02_inner .top_box02_content .top_box02_btn a {
    font-size: clamp(1.2rem, 3.6vw, 2rem);
  }
} /*max-width:767px*/
.top_box03 {
  padding: 200px 20px;
  position: relative;
}
.top_box03 .top_box03_circle {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -450px;
  height: 800px;
}
.top_box03 .top_box03_circle img {
  height: 100%;
  width: auto;
}
.top_box03 .top_box03_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42.14% 42.86%;
  justify-content: space-between;
  align-items: center;
}
.top_box03 .top_box03_inner .top_box03_content {
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_content .top_box03_en_txt {
  position: absolute;
  font-size: clamp(10rem, 14vw, 20rem);
  top: -160px;
  left: -45%;
  z-index: 0;
  line-height: 1;
  font-weight: bold;
  color: #f6f6f6;
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
  z-index: -1;
}
.top_box03 .top_box03_inner .top_box03_content .top_box03_tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  color: #004f00;
  font-size: clamp(3.4rem, 3.4vw, 4.2rem);
}
.top_box03 .top_box03_inner .top_box03_content .top_box03_txt {
  margin-bottom: 60px;
}
.top_box03 .top_box03_inner .top_box03_content .btn {
  text-align: right;
}
.top_box03 .top_box03_inner .top_box03_pic_area .top_box03_pic {
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_pic_area .top_box03_pic figcaption {
  position: absolute;
  top: -7%;
  left: -7%;
  width: 114%;
  animation: rotate_anime 20s linear infinite;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1200px) {
  .top_box03 .top_box03_circle {
    bottom: -200px;
    height: 400px;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 100px 20px;
  }
  .top_box03 .top_box03_inner {
    grid-template-columns: 100%;
    gap: 70px 0;
  }
  .top_box03 .top_box03_inner .top_box03_content .top_box03_en_txt {
    font-size: clamp(8rem, 20vw, 10rem);
    top: -90px;
    left: -20px;
  }
  .top_box03 .top_box03_inner .top_box03_content .top_box03_tit {
    margin-bottom: 30px;
    font-size: clamp(2.6rem, 6.4vw, 3.2rem);
  }
  .top_box03 .top_box03_inner .top_box03_content .top_box03_txt {
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_inner .top_box03_content .btn {
    text-align: center;
  }
  .top_box03 .top_box03_inner .top_box03_pic_area .top_box03_pic {
    max-width: 350px;
    margin: 0 auto;
  }
} /*max-width:767px*/
.top_box04 {
  padding: 150px 20px;
  border-radius: 80px;
  background: #eee;
  position: relative;
}
.top_box04 .top_box04_en_txt {
  position: absolute;
  font-size: clamp(18rem, 20vw, 25rem);
  top: -30px;
  right: 50px;
  z-index: 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
}
.top_box04 .top_box04_tit {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}
.top_box04 .top_box04_tit .en {
  color: #004f00;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
}
.top_box04 .top_box04_tit .ja {
  font-size: clamp(3.2rem, 3.2vw, 4.2rem);
}
.top_box04 .top_box04_content {
  height: 250px;
  overflow-y: scroll;
  margin-bottom: 70px;
}
.top_box04 .top_box04_content article {
  display: flex;
  align-items: center;
  gap: 0 50px;
  padding: 30px 0;
  border-bottom: 1px solid #666;
}
.top_box04 .top_box04_content article:first-of-type {
  padding-top: 0;
}
.top_box04 .top_box04_content article .time_wrap {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.top_box04 .top_box04_content article .time_wrap time {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
}
.top_box04 .top_box04_content article .time_wrap .cat {
  padding: 5px 20px;
  text-align: center;
  background: #004f00;
  color: #fff;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1;
}
.top_box04 .top_box04_content article .tit {
  line-height: 1.2;
}
.top_box04 .top_box04_content article .tit a {
  text-decoration: none;
  font-size: 1.6rem;
}
.top_box04 .btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 100px 20px;
    border-radius: 30px;
  }
  .top_box04 .top_box04_en_txt {
    font-size: clamp(8rem, 20vw, 10rem);
    top: -10px;
    right: -10px;
  }
  .top_box04 .top_box04_tit {
    margin-bottom: 40px;
  }
  .top_box04 .top_box04_tit .en {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .top_box04 .top_box04_tit .ja {
    font-size: clamp(2.6rem, 6.4vw, 3.2rem);
  }
  .top_box04 .top_box04_content {
    height: 200px;
    margin-bottom: 40px;
  }
  .top_box04 .top_box04_content::-webkit-scrollbar {
    width: 1px;
  }
  .top_box04 .top_box04_content::-webkit-scrollbar-track {
    background: transparent;
  }
  .top_box04 .top_box04_content::-webkit-scrollbar-thumb {
    background: #999;
  }
  .top_box04 .top_box04_content article {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    padding: 20px 0;
  }
  .top_box04 .top_box04_content article .time_wrap {
    gap: 0 10px;
  }
  .top_box04 .top_box04_content article .time_wrap time {
    font-size: 1.4rem;
  }
  .top_box04 .top_box04_content article .time_wrap .cat {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
  .top_box04 .top_box04_content article .tit a {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.company_box01 {
  padding: 0 20px;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .company_box01 {
    margin-bottom: 60px;
  }
} /*max-width:767px*/
.company_box02 {
  padding: 150px 20px;
  border-radius: 80px;
  position: relative;
  background: linear-gradient(90deg, #004f00 0%, #9fff9f 100%);
  z-index: 1;
  margin-bottom: 150px;
}
.company_box02 .circle {
  position: absolute;
  width: 23%;
  z-index: -1;
  left: 0;
  top: 0;
}
.company_box02 .company_box02_inner {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.company_box02 .company_box02_inner .tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: center;
}
.company_box02 .company_box02_inner .tit .ja {
  font-size: clamp(3.6rem, 3.4vw, 4.2rem);
}
.company_box02 .company_box02_inner .tit .en {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
}
.company_box02 .company_box02_inner .info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 4%;
  margin-bottom: 50px;
}
.company_box02 .company_box02_inner .info .info_content {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  display: grid;
  grid-template-columns: 41.67% 52.08%;
  justify-content: space-between;
  align-items: center;
}
.company_box02 .company_box02_inner .info .info_content figure {
  border-radius: 5px;
  overflow: hidden;
}
.company_box02 .company_box02_inner .info .info_content dl dt {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  margin-bottom: 10px;
}
.company_box02 .company_box02_inner .info .info_content dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
.company_box02 .company_box02_inner .info .info_content dl dd a {
  text-decoration: none;
  color: #fff;
}
.company_box02 .company_box02_inner .info .info_content:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: none;
}
.company_box02 .company_box02_inner .info .info_content:nth-of-type(4) {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .company_box02 {
    padding: 60px 20px;
    border-radius: 30px;
    margin-bottom: 60px;
  }
  .company_box02 .circle {
    width: 60%;
  }
  .company_box02 .company_box02_inner .tit {
    margin-bottom: 40px;
  }
  .company_box02 .company_box02_inner .tit .ja {
    font-size: clamp(2.6rem, 7.2vw, 3.6rem);
  }
  .company_box02 .company_box02_inner .tit .en {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .company_box02 .company_box02_inner .info {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .company_box02 .company_box02_inner .info .info_content {
    padding-bottom: 20px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .company_box02 .company_box02_inner .info .info_content figure {
    max-width: 200px;
    margin: 0 auto;
  }
  .company_box02 .company_box02_inner .info .info_content:nth-of-type(3) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
} /*max-width:767px*/
.company_box03 {
  padding: 0 20px;
}
.company_box03 .wrap dl {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 8%;
}
.company_box03 .wrap dl dt {
  font-size: 3.2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #004f00;
  line-height: 1;
  padding: 40px 0;
  letter-spacing: 0.05em;
}
.company_box03 .wrap dl dd {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 4%;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.company_box03 .wrap dl:first-of-type dd {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .company_box03 .wrap dl {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .company_box03 .wrap dl:last-of-type {
    margin-bottom: 0;
  }
  .company_box03 .wrap dl dt {
    font-size: 2.4rem;
    padding: 0;
  }
  .company_box03 .wrap dl dd {
    font-size: 1.4rem;
    grid-template-columns: 100%;
    gap: 5px 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
  }
} /*max-width:767px*//*# sourceMappingURL=style.css.map */