﻿
/*================================================
 *  TOPページ用
 ================================================*/
/*******見出し*******/
h2.head_title .ff_english {
  font-size: 170px;
  letter-spacing: .08em;
}
h2.head_title .ja {
  font-size: 26px;
  letter-spacing: .08em;
  display: block;
  margin-top: 1.25em;
}
/*******ヘッダー*******/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
header .inner .nav_list nav > ul > li > a {
  color: #fff;
}
header .inner .logo img:not(.white) {
  display: none;
}
header .inner .logo img.white {
  display: inline-block;
}
/*******メインエリア*******/
section#main_area {
  height: 1000px;
  min-height: 650px;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 5%;
}
section#main_area h1 {
  opacity: 0;
  position: absolute;
  z-index: -100;
}
section#main_area .loading {
  display: block;
  background-color: #67b944;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, calc(100vw + 100vh) 0, 100vw 100vh, -100vh 100vh);
}
section#main_area.move .loading {
  animation: anima_bg_7 1.7s cubic-bezier(1, 0, 0, 1) 1.7s 1 forwards;
}
@keyframes anima_bg_7 {
  100% {
    clip-path: polygon(calc(100vw + 100vh) 0, calc(100vw + 100vh + 100vw + 100vh) 0, calc(100vw + 100vh) 100vh, 100vw 100vh);
  }
}
section#main_area .loading .logo_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
}
section#main_area .loading .logo_wrap::before {
  content: "";
  width: calc(180px + 85px);
  height: 85px;
  transform: skewX(-45deg);
  background-color: #67b944;
  position: absolute;
  left: -42.5px;
  top: 0;
  transition: 1s cubic-bezier(1, 0, 0, 1);
}
section#main_area .loading .logo_wrap.move::before {
  left: calc(100% + 42.5px);
}
section#main_area .inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 248px;
}
section#main_area .inner p.ttl {
  margin-bottom: 75px;
}
section#main_area .inner p.text {
  position: relative;
  padding-left: 5px;
}
/* section#main_area .inner p.text::after {
  content: "";
  width: 304px;
  height: 52px;
  background: url(../images/front/front_sub_ttl.svg) no-repeat 0 0/contain;
  position: absolute;
  left: 425px;
  bottom: -20px;
} */
section#main_area .video_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section#main_area .video_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .25;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section#main_area .video_wrap video {
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
/*スクロール*/
.scroll {
  position: absolute;
  right: 0;
  bottom: 0;
}
.scroll::before {
  content: "";
  width: 14px;
  height: 48px;
  background: url(../image/front_scroll_arrow.svg) no-repeat 0 0/cover;
  position: absolute;
  right: 30px;
  bottom: 18px;
  z-index: 2;
}
.scroll::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 140px;
  border-color: transparent transparent #67B944 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/*******business*******/
section#business_area {
  padding-top: 111px;
  padding-bottom: 180px;
}
section#business_area h2.head_title {
  margin-bottom: 67px;
}
section#business_area h2.head_title .ff_english {
  margin-left: -10px;
}
section#business_area h2.head_title .ja {
  margin-top: 24px;
}
section#business_area p.main_text {
  font-size: 22px;
  line-height: 2.25;
}
section#business_area ul.items {
  width: 1700px;
  padding: 0 30px;
  max-width: 100%;
  margin: 88px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section#business_area ul.items li {
  width: 800px;
  max-width: calc(50% - 20px);
}
section#business_area ul.items li:nth-child(2) {
  margin-left: 40px;
}
section#business_area ul.items li > .inner {
  display: block;
}
section#business_area ul.items li .area_a {
  height: 380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 50px 20px 20px;
  overflow: hidden;
}
section#business_area ul.items li .area_a img {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section#business_area ul.items li:hover .area_a img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
section#business_area ul.items li .area_a h3.ttl {
  text-align: center;
}
section#business_area ul.items li .area_a h3.ttl > span {
  display: block;
}
section#business_area ul.items li .area_a h3.ttl > .ja {
  font-size: 68px;
  font-weight: bold;
  letter-spacing: .08em;
}
section#business_area ul.items li .area_a h3.ttl > .ff_english {
  font-size: 24px;
  letter-spacing: .14em;
  margin-top: 30px;
}
section#business_area ul.items li .area_b {
  min-height: 378px;
  padding: 52px 50px 30px;
}
section#business_area ul.items li .area_b p.text {
  font-size: 22px;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
section#business_area ul.items li .area_b p.btn a.hover_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 60px;
  border: 2px solid #fff;
  width: 600px;
  max-width: 100%;
  height: 110px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
}
section#business_area ul.items li .area_b p.btn a.hover_btn:hover {
  opacity: 1;
}
section#business_area ul.items li:hover .area_b p.btn a.hover_btn {
  background-color: #fff;
  color: #68b945;
}
section#business_area ul.items li .area_b p.btn a.hover_btn .icon-arrow02 {
  font-size: 22px;
  right: 1px;
  bottom: -1px;
  color: #68b945;
}
section#business_area ul.items li:hover .area_b p.btn a.hover_btn .icon-arrow02 {
  color: #fff;
}
section#business_area ul.items li .area_b p.btn a.hover_btn::after {
  border-width: 0 0 46px 46px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}
section#business_area ul.items li:hover .area_b p.btn a.hover_btn::after {
  border-color: transparent transparent #68b945 transparent;
}
section#business_area ul.items li.wide {
  margin-top: 80px;
  width: 1040px;
  max-width: none;
}
section#business_area ul.items li.wide > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#business_area ul.items li.wide > .inner > div {
  width: 50%;
  min-height: 400px;
  position: relative;
}
section#business_area ul.items li.wide .area_b {
  padding: 53px 55px 0;
  border: 3px solid #68b945;
}
section#business_area ul.items li.wide .area_b h3.ttl {
  padding-right: 180px;
  position: relative;
  margin-bottom: 28px;
}
section#business_area ul.items li.wide .area_b h3.ttl > .ja {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.35;
  display: inline-block;
  margin-bottom: 24px;
}
section#business_area ul.items li.wide .area_b h3.ttl > .ff_english {
  font-size: 24px;
  letter-spacing: .14em;
  padding-left: 3px;
}
section#business_area ul.items li.wide .area_b h3.ttl > .sub {
  position: absolute;
  right: 42px;
  top: 12px;
  border: 1px solid;
  font-size: 42px;
  font-weight: bold;
  width: 135px;
  height: 94px;
  align-items: center;
  letter-spacing: .08em;
}
section#business_area ul.items li.wide .area_b p.text {
  text-align: left;
  margin-bottom: 0;
}
section#business_area ul.items li.wide .area_b p.btn a:hover {
  opacity: 1;
}
section#business_area ul.items li.wide .area_b p.btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
section#business_area ul.items li.wide .area_b p.btn a .icon-arrow02 {
  color: #68b945;
  position: absolute;
  right: 5px;
  bottom: -2px;
  z-index: 1;
  font-size: 24px;
}
/*******product*******/
section#product_area {
  padding-top: 185px;
  position: relative;
}
section#product_area::after {
  content: "";
  background-color: #F2F2F2;
  position: absolute;
  right: calc(50% - 550px);
  top: 270px;
  width: 2000px;
  height: calc(100% - 270px);
  z-index: -1;
}
section#product_area h2.head_title .ff_english {
  margin-left: -10px;
}
section#product_area p.text {
  font-size: 22px;
  line-height: 2.5;
  margin: 2em 0 4em;
}
section#product_area ol.items {
  counter-reset: number;
}
section#product_area ol.items li.photo {
  width: clamp(950px, 70vw, 1230px);
  height: 470px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  margin-left: auto;
  padding: 50px 90px 40px 255px;
}
section#product_area ol.items li.photo::before {
  position: absolute;
  left: 45px;
  bottom: 30px;
  counter-increment: number;
  content: "0"counter(number);
  z-index: 1;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  font-size: 174px;
  opacity: 0;
}
section#product_area ol.items li.photo.on:before {
  -webkit-animation: revealImg 1s cubic-bezier(0.8, 0, 0.1, 1) both;
  animation: revealImg 1s cubic-bezier(0.8, 0, 0.1, 1) both;
}
section#product_area ol.items li.photo:nth-child(1).on > span {
  background: url("../image/front_product_01.jpg") no-repeat center/cover;
}
section#product_area ol.items li.photo:nth-child(2).on > span {
  background: url("../image/front_product_02.jpg") no-repeat center/cover;
}
section#product_area ol.items li.photo:nth-child(3).on > span {
  background: url("../image/front_product_03.jpg") no-repeat center/cover;
}
section#product_area ol.items li.photo h3.ttl {
  z-index: 1;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  min-height: 150px;
  opacity: 0;
}
section#product_area ol.items li.photo.on h3.ttl {
  -webkit-animation: revealImg 1s cubic-bezier(0.8, 0, 0.1, 1) both;
  animation: revealImg 1s cubic-bezier(0.8, 0, 0.1, 1) both;
}
section#product_area ol.items li.photo.on h3.ttl a.hover_btn {
  font-size: inherit;
  line-height: inherit;
  padding-right: 0;
  position: static;
}
section#product_area ol.items li.photo.on h3.ttl a.hover_btn:hover {
  opacity: 1;
}
section#product_area ol.items li.photo.on h3.ttl a.hover_btn::after {
  border-width: 0 0 80px 80px;
  bottom: 0;
}
section#product_area ol.items li.photo.on h3.ttl a.hover_btn.hover_btn .icon-arrow02 {
  font-size: 36px;
  right: 6px;
  bottom: 1px;
}
/*******works*******/
section#works_area {
  background-color: #f2f2f2;
  padding-top: 130px;
  padding-bottom: 142px;
  position: relative;
}
section#works_area .wrap1100 {
  padding: 0 70px;
  padding-right: 600px;
}
section#works_area p.text {
  font-size: 22px;
  line-height: 2.5;
  margin: 2.4em 0 3.3em;
}
section#works_area .hover_btn {
  font-size: 26px;
  padding-right: 75px;
}
section#works_area .hover_btn::after {
  border-width: 0 0 50px 50px;
  bottom: 8px;
}
section#works_area .hover_btn .icon-arrow02 {
  font-size: 22px;
  bottom: 8px;
}
section#works_area .slider_wrap {
  width: 730px;
  height: 100%;
  position: absolute;
  left: calc(50% - -110px);
  top: 0;
}
section#works_area .slider_wrap > div {
  width: 350px;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
section#works_area .slider_wrap .slider01 {
  background-image: url(../image/front_slider1.png);
  animation: loopUp 35s linear infinite;
}
section#works_area .slider_wrap .slider02 {
  background-image: url(../image/front_slider2.png);
  animation: loopDown 35s linear infinite;
}
@keyframes loopUp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1449px;
  }
}
@keyframes loopDown {
  from {
    background-position: 0 -1449px;
  }
  to {
    background-position: 0 0;
  }
}
/*******info*******/
section#info_area {
  padding-top: 220px;
  padding-bottom: 240px;
}
section#info_area ul.items {
  width: 1240px;
  padding: 0 45px;
  margin: 0 auto;
}
section#info_area ul.items li.move {
  animation-name: fadeInUp;
}
section#info_area ul.items li:nth-child(2) {
  animation-delay: 0.3s;
}
section#info_area ul.items li:nth-child(3) {
  animation-delay: 0.7s;
}
section#info_area ul.items li a {
  border: 3px solid;
  width: 370px;
  height: 440px;
  padding: 195px 40px 40px 40px;
  line-height: 1.65;
  text-align: center;
}
section#info_area ul.items li a:hover {
  background-color: #67B944;
  border-color: #67B944;
  color: #fff;
  opacity: 1;
}
section#info_area ul.items li a.hover_btn::after {
  border-width: 0 0 74px 74px;
  bottom: 0px;
}
section#info_area ul.items li a.hover_btn:hover::after {
  border-color: transparent transparent #fff transparent;
}
section#info_area ul.items li a.hover_btn .icon-about, section#info_area ul.items li a.hover_btn .icon-bill, section#info_area ul.items li a.hover_btn .icon-bulb {
  font-size: 77px;
  position: absolute;
  left: calc(50% - .5em);
  top: 95px;
}
section#info_area ul.items li a.hover_btn .icon-about {
  font-size: 100px;
  left: calc(50% - 0.57em);
  top: 83px;
}
section#info_area ul.items li a .ff_english {
  font-size: 60px;
  letter-spacing: .08em;
}
section#info_area ul.items li a .ja {
  font-size: 22px;
  letter-spacing: .08em;
  display: block;
  line-height: 1;
}
section#info_area ul.items li a:hover .ja {
  color: #fff;
}
section#info_area ul.items li a.hover_btn .icon-arrow02 {
  font-size: 34px;
  right: 6px;
  bottom: -1px;
}
section#info_area ul.items li a.hover_btn:hover .icon-arrow02 {
  color: #67B944;
}
section#info_area .inner {
  margin-top: 200px;
  min-width: 1240px;
}
section#info_area .inner .left_area {
  width: 350px;
  padding-right: 50px;
}
section#info_area .inner h2.head_title {
  margin-top: -15px;
}
section#info_area .inner h2.head_title .ff_english {
  font-size: 90px;
}
section#info_area .inner h2.head_title .ja {
  font-size: 22px;
  margin-top: 20px;
}
section#info_area .inner p.btn {
  margin-top: 75px;
}
section#info_area .inner p.btn a.hover_btn {
  font-size: 26px;
  padding-right: 75px;
}
section#info_area .inner p.btn a.hover_btn::after {
  border-width: 0 0 50px 50px;
}
section#info_area .inner p.btn a.hover_btn .icon-arrow02 {
  font-size: 22px;
}
section#info_area .inner .right_area {
  width: calc(100% - 350px);
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
section#info_area .inner ul.post_list li {
  padding: 33px 10px;
}
section#info_area .inner ul.post_list li + li {
  border-top: 1px dashed #CCC;
}
section#info_area .inner ul.post_list li .meta {
  margin-bottom: 25px;
}
section#info_area .inner ul.post_list li .meta .date {
  letter-spacing: .1em;
}
section#info_area .inner ul.post_list li .meta .cat {
  letter-spacing: .12em;
  border: 1px solid;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  padding: 3px 0px;
  margin-left: 15px;
  min-width: 90px;
  text-align: center;
}
section#info_area .inner ul.post_list li h3 {
  line-height: 1.75;
  font-size: 18px;
}
section#info_area .inner .simplebar-track.simplebar-vertical {
  margin: 20px 0;
}
/*******recruit*******/
section#recruit_area {
  padding-top: 180px;
  position: relative;
}
section#recruit_area .wrap1100 {
  padding-top: 390px;
  padding-bottom: 210px;
  position: relative;
  color: #fff;
  min-width: 1240px;
}
section#recruit_area .wrap1100::after {
  content: "";
  width: 2000px;
  height: 100%;
  position: absolute;
  right: 70px;
  top: 0;
  z-index: -2;
  background-color: #0078BD;
}
section#recruit_area .photo {
  width: 1400px;
  height: 700px;
  position: absolute;
  top: -180px;
  right: -340px;
  z-index: -1;
  overflow: hidden;
}
section#recruit_area .photo > .inner {
  display: inline-block;
  width: 1400px;
  height: 700px;
  background: url("../picture/4.jpg") no-repeat center/cover;
}
section#recruit_area .photo.mask.move .beta {
  background-color: #0078bd;
}
section#recruit_area h2.head_title {
  margin-bottom: 124px;
}
section#recruit_area h2.head_title .ff_english {
  font-size: 222px;
  margin-left: -15px;
}
section#recruit_area h2.head_title .ja {
  font-size: 32px;
  margin-top: 1em;
}
section#recruit_area p.main_lead {
  font-size: 66px;
  line-height: 1.6;
  letter-spacing: .12em;
  margin-bottom: 135px;
  animation-fill-mode: both;
}
section#recruit_area p.main_lead.move {
  animation-name: blur;
  animation-duration: 0.8s;
  opacity: 1;
}
@keyframes blur {
  0% {
    filter: blur(2em);
    -webkit-filter: blur(2em);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
@-webkit-keyframes blur {
  0% {
    filter: blur(2em);
    -webkit-filter: blur(2em);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
section#recruit_area .wrap1100 > .inner {
  animation-delay: 0.3s;
}
section#recruit_area p.main_text {
  font-size: 24px;
  line-height: 3;
  padding-right: 560px;
  margin-bottom: 90px;
}
section#recruit_area p.btn a.hover_btn::after {
  border-color: transparent transparent #fff transparent;
}
section#recruit_area p.btn a.hover_btn .icon-arrow02 {
  color: #0078bd;
}
section#recruit_area p.img {
  position: relative;
}
section#recruit_area p.img img {
  position: absolute;
  right: -145px;
  top: -285px;
}
/*******job*******/
section#job_area {
  padding-top: 265px;
}
section#job_area .wrap1100 {
  margin-bottom: 96px;
}
section#job_area h2.head_title {
  margin-bottom: 40px;
}
section#job_area p.main_text {
  font-size: 22px;
  line-height: 2.5;
}
section#job_area .wrap1260 {
  min-width: 1240px;
}
section#job_area ul.items {
  opacity: 1;
}
section#job_area ul.items li.photo {
  width: 400px;
  max-width: 32%;
  height: 660px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
section#job_area ul.items li.photo:nth-child(1) {
  margin-top: 80px;
}
section#job_area ul.items li.photo:nth-child(2) {
  margin-top: 40px;
}
section#job_area ul.items li.photo > .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 45px 55px 75px 42px;
  position: relative;
}
section#job_area ul.items li.photo > .inner > img {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section#job_area ul.items li.photo:hover > .inner > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
section#job_area ul.items li.photo.mask.move .beta {
  background-color: #0078bd;
}
section#job_area ul.items h3 {
  font-size: 40px;
  letter-spacing: .08em;
  margin-bottom: 25px;
}
section#job_area ul.items p.text {
  font-size: 20px;
  line-height: 1.75;
}
section#job_area ul.items a.hover_btn {
  position: static;
}
section#job_area ul.items a.hover_btn:hover {
  opacity: 1;
}
section#job_area ul.items a.hover_btn .icon-arrow02 {
  font-size: 36px;
  right: 7px;
  bottom: 0px;
}
section#job_area ul.items a.hover_btn::after {
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #0078BD transparent;
  bottom: 0;
}
/*******entry*******/
section#entry_area {
  padding-top: 155px;
  padding-bottom: 130px;
}
section#entry_area h2.head_title {
  text-align: center;
}
section#entry_area h2.head_title .ff_english {
  font-size: 120px;
}
section#entry_area h2.head_title .ja {
  margin-top: 18px;
}
section#entry_area ul {
  margin-top: 55px;
}
section#entry_area ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 535px;
  height: 160px;
  text-align: center;
  border-radius: 160px;
  color: #fff;
  border: 2px solid #0078bd;
}
section#entry_area ul li a:hover {
  background-color: #fff;
  color: #0078bd;
  opacity: 1;
}
section#entry_area ul li a .ff_english {
  font-size: 48px;
  letter-spacing: .08em;
}
section#entry_area ul li a .ja {
  font-size: 20px;
  margin-top: 15px;
  letter-spacing: .08em;
}
/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 900px) {
  /*******見出し*******/
  h2.head_title .ff_english {
    font-size: 18.933vw;
    margin-left: -3.467vw;
  }
  h2.head_title .ja {
    font-size: 4vw;
    margin-top: 4vw;
    margin-left: -3.467vw;
  }
  /*******ヘッダー*******/
  /*******メインエリア*******/
  section#main_area {
    height: 168vw;
    height: calc(var(--my_vh) * 100);
    min-height: auto;
    max-height: none;
    align-items: flex-end;
    padding-bottom: 20.267vw;
  }
  section#main_area .loading {
    z-index: 1001;
  }
  section#main_area .loading .logo_wrap {
    width: 24vw;
    height: 12vw;
  }
  section#main_area .loading .logo_wrap::before {
    width: calc(24vw + 12vw);
    height: 12vw;
    left: -6vw;
  }
  section#main_area .loading .logo_wrap.move::before {
    left: calc(100% + 6vw);
  }
  section#main_area .inner {
    width: 90vw;
    padding-left: 2.5vw;
    padding-top: 0;
  }
  section#main_area .inner p.ttl {
    margin-bottom: 8vw;
  }
  section#main_area .inner p.ttl img {
    width: 84.267vw;
    height: auto;
  }
  section#main_area .inner p.text {
    padding-left: 0;
  }
  section#main_area .inner p.text img {
    width: 66.933vw;
    height: auto;
  }
  /* section#main_area .inner p.text::after {
    width: 45.333vw;
    height: 9.867vw;
    left: 1.333vw;
    bottom: -13.867vw;
  } */
  section#main_area .video_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  section#main_area .video_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section#main_area .video_wrap video {
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
  }
  /*スクロール*/
  .scroll::before {
    width: 1.867vw;
    height: 6.4vw;
    right: 4vw;
    bottom: 2.667vw;
  }
  .scroll::after {
    border-width: 0 0 18.667vw 18.667vw;
  }
  /*******business*******/
  section#business_area {
    padding-top: 12.8vw;
    padding-bottom: 18.667vw;
  }
  section#business_area h2.head_title {
    margin-bottom: 9.067vw;
  }
  section#business_area h2.head_title .ff_english {
    margin-left: -3.467vw;
  }
  section#business_area h2.head_title .ja {
    margin-top: 3.467vw;
    margin-left: -2.667vw;
  }
  section#business_area p.main_text {
    font-size: 4.267vw;
    line-height: 1.875;
  }
  section#business_area ul.items {
    padding: 0;
    margin: 8.8vw auto 0;
  }
  section#business_area ul.items li {
    width: 97.333vw;
    max-width: none;
  }
  section#business_area ul.items li:nth-child(1) {
    margin-left: auto;
  }
  section#business_area ul.items li:nth-child(2) {
    margin: 10.667vw auto 0 0;
  }
  section#business_area ul.items li .area_a {
    height: 50.667vw;
    padding: 2.667vw 2.667vw 2.667vw;
  }
  section#business_area ul.items li .area_a h3.ttl {
    padding-top: 1.333vw;
  }
  section#business_area ul.items li .area_a h3.ttl > .ja {
    font-size: 8.533vw;
  }
  section#business_area ul.items li .area_a h3.ttl > .ff_english {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  section#business_area ul.items li .area_b {
    min-height: 58.667vw;
    padding: 6.667vw 10.667vw 4vw;
  }
  section#business_area ul.items li .area_b p.text {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
  }
  section#business_area ul.items li .area_b p.btn a.hover_btn {
    padding: 2.667vw 6.933vw;
    border: 1px solid #fff;
    height: 18.667vw;
    font-size: 4.8vw;
  }
  section#business_area ul.items li .area_b p.btn a.hover_btn .icon-arrow02 {
    font-size: 4.8vw;
    right: 0.533vw;
    bottom: -0.267vw;
  }
  section#business_area ul.items li .area_b p.btn a.hover_btn::after {
    border-width: 0 0 10.133vw 10.133vw;
  }
  section#business_area ul.items li.wide {
    margin-top: 10.133vw;
    max-width: 85vw;
  }
  section#business_area ul.items li.wide > .inner {
    display: block;
  }
  section#business_area ul.items li.wide > .inner > div {
    width: 100%;
    min-height: auto;
  }
  section#business_area ul.items li.wide .area_a {
    height: 44vw;
  }
  section#business_area ul.items li.wide .area_b {
    padding: 5.333vw 2.667vw 10.667vw;
    border: 2px solid #68b945;
  }
  section#business_area ul.items li.wide .area_b h3.ttl {
    padding-right: 0;
    margin-bottom: 5.333vw;
  }
  section#business_area ul.items li.wide .area_b h3.ttl > .ja {
    font-size: 6.667vw;
    line-height: 1.25;
    margin-bottom: 2.667vw;
    display: block;
    padding: 0 32vw 0 10.667vw;
  }
  section#business_area ul.items li.wide .area_b h3.ttl > .ff_english {
    font-size: 3.2vw;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  section#business_area ul.items li.wide .area_b h3.ttl > .sub {
    right: 10.667vw;
    top: 1.333vw;
    font-size: 6.133vw;
    width: 20.267vw;
    height: 13.333vw;
  }
  section#business_area ul.items li.wide .area_b p.text {
    text-align: center;
    line-height: 1.75;
  }
  section#business_area ul.items li.wide .area_b p.btn a:hover {
    opacity: 1;
  }
  section#business_area ul.items li.wide .area_b p.btn a::after {
    border-width: 0 0 10.667vw 10.667vw;
  }
  section#business_area ul.items li.wide .area_b p.btn a .icon-arrow02 {
    right: 0.8vw;
    bottom: -0.533vw;
    z-index: 1;
    font-size: 5.333vw;
  }
  /*******product*******/
  section#product_area {
    padding-top: 24vw;
  }
  section#product_area::after {
    right: 10vw;
    top: 33.333vw;
    height: calc(100% - 33.333vw);
  }
  section#product_area h2.head_title .ff_english {
    margin-left: 0;
  }
  section#product_area p.text {
    font-size: 4vw;
    line-height: 2.25;
    margin: 2.3em 0;
    padding-right: 12vw;
  }
  section#product_area ol.items {
    padding-left: 6.667vw;
  }
  section#product_area ol.items li.photo {
    width: 100%;
    height: 50.667vw;
    padding: 4vw 9.333vw 4vw 24vw;
  }
  section#product_area ol.items li.photo::before {
    left: 6.667vw;
    bottom: 6.667vw;
    font-size: 14.133vw;
  }
  section#product_area ol.items li.photo:nth-child(1).on > span {
    background-image: url("https://www.gifubelt.co.jp/wordpress/wp-content/themes/gifubelt/images/front/front_product_01_sp.jpg");
  }
  section#product_area ol.items li.photo:nth-child(2).on > span {
    background-image: url("https://www.gifubelt.co.jp/wordpress/wp-content/themes/gifubelt/images/front/front_product_02_sp.jpg");
  }
  section#product_area ol.items li.photo:nth-child(3).on > span {
    background-image: url("https://www.gifubelt.co.jp/wordpress/wp-content/themes/gifubelt/images/front/front_product_03_sp.jpg");
  }
  section#product_area ol.items li.photo h3.ttl {
    font-size: 6.133vw;
    min-height: 18.667vw;
  }
  section#product_area ol.items li.photo.on h3.ttl a.hover_btn::after {
    border-width: 0 0 13.333vw 13.333vw;
  }
  section#product_area ol.items li.photo.on h3.ttl a.hover_btn.hover_btn .icon-arrow02 {
    font-size: 5.333vw;
    bottom: 0.533vw;
  }
  section#works_area {
    padding-top: 15vw;
    padding-bottom: 0;
  }
  section#works_area .wrap1100 {
    padding: 0 10vw;
  }
  section#works_area p.text {
    font-size: 4vw;
    line-height: 2;
    margin: 2.6em 0 1.7em;
    padding-right: 12vw;
  }
  section#works_area .hover_btn {
    font-size: 4.8vw;
    padding-right: 14.667vw;
  }
  section#works_area .hover_btn::after {
    border-width: 0 0 10.667vw 10.667vw;
    bottom: 1.067vw;
  }
  section#works_area .hover_btn .icon-arrow02 {
    font-size: 4.533vw;
    bottom: 1.067vw;
  }
  section#works_area .slider_wrap {
    width: auto;
    margin: 12vw -10vw 0;
    height: 60vw;
    position: static;
  }
  section#works_area .slider_wrap > div {
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
  section#works_area .slider_wrap .slider01 {
    background-image: url(https://www.gifubelt.co.jp/wordpress/wp-content/themes/gifubelt/images/front/front_slider1_sp.png);
    animation: loop 35s linear infinite;
  }
  section#works_area .slider_wrap .slider02 {
    display: none;
  }
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -296vw 0;
    }
  }
  /*******info*******/
  section#info_area {
    padding-top: 29vw;
    padding-bottom: 26.667vw;
  }
  section#info_area ul.items {
    width: auto;
    justify-content: center;
  }
  section#info_area ul.items li:nth-child(2), section#info_area ul.items li:nth-child(3) {
    animation-delay: 0s;
    margin-top: 5.333vw;
  }
  section#info_area ul.items li a {
    border: 2px solid;
    width: 82.667vw;
    height: 40.3vw;
    padding: 8vw 8vw 5vw 27vw;
    line-height: 1.5;
    text-align: left;
  }
  section#info_area ul.items li a.hover_btn::after {
    border-width: 0 0 13.333vw 13.333vw;
  }
  section#info_area ul.items li a.hover_btn .icon-about, section#info_area ul.items li a.hover_btn .icon-bill, section#info_area ul.items li a.hover_btn .icon-bulb {
    font-size: 12.267vw;
    left: 6.667vw;
    top: calc(50% - .5em);
  }
  section#info_area ul.items li a.hover_btn .icon-about {
    font-size: 13.333vw;
  }
  section#info_area ul.items li a .ff_english {
    font-size: 9.867vw;
  }
  section#info_area ul.items li a .ja {
    font-size: 3.467vw;
  }
  section#info_area ul.items li a.hover_btn .icon-arrow02 {
    font-size: 5.333vw;
    right: 1.333vw;
  }
  section#info_area .inner {
    margin-top: 16vw;
    min-width: auto;
    display: block;
  }
  section#info_area .inner .left_area {
    width: auto;
    padding-right: 0;
    padding-bottom: 8vw;
  }
  section#info_area .inner h2.head_title {
    margin-top: 0;
  }
  section#info_area .inner h2.head_title .ff_english {
    font-size: 12vw;
    margin-left: -1.067vw;
  }
  section#info_area .inner h2.head_title .ja {
    font-size: 4vw;
    margin-top: 2.667vw;
    margin-left: -0.267vw;
  }
  section#info_area .inner .right_area {
    width: auto;
  }
  section#info_area .inner .right_area.simplebar {
    max-height: 90.667vw;
    border-color: #B3B3B3
  }
  section#info_area .inner ul.post_list li {
    padding: 4vw 6.667vw 4vw 1.333vw;
  }
  section#info_area .inner ul.post_list li:first-child {
    padding-top: 7vw;
  }
  section#info_area .inner ul.post_list li:last-child {
    padding-bottom: 7vw;
  }
  section#info_area .inner ul.post_list li + li {
    border-top: 1px solid #E6E6E6;
  }
  section#info_area .inner ul.post_list li .meta {
    margin-bottom: 1.333vw;
  }
  section#info_area .inner ul.post_list li .meta .date {
    font-size: 3.733vw;
    letter-spacing: 0;
  }
  section#info_area .inner ul.post_list li .meta .cat {
    letter-spacing: .075em;
    font-size: 3.2vw;
    padding: 0.8vw 0;
    min-width: 16vw;
  }
  section#info_area .inner ul.post_list li h3 {
    font-size: 4vw;
  }
  section#info_area .inner .simplebar-content {
    padding: 0 4vw 0 0 !important;
  }
  section#info_area .inner .simplebar-track.simplebar-vertical {
    margin: 5.333vw 0;
  }
  section#info_area p.btn {
    text-align: center;
    margin-top: 6vw;
  }
  section#info_area .hover_btn {
    font-size: 4.533vw;
  }
  /*******recruit*******/
  section#recruit_area {
    padding-top: 18.667vw;
  }
  section#recruit_area .wrap1100 {
    padding: 53.5vw 15vw 31vw 10vw;
    min-width: auto;
  }
  section#recruit_area .wrap1100::after {
    right: 9.333vw;
  }
  section#recruit_area .photo {
    width: 85vw;
    height: 80vw;
    top: -18.667vw;
    right: 0;
  }
  section#recruit_area .photo > .inner {
    width: 100%;
    height: 100%;
    background-image: url("../image/front_recruit01_sp.jpg");
  }
  section#recruit_area h2.head_title {
    margin-bottom: 9vw;
  }
  section#recruit_area h2.head_title .ff_english {
    font-size: 18.933vw;
    margin-left: -4vw;
  }
  section#recruit_area h2.head_title .ja {
    font-size: 4.267vw;
  }
  section#recruit_area .wrap1100 > .inner {
    animation-delay: 0.8s;
  }
  section#recruit_area p.main_lead {
    font-size: 6.4vw;
    margin-bottom: 9vw;
  }
  section#recruit_area p.main_text {
    font-size: 4vw;
    line-height: 2.25;
    padding-right: 6vw;
    margin-bottom: 10vw;
  }
  section#recruit_area p.img img {
    right: -11.733vw;
    top: 16vw;
    width: 73.86vw;
    height: auto;
  }
  /*******job*******/
  section#job_area {
    padding-top: 58.5vw;
  }
  section#job_area .wrap1100 {
    margin-bottom: 10vw;
  }
  section#job_area h2.head_title {
    margin-bottom: 9.333vw;
  }
  section#job_area h2.head_title .ff_english {
    letter-spacing: 0.04em;
  }
  section#job_area p.main_text {
    font-size: 4vw;
    line-height: 2;
  }
  section#job_area .wrap1260 {
    min-width: auto;
    padding: 0 7vw;
  }
  section#job_area ul.items {
    margin: 0 -7vw;
  }
  section#job_area ul.items li.photo {
    width: 100%;
    max-width: 100%;
    height: 58.667vw;
  }
  section#job_area ul.items li.photo:nth-child(1) {
    margin: 0 9vw 0 0;
  }
  section#job_area ul.items li.photo:nth-child(2) {
    margin: 5.5vw 4.5vw 0;
  }
  section#job_area ul.items li.photo:nth-child(3) {
    margin: 5.5vw 0 0 9vw;
  }
  section#job_area ul.items li.photo > .inner {
    padding: 5.333vw 16vw 5.333vw 8vw;
  }
  section#job_area ul.items h3 {
    font-size: 7vw;
    margin-bottom: 3.5vw;
  }
  section#job_area ul.items p.text {
    font-size: 3.8vw;
  }
  section#job_area ul.items a.hover_btn .icon-arrow02 {
    font-size: 5.6vw;
    right: 1.333vw;
    bottom: 0.267vw;
  }
  section#job_area ul.items a.hover_btn::after {
    border-width: 0 0 13.333vw 13.333vw;
  }
  /*******entry*******/
  section#entry_area {
    padding-top: 20vw;
    padding-bottom: 10.667vw;
  }
  section#entry_area h2.head_title .ff_english {
    font-size: 18.933vw;
    margin-left: 0vw;
  }
  section#entry_area h2.head_title .ja {
    margin-top: 4vw;
    margin-left: 0vw;
  }
  section#entry_area ul {
    margin-top: 12vw;
  }
  section#entry_area ul li:nth-child(2) {
    margin-top: 5.333vw;
    ;
  }
  section#entry_area ul li a {
    width: 80vw;
    height: 24vw;
    border-radius: 24vw;
    padding-bottom: 1.333vw;
  }
  section#entry_area ul li a .ff_english {
    font-size: 8vw;
  }
  section#entry_area ul li a .ja {
    font-size: 3.467vw;
    margin-top: 2.667vw;
  }
}