/* @charset "utf-8";
*/
html {
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.sp-nav_button, .sp-nav { display: none;}

.hp-bold {
  font-weight: bold;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;;
}

#menu-btn-check {
  display: none;
}

.logo {
  display: flex;
}

.header-logo {
  height: 58px;
  width: 200px;
  max-width: 100%;
}

.pc_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 50px;
  
}

.pc-global--nav_ul {
  display: flex;
  margin: 0;
}

.pc-global--nav_li_a {
  display: flex;
  position: relative;
  color: #333;
  padding: 15px;
  text-decoration: none;
}

.pc-global--nav_li_a:after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background: #333;
  scale: 0 1;
  transition: all 0.5s 0s ease;
}
  
.pc-global--nav_li_a:hover:after {
  scale: 1 1;
}

.cta-button {
  display: flex;
  align-items: center;
  background: #ECED6D;
  border: solid 5px #387A61;
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: .5rem;
  z-index: 1000;
  color: #333;
  text-decoration: none;
}

.cta-button-icon {
  display: flex;
  width: 60px;
  height: 34px;
  margin-right:5px;
  background: url(/imgs/btn-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-visual {
  position: relative;
  padding-top: 56.25%;
  background: url(/imgs/miyakono-sigoto-logo.jpg);
  background-size: contain;
}

.main-visual_text {
  color: #fff;
  position: absolute;
  bottom: 20%;
  left: 25%
}

.lead-sentence_text-wrapper {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 2.5;
  
  flex-direction: column;
}

.lead-text--title {
  border-bottom: solid 3px #F88186; 
}

.lead-sentence_text span {
  font-size: 2rem;
  font-weight: bolder;
}

.lead-sentence {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  padding: 10%;
  margin: auto;
  gap: 1rem;
}

.lead-sentence img {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  object-fit: contain;
}

.section-title {
  display: flex;
  width: 100%;
  margin: 0 auto 3rem;
  text-align: center;
}


.section-title .hp-underline {
  margin: auto;
  border-bottom: solid 3px #00B4DE;
}

.about-content--wrapper {
  display: flex;
  flex-wrap: wrap;
  background: lightgreen;
  padding: 5% 10%;
}

.about-content--title {
  width: 35%;
  align-self: center;
}

.about-exp--wrap {
  width: 60%;
  margin-left: auto;
  padding-left: 2rem;
  border-left: solid 2px #333;
}

.about-reason--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5%;
  background: #e5f7fc;
}

.about-reason--title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

.about-reason--detail {
  display: flex;
  flex-direction: column;
  margin: auto 2rem 2rem;
}

.aboout-reason--detail_img {
  width: 100%;
  height: 200px;
}

  .about-content--wrapper {
    flex-direction: column;
    padding: 10% 5%;
  }
  
  .about-exp--wrap {
    width: 100%;
    margin-left: 0px;
    padding: .5rem 1rem;
    border-left: none;
    border-top: solid 2px #333;
  }
  
  .about-content--title {
    width: 100%;
    text-align: center;
  }
  
  .about-reason--title {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    border-bottom: solid 3px #336;
  }
  
  .about-reason--wrap {
    flex-direction: column;
  }
  
  .aboout-reason--detail_p {
    text-align: left;
    margin: 0;
  }
  
  .about-reason--detail {
    max-width: 650px;
    margin: min(45%, 250px) auto auto;
    background: #fff;
    /*! aspect-ratio: 1; */
    padding: 5%;
    align-items: center;
  }
  
  .aboout-reason--detail_img {
    width: 70%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    background: lightyellow;
    border-radius: 50%;
    border: solid 3px #336;
    margin: -40% auto 0;
  }
  

.aboout-reason--detail_p {
  text-align: center;
}

.feature-exp--bg {
  padding: 10%;
  background: lightcoral;
  background: #fff;
} 

.feature-exp--wrap {
  margin: 2rem 0;
  padding: 5%;
  background: #fffcec;
  width: 30;
}

.feature-exp--title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.feature-exp--title {
  font-size: 2rem;
}

.feature-exp--icon {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.feature-exp--title span {
  color:red;
}

 .feature-exp--bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10% 5%;
    max-width: 1000px;
    margin: auto;
  }
  
  .feature-exp--wrap {
    width: 49%;
    margin: .25rem 0;
  }
  
  .feature-exp--icon {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: auto;
  }
  
.feature-exp--title_wrap {
  flex-direction: column;
  height: 100%;
}
  
  
.feature-exp--title span {
  display: flex;
  justify-content: center;
}



.section-case {
  padding: 5%;
  background: lightyellow;
}

.case-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1000px;
  margin: auto;
  /*! gap: ; */
}

.case-title {
  text-align: center;
  font-size: 1.5rem;
}

.case-exp--wrap {
  width: clamp(200px, 45%, 350px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 1rem;
padding: 3%;
background: #fff;
}


.case-img {
  /*! height: 250px; */
}

.case-exp {
  text-align: center;
  font-weight: bold;
}


.section-attribute{
  /*! margin-bottom: 5rem; */
  padding: 5%;
  background: lightyellow;
}

.attribute-wrap {
  display: flex;
  align-items: stretch;
  margin-bottom: 2.5rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.attribute-icon {
  width: 75px;
  height: 75px;
}

.attribute-title {
  font-weight: bold;
  text-align: center;
  margin: .0rem 0 0;
}

.attribute-exp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 1.5rem;
  padding: 0;
  gap: .5rem 1.5rem;
}

.attribute-exp--li.hp-checked{
  position: relative;
  font-weight: bold;
  padding-left: 1.25rem;
}

.attribute-exp--li.hp-checked::after {
  position: absolute;
  top: 25%;
  left: 0;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: url(/imgs/checked.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-instruction {
  padding: 5%;
  background: #e5f7fc;
  margin: 10%;
  /*! max-width: 1000px; */
}

.instruction-title {
  font-size: 1.5rem;
  text-align: center;
}

.instruction-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.instruction-cta-button {
  text-decoration: none;
color: #fff;
border-radius: 50px;
font-size: 15px;
display: flex;
  width: fit-content;
  justify-content: center;
  padding: 1rem 2.5rem;
  margin: auto;
background: #FF7F00;
border: none;

  font-weight: bold;
}

.instruction-step--number {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: lightblue;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
}

.instruction-step--text {
  margin: 0 2rem;
}

.instruction-step--img {
  /*! width: 250px; */
  /*! height: 250px; */
  object-fit: contain;
  width: 35%;
  margin: auto;
}


footer {
  padding: 5% 10%;
  background: #00B4DE;
  color: #fff;
}

.footer-nav_wrap {
  margin-bottom: 1.5rem;
}

.footer-nav_anchor {
  position: relative;
  margin-right: 1rem;
  color: #fff;
  text-decoration: none;
}

.footer-nav_anchor:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #fff;
  scale: 0 1;
  transition: all 0.5s 0s ease;
}

  
.footer-nav_anchor:hover:after {
  scale: 1 1;
}

.footer-nav_anchor:not(:first-of-type) {
  margin-left: 1rem;
}
.copy {
  font-size: 10px;
}

@media screen and (max-width : 960px) {
  
  html {
    font-size: 4vw;
  }
  
  h3 {
    font-size: 1.2rem;
  }
  
  #header {
    position: fixed;
    top: calc(100% - 55px);
    left: calc(100vw - 55px);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: none;
  }
  
  .pc_nav {
    display: none;
  }

  .sp-nav_button {
    display: flex;
    background: rgba(255, 255, 255, 1);
    border-bottom: 0px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-radius: 50%;
    border-right: 0px solid #dddddd;
    border-top: 0px solid #dddddd;
    box-shadow: 0px 0px 5px rgba(33, 33, 33, 0.25);
    border-radius: 50%;
  }
  
  .sp-nav_button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .sp-nav_button span,
.sp-nav_button span:before,
.sp-nav_button span:after {
    content: '';
    display: block;
    border: none;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background-color: #222;
    position: absolute;
    left: 10px;
    top: 19px;
}
.sp-nav_button span:before {
    left: 0;
    top: -5px;
    transition: all 0.5s 0s ease;
}
.sp-nav_button span:after {
    left: 0;
    top: 5px;
    transition: all 0.5s 0s ease;
}
  
  
#menu-btn-check:checked ~ .sp-nav_button span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .sp-nav_button span:before {
    top: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .sp-nav_button span:after {
    top: 0;
    transform: rotate(-45deg);
}
  
 #menu-btn-check:checked ~ .sp-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   z-index: -50;
   background: #fff;
  }
  
  .bl-header-subNav-wrap {
    padding: 10%;
  }
  
  .sp-global--nav_li {
    margin-bottom: 2rem;
  }
  
  .sp-global--nav_li_a {
    color: #333;
    text-decoration: none;
    padding: 7px;
    font-weight: bold;
  }
  
  .main {
    margin: 0;
  }
  
  .main-visual {
    margin-top: 0;
 }
  
  .main-visual_text {
    left: 5%;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: normal;
  }
  
  .lead-sentence {
    align-items: center;
    padding: 5% 5% 10%;
  }
  
  .lead-sentence img {
    width: 30%;
  }
  
  
  .lead-sentence_text-wrapper {
   font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  
  .lead-sentence_text {
    margin: 0 auto ;
  }
  
  .about-content--wrapper {
    flex-direction: column;
    padding: 10% 5%;
  }
  
  .about-exp--wrap {
    width: 100%;
    margin-left: 0px;
    padding: .5rem 1rem;
    border-left: none;
    border-top: solid 2px #333;
  }
  
  .about-content--title {
    width: 100%;
    text-align: center;
  }
  
  .about-reason--title {
    margin-bottom: 0;
    border-bottom: solid 3px #336;
  }
  
  .about-reason--wrap {
    flex-direction: column;
  }
  
  .aboout-reason--detail_p {
    text-align: left;
    margin: 0;
  }
  
  .about-reason--detail {
    margin: min(45%, 225px) auto auto;
    background: #fff;
    padding: 5%;
    align-items: center;
  }
  
  .aboout-reason--detail_img {
    width: 50%;
    height: auto;
    object-fit: contain;
    background: lightyellow;
    border-radius: 50%;
    border: solid 3px #336;
    margin: -40% auto 0;
  }
  
  .about-exp--title {
    margin: 1.5rem auto 1rem;
  }
  
  
  .section-title {
    margin-bottom: 1.5rem;
  }
  
  .feature-exp--bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10% 5%;
  }
  
  .feature-exp--wrap {
    width: 49%;
    margin: .25rem 0;
  }
  
  .feature-exp--icon {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: auto;
  }
  
.feature-exp--title_wrap {
  flex-direction: column;
  height: 100%;
}
  
  
.feature-exp--title span {
  display: flex;
  justify-content: center;
}

  
  .contact {
    margin: 5%;
    padding: 7% 5%;
  }
  
  .contact-title_en {
    font-size: 1.1rem;
  }
  
  .contact-title_jp {
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }
  
  .contact-trext {
    margin: .5rem 0 1rem;
  }
  
  .contact-button_wrapper {
    flex-direction: column;
  }
  
  .feature-exp--title {
    font-size: 1.2rem;
    text-align: center;
  }
  
  .case-exp--wrap {
    width: 45%;
    margin: 0 0 1rem;
    padding: 3%;
    background: #fff;
  }
  
  .case-exp:first-of-type {
    margin: 0;
    font-weight: bold;
  }
  
  .case-img {
    width: 100%;
    height: auto;
    margin: auto auto 0;
  }
  
  .instruction-wrap, .instruction-wrap:nth-of-type(2n) {
    /*! flex-direction: column; */
    margin-bottom: 3.5rem;
  }
  
  .instruction-step--number {
    width: 75px;
    height: 75px;
  }
  
  .instruction-step--text {
    margin: 1rem auto;
    text-align: center;
    width: 60%;
    margin-left: auto;
    text-align: left;
  }
  
  
  .footer-nav_wrap {
    display: flex;
    flex-direction: column;
  }
  
  .footer-nav_anchor {
    width: fit-content;    
  }
  
  .footer-nav_anchor:not(:first-of-type) {
    margin: 1rem 0 0 0;
  }
  
}



