@charset "utf-8";
/* CSS Document */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
img{
	vertical-align: bottom;
}
a img {
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	color:#8FB5E0;
	text-decoration:none;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 1px #ccc;
}
* img{
  max-width: 100%;
}

a:hover{
  opacity:0.8;
}

.aligncenter{
  text-align: center;
}
.grecaptcha-badge{
  z-index: 1000;
}

.wrap{
  font-family: "Noto Sans JP", serif;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #48584E;
}

.link{
  width: 340px;
  max-width: 100%;
  height: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #48584E;
  padding: 0 30px 0 60px;
  position: relative;
}
.link::after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #48584E;
  border-right: solid 1px #48584E;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
}
.header.active{
  position:fixed;
}
.header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px 20px 20px;
  width: 100%;
}
.hamburger_menu {
  display: block;
  position: relative;
  width: 104px;
  height: 104px;
  cursor: pointer;
  border-radius: 50vh;
  background-color: #294132;
}
.hamburger_menu span {
  position: absolute;
  background-color: #fff;
  height: 1px; 
  width: 50%;
  border-radius: 1px;
  transition: all 0.4s ease-in-out;
}
.hamburger_menu span:nth-of-type(1) {
  top: 40px;
  left: 25%;
}
.hamburger_menu span:nth-of-type(2) {
  bottom: 40px;
  left: 25%;
}
/* クリック時に横アイコンが斜めになる */
.hamburger_menu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.hamburger_menu.active span:nth-of-type(2) {
  transform: translateY(-12px) rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 100;
  top  : 0;
  left : 0;
  background: #E1E9E4;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 160px 0 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  background: #294132;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  font-size: 18px;
  border-bottom: solid 1px #fff;
}
nav.globalMenuSp ul li:first-child a{
  border-top: solid 1px #fff;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}


.main{
  padding-top: 160px;
}
.main.top{
  padding-top: 0;
}

.mv{
  background-image: url("images/mv.jpg");
  background-size: cover;
  position: relative;
  aspect-ratio:1 / 0.52;
  max-height: 100vh;
  width: 100%;
}
.mv_ttl{
  font-size: 50px;
  font-weight: 700;
  color: #2b0041;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 78px;
  line-height: 1.6;
  white-space:nowrap;
}

.mv_bottom{
  width: 100%;
  aspect-ratio:1 / 0.29;
  background-image: url("images/mv_bottom.jpg");
  background-size: cover;
}
.mv_bottom .flex{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  gap:120px;
  padding-top: 100px;
}
.mv_bottom .flex .ttl{
  font-family: "Anton", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 54px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.mv_bottom .flex .txt{
  max-width: 840px;
  color: #fff;
  line-height: 2;
}

.main_contents{
  padding: 120px 30px;
}
.main_contents .main_ttl{
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.main_contents .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.main_contents .main_img{
  margin: 80px auto 0;
  position: relative;
  width: 90%;
}
.main_contents .main_img img{
  width: 100%;
}
.main_contents .main_img::after{
  content: "";
  width: 1px;
  height: 90px;
  background-color: #777;
  position: absolute;
  left: 50%;
  top:-45px;
  transform: translateX(-50%);
}

.business_content{
  background-color: #E1E9E4;
}
.business_content .flex{
  display: flex;
  justify-content: space-between;
}
.business_content .flex .main_ttl{
  color: #48584E;
}
.business_content .flex .txt{
  max-width: 790px;
}

.business_content ul{
  display: flex;
  justify-content: space-between;
  gap:20px;
  margin-top: 70px;
}
.business_content ul li{
  max-width: 380px;
  width: calc((100% - 40px) / 3);
}
.business_content ul li img{
  position: relative;
  z-index: 1;
}
.business_content ul li .ttl{
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -1em;
  width: fit-content;
}
.business_content ul li p{
  padding: 20px;
}

.top_works{
  background-color: #48584E;
}
.top_works .main_ttl{
  color: #fff;
}
.top_works ul{
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap:20px;
  margin-top: 70px;
}
.top_works ul li{
  max-width: 380px;
  width: calc((100% - 40px) / 3);
}
.top_works ul li p{
  color: #fff;
  margin-top: 10px;
}
.top_works .more{
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.top_recruit{
  background-image: url("images/recruit_bg.jpg");
  background-size: cover;
  aspect-ratio:1 / 0.29;
  color: #fff;
}
.top_recruit .inner{
  display: flex;
  justify-content: flex-end;
}
.top_recruit .inner .txt{
  margin-top: 40px;
}
.top_recruit .inner .link{
  margin-top: 60px;
}

.top_contact{
  background-color: #E1E9E4;
}
.top_contact .main_ttl{
  text-align:center;
}
.top_contact .txt{
  text-align: center;
  margin-top: 30px;
}
.top_contact .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:40px;
  margin-top: 50px;
}
.top_contact .flex .tel{
  font-size: 48px;
  font-weight: 700;
  color: #48584E;
}
.top_contact .flex .link{
  background-color: #48584E;
  color: #fff;
}
.top_contact .flex .link::after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.footer{
  background-color: #48584E;
  padding: 60px 30px;
}
.footer .address{
  max-width: 1260px;
  margin: 0 auto;
  color: #fff;
}
.footer .address p + p{
  margin-top: 15px;
}

.message{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:40px;
  margin-top: 110px;
}

.message .right{
  max-width: 680px;
}
.message .right .ttl{
  font-size: 26px;
  font-weight: 700;
}
.message .right .txt{
  margin-top: 30px;
}
.message .right .name{
  margin-top: 50px;
  text-align: right;
  font-size: 19px;
  font-weight: 700;
}

.overview{
  margin-top: 90px;
}

.overview dl{
  display: flex;
  gap:10px;
}
.overview dl dt{
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: solid 1px #294132;
}
.overview dl dd{
  width: calc(100% - 170px);
  padding: 20px 0;
  border-bottom: dashed 1px #294132;
}

.gmap{
  width: 90%;
  margin: 110px auto 0;
  aspect-ratio:1 / 0.22;
}
.gmap iframe{
  width: 100%;
  height: 100%;
}

.works_list{
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  flex-wrap: wrap;
  gap:40px;
  margin-top: 80px;
}
.works_list .item{
  max-width: 570px;
}
.works_list .item .ttl{
  margin-top: 10px;
  font-weight: 700;
}
.works_list .item .txt{
  margin-top: 10px;
}

.recruit h2{
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  margin-top: 80px;
}
.recruit .recruit_list{
  margin-top: 80px;
}
.recruit .recruit_list li + li{
  margin-top: 20px;
}
.recruit .recruit_list li:last-of-type{
  border-bottom: dashed 1px #294132;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.recruit .recruit_list .ttl{
  font-size: 20px;
  font-weight: 800;
}
.recruit .recruit_list .ttl::before{
  content: "・";
  font-size: 20px;
  font-weight: 800;
}
.recruit .recruit_list p{
  font-size: 15px;
  margin-top: 10px;
}

.recruit .link{
  margin: 40px auto 0;
  background-color: #48584E;
  color: #fff;
}
.recruit .link::after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.recruit .explanation{
  margin-top: 70px;
}
.recruit .requirements{
  margin-top: 90px;
}
.recruit .requirements dl{
  display: flex;
  gap:10px;
}
.recruit .requirements dl dt{
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: solid 1px #294132;
}
.recruit .requirements dl dd{
  width: calc(100% - 170px);
  padding: 20px 0;
  border-bottom: dashed 1px #294132;
}

.contact_form{
  margin-top: 90px;
}
.contact_form dl{
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.contact_form dl + dl{
  margin-top: 20px;
}
.contact_form dt{
  max-width: 200px;
  padding-top: 8px;
  font-weight: 700;
}
.contact_form dt .required{
  background-color: #D13B3B;
  display: inline-block;
  padding: 2px 10px 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
.contact_form dd{
  max-width: 100%;
  width: 1000px;
}
.contact_form dd input{
  width: 100%;
  background-color: #EFEFEF;
  font-size: 18px;
  border: none;
  padding: 10px;
}
.contact_form dd textarea{
  width: 100%;
  height: 300px;
  background-color: #EFEFEF;
  font-size: 18px;
  border: none;
  padding: 10px;
  resize: vertical;
}

.contact_form .policy{
  max-width: 1000px;
  height: 300px;
  overflow-y: scroll;
  margin: 50px auto 0;
  padding: 20px;
  border: solid 1px #294132;
}
.contact_form .policy .box h3{
  font-weight: 700;
}
.contact_form .policy .box + .box{
  margin-top: 30px;
}
.contact_form .agree{
  margin-top: 40px;
  text-align: center;
}
.contact_form .submit{
  margin: 60px auto 0;
  position: relative;
  width: fit-content;
}
.contact_form .submit .link{
  border: none;
  background-color: #294132;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.contact_form .submit::after{
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.wpcf7-spinner {
    display: none !important;
}

@media screen and (max-width: 1270px) {
  .works_list .item{
    width: calc(50% - 20px);
  }
  .contact_form dd{
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1200px) {
  .mv_ttl{
    bottom: 38px;
  }
  .mv_bottom .flex{
    justify-content:center;
    gap:60px;
    padding: 50px 0;
  }
  .mv_bottom .flex .txt{
    max-width: 600px;
  }
  
  .business_content .flex .txt{
    width: calc(100% - 260px);
  }
  
  .top_contact .flex {
    gap:20px;
  }
  
  .message .left{
    width: 40%;
  }
  .message .right{
    width: 60%;
  }

}


@media screen and (max-width: 769px) {
  .header .inner{
    padding: 20px;
  }
  .header_logo{
    max-width: 70%;
  }
  .hamburger_menu{
    width: 50px;
    height: 50px;
  }
  .hamburger_menu span:nth-of-type(1){
    top:18px;
  }
  .hamburger_menu span:nth-of-type(2){
    bottom:18px;
  }
  /* クリック時に横アイコンが斜めになる */
  .hamburger_menu.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .hamburger_menu.active span:nth-of-type(2) {
    transform: translateY(-8px) rotate(45deg);
  }
  nav.globalMenuSp .inner{
    overflow-y: scroll;
  }
  
  .main{
    padding-top: 100px;
  }
  .mv{
    height: 400px;
  }
  .mv_ttl{
    font-size: 7.5vw;
  }
  .mv_bottom{
    background-image: url("images/mv_bottom@sp.jpg");
  }
  .mv_bottom .flex{
    flex-wrap: wrap;
    gap:30px;
    padding: 50px 30px;
  }
  .mv_bottom .flex .ttl{
    font-size: 46px;
  }
  
  
  .business_content .flex{
    flex-wrap: wrap;
    gap:30px;
  }
  .business_content .flex .txt{
    width: 100%;
  }
  .business_content ul{
    flex-wrap: wrap;
  }
  .business_content ul li{
    width: 100%;
    max-width: 100%;
  }
  .business_content ul li img{
    width: 100%;
  }
  
  .top_works ul{
    flex-wrap: wrap;
    gap:40px;
  }
  .top_works ul li{
    width: 100%;
    max-width: 100%;
  }
  .top_works ul li img{
    width: 100%;
  }
  
  
  .top_recruit{
    aspect-ratio: auto;
    background-image: url("images/recruit_bg@sp.jpg");
  }
  .top_recruit .inner{
    display: block;
  }
  
  .top_contact .flex{
    flex-wrap: wrap;
  }
  .top_contact .flex .tel{
    font-size: 44px;
  }
  
  .main_contents{
    padding: 60px 30px;
  }
  .main_contents .main_ttl{
    font-size: 36px;
  }
  .main_contents .main_img{
    width: 100%;
    margin-top: 50px;
  }
  .main_contents .main_img::after{
    height: 50px;
    top:-25px;
  }
  
  .message{
    flex-wrap: wrap;
  }
  .message .left{
    width: 70%;
    margin: 0 auto;
  }
  .message .right{
    width: 100%;
  }
  
  .overview dl{
    flex-wrap: wrap;
    gap:0;
  }
  .overview dl dt,
  .overview dl dd{
    width: 100%;
  }
  
  .gmap{
    height: 300px;
    aspect-ratio:auto;
    margin:60px auto 0;
  }
  
  .recruit .explanation{
    margin-top: 30px;
  }
  .recruit .requirements{
    margin-top: 30px;
  }
  .recruit .requirements dl{
    flex-wrap: wrap;
    gap:0;
  }
  .recruit .requirements dl dt,
  .recruit .requirements dl dd{
    width: 100%;
  }
  
  .works_list .item{
    width: 100%;
  }
  
  .contact_form dl{
    flex-wrap: wrap;
  }
  .contact_form dl dt,
  .contact_form dl dd{
    width: 100%;
  }
  
}