
.mt-15em {
  margin-top: 1.5em;
}

.bold {
    font-weight: bold;
    font-size: 100%!important;
}
.bold-blue {
    color: #0075c2;
    font-weight: bold;
}
.box-gray {
    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
    font-size: 93%;
    margin: 0px 35px;
    border-radius: 7px;
}
.small {
    font-size: 95%;
}
.boxed-text .indent + .indent {
    margin-top: 0.5em;
}
.sp-table {
    display: none!important;
    margin-bottom: 2em;
}
.sp-table table {
    font-size: 88%;
}
.sp-table img{
    padding: 5px!important;
    width: 90px!important;
}
.small-blue {
    font-size: 80%;
    color: #0075c2;
     padding: 15px;;
}
.box-border {
    border: 1px solid #c0c0c0;
    padding: 15px;
    font-size: 93%;
}
.period-label {
    display: inline-block;
    background-color: #f58220;
    color: #fff;
    padding: 0.4em 0.8em;
    font-weight: bold;
    text-align: center;
    width: 150px;
}
.table-img table {
    font-size: 88%;
}
.pl-20 {
    padding-left: 20px;
}
.valign-top {
    vertical-align: top;
    padding: 20px;
}
.table-img {
    display: block;
    margin-bottom: 3em;
}
.table-img img{
    padding: 5px!important;
    width: 90px!important;
}
.apx-img {
    width: auto!important;
    margin-top: -1em;
}

.marker {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.marker::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 0, 0.6);
  z-index: -1;
  transition: width 0.8s ease;
}

.marker.active::after {
  width: 100%;
}

.small {
    font-size: 85%;
}
.box01 {
    display: block;
}
.box01 img {
    width: 100%;
    height: auto;
}
.color-blue {
    color: #003F8E;
    font-size: 87%;
}
html {
    scroll-behavior: smooth;
}
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}
.mt05em {
    margin-top: 0.5em;
} 
.indent {
    text-indent: -1em;
    padding-left: 1em; 
    color: #003f8e;
}
.indent1 {
    text-indent: -1em;
    padding-left: 1em; 
}
.text {
    padding-bottom: -1em!important;
}
.boxed-text {
    border: 2px solid #c0c0c0;
    padding: 1em;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 1em;
    font-size: 80%;
    width: 100%;
    max-width: 850px;
}
.boxed-text1 {
    border: 2px solid #c0c0c0;
    padding: 1em;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 1em;
    font-size: 15.5px;
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    margin-bottom: 3em;
}
.flex {
    display: flex;
    align-items: center;
    gap: 1em;
}
.flex .image {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.fullsize {
    padding: 20px 20px;
    width: -webkit-fill-available!important;
}
.accordion-003 img {
    padding: 20px 20px;
    width: 150px;
}
.accordion-003 {
    width: 1150px;
    margin: 0 10px 7px 0px;
    border-bottom: 2px solid #d0d0d0;
    margin: 0 auto;
    font-size: 18px;
}
.accordion-003 summary {
    display: block; 
    position: relative;
    padding: 1em 2em;
    color: #333;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}
.accordion-003 summary::-webkit-details-marker {
    display: none;
}
.accordion-003 summary::after {
    content: '';
    position: absolute;
    right: 0.5em;    
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    transition: transform 0.3s;
}
.accordion-003[open] summary::after {
    transform: translateY(-50%) rotate(225deg);
}
.accordion-003 summary::before {
    content: '▶';
    position: absolute;
    left: 0.5em;       
    top: 1em;        
}
.accordion-003_p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #00ada9;
    transition: transform .5s, opacity .5s;
    text-indent: -1em;
    font-weight: bold;
}
.accordion-003_p::before {
    content: '✓'; 
}
.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
#afterTel {
    margin-bottom: 60px !important;
}
#afterTelBody {
    width: 100%;
    margin: 0 auto;
}
#afterTelMenu {
    width: 100%;
}
.spbr {
    display: none;
}
h2 {
    padding: 15px 10px 15px 42px !important;
    background: #1085BE!important;
    font-size: 25px!important;
    color: white!important;
    margin: 5rem 0rem 1.8rem 0rem!important;
    line-height: 1.3!important;
    margin-top: 5rem;
    position: relative;
}
h2:before {
    position: absolute!important;
    content: ''!important;
    left: -2px!important;
    top: -2px!important;
    border: none!important;
    border-bottom: solid 79px transparent!important;
  }
.h5 {
    margin-top: 1.5em;
    font-size: 23px;
    margin-left: 16rem;
}
.normal {
    font-weight: normal !important;
    font-size: 15px;
    margin-left: 16rem;
}
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -1.7rem;
}
.hero p {
    font-weight: bold;
    margin-top: 0.4rem;
    margin-bottom: 0.5em;
}
.hero img {
    width: 100%;
    height: auto;
    display: block;
}
.hero-text {
    position: absolute;
    bottom: 14%;
    left: 4%;
    transform: none;
    width: 90%;
    color: #fff;
    font-weight: bold;
    word-break: break-word;
}
.hero-text h1 {
    justify-content: flex-start !important;
    font-size: clamp(26px, 4.5vw, 55px) !important;
    margin-top: 0 auto!important;
    font-weight: bold !important;
    color: #fff !important;
    border-left: none !important;
    padding: 0 !important;
    line-height: 1.3;
}
.hero-text .sub {
    margin-top: 1.6rem;
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 16px;
    border: 3px solid #fff;
    background: linear-gradient(
      to right,
      rgba(30,79,138,0.9) 0%,
      rgba(30,79,138,0.4) 50%,
      rgba(30,79,138,0.9) 100%
    );
}
.hero-full {
    position: relative;
    width: 100%;
}
.hero-full img {
    width: 100%;
    height: auto;
    display: block;
}
.hero-text p {
    font-size: 19px;
    line-height: 1.7;
    max-width: 700px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.mt-1em {
    margin-top: 1em;
}
.mt-4em {
    margin-top: 4em;
}
.button003 a {
    background: #ff7f50;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto 0;
    max-width: 260px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    text-decoration: none;
    border: 1.5px solid #ff7f50;
    margin-top: 2rem;
    font-size: 20px;
}
.button003 a:hover {
    background: #fff;
    color: #ff7f50;
    border: 1.5px solid #ff7f50;
}
.map-area {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.map-area img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.map-btn {
    position: absolute;
    display: inline-block;
    padding: 15px 23px;
    background: rgba(0,0,0,0.6);
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: transform 0.25s ease, background 0.25s ease;
    font-size: 20px;
}
.map-btn:hover {
    transform: scale(1.15);
    background: rgba(0,0,0,0.85);
}
.map-bg {
    background-color: #ecf2f5;
    padding-top: 80px;
}
.map-bg1 {
    background-color: #fff;
    margin-top: 0.5rem;
}
.map-bg-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.btn1 { top: 25%; left: 30%; }
.btn2 { bottom: 20%; left: 20%; }
.btn3 { bottom: 15%; left: 49%; }
.btn4 { top: 31%; right: 24%; }
.btn5 { bottom: 15%; right: 20%; }


/*スマホ用*/
@media screen and (max-width: 599px) {
    .sp-img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .marker {
      display: inline;
      background: rgba(255, 255, 0, 0.6);
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
    }

    .marker::after {
      display: none;
    }

    .hero-text h1 {
      font-size: 19px !important;
    }

    .hero-text .sub {
      margin-top: 0.3rem;
      font-size: 12px;
      padding: 3px 8px;
    }

    .hero-text p {
      font-size: clamp(11px, 3.5vw, 14px);
      line-height: 1.6;
    }

  .hero-text {
      top: auto;
      bottom: 8%;
      left: 4%;
      width: 92%;
    }

    .hero {
      margin-top: -1.1rem;
    }

    .button003 a {
      max-width: 200px;
      font-size: 14.5px;
      margin-top: 1rem;
    }

    #afterTelMenu {
      margin-top: 30px;
    }

    #afterTel {
      margin-bottom: 0 !important;
    }

    .h5 {
      margin-top: 3em;
      font-size: 18px;
      margin-left: 1rem;
    }

    .normal {
      font-size: 12.5px;
      margin-left: 1rem;
    }

    .spbr {
      display: inline;
    }

    .map-btn {
      padding: 4px 15px;
      font-size: 14px;
    }

    .btn1 { top: 25%; left: 25%; }
    .btn2 { bottom: 14%; left: 13%; }
    .btn3 { bottom: 15%; left: 47%; }
    .btn4 { top: 33%; right: 20%; }
    .btn5 { bottom: 13%; right: 13%; }

    .problem-solution {
      flex-direction: column;
      padding: 0px 5px;
    }

    .problem-solution .col {
      margin-top: 2rem;
    }

    .problem-solution .box {
      margin-top: 2.5rem;
    }

    .title::after {
      content: "";
      position: absolute;
      right: -20px;
      top: 0;
      border-top: 21px solid transparent;
      border-bottom: 23px solid transparent;
    }

    .accordion-003 {
      width: auto;
    }

    h2 {
      font-size: 19.5px!important;
    }

    .accordion-003 img {
      width: 200px;
      padding: 0;
    }

    .boxed-text {
       width: -webkit-fill-available;
       max-width: none;
       font-size: 13.5px;
    }

    .accordion-003_p {
      font-size: 16px;
    }

   .flex {
      display: flex;
      align-items: center;
      margin: 5px;
      flex-direction: column;
    }

    table {
      width: 100%;
      table-layout: fixed;
      font-size: 90%;
    }

    table td {
      word-break: break-word;
      overflow-wrap: anywhere;
      padding: 10px;
    }

    h2:before {
      border-left: solid 40px white!important;
    }

  .apx-img {
      width: -webkit-fill-available!important;
    }

  .period-label {
      display: inline-block;
      background-color: #f58220;
      color: #fff;
      padding: 0em 0.4em;
      font-weight: bold;
      text-align: center;
      width: 100px;
      font-size: 80%;
    }

   .table-img img {
      padding: 5px !important;
      width: 65px !important;
    }

    .ml-05em {
       margin-left: 0.5em;
    }

    .valign-top {
       padding: 10px;
    }

    .box-border {
      border: 1px solid #c0c0c0;
      padding: 10px;
      font-size: 90%;
    }

    .apx-img {
      margin-top: 0em;
    }

    .table-img {
      display: none!important;
    }

   .sp-table img {
      padding: 5px !important;
      width: 65px !important;
    }

   .sp-table {
      display: block!important;
      margin: bottom: 1em;
    }

   .accordion-003 summary {
      font-size: 95%;
    }

   .box-gray {
      margin: 7px;
    }

   .sp-img-1 {
      height: 180px!important;
    }

   .map-bg {
      background-color: #ecf2f5;
      padding-top: 30px;
    }

   .hero-text {
      margin-left: 0em;
      top: 4%;
      bottom: 7%;
      left: 4%;
      width: 92%;
    }

   .mt-15em {
      margin-top: 2em;
    }
  }

@media (max-width: 1200px) {
   .hero-text p {
      font-size: 18px;
    }
  }

@media (max-width: 900px) {
   .hero-text p {
      font-size: 12px;
    }
  }

/*PC調整用*/
@media screen and (min-width: 769px) {
   .box01 {
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }

   .box01 .text01 {
      flex: 1;
    }
  }

@media screen and (min-width: 600px) {
   .hero-text p {
      margin-top: 20px;
    }
  }



