@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI:
    Description: アダマックサービスの子テーマ
    Version: 1.0.0
    Author: 
    Author URI: 

  





*/
/* アダマックサービス */
.about-sec {
  position: relative;
  overflow: hidden;
}



p.mv-ttl {
    font-size: 3em;
}




/* セクション内を前面に */
.about-sec > .swell-block-fullWide__inner {
  position: relative;
  z-index: 1;
}

/* 画像カラムだけ基準にする */
.about-sec .about-image-wrap .swell-block-column:first-child {
  position: relative;
  z-index: 1;
}

/* 写真の後ろの薄い色面 */
.about-sec .about-image-wrap .swell-block-column:first-child::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% - 40px);
  height: calc(100% - 10px);
  background:#044893;
  z-index: -1;
}

/* 画像を少し前に出す */
.about-sec .about-image-wrap .swell-block-column:first-child .wp-block-image {
  position: relative;
  z-index: 2;
}


h2.adamac-ttl {
    font-size: 3em;
    color: #000;
   letter-spacing: 0.08em!important;
}


 .ttl_label {
    color:#044893;
    font-size: 1em;
        font-weight: bold;
}

.about-note {
    line-height: 2.2;
}

.business-box img {
    border-radius: 15px;
}
.top-btn {
    margin-top: 5%;
}
a.btn-icon {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: .095em;
    line-height: 1.4;
    transition: .4s;
    color: #204483;
    font-weight: bold;
    letter-spacing: normal;
}
span.btn-icon-wrap {
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

span.btn-icon-txt {
    display: inline-block;
    transform: translateY(0);
    font-size: 1.5em;
}

span.btn-icon-line {
    height: 1px;
    position: absolute;
    width: 100%;
    background-color: currentColor;
    transition: .6s;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left center;
}


.top-btn.right {
    text-align: right;
}
i.icon.btan-icon-arrow {
    background: #044893 url(/img/ico_arrow02_right.png) no-repeat center center / 9px auto;
 
}

i.icon.btan-icon-arrow.Blue {
   background: #fff url(/img/ico_arrow02_right_b.png) no-repeat center center / 9px auto;
}
.white {
    color: #fff;
}
.center {
    text-align: center;
}
i.icon {
    margin-left: 16px;
    background-size: 24px auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 50px;
        height: 50px;
}
a.btn-icon:hover .btn-icon-line {
transform: scaleX(1);
}


a.btn-icon:hover .btan-icon-arrow{
  background-color:#1b5fb5;
  transform: translateX(4px);
}
a.btn-icon.cta:hover .btan-icon-arrow{
  background-color:#e1e4e8;
  transform: translateX(4px);
}

/* 会社概要 */
.company-tbl th{
  padding: 15px 10px;
  color: #044893;

}
.company-tbl td{
  padding: 15px 10px;

}

/* 業務内容 */
.service-split-head {
    padding-right: 5%;
}
.left-sticky {
    position: sticky;
    top: 120px;
}
.service-split-lead {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: #666;
}

/* 施工の流れ */

/* 施工の流れ 全体 */
.flow-section {
  padding: clamp(80px, 10vw, 140px) 0;
}

.flow-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}

/* 左固定 */
.flow-sticky {
  position: sticky;
  top: 120px;
  align-self: start;
}

.flow-en {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0f4aa0;
}

.flow-heading {
  margin: 0 0 20px;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.25;
  color: #222;
}

.flow-lead {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

/* 右フロー */
.flow-list {
  position: relative;
  padding-left: 46px;
}

.flow-list::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #0f4aa0;
  opacity: 0.18;
}

.flow-item {
  position: relative;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #eaeaea;
}

.flow-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.flow-item::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #0f4aa0;
  border-radius: 50%;
  box-shadow:0 0 0 8px rgba(15, 74, 160, 0.1);
}

.flow-step {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0f4aa0;
   margin-bottom: 4px;
}

.flow-title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}

.flow-text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.flow-item {
  opacity: 0;
  transform: translateY(30px);
  transition: .6s;
}

.flow-item.in-view {
  opacity: 1;
  transform: none;
}

p.policy-text {
    text-align: center;
}

@media (max-width: 768px) {
  .flow-list {
    padding-left: 34px;
  }

  .flow-list::before {
    left: 9px;
  }

  .flow-item::before {
    left: -28px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 5px rgba(15, 74, 160, 0.08);
  }

  .flow-title {
    font-size: 20px;
  }

  .flow-text,
  .flow-lead {
    font-size: 13px;
    line-height: 1.9;
  }


p.policy-text {
    text-align: left;
}


p.mv-ttl {
    font-size: 2em;
}
h2.adamac-ttl {
    font-size: 1.8em;
  
}
.swell-block-columns__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: calc(var(--swl-clmn-mrgn--x) * -1);
    margin-top: 0 !important;
    row-gap: 10px;
}
  }







/* ＝＝＝＝＝＝＝＝＝＝＝ */

.pc { display: block; }
.sp { display:none; }


    .p-mainVisual__slideTitle {
        font-size: 38px;
        color: #000;
    }
   
.swell-block-fullWide.pc-py-0.sp-py-0.has-bg-img.-fixbg.alignfull.main-bg.lazyloaded{
    background-size: 60%;
    height: calc(100% + 25vh);
    background-repeat: no-repeat;
    background-position: right;
}
p.ttl {
    font-size: 1.2em;
}

.top-ttl__heading span{
    color:#044893;
    display: block;
    font-size: 14px;
    margin-left: 4%;
}
.top-ttl__heading:after {
    background-color: #044893;
    content: "";
    display: block;
    height: 2px;
    width: 3%;
    margin-top: -0.3em;
}

.top-ttl__heading{
    margin-bottom: 40px;
    font-family: "Petit Formal Script", cursive;
    color: #32373c;
    font-weight: 200;
    letter-spacing: .1em;
    margin-top: 1.5em;
    font-size: 40px;
}

.swell-block-column.swl-has-mb--s.flow{
    max-width: 38vw;
    margin: 0 auto;
    margin-right: 2%;
}


/* ----------スライド */


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
   
    left: 0;
    width: 100%;
}
/* 共通 */
.swiper-postListWrap2 .p-postList ,.swiper-postListWrap1 .p-postList,.swiper-postListWrap3 .p-postList,.swiper-postListWrap4 .p-postList {
	flex-wrap: nowrap;
	margin: 0;
}

/* カード型 */
.swiper-postListWrap1.-type-card .p-postList__item ,.swiper-postListWrap2.-type-card .p-postList__item,.swiper-postListWrap3.-type-card .p-postList__item,.swiper-postListWrap4.-type-card .p-postList__item{
	padding: 0;
}
.swiper-postListWrap1 .swiper-pagination-bullet ,.swiper-postListWrap2 .swiper-pagination-bullet,.swiper-postListWrap3 .swiper-pagination-bullet,.swiper-postListWrap4 .swiper-pagination-bullet{
    background: currentcolor;
    color: inherit;
}
.swiper-wrapper{ 
    margin-bottom:50px!important;}

/* サムネイル型 */
.swiper-postListWrap .-type-thumb .p-postList__item {
	padding: 0;
}
.p-postList.-type-thumb + .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination2{
	bottom: -4.5px;
}
/* ------------------------ */
/* ーーーーサービス内容 */



.service-img {
  position: relative;
  /* background-color: #c5daf9;
  overflow: hidden;
  border-radius: 12px; */
}


.service-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #044893;;
  z-index: 0;
  left: 2%;
  width: 100%;
  height: 100%;
  top: -5%;
}

.service-img img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.4s ease-out, opacity 1.4s ease-out;
  opacity: 0;
}


.service-img.in-view img {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* ーーーーーー会社概要 */



  

  
/* -------沿革 */
.company-history {
    position: relative;
    padding: 4em 0;
    overflow: hidden;
  }
  
  
  /* タイムライン */
  .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 30px;
    border-left: 2px solid #d8e3f0;
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 2em;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
  }
  
  .timeline-item.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .timeline-item::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #044893;
  }
  
  .timeline-content {
    background: #fff;
    border-radius: 8px;
    padding: 1em 1.5em;
    /* box-shadow: 0 3px 10px rgba(0,0,0,0.05); */
    border: 1px solid  #044893;
  }
  
  .timeline-content h3 {
    margin-top: 0;
    color: #044893;
    font-weight: 600;
    font-size: 1.05rem;
  }
  
  .timeline-content p {
    margin: 0.5em 0 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .history{
    background-image: url(/img/history_ttl.svg);
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-size: 30%;
  }

  @media (max-width: 768px) {
    .timeline {
      padding-left: 20px;
    }
    .timeline-content {
      padding: 1em 1.2em;
    }
  
  .history{
    background: transparent
  
  }
  }


div#before_footer_widget {
    border-top: 34px solid #034892;
}

.w-beforeFooter {
    margin: 0em auto;
    overflow: hidden;
}
.l-content {
    margin: 0 auto;

}














/*お問い合わせ*/
.form_table {
    margin: 30px auto;
        border: 1px solid #ddd;
    background: #fafafa;
    padding: 5%;
}
.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
    display : inline;
    padding-right:.5em;
}
.form_table dl{
    padding: 5px 20px!important;
}
.form_table dt.required:after {
    background: #9e445e66;
    bottom: 0;
    color: #000;
    content: "必須";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}
.form_table dt.option:after {
    background: #72aee6a1;
    bottom: 0; */
    color: #000;
    content: "任意";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}


label {
/*    display: inline-block;*/
    margin-bottom: 5px;
    font-weight: bold;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}
span.mwform-checkbox-field-text {
    display: none;
}

input.btn.send {
 background: #1579c3;
 color: #fff;

}
input.btn.back {
    background: #77777729;
}




select,input[type="text"] {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    border: #444 solid 1px;
    height: 30px;
    width: 100%;
    background: #fff;
    
}
textarea {
    width: 100%;
    background: #fff;
    border:#444 solid 1px;
}

textarea#text {
    height: auto;
}

input[type="hidden"] {
    height: auto;
}
input[type="checkbox"] {
    height: auto;
}

p.check {
    margin-bottom: 2%;
}

input.InquiryButton.-back {
    width: 100%;
    margin-top: 20px;
    padding: 1%;
    height: auto;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
/*お問い合わせここまで*/

@media screen and (max-width: 768px){ 

    .pc { display:none!important; }
    .sp { display: block; }
    .order1{ order: 1;}  
   .order2{ order: 2;}

   .swell-block-column.swl-has-mb--s.ttl-box {
    padding: 5%;
}
.form_table {

    padding: 5% 0;
}
}

@media (min-width: 1540px) {
.swell-block-column.swl-has-mb--s.flow{

        margin-right: 0%;
    }

}
@media (max-width: 768px) {
.swell-block-column.swl-has-mb--s.flow,.swell-block-column.swl-has-mb--s.voice{
    max-width: 100%;
    margin-right: 2%;
    padding: 1rem 1rem 1rem 5%;
}
figure.alignleft.size-full.is-resized,.wp-block-image .alignright {
    margin: 0;
}
}