@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
* {
  margin: 0;
  padding: 0
}
body {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "Noto Serif JP", serif;
  color: #333333;
  font-size: 18px;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
.mb20 {
  margin-bottom: 20px;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
.sp-header {
  display: none;
}
.yel {
  color: #F3D300;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
  background-image: url("../img/scroll-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 28px 0;
}
.header-left {
  width: 30%;
}
.header-right {
  width: 70%;
}
.h-top {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-bottom: 24px;
}
.h-tel {
  color: #FFFFFF;
  text-align: center;
  margin-right: 36px;
}
.h-tel .tel {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
}
.i-phone {
  content: url("../img/tel.png");
  height: 24px;
}
.h-mail {
  width: 300px;
  height: 60px;
  background: linear-gradient(#645E26, #C1B12F, #655D12);
  text-align: center;
  color: #fff;
  margin-right: 37px;
  font-size: 20px;
}
.h-mail .mail {
  display: block;
  color: #FFFFFF;
  line-height: 3;
}
.h-mail .mail:hover {
  opacity: 0.7;
}
.i-mail {
  content: url("../img/Icon ion-ios-email-outline.png");
  height: 18px;
  margin-right: 34px;
  vertical-align: middle;
}
.h-btm {
  width: 100%;
  margin-bottom: 20px;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav li {
  text-align: center;
  width: 13%;
  font-size: 20px;
}
.nav a {
  display: block;
  color: #FFFFFF;
}
.nav a:hover {
  opacity: inherit;
}
.nav span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.nav a:hover span {
  color: #F7D205;
}
.main {
  line-height: 0;
}
.news {
  background-image: url("../img/news-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 25px;
}
.news-inner {
  max-width: 1540px;
  height: 258px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.news-title {
  font-size: 35px;
  text-align: center;
}
.subtitle {
  font-size: 22px;
}
.box-l {
  width: 10%;
}
.box-r {
  width: 75%;
}
.box-r dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.box-r dl dt {
  width: 20%;
}
.box-r dl dd {
  width: 80%;
}
.quality {
  background-image: url("../img/quality-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.quality-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 150px 0;
}
.quality-img {
  width: 50%;
  margin-right: 80px;
}
.quality-sp {
  display: none;
}
.quality-box {
  width: 40%;
  color: #ffffff;
}
.quality-cn {
  font-size: 40px;
}
.quality-title {
  font-size: 80px;
  margin-bottom: 50px;
}
.quality-text {
  line-height: 2.5;
}
.service {
  background-color: #393838;
  background-image: url("../img/service-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 120px;
}
.title {
  text-align: center;
  color: #ffffff
}
.title h3 {
  font-size: 60px;
}
.title p {
  font-size: 22px;
}
.service-inner {
  max-width: 1345px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 150px;
}
.works {
  background-image: url("../img/works-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 160px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 120px 0 160px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3.8);
  margin-left: 40px;
}
.scroll-infinity__item > img {
  width: 100%;
}
.dtl-btn {}
.btn-item {
  background: #232323;
  color: #F3D300;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 31px 0;
  position: relative;
  margin: auto;
  width: 408px;
  text-align: center;
  text-decoration: none;
  border-radius: 56px;
}
.btn-item::before, .btn-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  vertical-align: middle;
}
.btn-item::before {
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.btn-item::after {
  right: 60px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recruit {
  background-image: url("../img/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 85px;
  text-align: center;
}
.recruit-text {
  color: #ffffff;
  line-height: 2.5;
  margin: 90px 0 150px;
}
.recruit-btn {
  background: #F3D300;
  color: #232323;
}
.recruit-btn::before {
  background: #000000;
}
.recruit-btn::after {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
.company {
  background-image: url("../img/company-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 50px;
}
.company-inner {
  max-width: 1345px;
  margin: 35px auto;
  display: flex;
  justify-content: space-between;
}
.company-box {
  width: 55%;
}
.summary .summary_list {
  display: flex;
  align-items: center;
  color: #ffffff !important;
}
.summary .summary_list dt {
  width: 130px;
  padding: 5px;
  border-bottom: solid 1px #B8AC00;
  text-align: center;
}
.summary .summary_list dd {
  flex: 1;
  padding: 5px;
  border-bottom: solid 1px #ffffff;
	color: #ffffff !important;
}
.summary .summary_list dd a {
color: #ffffff !important;
}
.company-map {
  width: 40%;
}
.company-btn {
  background: #000000;
  color: #F3D300;
}
.company-btn::before {
  background: #F3D300;
}
.company-btn::after {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
#footer {
  color: #ffffff;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 40px;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.f-logo {
  width: 30%;
}
.f-nav {
  width: 65%;
}
.copyright {
  margin-top: 55px;
  text-align: center;
  font-size: 15px;
}
#page_top {
  width: 63px;
  height: 63px;
  position: fixed;
  right: 30px;
  bottom: 45px;
  background: #000000;
  border: solid 1px #F3D300;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 63px;
  height: 63px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #F3D300;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -16px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.boder-b {
  border-bottom: none !important;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.t-right {
  text-align: right;
}
.subpage {
  background-image: url("../img/subpage.jpg");
  background-repeat: round;
  background-size: contain;
}
.heading-img {
  background-image: url("../img/h2-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 600px;
  text-align: center;
  position: relative;
}
.heading-title {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.en {
  font-size: 30px;
  font-weight: normal;
}
.ja {
  font-size: 50px;
}
.greeting {
  padding: 110px 0 100px;
  color: #ffffff;
}
.greeting-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.greeting-text {
  margin: 40px 0;
  line-height: 2.5;
}
.business {
  padding: 110px 0 100px;
  color: #ffffff;
}
.business-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.business-text {
  line-height: 2.5;
  margin-top: 40px;
}
.business-box {
  color: #ffffff;
  height: 460px;
  padding-bottom: 70px;
}
.business-box-inner {
  background-size: contain;
  display: flex;
  max-width: 1700px;
  height: 460px;
}
.business01 {
  background-image: url("../img/business01.jpg");
  background-repeat: no-repeat;
  background-position: left;
}
.business02 {
  background-image: url("../img/business02.jpg");
  background-repeat: no-repeat;
  background-position: right;
  margin-left: auto;
}
.business03 {
  background-image: url("../img/business03.jpg");
  background-repeat: no-repeat;
  background-position: left;
}
.business-l {
  width: 25%;
  font-size: 44px;
  text-align: center;
  padding-top: 80px;
}
.business-r {
  width: 73%;
  line-height: 2.5;
  padding-top: 80px;
}
.recrut {
  padding: 110px 0 100px;
}
.recrut-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.information {
  padding: 50px 130px;
  background-color: #ffffff;
  margin-top: 80px;
}
.information-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 60px;
}
.information-table th {
  width: 25%;
  background: #535353;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.information-table td {
  background: #fff;
  border-bottom: 1px solid #535353;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
  text-align: left;
}
.information-text {
  font-size: 20px;
  line-height: 2.5;
}
.information-btn {
  display: flex;
  justify-content: space-evenly;
  ;
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
}
.information-tel {
  width: 100%;
  max-width: 460px;
  background-color: #535353;
}
.information-tel-item {
  display: block;
  padding: 30px;
  color: #FFFFFF;
}
.information-mail {
  width: 100%;
  max-width: 460px;
  background-color: #535353;
}
.information-mail-item {
  display: block;
  padding: 30px;
  color: #FFFFFF;
}
.i-mail {
  content: url("../img/mail.png");
  height: 26px;
  margin-right: 26px;
  vertical-align: middle;
}
.i-tel {
  content: url("../img/phone.png");
  height: 30px;
  margin-right: 26px;
  vertical-align: middle;
}
.gallery {
  padding: 110px 0 100px;
  color: #ffffff;
}
.gallery-inner {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.gallery-text {
  line-height: 2.5;
  margin-top: 40px;
}
.gallery-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 110px;
}
.gallery-img img {
  margin-bottom: 70px;
}
.contact {
  padding: 110px 0 100px;
  color: #ffffff;
}
.contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-text {
  line-height: 2.5;
  margin-top: 40px;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1700px) {
  .business-box-inner {
    background-size: cover;
  }
}
@media (max-width: 1536px) {
  body {
    font-size: 16px;
  }
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  .nav li {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .header-wrap {
    padding: 15px 15px 0;
    align-items: normal;
  }
  .nav li {
    font-size: 14px;
    width: 18%;
  }
  .nav span {
    font-size: 14px;
  }
  .h-tel {
    margin-right: 15px;
  }
  .h-tel .tel {
    font-size: 24px;
  }
  .h-mail {
    width: 200px;
    height: 40px;
    margin-right: 0px;
    font-size: 18px;
  }
  .h-mail .mail {
    line-height: 2.3;
  }
  .i-phone {
    height: 20px
  }
  .box-l {
    width: 13%;
  }
  .news-title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 18px;
  }
  .box-r dl {
    font-size: 16px;
  }
  .quality-inner {
    padding: 50px 0;
  }
  .quality-cn {
    font-size: 28px;
  }
  .quality-title {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .quality-img {
    margin-right: 60px;
  }
  .service {
    padding-top: 50px;
  }
  .service-inner {
    padding: 50px 15px;
  }
  .service-inner a {
    margin: 0 5px;
  }
  .works {
    padding: 50px 0;
  }
  .scroll-infinity__wrap {
    margin: 50px 0;
  }
  .title h3 {
    font-size: 40px;
  }
  .btn-item {
    width: 340px;
    padding: 20px 0;
  }
  .recruit {
    padding: 50px 20px;
  }
  .recruit-text {
    margin: 50px 0;
  }
  .company {
    padding: 45px 20px 50px;
  }
  .company-inner {
    display: block;
  }
  .company-box {
    width: 100%;
  }
  .company-map {
    width: 100%;
    margin-top: 50px;
  }
  #footer {
    padding: 20px;
  }
  .footer-wrap {
    display: block;
  }
  .f-logo {
    width: 35%;
  }
  .f-nav {
    width: 80%;
    margin: 40px auto 0;
  }
  .business-l {
    font-size: 36px;
  }
  .information {
    padding: 30px;
  }
  .information-text {
    font-size: 18px;
    line-height: 2;
  }
  .information-btn {
    display: inline-block;
    font-size: 22px;
  }
  .information-tel {
    margin-bottom: 20px;
  }
  .information-btn {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 20px auto;
  }
  .gallery-img img {
    width: 350px;
  }
}
@media (max-width: 820px) {
  .quality-img {
    display: none;
  }
  .quality-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .quality-inner {
    display: block;
  }
  .quality-sp {
    display: block;
    margin-top: 30px;
  }
  .information-table th, .information-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .information-table tr:last-child td:last-child {
    border-bottom: 1px solid #535353;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header-wrap {
    display: none;
  }
  .sp-header {
    width: 100%;
    height: 60px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header.scroll-nav {
    height: 60px;
  }
  .sp-logo {
    padding-left: 20px;
  }
  .sp-nav {
    display: flex;
    align-items: center;
    width: 62px;
    height: 60px;
    background: linear-gradient(#645E26, #C1B12F, #655D12);
  }
  .menu__box {
    display: flex;
    flex-direction: row;
    list-style-type: none;
  }
  .menu__item {
    display: flex;
    flex-direction: column;
    padding: 0 1em 0 1.9em;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #F3D300;
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #F3D300;
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
  }
  .menu__btn {
    transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    width: 38px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
  }
  .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    content: '';
    top: -12px;
    transition-duration: 0.25s;
  }
  .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    content: '';
    top: 12px;
    transition-duration: 0.25s;
  }
  .news {
    padding: 15px 30px 0;
  }
  .news-inner {
    display: block;
  }
  .box-l {
    width: 100%;
  }
  .box-r {
    width: 100%;
  }
  .box-r dl {
    display: block;
  }
  .box-r dl dt {
    width: 100%;
    font-weight: bold;
  }
  .box-r dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .quality-cn {
    font-size: 20px;
    text-align: center;
  }
  .quality-title {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .service {
    background-image: url(../img/sp/service-bg.png);
  }
  .works {
    background-image: url(../img/sp/works-bg.jpg);
  }
  .scroll-infinity__item {
    width: calc(100vw / 1);
  }
  .scroll-infinity__wrap {
    margin: 80px 0;
  }
  .works {
    padding: 80px 0;
  }
  .recruit {
    background-image: url(../img/sp/recruit-bg.jpg);
  }
  .recruit-text {
    margin: 50px 0 70px;
  }
  .company {
    background-position: top;
  }
  .summary .summary_list {
    display: block;
  }
  .summary .summary_list dt {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .summary .summary_list dd {
    width: 100%;
    border-bottom: solid 1px #B8AC00;
	color: #ffffff !important;
	  
  }.summary .summary_list dd a {
color: #ffffff !important;
  }
  .btn-item {
    width: 280px;
  }
  .btn-item::before, .btn-item::after {
    right: 15px;
  }
  .btn-item::after {
    right: 35px;
  }
  .footer-wrap {
    display: none;
  }
  .ja {
    font-size: 40px;
  }
  .business-l {
    font-size: 36px;
  }
  .business-box-inner {
    display: block;
    padding: 0 20px;
  }
  .business01 {
    background-position: center;
  }
  .business02 {
    background-position: center;
  }
  .business03 {
    background-position: right;
  }
  .business-l {
    width: 100%;
    padding-top: 10px;
  }
  .business-r {
    width: 100%;
    line-height: 2;
    padding-top: 20px;
  }
  .information {
    padding: 20px;
  }
  .information-table th {
    padding: 10px;
  }
  .information-table td {
    padding: 15px;
  }
  .information-btn {
    font-size: 20px;
  }
  .information-tel-item {
    padding: 15px;
  }
  .information-mail-item {
    padding: 15px 0;
  }
  .i-tel {
    height: 20px;
    margin-right: 15px;
  }
  .i-mail {
    height: 18px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 48em) {
  nav nav {
    display: inline;
  }
  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-image: url("../img/scroll-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 0.5s;
  }
  .menu__item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 48em) {
  .menu__btn {
    display: none;
  }
}
@media (max-width: 375px) {
  .business-box-inner {
    height: auto;
  }
}

.form-area {
  background: #f8f8f8;
  padding: 50px 60px;
  margin: 60px auto 0;
  max-width: 720px;
  box-sizing: border-box;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
}

.form-table th {
  text-align: left;
  vertical-align: top;
  padding: 15px 10px;
  width: 160px;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}

.form-table td {
  padding: 10px 0;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table select,
.form-table textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.form-table textarea {
  height: 140px;
  resize: none;
}

.required {
  color: red;
  font-size: 12px;
  margin-left: 4px;
}

.email-confirm {
  margin-top: 12px;
}

.email-confirm input {
  margin-bottom: 5px;
}

.note {
  font-size: 12px;
  color: #444;
  display: block;
  margin-top: 3px;
}

.form-submit {
  margin: 30px auto 80px;
  text-align: center;
}

.form-submit button {
  background: #f3d300;
  color: #000;
  border: none;
  font-size: 14px;
  padding: 10px 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-area {
    padding: 30px 20px;
    margin: 40px auto 0;
    width: 95%;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }

  .form-table th {
    padding-bottom: 5px;
  }

  .form-submit button {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    padding: 12px 0;
  }
}

