@charset "UTF-8";
/* Scss Document */ /* Scss Document */ /********************** font **********************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
/********************** variable style **********************/
/********************** variable color **********************/
/********************** font-size **********************/
/********************** entiri element **********************/
p {
  font-size: 1rem;
  line-height: 1.8em;
}

a {
  text-decoration: none;
}

.link-text {
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.link-text:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-bottom: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-bottom: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-bottom: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-bottom: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-bottom: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-bottom: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-bottom: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-bottom: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mr-88 {
  margin-bottom: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mr-96 {
  margin-bottom: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mr-104 {
  margin-bottom: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mr-112 {
  margin-bottom: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mr-120 {
  margin-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mr-128 {
  margin-bottom: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.mb-136 {
  margin-bottom: 136px;
}

.mr-136 {
  margin-bottom: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.mb-144 {
  margin-bottom: 144px;
}

.mr-144 {
  margin-bottom: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.mb-152 {
  margin-bottom: 152px;
}

.mr-152 {
  margin-bottom: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mr-160 {
  margin-bottom: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix {
  display: table;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, rgb(252, 238, 33)));
  background: linear-gradient(transparent 85%, rgb(252, 238, 33) 85%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.pc_none {
  display: none;
  /**sp**/
}
@media (max-width: 520px) {
  .pc_none {
    display: block;
  }
}

.tab_none {
  display: none;
  /**sp**/
}
@media (max-width: 1000px) {
  .tab_none {
    display: block;
  }
}

.sp_none {
  display: block;
  /**sp**/
}
@media (max-width: 520px) {
  .sp_none {
    display: none !important;
  }
}

.connect_none {
  display: block;
}
@media (max-width: 1160px) {
  .connect_none {
    display: none !important;
  }
}

.etc_none {
  display: block;
}
@media (max-width: 1290px) {
  .etc_none {
    display: none !important;
  }
}

.text-blue {
  color: #0c476e;
}

.text-orange {
  color: #e1541e;
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding: 0;
}
body.no-scroll {
  overflow: hidden;
}

/********************** header **********************/
.header {
  width: 100%;
  height: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 280px 1fr 400px;
      grid-template: "h-logo h-title h-contact"/280px 1fr 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(16px, 6.857px + 1.19vw, 24px) 0;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .header {
    padding: 0 0 0 clamp(16px, 6.857px + 1.19vw, 24px);
    -ms-grid-rows: auto;
    -ms-grid-columns: clamp(192px, 91.429px + 13.095vw, 280px) 1fr 256px;
        grid-template: "h-logo h-title h-contact"/clamp(192px, 91.429px + 13.095vw, 280px) 1fr 256px;
  }
}
@media (max-width: 912px) {
  .header {
    -ms-grid-rows: auto;
    -ms-grid-columns: 280px auto 192px;
        grid-template: "h-logo ... h-contact"/280px auto 192px;
  }
}
@media (max-width: 520px) {
  .header {
    height: 64px;
    padding: 0 0 0 15px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 192px 1fr;
        grid-template: "h-logo h-contact"/192px 1fr;
  }
}
.header-logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: h-logo;
  line-height: 1em;
}
.header-logo img {
  width: clamp(192px, 91.429px + 13.095vw, 280px);
}
.header-heading {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: h-title;
  font-size: clamp(12px, 7.077px + 0.481vw, 14px);
  font-weight: 400;
  line-height: 1.8em;
  margin-left: 32px;
}
@media (max-width: 912px) {
  .header-heading {
    display: none;
  }
}
.header-contact {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: h-contact;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1160px){
  .header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 912px){
  .header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 520px){
  .header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1160px) {
  .header-contact {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.header-contact-tel {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 0.8em;
  color: #000;
}
@media (max-width: 1160px) {
  .header-contact-tel {
    display: table;
    width: 96px;
    height: 96px;
    background: url(../images/header-icon-tell_sp.svg) center center no-repeat;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 520px) {
  .header-contact-tel {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 520px) {
  .header-contact-tel {
    width: 60px;
  }
}
.header-contact-tel:before {
  content: "";
  width: 24px;
  height: 22px;
  display: inline-block;
  background: url(../images/header-icon-tell.svg) 0 0 no-repeat;
  margin-right: 4px;
}
@media (max-width: 1160px) {
  .header-contact-tel:before {
    display: none;
  }
}
.header-contact-btn {
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 48px;
  display: block;
  line-height: 48px;
  background: #e1541e;
  border-radius: 50em;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1160px) {
  .header-contact-btn {
    width: 96px;
    height: 96px;
    background: #e1541e url(../images/header-icon-mail.svg) center no-repeat;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 520px) {
  .header-contact-btn {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 520px) {
  .header-contact-btn {
    width: 60px;
  }
}
.header-contact-btn:hover {
  background: #c64a1a;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1160px) {
  .header-contact-btn:hover {
    background: #c64a1a url(../images/header-icon-mail.svg) center no-repeat;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1160px) {
  .header-contact-btn_text {
    display: none;
  }
}
@media (max-width: 1160px) {
  .header-contact_number {
    display: none;
  }
}
.header-contact-info {
  font-size: 0.75rem;
}
@media (max-width: 1160px) {
  .header-contact-info {
    display: none;
  }
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: slideDown 0.4s ease-out forwards;
          animation: slideDown 0.4s ease-out forwards;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-spacer {
  height: 80px;
  display: none;
}

/********************** main **********************/
.main {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 810px;
  background: url(../images/main_pc.webp) center top no-repeat;
  background-size: cover;
  border-radius: 0 0 48px 48px;
  margin: 0 auto 120px;
}
@media (max-width: 1000px) {
  .main {
    border-radius: 0 0 32px 32px;
  }
}
@media (max-width: 520px) {
  .main {
    border-radius: 0;
    aspect-ratio: 1.22/1;
    background: url(../images/main_sp.webp) center top no-repeat;
    background-size: contain;
    margin: 0 auto 60px;
  }
}
.main-inbox {
  width: 100%;
  height: 100%;
  background: url(../images/cross.png) 0 0 repeat;
  border-radius: 0 0 48px 48px;
}
@media (max-width: 520px) {
  .main-inbox {
    border-radius: 0;
  }
}
.main-title {
  margin: auto;
  padding: 0;
}
.main-title_pict_pc {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 520px) {
  .main-title_pict_pc {
    display: none;
  }
}
.main-title_pict_sp {
  display: none;
}
@media (max-width: 520px) {
  .main-title_pict_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

/********************** solution **********************/
.solution {
  width: clamp(768px, 525.714px + 31.548vw, 980px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .solution {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .solution {
    margin: 0 auto 56px;
  }
}
.solution-subheading {
  font-size: clamp(36px, 29.143px + 0.893vw, 42px);
  font-weight: 500;
  margin: 0 auto 40px;
}
@media (max-width: 520px) {
  .solution-subheading {
    font-size: 1.5rem;
    margin: 0 auto 24px;
  }
}
.solution-subheading:after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  background: #278ead;
  margin: 32px auto 0;
}
@media (max-width: 520px) {
  .solution-subheading:after {
    width: 80px;
    height: 4px;
    margin: 16px auto 0;
  }
}
.solution-inbox {
  width: 100%;
  background: url(../images/solution-bg.webp) center 164px no-repeat;
  background-size: auto;
  padding: 0 0 56px;
}
@media (max-width: 768px) {
  .solution-inbox {
    background-size: contain;
  }
}
@media (max-width: 520px) {
  .solution-inbox {
    padding: 0;
  }
}
.solution-message {
  margin: 0 auto clamp(176px, 414.345px - 31.034vw, 104px);
}
@media (max-width: 520px) {
  .solution-message {
    margin: 0 auto 112px;
  }
}
.solution-message-pict_pc {
  width: clamp(738px, 461.429px + 36.012vw, 980px);
}
@media (max-width: 768px) {
  .solution-message-pict_pc {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .solution-message-pict_pc {
    display: none;
  }
}
.solution-message-pict_sp {
  display: none;
}
@media (max-width: 520px) {
  .solution-message-pict_sp {
    display: block;
    width: 100%;
  }
}
.solution-text {
  font-size: clamp(24px, 19.429px + 0.595vw, 28px);
  font-weight: 500;
  line-height: 1.6EM;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .solution-text {
    font-size: clamp(16px, -34px + 13.333vw, 18px);
    line-height: 1.6em;
    margin: 0 auto 24px;
  }
}
.solution-btn {
  font-size: 1.5rem;
  font-weight: 500;
  width: 400px;
  height: 64px;
  color: #000;
  display: block;
  line-height: 64px;
  background: #fff url(../images/solution-btn_arrow.svg) 97% 50% no-repeat;
  border: 2px solid #000;
  border-radius: 50rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media (max-width: 520px) {
  .solution-btn {
    font-size: 1rem;
    width: 264px;
    height: 44px;
    line-height: 44px;
    background-size: 10%;
  }
}
.solution-btn:hover:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/********************** jvhs **********************/
.jvhs {
  width: clamp(738px, -129.31px + 112.931vw, 1000px);
  text-align: center;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .jvhs {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .jvhs {
    margin: 0 auto 56px;
  }
}
.jvhs-read {
  font-size: clamp(20px, -6.483px + 3.448vw, 28px);
  font-weight: 500;
  margin: 0 auto 40px;
}
@media (max-width: 520px) {
  .jvhs-read {
    font-size: 1.125rem;
    line-height: 1.6em;
    margin: 0 auto 16px;
  }
}
.jvhs-link img {
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.jvhs-link img:hover {
  opacity: 0.5;
}

/********************** service **********************/
.service {
  width: clamp(738px, -129.31px + 112.931vw, 1000px);
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .service {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 56px;
  }
}
.service-subheading {
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .service-subheading {
    margin: 0 auto 24px;
  }
}
.service-figure01 {
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .service-figure01 {
    margin: 0 auto 24px;
  }
}
.service img {
  width: 100%;
  vertical-align: bottom;
}
.service-pict_pc {
  display: block;
}
@media (max-width: 520px) {
  .service-pict_pc {
    display: none;
  }
}
.service-pict_sp {
  display: none;
}
@media (max-width: 520px) {
  .service-pict_sp {
    display: block;
  }
}

/********************** merit **********************/
.merit {
  width: clamp(738px, -129.31px + 112.931vw, 1000px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .merit {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .merit {
    margin: 0 auto 56px;
  }
}
.merit-box {
  margin: 0 auto 80px;
}
.merit-box:last-child {
  margin: 0 auto;
}
@media (max-width: 520px) {
  .merit-box {
    margin: 0 auto 40px;
  }
}
.merit-subheading {
  margin-bottom: 24px;
}
@media (max-width: 520px) {
  .merit-subheading {
    margin-bottom: 16px;
  }
}
.merit-subheading img {
  width: 100%;
  height: auto;
}
.merit-subheading-pict_pc {
  display: block;
}
@media (max-width: 520px) {
  .merit-subheading-pict_pc {
    display: none;
  }
}
.merit-subheading-pict_sp {
  display: none;
}
@media (max-width: 520px) {
  .merit-subheading-pict_sp {
    display: block;
  }
}
.merit-middleheading {
  font-size: clamp(22px, 2.138px + 2.586vw, 28px);
  line-height: 1.6em;
  color: #0c476e;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 520px) {
  .merit-middleheading {
    font-size: 1.125rem;
  }
}
.merit-text {
  font-size: 1.125rem;
}
@media (max-width: 520px) {
  .merit-text {
    font-size: 1rem;
  }
}
.merit-group {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .merit-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.merit-group_link {
  width: 48%;
  cursor: pointer;
  height: auto;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (max-width: 520px) {
  .merit-group_link {
    width: 100%;
  }
}
.merit-group_link img {
  width: 100%;
}
.merit-report {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
.merit-expansion {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  color: #fff;
  display: block;
  width: 160px;
  height: 96px;
  background: rgba(0, 0, 0, 0.72) url(../images/service-icon.svg) 50% 30% no-repeat;
  padding-top: 56px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/********************** contact **********************/
.contact {
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 688px) {
  .contact {
    margin: 0 auto 56px;
  }
}
.contact-read {
  text-align: center;
  font-size: clamp(20px, -19.724px + 5.172vw, 32px);
  font-weight: 500;
  margin: 0 auto 32px;
}
@media (max-width: 688px) {
  .contact-read {
    line-height: 1.6em;
    margin: 0 auto 16px;
  }
}
.contact-jvhs {
  width: clamp(738px, -129.31px + 112.931vw, 1000px);
  display: block;
  text-align: center;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  .contact-jvhs {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 688px) {
  .contact-jvhs {
    margin: 0 auto 16px;
  }
}
.contact-jvhs img {
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.contact-jvhs img:hover {
  opacity: 0.5;
}
.contact-inbox {
  width: 100%;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0c476e;
}
@media (max-width: 688px) {
  .contact-inbox {
    padding: 24px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact-group {
  width: clamp(738px, -129.31px + 112.931vw, 1000px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 768px) {
  .contact-group {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 688px) {
  .contact-group {
    display: block;
  }
}
.contact-tel {
  color: #fff;
}
.contact-tel_number {
  font-size: clamp(42px, -24.207px + 8.621vw, 62px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .contact-tel_number {
    font-size: clamp(38px, 29.613px + 1.613vw, 42px);
  }
}
@media (max-width: 688px) {
  .contact-tel_number {
    font-size: 2.375rem;
    text-align: center;
  }
}
.contact-tel_number:before {
  content: "";
  background: url(../images/contact-icon_tel.svg) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  width: clamp(46px, 22.828px + 3.017vw, 53px);
  aspect-ratio: 1.06/1;
  margin-right: 8px;
}
@media (max-width: 688px) {
  .contact-tel_number:before {
    width: 32px;
    margin-right: 4px;
  }
}
.contact-tel_number a {
  color: #fff;
}
.contact-tel_time {
  font-size: 1.125rem;
}
@media (max-width: 688px) {
  .contact-tel_time {
    font-size: 0.875rem;
    text-align: center;
    margin: 0 auto 24px;
  }
}
.contact-btn {
  font-size: clamp(20px, -6.483px + 3.448vw, 28px);
  color: #fff;
  font-weight: 500;
  line-height: clamp(72px, 19.034px + 6.897vw, 88px);
  text-align: center;
  width: 48%;
  height: clamp(72px, 19.034px + 6.897vw, 88px);
  display: block;
  background: #e1541e url(../images/contact-icon_mail.svg) 8% 50% no-repeat;
  border-radius: 50rem;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.contact-btn:hover {
  background: #c64a1a url(../images/contact-icon_mail.svg) 8% 50% no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 688px) {
  .contact-btn {
    font-size: 1rem;
    background-size: 9%;
    width: 72%;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
  }
  .contact-btn:hover {
    background-size: 9%;
  }
}

/********************** footer **********************/
.footer {
  width: 100%;
  margin: 0 auto;
}
.footer-top {
  width: clamp(738px, -129.31px + 112.931vw, 1000px);
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .footer-top {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 24px;
  }
}
.footer-text {
  font-size: clamp(14px, 9.806px + 0.806vw, 16px);
  line-height: 2em;
}
.footer strong {
  font-size: clamp(16px, 7.613px + 1.613vw, 20px);
}
.footer-bottom {
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  padding: 24px 0;
}
.footer-copy {
  font-size: 0.75rem;
}
.footer a {
  color: #000;
}

/********************** popup **********************/
#popup-overlay {
  display: none; /* ★普段は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 少し濃いめの背景 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

/* ポップアップで表示する画像 */
#popup-image {
  max-width: 90%; /* 画面幅の90%を最大幅に */
  max-height: 90vh; /* 画面高さの90%を最大高に */
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* 閉じるボタン */
#close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}