@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.pc { display: block; }
.sp { display:none; }
.top #content {
    padding-top: 0em;
}

    .p-mainVisual__slideTitle {
        font-size: 38px;
    }
.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;
}


.c-bannerLink__figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: opacity .25s;
    z-index: 0;
    max-height: 400px;
}

/* ----------スライド */


.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;
}

/* ーーーーーー会社概要 */
/* 経営理念 */
.rinen{
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.rinen.show {
  opacity: 1;
  transform: translateY(0);
}
/* .rinen_bg{
  
  background-image: url(/img/rinen_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;

} */


.rinen-section {
  position: relative;
  overflow: hidden;
}


.rinen-visual {
  position: relative;
  overflow: hidden;
}

.rinen-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
}


.rinen-image {
  position: absolute;
  inset: 0;
  background-image: url("/img/rinen_img02.png");
  background-size: contain;
  background-position: center;
  clip-path: inset(100% 0 0 0);
  animation: riseUp 2.5s ease-out forwards;
  background-repeat: no-repeat;
}
.rinen-text{
  padding:5%;
}

@keyframes riseUp {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.rinen-ttl  {
  padding: 3em 0 0;
  /* color: #044893; */
  font-size: 2em;
  letter-spacing: 0.2em;

}

.rinen-text {
  font-size: 1.5em;
  padding: 0 0 3em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.rinen-text span{
  color: #044893;
}


@media (max-width: 768px) {
  .rinen-image {
    position: absolute;
    inset: 0;
    background-image: none;
    background-size: contain;
    background-position: center;
    clip-path: inset(100% 0 0 0);
    animation: riseUp 2.5s ease-out forwards;
    background-repeat: no-repeat;
  }
  .rinen-ttl {
    padding: 2em 0 0;
    /* color: #044893; */
    font-size: 2em;
    letter-spacing: 0.2em;
    text-align: center;
}

.rinen-text {
  text-align: center;
  padding: 0em 1.5em 2em;
}

  /* .rinen-clip {
    display: none
    ;
} */
}

.company-profile {
  padding: 60px 20px;
  background: #f8f9fa;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 960px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #0078d7;
  margin: 12px auto 0;
  border-radius: 2px;
}

.profile-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.profile-card dl {
  margin: 0;
}

.profile-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

.profile-item:last-child {
  border-bottom: none;
}

.profile-item dt {
  width: 180px;
  font-weight: 600;
  color: #0078d7;
  margin-bottom: 10px;
  font-size: 1rem;
}

.profile-item dd {
  flex: 1;
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  .profile-item {
    flex-direction: column;
  }

  .profile-item dt {
    width: 100%;
    margin-bottom: 4px;
  }
}


.company-profile {
    padding: 60px 20px;
    background: #f8f9fa;
    max-width: 960px;
    margin: 0 auto;
 
  }
  
  .company{
    background-image: url("/img/company_ttl.svg");
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-size: 30%;
  }
  .profile-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.05); */
    border: 1px solid  #044893;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
  }
  .profile-card.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  
  .profile-card dl {
    margin: 0;
  }
  
  .profile-item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
  }
  
  .profile-item:last-child {
    border-bottom: none;
  }
  
  .profile-item dt {
    width: 180px;
    font-weight: 600;
    color: #044893;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  
  .profile-item dd {
    flex: 1;
    margin: 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
  }

  @media screen and (max-width: 768px) {
    .profile-item {
      flex-direction: column;
    }
  
    .profile-item dt {
      width: 100%;
      margin-bottom: 4px;
    }
    .company{
      background:transparent

    }
  }
  
/* -------沿革 */
.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
  
  }
  }
/* -------グループ企業 */

  
  .group-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .group{
    background-image: url('/img/group_ttl.svg');
    background-repeat: no-repeat;
    background-position: 0 90%;
    background-size: 30%;
  }
  .group-item {
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 3px 10px rgba(0,0,0,0.05); */
    padding: 24px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
    border: 1px solid  #044893;
  }
  
  .group-item.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .group-item h3 {
    color: #044893;
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
  
  .group-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
  }
  
  @media (max-width: 768px) {
    .group-list {
      grid-template-columns: 1fr;
    }
    .group{
      background:transparent;
    
    }
  }


div#before_footer_widget {
    border-top: 34px solid #034892;
}

.w-beforeFooter {
    margin: 0em auto;
    overflow: hidden;
}
.l-content {
    margin: 0 auto;

}
/* ----福利厚生 */
.welfare{
  background-image: url("/img/welfare.svg");
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-size: 48%;
}
@media (max-width: 768px) {
 
  .welfare{
    background:transparent;
  
  }
}


/* ーーーーアダマックとは */

.policy-area {
  margin-top: -6em !important;
}

.logo-box {
  position: relative;
  overflow: visible;
  background-color: #f6f6f6;
  padding: 5% 10%;
  line-height: 2.5;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.logo-box::after {
  content: "";
  position: absolute;
  top: -30px;  
  right: 40px;  
  width: 100%; 
  height: 80px;
  background: url('/img/company-logo-ttl.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}



.kamada-hl {
  font-size: 2em;
  color: #044893;
  margin: 0;
}

.kamada-ttl {
  font-size: 2em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.policy-box,
.kamada-box {
  position: relative;
  overflow: visible;
  background-color: #fff;
  padding: 5% 10%;
  line-height: 2.5;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.policy-box::after {
  content: "";
  position: absolute;
  top: -30px;  
  right: 40px;  
  width: 100%; 
  height: 80px;
  background: url('/img/company-motto.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}
.awards-box::after {
  content: "";
  position: absolute;
  top: -61px;
  right: 40px;
  width: 100%; 
  height: 120px;
  background: url('/img/awards.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 20px;
}

.policy-list p {
  background-color: #1a498e;
  color: #fff;
  padding: 5px 30px;
  font-size: 1em;
  border-radius: 4px;
  width: fit-content;
  transform: translateX(-40px);
  opacity: 0;
  animation: slideIn 0.8s ease forwards;
}


.policy-list p:nth-child(1) { animation-delay: 0.1s; }
.policy-list p:nth-child(2) { animation-delay: 0.3s; }
.policy-list p:nth-child(3) { animation-delay: 0.5s; }
.policy-list p:nth-child(4) { animation-delay: 0.7s; }
.policy-list p:nth-child(5) { animation-delay: 0.9s; }
.policy-list p:nth-child(6) { animation-delay: 1.1s; }
.policy-list p:nth-child(7) { animation-delay: 1.3s; }

.logo-box.in-view::after,
.policy-box.in-view::after,
.kamada-box.in-view::after,
.awards-box.in-view::after {
  opacity: 0.7;
  transform: translateY(0);
}
@keyframes slideIn {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


.kamada-box::after {
  content: "";
  position: absolute;
  top: -30px;  
  right: 40px;  
  width: 100%; 
  height: 55px;
  background: url('/img/kamadism.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}



.number-list {
  counter-reset: num;
  list-style: none;
  margin: 40px 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

.number-list li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 14px;
  font-weight: 500;
}

.number-list li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #1a498e;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.number-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.number-list li.inview {
  opacity: 1;
  transform: translateY(0);
}


.number-list li:nth-child(1) { transition-delay: 0.1s; }
.number-list li:nth-child(2) { transition-delay: 0.25s; }
.number-list li:nth-child(3) { transition-delay: 0.4s; }
.number-list li:nth-child(4) { transition-delay: 0.55s; }
.number-list li:nth-child(5) { transition-delay: 0.7s; }
.number-list li:nth-child(6) { transition-delay: 0.85s; }

@media screen and (max-width: 767px) {
  .number-list li {
    padding-left: 42px;
    font-size: 1rem;
  }
  .number-list li::before {
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
  }
  .logo-box::after {
    content: "";
    position: absolute;
    top: -30px;
   left: 0px;
    width: 50%;
  


}
.awards-box img {
  width: 100%;
  height: auto;
  display: block;
}

.policy-box::after {
  content: "";
  position: absolute;
  top: -30px;  
  right: 40px;  
  width: 50%; 
  height: 80px;
  background: url('/img/company-motto.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}
.kamada-box::after {
  content: "";
  position: absolute;
  top: -30px;  
  right: 40px;  
  width: 50%; 
  height: 55px;
  background: url('/img/kamadism.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}
.awards-box::after {
  content: "";
  position: absolute;
  top: -61px;
  right: 40px;
  width: 50%; 
  height: 120px;
  background: url('/img/awards.svg') no-repeat right top;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  z-index: 2;
  
}

.logo-img {
  text-align: center;
}
.policy-list {

  padding: 0px 
}
.policy-list p {

  padding: 5px 12px;
  width: 100%;

}
.policy-box, .kamada-box {

  padding: 5%;

}
.number-list {

  padding-left: 0 !important;
  font-size: 1em;

}
}









/*お問い合わせ*/
.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 5px!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;}
   .order3{ order: 3;}  
   .order4{ order: 4;}
   .order5{ order: 5;}  
   .order6{ order: 6;}

   .swell-block-column.swl-has-mb--s.ttl-box {
    padding: 5%;
}
}

@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;
}
}