@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  display: block;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  box-sizing: border-box;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: bold;
  line-height: 1.45;
}
body p {
  line-height: 1.75;
}
body a {
  display: block;
  text-decoration: none;
  color: #000000;
}
body img {
  width: 100%;
  max-width: 100%;
}

.l-container {
  width: 100%;
  min-width: 1200px;
  max-width: 1472px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    min-width: auto;
    padding: 0 20px;
  }
}

.l-container--wide {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.l-container--sm {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container--sm {
    padding: 0 20px;
  }
}

.l-container--1280 {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container--1280 {
    padding: 0 20px;
  }
}

.l-main {
  min-width: 1200px;
}
@media (max-width: 768px) {
  .l-main {
    min-width: auto;
  }
}

.c-text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-text {
    font-size: 16px;
  }
}
.c-text + .c-text {
  margin-top: 28px;
}

.c-bold {
  font-weight: bold;
}

img,
picture {
  display: block;
  height: auto;
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

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

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

.c-en {
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
}
.c-en span {
  color: #2fa350;
}

/*

下層ページ

*/
.c-un-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  display: inline-block;
  padding: 5px 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .c-un-header {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .c-un-header {
    font-size: 18px !important;
  }
}
.c-un-header + * {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .c-un-header + * {
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .c-un-header + * {
    margin-top: 24px;
  }
}

.c-inner-link {
  display: inline-block;
  text-decoration: underline;
  color: #2fa350;
}

.c-list__item {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.05em;
}
.c-list__item::before {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 12px;
  left: 0;
  content: "・";
  transform: translateY(-50%);
}

body {
  position: relative;
}

.l-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 1200px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .l-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    top: 0;
    min-width: auto;
  }
}

.l-header__logo {
  width: 12.5%;
  height: auto;
  margin-top: 30px;
  margin-left: 30px;
}
@media (max-width: 1440px) {
  .l-header__logo {
    margin-top: 2.0833333333vw;
    margin-left: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 160px;
    margin: 9px 0 9px 16px;
  }
}

.l-header__logo img {
  display: block;
}

.l-header__nav-btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__nav-btn {
    display: block;
  }
}

.c-openbtn1 {
  position: relative;
  z-index: 99;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-color: #2fa350;
}

/*ボタン内側*/
.c-openbtn1 span.c-openbtn1__line {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 32px;
  height: 1px;
  transition: all 0.4s; /*アニメーションの設定*/
  transform: translateX(-50%);
  background: #ffffff;
}

.c-openbtn1 span:nth-of-type(1) {
  top: 22px;
}

.c-openbtn1 span:nth-of-type(2) {
  top: 33px;
}

.c-openbtn1.active .open {
  opacity: 0;
}
.c-openbtn1.active .close {
  opacity: 1;
}

.c-openbtn1.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  width: 32px;
  transform: rotateZ(-45deg) translate(-50%, -50%);
  transform-origin: left;
}

.c-openbtn1.active span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  width: 32px;
  transform: rotateZ(45deg) translate(-50%, -50%);
  transform-origin: left;
}

.l-header__nav {
  display: flex;
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .l-header__nav-btn.active + .l-header__nav {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 96px 22.1% 64px 17.6%;
    padding-bottom: 64px;
    background-color: #2fa350;
  }
}
@media (max-width: 768px) {
  .l-header__nav-btn.active + .l-header__nav .l-header__nav-list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-header__nav-btn.active + .l-header__nav .l-header__nav-list-item a {
    padding: 16px 0;
    text-align: center;
    color: #ffffff;
  }
}

.l-header__nav-list {
  display: flex;
}

.l-header__nav-list-item a {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding: 39px 24px 43px;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 1440px) {
  .l-header__nav-list-item a {
    font-size: 14px;
    padding: 2.7083333333vw 1.6666666667vw 2.9861111111vw;
  }
}
@media (max-width: 768px) {
  .l-header__nav-list-item a {
    font-size: 16px;
  }
}

.l-header__nav-list-item.current a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 4px;
  content: "";
  transform: translateX(-50%);
  background-color: #2fa350;
}

.l-header__nav-list--right {
  position: relative;
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .l-header__nav-list--right {
    margin-left: 1.0416666667vw;
  }
}
.l-header__nav-list--right::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 84px;
  content: "";
  transform: translateY(-50%);
  background-color: #cccccc;
}
@media (max-width: 1440px) {
  .l-header__nav-list--right::before {
    height: 5.8333333333vw;
  }
}
@media (max-width: 768px) {
  .l-header__nav-list--right::before {
    display: none;
  }
}

.l-header__nav-list--right .l-header__nav-list-item:first-child a {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1440px) {
  .l-header__nav-list--right .l-header__nav-list-item:first-child a {
    padding-right: 2.7777777778vw;
    padding-left: 2.7777777778vw;
  }
}
.l-header__nav-list--right .l-header__nav-list-item:nth-child(2) a {
  font-weight: bold;
  padding: 41px 47px;
  color: #ffffff;
  background-color: #2fa350;
}
@media (max-width: 1440px) {
  .l-header__nav-list--right .l-header__nav-list-item:nth-child(2) a {
    padding: 2.8472222222vw 3.2638888889vw;
  }
}
@media (max-width: 768px) {
  .l-header__nav-list--right .l-header__nav-list-item:nth-child(2) a {
    margin-top: 16px;
    color: #2fa350 !important;
    background-color: #ffffff;
  }
}

body .l-header__nav-list .l-header__nav-list-item a {
  position: relative;
}
body .l-header__nav-list .l-header__nav-list-item a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #2fa350;
}
@media (max-width: 768px) {
  body .l-header__nav-list .l-header__nav-list-item a::after {
    display: none;
  }
}

body.home .l-header__nav-list:first-of-type .l-header__nav-list-item:first-of-type a::after {
  content: "";
}

body.information .l-header__nav-list:first-of-type .l-header__nav-list-item:nth-of-type(2) a::after,
body.category .l-header__nav-list:first-of-type .l-header__nav-list-item:nth-of-type(2) a::after {
  content: "";
}

body.philosophy .l-header__nav-list:first-of-type .l-header__nav-list-item:nth-of-type(3) a::after {
  content: "";
}

body.company .l-header__nav-list:first-of-type .l-header__nav-list-item:nth-of-type(4) a::after {
  content: "";
}

body.service .l-header__nav-list:first-of-type .l-header__nav-list-item:nth-of-type(5) a::after {
  content: "";
}

body.recruit .l-header__nav-list:first-of-type .l-header__nav-list-item:nth-of-type(6) a::after {
  content: "";
}

body.contact .l-header__nav-list:nth-of-type(2) .l-header__nav-list-item:nth-of-type(1) a {
  position: relative;
}
body.contact .l-header__nav-list:nth-of-type(2) .l-header__nav-list-item:nth-of-type(1) a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 57.2222222222%;
  height: 4px;
  content: "";
  transform: translateX(-50%);
  background-color: #2fa350;
}
@media (max-width: 768px) {
  body.contact .l-header__nav-list:nth-of-type(2) .l-header__nav-list-item:nth-of-type(1) a::after {
    display: none;
  }
}

body.recruit .l-header__nav-list:nth-of-type(2) .l-header__nav-list-item:nth-of-type(2) a {
  position: relative;
}
body.recruit .l-header__nav-list:nth-of-type(2) .l-header__nav-list-item:nth-of-type(2) a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 57.2222222222%;
  height: 4px;
  content: "";
  transform: translateX(-50%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body.recruit .l-header__nav-list:nth-of-type(2) .l-header__nav-list-item:nth-of-type(2) a::after {
    display: none;
  }
}

.l-footer {
  min-width: 1200px;
  max-width: 1472px;
  margin: 112px auto 0;
  padding: 0 16px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .l-footer {
    min-width: auto;
    margin-top: 104px;
  }
}

.l-footer-inner {
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 112px;
  padding-bottom: 125px;
  border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .l-footer-inner {
    width: calc(100% - 22px);
    min-width: auto;
    margin: 0 11px;
    padding-top: 104px;
    padding-bottom: 25px;
  }
}

.c-pagetop {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  transform: rotate(-90deg) translateX(50%);
  border: 1px solid #888888;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../../assets/img/common/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4px 8px;
}
@media (max-width: 768px) {
  .c-pagetop {
    width: 48px;
    height: 48px;
  }
}

.c-fooer-item + .c-fooer-item {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .c-fooer-item + .c-fooer-item {
    margin-top: 65px;
  }
}

.l-footer__logo {
  width: 240px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}

.l-footer-content {
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-footer-content {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer-content {
    width: 75%;
    max-width: none;
  }
}

.c-footer-nav__list {
  display: flex;
}
@media (max-width: 768px) {
  .c-footer-nav__list {
    display: none;
  }
}

.c-footer-nav__item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-footer-nav__item + .c-footer-nav__item {
  margin-left: 48px;
}

.l-footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__bottom {
    align-items: center;
    flex-direction: column;
  }
}
.l-footer__bottom ul {
  display: flex;
}
@media (max-width: 768px) {
  .l-footer__bottom ul {
    flex-direction: column;
  }
}
.l-footer__bottom ul li {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .l-footer__bottom ul li {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.l-footer__bottom ul li a {
  font-size: 12px;
  line-height: 1.4166666667;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
.l-footer__bottom ul li:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .l-footer__bottom ul li:first-child {
    margin-top: 0;
  }
}

.c-copyright {
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-copyright {
    margin-top: 24px;
  }
}

.c-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.c-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding-right: 112px;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 14px;
    height: 64px;
  }
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  content: "";
  transition: right 0.3s;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2fa350;
}
@media (max-width: 768px) {
  .c-btn::after {
    width: 64px;
    height: 64px;
  }
}
.c-btn:hover::after {
  right: -8px;
}
.c-btn--back {
  padding-right: 0;
  padding-left: 96px;
}
.c-btn--back::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  content: "";
  transition: left 0.3s;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2fa350;
}
@media (max-width: 768px) {
  .c-btn--back::before {
    width: 64px;
    height: 64px;
  }
}
.c-btn--back:hover::before {
  left: -8px;
}
.c-btn--back::after {
  display: none;
}
.c-btn--back .c-btn-inner::after {
  right: initial;
  left: -64px;
}

.c-btn-inner {
  line-height: 1.45;
  position: relative;
  display: inline-block;
}
.c-btn-inner::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -64px;
  width: 48px;
  height: 0.5px;
  content: "";
  transform: translateY(-50%);
  background-color: #000000;
}
.c-btn-inner.c-en {
  letter-spacing: 0.2em;
}

/*

ページタイトル

*/
.c-pagetitle-container {
  overflow: hidden;
  min-width: 1200px;
  padding-bottom: 281px;
}
@media (max-width: 1440px) {
  .c-pagetitle-container {
    padding-bottom: 19.5138888889vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle-container {
    min-width: auto;
  }
}

.c-pagetitle {
  position: relative;
  padding: 80px 16px 99px;
}
@media (max-width: 1440px) {
  .c-pagetitle {
    padding: 5.5555555556vw 16px 6.875vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle {
    margin-top: 40px;
    padding: 59px 0 162px 11.5%;
  }
}
.c-pagetitle::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 240px;
  width: 87.5vw;
  height: 100%;
  content: "";
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .c-pagetitle::before {
    right: 6.1333333333vw;
    width: 94.6666666667% !important;
  }
}
@media (max-width: 1440px) {
  .c-pagetitle::before {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .c-pagetitle::before {
    width: 100%;
  }
}

.c-pagetitle-inner {
  position: relative;
  max-width: 1472px;
  margin: 0 auto;
  padding: 0 16px;
  padding-left: 96px;
}
@media (max-width: 1440px) {
  .c-pagetitle-inner {
    padding-left: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle-inner {
    max-width: auto;
    padding: 0;
  }
}
.c-pagetitle-inner::after {
  position: absolute;
  right: calc((1920px - 100%) / 2 * -1);
  width: 100.5434782609%;
  height: auto;
  margin-top: 20px;
  content: "";
  background-image: url(../../assets/img/information/pagetitle01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
  aspect-ratio: 4.1111111111;
}
@media (max-width: 1440px) {
  .c-pagetitle-inner::after {
    right: -16.6666666667vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle-inner::after {
    right: 0 !important;
    width: 84%;
    margin-top: 62px;
    background-image: url(../../assets/img/information/pagetitle01_sp.jpg);
    aspect-ratio: 1.575;
  }
}

.c-pagetitle-ttl__en {
  font-size: 88px;
  line-height: 1.2045454545;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .c-pagetitle-ttl__en {
    font-size: 6.1111111111vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle-ttl__en {
    font-size: 56px;
  }
}
.c-pagetitle-ttl__en::first-letter {
  color: #2fa350;
}

.c-pagetitle-ttl__jp {
  font-size: 24px;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .c-pagetitle-ttl__jp {
    font-size: 1.6666666667vw;
    margin-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle-ttl__jp {
    font-size: 18px;
    margin-top: 24px;
  }
}

/*

パンくずリスト

*/
.c-breadcrumb {
  display: block;
  overflow: hidden;
}

.c-breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
  padding: 0;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
@media (max-width: 1440px) {
  .c-breadcrumb-list {
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .c-breadcrumb-list {
    overflow: scroll;
    margin-top: 64px;
  }
}
.c-breadcrumb-list::-webkit-scrollbar {
  display: none;
}

.c-breadcrumb-list__item {
  white-space: nowrap;
}
.c-breadcrumb-list__item + .c-breadcrumb-list__item {
  position: relative;
  margin-left: 37px;
}
@media (max-width: 768px) {
  .c-breadcrumb-list__item + .c-breadcrumb-list__item {
    margin-left: 21px;
  }
}
.c-breadcrumb-list__item + .c-breadcrumb-list__item::before {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -16px;
  content: "/";
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .c-breadcrumb-list__item + .c-breadcrumb-list__item::before {
    font-size: 12px;
    left: -10.5px;
  }
}
.c-breadcrumb-list__item a,
.c-breadcrumb-list__item p {
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  color: #888888;
}
@media (max-width: 768px) {
  .c-breadcrumb-list__item a,
.c-breadcrumb-list__item p {
    font-size: 12px;
  }
}
.c-breadcrumb-list__item a:hover {
  text-decoration: underline;
}
.c-breadcrumb-list__item p {
  color: #000000;
}

.c-pagetitle-container + .l-main {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .c-pagetitle-container + .l-main {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .c-pagetitle-container + .l-main {
    margin-top: 40px;
  }
}

/***

common

***/
.c-top-section-header {
  display: flex;
  flex-direction: column;
}

.c-top-section-header__en {
  font-size: 4.5833333333vw;
  line-height: 1.2045454545;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-top-section-header__en {
    font-size: 48px;
  }
}

.c-top-section-header__jp {
  font-size: 1.25vw;
  line-height: 1.4583333333;
  margin-top: 2.0833333333vw;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-top-section-header__jp {
    font-size: 18px;
    margin-top: 16px;
  }
}

/***

KV

***/
.p-top-kv {
  position: relative;
  width: 100%;
}

.p-top-kv-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.8%;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  aspect-ratio: 1.92;
}
@media (max-width: 768px) {
  .p-top-kv-inner {
    height: auto;
    min-height: auto;
    padding-left: 0;
    background-position: top 105px left 0;
    background-size: 100%;
    aspect-ratio: auto;
  }
}

.p-top-kv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70.8%;
}
@media (max-width: 768px) {
  .p-top-kv__img {
    position: relative;
    width: 100%;
    margin-top: -64px;
  }
}

.p-top-kv__copy-sub {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-top-kv__copy-sub {
    font-size: 14px;
    margin: 0 14px;
  }
}

.p-top-kv__copy-main {
  font-size: 2.9166666667vw;
  font-weight: 600;
  line-height: 1.4285714286;
  display: inline-block;
  margin-top: 36px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-top-kv__copy-main {
    font-size: 28px;
    margin: 24px 14px 0;
    letter-spacing: 0em;
  }
}
.p-top-kv__copy-main .bg:nth-of-type(n + 2) {
  margin-top: 0.5208333333vw;
}
@media (max-width: 768px) {
  .p-top-kv__copy-main .bg:nth-of-type(n + 2) {
    margin-top: 4px;
  }
}
.p-top-kv__copy-main .pc-none {
  display: none;
}
@media (max-width: 768px) {
  .p-top-kv__copy-main .pc-none {
    display: inline-block;
  }
}
.p-top-kv__copy-main .sp-none {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-top-kv__copy-main .sp-none {
    display: none;
  }
}

.p-top-kv__copy-main .bg {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.p-top-kv__copy-main .bg::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% + 26px);
  height: calc(100% - 10px);
  content: "";
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-top-kv__copy-main .bg::before {
    width: 100%;
    height: 100%;
  }
}

.p-top-kv__copy-main .pc-none {
  display: none;
}
@media (max-width: 768px) {
  .p-top-kv__copy-main .pc-none {
    display: inline-block;
  }
}

.p-top-kv__copy-main .green {
  color: #2fa350;
}

@media screen and (max-width: 1201px) {
  .p-top-kv__desc {
    font-size: 13px !important;
  }
}

.p-top-kv__desc {
  font-size: 1.25vw;
  line-height: 2.3333333333;
  margin-top: 4.1666666667vw;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-top-kv__desc {
    font-size: 18px !important;
    margin: 40px 18px 0;
  }
}

/***

News

***/
.p-top-news {
  position: relative;
  z-index: 9;
  margin-top: -5.4166666667vw;
}
@media (max-width: 768px) {
  .p-top-news {
    margin-top: 70px;
  }
}
.p-top-news .c-btn-wrapper {
  margin-top: 0.9375vw;
}
@media (max-width: 768px) {
  .p-top-news .c-btn-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .p-top-news .c-news-list {
    margin-top: 24px;
  }
}

.p-top-news-wrapper {
  width: 86.1111111111%;
}
@media (max-width: 768px) {
  .p-top-news-wrapper {
    width: 100%;
  }
}

.p-top-news-inner {
  display: flex;
  padding: 1.9270833333vw 7.2580645161% 17px 6.4516129032%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-top-news-inner {
    flex-direction: column;
    padding: 0;
  }
}

.p-top-news-ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 7em;
}
@media (max-width: 768px) {
  .p-top-news-ttl {
    width: 100%;
  }
}

.p-top-news-ttl__main {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
}

.p-top-news-ttl__sub {
  font-size: 14px;
  line-height: 1.2142857143;
  margin-top: 21px;
  letter-spacing: 0.05em;
}

.p-top-news-content {
  width: calc(100% - 40px - 5.2604166667vw);
  margin-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .p-top-news-content {
    width: 100%;
    margin-left: 0;
  }
}

/***

about

***/
.p-top-about {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 5.7291666667vw;
  padding: 120px 0 298px;
}
@media (max-width: 1440px) {
  .p-top-about {
    padding: 8.3333333333vw 0 20.6944444444vw;
  }
}
@media (max-width: 768px) {
  .p-top-about {
    padding: 40px 0 54px;
  }
}
.p-top-about::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 87.5%;
  min-width: 1440px;
  height: calc(100% - 80px);
  content: "";
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .p-top-about::after {
    width: 84%;
    min-width: auto;
    height: 100%;
  }
}
.p-top-about .l-container {
  max-width: 1312px;
}
.p-top-about .p-top-about-inner {
  padding-left: 7.0833333333vw;
}
@media (max-width: 768px) {
  .p-top-about .c-top-section-header {
    width: 88.0597014925%;
    margin: 0 auto;
  }
}

.p-top-about-content {
  position: relative;
}

.p-top-about__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((1920px - 100%) / 2 * -1 - 80px) !important;
  width: 47.9166666667vw;
  min-width: 920px;
  max-width: 920px;
  height: auto;
  content: "";
  background-image: url(../../assets/img/top/img02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1.5008156607;
}
@media (max-width: 768px) {
  .p-top-about__img {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 88.0597014925%;
    min-width: auto;
    margin: 40px auto 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1920px) {
  .p-top-about__img {
    left: calc((1920px - 100%) / 2 * -1);
  }
}

.p-top-about__desc {
  display: flex;
  flex-direction: column;
  margin-top: 4.6875vw;
  margin-left: 46.9827586207%;
}
@media (max-width: 768px) {
  .p-top-about__desc {
    margin-top: 40px;
    margin-left: 0;
  }
}
.p-top-about__desc .c-text {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .p-top-about__desc .c-text {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .p-top-about__desc .c-text {
    font-size: 14px;
  }
}
.p-top-about__desc .c-text + .c-text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-top-about__desc .c-text + .c-text {
    margin-top: 24.8888888889px;
  }
}

/***

link

***/
.p-top-link {
  position: relative;
  margin-top: 16.6666666667vw;
  padding-bottom: 3.6458333333vw;
}
@media (max-width: 768px) {
  .p-top-link {
    margin-top: 80px;
  }
}
.p-top-link::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 182px);
  content: "";
  background-color: #f8f8f8;
}

.p-top-link-list {
  display: flex;
  flex-wrap: wrap;
}

.p-top-link-item {
  width: 44.5833333333%;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .p-top-link-item {
    width: 100%;
  }
}
.p-top-link-item:nth-child(2) {
  margin-top: 20.8854166667vw;
  margin-left: auto;
}
.p-top-link-item:nth-child(3) {
  margin-top: -15.46875vw;
  margin-left: 5.5555555556%;
}
@media (max-width: 768px) {
  .p-top-link-item:nth-child(n+2) {
    margin-top: 40px;
    margin-left: 0;
  }
}
.p-top-link-item .c-top-section-header__en {
  transform: translateY(-50%);
}
.p-top-link-item .c-btn-wrapper {
  margin-top: -0.625vw;
}

.p-top-link-item img {
  display: block;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
}

/***

banner

***/
.p-top-banner {
  margin-top: 3.8541666667vw;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-top-banner {
    margin-top: 80px;
  }
}
.p-top-banner picture {
  padding: 4.1666666667vw 0;
}
@media (max-width: 768px) {
  .p-top-banner picture {
    padding: 0;
  }
}

body.company .c-pagetitle-inner::after {
  background-image: url(../../assets/img/company/pagetitle01.jpg);
}
@media (max-width: 768px) {
  body.company .c-pagetitle-inner::after {
    background-image: url(../../assets/img/company/pagetitle01_sp.jpg);
  }
}

.c-un-section + .c-un-section {
  margin-top: 60px;
}

.p-company .c-un-section {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.p-company-content {
  display: block;
}
.p-company-content tbody {
  display: block;
}
.p-company-content tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-company-content tr {
    padding-left: 0;
  }
}
.p-company-content tr + tr {
  margin-top: 20px;
}
.p-company-content th,
.p-company-content td {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
}
.p-company-content th {
  width: 240px;
}
@media (max-width: 768px) {
  .p-company-content th {
    width: 100%;
  }
}
.p-company-content td {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .p-company-content td {
    width: 100%;
    margin-top: 16px;
  }
}
.p-company-content td .columns {
  display: flex;
  flex-wrap: wrap;
}
.p-company-content td .columns .column {
  width: 50%;
}
@media (max-width: 768px) {
  .p-company-content td .columns .column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-company-content td .columns .column:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
.p-company-content td .columns .column:nth-of-type(n+3) {
  margin-top: 1em;
}
.p-company-content td .columns .column:nth-of-type(4) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .p-company-content td .columns .column:nth-of-type(4) {
    margin-top: 1em;
  }
}
.p-company-content td .columns .column:nth-of-type(5) {
  width: 100%;
}
.p-company-content a {
  display: inline;
}
.p-company-content .free {
  display: block;
  background-image: url(../../assets/img/common/icon_freedial.svg);
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding-left: 29px;
}

.p-company-content--3column th {
  width: 280px;
}
@media (max-width: 768px) {
  .p-company-content--3column th {
    width: 100%;
  }
}
.p-company-content--3column td:nth-child(2) {
  width: 400px;
}
@media (max-width: 768px) {
  .p-company-content--3column td:nth-child(2) {
    width: 100%;
  }
}
.p-company-content--3column td:nth-child(3) {
  width: auto;
}
@media (max-width: 768px) {
  .p-company-content--3column td:nth-child(3) {
    width: 100%;
  }
}

.p-company-content__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.p-company-content__item-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-company-content__item-inner .p-company-content__item-dt {
  width: 84px;
  text-align: right;
}
.p-company-content__item-inner .p-company-content__item-dd {
  margin-left: 16px;
}

.p-company-content__link {
  position: relative;
  display: inline-block;
  padding-right: 28px;
  text-decoration: underline;
  color: #2fa350;
}
.p-company-content__link:hover {
  text-decoration: none;
}
.p-company-content__link:hover::after {
  right: -4px;
}
.p-company-content__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 8px;
  content: "";
  transition: right 0.3s;
  transform: translateY(-50%);
  background-image: url(../../assets/img/company/ico_arrow-green01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-company-map {
  width: 86.5384615385%;
}
@media (max-width: 768px) {
  .p-company-map {
    width: 100%;
  }
}

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

Recruit

******************************************************/
body.recruit .c-pagetitle + .l-main {
  margin-top: 340px;
}
@media (max-width: 768px) {
  body.recruit .c-pagetitle + .l-main {
    margin-top: 140px;
  }
}
body.recruit .c-pagetitle-inner::after {
  background-image: url(../../assets/img/recruit/pagetitle01.jpg);
}
@media (max-width: 768px) {
  body.recruit .c-pagetitle-inner::after {
    background-image: url(../../assets/img/recruit/pagetitle01_sp.jpg);
  }
}

body.entry .c-pagetitle-inner::after,
body.entry-confirm .c-pagetitle-inner::after,
body.entry-thanks .c-pagetitle-inner::after {
  background-image: url(../../assets/img/entry/pagetitle01.jpg);
}
@media (max-width: 768px) {
  body.entry .c-pagetitle-inner::after,
body.entry-confirm .c-pagetitle-inner::after,
body.entry-thanks .c-pagetitle-inner::after {
    background-image: url(../../assets/img/entry/pagetitle01_sp.jpg);
  }
}

.p-recruit-section .c-un-header {
  font-size: 18px;
}

.p-recruit-link {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  background-color: #ffffff;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-recruit-link {
    top: 57px;
    gap: 16px;
  }
}

.p-recruit-link__item {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 8px 24px;
  letter-spacing: 0.05em;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-recruit-link__item {
    padding: 4px 8px;
  }
}
.p-recruit-link__item.active {
  color: #ffffff;
  background-color: #2fa350;
}

.p-recruit-apply {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .p-recruit-apply {
    margin-top: 40px;
    padding: 45px 0 65px;
  }
}
.p-recruit-apply .c-un-header {
  font-size: 16px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-recruit-apply .l-container {
    padding: 0 10px;
  }
}

.p-recruit-apply-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 40px 75px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-recruit-apply-inner {
    padding: 40px 20px;
  }
}

.p-recruit-apply-content {
  display: flex;
  flex-direction: column;
  max-width: 674px;
  margin: 0 auto;
}
.p-recruit-apply-content .wp-block-list li {
  margin-left: 16px;
  text-indent: -16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-apply-content .wp-block-list li {
    margin-left: 14px;
    text-indent: -14px;
    font-size: 14px;
  }
}
.p-recruit-apply-content a {
  display: inline;
  color: #2fa350;
  text-decoration: underline;
}

.p-recruit-apply__copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-apply__copy {
    margin-top: 24px;
    margin-bottom: 30px;
  }
}

.p-recruit-apply__desc {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  margin-top: 60px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-apply__desc {
    font-size: 14px;
  }
}
.p-recruit-apply__desc .c-inner-link {
  display: inline-block;
  margin-left: 33.6px;
}
@media (max-width: 768px) {
  .p-recruit-apply__desc .c-inner-link {
    margin-left: 29.4px;
  }
}
@media (max-width: 768px) {
  .p-recruit-apply__desc .c-inner-link {
    display: block;
    margin-left: 0;
  }
}
.p-recruit-apply__desc .padding {
  display: block;
  padding-left: 16.8px;
}
@media (max-width: 768px) {
  .p-recruit-apply__desc .padding {
    padding-left: 14.7px;
  }
}
.p-recruit-apply__desc .indent {
  display: block;
  margin-left: 16px;
  text-indent: -16px;
}
@media (max-width: 768px) {
  .p-recruit-apply__desc .indent {
    margin-left: 14px;
    text-indent: -14px;
  }
}

.p-recruit-apply-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-recruit-apply-link {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
.p-recruit-apply-link > div {
  max-width: 100%;
  aspect-ratio: 1.6666666667;
}

.p-recruit-type {
  padding: 65px 0 75px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-recruit-type {
    padding: 55px 0 40px;
  }
}

.p-recruit-type-inner {
  margin-top: 40px;
}
.p-recruit-type-header--3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4583333333;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-type-header--3 {
    font-size: 18px;
  }
}

.p-recruit-type-item-wrapper {
  margin-top: 40px;
}
.p-recruit-type-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.p-recruit-type-item + .p-recruit-type-item {
  margin-top: 40px;
}
.p-recruit-type-item dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.p-recruit-type-item dt::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  border-radius: 50%;
  background-color: #2fa350;
}
.p-recruit-type-item dd {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  margin-left: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-type-item dd {
    margin-left: 0;
  }
}
.p-recruit-type-item dd ul {
  margin-left: 16px;
}
.p-recruit-type-item dd ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 16px;
  letter-spacing: 0.05em;
}
.p-recruit-type-item dd ul li:before {
  content: "・";
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
}

.p-recruit-welfare {
  padding: 65px 0 80px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .p-recruit-welfare {
    padding: 55px 0 42px;
  }
}

.p-recruit-welfare-inner {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.p-recruit-welfare-list {
  margin-top: 40px;
  margin-left: 40px;
}
.p-recruit-welfare-list__item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-recruit-welfare-details {
  margin-top: 40px;
  margin-left: 40px;
}
.p-recruit-welfare-details p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

body.service .c-pagetitle-inner::after {
  background-image: url(../../assets/img/service/pagetitle01.jpg);
}
@media (max-width: 768px) {
  body.service .c-pagetitle-inner::after {
    background-image: url(../../assets/img/service/pagetitle01_sp.jpg);
  }
}

.p-service {
  margin-top: 150px !important;
}
@media (max-width: 1440px) {
  .p-service {
    margin-top: 10.4166666667vw !important;
  }
}
@media (max-width: 768px) {
  .p-service {
    margin-top: 80px !important;
  }
}

.p-service-item {
  position: relative;
  overflow: hidden;
  padding-top: 98px;
}
@media (max-width: 1440px) {
  .p-service-item {
    margin-top: 6.8055555556vw !important;
  }
}
.p-service-item::after {
  position: absolute;
  z-index: -1;
  top: 98px;
  right: 0;
  width: 87.5%;
  height: auto;
  min-height: calc(100% - 98px);
  content: "";
  background-color: #f8f8f8;
  aspect-ratio: 2.4;
}
@media (max-width: 768px) {
  .p-service-item::after {
    top: 98px;
    width: 100%;
    height: calc(100% - 98px);
    min-height: auto;
  }
}
.p-service-item .c-btn-wrapper {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .p-service-item .c-btn-wrapper {
    margin-top: 2.7777777778vw !important;
  }
}
.p-service-item + .p-service-item {
  margin-top: 178px;
}
@media (max-width: 1440px) {
  .p-service-item + .p-service-item {
    margin-top: 12.3611111111vw !important;
  }
}
@media (max-width: 768px) {
  .p-service-item + .p-service-item {
    margin-top: 80px;
  }
}

.p-service-item-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 48.6111111111%;
  margin-left: auto;
  padding: 209px 0 147px;
}
@media (max-width: 1440px) {
  .p-service-item-inner {
    padding: 10.4166666667vw 0 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .p-service-item-inner {
    width: 100%;
    padding: 141px 0 56px;
  }
}

.p-service-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 47.9166666667%;
  min-width: 920px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1440px) {
  .p-service-item__img {
    left: calc((1440px - 100%) / 2 * -1) !important;
    min-width: 680px;
  }
}
@media (max-width: 768px) {
  .p-service-item__img {
    left: 0 !important;
    width: 84%;
    min-width: auto;
  }
}
@media screen and (max-width: 1920px) {
  .p-service-item__img {
    left: calc((1920px - 100%) / 2 * -1);
  }
}

.p-service-item__desc {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .p-service-item__desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .p-service-item__desc {
    font-size: 14px;
    margin-top: 40px;
  }
}
.p-service-item__desc span {
  font-weight: bold;
}

.p-service-item--reverse::after {
  right: initial;
  left: 0;
}
.p-service-item--reverse .p-service-item__img {
  right: 0;
  left: initial;
}
@media (max-width: 1440px) {
  .p-service-item--reverse .p-service-item__img {
    right: calc((1440px - 100%) / 2 * -1) !important;
    left: initial !important;
  }
}
@media (max-width: 768px) {
  .p-service-item--reverse .p-service-item__img {
    right: 0 !important;
  }
}
@media screen and (max-width: 1920px) {
  .p-service-item--reverse .p-service-item__img {
    right: calc((1920px - 100%) / 2 * -1);
  }
}
.p-service-item--reverse .p-service-item-inner {
  margin-right: auto;
  margin-left: 0;
}

.p-freelance {
  margin-top: 60px !important;
}
@media (max-width: 1440px) {
  .p-freelance {
    margin-top: 10.4166666667vw !important;
  }
}
@media (max-width: 768px) {
  .p-freelance {
    margin-top: 40px !important;
  }
}

.p-freelance-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p-freelance-inner h2 {
  font-size: 24px;
  margin: 40px 0 24px;
}
@media (max-width: 768px) {
  .p-freelance-inner h2 {
    font-size: 18px;
    margin: 32px 0 18px;
  }
}
.p-freelance-inner p {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-freelance-inner p {
    font-size: 14px;
    margin-top: 16px;
  }
}
.p-freelance-inner table {
  margin-top: 16px;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-freelance-inner table {
    font-size: 14px;
  }
}
.p-freelance-inner table th {
  border: solid 1px;
  padding: 0.5em;
  vertical-align: middle;
}
.p-freelance-inner table td {
  border: solid 1px;
  padding: 0.5em;
  vertical-align: middle;
}

.p-cases-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.p-cases-item + .p-cases-item {
  margin-top: 8rem;
}

.p-cases-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3%;
}
@media (max-width: 768px) {
  .p-cases-item__img {
    position: initial;
    width: 100%;
    margin-top: 3.2rem;
  }
}

.p-cases-item__content {
  width: calc(66.7% - 40px);
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-cases-item__content {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}

.p-cases-item__header {
  font-size: 2.4rem;
}
.p-cases-item__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1.6rem;
}
.p-cases-item__area {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
.p-cases-item__area span {
  font-weight: bold;
}

.p-cases-item__desc {
  margin-top: 3.2rem;
}
.p-cases-item__tag-wrapper {
  margin-top: 3.2rem;
}
.p-cases-item__tags-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-cases-item__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-cases-item__tags {
    gap: 8px;
  }
}

.p-cases-item__tag {
  line-height: 1.45;
  padding: 4px 16px 5px;
  color: #ffffff;
  border-radius: 24px;
}
.p-article-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p-article-content .wp-block-image {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .p-article-content .wp-block-image {
    margin: 24px 0;
  }
}
.p-article-content h2 {
  font-size: 24px;
  margin: 40px 0 24px;
}
@media (max-width: 768px) {
  .p-article-content h2 {
    font-size: 18px;
    margin: 32px 0 18px;
  }
}
.p-article-content h3 {
  font-size: 16px;
  margin: 24px 0 16px;
}
@media (max-width: 768px) {
  .p-article-content h3 {
    font-size: 16px;
    margin: 20px 0 16px;
  }
}
.p-article-content a {
  display: inline-block;
}
.p-article-content .wp-block-image.size-full img {
  max-width: 70%;
  margin: 0 auto;
}
.p-article-content .wp-block-gallery {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-article-content .wp-block-gallery {
    gap: 24px !important;
  }
}
@media (max-width: 768px) {
  .p-article-content .wp-block-gallery {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .p-article-content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}
.p-article-content p {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-article-content p {
    font-size: 14px;
    margin-top: 16px;
  }
}
.p-article-content p a {
  color: #0000ee;
  text-decoration: underline;
}

.p-article-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-article-info {
    padding-left: 19px;
  }
}

.p-article-info__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  margin: 0;
  letter-spacing: 0.05em;
}

.p-article-info__category {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 7px 31px;
  letter-spacing: 0.05em;
  border: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .p-article-info__category {
    font-size: 14px;
  }
}

.p-article-header--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-article-header--title {
    font-size: 18px;
  }
}
.p-article-header--title + * {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .p-article-header--title + * {
    margin-top: 24px !important;
  }
}

.p-article-thumbnail {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.p-article-thumbnail img {
  display: block;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-article-thumbnail + * {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-article-thumbnail + * {
    margin-top: 24px;
  }
}

.c-article-img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .c-article-img {
    margin-top: 24px;
  }
}
.c-article-img img {
  display: block;
  max-width: 100%;
}
.c-article-text {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-article-text {
    font-size: 14px;
    margin-top: 24px;
  }
}

.c-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 768px) {
  .c-flex {
    margin-top: 24px;
  }
}
.c-flex.c-flex--2 .c-flex__item {
  width: calc(50% - 10px);
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-flex.c-flex--2 .c-flex__item {
    width: 100%;
  }
}
.c-flex .c-flex__item *:first-child {
  margin-top: 0;
}

.p-article-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-article-btn {
    margin-top: 24px;
  }
}

.p-information .c-news-list {
  max-width: 1040px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-information .c-news-list {
    margin-top: 40px;
  }
}

.c-news-cat-link,
.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .c-news-cat-link,
.tab-nav {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .c-news-cat-link li,
.tab-nav li {
    width: calc((100% - 16px) / 2);
  }
}
.c-news-cat-link a,
.tab-nav a {
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 31px;
  transition: all 0.3s;
  border: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .c-news-cat-link a,
.tab-nav a {
    width: 100%;
    padding: 3px 13px;
    text-align: center;
  }
}
.c-news-cat-link a:hover,
.tab-nav a:hover {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}
.c-news-cat-link li.active a,
.tab-nav li.active a {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content p {
  max-width: 1040px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  .tab-content p {
    margin: 32px auto;
  }
}

.c-news-cat-link__item {
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 31px;
  transition: all 0.3s;
  border: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .c-news-cat-link__item {
    width: calc((100% - 16px) / 2);
    padding: 3px 13px;
    text-align: center;
  }
}
.c-news-cat-link__item:hover {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}
.c-news-cat-link__item.current {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}

body.information .c-news-cat-link__item:first-child {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}

body.category-information .c-news-cat-link__item:nth-child(2) {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}

body.category-news .c-news-cat-link__item:nth-child(3) {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}

body.category-ir .c-news-cat-link__item:nth-child(4) {
  color: #ffffff;
  border: 1px solid #2fa350;
  background-color: #2fa350;
}

.c-news-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .c-news-item {
    flex-wrap: wrap;
  }
}
.c-news-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 1px;
  content: "";
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .c-news-item::after {
    width: 100%;
  }
}
.c-news-item + .c-news-item {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .c-news-item + .c-news-item {
    margin-top: 10px;
  }
}

.c-news-item__date {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-news-item__date {
    font-size: 16px;
  }
}

.c-news-item__cat {
  font-size: 12px;
  line-height: 1.4166666667;
  margin-left: 32px;
  padding: 3px 23px;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000000;
  border: 1px solid #cccccc;
}

.post-content {
  display: block;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .post-content {
    width: 100%;
  }
}

.c-news-item__ttl {
  font-weight: 400;
  display: block;
  flex-grow: 1;
  flex-grow: 1;
  width: auto;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .c-news-item__ttl {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.c-news-item__ttl a {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: -webkit-box; /* 必須 */
  overflow: hidden; /* はみ出た部分を非表示 */
  -webkit-box-orient: vertical; /* 必須 */
  padding-right: 36px;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
  color: #000000;
  -webkit-line-clamp: 1; /* 行数を制限 */
}
@media (max-width: 768px) {
  .c-news-item__ttl a {
    font-size: 14px;
    width: 100%;
    white-space: normal;
    -webkit-line-clamp: 2; /* 行数を2行に制限 */
  }
}
.c-news-item__ttl a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 8px;
  content: "";
  transform: translate(-50%, -50%);
  background-image: url(../../assets/img/common/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*

pagenation

*/
.p-information-pagenation ul.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-information-pagenation ul.page-numbers {
    gap: 16px;
  }
}
.p-information-pagenation ul.page-numbers li {
  position: relative;
}
.p-information-pagenation ul.page-numbers li .current {
  color: #ffffff;
  background-color: #2fa350;
}
.p-information-pagenation ul.page-numbers li span,
.p-information-pagenation ul.page-numbers li a {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  color: #000000;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-information-pagenation ul.page-numbers li span,
.p-information-pagenation ul.page-numbers li a {
    width: 48px;
    height: 48px;
  }
}
.p-information-pagenation ul.page-numbers li a:hover {
  color: #ffffff;
  background-color: #2fa350;
}
.p-information-pagenation ul.page-numbers .prev,
.p-information-pagenation ul.page-numbers .next {
  font-size: 0;
  display: block;
}
.p-information-pagenation ul.page-numbers .prev::before,
.p-information-pagenation ul.page-numbers .next::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 41px;
  height: 41px;
  content: "";
  transition: left 0.3s;
  transform: translateY(-50%);
  background-image: url(../../assets/img/information/ico_arrow-before.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-information-pagenation ul.page-numbers .prev:hover {
  background-color: initial;
}
.p-information-pagenation ul.page-numbers .prev:hover::before {
  left: -8px;
}
.p-information-pagenation ul.page-numbers .next::before {
  right: 0;
  left: initial;
  transition: right 0.3s;
  background-image: url(../../assets/img/information/ico_arrow-next.svg);
}
.p-information-pagenation ul.page-numbers .next:hover {
  background-color: initial;
}
.p-information-pagenation ul.page-numbers .next:hover::before {
  right: -8px;
}

body.philosophy .c-pagetitle-inner::after {
  display: none;
}
body.philosophy .c-pagetitle-container {
  padding-bottom: 0 !important;
}

.p-philosophy {
  margin-top: 0 !important;
}

.p-philosophy-message {
  position: relative;
  padding-top: 340px;
}
@media (max-width: 768px) {
  .p-philosophy-message {
    margin-top: -100px;
    padding-top: 0;
  }
}

.p-philosophy-message-container {
  max-width: 1440px;
  margin: 0 auto;
}

.p-philosophy-message__img {
  position: absolute;
  z-index: 0;
  top: -80px;
  right: 0;
  width: 62.5%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .p-philosophy-message__img {
    position: relative;
    top: 0;
    left: 16%;
    width: 84%;
  }
}

.p-philosophy-message__content {
  position: relative;
  z-index: 1;
  width: 63.2638888889%;
  padding: 74px 80px 104px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-philosophy-message__content {
    margin-top: 34px;
    padding: 0;
    inline-size: 100%;
  }
}

.p-philosophy-message__title-en {
  font-size: 160px;
  line-height: 1.2125;
  position: absolute;
  right: -327px;
  bottom: 160px;
  margin: 0;
  transform: rotate(90deg);
  letter-spacing: 0.05em;
  opacity: 0.1;
  color: #000000;
}
@media (max-width: 768px) {
  .p-philosophy-message__title-en {
    font-size: 64px;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    transform: rotate(90deg) translate(0, calc(-100% + 3px));
    transform-origin: top left;
  }
}

.p-philosophy-message__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  color: #2fa350;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-philosophy-message__title {
    font-size: 18px;
  }
}
.p-philosophy-message__title::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: #2fa350;
}

.p-philosophy-message__copy {
  font-size: 88px;
  line-height: 1.5454545455;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .p-philosophy-message__copy {
    font-size: 64px;
    margin-top: 24px;
  }
}
.p-philosophy-message__copy .p-philosophy-message__copy-inner::first-letter {
  color: #2fa350;
}
.p-philosophy-message__copy .p-philosophy-message__copy-inner + .p-philosophy-message__copy-inner {
  position: relative;
}
.p-philosophy-message__copy .p-philosophy-message__copy-inner + .p-philosophy-message__copy-inner::before {
  position: absolute;
  top: -25px;
  left: 140px;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(../../assets/img/philosophy/ico_x01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .p-philosophy-message__copy .p-philosophy-message__copy-inner + .p-philosophy-message__copy-inner::before {
    top: -10px;
    left: 120px;
    width: 36px;
    height: 36px;
  }
}

.p-philosophy-message__copy-sub {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-philosophy-message__copy-sub {
    margin-top: 40px;
  }
}
.p-philosophy-message__copy-sub .p-philosophy-message__copy-sub-inner {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-philosophy-message__copy-sub .p-philosophy-message__copy-sub-inner {
    font-size: 32px;
  }
}
.p-philosophy-message__copy-sub .p-philosophy-message__copy-sub-inner + .p-philosophy-message__copy-sub-inner {
  margin-left: -17px;
}
@media (max-width: 768px) {
  .p-philosophy-message__copy-sub .p-philosophy-message__copy-sub-inner + .p-philosophy-message__copy-sub-inner {
    margin-left: -12px;
  }
}

.p-philosophy-message__desc-wrapper {
  max-width: 720px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-philosophy-message__desc-wrapper {
    margin-top: 40px;
  }
}

.p-philosophy-message__desc {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-philosophy-message__desc {
    font-size: 16px;
  }
}
.p-philosophy-message__desc + .p-philosophy-message__desc {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-philosophy-message__desc + .p-philosophy-message__desc {
    margin-top: 28.4444444444px;
  }
}

.p-philosophy-message__name {
  font-size: 14px;
  line-height: 1.4285714286;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-philosophy-message__name {
    margin-top: 24px;
  }
}
.p-philosophy-message__name span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  display: inline-block;
  margin-left: 16px;
  letter-spacing: 0.05em;
}

.p-philosophy-philosophy {
  margin-top: 130px;
  padding: 136px 0 144px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-philosophy-philosophy .l-container--1280 {
    padding: 0 10px;
  }
}

.p-philosophy-philosophy-inner {
  padding: 45px 120px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy-inner {
    padding: 30px 20px;
  }
}

.p-philosophy-philosophy__header .p-philosophy-philosophy__header-en {
  font-size: 88px;
  line-height: 1.2045454545;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__header .p-philosophy-philosophy__header-en {
    font-size: 48px;
  }
}
.p-philosophy-philosophy__header .p-philosophy-philosophy__header-en::first-letter {
  color: #2fa350;
}
.p-philosophy-philosophy__header .p-philosophy-philosophy__header-jp {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__header .p-philosophy-philosophy__header-jp {
    font-size: 18px;
    margin-top: 24px;
  }
}

.p-philosophy-philosophy__copy {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__copy {
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
    white-space: nowrap;
  }
}

.p-philosophy-philosophy__content {
  margin-top: 60px;
  padding: 47px 45px;
  border: 4px solid #f8f8f8;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__content {
    margin-top: 24px;
    padding: 20px 20px;
  }
}
.p-philosophy-philosophy__content .p-philosophy-philosophy__content-copy {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  display: inline-block;
  padding: 5px 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__content .p-philosophy-philosophy__content-copy {
    font-size: 18px;
    text-align: center;
  }
}
.p-philosophy-philosophy__content .p-philosophy-philosophy__content-desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__content .p-philosophy-philosophy__content-desc {
    font-size: 14px;
  }
}
.p-philosophy-philosophy__content .p-philosophy-philosophy__content-desc + .p-philosophy-philosophy__content-desc {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-philosophy-philosophy__content .p-philosophy-philosophy__content-desc + .p-philosophy-philosophy__content-desc {
    margin-top: 28px;
  }
}

body.contact .c-pagetitle-inner::after,
body.contact-confirm .c-pagetitle-inner::after,
body.contact-thanks .c-pagetitle-inner::after {
  background-image: url(../../assets/img/contact/pagetitle01.jpg);
}
@media (max-width: 768px) {
  body.contact .c-pagetitle-inner::after,
body.contact-confirm .c-pagetitle-inner::after,
body.contact-thanks .c-pagetitle-inner::after {
    background-image: url(../../assets/img/contact/pagetitle01_sp.jpg);
  }
}

.p-contact-desc {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-contact-form {
  margin-top: 106px;
}
.p-contact-form ::-moz-placeholder {
  color: #939393;
}
.p-contact-form ::placeholder {
  color: #939393;
}
.p-contact-form .form-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-contact-form .form-item {
    flex-direction: column;
  }
}
.p-contact-form .form-item .p-form-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 325px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-contact-form .form-item .p-form-label {
    width: 100%;
  }
}
.p-contact-form .form-item .p-form-label .c-require {
  font-size: 12px;
  line-height: 1.4166666667;
  display: block;
  box-sizing: border-box;
  padding: 3px 19px;
  letter-spacing: 0.05em;
  color: #d70c19;
  border: 1px solid #d70c19;
  border-radius: 13px;
}
.p-contact-form .form-item + .form-item {
  margin-top: 40px;
}
.p-contact-form .form-item .p-form-input {
  width: calc(100% - 325px - 80px);
  margin-left: 80px;
}
@media (max-width: 768px) {
  .p-contact-form .form-item .p-form-input {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.p-contact-form .form-item .p-form-input p {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-contact-form .form-item .p-form-input p {
    gap: 15px;
  }
}
.p-contact-form .form-item label {
  width: 100%;
}
.p-contact-form .form-item input[type=text],
.p-contact-form .form-item input[type=email],
.p-contact-form .form-item textarea {
  font-size: 16px;
  line-height: 1.75;
  width: 100%;
  padding: 12px 13px;
  letter-spacing: 0.1em;
  border: 1px solid #939393;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-contact-form .form-item input[type=text],
.p-contact-form .form-item input[type=email],
.p-contact-form .form-item textarea {
    padding: 10px 12px;
  }
}
.p-contact-form .form-item textarea {
  height: 200px;
  resize: none;
}
.p-contact-form .form-item .p-form-input--name label {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .p-contact-form .form-item .p-form-input--name label {
    width: calc(50% - 7.5px);
  }
}
.p-contact-form .form-item .p-form-input--name label span {
  display: block;
}
.p-contact-form .form-item--textarea {
  align-items: flex-start;
}
.p-contact-form .form-item--textarea .p-form-label {
  margin-top: 13px;
}
.p-contact-form .form-submit {
  margin: 57px auto 0;
}
.p-contact-form .form-submit p {
  display: flex;
  justify-content: center;
}
.p-contact-form input[type=submit],
.p-contact-form input[type=button] {
  font-size: 16px;
  font-weight: 500px;
  line-height: 1.5;
  width: 514px;
  padding: 15px 0 16px;
  transition: box-shadow 0.3s;
  color: #ffffff;
  border: 0;
  border-radius: 100px;
  background-color: #2fa350;
  box-shadow: 0 4px 20px rgba(13, 82, 32, 0.24);
}
@media (max-width: 768px) {
  .p-contact-form input[type=submit],
.p-contact-form input[type=button] {
    width: 90%;
    max-width: 400px;
  }
}
.p-contact-form input[type=submit]:hover,
.p-contact-form input[type=button]:hover {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(13, 82, 32, 0.24);
}
.p-contact-form .wpcf7-spinner {
  display: none;
}

.p-form-input--file input[type=file] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: 0;
  height: 0;
}
.p-form-input--file p {
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 0 !important;
}
@media (max-width: 768px) {
  .p-form-input--file p {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 16px !important;
  }
}
.p-form-input--file .wpcf7-form-control-wrap {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  white-space: nowrap;
}
.p-form-input--file .custom-file-upload {
  display: inline-block;
  width: 180px !important;
  padding: 7px 31px 8px 23px;
  cursor: pointer;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #e2e2e2;
}
.p-form-input--file .custom-file-label {
  display: inline-block;
  margin-left: 10px;
}
.p-form-input--file .p-contact-file {
  font-size: 14px;
  width: 100%;
  margin-top: 12px;
}
.p-form-input--file .p-entry-selected-file {
  font-size: 14px;
  margin-left: 8px;
}
.p-form-input--file .codedropz-upload-handler {
  display: none;
}
.p-form-input--file .wpcf7-form-control-wrap {
  position: relative;
  bottom: 0;
}

.p-contact .c-un-section {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.p-contact .c-btn-wrapper {
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .p-contact .c-btn-wrapper {
    margin-top: 5.5555555556vw !important;
  }
}

.p-contact-content {
  display: block;
}
.p-contact-content tbody {
  display: block;
}
.p-contact-content .p-contact-content__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.p-contact-content tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .p-contact-content tr {
    padding-left: 0;
  }
}
.p-contact-content tr + tr {
  margin-top: 20px;
}
.p-contact-content th,
.p-contact-content td {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
}
.p-contact-content th {
  width: 240px;
}
@media (max-width: 768px) {
  .p-contact-content th {
    width: 100%;
  }
}
.p-contact-content td {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .p-contact-content td {
    width: 100%;
    margin-top: 16px;
  }
}

body.privacy {
  line-height: 1.75;
}
body.privacy .c-pagetitle-inner::after {
  background-image: url(../../assets/img/privacy/pagetitle01.jpg);
}
@media (max-width: 768px) {
  body.privacy .c-pagetitle-inner::after {
    background-image: url(../../assets/img/privacy/pagetitle01_sp.jpg);
  }
}

.p-privacy-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p-privacy-inner .ttl {
  font-size: 20px;
  line-height: 1.5;
}
.p-privacy-inner .ttl:not(:first-child) {
  margin-top: 56px;
}
.p-privacy-inner h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
}
.p-privacy-inner p {
  margin-top: 16px;
}
.p-privacy-inner .num {
  list-style: none;
  counter-reset: number;
  margin-top: 16px;
}
.p-privacy-inner .num li {
  position: relative;
}
.p-privacy-inner .num li::before {
  counter-increment: number;
  position: absolute;
  left: 0;
}
.p-privacy-inner .num li + li {
  margin-top: 8px;
}
.p-privacy-inner .num.type01 li {
  padding-left: 48px;
}
.p-privacy-inner .num.type01 li::before {
  content: "（" counter(number) "）";
}
.p-privacy-inner .num.type02 li {
  text-indent: -1em;
  margin-left: 1em;
  padding: 0;
  position: inherit;
}
.p-privacy-inner .num.type02 li::before {
  content: none;
}
.p-privacy-inner .indent {
  margin-top: 24px;
}
.p-privacy-inner .indent li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-privacy-inner .tar {
  text-align: right;
}