@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Zen Kaku Gothic New", sans-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;
}
#header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
  z-index: 99;
  top: 0;
  background-color: #ffffff;
  align-items: flex-end;
}
.h-logo {
  width: 40%;
  padding-bottom: 5px;
}
.inquiry {
  line-height: 0;
}
.inquiry a {
  display: block;
}
.h-tel {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin: 0 15px 10px 0;
  letter-spacing: 2px;
}
.h-tel span {
  font-size: 20px;
}
.navarea {
  display: block;
  width: 50%;
}
.navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  background-image: url("../img/nav-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 38px;
}
.nav-item {
  text-align: center;
}
.nav-item a {
  color: #333333;
  display: block;
  padding: 5px 25px;
}
.main {
  margin-top: 100px;
  line-height: 0;
  position: relative;
}
.main-ttl {
  position: absolute;
  bottom: 29%;
  left: 12%;
  z-index: 2;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}
.main-ttl .b-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 110px;
  letter-spacing: 15px;
}
.main-ttl .s-txt {
  font-size: 30px;
  font-weight: normal;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.green {
  color: #adc956;
}
.yellow {
  color: #fff000;
}
.txt {
  line-height: 2;
}
.dtl-btn {
  margin-top: 50px;
}
.btn-item {
  background: #adc956;
  color: #ffffff;
  font-size: 20px;
  display: block;
  padding: 20px 0;
  position: relative;
  margin: auto;
  max-width: 270px;
  text-align: center;
  text-decoration: none;
}
.btn-item::before, .btn-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  vertical-align: middle;
}
.btn-item::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.btn-item::after {
  left: 25px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #adc956;
  border-right: 3px solid #adc956;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aboutus {
  padding-top: 50px;
  position: relative;
  height: 900px;
  z-index: 2;
  overflow: hidden;
}
.aboutus::before {
  content: url("../img/aboutus-bg01.png");
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
.aboutus::after {
  content: url("../img/aboutus-bg02.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0
}
.aboutus .inner {
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  padding-top: 5%;
  padding-left: 20px;
  margin-right: 5%;
  z-index: 3;
}
.aboutus .left {
  width: 45%;
}
.aboutus .right {
  width: 50%;
}
.aboutus .lead {
  font-size: 40px;
  margin: 30px 0;
}
.h3-ttl {
  font-size: 60px;
  font-style: italic;
}
.h3-ttl .ja {
  display: block;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
.business {
  position: relative;
  background-image: url("../img/busines-bg01.jpg");
  background-repeat: no-repeat;
  background-position: 0 20%;
  z-index: 0;
  height: 1100px;
}
.business::before {
  content: '';
  background-image: url("../img/busines-bg02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  height: 889px;
  position: absolute;
  left: 0;
}
.business .inner {
  position: relative;
  max-width: 1450px;
  width: 95%;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 150px;
  z-index: 1;
}
.business .h3-ttl {
  width: 20%;
  margin: 0 auto;
  text-align: left;
}
.business .txt {
  max-width: 800px;
  margin: 50px auto;
}
.business-item {
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: center;
}
.business-item .title {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 70%;
  padding: 20px 0;
  color: #333333;
  background-color: #ffffff;
  border: solid 1px #cdcdcd;
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.news {
  width: 100%;
  background-image: url("../img/news-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 410px;
  padding-top: 100px;
}
.news-inner {
  max-width: 1180px;
  background-color: #fcfbe9;
  padding: 50px;
  margin: 0 auto;
  align-items: center;
}
.news-left {
  position: relative;
  width: 20%;
}
.news-right {
  padding-right: 50px;
  width: 70%;
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
}
.news-list .news-itme {
  border-bottom: 2px dotted #ccc;
}
.news-right::-webkit-scrollbar {
  background: #fff000;
  width: 8px;
}
.news-right::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.news-list .news-itme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-list .news-itme dt {
  position: relative;
  width: 15%;
  padding: 30px 0 30px 30px;
}
.news-itme dt::before, .news-itme dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.news-itme dt::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #adc956;
}
.news-itme dt::after {
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-list .news-itme dd {
  flex: 1;
  padding: 30px;
}
.recruit {
  background-image: url("../img/recruit-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  height: 632px;
  padding: 60px 0 60px 20px;
}
.recruit .h3-ttl {
  color: #ffffff;
}
.recruit .h3-ttl .ja {
  color: #333333;
}
.recruit .inner {
  max-width: 1600px;
  margin-left: auto;
}
.recruit .left {
  width: 35%;
}
.recruit .left .txt01 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin: 50px 0;
}
.recruit .left .txt02 {
  line-height: 2;
}
.recruit .left .btn-item {
  background: #ffffff;
  color: #adc956;
}
.recruit .left .btn-item::before {
  background: #adc956;
}
.recruit .left .btn-item::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.recruit .right {
  width: 60%;
}
#footer {
  margin-top: 120px;
}
.contact {
  background-image: url("../img/contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 546px;
  padding-top: 130px;
  color: #ffffff;
  text-align: center;
}
.contact .txt01 {
  margin-top: 100px;
}
.contact .txt02 {
  font-size: 70px;
  font-weight: bold;
}
.contact .txt02 span {
  font-size: 40px;
}
.f-nav {
  background-color: #fcfbe9;
}
.f-nav ul {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.f-nav li {
  width: 20%;
  text-align: center;
}
.f-nav li a {
  display: block;
  color: #333333;
  padding: 20px 0;
}
.f-information {
  padding-top: 50px;
  height: 370px;
  background-image: url("../img/f-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
}
.f-information .txt01 {
  margin: 30px 0;
}
#page_top {
  position: fixed;
  right: 35px;
  bottom: 25px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
}
.copyright {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  background-color: #fff000;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.main-head {
  background-image: url("../img/sub/mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 48vh;
  margin-top: 100px;
}
.page-ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.page-ttl .ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 60px;
}
.page-ttl .en {
  font-size: 30px;
}
.greeting::after {
  content: none;
}
.greeting .txt02 {
  font-size: 30px;
  margin-top: 50px;
  text-align: right;
}
.greeting .txt02 span {
  font-size: 25px;
}
.greeting .inner {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}
.greeting .right {
  text-align: center;
}
.company {
  background-image: url("../img/busines-bg02.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30%;
  padding-top: 100px;
}
.company .inner {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto 100px;
}
.company .h3-ttl {
  width: 20%;
  margin: 0 auto;
  text-align: left;
}
.company-list {
  width: 60%;
  margin: 50px auto 150px;
}
.company-list .company-itme {
  display: flex;
  align-items: center;
}
.company-list .company-itme dt {
  width: 25%;
  padding: 20px 0;
}
.company-list .company-itme dd {
  flex: 1;
  padding: 20px;
}
.company-list .company-itme {
  border-bottom: 1px solid #adc956;
}
.company-item {
  width: 48%;
  text-align: center;
}
.company-item .address {
  margin-bottom: 20px;
}
.company-item .address img {
  vertical-align: middle;
  margin-right: 10px;
}
.company-item .map {
  height: 500px;
}
.business-sub {
  margin-top: 200px;
}
.business-sub .inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.business-sub .flex {
  margin-bottom: 150px;
}
.business-sub .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.business-sub .left {
  width: 46%;
}
.tile {
  position: relative;
  font-size: 40px;
  font-weight: normal;
  padding-left: 35px;
  line-height: 1;
}
.tile::before {
  content: url("../img/sub/tile.jpg");
  position: absolute;
  left: 0;
}
.business-sub .left .txt {
  margin-top: 100px;
}
.business-sub .right {
  width: 50%;
}
.recruit-sub {
  margin-top: 150px;
}
.recruitment {
  max-width: 1050px;
  width: 95%;
  margin: 150px auto;
}
.rec-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #333;
  border-bottom: none;
  margin-top: 50px;
}
.rec-list dt {
  background: #e0eabf;
  text-align: center;
  padding: 15px 0;
  width: 250px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.rec-list dd {
  background: #fff;
  padding: 15px 0 15px 10px;
  width: calc(98% - 250px);
  border-bottom: 1px solid #333;
}
.note {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.note .lead {
  background-color: #fff000;
  padding: 10px 30px;
  margin-bottom: 30px;
}
.note .txt {
  line-height: 2;
  margin-left: 30px;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .main-ttl {
    bottom: 27%;
    left: 11%;
  }
  .main-ttl .b-txt {
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  #header {
    height: 143px;
    justify-content: space-between;
  }
  .inquiry {
    display: none;
  }
  .h-logo {
    width: 40%;
    margin: 10px 0 0 10px;
  }
  .navarea {
    width: 100%;
    margin-top: -50px;
  }
  .business-item {
    width: 49%;
  }
  .main {
    margin-top: 143px;
  }
  .main-ttl .b-txt {
    font-size: 60px;
  }
  .main-ttl {
    bottom: 24%;
    left: 12%;
  }
  .business {
    height: 950px;
    background-position: 0 30%;
  }
  .recruit .left {
    width: 46%;
  }
  .recruit .right {
    width: 50%;
  }
}
@media (max-width: 820px) {
  .main-ttl .b-txt {
    font-size: 50px;
  }
  .main-ttl {
    bottom: 19%;
    left: 8%;
  }
  .aboutus {
    height: auto;
  }
  .aboutus::before {
    width: 50%;
  }
  .aboutus .inner {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
  }
  .aboutus .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .aboutus .right {
    width: 100%;
  }
  .business {
    height: auto;
    background-position: 0 10%;
  }
  .business::before {
    width: 50%;
    background-position: top;
  }
  .business .h3-ttl {
    width: 40%;
  }
  .business-item {
    width: 100%;
    margin-bottom: 80px;
  }
  .news {
    height: auto;
  }
  .news-left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .news-right {
    width: 100%;
  }
  .recruit {
    height: auto;
    padding: 60px 0;
  }
  .recruit .inner {
    width: 95%;
    margin: 0 auto;
  }
  .recruit .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .recruit .right {
    width: 100%;
  }
  .f-nav ul {
    width: 100%;
  }
  .main-head {
    margin-top: 143px;
  }
  .company .h3-ttl {
    width: 40%;
  }
  .company-list {
    width: 95%;
  }
  .company-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .business-sub .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .business-sub .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 428px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .logo {
    margin: 5px 0 0 10px;
  }
  .logo img {
    height: 45px;
  }
  .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: #fff000;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 10px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 17px;
  }
  .hamburger-menu__bar:last-child {
    top: 24px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 40%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(3) {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .menu-txt {
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    left: 28%;
    bottom: 8px;
  }
  .navigation {
    display: none;
    background: #fff000;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #474747;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }
  .navigation__link {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    transition: .5s;
  }
  .main {
    margin-top: 50px;
  }
  .main-ttl {
    width: 71%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-ttl .b-txt {
    font-size: 60px;
  }
  .h3-ttl {
    font-size: 40px;
  }
  .aboutus .lead {
    font-size: 30px;
  }
  .aboutus::before {
    width: 50%;
  }
  .aboutus::after {
    bottom: 25%;
  }
  .business {
    background-image: url("../img/sp/busines-bg01.jpg");
  }
  .business-item .title {
    font-size: 20px;
  }
  .news-inner {
    padding: 50px 20px
  }
  .news-list .news-itme dt {
    width: 100%;
    padding: 10px 0 10px 30px;
  }
  .news-list .news-itme dd {
    padding: 10px 0;
  }
  .news {
    background-size: 50%;
    background-position: right top;
  }
  .recruit {
    margin-top: 100px;
  }
  .recruit .left .txt01 {
    font-size: 30px;
  }
  .contact {
    padding: 130px 10px 0;
  }
  .contact .txt02 {
    font-size: 50px;
  }
  .f-information {
    padding: 50px 10px 0;
  }
  .f-information img {
    height: 70px;
  }
  #page_top {
    right: 5px;
  }
  .main-head {
    margin-top: 50px;
  }
  .page-ttl .ja {
    font-size: 40px;
  }
  .company-item .map {
    height: 300px;
  }
  .business-sub {
    margin-top: 100px;
  }
  .tile {
    font-size: 26px;
    line-height: 1.6;
  }
  .business-sub .left .txt {
    margin-top: 50px;
  }
  .rec-list dt {
    width: 100%;
  }
  .rec-list dd {
    width: 100%;
  }
  .note .txt {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .main-ttl .b-txt {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .main-ttl .b-txt {
    font-size: 40px;
  }
  .recruit {
    background-size: cover;
  }
}