@charset "utf-8";

/*------------------------------------------------------------------------------
  font
------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,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;
  padding: 0;
  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-size: 35px;
  font-weight: bold;
  font-family: 'Oswald';
 }

 .c-title .ja {
  font-size: 14px;
  font-weight: bold;
  display: block;
 }

 /*-----------------------------
  c-button
------------------------------*/

.c-button {
  background-color: #f68d47;
  font-size: 16px;
  font-weight: bold;
  font-family:'Oswald';
  text-align: center;
  border-radius: 4px;
  width: 240px;
  color: #fff;
  height: 64px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 60px;
  position: relative;
}

.c-button .fa-solid.fa-angle-right {
 position: absolute;
 right: 15px;
 bottom: 25px; 
}

.c-button.ja {
  font-size: 14px;
  font-weight: bold;
}

 /*-----------------------------
  c-contact
------------------------------*/

.c-contact-block {
  padding: 120px 0;
  background: url('../image/home/contact-bg.jpg') no-repeat center / cover;
}

.c-contact-block .c-title {
  color: #fff;
}

.c-contact-block .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.c-contact-block .button-wrap .button {
  height: 80px;
  width: 100%;
  background-color: #222222;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.c-contact-block .button-wrap .button + .button {
  margin-top: 30px;
}

.c-contact-block .button-wrap .button.tel {
  font-size: 24px;
  font-family: 'Roboto';
}

.c-contact-block .button-wrap .button.mail {
  font-size: 20px;
}

.c-contact-block .button-wrap .button .fa-solid {
  margin-right: 10px;
}

@media screen and (min-width: 751px) {

  .c-contact-block .contact-wrap {
    display: flex;
    justify-content: space-between;
    }

    .c-contact-block .button-wrap {
      width: 360px;
    }

    .c-contact-block .c-title {
      text-align: left;
    }

    .c-contact-block .button-wrap {
      width: 360px;
    }
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

.header .nav-list a {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Oswald';
  display: block;
  padding: 20px 30px;
}

@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 a.contact-button {
  color: #fff;
  background-color: #f68d47;
  padding: 20px 60px;
  margin-left: 30px;
}
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

.footer .footer-wrap .info .logo {
  margin-bottom: 30px;
}

.footer .footer-wrap .info .address {
  font-size: 14px;
  line-height: 1.5;
}

.footer .footer-wrap .link a {
  font-size: 18px;
  line-height: 1.7;
  font-family: 'Oswald';
  font-weight: bold;
}

.footer .copyright {
  background-color: #f68d47;
  padding: 15px 0 ;
}

.footer .copyright .text {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 751px) {
  .footer .footer-wrap {
    padding: 50px 0 110px;
    display: flex;
    justify-content: space-between;
  }

  .footer .footer-wrap .link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 50px;
  }
  
  .footer .copyright {
    text-align: right;
  }
}

/*------------------------------------------------------------------------------
  home
------------------------------------------------------------------------------*/

/*-----------------------------
  mv
------------------------------*/

.mv-block {
  position: relative;
}

.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;
  margin-top: 40px;
}

.mv-block .title {
  position: absolute;
  left: 100px;
  bottom: 200px;
  z-index: 1;
}

.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: -90px;
  padding: 40px 40px;
  position: relative;
}

.information-wrap .title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald";
  margin-right: 70px;
  /* flex-shrink: 0; */
}

.information-wrap .date {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  margin-right: 12px;
}

.information-wrap .c-category {
  color: #fff;
  background-color: #20b000;
  font-size: 13px;
  /* text-align: center; */
  border-radius: 4px;
  padding: 2px 15px;
  margin-right: 34px;
  font-weight: 500;
}

.information-wrap .text {
  font-size: 15px;
}

.information-wrap .view-more {
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald";
  margin-left: auto;
  margin-right: 0;
  width: 104px;
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}


.information-wrap .view-more::before {
  position: absolute;
  content: "";
  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 0 200px;
}

.strength-block .strength-list .text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  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 {
  padding: 115px 0 85px;
  background-color: #f9f9f9;
  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 .info .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.service-block .service-wrap .info .title .en {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald';
  margin-right: 20px;
}

.service-block .service-wrap .info .title .ja {
  font-size: 14px;
  font-weight: 500;
}

.service-block .service-wrap .info .text {
font-size: 16px;
font-weight: 400;
line-height: 2;
}

.service-block .service-wrap .c-button {
  margin-top: 60px;
}

@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 {
    margin-left: -160px;
    width: 600px;
  }

  .service-block .service-wrap.reverse {
    flex-direction: row-reverse;
    position: relative;
  }
  
  .service-block .service-wrap.reverse .image {
    margin-left: auto;
    margin-right: -400px;
    z-index: 1;
  }
  
  .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: 230px;
  overflow: hidden;
}

.works-block .works-list .image img {
   object-fit: cover;
   height: 100%;
   width: 100%;
}

.works-block .works-list .wrap {
  margin-bottom: 15px;
}

.works-block .works-list .date {
  font-size: 16px;
  font-weight: 400;
  font-family:'Roboto';
}

.works-block .works-list .c-category {
  font-size: 14px;
  background-color: #20b000;
  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('../image/home/icon-btn-arrow.png') no-repeat center / contain;
right: 40px;
bottom: 100px;
}

.blog-block .blog-list .info .date {
  font-family: 'Roboto';
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-block .blog-list .info .title {
  font-size: 20px;
}

.blog-block .c-button {
  margin-right: 0;
  margin-left: auto;
}

@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 {
  position: relative;
}

.home  .company-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 560px;
  background: url('../image/home/company_img.jpg') no-repeat center / cover;
  top: 0;
  left: 0;
}

.home  .company-block .inner-block {
  background-color: #fff;
}

.home  .company-block .text {
  line-height: 2;
}

.home  .company-block .c-button {
  margin: 70px auto 0;
}

@media screen and (min-width: 751px) {

.home .company-block {
  padding: 400px 0 200px;
}

.home  .company-block .inner-block {
  padding-top: 80px;
}

.home  .company-block .text {
  text-align: center;
}

}

/*------------------------------------------------------------------------------
  下層共通　key visual
------------------------------------------------------------------------------*/

.kv-block {
  height: 560px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.kv-block .kv-title {
  font-family: 'Oswald';
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.kv-block .kv-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #fff;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

/*------------------------------------------------------------------------------
 下層共通　breadcrumb
------------------------------------------------------------------------------*/

 .breadcrumb-list {
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
}

.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-size: 16px;
  font-family: 'Roboto';
  font-weight: 500;
}

.content-block .article .article-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.content-block .article .wrap {
  margin-bottom: 60px;
}

.content-block .article .content p {
  line-height: 2.2;
} 

.content-block .sidebar .title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Oswald';
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}

.content-block .sidebar .list + .list {
  margin-top: 40px;
}

.content-block .sidebar .head {
  font-weight: 500;
}

.content-block .sidebar .children {
  margin-top: 20px;
  margin-left: 10px;
}

.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;
}

@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 li + li {
    margin-top: 10px;
  }

}

 /*-----------------------------
 下層共通　paging-area
------------------------------*/

.paging-area {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-area .page-numbers {
  width: 40px;
  height: 40px;
  border: 2px solid #f68d47;
  display: flex;
  align-items: center;
  justify-content: 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 {
  padding: 1px 14px;
  text-align: center;
  background-color: #20b000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  margin-left: 16px;
}

/*------------------------------------------------------------------------------
  information
------------------------------------------------------------------------------*/

.information .kv-block {
  background-image: url("../image/information/kv.jpg");
}

.information .information-list a {
  padding: 30px 20px;
  border-bottom: 1px solid #d0d0d0;
}

.information .information-list .wrap {
  display: flex;
  flex-shrink: 0;
  }

@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('../image/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('../image/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%;
  margin-top: 34px;
}

@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;
  }
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/

.contact .kv-block {
  background-image: url('../image/contact/kv.jpg');
}

.contact .contact-block {
padding: 160px 0 200px;
border-bottom: 1px solid #d0d0d0;
}

.contact .contact-block .intro-text {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 60px;
}

.contact .contact-block .contact-form li + li {
  margin-top: 30px;
}

.contact .contact-block .head {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.contact .contact-block .required  {
  position: relative;
}

.contact .contact-block .required::after {
content: "必須";
width: 43px;
height: 16px;
background-color: #e53b25;
border-radius: 4px;
color: #fff;
font-size: 12px;
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: 22px 22px;
  font-size: 16px;
}

.contact .contact-block textarea {
  width: 100%;
  background-color: #feeee4;
  border: none;
  border-radius: 4px;
  padding: 22px 22px;
  font-size: 16px;
}


.privacy-polocy {
  padding: 26px 6px 26px 31px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  margin-top: 80px;
}

.privacy-polocy .text {
  height: 180px;
  overflow-y: scroll;
  text-align: justify;
}

.privacy-polocy .text::-webkit-scrollbar {
  width: 3px;
}

.privacy-polocy .text::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
}

.contact-block .c-button {
  margin: 60px auto 0;
}

@media screen and (min-width: 751px) {
  .contact .contact-block .inner-block {
    width: 880px;
  }

  .contact .contact-block .contact-form {
    width: 880px;
    margin: 0 auto;
  }

  .contact .contact-block .mwform-radio-field + .mwform-radio-field {
    margin-left: 40px;
  }

  .contact .contact-block .head {
    margin-bottom: 10px;
  }

  .privacy-polocy .text {
    padding-right: 20px;
  }
}

 /*-----------------------------
 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%;
  top: 9px;
  left: 4px;
  opacity: 0;
  transition: opacity 0.3s ;
}

.radio-wrap input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.privacy-check {
  text-align: center;
  margin-top: 24px;
}

 /*-----------------------------
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;
  transition: opacity 0.3s ;
}

.mw_wp_form_confirm .confirm-none{
display: none;
}

/*-----------------------------
404
------------------------------*/

.notfound-block .message {
  text-align: center;
}

.notfound-block .btn-box {
  display: flex;
  justify-content: center;
}