/* ------------------------------------------------------------------
下層ページheader
------------------------------------------------------------------ */
.under_top_wrapper {
  position: relative;
}

.under_top_mv {
  background: #d0d8e0;
  background-image: linear-gradient(129deg, #f6f8f9, #d3d8dd 47%, #d0d8e0);
  overflow: hidden;
  width: 100%;
  height: 300px;
  flex-basis: 100%;
}

.under_top_mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.under_top_wrapper .topTitle {
  margin-bottom: 0;
}

.under_top_wrapper .topTitle .title_en {
  text-transform:capitalize;
  padding-top: 0;
  padding-bottom: .1em;
  color: #fff;
}

.under_top_wrapper .topTitle .title_ja {
  color: #fff;
}

@media(min-width:768px) {}

@media(min-width:1024px) {}

@media(min-width:1280px) {
  .under_mv_title .topTitle .title_en {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  .under_top_wrapper {
    margin-top: 80px;
    margin-bottom: 0px;
    height: 300px;
  }
}

@media only screen and (max-width: 450px) {
  .under_mv_title .topTitle {
    padding: 60px 0;
  }
}

/* ------------------------------------------------------------------
下層ページ  他見出し
------------------------------------------------------------------ */
.title_normal {
  position: relative;
  border-bottom: 3px solid #eee;
  font-weight: 500;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px 10px;
  text-align: center;
  margin-bottom: 0;
}

.title_normal::before {
  content: "";
  position: absolute;
  background-color: #fff151;
  width: 135px;
  height: 3px;
  bottom: -3px;
  left: 0;
}

.under-page-inner .topTitle .title_en {
  position: relative;
  font-size: 1.4rem;
  padding-left: 18px;
}

.under-page-inner .topTitle .title_en::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff151;
  border-radius: 50%;
  vertical-align: top;
  margin-left: -35px;
  margin-right: 12px;
  margin-top: 3px;
}

.under-page-inner .topTitle .title_ja {
  padding-top: 0;
  padding-bottom: 0em;
  font-weight: 600;
  font-size: 2.2rem;
}

.sub__title_border {
  margin-bottom: 20px;
  padding-bottom: .7em;
  border-bottom: solid 2px #006dd2;
  font-size: 1.9rem;
}

@media(min-width:1024px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.5rem;
  }

  .under-page-inner .topTitle .title_ja {
    font-size: 2.2rem;
    padding-top: 0;
  }

  .title_normal {
    font-size: 1.9rem;
  }

  .sub__title_border {
    font-size: 2.0rem;
  }
}

@media(min-width:1280px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.7rem;
  }

  .under-page-inner .topTitle .title_ja {
    font-size: 2.4rem;
    padding-top: 0;
  }

  .title_normal {
    font-size: 2.5rem;
  }

  .sub__title_border {
    font-size: 2.2rem;
  }
}

@media(min-width:1280px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.7rem;
  }

  .under-page-inner .topTitle .title_ja {
    font-size: 2.4rem;
    padding-top: 0;
  }

  .title_normal {
    font-size: 2.5rem;
  }

  .sub__title_border {
    font-size: 2.2rem;
  }
}

@media(min-width:1366px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.9rem;
  }

  .under-page-inner .topTitle .title_ja {
    font-size: 2.6rem;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .under-page-inner .topTitle .title_en::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff151;
    border-radius: 50%;
    vertical-align: top;
    margin-left: -35px;
    margin-right: 12px;
    margin-top: 1px;
  }
}

@media only screen and (max-width: 360px) {
  .under-page-inner .topTitle .title_ja {
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
下層ページ  共通
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .underpage_title .title_en {
    font-size: 1.4rem;
  }

  .underpage_title .title_ja {
    font-size: 2.4rem;
  }
}

@media(min-width:1280px) {
  .underpage_title .title_en {
    font-size: 1.6rem;
  }

  .underpage_title .title_ja {
    font-size: 2.6rem;
  }
}

@media(min-width:13660px) {
  .underpage_title .title_en {
    font-size: 1.8rem;
  }

  .underpage_title .title_ja {
    font-size: 2.7rem;
  }
}

/* ------------------------------------------------------------------
下層ページ__ニュース一覧
------------------------------------------------------------------ */
ul.underpage__newslist li {
  background: #f6efe8;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

ul.underpage__newslist li:hover {
  background-color: #fcfaf8;
}

ul.underpage__newslist li .t_a_b {
  padding: 10px 15px 15px;
}

@media(min-width:1024px) {
  ul.underpage__newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.underpage__newslist li {
    width: 46%;
    margin-bottom: 3.5%;
  }

  ul.underpage__newslist li p.title_list {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------
よくある質問 アコーディオン
------------------------------------------------------------------ */
.accordion-item {
  margin-bottom: 40px;
  background-color: #f2f5f7;
  border-radius: .6em;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.accordion-title {
  cursor: pointer;
  color: #153b92;
  font-weight: 600;
  padding: 30px 80px 30px 80px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.accordion-title::before {
  display: block;
  content: "Q";
  font-family: 'Archivo', sans-serif;
  background: #153b92;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 2.0rem;
  position: absolute;
  top: 25px;
  left: 25px;
}

.accordion-content {
  display: none;
  padding: 15px 80px 40px 80px;
}

.accordion-content p::before {
  display: block;
  content: "A";
  font-family: 'Archivo', sans-serif;
  color: #f45e1a;
  font-weight: 800;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 3.0rem;
  position: absolute;
  top: -2px;
  left: -55px;
}

.accordion-content p {
  position: relative;
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 4px #153b92;
  border-top: solid 4px #153b92;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 16px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media(min-width:768px) {
  .accordion-title {
    font-size: 1.6rem;
  }

  .accordion-content p {
    font-size: 1.3rem;
  }
}

@media(min-width:1024px) {
  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion-content p {
    font-size: 1.5rem;
  }
}

@media(min-width:1280px) {
  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion-content p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 450px) {
  .accordion-title {
    padding: 30px 40px 30px 50px;
    font-size: 1.5rem;
  }

  .accordion-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    top: 27px;
    left: 10px;
  }

  .accordion-content {
    padding: 15px 20px 40px 50px;
  }

  .accordion-content p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    top: 0px;
    left: -40px;
  }

  .accordion-content p {
    font-size: 1.3rem;
  }

  /* 矢印 */
  .accordion-title::after {
    border-right: solid 4px #153b92;
    border-top: solid 4px #153b92;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 16px;
  }
}

/* ------------------------------------------------------------------
CTAスマホ固定
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .sp_cta_fixed {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .sp_cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .sp_cta_fixed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sp_cta_fixed ul li {
    width: 33.3333%;
  }
}

/* ------------------------------------------------------------------
会社案内
------------------------------------------------------------------ */
.acf-map {
  width: 100%;
  height: 400px;
  margin: 0px 0 40px;
  border-radius: 1em;
  overflow: hidden;
}

.maplink {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-top: 2px;
}

a.maplink {
  text-decoration: underline;
}

.maplink::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  background: url('../img/pin.png') no-repeat 0 0;
  background-size: 15px 15px;
}

.company .mb-box {
  padding-bottom: 60px;
  border-bottom: solid 1px #e5eaf0;
}

.company .mb-box:last-child {
  padding-bottom: 0px;
  border-bottom: solid 0px #e5eaf0;
}

.company ul.teble-listLine li a {
  color: #333;
}

.daihyo_Name {
  margin-top: 20px;
}

.daihyo_Name p {
  letter-spacing: .1em;
  font-size: 1.6rem;

}

.daihyo_Name p span {
  padding-left: .5em;
  font-size: 120%;
}

@media(min-width:768px) {}

@media(min-width:1024px) {
  .c__greeting .left {
    width: 70%;
  }

  .c__greeting .right {
    width: 30%;
    padding-left: 45px;
  }
}

@media only screen and (max-width: 450px) {
  .acf-map {
    height: 300px;
    margin: 0px 0 20px;
  }

  .c__greeting .left {
    margin-bottom: 30px;
  }

  .company .mb-box {
    padding-bottom: 40px;
  }

  .company .mb-box:last-child {
    padding-bottom: 0px;
  }
}

/* ------------------------------------------------------------------
サービス内容 下層ページ
------------------------------------------------------------------ */
.service__content__top{
  margin-bottom: 40px;
}
ul.service__content li .flex-item{
  border-radius: 1em;
  overflow: hidden;
}

ul.service__content li .t_a_b{
  padding: 15px;
}

ul.service__content li h4{
  font-weight: 500;
  margin-bottom: .4em;
  font-size: 1.5rem;
}

ul.service__content li p{
  line-height: 1.7;
  margin-bottom: 0;
}

.service_price .f_t__th{
  text-align: left;
}

.service_price .f_t__td{
  font-weight: 500;
  text-align: right;
}

@media(min-width:1024px) {
  .service__content__top{
    margin-bottom: 60px;
  }

  ul.service__content li h4{
    font-size: 1.6rem;
  }
  .service_price .f_t__th{
    width: 70%;
  }

  .service_price .f_t__td{
    width: 30%;
  }
}

@media(min-width:1280px) {
  ul.service__content li h4{
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 450px) {
  ul.service__content li{
    margin-bottom: 40px;
  }
  ul.service__content li:last-child{
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------
施工事例
------------------------------------------------------------------ */
ul.works__wrapper li{
  border-radius: .6em;
}

ul.works__wrapper li a{
  background: #f2f9ff;
  transition: .5s;
}

ul.works__wrapper li a:hover{
  background: #f2f9ff;
}

ul.works__wrapper li .menu_image {
    overflow: hidden;
    border-radius: .6em;
    margin-bottom: 20px;
}

@media(min-width:1024px) {
  ul.works__wrapper li{
    border-radius: 1em;
  }
}

@media(min-width:1280px) {
  ul.works__wrapper li .img_zoom img {
    height: 180px;
  }
}

@media only screen and (max-width: 450px) {
  ul.works__wrapper li{
    margin-bottom: 30px;
  }

  ul.works__wrapper li:last-child{
    margin-bottom: 0px;
  }
}

/* ------------------------------------------------------------------
施工事例 詳細ページ
------------------------------------------------------------------ */
.works .topTitle{
  text-align: left;
}

.works__Name span{
  display: inline-block;
  font-weight: 500;
  padding-right: 1em;
}

.works__date__top{
  margin-top: 20px;
}

.works__date__top .f_t__th, .works__date__top .f_t__td{
  padding: 15px;
}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper3 .swiper-slide{
  position: relative;
}

.swiper.swiper3{
  background: #eee;
}

.swiper3 .swiper-slide img{
  display: block;
  width: auto;
  margin: 0 auto;
}

.swiper3 .swiper-slide h4{
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.swiper3 .swiper-slide h4 span{
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
}

.works__slide__wrapper{
  position: relative;
}

/* 前への矢印 */
.works__slide__wrapper .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 42%);
}
/* 次への矢印 */
.works__slide__wrapper .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 42%);
}

@media(min-width:1024px) {
  .works__date__top ul.flex_table{
    display: flex;
    flex-wrap:wrap;
  }

  .works__date__top ul.flex_table li{
    width: 50%;
  }

  .works__date__top ul.flex_table li:nth-child(2){
    border-top: solid 1px #006dd2;
  }



  .swiper3 .swiper-slide img{
    height: 586px;
  }

  .works__slide__wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    position: relative;
  }

  /* 前への矢印 */
  .works__slide__wrapper .swiper-button-prev {
    left: -30px;
  }
  /* 次への矢印 */
  .works__slide__wrapper .swiper-button-next {
    right: -30px;
  }

  .works_comment .c-flex{
    justify-content: space-between;
  }

  .works_comment .left, .works_comment .right{
    width: 47%;
  }

  .works_comment .topTitle{
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 1023px) {
  .swiper3 .swiper-slide img{
    height: 480px;
  }
}

@media only screen and (max-width: 450px) {
  .swiper3 .swiper-slide img{
    height: 280px;
  }

  .works_comment .topTitle .title_ja{
    margin-bottom: 0;
  }

  .works_comment .left{
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------
topよくいただくご質問
------------------------------------------------------------------ */
.faq ul li {
  padding-bottom: 40px;
  margin-bottom: 36px;
  border-bottom: solid 1px #b5bcc1;
}

.q__box {
  position: relative;
  font-weight: 600;
  padding-left: 50px;
  padding-bottom: 20px;
  font-size: 2.0rem;
}

.q__box::before {
  display: block;
  content: "Q";
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #0f318d;
  line-height: 38px;
  height: 38px;
  width: 38px;
  font-size: 2.0rem;
  position: absolute;
  top: -5px;
  left: 0;
}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
  .q__box {
    font-size: 1.8rem;
  }

  .a__box {
    font-size: 1.4rem;
  }
}

@media (min-width: 1366px) {
  .q__box {
    font-size: 1.9rem;
  }

  .a__box {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 736px) {
  .faq ul {
    margin-bottom: 50px;
  }

  .faq ul li:last-child {
    margin-bottom: 0;
  }

  .q__box {
    padding-left: 42px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }

  .q__box::before {
    display: block;
    content: "Q";
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0f318d;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 1.6rem;
    position: absolute;
    top: -5px;
    left: 0;
  }
}

/* ------------------------------------------------------------------
業務案内
------------------------------------------------------------------ */
.service__top h3{
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.toppage_about p {
  font-weight: 500;
}

@media(min-width:1024px) {


}

@media(min-width:1280px) {
  .service__top h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 390px) {

}

@media only screen and (max-width: 320px) {

}

/* ------------------------------------------------------------------

------------------------------------------------------------------ */
@media(min-width:1024px) {}

@media(min-width:1280px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 390px) {}

@media only screen and (max-width: 320px) {}

/* ------------------------------------------------------------------

------------------------------------------------------------------ */
@media(min-width:1024px) {}

@media(min-width:1280px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 390px) {}

@media only screen and (max-width: 320px) {}

/* ------------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------------ */
.privacy .privacy__container {
  margin-bottom: 40px;
}

.privacy .privacy__container p {
  font-size: 1.3rem;
}

.privacy h4 {
  font-weight: 500;
  margin: 0 0 1em;
  font-size: 1.4rem;
}

.privacy a {
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {
  .privacy .privacy__container {
    margin-bottom: 20px;
  }

  .privacy .privacy__container p {
    font-size: 1.2rem;
  }

  .privacy h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------ */
.sitemap ul li:first-child {
  margin-left: 0px;
}

.sitemap ul li:first-child::before {
  display: none;
}

.sitemap ul li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  margin-left: 30px;
}

.sitemap ul li::before {
  display: block;
  position: absolute;
  top: -18px;
  left: -20px;
  width: 14px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  content: "";
}

.sitemap ul li a {
  color: #2d2d2d;
}

.sitemap ul li a:hover {
  text-decoration: underline;
}

ul.sub-menu li {
  margin-bottom: 0px !important;
  margin-left: 30px !important;
}

ul.sub-menu li:last-child {
  margin-bottom: 30px !important;
}

ul.sub-menu li:before {
  display: block !important;
  left: -20px !important;
  height: 12px !important;
  top: 0px !important;
}

ul.sub-menu li a {
  font-weight: 400;
}

@media only screen and (max-width: 736px) {
  .sitemap ul li {
    font-size: 1.3rem;
  }
}
