@charset "utf-8";
/*------------------------------------------------------------------------------
  font
------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP",sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo,sans-serif ;
  font-weight: 400;
}

html {
  color: #222;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  letter-spacing: 0.05em;
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1200px;
}

.inner-block {
  margin: 0 auto;
  position: relative;
  width: 1120px;
}

#wrapper {
  position: relative;
}

@media screen and (min-width: 751px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.outer-block{
  min-width:1200px;
}
.inner-block{
  width:1120px;
  margin: 0 auto;
}

/*--------------common---------------------*/

/*-----------------
c-title
-------------------*/
.c-title{
  text-align: center;
  margin-bottom: 60px;
}

.c-title .en{
  font-weight: bold;
  font-size: 35px;
  font-family: 'Oswald';
}

.c-title .ja{
  font-size: 14px;
  font-weight: bold;
  
  display: block;
}
/*-----------------
c-button
-------------------*/

.c-button{
 background-color: #f68d47;
 font-family: 'Oswald';
  font-weight: 500;
  
  text-align: center;
  border-radius: 4px;
  width: 240px;
  color: #fff;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}

.c-button .fa-angle-right{
  position: absolute;
  right: 16px;
  top:0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.c-button .ja{
  font-size: 14px;
  font-weight: bold;
}
/*-----------------
c-contact
-------------------*/

.c-contact{
  padding:120px 0;
  background: url(../img/home/contact_bg.jpg) no-repeat center / cover;
}
.c-contact .c-title{
  color: #fff;
}
.c-contact .text{
  line-height: 1.7;
  color: #fff;
}


.c-contact .button-wrap .button + .button{
  margin-top: 30px;
}

.c-contact .button-wrap .button{
  width: 100%;
  height: 80px;
  background-color: #222;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: bold;
;
}

.c-contact .button-wrap .button .tel{
  font-family: 'Roboto';
  font-size: 24px;
}

.c-contact .button-wrap .button .mail{
  font-size: 20px;
}

.c-contact .button-wrap .button .fa-solid{
  margin-right:10px
}

@media screen and (min-width: 751px){
  .c-contact .contact-wrap{
    display: flex;
    justify-content: space-between;
  }
  .c-contact .button-wrap{
    width: 360px;
  }
  
.c-contact .c-title{
  text-align: left;
}
}
/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/

.header .nav-list a{
  font-size: 20px;
  font-weight: bold;
  font-family: "Oswald";
  padding: 20px 30px;
  display: block;
}

@media screen and (min-width: 751px) {
  .header .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .nav-list {
    display: flex;
    align-items: center;
  }
  
  .header .logo {
    margin-left: 80px;
  }

  .header .nav-list .contact-button {
    color: #fff;
    background-color: #f68d47;
    padding: 20px 60px;
    margin-left: 30px;
  }
  
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/

.footer .footer-wrap{
  padding: 50px 0 110px;
}

.footer .footer-wrap .logo{
  margin-bottom: 30px;
}

.footer .footer-wrap .info .address{
  font-size: 14px;
}

.footer .footer-wrap .links a{
font-family: 'Oswald';
font-size: 18px;
font-weight: bold;
}

.footer .copyright{
  background-color:#f68d47;
  text-align: right;
  padding:15px 0;
}

.footer .copyright{
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .footer .footer-wrap{
    display: flex;
    justify-content: space-between;
  }
.footer .footer-wrap .links{
  display: grid;
grid-template-columns: repeat(4,1fr);
gap:0 50px;
}
}
/*------------------------------------------------------------------------------
 home
------------------------------------------------------------------------------*/

/*----------------
mv
------------------*/
.mv-block{
  position: relative;
}

.mv-block .title{
  position: absolute;
  left: 100px;
  bottom:200px;
  z-index: 1;
}

.mv-block .title .en{
font-size: 120px;
font-weight: bold;
color: #fff;
font-family: "Roboto";
letter-spacing: 0.1em;
line-height: 1.2;
}


.mv-block .title .ja{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: block;
 letter-spacing: 0.15em;
  margin-top: 40px;
}

.mv-block .image{
  width:100%;
  overflow: hidden;
  padding-top: calc(100vh - 70px);
  position: relative;
}

.mv-block .image span{
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 position: absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

.mv-block .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom:110px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv-block .slick-dots li{
  width: 16px;
  height: 16px;
  border: 2px  solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
}
.mv-block .slick-dots li + li{
  margin-left: 16px;
}
.mv-block .slick-dots .slick-active{
  background-color: #fff;
}
/*----------------
information
------------------*/

.information-wrap{
  background-color: #fff;
  margin-top: -80px;
  padding: 40px 40px;
  position: relative;
}
.information-wrap .title{
  font-family: "Oswald";
  font-weight: bold;
  font-size: 24px;
  margin-right: 70px;
  flex-shrink: 0;
}

.information-wrap .date{
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  margin-right: 12px;
}

.information-wrap .category{
  background-color: #20b000;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius:4px ;
  padding:2px 15px ;
  font-weight: 500;
  margin-right: 34px;
}

.information-wrap .view-more{
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 500;
  position: relative;
width: 104px;
display: block;
text-align: center;
padding-bottom: 8px;
margin-left: auto;
margin-right: 0;
flex-shrink: 0;
}

.information-wrap .view-more::before{
  position: absolute;
  content: "";
  width: 100%;
  width:104px;
  height: 1px;
  background-color: #222;
  left: 0;
  bottom: 0;

}
@media screen and (min-width: 751px){
  .information-wrap{
    display: flex;
    align-items: center;
  }
}
/*----------------
strength
------------------*/

.strength-block{
  padding:160px 0px 200px;
}

.strength-block .strength-list .text{
text-align: center;
font-size: 24px;
font-weight: 700;

margin-top: 24px;
}

.strength-block .c-button{
  margin: 60px auto 0;
}
@media screen and (min-width: 751px) {
  .strength-block .strength-list{
    display: flex;
    justify-content: space-between;
  }
  
}
/*----------------
service
------------------*/
.service-block{
  background-color: #f9f9f9;
  padding: 110px 0 80px;
  overflow: hidden;
}

.service-block .service-wrap + .service-wrap{
  margin-top: 80px;
}


.service-block .service-wrap .info{
  background-color: #fff;
  padding: 50px 80px;
  border-left: 8px solid #20b000;
  box-shadow: 0 10px 30px 0 rgba(51,51,51, 0.1);
}

.service-block .service-wrap .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.service-block .service-wrap .title .en{
 font-size: 28px;
 font-weight: bold;
 font-family: 'Oswald';
 letter-spacing:0.05em ;
 margin-right: 20px;
}

.service-block .service-wrap .title .ja {
font-size: 14px;

font-weight: 500;
}
.service-block .service-wrap .text{
 line-height: 2; 
 
}

@media screen and (min-width: 751px) {
  .service-block .service-wrap{
    display: flex;
    align-items: center;
  }
  
  .service-block .service-wrap .image{
    margin-left: -400px;
  }

  .service-block .service-wrap .info{
  width:600px;
  margin-left: -160px;}

  .service-block .service-wrap.reverse{
    flex-direction: row-reverse;
  }
  
  .service-block .service-wrap.reverse .image{
    margin-left: auto;
    margin-right: -400px;
  }
  .service-block .service-wrap.reverse .info{
    margin-left: auto;
    margin-right: -160px;
    z-index: 2;
  }
}

/*----------------
works
------------------*/

.works-block{
  padding:200px 0;
}

.works-block .works-list .image{
  margin-bottom: 15px;
  height: 232px;
  overflow: hidden;
}
.works-block .works-list .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works-block .works-list .wrap{
  margin-bottom: 15px;
}

.works-block .works-list .date{
  font-family: 'Roboto';
  
}
.works-block .works-list .category{
  background-color:#20b000 ;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 2px 11px;
}
.works-block .works-list .title{
  font-size: 20px;
}
.works-block .c-button{
  margin: 60px auto 0;
}

@media screen and (min-width: 751px){
  .works-block .works-list{
    display: flex;
  }
  
.works-block .works-list li{
  width: 350px; 
 }

 .works-block .works-list li + li{
  margin-left: 40px;
}
}
/*----------------
blog
------------------*/

.blog-block{
  padding:80px 0 280px;
  border-top:1px solid #d0d0d0 ;
}
.blog-block .c-title{
  text-align: left;
}

.blog-block .blog-list a{
  border-bottom:1px solid #d0d0d0 ;
  position: relative;
}
.blog-block .blog-list a::before{
  content: "";
  position: absolute;
  width: 57px;
  height: 15px;
  background: url("../img/home/icon_big_arrow.png") no-repeat center /contain;
  right: 40px;
  bottom:100px;
}


.blog-block .blog-list .info .date{
  font-size: 18px;
  font-family: 'Roboto';
  
  margin-bottom: 20px;
}

.blog-block .blog-list .info .title{
  font-size: 20px;
  
}
.blog-block  .c-button{
  margin-left: auto;
 margin-right: 0; 
}
@media screen and (min-width: 751px){
  .blog-block .blog-list a{
    display: flex;}
    .blog-block .blog-list .info{
      padding: 40px 0 40px 60px;
    }
    .blog-block .blog-list a{
      padding: 40px;}
}
/*----------------
company
------------------*/

.home .company-block{
  padding: 400px 0 200px;
  position: relative;
}
.home .company-block::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 560px;
  top: 0;
  left: 0;
  background: url(../img/home/company_bg.jpg)no-repeat center / cover;
}
.home .company-block .inner-block{
  background-color: #fff;
  padding-top: 80px;
}

.home .company-block .text{
  line-height: 2;
}
.home .company-block .c-button{
  margin:60px auto 0;
}
@media screen and (min-width: 751px){
  .home .company-block .text{
    text-align: center;
  }
}
/*------------------------------------------------------------------------------
下層共通 - key visual
------------------------------------------------------------------------------*/
.kv-block{
  height: 560px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover ;
}
.kv-block .kv-title{
  font-family: 'Oswald';
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
}

.kv-block .kv-title::before{
  content: "";
  position:absolute ;
  width: 80px;
  height: 3px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*------------------------------------------------------------------------------
下層共通 - breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb-list{
  padding: 10px 0;
  text-align: right;
  font-size: 0;
}

.breadcrumb-list li{
  display: inline;
  font-size: 12px;
  position: relative;
}

.breadcrumb-list li + li::before{
  content: ">";
  margin: 0 8px;
}
/*------------------------------------------------------------------------------
下層共通 - content-block
------------------------------------------------------------------------------*/

.content-block{
  padding: 130px 0 220px;
  border-bottom: 1px solid #d0d0d0;
}


.content-block .article .date{
  font-family: 'Robot';
  font-weight: 500;
}

.content-block .article .article-title{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.content-block .article-detail .wrap{
  margin-bottom: 60px;
}

.content-block .article .contetnt p{
  line-height: 2.2;
}

.content-block .sidebar .title{
  font-size: 24px;
  font-family: 'Oswald';
  font-weight: bold;
  border-bottom:1px solid #d0d0d0 ;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.content-block .sidebar .list + .list{
  margin-top: 40px;
}
.content-block .sidebar .head{
  font-weight: 500;

}
.content-block .sidebar .children a{
position: relative;
padding-left: 10px;
color: #000;
}

.content-block .sidebar .children a::before{
content: "";
  position: absolute;
width: 4px;
height: 1px;
background-color: #000;
left: 0;
top:12px;
}
.content-block .sidebar .children{
margin-top: 10px;
margin-left: 10px;
}

@media screen and (min-width: 751px){
  .content-block .content-wrap{
    display: flex;
    justify-content: space-between;
  }
.content-block .article{
  width:800px;
}
.content-block .sidebar{
  width:240px;
}
.content-block .sidebar .children .list + .list{
  margin-top: 10px;
}
}
/*---------------------------------
下層共通 - paging-area
----------------------------------*/

.paging-area{
margin-top: 60px;
display: flex;
justify-content: center;
align-items: center;
}

.paging-area .page-numbers{
  width:40px;
  height:40px;
  border: 2px solid #f68d47;
  display: flex;
justify-content: center;
align-items: center;
color: #f68d47;
}

.paging-area .page-numbers + .page-numbers{
  margin-left: 10px;
}

.paging-area .page-numbers .number{
  font-family: 'Roboto';
}

.paging-area .page-numbers .prev,
.paging-area .page-numbers .next
{font-size: 13px;
}

.paging-area .page-numbers.current{
  background-color: #f68d47;
  color: #fff;
}

/*---------------------------------
下層共通 - c-category
----------------------------------*/

.c-category{
background-color: #20b000;
text-align: center;
font-size: 13px;
color: #fff;
font-weight: 500;
border-radius: 4px;
margin-left: 16px;
padding:2px 15px ;
}

/*------------------------------------------------------------------------------
information
------------------------------------------------------------------------------*/
.information .kv-block{
  background-image: url(../img/information/kv.jpg);
}

.information .information-list a{
padding: 30px 20px;
border-bottom: 1px solid #d0d0d0;
}

.information .information-list .wrap{
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
}


@media screen and (min-width: 751px){
  .information .information-list a{
    display: flex;
    align-items: flex-start;
  }
  .information .information-list .title{
    margin-left:34px ;
  }
}
/*---------------------------------
個別ページ
----------------------------------*/


/*------------WORKS----------------*/
.works .kv-block{
  background-image: url(../img/works/kv.jpg);
}

.works .works-list .image{
  margin-bottom: 15px;
  height: 230px;
overflow: hidden;
}

.works .works-list .image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works .works-list .wrap{
  margin-bottom: 15px;
}

.works .works-list .title{
  font-size: 20px;
}

.works .article-detail .c-button{
  margin: 120px auto 0;

}
@media screen and (min-width: 751px){
  .works .works-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px 40px;
  }
}
/*----------------------------------------------------COMPANY
---------------------------------------------------*/
.company .kv-block{
  background-image: url(../img/company/kv.jpg);
}
.company .company-block{
  padding: 160px  0 200px;
}

.company .company-wrap .company-table th{
  font-weight: 500;
  color: #20b000;
  text-align: left;
  width: 120px;
  vertical-align: top;
}
.company .company-wrap .company-table th,
.company .company-wrap .company-table td{
border-bottom: 1px solid #d0d0d0;
padding: 30px 15px;
line-height: 1.7;
}

.company .company-wrap .map iframe{
  width: 100%;
  height: 100%;

}
@media screen and (min-width: 751px){
  .company .company-wrap{
    display: flex;
    justify-content: space-between;
  }
  .company .company-wrap .company-table {
    width: 560px;
  }
  .company .company-wrap .map{
    width: 480px;
    height: 400px;
    margin-top: 34px;
  }
}
/*----------------------------------------------------contact
---------------------------------------------------*/
.contact .kv-block{
  background-image: url(../img/contact/kv.jpg);
}

.contact .contact-block{
  padding: 160px 0 200px;
  border-bottom: 1px solid #d0d0d0;
}
.contact .contact-block .contact-form li + li {
margin-top: 30px;
}

.contact .contact-block .intro-text{
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
margin-bottom: 60px;
}

.contact .contact-block .head{
  font-weight:500 ;
  display: block;
}

.contact .contact-block .required{
  position: relative;
}


.contact .contact-block .required::after {
  content: "必須";
  width: 43px;
  height: 16px;
  border-radius: 4px ;
  background-color: #e53b25;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-bottom: 2px;
  margin-left: 12px;
}

.contact .contact-block input[type="text"]{
width: 100%;
background-color:#feeee4 ;
border: none;
border-radius: 4px;
padding: 20px;
font-size: 16px;
}

.contact .contact-block textarea{
  width: 100%;
  background-color:#feeee4 ;
  border: none;
  border-radius: 4px;
  padding: 20px;
  font-size: 16px;
  }


.privacy-policy{
padding:26px 6px 26px 31px;
border-radius: 4px;
border: 1px solid #d0d0d0;
margin-top: 80px;
}
.privacy-policy .text{
  height: 180px;
  overflow-y:scroll ;
  text-align: justify;
}

.privacy-policy .text::-webkit-scrollbar{
  width:3px;
}

.privacy-policy .text::-webkit-scrollbar-thumb{
background-color: #d0d0d0;
}

.privacy-check{
  text-align: center;
  margin-top: 24px;
}
.contact-block .c-button{
  margin: 60px auto 0 ;
}
@media screen and (min-width: 751px){
  .contact .contact-block .inner-block{
    width: 880px;
  }
  .contact .contact-block .head{
    margin-bottom: 10px;
  }
  .contact .contact-block .mwform-radio-field + .mwform-radio-field{
    margin-left: 40px;
   }

}
/*------------------------------
radio
------------------------------*/

.radio-wrap .mwform-radio-field input{
  display: none;
}

.radio-wrap .mwform-radio-field-text{
position: relative;
padding-left:20px ;
}

.radio-wrap .mwform-radio-field-text::before{
  content: "";
  position: absolute;
  width:14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  left:0;
  top:5px;
}


.radio-wrap .mwform-radio-field-text::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  left: 4px;
  top:9px;
  opacity: 0;
  transition: opacity 0.3s;
}

.radio-wrap input:checked + .mwform-radio-field-text:after{
  opacity: 1;
}
/*------------------------------
checkbox
------------------------------*/

.mwform-checkbox-field input {
display: none;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-checkbox-field-text::before{
  content: "";
  position:absolute;
  border: 1px solid #00151b;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  left: 0;
  top:0;
}

.mwform-checkbox-field-text::after{
  content: "✔︎";
  position: absolute;
  font-size: 16px;
  color:#00151b;
  top:-2px;
  left: 5px;
  opacity: 0;
}

.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after{
opacity: 1;
} 

.mw_wp_form .confirm-none{
  display: none;
}
/*----------------
404
------------------*/

.notfound .kv-block{
  background-image: url(../img/contact/kv.jpg);
}
.notfound-block{
  padding-top:100px;
  padding-bottom: 100px;
}
.notfound-block .message{
text-align: center;
}
.notfound-block .btn-box{
  display: flex;
  justify-content:center,
  
}