/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.28
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{

}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {

}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}







/*======================================
    header-co
======================================*/
.header-co {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-size: min(1.1713030747vw, 1.0rem);
  z-index: 300;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (min-width: 769px)and (max-width: 1024px) {
#drawer__open {
    display: block;
}
.header {
  height: 60px;
}
#container {
    padding-top: 80px!important;
}



#logo, #logo img, .desktop-nav li a { 
    height: 60px!important;
    line-height: 60px!important;
}

}



@media screen and (max-width: 1024px) {
  .header-co {
    font-size: 1.4rem;
    background-color: #122A88 ;
    display: none;
  }

}
@media screen and (max-width: 1024px) and (min-width: 601px) and (max-width: 1024px) {
  .header-co {
    font-size: min(1.0248901903vw, 1.0rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .header-co {
    font-size: min(3.5897435897vw, 1.0rem);
  }
}
@media screen and (max-width: 1024px) {
  .header-co.is-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1025px) {
  .header-co.js-hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-105%);
  }

#container {
    padding-top: 104px!important;
}
.mv-001 {
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
}

}

.h__inner {
  width: 98%;
  /* max-width: 1324px; */
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 88px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .h__inner {
    width: 94%;
    height: 4.36em;
    padding-right: 4.29em;
  }
}

.h__logo {
  width: 7.875em;
}
@media screen and (max-width: 1024px) {
  .h__logo {
    width: 8.5em;
  }
}
.h__logo a {
  display: block;
}

.h__nav--container {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.h__links {
  display: flex;
  column-gap: 1.875em;
}
@media screen and (max-width: 1024px) {
  .h__links {
    display: none;
  }
}

.h__link a {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  display: block;
  position: relative;
  padding: 1em 0;
      text-decoration: none;
      color: #3c3c3c;
}
.h__link a::before {
  content: "";
  position: absolute;
  bottom: 0.375em;
  left: 0;
  width: 100%;
  height: 0.25em;
  background-color: #15238A;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: width 0.3s ease, transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      color: #3c3c3c;
}
.h__link.is-show a::before {
  width: 108%;
  transform: scale(1, 1);
}
.h__link:hover a::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.h-sublinks__parent {
  position: relative;
}
.h-sublinks__parent:hover .h-sublinks {
  opacity: 1;
  visibility: visible;
  transform: translateY(100%);
}

.h-sublinks {
  position: absolute;
  bottom: 0;
  left: -1em;
  background-color: #fff;
  transform: translateY(70%);
  padding: 0em 1em 1em;
  width: 12em;
  font-size: 0.875em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.h-sublink a {
  display: block;
  line-height: 2;
  padding: 0;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.h-sublink a::before {
  display: none;
}
.h-sublink a:hover {
  color: #122A88;
}

.h__contact--wrap {
  text-align: center;
  margin-left: 2em;
}
@media screen and (max-width: 1024px) {
  .h__contact--wrap {
    font-size: 1.14em;
    border-radius: 0.3125em;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.215em;
    padding: 0 0.6875em;
    margin-left: 0.5em;
    display: none;
  }
}
.h__contact--wrap p {
  font-size: 0.75em;
  letter-spacing: 0.15em;
  margin-top: 0;
  font-weight: 900;
      line-height: 0.4;
      color: #3c3c3c;
}
@media screen and (max-width: 1024px) {
  .h__contact--wrap p {
    font-size: 0.5em;
  }
}

.h__tel {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 1.15em;
  position: relative;
      color: #3c3c3c;
      text-decoration: none;

}

.h__nav--container a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .h__tel {
    font-size: 1em;
    white-space: nowrap;
    padding-left: 0.75em;
  }
}
.h__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7em;
  height: 1.05em;
  background: url(https://todaysnewsjp.pro/media/wp-content/uploads/2023/08/icon_tel_gray.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .h__tel::before {
    width: 0.5625em;
    height: 0.8125em;
  }
}

.h-btns__container {
  margin-left: 1.75em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .h-btns__container {
    display: none;
  }
}

.h-contact__count--wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.h-contact__count--wrap.is-show {
  visibility: visible;
  opacity: 1;
}

.h-contact__count {
  display: block;
  color: #fff;
  background-color: #2FB1C8;
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.57em 0.5em 0.78em;
  border-radius: 0 0 0.36em 0.36em;
}
.h-contact__count span {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.h__btns {
  display: flex;
  column-gap: 0.875em;
}
@media screen and (max-width: 1024px) {
  .h__btns {
    display: none;
  }
}

.h__btn {
  position: relative;
  transition: background-color 0.3s ease;
}
.h__btn.-contact:hover {
  background-color: #2FB1C8;
  border-radius: 0.3125em 0.3125em 0 0;
}
.h__btn a {
  display: flex;
  align-items: center;
  height: 3.125em;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 900;
  border-radius: 0.3125em;
  padding: 0 1em;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.h__btn a.download {
  background-color: #122A88;
}
.h__btn a.download:hover {
  opacity: 0.7;
}
.h__btn a.contact {
  border: 2px solid #2FB1C8;
  background-color: #2FB1C8;
}
.h__btn a.contact:hover {
  background-color: #fff;
  color: #2FB1C8;
}

.d-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .d-icon {
    font-size: 1.6rem;
    display: block;
    position: fixed;
    top: 1.25em;
    right: 0.8125em;
    z-index: 400;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) and (max-width: 1024px) {
  .d-icon {
    font-size: min(1.1713030747vw, 1.6rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .d-icon {
    font-size: min(4.1025641026vw, 1.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .d-icon.is-active .bar1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .d-icon.is-active .bar2 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .d-icon.is-active .bar3 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.d-icon__bar {
  position: relative;
  width: 2.4375em;
  height: 1.4375em;
}

.bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.125em;
  background-color: #fff;
  transition: top 0.3s ease, transform 0.3s ease;
}

.bar1 {
  top: 0;
  transform: translateX(-50%);
}

.bar2 {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar3 {
  top: 100%;
  transform: translate(-50%, -100%);
}

.d-contents {
  display: none;
}
@media screen and (max-width: 1024px) {
  .d-contents {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 324px;
    height: 100%;
    overflow: scroll;
    background-color: #122A88;
    z-index: 200;
    font-size: 1.4rem;
    padding-top: 6.71em;
    padding-bottom: 3.29em;
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) and (max-width: 1024px) {
  .d-contents {
    font-size: min(1.0248901903vw, 1.4rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .d-contents {
    font-size: min(3.5897435897vw, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .d-contents.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.d__lists {
  color: #fff;
}

.d__list {
  padding-top: 2.86em;
  padding-bottom: 2em;
  border-bottom: 1px solid #fff;
}
.d__list:nth-child(n+2) {
  padding-top: 3.21em;
  padding-bottom: 1.75em;
}

.d__list--main {
  display: block;
  position: relative;
  font-size: 1.14em;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.d__list--main span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Alterbate Gothic No3 D", sans-serif;
  z-index: -1;
  opacity: 0.15;
  font-size: 3.75em;
  letter-spacing: 0.01em;
  transform: translate(-2%, 22%);
  line-height: 1;
  white-space: nowrap;
}

.d__links {
  line-height: 2.8571428571;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}

.d__link a {
  display: block;
}


/*======================================
    cta
======================================*/
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 1.3em;
}
@media screen and (max-width: 600px) {
  .cta-btns {
    row-gap: 1em;
  }
}

@media screen and (max-width: 600px) {
  .cta-btn {
    width: 100%;
  }
}
.cta-btn a {
  display: flex;
  align-items: center;
  height: 2.8em;
  border: 1px solid #15238A;
  border-radius: 0.33em;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #15238A;
  position: relative;
  transition: opacity 0.3s ease;
}
.cta-btn a:hover {
  opacity: 0.5;
}
.cta-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.53em;
  height: 0.73em;
  background: url(../img/service/service_list_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.cta-btn a.download {
  width: 16em;
  padding-left: 1.067em;
  background-color: #EDEDED;
}
@media screen and (max-width: 600px) {
  .cta-btn a.download {
    width: 100%;
    padding-left: 0.75em;
  }
}
.cta-btn a.download::before {
  right: 1.47em;
}
@media screen and (max-width: 600px) {
  .cta-btn a.download::before {
    right: 1em;
  }
}
.cta-btn a.download:hover::before {
  right: 1.25em;
}
@media screen and (max-width: 600px) {
  .cta-btn a.download:hover::before {
    right: 0.75em;
  }
}
.cta-btn a.contact {
  width: 11.53em;
  padding-left: 1.3em;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .cta-btn a.contact {
    width: 100%;
    padding-left: 1.5em;
  }
}
.cta-btn a.contact::before {
  right: 1.33em;
}
@media screen and (max-width: 600px) {
  .cta-btn a.contact::before {
    right: 1em;
  }
}
.cta-btn a.contact:hover::before {
  right: 1.11em;
}
@media screen and (max-width: 600px) {
  .cta-btn a.contact:hover::before {
    right: 0.75em;
  }
}
.cta-btn a.contact span {
  font-weight: 500;
  display: inline-block;
  font-size: 0.933em;
}
@media screen and (max-width: 600px) {
  .cta-btn a.contact span {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .cta-btn a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 3.2em;
  }
}


/*======================================
    section
======================================*/
.section-btn {
  width: 25.4375em;
  max-width: 95%;
  height: 3.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 2.25em;
  padding-right: 3.125em;
  color: #fff;
  background-color: #122A88;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  border-radius: 0.3125em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .section-btn {
    font-size: min(1.1713030747vw, 1.6rem);
  }
}
@media screen and (max-width: 600px) {
  .section-btn {
    font-size: min(4.1025641026vw, 1.6rem);
  }
}
@media screen and (max-width: 600px) {
  .section-btn {
    width: 18.125em;
    padding-left: 1.1em;
  }
}
.section-btn:hover {
  opacity: 0.7;
}
.section-btn:hover::before {
  right: 2.25em;
}
@media screen and (max-width: 600px) {
  .section-btn:hover::before {
    right: 0.75em;
  }
}
.section-btn.-white {
  background-color: #fff;
  color: #122A88;
  border: 1px solid #122A88;
}
.section-btn.-white::before {
  background: url(../img/service/service_list_arrow.svg) no-repeat center/contain;
}
.section-btn.-left {
  margin-left: 0;
}
.section-btn.-newtab {
  text-align: center;
  justify-content: center;
  width: 30.125em;
  letter-spacing: 0.05em;
}
.section-btn.-newtab span {
  padding-right: 2.25em;
  display: inline-block;
  position: relative;
}
.section-btn.-newtab span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.125em;
  height: 1em;
  background: url(../img/icon/icon_link_white.svg) no-repeat center/contain;
}
.section-btn.-newtab::before {
  display: none;
}
.section-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translateY(-50%);
  width: 0.625em;
  height: 0.9375em;
  background: url(../img/icon/icon_arrow_white.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
@media screen and (max-width: 600px) {
  .section-btn::before {
    right: 1em;
  }
}

.btn-animation {
  position: relative;
  z-index: 1;
}
.btn-animation::before, .btn-animation::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2FB1C8;
  border-radius: 0.3125em;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
  animation: pulsate 2s linear infinite;
}
.btn-animation::after {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}

.widget .d__lists li a {
    color: #fff;
    }