.moreButton {
  color: #ffffff;
  background: linear-gradient(128deg, #209cc6 0%, #7dc3c8 70%, #f1d3d2 100%);
  border-radius: 70px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.moreButton:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .moreButton {
    width: min(43.6vw, 170px);
    padding: min(3.85vw, 15px) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .moreButton {
    width: min(11.5vw, 220px);
    padding: min(1vw, 20px) 0;
  }
}
.floatRight {
  position: fixed;
  display: grid;
  grid-template-rows: 1fr 1fr;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  max-height: 300px;
}
.floatRight a {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
  max-height: 144px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  padding: 14px 2px;
}

.floatBottom {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .floatRight {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
    margin: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 100;
    max-height: 52px;
  }
  .floatRight a {
    writing-mode: inherit;
    text-orientation: sideways;
    text-align: center;
    max-height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    padding: 14px 2px;
  }
  .floatBottom {
    position: fixed;
    bottom: 60px;
    right: 14px;
    z-index: 100;
  }
}
.secMv {
  height: 100svh;
  width: 100%;
  background-color: #0069b7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secMv .wrap {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: block;
  background-color: #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.secMv .wrap img {
  max-width: 80%;
  position: relative;
  z-index: 10;
}
.secMv .wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .secMv {
    height: calc(100svh - 52px);
  }
}
.secConcept {
  position: relative;
}
.secConcept .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.secConcept .bg .ashiato {
  position: absolute;
  top: 64px;
  right: 0;
  width: 130%;
}
.secConcept .bg .ashiato svg {
  fill: #ffffff;
}
.secConcept .bg .ashiato svg path {
  fill: #ffffff;
}
.secConcept .bg .ashiato .st0 {
  fill: #ffffff;
  opacity: 0.3;
}
.secConcept .wrap .head {
  max-width: 994px;
  width: 92%;
  padding: 64px 0 30px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.secConcept .wrap .head .left {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.secConcept .wrap .head .right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.secConcept .wrap .head img {
  max-width: 100%;
}
.secConcept .wrap .middle {
  max-width: 994px;
  width: 92%;
  padding: 30px 0 60px;
  margin: auto;
}
.secConcept .wrap .middle .copy {
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 500;
  color: #ffffff;
}
.secConcept .wrap .middle .container {
  display: grid;
  grid-template-columns: 282px 1fr 282px;
  gap: 72px 28px;
  padding-top: 72px;
}
.secConcept .wrap .middle .container h3 {
  color: #ffffff;
  font-size: clamp(19px, 2.8vw, 28px);
  margin-bottom: 20px;
}
.secConcept .wrap .middle .container p {
  color: #ffffff;
  font-size: clamp(15px, 1.6vw, 16px);
}
.secConcept .wrap .middle .container .txt.txt1 {
  grid-column: 1/3;
  grid-row: 1/2;
}
.secConcept .wrap .middle .container .txt.txt2 {
  grid-column: 2/4;
  grid-row: 2/3;
}

.ashiato .animFadeIn {
  opacity: 0;
}
.ashiato.op.animated .animFadeIn {
  opacity: 0;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.08, 0.99) forwards;
}
.ashiato.op.animated .animFadeIn#ashiato02 {
  animation-delay: 0.3s;
}
.ashiato.op.animated .animFadeIn#ashiato03 {
  animation-delay: 1s;
}
.ashiato.op.animated .animFadeIn#ashiato04 {
  animation-delay: 1.5s;
}
.ashiato.op.animated .animFadeIn#ashiato05 {
  animation-delay: 2s;
}
.ashiato.op.animated .animFadeIn#ashiato06 {
  animation-delay: 2.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 767px) {
  .secConcept .wrap .head {
    padding: 64px 0 0px;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .secConcept .wrap .head h2 {
    height: 100px;
  }
  .secConcept .wrap .head h2 img {
    height: 100%;
    width: auto;
  }
  .secConcept .wrap .head .right img {
    width: 60%;
  }
  .secConcept .wrap .middle {
    padding: 16px 0 60px;
  }
  .secConcept .wrap .middle .copy {
    font-size: clamp(14px, 4.61vw, 18px);
  }
  .secConcept .wrap .middle .container {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
    padding-top: 72px;
  }
  .secConcept .wrap .middle .container h3 {
    font-size: clamp(18px, 6.6vw, 26px);
    margin-bottom: 20px;
  }
  .secConcept .wrap .middle .container p {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secConcept .wrap .middle .container .txt.txt1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .secConcept .wrap .middle .container .txt.txt2 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .secConcept .wrap .middle .container img:last-of-type {
    padding-top: 22px;
  }
}
.secStoryA .wrap {
  width: 100%;
  padding-bottom: 40px;
}
.secStoryA .wrap .head {
  width: 92%;
  max-width: 1100px;
  margin: 50px auto 40px;
}
.secStoryA .wrap .movie {
  aspect-ratio: 16/9;
}
.secStoryA .wrap .movie .txt {
  height: -moz-fit-content;
  height: fit-content;
  top: -16px;
  left: 60%;
}
.secStoryA .wrap .movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .secStoryA .wrap .movie .txt {
    width: 14%;
    top: -16px;
    left: 1%;
  }
}
.secStoryC .wrap {
  width: 100%;
  padding-bottom: 80px;
}
.secStoryC .wrap .head {
  width: 92%;
  max-width: 1100px;
  margin: 80px auto 40px;
}
.secStoryC .wrap .movie {
  aspect-ratio: 16/9;
}
.secStoryC .wrap .movie .txt {
  height: -moz-fit-content;
  height: fit-content;
  top: -30px;
  left: 70%;
}
.secStoryC .wrap .movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .secStoryC .wrap .movie .txt {
    width: 13%;
    top: -16px;
    left: 6%;
  }
}
.movie {
  position: relative;
}
.movie .txt {
  position: absolute;
  z-index: 6;
}
.movie .movie_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
.movie .movie_btn .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie .movie_btn .btn {
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.movie .movie_btn.movieBtnHidden {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.secStoryB .wrap {
  max-width: 1120px;
  margin: 40px auto;
}
.secStoryB .wrap .box {
  position: relative;
  padding: 0px 62px;
}
.secStoryB .wrap .box::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  border: 1px solid #ffffff;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
.secStoryB .wrap .box .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  align-items: flex-end;
  margin-bottom: 40px;
}
.secStoryB .wrap .box .top .mds {
  grid-column: 2/3;
  grid-row: 1/2;
}
.secStoryB .wrap .box .top .mds > img {
  width: 100%;
}
.secStoryB .wrap .box .top .mds .mdsInner {
  position: absolute;
  display: flex;
  gap: 6%;
  top: 5%;
  left: 3%;
  width: 97%;
}
.secStoryB .wrap .box .top .mds .mdsInner span {
  width: 65%;
  margin-top: 16%;
}
.secStoryB .wrap .box .top .mds .mdsInner h3 {
  width: 9%;
}
.secStoryB .wrap .box .top .txt {
  grid-column: 1/2;
  grid-row: 1/2;
}
.secStoryB .wrap .box .leftbox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6%;
  align-items: center;
  margin-bottom: 40px;
}
.secStoryB .wrap .box .leftbox img {
  width: 100%;
}
.secStoryB .wrap .box .leftboxB {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 3%;
  align-items: flex-end;
}
.secStoryB .wrap .box .leftboxB .txt {
  margin-bottom: 80px;
}
.secStoryB .wrap .box .mds {
  position: relative;
}
.secStoryB .wrap .box .mds .mdsInner {
  position: absolute;
}
.secStoryB .wrap .box .txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.secStoryB .wrap .box .txt .txtInline h3 {
  font-weight: 400;
  margin-bottom: 12px;
  color: #e2be28;
  font-size: clamp(15px, 1.6vw, 16px);
}
.secStoryB .wrap .box .txt .txtInline p {
  font-size: clamp(15px, 1.6vw, 16px);
  color: #ffffff;
  font-weight: lighter;
}

@media only screen and (max-width: 1200px) {
  .secStoryB .wrap {
    width: 92%;
    margin: 40px auto;
  }
  .secStoryB .wrap .box {
    position: relative;
    padding: 0px 32px;
  }
  .secStoryB .wrap .box::before {
    width: 100%;
    height: calc(100% - 100px);
    top: 50px;
    left: 0;
  }
  .secStoryB .wrap .box .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .secStoryB .wrap .box .top .txt {
    margin-top: 80px;
  }
  .secStoryB .wrap .box .top .mds .mdsInner h2 {
    width: 8.5%;
  }
  .secStoryB .wrap .box .leftbox {
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    align-items: flex-start;
  }
  .secStoryB .wrap .box .leftboxB {
    grid-template-columns: 6fr 5fr;
    gap: 3%;
    align-items: flex-start;
  }
  .secStoryB .wrap .box .leftboxB .txt {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .secStoryB .wrap .box {
    margin-top: 24px;
    padding: 0px 24px 32px;
  }
  .secStoryB .wrap .box::before {
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
    left: 0;
  }
  .secStoryB .wrap .box .top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: initial;
    margin-bottom: 40px;
  }
  .secStoryB .wrap .box .top .mds .mdsInner span {
    width: 65%;
    margin-top: 16%;
  }
  .secStoryB .wrap .box .top .mds .mdsInner h3 {
    width: 9%;
  }
  .secStoryB .wrap .box .top .txt {
    margin-top: 0;
  }
  .secStoryB .wrap .box .leftbox {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }
  .secStoryB .wrap .box .leftbox img {
    width: 100%;
  }
  .secStoryB .wrap .box .leftboxB {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .secStoryB .wrap .box .leftboxB .txt {
    margin-bottom: 0;
  }
  .secStoryB .wrap .box .mds {
    position: relative;
  }
  .secStoryB .wrap .box .mds .mdsInner {
    position: absolute;
  }
  .secStoryB .wrap .box .txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .secStoryB .wrap .box .txt .txtInline h3 {
    font-weight: 400;
    margin-bottom: 12px;
    color: #e2be28;
    font-size: clamp(15px, 1.6vw, 16px);
  }
  .secStoryB .wrap .box .txt .txtInline p {
    font-size: clamp(15px, 1.6vw, 16px);
    color: #ffffff;
    line-height: 1.7em;
  }
}
.secStoryD .wrap {
  max-width: 1440px;
  margin: 40px auto 0;
}
.secStoryD .wrap .sub {
  max-width: 1120px;
  margin: 40px auto 0;
  width: 100%;
}
.secStoryD .wrap .box {
  position: relative;
  display: block;
  margin: 40px auto 0;
  padding: 52px 0px;
}
.secStoryD .wrap .box::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.secStoryD .wrap .box .top {
  max-width: 1440px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 510px 30px 460px 1fr;
  margin-bottom: 48px;
}
.secStoryD .wrap .box .top .mds {
  position: relative;
  grid-column: 1/3;
}
.secStoryD .wrap .box .top .mds .bg {
  width: 100%;
  height: 100%;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.secStoryD .wrap .box .top .mds .mdsInner {
  position: absolute;
  top: 0;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 120%;
  display: grid;
  grid-template-columns: 46px 65% 46px;
  align-items: flex-end;
  justify-content: center;
}
.secStoryD .wrap .box .top .mds .mdsInner span {
  grid-column: 2/3;
  text-align: center;
  margin-bottom: 80px;
}
.secStoryD .wrap .box .top .mds .mdsInner h2 {
  grid-column: 3/4;
}
.secStoryD .wrap .box .top .mds .mdsInner h2 img {
  height: 100%;
}
.secStoryD .wrap .box .top .txt {
  grid-column: 4/5;
}
.secStoryD .wrap .box .rightbox {
  max-width: 996px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  margin-bottom: 40px;
}
.secStoryD .wrap .box .leftbox {
  max-width: 996px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.secStoryD .wrap .box .mds {
  position: relative;
}
.secStoryD .wrap .box .mds .mdsInner {
  position: absolute;
}
.secStoryD .wrap .box .txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.secStoryD .wrap .box .txt .txtInline h3 {
  font-weight: 400;
  margin-bottom: 12px;
  color: #e2be28;
  font-size: clamp(15px, 1.6vw, 16px);
}
.secStoryD .wrap .box .txt .txtInline p {
  font-size: clamp(15px, 1.6vw, 16px);
  color: #ffffff;
  font-weight: lighter;
  line-height: 1.7em;
}

@media only screen and (max-width: 1200px) {
  .secStoryD .wrap {
    width: 92%;
    margin: 40px auto 0;
  }
  .secStoryD .wrap .sub {
    max-width: 1120px;
    margin: 40px auto 0;
    width: 100%;
  }
  .secStoryD .wrap .box {
    position: relative;
    display: block;
    margin: 40px auto 0;
    padding: 52px 32px;
  }
  .secStoryD .wrap .box .top {
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    margin-bottom: 48px;
  }
  .secStoryD .wrap .box .top .mds {
    grid-column: 1/2;
  }
  .secStoryD .wrap .box .top .mds .bg {
    width: 100%;
    height: 100%;
    max-height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .secStoryD .wrap .box .top .mds .mdsInner {
    top: auto;
    bottom: -24px;
    height: initial;
    grid-template-columns: 40px 65% 40px;
    gap: 3%;
  }
  .secStoryD .wrap .box .top .mds .mdsInner span {
    margin-bottom: 40px;
  }
  .secStoryD .wrap .box .top .mds .mdsInner h2 {
    grid-column: 3/4;
  }
  .secStoryD .wrap .box .top .mds .mdsInner h2 img {
    height: 100%;
  }
  .secStoryD .wrap .box .top .txt {
    grid-column: 2/3;
  }
  .secStoryD .wrap .box .rightbox {
    gap: 5%;
  }
  .secStoryD .wrap .box .leftbox {
    gap: 5%;
  }
}
@media only screen and (max-width: 800px) {
  .secStoryD .wrap {
    width: 100%;
  }
  .secStoryD .wrap .box {
    padding: 32px 0;
  }
  .secStoryD .wrap .box::before {
    width: 92%;
    height: 100%;
    top: 0px;
    left: 0;
  }
  .secStoryD .wrap .box .top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: initial;
    margin-bottom: 40px;
  }
  .secStoryD .wrap .box .top .mds .bg {
    width: 92%;
  }
  .secStoryD .wrap .box .top .mds .mdsInner {
    grid-template-columns: 26px 50% 26px;
    gap: 3%;
  }
  .secStoryD .wrap .box .top .mds .mdsInner span {
    width: 100%;
    margin-top: 16%;
  }
  .secStoryD .wrap .box .top .mds .mdsInner h2 {
    height: 110%;
  }
  .secStoryD .wrap .box .top .txt {
    margin: 0 auto;
    width: 92%;
    padding: 0 24px;
  }
  .secStoryD .wrap .box .leftbox {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto 0px;
    width: 92%;
    padding: 0 24px;
  }
  .secStoryD .wrap .box .leftbox img {
    width: 100%;
  }
  .secStoryD .wrap .box .rightbox {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    margin: 0 auto 40px;
    width: 92%;
    padding: 0 24px;
  }
  .secStoryD .wrap .box .rightbox img {
    width: 100%;
  }
  .secStoryD .wrap .box .mds {
    position: relative;
  }
  .secStoryD .wrap .box .mds .mdsInner {
    position: absolute;
  }
  .secStoryD .wrap .box .txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .secStoryD .wrap .box .txt .txtInline h3 {
    font-weight: 400;
    margin-bottom: 12px;
    color: #e2be28;
    font-size: clamp(15px, 1.6vw, 16px);
  }
  .secStoryD .wrap .box .txt .txtInline p {
    font-size: clamp(15px, 1.6vw, 16px);
    color: #ffffff;
    line-height: 1.7em;
  }
}
.secPoint .wrap {
  margin: 114px auto 0;
}
.secPoint .wrap .sub {
  max-width: 1000px;
  margin: 40px auto 0;
  width: 92%;
}
.secPoint .wrap .swiper {
  padding-top: 88px;
  position: relative;
}
.secPoint .wrap .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.secPoint .wrap .swiper .swiper-wrapper .swiper-slide h3 {
  margin: 12px 0 6px;
  min-height: 3em;
  color: #ffffff;
  font-size: 14px;
}
.secPoint .wrap .swiper .swiper-wrapper .swiper-slide p {
  color: #ffffff;
  font-size: 12px;
}
.secPoint .wrap .swiper .swiperNav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 56px;
  max-width: 1000px;
  width: 92%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.secPoint .wrap .swiper .swiperNav .swiper-button-prev,
.secPoint .wrap .swiper .swiperNav .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  background-size: cover;
  display: block;
  width: 58px;
  height: 58px;
  margin: 0;
  top: 0;
}
.secPoint .wrap .swiper .swiperNav .swiper-button-prev svg,
.secPoint .wrap .swiper .swiperNav .swiper-button-next svg {
  display: none;
}
.secPoint .wrap .swiper .swiperNav .swiper-button-prev {
  background-image: url(../../shared/images/icon_arrow.svg);
}
.secPoint .wrap .swiper .swiperNav .swiper-button-next {
  background-image: url(../../shared/images/icon_arrow.svg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .secPoint .wrap .sub img {
    width: calc(92% - 102px);
  }
  .secPoint .wrap .swiper {
    padding-top: 56px;
    margin-top: -32px;
  }
  .secPoint .wrap .swiper .swiperNav {
    height: 48px;
  }
  .secPoint .wrap .swiper .swiperNav .swiper-button-prev,
  .secPoint .wrap .swiper .swiperNav .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}
.secBoshu .wrap {
  margin: 64px auto 0;
}
.secBoshu .wrap .sub {
  max-width: 1000px;
  margin: 0px auto 64px;
  width: -moz-fit-content;
  width: fit-content;
}
.secBoshu .wrap .box {
  background-color: #f0f3f5;
  max-width: 890px;
  width: 88%;
  margin: auto;
  border-radius: 32px;
  padding: 56px 42px;
}
.secBoshu .wrap .box h2 {
  font-size: clamp(19px, 2.8vw, 28px);
  font-weight: 600;
}
.secBoshu .wrap .box .content .list {
  border-bottom: 1px solid #000000;
  padding: 16px 0 16px 4px;
  display: grid;
  grid-template-columns: 125px 1fr;
}
.secBoshu .wrap .box .content .list:first-child {
  border-top: 2px solid #000000;
}
.secBoshu .wrap .box .content .list .ttl h3 {
  font-size: 12px;
  color: #6f7579;
  font-weight: lighter;
}
.secBoshu .wrap .box .content .list .txt p {
  font-size: 14px;
  font-weight: 400;
}
.secBoshu .wrap .box .content .list .txt p.subtxt {
  margin-top: 12px;
}
.secBoshu .wrap .box .content .list .txt a {
  color: #0069b7;
}
.secBoshu .wrap .box .content .list .txt .container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.secBoshu .wrap .box .content .list .txt .container.containerManone {
  margin-top: 0;
}
.secBoshu .wrap .box .content .list .txt .container details summary {
  background: #ffffff;
  padding: 8px 18px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 16px;
  gap: 8px;
  align-items: center;
}
.secBoshu .wrap .box .content .list .txt .container details summary p {
  font-size: 14px;
  font-weight: 600;
}
.secBoshu .wrap .box .content .list .txt .container details summary span {
  position: relative;
  width: 16px;
  height: 16px;
}
.secBoshu .wrap .box .content .list .txt .container details summary span:after, .secBoshu .wrap .box .content .list .txt .container details summary span:before {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #98a6b5;
  display: block;
  content: "";
}
.secBoshu .wrap .box .content .list .txt .container details summary span:after {
  width: 16px;
  height: 2px;
}
.secBoshu .wrap .box .content .list .txt .container details summary span:before {
  width: 2px;
  height: 16px;
}
.secBoshu .wrap .box .content .list .txt .container details .answer {
  margin-top: 4px;
  background: #ffffff;
  padding: 8px 18px;
  font-size: 12px;
}
.secBoshu .wrap .box .content .list .txt .container details[open] summary span:after, .secBoshu .wrap .box .content .list .txt .container details[open] summary span:before {
  transition: 0.3s;
}
.secBoshu .wrap .box .content .list .txt .container details[open] summary span:before {
  opacity: 0;
  transform: rotate(90deg);
}
.secBoshu .wrap .box .content .list .txt.kinmuchi .kinmuchiList {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 4px 0;
}
.secBoshu .wrap .box .content .list .txt.kinmuchi .kinmuchiList .listTtl {
  font-weight: 600;
}
.secBoshu .wrap .box .content .list .txt.flow .flowList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.secBoshu .wrap .box .content .list .txt.flow .flowList .flowBox {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding-left: 20px;
}
.secBoshu .wrap .box .content .list .txt.flow .flowList .flowBox:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.secBoshu .wrap .box .content .list .txt.flow .flowList .flowBox:after {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% + 20px);
  position: absolute;
  top: 8px;
  left: 3px;
  background-color: #000000;
}
.secBoshu .wrap .box .content .list .txt.flow .flowList .flowBox:last-of-type:after {
  display: none;
}
.secBoshu .wrap .box .content .list .txt.flow .flowList .flowBox .flowTtl {
  min-width: 95px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .secBoshu .wrap {
    margin: 64px auto 0;
  }
  .secBoshu .wrap .sub {
    max-width: 340px;
    width: 70%;
    margin: 0px auto 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secBoshu .wrap .box {
    width: 90%;
    border-radius: 32px;
    padding: 40px 16px;
  }
  .secBoshu .wrap .box h2 {
    font-size: clamp(19px, 2.8vw, 28px);
  }
  .secBoshu .wrap .box .content .list {
    padding: 18px 0 18px 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .secBoshu .wrap .box .content .list .txt p {
    font-size: 14px;
    font-weight: 400;
  }
  .secBoshu .wrap .box .content .list .txt p.subtxt {
    margin-top: 12px;
  }
}
.secEntry {
  margin: 64px auto 0;
}
.secEntry .box {
  background-color: #f0f3f5;
  max-width: 890px;
  width: 88%;
  margin: auto;
  border-radius: 32px;
  padding: 56px 42px;
}
.secEntry .box h2 {
  font-size: clamp(19px, 2.8vw, 28px);
  font-weight: 600;
}
.secEntry .box .content {
  border-top: 2px solid #000000;
  padding-top: 26px;
}
.secEntry .box .content > p {
  text-align: center;
  font-size: clamp(15px, 1.6vw, 16px);
}
.secEntry .box .content .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.secEntry .box .content .wpcf7-form .formItem {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5%;
  align-items: flex-start;
}
.secEntry .box .content .wpcf7-form .formItem p .formItemLabel {
  font-size: 14px;
  padding-top: 12px;
  font-weight: 600;
  display: block;
}
.secEntry .box .content .wpcf7-form .formItem .formItemInput {
  width: 100%;
}
.secEntry .box .content .wpcf7-form .formItem .formItemInput input {
  font-size: 16px;
  border: 1px solid #919ba0;
  padding: 12px 14px;
  width: 100%;
  background-color: #ffffff;
}
.secEntry .box .content .wpcf7-form .formItem .formItemInput textarea {
  font-size: 16px;
  border: 1px solid #919ba0;
  padding: 12px 14px;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
}
.secEntry .box .content .wpcf7-form .formItem .formItemInput .inputNote {
  font-size: 12px;
}
.secEntry .box .content .wpcf7-form .formSubmit p {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
.secEntry .box .content .wpcf7-form .formSubmit p .wpcf7-submit {
  width: 130px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #000000;
  color: #ffffff;
  display: block;
  margin: auto;
  font-size: 12px;
}
.secEntry .box .content .wpcf7-form .formSubmit p .wpcf7-spinner {
  opacity: 0;
  display: none;
}
.secEntry .box .content .wpcf7-form.submit .formSubmit p .wpcf7-spinner {
  opacity: 0;
  display: none;
}
.secEntry .box .content .wpcf7-form .wpcf7-response-output {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .secEntry {
    margin: 64px auto 0;
  }
  .secEntry .box {
    width: 90%;
    border-radius: 32px;
    padding: 40px 16px;
  }
  .secEntry .box h2 {
    font-size: clamp(19px, 2.8vw, 28px);
  }
  .secEntry .box .content > p {
    font-size: 13px;
    letter-spacing: 0em;
  }
  .secEntry .box .content .wpcf7-form {
    gap: 20px;
    margin-top: 40px;
  }
  .secEntry .box .content .wpcf7-form .formItem {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .secEntry .box .content .wpcf7-form .formItem p .formItemLabel {
    padding-top: 0px;
  }
  .secEntry .box .content .wpcf7-form .formItem .formItemInput input {
    padding: 6px 12px;
  }
  .secEntry .box .content .wpcf7-form .formItem .formItemInput textarea {
    padding: 6px 12px;
  }
  .secEntry .box .content .wpcf7-form .formItem .formItemInput .inputNote {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */