@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

.barlow {
  font-family: "Barlow", sans-serif;
}

/*
Theme Name: 日本計装技研株式会社
Description: 日本計装技研株式会社 | Where there is a will、there is a way.
Theme URI: https://nitcom.jp
Version: 1.0
License: 日本計装技研株式会社
License URI: https://nitcom.jp
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  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;
}

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,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

/* change colors 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;
}

address {
  font-style: normal;
}

/* change border color 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;
}

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

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #F7F7ED;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

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

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

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

ページ共通

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

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

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

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

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

_variable.scss variable 変数

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

_mixin.scss mixin

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

_l-header.scss ヘッダー共通

*****************************************/
.l-header {
  position: relative;
}
.l-header__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 2560px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    margin: 0;
    padding: 19px 10px;
  }
}
.l-header__logo {
  display: inline-block;
  margin: 20px 0 0 30px;
}
@media screen and (max-width: 1550px) {
  .l-header__logo {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 270px;
    margin: 0;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-right {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 60px;
  padding-bottom: 25px;
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1550px) {
  .l-header-right {
    flex-flow: nowrap column-reverse;
    align-items: flex-end;
    gap: 20px 0;
    max-width: 700px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .l-header-right__aside {
    padding-right: 30px;
  }
}

.l-header-right-contact {
  width: 230px;
  height: 50px;
}
.l-header-right-contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #004F00;
  border: 2px solid #004F00;
  border-radius: 50px 0 0 50px;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-header-right-contact a:is(:link, :visited) {
  color: #fff;
}
.l-header-right-contact a:is(:hover, :active) {
  color: #004F00;
  background: #fff;
}
.l-header-right-contact__txt {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
}
.l-header-right-contact__txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: url(images/header_contact.png) no-repeat;
  background-size: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.l-header-right-contact a:is(:hover, :active) .l-header-right-contact__txt::before {
  background: url(images/header_contact_hover.png) no-repeat;
  background-size: 100%;
}

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

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 52px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu > li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  rotate: 15deg;
  background: #fff;
  z-index: 999;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #fff;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #fff;
}
#g_navi .menu li a .jp {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#g_navi .menu li a .en {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

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

pc用 プルダウンナビ

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

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #004F00;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #004F00;
  opacity: 0.6;
  transition: 0.2s linear;
}

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

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

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

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

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #004F00;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    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(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #004F00;
    opacity: 0.95;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
.l-mv-top {
  position: relative;
  overflow: hidden;
  max-width: 2560px;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/1125;
  margin: auto;
}
.l-mv-top::before {
  display: block;
  content: "";
  position: absolute;
  width: 643px;
  height: auto;
  aspect-ratio: 643/551;
  bottom: 0;
  left: 0;
  background: url(images/mv_top_01_ellipse.jpg) no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 2000px) {
  .l-mv-top::before {
    width: clamp(300px, 34vw, 643px);
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top::before {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top__pic {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.l-mv-top__pic video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/1125;
  transform: translate(-50%, -50%);
}
.l-mv-top__ttl {
  position: absolute;
  bottom: 25%;
  left: 5.3%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl {
    bottom: 5%;
    left: 5%;
    display: none;
  }
}
.l-mv-top__ttl::before, .l-mv-top__ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: auto;
  aspect-ratio: 1/300;
  background: #fff;
  rotate: 15deg;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl::before, .l-mv-top__ttl::after {
    aspect-ratio: 1/55;
  }
}
.l-mv-top__ttl::before {
  top: -17%;
  left: 3%;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl::before {
    top: -12%;
    left: 1%;
  }
}
.l-mv-top__ttl::after {
  bottom: -17%;
  right: 7%;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl::after {
    bottom: 40%;
    right: 63%;
  }
}
.l-mv-top__ttl-en {
  font-family: "Barlow", sans-serif;
  font-size: 15rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
@media screen and (max-width: 1920px) {
  .l-mv-top__ttl-en {
    font-size: clamp(9.4rem, 7.9vw, 15rem);
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl-en {
    font-size: 2rem;
  }
}
.l-mv-top__ttl-jp {
  margin-top: 25px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1920px) {
  .l-mv-top__ttl-jp {
    font-size: clamp(1.2rem, 1vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl-jp {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.l-mv-top__scroll {
  position: absolute;
  right: 85px;
  bottom: 115px;
  z-index: 10;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-mv-top__scroll {
    display: none;
  }
}
.l-mv-top__scroll a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-mv-top__scroll a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -66px;
  z-index: 9999;
  background: #fff;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.l-mv-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__inner {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-page__inner {
    top: initial;
    bottom: 10px;
    padding: 0 20px;
  }
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  white-space: nowrap;
}
.l-mv-page__ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: -20%;
  left: -1%;
  width: 1px;
  height: auto;
  aspect-ratio: 1/300;
  background: #fff;
  rotate: 15deg;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl::before {
    top: -10%;
    left: 3%;
    aspect-ratio: 1/65;
  }
}
.l-mv-page__ttl-en {
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl-en {
    margin-bottom: 0;
    font-size: 4rem;
  }
}
.l-mv-page__ttl-jp {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl-jp {
    font-size: 1.6rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

#main-page {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

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

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 140px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin-top: 0;
    padding: 10px 10px 0px;
  }
}

.breadcrumb {
  display: inline-block;
  padding: 0 25px;
  background: #004F00;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 5px 25px;
    border: 2px solid #fff;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #fff;
}
.breadcrumb a:is(:hover, :active) {
  color: #fff;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  background: rgba(17, 17, 17, 0.6);
}
.l-btm-sec__inner {
  width: 100%;
  margin: 0 auto;
  padding: 115px 10px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    padding: 60px 10px;
  }
}
.l-btm-sec__txt {
  text-align: center;
  color: #fff;
}
.l-btm-sec__btn {
  width: 400px;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__btn {
    width: 250px;
    margin-top: 30px;
  }
}
.l-btm-sec__btn a {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 21px 10px;
  border-radius: 100vh;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__btn a {
    padding: 14px 10px;
    font-size: 1.4rem;
  }
}
.l-btm-sec__btn a:is(:link, :visited) {
  color: #004F00;
  background: #fff;
}
.l-btm-sec__btn a:is(:hover, :active) {
  color: #fff;
  background: #004F00;
}
.l-btm-sec__btn a:is(:hover, :active) .txt::before {
  background: url(images/footer_contact_hover.png) no-repeat;
  background-size: 100%;
}
.l-btm-sec__btn .txt {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__btn .txt {
    padding-left: 30px;
  }
}
.l-btm-sec__btn .txt::before {
  transition: all 0.3s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 20/15;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/footer_contact_link.png) no-repeat;
  background-size: 100%;
}

.l-btm-sec-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.l-btm-sec-ttl::before {
  display: block;
  content: "Contact";
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-size: 20rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0;
  line-height: 1;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::before {
    font-size: 9rem;
    bottom: -20px;
  }
}

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

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
  background: url(images/footer_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__outer {
  background: rgba(0, 79, 0, 0.8);
}
.l-footer__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 40px 10px 10px;
  }
}

.l-footer-pc__top {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.l-footer__logo {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-top: 0;
    margin-bottom: 20px;
    width: 300px;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__txt {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 1.3rem;
  }
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  margin-top: 70px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 20px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  padding: 0 10px;
}
.l-footer-sitemap__page a {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #fff;
}
.l-footer-link a:is(:hover, :active) {
  color: #fff;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 0;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #004F00;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_access.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
}
.l-single-sec__ttl {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  font-size: 2.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #004F00;
  border: 1px solid #004F00;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #004F00;
  background: #004F00;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #C0D1C0;
  border: solid 1px #C0D1C0;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 50px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 10px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #333;
}
.nav-below a:is(:hover, :active) {
  color: #004F00;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #004F00;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

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

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  position: relative;
  border-radius: 50vh;
  border: 1px solid #004F00;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.4rem;
  }
}
.c-btn01 a:hover {
  background: #004F00;
  color: #fff;
}
.c-btn01 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(images/c_btn01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01 a::after {
    width: 30px;
    height: 30px;
  }
}

.c-btn01--top-sec01,
.c-btn01--top-sec03,
.c-btn01--top-sec05,
.c-btn01--requirements-sec01 {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01,
  .c-btn01--top-sec03,
  .c-btn01--top-sec05,
  .c-btn01--requirements-sec01 {
    width: 250px;
  }
}
.c-btn01--top-sec01 a,
.c-btn01--top-sec03 a,
.c-btn01--top-sec05 a,
.c-btn01--requirements-sec01 a {
  padding: 17px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a,
  .c-btn01--top-sec03 a,
  .c-btn01--top-sec05 a,
  .c-btn01--requirements-sec01 a {
    padding: 13px 10px;
  }
}

.c-btn01--top-sec03 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec03 {
    margin: 30px auto 0;
  }
}

.c-btn01--top-sec05 {
  margin: 75px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec05 {
    margin: 40px auto 0;
  }
}

.c-btn01--requirements-sec01 {
  margin: 50px auto 0;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--requirements-sec01 {
    margin: 30px auto 0;
    width: 250px;
  }
}
.c-btn01--requirements-sec01 a {
  padding: 17px 10px 17px 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn01--requirements-sec01 a {
    padding: 13px 10px 13px 40px;
  }
}

.c-btn02 a {
  position: relative;
  border-radius: 50vh;
  border: 1px solid #004F00;
  background: #fff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    font-size: 1.4rem;
  }
}
.c-btn02 a:hover {
  background: #004F00;
  color: #fff;
}
.c-btn02 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(images/c_btn02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn02 a::after {
    width: 30px;
    height: 30px;
  }
}

.c-btn02--work-sec01 {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn02--work-sec01 {
    width: 250px;
  }
}
.c-btn02--work-sec01 a {
  padding: 14px 0px 14px 40px;
}
@media screen and (max-width: 767px) {
  .c-btn02--work-sec01 a {
    padding: 13px 30px;
  }
}

.c-btn02--work-sec01:nth-child(2) a {
  padding: 14px 0px 14px 20px;
}
@media screen and (max-width: 767px) {
  .c-btn02--work-sec01:nth-child(2) a {
    padding: 13px 30px;
  }
}

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

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 40px;
  }
}
.c-headline__en {
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-headline__en {
    font-size: 1.4rem;
  }
}
.c-headline__jp {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-headline__jp {
    font-size: 2.2rem;
  }
}

.c-ttl01 {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    padding-bottom: 15px;
  }
}
.c-ttl01::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: auto;
  aspect-ratio: 50/1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #004F00;
  background-size: 100%;
  z-index: 999;
}
.c-ttl01__en {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12rem;
  font-weight: bold;
  color: rgba(0, 79, 0, 0.08);
  letter-spacing: 0;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .c-ttl01__en {
    bottom: 15px;
    font-size: 8.5rem;
  }
}
.c-ttl01__jp {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl01__jp {
    font-size: 2.2rem;
  }
}

.c-ttl01--greeting-sec03,
.c-ttl01--requirements-sec03 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl01--greeting-sec03,
  .c-ttl01--requirements-sec03 {
    margin-bottom: 30px;
  }
}

.c-ttl02 {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    padding-bottom: 15px;
    font-size: 2.1rem;
  }
}
.c-ttl02::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #004F00;
  background-size: 100%;
  z-index: 999;
}

.c-ttl02--requirements-sec01,
.c-ttl02--data-sec01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-ttl02--requirements-sec01,
  .c-ttl02--data-sec01 {
    margin-bottom: 30px;
  }
}

.c-ttl03 {
  padding-bottom: 10px;
  border-bottom: 1px solid #666666;
  font-size: 2.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-ttl03 {
    font-size: 2.2rem;
  }
}

.c-ttl03--overview-sec02 {
  margin-bottom: 25px;
}

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

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt350,
.c-flex-r__txt350 {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt350,
  .c-flex-r__txt350 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig300,
.c-flex-r__fig300 {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex__fig300,
  .c-flex-r__fig300 {
    max-width: 400px;
  }
}
.c-flex__fig300 img,
.c-flex-r__fig300 img {
  border-radius: 20px;
}

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

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt620,
.c-flex-r-order__txt620 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt620,
  .c-flex-r-order__txt620 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}

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

c-big-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-big-flex-container {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container {
    padding: 60px 0;
  }
}
.c-big-flex-container::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.c-big-flex-container--green {
  background: #C0D1C0;
  border-radius: 150px;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--green {
    border-radius: 30px;
  }
}

.c-big-flex-container--top-recruit::before {
  width: 161px;
  width: clamp(120px, 8.4vw, 161px);
  height: auto;
  aspect-ratio: 161/696;
  left: 0;
  background: url(images/top_sec03_en.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--top-recruit::before {
    display: none;
  }
}

.c-big-flex-container--work-sec01::before {
  width: 134px;
  width: clamp(110px, 7.1vw, 134px);
  height: auto;
  aspect-ratio: 134/758;
  right: -10px;
  background: url(images/work_service01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--work-sec01::before {
    display: none;
  }
}

.c-big-flex-container--work-sec03::before {
  width: 134px;
  width: clamp(110px, 7.1vw, 134px);
  height: auto;
  aspect-ratio: 134/796;
  right: -10px;
  background: url(images/work_service03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--work-sec03::before {
    display: none;
  }
}

.c-big-flex-container--work-sec02::before {
  width: 134px;
  width: clamp(110px, 7.1vw, 134px);
  height: auto;
  aspect-ratio: 134/800;
  left: -10px;
  background: url(images/work_service02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--work-sec02::before {
    display: none;
  }
}

.c-big-flex-container--work-sec04::before {
  width: 134px;
  width: clamp(110px, 7.1vw, 134px);
  height: auto;
  aspect-ratio: 134/807;
  left: -10px;
  background: url(images/work_service04.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--work-sec04::before {
    display: none;
  }
}

.c-big-flex-container--requirements-sec01::before {
  width: 163px;
  width: clamp(110px, 8.5vw, 163px);
  height: auto;
  aspect-ratio: 163/696;
  right: 10px;
  background: url(images/recruit_sec02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-container--requirements-sec01::before {
    display: none;
  }
}

.c-big-flex-order {
  flex-flow: row wrap;
  margin: 0 0 0 auto;
}
.c-big-flex-order__fig960 img {
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__fig960 img {
    border-radius: 20px;
  }
}

.c-big-flex-r-order {
  flex-flow: row-reverse wrap;
  margin: 0 auto 0 0;
}
.c-big-flex-r-order__fig960 img {
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 767px) {
  .c-big-flex-r-order__fig960 img {
    border-radius: 20px;
  }
}

.c-big-flex-order,
.c-big-flex-r-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1660px;
  width: 86.4583333333%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-order,
  .c-big-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 10px;
    width: 100%;
  }
}
.c-big-flex-order__ttl,
.c-big-flex-r-order__ttl {
  margin-bottom: 50px;
  font-size: clamp(3.5rem, 3vw, 5rem);
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl,
  .c-big-flex-r-order__ttl {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl--work,
  .c-big-flex-r-order__ttl--work {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl--work::before,
  .c-big-flex-r-order__ttl--work::before {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    font-family: "Barlow", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    color: rgba(0, 79, 0, 0.2);
    letter-spacing: 0;
    line-height: 1;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl--work01::before,
  .c-big-flex-r-order__ttl--work01::before {
    content: "Service01";
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl--work02::before,
  .c-big-flex-r-order__ttl--work02::before {
    content: "Service02";
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl--work03::before,
  .c-big-flex-r-order__ttl--work03::before {
    content: "Service03";
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__ttl--work04::before,
  .c-big-flex-r-order__ttl--work04::before {
    content: "Service04";
  }
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__txt-box,
  .c-big-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-big-flex-order__txt600,
.c-big-flex-r-order__txt600 {
  width: 36.1445783133%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__txt600,
  .c-big-flex-r-order__txt600 {
    display: contents;
  }
}
.c-big-flex-order__fig960,
.c-big-flex-r-order__fig960 {
  position: relative;
  overflow: hidden;
  width: 57.8313253012%;
}
@media screen and (max-width: 767px) {
  .c-big-flex-order__fig960,
  .c-big-flex-r-order__fig960 {
    order: 2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.c-big-flex-order__fig960 img,
.c-big-flex-r-order__fig960 img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

_c-column.scss カラム共通

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

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

_c-table.scss テーブル共通

*****************************************/
.c-table {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: separate; /*collapseから変更*/
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-table {
    border-radius: 10px;
  }
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #004F00;
  font-weight: 500;
  color: #fff;
}
.c-table tbody td {
  background: #fff;
  border-left: 1px solid #ccc;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-table tbody td {
    border-left: none;
  }
}
.c-table tbody td p {
  line-height: 1.5;
}
.c-table tbody th,
.c-table tbody td {
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
  text-align: left;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 15px;
  }
}
.c-table tbody tr:last-child th,
.c-table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:last-child th {
    border-bottom: 1px solid #ccc;
  }
}

/*---------- pages-table ----------*/
.p-overview-table,
.p-requirements-table {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.p-overview-table tbody th,
.p-requirements-table tbody th {
  width: 27.2727272727%;
}
.p-overview-table tbody td,
.p-requirements-table tbody td {
  width: 72.7272727273%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td,
  .p-requirements-table tbody th,
  .p-requirements-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

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

_c-common.scss 全ページ共通

*****************************************/
.c-wrapper-border {
  position: relative;
}

.c-inner-1100 {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0px 10px;
}

.c-inner-1100--flow {
  padding: 150px 10px;
}
@media screen and (max-width: 767px) {
  .c-inner-1100--flow {
    padding: 60px 10px 60px 40px;
  }
}

.c-inner-1100--working {
  padding: 150px 10px;
}
@media screen and (max-width: 767px) {
  .c-inner-1100--working {
    padding: 60px 10px 60px 40px;
  }
}

.c-inner-1100--voice,
.c-inner-1100--data,
.c-inner-1100--history,
.c-inner-1100--single {
  padding: 150px 10px;
}
@media screen and (max-width: 767px) {
  .c-inner-1100--voice,
  .c-inner-1100--data,
  .c-inner-1100--history,
  .c-inner-1100--single {
    padding: 60px 10px;
  }
}

.c-inner-1100--overview {
  padding: 200px 10px 150px;
}
@media screen and (max-width: 767px) {
  .c-inner-1100--overview {
    padding: 60px 10px;
  }
}

.c-inner-1100--contact {
  padding: 150px 10px;
}
@media screen and (max-width: 767px) {
  .c-inner-1100--contact {
    padding: 60px 10px;
  }
}

.c-cmn-box {
  padding: 30px;
  background: #fff;
  border: 1px solid #004F00;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-cmn-box {
    padding: 20px;
  }
}
.c-cmn-box__ttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #004F00;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cmn-box__ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.c-cmn-box--work-sec02 {
  margin-top: 30px;
}

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

_p-top.scss トップページ

*****************************************/
.p-top-sec01 {
  position: relative;
  max-width: 2560px;
  margin-inline: auto;
}
.p-top-sec01::before {
  display: block;
  content: "";
  position: absolute;
  width: 643px;
  height: auto;
  aspect-ratio: 643/449;
  top: 0;
  left: 0;
  background: url(images/top_ellipse_01.png) no-repeat;
  background-size: 100%;
  z-index: 0;
}
@media screen and (max-width: 2000px) {
  .p-top-sec01::before {
    width: clamp(300px, 34vw, 643px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01::before {
    width: 120px;
  }
}
.p-top-sec01__inner {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px 85px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01__inner {
    padding: 100px 10px 60px;
  }
}

.p-top-sec01-flex-order {
  position: relative;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order {
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
  }
}
.p-top-sec01-flex-order::before {
  display: block;
  content: "";
  position: absolute;
  width: 156px;
  height: auto;
  aspect-ratio: 156/861;
  top: -10%;
  right: -14%;
  background: url(images/top_sec01_about_us.png) no-repeat;
  background-size: 100%;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order::before {
    content: "About us";
    top: -80px;
    right: 10px;
    width: auto;
    height: auto;
    aspect-ratio: initial;
    font-family: "Barlow", sans-serif;
    font-size: 5.5rem;
    font-weight: bold;
    color: rgba(0, 79, 0, 0.2);
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
.p-top-sec01-flex-order__txt-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec01-flex-order__txt-box::before {
  display: block;
  content: "";
  position: absolute;
  width: clamp(500px, 31.1vw, 597px);
  height: auto;
  aspect-ratio: 597/402;
  top: 93%;
  right: -190px;
  background: url(images/top_sec01_bg.png) no-repeat center top;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt-box::before {
    top: 100%;
    right: -60px;
    width: 300px;
  }
}
.p-top-sec01-flex-order__txt {
  letter-spacing: 0;
}
.p-top-sec01-flex-order__txt600 {
  width: 42.8571428571%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt600 {
    display: contents;
  }
}
.p-top-sec01-flex-order__fig700 {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig700 {
    order: 2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-top-sec01-flex-order__fig700 img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-sec01-flex-order__btn-box {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn-box {
    order: 4;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 560px) {
  .p-top-sec01-flex-order__btn-box {
    flex-flow: wrap row;
  }
}

.p-top-sec01-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 0;
  }
}
.p-top-sec01-ttl__en {
  display: block;
  margin-bottom: 30px;
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #004F00;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl__en {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-top-sec01-ttl__jp {
  display: block;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl__jp {
    font-size: 2.2rem;
  }
}

.p-top-sec02__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__inner {
    padding: 60px 10px;
  }
}
.p-top-sec02__bnr-box {
  max-width: 1420px;
  width: 100%;
  margin: 70px auto 150px;
  padding: 0px 10px;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-box {
    flex-flow: nowrap column;
    gap: 20px 0;
    margin: 40px auto 0px;
    padding: 0;
  }
}
.p-top-sec02__bnr {
  width: 47.8571428571%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr {
    max-width: 670px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-top-sec02__bnr img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.23));
}

.p-top-sec02-ttl,
.p-top-sec03-ttl {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-sec02-ttl .inner,
.p-top-sec03-ttl .inner {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl .inner,
  .p-top-sec03-ttl .inner {
    gap: 0;
  }
}
.p-top-sec02-ttl .inner::before,
.p-top-sec03-ttl .inner::before {
  content: "";
  position: absolute;
  top: -23%;
  width: 1px;
  height: auto;
  aspect-ratio: 1/200;
  background: #004F00;
  rotate: 15deg;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl .inner::before,
  .p-top-sec03-ttl .inner::before {
    aspect-ratio: 1/80;
  }
}
.p-top-sec02-ttl__en,
.p-top-sec03-ttl__en {
  font-family: "Barlow", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  color: #004F00;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__en,
  .p-top-sec03-ttl__en {
    font-size: 5rem;
  }
}
.p-top-sec02-ttl__jp,
.p-top-sec03-ttl__jp {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__jp,
  .p-top-sec03-ttl__jp {
    font-size: 1.6rem;
  }
}

.p-top-sec02-ttl .inner::before {
  left: 20.5%;
}

.p-top-sec03-ttl {
  margin-top: 30px;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.p-top-sec03-ttl .inner::before {
  left: 19%;
}

.p-top-sec03__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.p-top-sec03__txt {
  word-break: keep-all;
}
@media screen and (max-width: 1500px) {
  .p-top-sec03__txt {
    word-break: normal;
  }
}
.p-top-sec03__txt-inner {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__txt-inner {
    white-space: normal;
  }
}
.p-top-sec03__recruit-box {
  position: relative;
  min-height: 623px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__recruit-box {
    min-height: 250px;
  }
}
.p-top-sec03__recruit-box::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: 817px;
  aspect-ratio: 1920/817;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec03_bg.jpg) no-repeat center bottom;
  background-size: 1920px 817px;
  z-index: -999;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__recruit-box::before {
    width: 100%;
    height: 135%;
    background-size: cover;
  }
}
.p-top-sec03__recruit-box a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 623px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__recruit-box a {
    min-height: 250px;
  }
}
.p-top-sec03__recruit-box:has(a:hover)::before {
  opacity: 0.8;
}

.p-top-sec03-sub-ttl {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-sec03-sub-ttl .inner {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-sub-ttl .inner {
    gap: 3px 0;
  }
}
.p-top-sec03-sub-ttl .inner::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 34%;
  width: 1px;
  height: auto;
  aspect-ratio: 1/200;
  background: #fff;
  rotate: 15deg;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-sub-ttl .inner::before {
    aspect-ratio: 1/80;
  }
}
.p-top-sec03-sub-ttl__en {
  font-family: "Barlow", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-sub-ttl__en {
    font-size: 5rem;
  }
}
.p-top-sec03-sub-ttl__jp {
  position: relative;
  right: -25px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-sub-ttl__jp {
    font-size: 1.6rem;
  }
}

.p-top-sec04__bnr-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1740px;
  width: 100%;
  max-height: 1090px;
  height: auto;
  aspect-ratio: 1740/1190;
  margin: 0 auto;
  padding: 90px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__bnr-box {
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    max-height: initial;
    aspect-ratio: initial;
    padding: 60px 10px;
    gap: 10px;
  }
}
.p-top-sec04__bnr {
  position: relative;
  width: 31.3953488372%;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__bnr {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec04__bnr::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -999;
}
.p-top-sec04__bnr img {
  border-radius: 30px 30px 30px 0;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.23));
}
@media screen and (max-width: 767px) {
  .p-top-sec04__bnr img {
    border-radius: 20px 20px 20px 0;
  }
}
.p-top-sec04__bnr01 {
  margin: auto 0 0;
}
.p-top-sec04__bnr01::before {
  width: 501px;
  height: auto;
  aspect-ratio: 501/301;
  bottom: -14.5%;
  left: -43%;
  background: url(images/top_sec04_bnr_bg01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__bnr01::before {
    width: 200px;
    bottom: -45px;
    left: -90px;
  }
}
.p-top-sec04__bnr02 {
  margin: auto 0;
}
.p-top-sec04__bnr02::before {
  width: 448px;
  height: auto;
  aspect-ratio: 448/301;
  top: -25%;
  left: -8%;
  background: url(images/top_sec04_bnr_bg02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__bnr02::before {
    width: 200px;
    top: -68px;
    left: -15px;
  }
}
.p-top-sec04__bnr03 {
  margin: 0 0 auto;
}
.p-top-sec04__bnr03::before {
  width: 418px;
  height: auto;
  aspect-ratio: 418/254;
  bottom: -21%;
  right: -23%;
  background: url(images/top_sec04_bnr_bg03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__bnr03::before {
    width: 200px;
    bottom: -57px;
    right: -45px;
  }
}

.p-top-sec05__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 10px 125px;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__inner {
    flex-flow: nowrap column;
    justify-content: baseline;
    padding: 60px 10px 100px;
  }
}
.p-top-sec05__left {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__left {
    width: 100%;
  }
}
.p-top-sec05__right {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-sec05-ttl-sp {
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    gap: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec05-ttl-sp__en {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    color: rgba(0, 77, 0, 0.1);
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec05-ttl-sp__en::before {
    display: block;
    content: "NEWS";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-family: "Barlow", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #004F00;
    letter-spacing: 0.03em;
    line-height: 1;
    z-index: 999;
  }
}
.p-top-sec05-ttl-sp__jp {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec05-ttl-sp__jp {
    font-size: 2.2rem;
  }
}

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

newsトップ用

*****************************************/
.p-diary-list {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 800px;
  width: 100%;
  height: 100%;
  max-height: 220px;
  overflow-y: scroll;
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 28px 20px 28px 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 15px 20px 15px 10px;
  }
}
.p-diary-list__item:first-child {
  padding: 0px 20px 28px 5px;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 20px 15px 10px;
  }
}
.p-diary-list__item-inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item-inner {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    margin-bottom: 5px;
  }
}
.p-diary-list__date {
  margin-right: 20px;
  width: 87px;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__news {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  width: 70px;
  height: 20px;
  background: #004F00;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-diary-list__news {
    margin-right: 0;
    width: 60px;
  }
}
.p-diary-list__news .inner {
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-diary-list__ttl {
  width: calc(100% - 207px);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #333;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #004F00;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #004F00;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 100%;
}

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

_p-page-name.scss 当社について

*****************************************/
.p-greeting-sec01 {
  position: relative;
}
.p-greeting-sec01::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/500;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/about_bg01.png) no-repeat center bottom;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 1920px) {
  .p-greeting-sec01::before {
    width: 1920px;
    height: 500px;
  }
}
.p-greeting-sec01__outer {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0px 10px;
}
.p-greeting-sec01__outer::before {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: auto;
  aspect-ratio: 1/1;
  top: -210px;
  left: -255px;
  background: url(images/about_ellipse_01.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__outer::before {
    width: 250px;
    top: -190px;
    left: -130px;
  }
}
.p-greeting-sec01__outer::after {
  display: block;
  content: "";
  position: absolute;
  width: 458px;
  height: auto;
  aspect-ratio: 458/551;
  top: 130px;
  right: -450px;
  background: url(images/about_ellipse_02.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__outer::after {
    width: 200px;
    top: 80px;
    right: -20px;
  }
}
.p-greeting-sec01__inner {
  position: relative;
  padding: 215px 0 230px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__inner {
    padding: 30px 0 60px;
  }
}
.p-greeting-sec01__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 600px;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 150px;
  left: -570px;
  background: url(images/about_ellipse_03.png) no-repeat;
  background-size: 100%;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__inner::before {
    width: 300px;
    bottom: 70px;
    left: -160px;
  }
}
.p-greeting-sec01__ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 5px 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ttl {
    margin-bottom: 20px;
  }
}
.p-greeting-sec01__ttl-en {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ttl-en {
    font-size: 4rem;
  }
}
.p-greeting-sec01__ttl-jp {
  font-size: 2.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ttl-jp {
    font-size: 1.6rem;
  }
}
.p-greeting-sec01__ceo {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ceo {
    font-size: 1.8rem;
  }
}

.p-greeting-sec02 {
  padding: 140px 0;
  background: url(images/about_bg02.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec02 {
    padding: 60px 0;
  }
}
.p-greeting-sec02__ttl {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  gap: 10px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec02__ttl {
    gap: 5px 0;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
.p-greeting-sec02__ttl::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -1%;
  width: 1px;
  height: auto;
  aspect-ratio: 1/200;
  background: #fff;
  rotate: 15deg;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec02__ttl::before {
    top: -33%;
    left: 3%;
    aspect-ratio: 1/100;
  }
}
.p-greeting-sec02__ttl-jp {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec02__ttl-jp {
    font-size: 1.6rem;
  }
}
.p-greeting-sec02__ttl-en {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec02__ttl-en {
    font-size: 4rem;
  }
}
.p-greeting-sec02__txt {
  color: #fff;
}

.p-greeting-sec03 {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03 {
    padding: 60px 0;
  }
}
.p-greeting-sec03__box {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03__box {
    margin-top: 40px;
  }
}
.p-greeting-sec03__sub-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03__sub-ttl {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.p-greeting-sec03__sub-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: auto;
  aspect-ratio: 50/1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #004F00;
  background-size: 100%;
  z-index: 999;
}

.p-greeting-sec03-flex {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-flex {
    flex-flow: nowrap column;
  }
}
.p-greeting-sec03-flex__ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  gap: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-flex__ttl {
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-greeting-sec03-flex__ttl-jp {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-flex__ttl-jp {
    font-size: 1.6rem;
  }
}
.p-greeting-sec03-flex__ttl-en {
  position: relative;
  top: -10px;
  font-size: 6.2rem;
  font-weight: bold;
  color: #004F00;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-flex__ttl-en {
    top: 0;
    font-size: 3rem;
  }
}
.p-greeting-sec03-flex__txt780 {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-flex__txt780 {
    width: 100%;
  }
}
.p-greeting-sec03-flex__txt {
  letter-spacing: 0;
}

.p-greeting-sec03-column {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-column {
    gap: 10px;
  }
}
.p-greeting-sec03-column__item {
  padding: 30px;
  width: calc((100% - 50px) / 3);
  background: #fff;
  border: 1px solid #004F00;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-column__item {
    padding: 20px;
    width: 100%;
  }
}
.p-greeting-sec03-column__ttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #004F00;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec03-column__ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.p-greeting-sec03-list__item {
  letter-spacing: 0;
}

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

_p-page-name.scss 事業紹介

*****************************************/
.p-work-intro__inner {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 150px 10px;
}
@media screen and (max-width: 767px) {
  .p-work-intro__inner {
    padding: 30px 10px 60px;
  }
}
.p-work-intro__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 800px;
  height: auto;
  aspect-ratio: 1/1;
  top: -450px;
  right: -570px;
  background: url(images/work_ellipse_01.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-work-intro__inner::before {
    width: 300px;
    top: -230px;
    right: -170px;
  }
}
.p-work-intro__btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-work-intro__btn-box {
    flex-flow: nowrap column;
    align-items: center;
    gap: 10px 0;
    margin-bottom: 30px;
  }
}

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

_p-page-name.scss ご依頼の流れ

*****************************************/
.p-flow-sec:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-flow-sec:not(:last-of-type) .p-flow-flex-r {
  position: relative;
}
.p-flow-sec:not(:last-of-type) .p-flow-flex-r::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 240px;
  top: 50px;
  left: -40px;
  background: #004F00;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-flow-sec:not(:last-of-type) .p-flow-flex-r::after {
    top: 35px;
    left: -21px;
    height: calc(100% - 20px);
  }
}

.p-flow-flex-r {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1050px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.p-flow-flex-r::before {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  top: 5px;
  left: -50px;
  background: url(images/flow_bg01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r::before {
    width: 18px;
    left: -30px;
  }
}
.p-flow-flex-r__txt640 {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__txt640 {
    margin-top: 10px;
    width: 100%;
  }
}
.p-flow-flex-r__fig350 {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.p-flow-flex-r__fig350::before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  aspect-ratio: 25/64;
  top: -20px;
  right: 30px;
  background: url(images/flow_bg02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__fig350::before {
    width: 20px;
  }
}
.p-flow-flex-r__fig350 img {
  border-radius: 20px;
}

.p-flow-flex-r__ttl {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__ttl {
    gap: 0 10px;
    margin-bottom: 10px;
  }
}
.p-flow-flex-r__ttl-en {
  width: 110px;
  height: 28px;
  background: #004F00;
  border-radius: 5px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__ttl-en {
    width: 85px;
    height: 25px;
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.p-flow-flex-r__ttl-jp {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__ttl-jp {
    font-size: 2.2rem;
  }
}
.p-flow-flex-r__sub-ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__sub-ttl {
    font-size: 1.6rem;
  }
}

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

_p-page-name.scss 求人について

*****************************************/
.p-requirements-sec01 {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01 {
    padding-top: 60px;
  }
}
.p-requirements-sec01__txt-box {
  position: relative;
}
.p-requirements-sec01__txt-box::before {
  display: block;
  content: "";
  position: absolute;
  width: 399px;
  height: auto;
  aspect-ratio: 399/351;
  top: -80px;
  left: -140px;
  background: url(images/recruit_bg01.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01__txt-box::before {
    width: 210px;
    top: 70%;
    left: -100px;
  }
}
.p-requirements-sec01__txt-box::after {
  display: block;
  content: "";
  position: absolute;
  width: 420px;
  height: auto;
  aspect-ratio: 420/478;
  top: -320px;
  right: -75px;
  background: url(images/recruit_bg02.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01__txt-box::after {
    width: 210px;
    top: 30%;
    right: -65px;
  }
}

.p-requirements-sec02__sub-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec02__sub-ttl {
    font-size: 1.8rem;
  }
}

.p-requirements-sec03 {
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec03 {
    padding: 30px 0 60px;
  }
}

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

_p-page-name.scss 当社の働き方

*****************************************/
.p-working-outer {
  position: relative;
}
.p-working-outer::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 215px;
  background: #A6C1A6;
  background-size: 100%;
  border-radius: 50vh;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-working-outer::before {
    left: -23px;
    width: 6px;
  }
}

.p-working-sec:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-working-sec {
  position: relative;
}
.p-working-sec::before {
  display: block;
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-working-sec::before {
    display: none;
  }
}
.p-working-sec__box {
  max-width: 800px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-working-sec__box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-working-sec__flow {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    color: #004F00;
    letter-spacing: 0.05em;
  }
}
.p-working-sec__ttl {
  display: flex;
  flex-flow: nowrap row;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  font-size: 2.6rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-working-sec__ttl {
    font-size: 2rem;
  }
}
.p-working-sec__ttl-time {
  display: block;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-working-sec__ttl-time {
    margin-right: 15px;
  }
}
.p-working-sec__ttl-jp {
  display: block;
}

.p-working-sec01::before {
  content: "Flow.01";
}

.p-working-sec02::before {
  content: "Flow.02";
}

.p-working-sec03::before {
  content: "Flow.03";
}

.p-working-sec04::before {
  content: "Flow.04";
}

.p-working-sec05::before {
  content: "Flow.05";
}

.p-working-sec06::before {
  content: "Flow.06";
}

.p-working-sec07 {
  max-width: 1100px;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-working-sec07 {
    width: calc(100% - 20px);
    margin-bottom: 60px;
  }
}
.p-working-sec07__box {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #004F00;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-working-sec07__box {
    padding: 20px;
  }
}
.p-working-sec07__ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #004F00;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-working-sec07__ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

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

_p-blog.scss 先輩の声

*****************************************/
.p-voice-article:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-voice-article:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.p-voice-ttl {
  margin-bottom: 60px;
  padding: 13px 20px;
  background: #004F00;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-voice-ttl {
    margin-bottom: 40px;
    padding: 12px 15px;
    font-size: 1.8rem;
  }
}

.p-voice-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  gap: 35px 60px;
}
@media screen and (max-width: 767px) {
  .p-voice-list {
    gap: 20px 0;
  }
}
.p-voice-list__item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .p-voice-list__item {
    width: 100%;
  }
}
.p-voice-list__txt-box {
  position: relative;
  padding: 30px 25px;
  width: 380px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice-list__txt-box {
    padding: 15px;
    width: calc(100% - 90px);
    border-radius: 10px;
  }
}
.p-voice-list__txt-box::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/25;
  top: 28px;
  right: -30px;
  background: url(images/voice_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-voice-list__txt-box::after {
    top: 15px;
    width: 20px;
    right: -20px;
  }
}
.p-voice-list__fig {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-voice-list__fig {
    width: 60px;
  }
}

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

_p-page-name.scss 数字で見る日本計装技研

*****************************************/
.p-data-sec01__txt {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-data-sec01__txt {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-data--sp-half {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .c-data--sp-max {
    width: 100%;
  }
}

.c-grid--1 {
  display: grid;
  grid-template-columns: 1.6551724138fr repeat(2, 1fr);
  grid-template-rows: 1.45fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-grid--1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.c-data--1 {
  grid-area: 1/1/2/2;
}

.c-data--2 {
  grid-area: 1/2/2/3;
}

.c-data--3 {
  grid-area: 1/3/3/4;
}

.c-data--4 {
  grid-area: 2/1/3/3;
}

.c-grid--2 {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-grid--2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.c-data--5 {
  grid-area: 1/1/3/2;
}

.c-data--6 {
  grid-area: 1/2/2/3;
}

.c-data--7 {
  grid-area: 2/2/3/3;
}

.c-grid--3 {
  display: grid;
  grid-template-columns: 1.6551724138fr repeat(2, 1fr);
  grid-template-rows: 1.45fr 1fr 1.25fr 3.535fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-grid--3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.c-data--8 {
  grid-area: 1/1/2/2;
}

.c-data--9 {
  grid-area: 1/2/2/3;
}

.c-data--10 {
  grid-area: 1/3/3/4;
}

.c-data--11 {
  grid-area: 2/1/3/3;
}

.c-data--12 {
  grid-area: 3/1/4/4;
}

.c-data--13 {
  grid-area: 4/1/5/4;
}

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

_p-overview.scss 会社概要

*****************************************/
.p-overview-sec01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-overview-sec01 {
    margin-bottom: 60px;
  }
}

/*---------- アクセス ----------*/
.p-overview-sec__map {
  width: 100%;
}
.p-overview-sec__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec__map iframe {
    height: 250px;
  }
}

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

_p-page-name.scss 沿革

*****************************************/
.p-history-ttl-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-history-ttl-box {
    display: none;
  }
}

.p-history-ttl {
  width: 500px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-history-outer {
  position: relative;
}
.p-history-outer::before {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 70px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #004F00;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-history-outer::before {
    left: 29px;
    transform: translateX(0);
    height: 98.4%;
  }
}

.p-history-sec:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-history-sec:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.p-history-sec__year {
  margin-inline: auto;
  width: 100px;
  height: 40px;
  background: #004F00;
  border-radius: 3px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-history-sec__year {
    margin-inline: initial;
    width: 60px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
}
.p-history-sec__flex {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-history-sec__flex {
    flex-flow: nowrap column;
    align-items: flex-end;
  }
}
.p-history-sec__right, .p-history-sec__left {
  padding: 28px 30px;
  width: 500px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-history-sec__right, .p-history-sec__left {
    padding: 20px;
    width: calc(100% - 60px);
  }
}
.p-history-sec__right {
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-history-sec__right {
    margin: 0;
  }
}
.p-history-sec__right::before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 36/27;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  background: url(images/history_right.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-history-sec__right::before {
    width: 21px;
    left: -21px;
  }
}
.p-history-sec__right::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  top: calc(50% - 15px);
  left: -57px;
  transform: translateY(-50%);
  background: #004F00;
  background-size: 100%;
  border-radius: 50vh;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-history-sec__right::after {
    width: 13px;
    top: calc(50% - 13px);
    left: -36px;
  }
}
.p-history-sec__left {
  position: relative;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-sec__left {
    margin: 0;
  }
}
.p-history-sec__left::before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 36/27;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  background: url(images/history_left.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-history-sec__left::before {
    width: 21px;
    right: initial;
    left: -21px;
    background: url(images/history_right.png) no-repeat;
    background-size: 100%;
  }
}
.p-history-sec__left::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  top: calc(50% - 15px);
  right: -58px;
  transform: translateY(-50%);
  background: #004F00;
  background-size: 100%;
  border-radius: 50vh;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-history-sec__left::after {
    width: 13px;
    top: calc(50% - 13px);
    right: initial;
    left: -36px;
  }
}
.p-history-sec__sub-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #004F00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-history-sec__sub-ttl {
    font-size: 1.6rem;
  }
}
.p-history-sec__txt {
  letter-spacing: 0;
}

.p-history-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-history-mb20 {
    margin-bottom: 10px;
  }
}

/*---------- PCのmargin ----------*/
.p-history-sec02 .p-history-sec__left,
.p-history-sec05 .p-history-sec__left {
  margin: 60px auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-sec02 .p-history-sec__left,
  .p-history-sec05 .p-history-sec__left {
    margin: 0;
  }
}

.p-history-sec05 .p-history-sec__left {
  margin: 35px auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-history-sec05 .p-history-sec__left {
    margin: 0;
  }
}

.p-history-sec08 .p-history-sec__right,
.p-history-sec09 .p-history-sec__right,
.p-history-sec10 .p-history-sec__right,
.p-history-sec11 .p-history-sec__right,
.p-history-sec12 .p-history-sec__right,
.p-history-sec15 .p-history-sec__right {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-history-sec08 .p-history-sec__right,
  .p-history-sec09 .p-history-sec__right,
  .p-history-sec10 .p-history-sec__right,
  .p-history-sec11 .p-history-sec__right,
  .p-history-sec12 .p-history-sec__right,
  .p-history-sec15 .p-history-sec__right {
    margin: 0;
  }
}

.p-history-sec16 .p-history-sec__right {
  margin: 90px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-history-sec16 .p-history-sec__right {
    margin: 0;
  }
}

/*---------- SPのmargin ----------*/
@media screen and (max-width: 767px) {
  .p-history-sec02 .p-history-sec__flex,
  .p-history-sec05 .p-history-sec__flex {
    flex-flow: nowrap column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .p-history-sec02 .p-history-sec__left,
  .p-history-sec05 .p-history-sec__left {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-history-sec08 .p-history-sec__right,
  .p-history-sec10 .p-history-sec__right,
  .p-history-sec11 .p-history-sec__right,
  .p-history-sec12 .p-history-sec__right,
  .p-history-sec15 .p-history-sec__right,
  .p-history-sec16 .p-history-sec__right {
    margin: 20px 0 0;
  }
}

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

_p-contact.scss お問い合わせ

*****************************************/
.p-form-sec01__txt-box {
  margin-bottom: 55px;
}

/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  margin-bottom: 100px;
  padding: 30px;
  background: #fff;
  border: 1px solid #004F00;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    margin-bottom: 60px;
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.5rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.2rem;
  }
}

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

Contact Form7

*****************************************/
.tc {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .form_row {
    margin-bottom: 10px;
  }
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0 7px;
  background: #004F00;
  margin-right: 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .form_row .form_label .required {
    padding: 0 4px;
    font-size: 1.2rem;
  }
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0 7px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .form_row .form_label .any {
    padding: 0 4px;
    font-size: 1.2rem;
  }
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 21px 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input {
    padding: 10px;
  }
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 400px;
  max-width: 100%;
  padding: 26px 18px;
  border: 1px solid #004F00;
  border-radius: 50vh;
  background-color: #004F00;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #004F00;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
  accent-color: #004F00;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
.form_row--first {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form_row--first {
    padding-bottom: 20px;
  }
}

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

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* 単語や文字をなるべく切らずに表示 */
.u-keep {
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .u-keep {
    word-break: normal;
  }
}

.u-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-nowrap {
    white-space: inherit;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc {
    text-align: center;
  }
}

.u-tcc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .u-line-break {
    margin-top: 25px;
  }
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

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

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #333;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #004F00;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #004F00;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #333;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #333;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #004F00;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #004F00;
}

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

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #333;
}

.u-main-color {
  color: #004F00;
}

.u-accent-color {
  color: #C0D1C0;
}

.u-red {
  color: #ff0000;
}

.u-green {
  color: #004F00;
}

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

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-en {
  font-family: "Barlow", sans-serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */