@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

body {
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body.is-open {
  overflow: hidden;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 28px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

main {
  margin-top: 56px;
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/

/*-----------------------------
  c-title
------------------------------*/

.c-title .en {
  font-size: 28px;
}

.c-title .ja {
  font-size: 13px;
}

/*-----------------------------
 c-button
------------------------------*/

.c-button {
  width: 100%;
  height: 56px;
  font-size: 14px;
  border-radius: 2px;
}

.c-button .fa-solid.fa-angle-right {
  right: 16px;
  bottom: 22px; 
}

 /*-----------------------------
  c-contact
------------------------------*/

.c-contact-block {
  padding: 40px 0;
  background: url('../image/sp/CTA_bg.jpg') no-repeat center / cover;
}

.c-contact-block .text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 60px;
}


.c-contact-block .button-wrap .button {
  height: 56px;
}

.c-contact-block .button-wrap .button + .button {
  margin-top: 16px;
}

.c-contact-block .button-wrap .button.tel {
  font-size: 18px;
}

.c-contact-block .button-wrap .button.mail {
  font-size: 16px;
}

.c-contact-block .button-wrap .button .fa-solid {
  margin-right: 5px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

.header {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 18px 19px;
  transition:background-color 0.3s ;
}

.header.is-open {
  background-color: #f68d47;
}

.header.is-open .nav {
  opacity: 1;
  visibility: visible;
}

.header .logo .white {
  display: none;
}

.header.is-open .white {
  display: block;
}

.header.is-open .color {
  display: none;
}

.header .nav {
  opacity: 0;
  visibility: hidden; 
  background-color: #f68d47;
  width: 100%;
  position: fixed;
  top: 56px;
  left: 0;
  height: calc( 100vh - 56px );
  padding: 65px 30px 20px;
  overflow:scroll;
  transition: opacity 0.3s, visiblity 0.3s;
}

.header .logo img {
  height: 21px;
}

.header .nav-open {
  height: 56px;
  width: 56px;
  background-color: #f68d47;
  position: absolute;
  top: 0;
  right: 0;
}

.header  .fa-solid {
  font-size: 32px;
  color: #fff;
}

.header .nav-list a {
  padding: 20px 0 10px;
  color: #fff;
  text-align: right;
  font-size: 28px;
  border-bottom: 2px solid #fff;
}

.header .fa-xmark {
  display: none;
}

.header.is-open .fa-xmark {
  display: block;
}

.header .fa-bars {
  display: block;
}

.header.is-open .fa-bars {
  display: none;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer .footer-wrap {
  padding: 40px 0;
  text-align: center;
}

.footer .footer-wrap .info .logo {
  margin-bottom: 20px;
 
}

.footer .footer-wrap .info .logo  img {
  height: 21px;
}

.footer .footer-wrap .info .address {
  font-size: 12px;
  margin-bottom: 52px;
}

.footer .footer-wrap .link  li a {
  font-size: 14px;
}

.footer .footer-wrap .link li + li {
  margin-top: 20px;
}

.footer .copyright {
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}

/*------------------------------------------------------------------------------
  home
------------------------------------------------------------------------------*/

/*-----------------------------
  mv
------------------------------*/

.mv-block .title .en {
font-size: 42px;
}

.mv-block .title .ja  {
font-size: 18px;
margin-top: 18px;
}

.mv-block .image {
  padding-top: calc(100vh - 56px);
}

.mv-block .title {
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
height: 150px;
text-align: center; 
}

.mv-block .slick-dots {
  bottom: 45px;
}

.mv-block .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
}

.mv-block .slick-dots li + li {
  margin-left: 8px;
}

/*-----------------------------
  information
------------------------------*/

.information-wrap {
  padding: 15px 16px;
  margin-top: -35px;
}

.information-wrap .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.information-wrap a .text {
  display: block;
  margin-top: 10px;
}

.information-wrap .wrap {
  margin-bottom: 20px;
}

.information-wrap .date {
  font-size: 12px;
}

.information-wrap .c-category {
  padding: 0 8px;
  font-size: 12px;
}

.information-wrap .view-more  {
  width: 70px;
  font-size: 12px;
  padding-bottom: 2px;
  position: absolute;
  top: 15px;
  right: 22px;
}

.information-wrap .view-more::before {
  width: 100%;
}

/*-----------------------------
  strength
------------------------------*/

.strength-block {
  padding: 110px 0 160px;
}

.strength-block .strength-list .text {
  font-size: 22px;
}

.strength-block .strength-list li + li {
  margin-top: 40px;
}


 /*-----------------------------
  service
------------------------------*/

.service-block {
 padding: 40px 0 60px;
}

.service-block .service-wrap .image {
  width: calc( 100% + 56px);
  margin: 0 -28px;
}

.service-block .service-wrap .info {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 14px 20px 24px;
  border-left:4px solid #20b000 ;
}

.service-block .service-wrap .info .title {
  margin-bottom: 10px;
}

.service-block .service-wrap .info .title .en {
  font-size: 24px;
}

.service-block .service-wrap .info .title .ja {
  font-size: 14px;
}

.service-block .service-wrap .info .text {
  font-size: 15px; 
}

.service-block .service-wrap .c-button {
  margin-top: 28px;
}

 /*-----------------------------
  works
------------------------------*/

.works-block {
  padding: 60px 0;
}

.works-block .works-list li + li  {
  margin-top: 40px;
}

.works-block .works-list .date  {
  font-size: 12px;
}

.works-block .works-list .c-category {
  font-size: 12px;
}

.works-block .works-list .wrap {
  margin-bottom: 10px;
}

.works-block .works-list .title {
  font-size: 18px;
}

 /*-----------------------------
  blog
------------------------------*/

.blog-block {
  padding: 40px 0 160px;
}

.blog-block .blog-list li:first-child a {
  padding-top: 0;
}

.blog-block .blog-list a {
  display: block;
  padding: 36px 28px 0;
  width: calc(100% + 56px);
  margin: 0 -28px;
}

.blog-block .blog-list .image {
  margin-bottom: 10px;
}

.blog-block .blog-list .info {
  padding-bottom: 60px;
}

.blog-block .blog-list .info .date {
  font-size: 12px;
  margin-bottom: 10px;
}

.blog-block .blog-list .info .title {
  font-size: 15px;
}

.blog-block .blog-list a::before {
  right: 24px;
  bottom: 37px;
  width: 53px;
  height: 12px;
}

 /*-----------------------------
 company
------------------------------*/

.home .company-block {
  padding: 200px 0 160px;
}

.home  .company-block .inner-block {
  padding: 40px 0;
  margin: 0 25px;
}

.home  .company-block::before {
  background: url('../image/sp/company_img.jpg') no-repeat center / cover;
  height: 260px;
}

.home  .company-block .text {
  font-size: 15px;
}

/*------------------------------------------------------------------------------
  下層共通　key visual
------------------------------------------------------------------------------*/

.kv-block {
  height: 320px;
}

.kv-block .kv-title {
  font-size: 35px;
  padding-bottom: 16px;
}

.kv-block .kv-title::before {
  width: 60px;
  height: 1px;
  font-size: 10px;
}

/*------------------------------------------------------------------------------
 下層共通　breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb-list {
  padding: 4px 0;
  margin-left: 70px;
}

.breadcrumb-list li {
  font-size: 10px;
}

/*------------------------------------------------------------------------------
 下層共通　content-block
------------------------------------------------------------------------------*/

.content-block {
  padding: 50px 0 160px;
}

.content-block .article .wrap  {
  margin-bottom: 40px;
}

.content-block .article .article-title {
  font-size: 24px;
  line-height: 1.7;
}

.content-block .sidebar {
  margin-top: 80px;
}

.content-block .sidebar .title  {
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.content-block .sidebar .list a {
  font-size: 15px;
}

.content-block .sidebar .list + .list {
  margin-top: 20px;
}

.content-block .article .content p {
  line-height: 1.6;
  font-size: 15px;
}

.content-block .sidebar .children {
  margin-top: 6px;
}

.content-block .article-detail .evecatch {
  margin-bottom: 40px;
}


 /*-----------------------------
 下層共通　paging-area
------------------------------*/

.paging-area {
  padding: 55px 0 0;
}

.paging-area .page-numbers {
  border: 1px solid #f68d47;
}

.paging-area .page-numbers + .page-numbers {
  margin-left: 6px;
}

 /*-----------------------------
 下層共通 c-category
------------------------------*/

.c-category {
  padding: 1px 8px;
}


/*------------------------------------------------------------------------------
  information
------------------------------------------------------------------------------*/

.information .kv-block {
  background-image: url("../image/information/sp/mv_bg.jpg");
}

.information .information-list a  {
  display: block;
  padding: 25px 0 20px;
}

.information .information-lis .title {
  font-size: 15px;
}

 /*-----------------------------
.information 個別ページ
------------------------------*/

.information-detail .content-block {
  padding-top: 110px;
}

/*------------------------------------------------------------------------------
  works
------------------------------------------------------------------------------*/

.works .kv-block {
  background-image: url('../image/works/sp/mv_bg.jpg');
}

.works .content-block {
  padding-top: 80px;
}

.works .works-list .title {
  font-size: 15px;
}

.works .works-list li + li {
  margin-top: 40px;
}

.works .content-block .article .wrap {
  margin-bottom: 14px;
}

.works .content-block .article-detail .content p {
  line-height: 2.2;
}

.works .article-detail .c-button {
  margin-top: 60px;
}

/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/

.company .kv-block {
  background-image: url('../image/company/sp/mv_bg.jpg');
}

.company .company-block  {
  padding: 100px 0 160px;
}

.company .company-block .c-title {
  margin-bottom: 40px;
}

.company .company-wrap .company-table th, 
.company .company-wrap .company-table td {
  padding: 10px 7px;
}

.company .company-wrap .company-table th {
  width: 95px;
}

 .company .company-wrap .map  {
  margin-top: 40px;
  height: 240px;
} 

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/

.contact .kv-block {
  background-image: url('../image/contact/sp/mv_bg.jpg');
}

.contact .contact-block  {
  padding: 120px 0 160px;
}

.contact .contact-block .intro-text {
  font-size: 15px;
  margin-bottom: 55px;
}

.contact .contact-block .contact-form li + li {
  margin-top: 20px;
}

.contact .contact-block .head {
  font-size: 15px;
}

.contact .contact-block .required::after {
  font-size: 10px;
  width: 36px;
  height: 16px;
  padding-bottom: 0;
  border-radius: 2px;
  margin-bottom: 2px;
  margin-left: 6px;
  vertical-align: middle;
}

.contact .contact-block input[type="text"] {
  border-radius: 2px;
  padding: 8px;
}

.contact .contact-block .radio-wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact .contact-block .radio-wrap .mwform-radio-field {
  margin-right: 20px;
  margin-top: 10px;
}

.radio-wrap .mwform-radio-field-text::before {
  top: 3px;
}

.privacy-polocy {
  margin-top: 42px;
  padding: 12px 4px 12px 12px;
  border-radius: 2px;
}

.privacy-polocy .text {
  font-size: 13px;
  line-height: 1.7;
  padding-right: 6px;
}

.privacy-polocy .text::-webkit-scrollbar {
  width: 1px;
}

 /*-----------------------------
checkbox
------------------------------*/

.mwform-checkbox-field-text {
  padding-left: 22px;
}

.mwform-checkbox-field-text::before {
  width: 14px;
  height: 14px;
  bottom: 0;
  margin: auto;
}

.mwform-checkbox-field-text::after {
  top: -3px;
  left: 2px;
}

.privacy-check  {
margin-top: 12px;
}