@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2A2A2A;
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
ul {
  list-style: none;
}
.sp {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.h3-ttl {
  font-size: 54px;
  color: #ffffff;
}
.h3-ttl span {
  color: #FEF101;
}
.en {
  font-size: 30px;
}
#header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 115px;
  z-index: 99;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
}
.h-logo {
  margin-left: 60px;
}
.h-insta {
  margin-right: 60px;
}
.navarea {
  display: block;
  width: 65%;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.nav-item {
  margin: 0 35px;
  text-align: center;
}
.nav-item a {
  color: #2A2A2A;
  display: block;
}
.navbar-nav li a span {
  display: block;
  margin-top: 5px;
  color: #2c9fe9;
  font-size: 14px;
}
.nav-inquiry {
  display: none;
}
.h-top {
  display: block;
  justify-content: space-between;
}
.main {
  margin-top: 115px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
/* ページネーションの基本スタイル */
.swiper-pagination-bullet {
  background-color: transparent !important; /* 背景色を透明に */
  background-image: url("../img/pagination02.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: unset !important; /* これがないと画像が欠ける */
  height: 50px !important;
  opacity: 1 !important; /* 画像の透過を無くす */
  width: 50px !important;
}
/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url("../img/pagination01.jpg") !important;
  height: 50px !important;
  width: 50px !important;
}
.swiper-pagination-bullets {
  width: initial !important;
  left: initial !important;
  right: 5% !important;
}
.catch {
  position: absolute;
  bottom: 18%;
  left: 2%;
  font-size: max(4.5vw, 66px);
  text-shadow: 0 0 10px #707070;
  line-height: 1.2;
  color: #ffffff;
  z-index: 9;
}
.catch span {
  font-size: 40px;
}
.ideal {
  padding: 120px 0 160px;
  background-image: url("../img/bg.webp");
}
.ideal-inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ideal-left {
  width: 70%;
}
.ideal-right {
  width: 25%;
  writing-mode: vertical-rl;
  font-size: 60px;
  color: #2C9FE9;
  font-weight: bold;
  letter-spacing: 12px;
}
.ideal-right span {
  color: #2A2A2A;
}
.construction {
  background-image: url("../img/construction-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 937px;*/
}
.construction-inner {
  width: 95%;
  margin: 0 auto;
  /*padding-top: 170px;*/
  padding: 100px 0;
  color: #ffffff;
}
.construction-Strengths {
  font-size: max(4vw, 60px);
  text-align: center;
  margin-bottom: 30px;
}
.construction-box {
  text-align: center;
  padding: 15px 60px;
  background-color: #2C9FE9;
  margin: 0 30px;
  font-size: 40px;
}
.google-btn{
  max-width: 550px;
  width: 100%;
  margin: 50px auto 0;
  background-color: #FEF113;
  border-radius: 5px;
}
.google-btn::before {

}
.google-btn a {
    display: block;
    padding: 40px 0;
    color: #2C9FE9;
    font-size: 30px;
    line-height: 0;
	text-align: center;
}
.google-btn a::after {
  content: "＞";
  margin-left: 10px;
  font-size: 30px;
}
.construction-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /*padding-top: 190px;*/
  padding-top: 100px;
}
.construction-left {
  width: 35%;
  font-size: max(7.5vw, 60px);
  line-height: 1.1;
}
.construction-right {
  width: 65%;
  font-size: 26px;
  line-height: 2;
}
.service {
  padding-top: 140px;
  text-align: center;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.service .h3-ttl {
  color: #2B9EE4;
}
.service-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
.service-box {
  width: 30%;
  position: relative;
  margin-top: 55px;
  margin-right: 45px;
  text-align: left;
}
.service-box_text {
  background-color: #2A2A2A;
  border: solid 1px #ffffff;
  color: #ffffff;
  width: 260px;
  padding: 20px 0;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 33%;
  right: 0;
}
.detail {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.detail-btn {
  display: block;
  max-width: 480px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
  background-color: #2C9FE9;
  color: #ffffff;
  border-radius: 5px;
}
.detail-btn_white {
  background-color: #ffffff;
  color: #2C9FE9;
}
.detail-btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30%;
  bottom: 0;
  margin: auto;
}
.detail-btn_white::before {
  border-top: solid 1px #2C9FE9;
  border-right: solid 1px #2C9FE9;
}
.ourcases {
  background-color: #2C9FE9;
  height: auto;
}
.ourcases-inner {
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  padding-top: 90px;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity {
  margin-top: 45px;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
  margin: 0 25px;
}
.scroll-infinity__item > img {
  width: 100%;
}
.recruit {
  background-image: url("../img/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 356px;
  text-align: center;
  padding-top: 100px;
}
.recruit .h3-ttl {
  text-shadow: 0 0 10px #707070;
}
.recruit-box {
  background-color: #BEBEBE;
  color: #ffffff;
  max-width: 480px;
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 70px;
}
.contact {
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
}
.contact-inner {
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  padding-top: 90px;
  color: #ffffff;
}
.contact-left {
  width: 45%;
  text-align: center;
}
.contact-btn {
  max-width: 550px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #2C9FE9;
  border-radius: 5px;
}
.contact-btn a {
  display: block;
  padding: 27px 0;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 0;
}
.i-mail {
  content: url("../img/mail.png");
  height: 27px;
  margin-right: 26px;
  vertical-align: middle;
}
.contact-btn-line {
  max-width: 550px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #06C755;
  border-radius: 5px;
}
.contact-btn-line a {
  display: block;
  padding: 27px 0;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 0;
}
.i-line {
  content: url("../img/line.png");
  height: 27px;
  margin-right: 26px;
  vertical-align: middle;
}
.contact-right {
  width: 45%;
  text-align: center;
}
.contact-lead {
  max-width: 500px;
  width: 90%;
  margin: 0 auto 40px;
  ;
  font-size: 23px;
  padding: 15px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.contact-area {
  background-color: rgba(44, 159, 233, 0.9);
  /*padding: 30px;*/
  padding: 10px;
}
.contact-area_title {
  font-size: 30px;
  margin-bottom: 30px;
}
#footer {
  text-align: center;
  background-image: url("../img/bg.webp");
}
.f-logo {
  padding: 70px 0 20px;
}
.f-menu {
  color: #ffffff;
  background: #333333;
  text-align: center;
  margin-top: 125px;
}
.f-menu a {
  display: block;
  padding: 15px 50px;
  color: #ffffff;
  font-size: 16px;
}
.f-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.f-menu li {
  margin: 0;
  border-left: 1px #555555 solid;
}
.f-menu li:first-child {
  padding-left: 0;
  border: none;
}
.copyright {
  color: #ffffff;
  text-align: center;
  background-color: #020200;
  padding: 30px 0 70px;
}
#floating {
  width: 250px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  color: #2C9FE9;
  background-color: #ffffff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 10px;
}
#floating p {
  letter-spacing: -2px;
  line-height: 1.2;
}
#floating .free {
  display: block;
  margin: 5px 0;
  padding: 10px 0;
  /*font-size: 22px;
  letter-spacing: -2px;
  line-height: 1.2;*/
  color: #fff;
  background-color: #06C755;
   /*color: #2C9FE9;
  background-color: #FEF101;*/
}
#floating .f-contact {
  display: block;
  background-color: #2C9FE9;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 5px;
}
#floating .reception {
  background-color: #2C9FE9;
  color: #ffffff;
  padding: 10px 0;
}
.reception a {
  color: #FEF113;
  font-size: 30px;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
.h2_ttl {
  background: url("../img/heading-img.jpg") no-repeat center / cover;
  padding: max(12vw, 6rem) 0 max(10vw, 4rem);
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  margin-top: 115px;
  text-shadow: 0 0 10px #707070;
}
.lower-service {
  padding: 120px 0;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.lower-service_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 145px;
}
.lower-service_inner {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}
.lower-service_left {
  width: 55%;
}
.lower-service_right {
  width: 40%;
}
.lower-service_ttl {
  font-size: 40px;
  color: #2C9FE9;
  margin-bottom: 25px;
}
.lower-service_text {
  line-height: 2.5;
}
#business_01 ul {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 60px);
}
#business_01 ul li {
  background-color: #FFFFFF;
  color: #010101;
  width: 100%;
}
.item_inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: min(5vw, 40px);
  margin: min(5vw, 40px) auto;
}
.item_inner .content_textWrap h4 {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 1.8;
  border-bottom: 1px solid #010101;
  width: 80%;
  max-width: 344px;
}
@media screen and (min-width: 960px) {
  #business_01 .inner {
    width: 90%;
  }
  .item_inner {
    width: auto;
    flex-direction: row;
    align-items: center;
    /*margin: 0 5% 10%;*/
	margin: 0 5% 0;
  }
  .item_inner .content_textWrap {
    width: 50%;
  }
  .item_inner .content_textWrap .text_border {
    gap: min(1vw, 30px);
  }
  .item_inner .business_img {
    width: 50%;
    text-align: right;
  }
  dl {
    width: 100%;
    font-size: 22px;
    line-height: 2.4;
  }
}
.item_inner .content_textWrap .text_border {
  padding: 3%;
  border: 1px solid #010101;
  height: 200px;
  margin-top: 20px;
}
.content_textWrap h4 span {
  color: #2C9FE9;
}
.greeting {
  padding-top: 120px;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.greeting-inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.greeting-inner .h3-ttl {
  color: #2B9EE4;
  text-align: center;
  margin-bottom: 55px;
}
.greeting-text {
  line-height: 2.5;
  margin-bottom: 50px;
}
.greeting-right {
  text-align: right;
}
.company {
  /*width: 95%;*/
  padding: 120px 0 0;
  /*background-color: #F4F4F4;*/
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.company-inner {
  /*max-width: 1200px;*/
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background-color: #F4F4F4;
}
.company-inner .h3-ttl {
  color: #2B9EE4;
  text-align: center;
  margin-bottom: 30px;
}
.description-item {
  display: flex;
}
.description-item dt {
  width: max(100px, 20%);
  padding: 8px;
  border-bottom: 2px solid #1D1D1D;
  text-align: center;
}
.description-item dd {
  width: calc(100% - max(100px, 20%));
  padding: 8px 5%;
  border-bottom: 2px solid #CCCCCC;
  text-align: left;
  word-break: keep-all;
}
.map {
  text-align: center;
  padding: 120px 0;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.map .h3-ttl {
  color: #2B9EE4;
  margin-bottom: 35px;
}
.works {
  padding: 120px 0;
  /*background-color: #F4F4F4;*/
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.works_inner {
  width: 90%;
  margin: 0 auto;
}
.works .flex {
  justify-content: space-between;
  margin-top: 70px;
  align-items: baseline;
}
.works-text {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  line-height: 2.5;
}
.works-item {
  width: 23%;
  margin: 0 10px 80px;
}
.lower-recruit {
  /*width: 90%;*/
  padding: 120px 0;
  /*padding: 50px;
  background-color: #F4F4F4;*/
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.lower-recruit_inner {
  max-width: 1500px;
  /*width: 95%;*/
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  background-color: #F4F4F4;
}
.lower-recruit_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lower-recruit_left {
  width: 55%;
}
.lower-recruit_right {
  width: 40%;
}
.lower-recruit_ttl {
  font-size: 40px;
  color: #2C9FE9;
  margin-bottom: 25px;
}
.recruitment {
  max-width: 1240px;
  width: 95%;
  margin: 150px auto;
  background-color: #ffffff;
  padding: 50px 130px 100px;
}
.recruitment .h3-ttl {
  color: #2C9FE9;
  text-align: center;
  margin-bottom: 35px;
}
.contact-form {
  padding: 120px 0;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.contact-form .h3-ttl {
  color: #2B9EE4;
  text-align: center;
  margin-bottom: 30px;
}
.form-outer {
  width: 95%;
  margin: 0 auto;
  background-color: #F4F4F4;
  padding: 80px 0;
}
.form-inner {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.h5-ttl {
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding-left: 3%;
}
.h5-ttl::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #2C9FE9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.tel_btn {
  text-align: center;
  margin: 30px 0;
}
.form-text {
  margin-bottom: 50px;
}
.form-text p {
  margin: 30px 0 0 30px;
}
@media screen and (max-width: 1440px) {
  .h-logo {
    margin-left: 20px;
  }
  .h-insta {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h-logo {
    margin-left: 20px;
    width: 100%;
  }
  .navarea {
    width: 90%;
  }
  .nav-item {
    margin: 0 20px;
    font-size: 16px;
  }
  .h-insta {
    width: 5%;
    margin-right: 20px;
  }
  .catch span {
    font-size: 34px;
  }
  .ideal {
    padding: 60px 0;
  }
  .ideal-right {
    font-size: 45px;
  }
  .construction-box {
    padding: 10px;
    margin: 0 15px;
    font-size: 28px;
  }
  .google-btn a {
    font-size: 28px;
  }
  .construction-flex {
    padding-top: 70px;
  }
  .construction-left {
    width: 100%;
  }
  .construction-right {
    width: 100%;
  }
  .service-flex {
    justify-content: space-between;
  }
  .service-box {
    width: 45%;
    margin-right: 0;
  }
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  .contact {
    height: auto;
    padding-bottom: 100px;
  }
  .contact-left {
    width: 70%;
    margin-top: 50px;
  }
  .contact-btn a {
    font-size: 24px;
  }
  .contact-btn-line a{
    font-size: 24px;
  }
  .contact-right {
    width: 95%;
    margin-top: 50px;
  }
  .contact {
    height: auto;
  }
  .f-menu a {
    padding: 15px 35px;
  }
  #floating {
    display: none !important;
  }
  .h2_ttl {
    font-size: 40px;
  }
  .works-item {
    width: 45%;
  }
  .h3-ttl {
    font-size: 44px;
  }
  .lower-recruit {
    padding: 120px 0;
  }
  .lower-service_flex {
    margin-bottom: 80px;
  }
  .recruitment {
    padding: 50px 20px 100px;
  }
}
@media (max-width: 430px) {
  body {
    font-size: 16px;
  }
  .h3-ttl {
    font-size: 30px;
  }
  .en {
    font-size: 22px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .logo {
    padding-left: 8px;
  }
  .h-insta {
    width: 7%;
    margin: 5px 0 0 40px;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #242424;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #242424;
    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: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
  }
  .main {
    margin-top: 50px;
  }
  .catch {
    font-size: 30px;
  }
  .catch span {
    font-size: 16px;
  }
  .ideal {
    padding: 30px 0;
  }
  .ideal-right {
    font-size: 25px;
  }
  .construction-inner {
    padding-top: 70px;
  }
  .construction-Strengths {
    font-size: 42px;
  }
  .construction-right {
    font-size: 20px;
  }
  .construction-box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .google-btn a {
    font-size: 24px;
	padding: 30px 0;
  }
  .google-btn a::after {
    content: "＞";
    margin-left: 10px;
    font-size: 24px;
  }
  /*.service {
    margin-top: 70px;
  }*/
  .service-box {
    width: 49%;
  }
  .service-box_text {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    top: auto;
    bottom: -40px;
  }
  .ourcases-inner {
    padding-top: 50px;
    text-align: center;
  }
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
  .detail {
    padding-bottom: 50px;
  }
  .recruit {
    background-image: url("../img/sp/recruit-bg.jpg");
    height: 230px;
    padding-bottom: 50px;
  }
  .contact-inner {
    text-align: center;
  }
  .contact-left {
    width: 95%;
  }
  .contact-left img {
    width: 80%;
  }
  .contact-btn a {
    padding: 20px 0;
    font-size: 20px;
  }
  .contact-btn-line a {
    padding: 20px 0;
    font-size: 20px;
  }
  .contact {
    background-position: 72%;
  }
  .contact-lead {
    font-size: 16px;
    letter-spacing: -2px;
  }
  .detail-btn::before {
    right: 5%;
  }
  .f-menu li {
    width: 49%;
    border: none;
  }
  .f-logo {
    padding-top: 40px;
  }
  .f-menu {
    margin-top: 40px;
  }
  .f-menu a {
    padding: 15px 20px;
  }
  .lower-service{
    padding: 60px 0;
  }
  .lower-service_left {
    width: 100%;
  }
  .lower-service_right {
    width: 100%;
  }
  .item_inner {
    width: 100%;
  }
  .h2_ttl {
    margin-top: 50px;
    font-size: 34px
  }
  .works {
    /*padding: 0;*/
	padding: 60px 0 0;
  }
  .works-item {
    width: 100%;
  }
  .description-item dt {
    width: max(70px, 20%);
  }
  .greeting{
    padding-top: 60px;
  }
  .company{
    padding-top: 60px;
  }
  .map{
    padding: 60px 0;
  }
  .lower-recruit_left {
    width: 100%;
  }
  .lower-recruit_right {
    width: 100%;
  }
  .lower-recruit {
    padding: 60px 0;
  }
  .lower-recruit_inner {
    width: 70%;
  }
  .recruitment {
    padding: 50px 5px 100px;
  }
  .h5-ttl {
    padding-left: 6%;
  }
  .contact-form {
    padding: 60px 0;
  }
}
@media (max-width: 320px) {
  .h-insta {
    padding-left: 20px;
  }
  .catch {
    font-size: 28px;
  }
  .ideal-right {
    font-size: 20px;
  }
}