@charset "UTF-8";
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  min-width: 1300px;
  color: #111;
}
img {
  vertical-align: top;
}
p {
  font-size: 16px;
  font-weight: 500;
}
a:hover {
  opacity: 0.6;
  transition: 0.6s;
}
.sp_br {
  display: none;
}
.sp_none {
  display: none;
}
.drawer {
  display: none;
}
.wrap {
  margin-left: 60px;
  border-left: 1px solid #dedede;
}
.crimson {
  font-family: 'Crimson Text', serif;
}
.header-wrap {
  padding-left: 60px;
  border-bottom: 1px solid #dedede;
}
.header-flex {
  display: flex;
  justify-content: space-between;
}
.header-logo {
  padding-top: 16px;
  border-left: 1px solid #dedede;
  padding-left: 60px;
}
.gnavi ul {
  display: flex;
  gap: 72px;
}
.gnavi ul li {
  text-align: center;
}
.gnavi ul li .crimson {
  font-size: 20px;
  padding-bottom: 6px;
}
.gnavi ul .gnavi-li {
  padding-top: 16px;
}
.gnavi ul .gnavi-li p:last-child {
  font-size: 12px;
  color: #aaaaaa;
}
.gnavi-contact {
  padding: 16px 29px 14px;
  color: #fff;
  background-color: #245428;
}
.gnavi-contact img {
  width: 24px;
}

.btn p {
  padding-bottom: 8px;
  color: #383838;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #245428;
}
.btn p::after {
  position: absolute;
  content: '';
  background-image: url(../img/pc_arrow.png);
  width: 64px;
  height: 64px;
  top: -21px;
  right: -92px;
}
.title {
  padding-bottom: 64px;
}
.title h2 {
  padding-bottom: 6px;
  color: #245428;
  font-size: 40px;
  font-weight: 400;
}
.title p {
  display: flex;
  gap: 32px;
  align-items: center;
  color: #949393;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: 'palt';
}
.title p::after {
  content: '';
  border-top: 1px solid #245428;
  width: 262px;
}
.pl30 {
  padding-left: 30px;
}
.text-catch {
  padding-bottom: 56px;
}
.text-catch p {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
}
.text-catch p:first-child {
  padding-bottom: 24px;
}
.footer {
  background-color: #f3f3f3;
}
.footer-top {
  position: relative;
  top: -224px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-top a {
  color: #fff;
}
.title3 h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.title3 p {
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.footer-contact {
  width: 530px;
  padding: 16px 129px 40px;
  background-image: url(../../assets/img/pc_top-contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-contact .tel {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
.footer-contact .tel::before {
  content: '';
  background-image: url(../../assets/img/pc_footer-tel.png);
  width: 38px;
  height: 38px;
}
.footer-contact-btn p {
  padding: 18px 32px;
  border: solid 1px #fff;
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-contact-btn p::after {
  content: '';
  background-image: url(../../assets/img/pc_top-footer-arrow.png);
  width: 24px;
  height: 8px;
}
.footer-recruit {
  width: 530px;
  padding: 16px 153px 40px;
  background-color: #245428;
}
.footer-recruit .title3 {
  padding-bottom: 50px;
}
.footer-recruit p {
  color: #fff;
}
.footer-recruit .btn p {
  color: #fff;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #fff;
}
.footer-recruit .btn {
  padding-top: 46px;
  padding-right: 64px;
}
.footer-recruit .btn p::after {
  position: absolute;
  content: '';
  background-image: url(../../assets/img/pc_arrow-white.png);
  width: 64px;
  height: 64px;
  top: -21px;
  right: -92px;
}

.footer-bottom {
  margin-top: -160px;
  z-index: -1;
}
.footer-bottom::before {
  position: absolute;
  content: '';
  background-color: #f3f3f3;
  top: -64px;
  left: 0;
  width: 100%;
}
.footer-bottom-flex {
  width: 1060px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  padding-bottom: 16px;
}
.footer-adress p {
  line-height: 2;
}
.footer-navi ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.footer-navi a {
  width: 25%;
}
.footer-navi a:last-child {
  width: 100%;
}
.copy {
  text-align: right;
  padding-top: 64px;
  padding-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

/* 2nd common */
.second-wrap section {
  margin-bottom: 104px;
}
.second-wrap .title {
  padding-left: 60px;
}
.second-mv {
  width: 100%;
  height: 460px;
  position: relative;
}
.second-mv .eng {
  position: absolute;
  top: 34%;
  left: -40px;
  background-image: url(../img/english.png);
  width: 17px;
  height: 218px;
}
.second-title {
  position: relative;
  padding-top: 104px;
  padding-left: 60px;
}
.second-title::before {
  position: absolute;
  content: '';
  background-image: url(../img/company/pc_mv-deco.png);
  top: 0;
  left: 0;
  width: 553px;
  height: 373px;
  z-index: -1;
}
.second-title h1 {
  padding-bottom: 8px;
  color: #245428;
  font-size: 52px;
  font-weight: 700;
}
.second-title p {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.second-title p::before {
  content: '';
  width: 72px;
  border: 1px solid #245428;
}
.second-mv-img {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}
.second-mv-img img {
  width: 100%;
  padding-left: 370px;
  object-fit: cover;
}
.bread {
  position: absolute;
  bottom: 24px;
  left: 60px;
}
.bg_deco {
  text-align: right;
  padding-right: 30px;
}
.bg_deco p {
  position: relative;
  top: -29px;
  z-index: -2;
  color: rgba(36, 84, 40, 0.1);
  font-size: 96px;
  font-weight: 600;
}
