@charset "utf-8";
/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap : break-word;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  /*overflow-x: hidden;*/
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
  content:"";
  display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

ul{
  padding: 0;
}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
:root {
  --primary-color: #1e355b;
  --secondary-color: #1e355b;
  --text-color: white;
  --link-color: #0066cc;
  --hover-color: #ff6600;
}
a {
  color: var(--link-color);
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: var(--hover-color);
}
a:hover img {
  transition-duration: 0.1s;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}
body {
  font-size: 16px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

  color: var(--text-color);
  background: var(--primary-color);
  overflow-y: scroll;
  min-height: 100dvh;
}


/*-----------------------------------------------------
@@ FV
------------------------------------------------------*/

.wrap {
  width: min(100%, 1920px);
  margin-inline: auto;
  container-type: inline-size;
}

.header {
  display: flex;
  flex-direction: column;
}
.header__kv {
  /*order: 2;*/
}
.header__sns {
  /*order: 1;*/
  padding: 15px 26px;
}
@media screen and (max-width: 999.9px) {

  .wrap {
    width: min(100%, 600px);
  }
  .header__kv {
    /*order: 1;*/
  }
  .header__sns {
    /*order: 2;*/
    padding: 5.334cqw 0;
    padding: 12px 12px;
  }

}

.header__sns__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0 27px;
  list-style-type: none;
  margin-left: auto;
  max-inline-size: max-content;
}
.header__sns__list > li {
}
.header__sns__list > li > a {
    display: block;
    width: 31px;
    aspect-ratio: 1 / 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.header__sns__list > li.sns-x > a {
  background: url(../images/sns-x.webp) no-repeat 0 0;
  background-size: contain;
}
.header__sns__list > li.sns-facebook > a {
  background: url(../images/sns-facebook.webp) no-repeat 0 0;
  background-size: contain;
}
.header__sns__list > li.sns-line > a {
  background: url(../images/sns-line.webp) no-repeat 0 0;
  background-size: contain;
}
.header__sns__list > li.sns-instagram > a {
  background: url(../images/sns-instagram.webp) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 999.9px) {

  .header__sns__list {
    /*justify-content: center;
    gap: 0 6cqw;*/
    gap: 0 4cqw;
    /*margin-inline: auto;*/
  }
  .header__sns__list > li > a {
      width: 5.167cqw;
      /*width: 41px;*/
  }

}


/*-----------------------------------------------------
@@ sec01
------------------------------------------------------*/
.sec01 {
  padding-bottom: 46px;
}
.pagelink {
  width: min(100% - 40px, 1000px);
  margin-inline: auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 28px 0;
}
.pagelink > li {
  width: 23.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  container-type: inline-size;
}
.pagelink > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 9.362cqw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--primary-color);
  background-color: white;
  border: 2px solid #c8992e;
  border-image: linear-gradient(to right, #c8992e, #f9df7b, #c18f23 ,#b57e10) 1;
  text-box: trim-both cap alphabetic;
  padding: 2.979cqw 1em 2.979cqw 0;
  position: relative;
}
.pagelink > li > a:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 40 / 24;
  background: url(../images/arrow-01.webp) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.256cqw;
  margin: auto;
}
.pagelink > li > a:hover {
  filter: contrast(0.7);
}

.p-01 {
  font-size: 24px;
  line-height: 2.042;
  text-align: center;
  color: white;
  margin-top: 20px;
  margin-bottom: 36px;
}
.p-02__wrap {
  width: min(100% - 40px, 600px);
  margin-inline: auto;
  background: #C8992E;
  background: linear-gradient(90deg,rgba(200, 153, 46, 1) 0%, rgba(249, 223, 123, 1) 33%, rgba(193, 143, 35, 1) 66%, rgba(181, 126, 16, 1) 100%);
  padding: 2px;
  border-radius: 10px;
}
.p-02 {
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
  color: white;
  margin: 0 auto;
  position: relative;
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 0.5em 1em 0.7em;
}
@media screen and (max-width: 999.9px) {

  .sec01 {
    padding-top: 8cqw;
    padding-bottom: 11.667cqw;
  }

  .p-01 {
    font-size: 4.667cqw;
    line-height: 2.143;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .p-02__wrap {
    width: min(100% - 40px, 520px);
  }
  .p-02 {
    font-size: 4.667cqw;
  }

}



.application {
  background-color: white;
  padding: 40px 0;
}
.application__link {
  display: block;
  width: min(100% - 40px, 425px);
  margin-inline: auto;
  margin-bottom: 16px;
  background: #C8992E;
  background: linear-gradient(90deg,rgba(200, 153, 46, 1) 0%, rgba(249, 223, 123, 1) 33%, rgba(193, 143, 35, 1) 66%, rgba(181, 126, 16, 1) 100%);
  border-radius: 18px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  container-type: inline-size;
}
.application__link span {
  display: block;
  width: 100%;
  border: 2px solid var(--primary-color);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--primary-color);
  text-align: center;
  border-radius: 16px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  padding: 5.412cqw 0 4.706cqw;
}
.application__link:hover {
  filter: brightness(1.1);
}
.application__p {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: black;
  margin-bottom: 0;
}
@media screen and (max-width: 999.9px) {

.application {
  padding: 8.834cqw 0;
}

  .application__link {
    width: min(100% - 20px, 70.834cqw);
    margin-bottom: 3cqw;
  }
  .application__link span {
    font-size: 9.417cqw;
  }
  .application__p {
    font-size: 3cqw;
  }

}


/*-----------------------------------------------------
@@ sec02
------------------------------------------------------*/
.sec02 {
  padding-bottom: 70px;
}

.logo-01 {
  display: block;
  width: min(100% - 40px, 514px);
  margin-inline: auto;
  padding: 38px 0 44px;
}

.sec02-01__wrap {
  padding-top: 52px;
  background-color: #dde9f4;
}
.sec02-01 {
  width: min(100%, 980px);
  margin-inline: auto;
  container-type: inline-size;
  position: relative;
}
.sec02-01__p-01 {
  font-size:  calc(28 / 980 * 100cqw);
  line-height: 1.5;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: calc(22 / 980 * 100cqw);
  left: calc(254 / 980 * 100cqw);
}
.sec02-01__p-02 {
  font-size:  calc(21 / 980 * 100cqw);
  line-height: 1.62;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: calc(172 / 980 * 100cqw);
  left: calc(298 / 980 * 100cqw);
}
.image-04 {
  display: block;
  width: 236px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: calc(16 / 980 * 100cqw);
  right: calc(-36 / 980 * 100cqw);
}

.sec02-02 {
  width: min(100%, 980px);
  margin-inline: auto;
  container-type: inline-size;
  position: relative;
  padding: 12px 30px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.sec02-02-01 {
  order: 2;
  width: 40.109%;
}
.sec02-02-02 {
  order: 1;
  width: 56.087%;
}
.sec02-02__p-01 {
  font-size: 20px;
  line-height: 1.75;
  color: var(--primary-color);
  text-align: justify;
}
.sec02-02__p-02 {
  font-size: 14px;
  line-height: 1.2;
  color: var(--primary-color);
}

@media screen and (max-width: 999.9px) {

  .sec02 {
    padding-bottom: 7.667cqw;
  }

  .logo-01 {
    width: min(100% - 40px, 59.834cqw);
    padding: 5.334cqw 0;
  }

  .sec02-01__wrap {
    padding: 0;
  }
  .sec02-01 {
    padding-bottom:  calc(16 / 600 * 100cqw);
  }
  .image-03 {
    margin-bottom:  calc(15 / 600 * 100cqw);
  }
  .sec02-01__p-01 {
    font-size:  calc(30 / 600 * 100cqw);
    position: relative;
    margin-bottom:  calc(38 / 600 * 100cqw);
    top: auto;
    left: auto;
  }
  .sec02-01__p-02 {
    font-size:  calc(20 / 600 * 100cqw);
    position: relative;
    margin-bottom:  calc(0 / 600 * 100cqw);
    top: auto;
    left: auto;
  }
  .image-04 {
    display: block;
    width: calc(187 / 600 * 100cqw);
    aspect-ratio: 1 / 1;
    position: absolute;
    top: calc(10 / 600 * 100cqw);
    right: calc(16 / 600 * 100cqw);
  }

  .sec02-02 {
    display: block;
    padding: calc(3 / 600 * 100cqw) 0 calc(64 / 600 * 100cqw);
  }
  .sec02-02-01 {
    width: 86.667%;
    margin-inline: auto;
    margin-bottom: calc(29 / 600 * 100cqw);
  }
  .sec02-02-02 {
    width: 86.667%;
    margin-inline: auto;
  }
.sec02-02__p-01 {
  font-size: calc(22 / 600 * 100cqw);
}
.sec02-02__p-02 {
  font-size: calc(20 / 600 * 100cqw);
}


}

/*
.image-01 {
  display: block;
  width: min(100%, 860px);
  margin-inline: auto;
  margin-bottom: 30px;
}
.sec02-p01 {
  width: min(100%, 860px);
  margin-inline: auto;
  margin-block: 0;
  font-size: 22px;
  line-height: 1.75;
  color: white;
  text-align: justify;
}
.sec02-p02 {
  width: min(100%, 860px);
  margin-inline: auto;
  margin-block: 0.5em 0;
  font-size: 14px;
  line-height: 1.75;
  color: white;
}
p + .sec02-p01 {
  margin-top: 1lh;
}

.sec02-box-01 {
  width: min(100%, 860px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 2.709%;
  position: relative;
  margin-block: 60px;
}
.sec02-box-01:before {
  content: "";
  width: 18px;
  height: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
}
.sec02-box-01:after {
  content: "";
  width: 18px;
  height: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 0;
  right: 0;
}
.sec02-box-01-left {
  width: 70.635%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7cqw 0;
  container-type: inline-size;
}
.sec02-box-01-right {
  width: 24.604%;
}

.sec02-p-03 {
  font-size: 4cqw;
  line-height: 1.75;
  text-align: center;
  color: white;
  margin: 0;
}
.sec02-p-04 {
  font-size: 7.491cqw;
  line-height: 1;
  text-align: center;
  color: white;
  margin: 0;
}

.sec02-box-02 {
  width: min(100%, 860px);
  margin-inline: auto;
  margin-block: 1lh;
  display: grid;
  grid-template-columns: 49.303% 42.907%;
  gap: 1lh 7.791%;
}
.sec02-box-02-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.sec02-box-02-2 {
  grid-area: 1 / 2 / 3 / 3;
}
.sec02-box-02-3 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 999.9px) {

  .sec02 {
    padding-bottom: 7.667cqw;
  }

  .logo-01 {
    width: min(100% - 40px, 59.834cqw);
    padding: 5.334cqw 0;
  }
  .image-01 {
    margin-bottom: 7.667cqw;
  }
  .sec02-p01 {
    width: 86.667%;
    font-size: 3.667cqw;
  }
  .sec02-p02 {
    width: 86.667%;
    margin-block: 0.5em 0;
    font-size: 3.334cqw;
  }

  .sec02-box-01 {
    width: 86.667%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    gap: 3.6cqw 0;
    margin-block: 40px;
  }
  .sec02-box-01-left,
  .sec02-box-01-right {
    width: 100%;
  }
  .sec02-box-01-left {
    gap: 1.8cqw 0;
  }
  .sec02-box-01-right img {
    margin: auto;
    display: block;
    width: 31cqw;
  }
  .sec02-p-03 {
    font-size: 4.231cqw;
  }
  .sec02-p-04 {
    font-size: 6.924cqw;
  }

  .sec02-box-02 {
    display: block;
  }
  .sec02-box-02-2 {
    width: 86.667%;
    margin: 1lh auto;
  }
  .sec02-box-02-2 img {
    display: block;
    width: 70.962%;
    margin-inline: auto;
  }

}*/

/*-----------------------------------------------------
@@ sec03
------------------------------------------------------*/
.sec03 {
  background-color: white;
  padding: 57px 0 12px;
}
.title-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100% - 40px, 654px);
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 11px 0 16px;
  margin-inline: auto;
  margin-bottom: 24px;
  text-box: trim-both cap alphabetic;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg,rgba(200, 153, 46, 1) 0%, rgba(249, 223, 123, 1) 33%, rgba(193, 143, 35, 1) 66%, rgba(181, 126, 16, 1) 100%) 1;
  clip-path: polygon(
    0% 0%, 100% 0%, 97% 50%, 100% 100%, 0% 100%, 3% 50%
  );
}
.sec03-p01 {
  font-size: 16px;
  text-align: center;
  color: black;
  margin-bottom: 28px;
  font-family: 'Noto Sans JP', sans-serif;
}

.sec03__list-01 {
  list-style-type: none;
  width: min(100% - 40px, 1100px);
  margin-inline: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.sec03__list-01 li {
  width: 49.637%;
}

.sec03-p02 {
  font-size: 16px;
  text-align: center;
  color: black;
  margin-bottom: 28px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 999.9px) {

  .sec03 {
    background-color: white;
    padding: 11cqw 0 1px;
  }
  .sec03-p01 {
    font-size: 3.3cqw;
    margin-bottom: 1.5em;
  }

  .title-01 {
    width: min(100% - 40px, 87cqw);
    font-size: 7.167cqw;
    padding: 3cqw 0;
    margin-bottom: 5cqw;
  }
  .sec03__list-01 {
    list-style-type: none;
    width: min(100% - 40px, 87cqw);
    flex-direction: column;
    gap: 6.334cqw 0;
  }
  .sec03__list-01 li {
    width: 100%;
  }

  .sec03-p02 {
    font-size: 3.3cqw;
  }

}

/*-----------------------------------------------------
@@ sec04
------------------------------------------------------*/
.sec04 {
  background-color: white;
  padding: 0 0 32px;
}

.sec04-list-01 {
  list-style-type: none;
  width: min(100% - 40px, 1036px);
  margin-inline: auto;
  margin-top: 64px;
  margin-bottom: 43px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0 2.9%;
}
.sec04-list-01 > li {
  container-type: inline-size;
  width: 30.309%;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  aspect-ratio: 314 / 186;
  background-color: #e8eaee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec04-list-01 > li:not(:last-child):after {
  content: "";
  display: block;
  width: 20px;
  height: 50px;
  background: url(../images/arrow-02.webp) no-repeat 50% 50%;
  background-size: contain;
  position:absolute;
  top: 0;
  bottom: 0;
  right: -12cqw;
  margin: auto;
}
.sec04-list-01 > li > span {
  font-size: 6.37cqw;
  font-weight: 700;
  line-height: 1.75;
  color: var(--primary-color);
  text-align: center;
}

.sec04-box-01 {
  width: min(100% - 40px, 1036px);
  margin-inline: auto;
  border: 1px solid var(--primary-color);
  padding: 2em 3.5em;
  margin-top: 60px;
}
.sec04-p-01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: var(--primary-color);
}
.sec04-list-02 {
  list-style-type: none;
}
.sec04-list-02 > li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: var(--primary-color);
  padding-left: 1em;
  position: relative;
}
.sec04-list-02 > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 999.9px) {

  .sec04 {
    background-color: white;
    padding: 0 0 7.84cqw;
  }
  .sec04-list-01 {
    width: min(100% - 40px, 57.5cqw);
    margin-inline: auto;
    margin-top: 10cqw;
    margin-bottom: 10cqw;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10cqw 0;
  }
  .sec04-list-01 > li {
    width: 100%;
    aspect-ratio: 314 / 186;
  }
  .sec04-list-01 > li:not(:last-child):after {
    width: 15.924cqw;
    height: 6.37cqw;
    background: url(../images/arrow-03.webp) no-repeat 50% 50%;
    background-size: contain;
    position:absolute;
    right: 0;
    left: 0;
    bottom: -79cqw;
    margin: auto;
  }
  .sec04-box-01 {
    width: min(100% - 40px, 87cqw);
    padding: 2em 1em;
  }
  .sec04-p-01 {
    font-size: 3.334cqw;
  }
  .sec04-list-02 > li {
    font-size: 3.334cqw;
  }

}



/*-----------------------------------------------------
@@ sec05
------------------------------------------------------*/
.sec05 {
  background-color: #e8eaee;
  padding: 40px 0 47px;
}

.title-02 {
  width: min(100% - 40px, 654px);
  margin-inline: auto;
  margin-bottom: 17px;
  background-color: var(--primary-color);
  display: block;
  padding: 2px;
  /* リボンの形に切り抜く */
  clip-path: polygon(0% 0%, 100% 0%, 97% 50%, 100% 100%, 0% 100%, 3% 50%);
}

.title-02-inner {
  background-color: white;
  color: var(--primary-color);
  padding: 20px 0 19px;
  text-box: trim-both cap alphabetic;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  /* 内側も同じ形に切り抜く */
  /* 左右の線を出すために、少しだけ内側に追い込む（95.5%など） */
  clip-path: polygon(0.2% 0%, 99.8% 0%, 96.8% 50%, 99.8% 100%, 0.2% 100%, 3.2% 50%);
}

.sec05__p-01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  color: black;
}

.image-02 {
  display: block;
  width: min(100% - 40px, 798px);
  margin-inline: auto;
}

@media screen and (max-width: 999.9px) {

  .sec05 {
    padding: 5.334cqw 0 9.167cqw;
  }

  .title-02 {
    width: min(100% - 40px, 87cqw);
    margin-bottom: calc(7 / 600 * 100cqw);
  }
  .title-02-inner {
    font-size: 7.167cqw;
    padding: 3cqw 0;
  }

.sec05__p-01 {
  font-size: calc(20 / 600 * 100cqw);
  margin-bottom: calc(44 / 600 * 100cqw);
}


  .image-02 {
    display: block;
    width: 69%;
    margin-inline: auto;
  }

}


/*-----------------------------------------------------
@@ sec06
------------------------------------------------------*/
.sec06 {
  background-color: #e8eaee;
  padding: 40px 0 47px;
}
@media screen and (max-width: 999.9px) {

  .sec06 {
    padding: 5.334cqw 0 9.167cqw;
  }
}

.product-title-box {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2%;
  position: relative;
  container-type: inline-size;
}
.product-title-box-left {
  width: 50%;
}
.product-title-box-right {
  width: 50%;
  padding-left: 3.410%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-title-box-01 {
  background-color: #182234;
}
.product-title-box-02 {
  background-color: #484d6d;
}
.product-title-box-03 {
  background-color: #496e64;
}
.product-titlecatch,
.product-title-p-01,
.product-title-p-02,
.product-title-p-03 {
  width: min(100% - 20px, 540px);
}
.product-titlecatch {
  border-bottom: 1px solid #a1a7b3;
  padding-bottom: 30px;
  margin-bottom: 38px;
}
.product-title-p-01 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: white;
  margin-bottom: 13px;
}
.product-title-p-02 {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 17px;
  font-feature-settings: "palt" 1;
}
.product-title-p-03 {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255, .5);
  margin-bottom: 0px;
}
@media screen and (max-width: 999.9px) {

  .product-title-box {
    flex-direction: column;
    padding: 6cqw 3cqw;
    gap: 6cqw;
  }
  .product-title-box-left {
    width: 100%;
  }
  .product-title-box-right {
    width: 90%;
  }
  .product-titlecatch {
    padding-bottom: 7cqw;
    margin-bottom: 7cqw;
  }
  .product-title-p-01 {
    font-size: 3.7cqw;
    margin-bottom: 1em;
  }
  .product-title-p-02 {
    font-size: 3cqw;
    margin-bottom: 1em;
    text-align: justify;
  }
  .product-title-p-03 {
    font-size: 2.6cqw
    margin-bottom: 0;
  }


}


.sec06-list-01 {
  list-style-type: none;
  width: min(100% - 40px, 1030px);
  margin-inline: auto;
  margin-top: 41px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2cqw 3.55%;
}
.sec06-list-01 > li {
  width: 22.331%;
  background-color: white;
  border-radius: 9px;
  padding: 1.263%;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sec06-list-01__oubo {
  width: 100%;
  font-size: 9.804cqw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  color: white;
  padding: 4.42cqw 0 3.45cqw;
}
.oubo-01 {
  background-color: #64a2ce;
}
.oubo-02 {
  background-color: #1e355b;
}
.oubo-03 {
  background-color: #d49938;
}
.oubo-04 {
  background-color: #870014;
}
.sec06-list-01__title {
  width: 100%;
  height: 37cqw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 7.0cqw;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  color: var(--primary-color);
  margin-block: 10px;
}
.sec06-list-01__image {
  width: 100%;
  margin-block: 10px;
}
.sec06-list-01__image img {
  width: auto;
  height: 48.55cqw;
  margin-inline: auto;
}
.sec06-list-01__button {
  width: 100%;
}
.oubo_button {
  width: 86.275%;
  margin-inline: auto;
  background: #C8992E;
  background: linear-gradient(90deg, rgba(200, 153, 46, 1) 0%, rgba(249, 223, 123, 1) 33%, rgba(193, 143, 35, 1) 66%, rgba(181, 126, 16, 1) 100%);
  border-radius: 10px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  container-type: inline-size;
  color: var(--primary-color);
}
.oubo_button span {
  display: block;
  width: 100%;
  border: 2px solid var(--primary-color);
  font-size: 9.412cqw;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--primary-color);
  text-align: center;
  border-radius: 7px;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  padding: 5.412cqw 0 4.706cqw;
}
@media screen and (max-width: 999.9px) {

.sec06-list-01 {
  width: 83.334%;
  margin-top: 41px;
  gap: 5cqw 6%;
}
.sec06-list-01 > li {
  width: 47%;
  padding: 2.526%;

}

}


/* @@@ 商品説明 */
.product-desc-01 {
  background-color: #f1f3f5;
}
.product-desc-02 {
  background-color: #f2eef6;
}
.product-desc-03 {
  background-color: #f2f6f4;
}
.product-desc {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding: 80px 20px;
}
.product-desc img {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 999.9px) {

  .product-desc {
    padding: 60px 20px;
  }
  .product-desc img {
    width: 89.334%;
    margin: 0 auto;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ sec07
------------------------------------------------------*/
.sec07 {
  background-color: white;
  padding: 40px 0 47px;
}

.sec07-p-01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 1.75em;
}
.sec07-list-01 {
  list-style-type: none;
  width: min(100% - 40px, 1036px);
  margin-inline: auto;
  /*margin-top: 64px;
  margin-bottom: 43px;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0 2.9%;
}
.sec07-list-01 > li  {
  width: 30.309%;
}
.sec07-list-01 > li > a {
  container-type: inline-size;
  border-radius: 20px;
  aspect-ratio: 314 / 118;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25cqw 0;
  position: relative;
  padding-right: 2cqw;
}
.sec07-list-01 > li > a:after {
  content: "";
  display: block;
  width: 3.502cqw;
  /*height: 50px;*/
  aspect-ratio: 11 / 20;
  background: url(../images/arrow-04.webp) no-repeat 50% 50%;
  background-size: contain;
  position:absolute;
  top: 0;
  bottom: 0;
  right: 3.822cqw;
  margin: auto;
}
.sec07-list-01a {
  font-size: 5.733cqw;
  font-weight: 700;
  line-height: 1.25;
  color: white;
  text-align: center;
  letter-spacing: -0.05em;
}
.sec07-list-01a .tume1 {
  letter-spacing: -0.4em;
}
.sec07-list-01b {
  font-size: 7.64cqw;
  font-weight: 700;
  line-height: 1.25;
  color: white;
  text-align: center;
}

@media screen and (max-width: 999.9px) {

  .sec07 {
    padding: 5.334cqw 0 9.167cqw;
  }
  .sec07-p-01 {
    font-size: 4.334cqw;
  }
  .sec07-list-01 {
    width: min(100% - 40px, 69.167cqw);
    margin-inline: auto;
    /*margin-top: 10cqw;
    margin-bottom: 10cqw;*/
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4.334cqw 0;
  }
  .sec07-list-01 > li {
    width: 100%;
  }

}


/*-----------------------------------------------------
@@ footer
------------------------------------------------------*/
#page-footer {
  background-color: var(--primary-color);
  padding: 20px 10px;
}
.footer__copyright {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: center;
  color: white;
  letter-spacing: 0.22em;
  color: #9fa1a6;
  margin-block: 0;
}

@media screen and (max-width: 999.9px) {
  .footer__copyright {
    font-size: 3cqw;
  }
}


/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
p{
  margin-block: calc((1em - 1lh) / 2) 1lh;
}


/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon  {ime-mode: active;}
.imeoff {ime-mode: disabled;}

.right  {text-align: right;}
.center {text-align: center;}
.left   {text-align: left;}

.nowrap {white-space: nowrap;}

@media screen and (min-width: 1000px) {
  .sp, .smp {display: none !important;}
}
@media screen and (max-width: 999.9px) {
  .pc {display: none !important;}
}



/*-----------------------------------------------------
@@ レスポンシブ対策
------------------------------------------------------*/
video, object {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
/* YouTube等のiframeを囲む
<div class="video169"><iframe>...</iframe></div> 16:9の場合
<div class="video34"><iframe>...</iframe></div> 4:3の場合
*/
.video169, .video34 {
  width:100%;
  height: auto;
  position: relative;
}
.video169 {aspect-ratio: 16 / 9;}
.video34  {aspect-ratio: 4 / 3;}

.video169 iframe, .video34 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @@ Googleマップ */
.gmap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 auto 20px;
}
.gmap iframe,.gmap object,.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.9px){
  .gmap {
    /*height: 300px;*/
    margin: 0 auto 10px;
  }
}




/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
#page_top {
  width: 40px;
  aspect-ratio: 1 / 1;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: var(--primary-color) url(../images/arrow-top.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -100%;/* 表示領域の外（下）へ */
}

