@charset "UTF-8";
.satei {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .satei {
    background-image: url(../img/construction/satei_bg_pc2x.jpg);
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .satei {
    background-image: url(../img/construction/satei_bg_sp.jpg);
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .satei__wrapper {
    margin-left: 325px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .satei__wrapper {
    margin-left: 32vw;
    margin-right: 2vw;
  }
}
@media (min-width: 768px) {
  .satei__container {
    width: 100%;
    max-width: 1920px;
    background-color: #fff;
  }
}
.satei__box {
  position: relative;
}
@media (min-width: 768px) {
  .satei__box {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__box {
    max-width: 67vw;
  }
}
@media (min-width: 768px) {
  .satei__tx {
    display: block;
    max-width: 908px;
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__tx {
    max-width: 51.88vw;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .satei__tx {
    position: relative;
    display: block;
    width: 58vw;
    margin-left: 4vw;
    top: -3.33vw;
    margin-bottom: -3.33vw;
    z-index: 1;
  }
}
.satei__telbox {
  position: relative;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .satei__telbox {
    padding: 15px 20px;
    gap: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__telbox {
    padding: 0.93vw;
    gap: 0 0.63vw;
  }
}
@media (max-width: 767px) {
  .satei__telbox {
    background-color: #fff;
    padding: 4vw;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  }
}
.satei__telbox::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .satei__telbox::before {
    width: 248px;
    height: 353px;
    bottom: 0;
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__telbox::before {
    width: 14.59vw;
    height: 20.76vw;
    left: 0.93vw;
  }
}
@media (max-width: 767px) {
  .satei__telbox::before {
    width: 33.07vw;
    height: 46.93vw;
    top: -46.93vw;
    right: 2.67vw;
    z-index: 0;
  }
}
.satei__telbox.shinjo::before {
  background-image: url(../img/construction/satei_img1.png);
}
.satei__telbox.sugiya::before {
  background-image: url(../img/construction/satei_img2.png);
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__telbox_p {
    font-size: 1.06vw;
  }
}
@media (max-width: 767px) {
  .satei__telbox_num {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #5f5f5f;
  }
}
@media (min-width: 768px) {
  .satei__freedial {
    width: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__freedial {
    width: 3.87vw;
  }
}
@media (max-width: 767px) {
  .satei__freedial {
    color: #0065ff;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .satei__freedial span {
    position: relative;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .satei__freedial span::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(../img/construction/satei_tel_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .satei__telnum {
    width: 424px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__telnum {
    width: 23.53vw;
  }
}
@media (max-width: 767px) {
  .satei__telnum {
    width: 73.07vw;
  }
}
.satei__btnbox {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .satei__btnbox {
    width: 394px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .satei__btnbox {
    width: 20.59vw;
  }
}
@media (max-width: 767px) {
  .satei__btnbox {
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.satei__btnbox::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.satei__btnbox:hover {
  opacity: 1;
}
.satei__btnbox:hover::before {
  animation: kiran 0.5s linear;
}

.fv {
  position: relative;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (min-width: 768px) {
  .fv {
    line-height: 1;
    margin-top: 130px;
    height: 48vw;
    margin-bottom: 80px;
    background-image: url(../img/construction/fv_img_pc2x.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv {
    margin-top: 9.52vw;
  }
}
@media (max-width: 767px) {
  .fv {
    margin-top: 65px;
    height: 129.33vw;
    background-image: url(../img/construction/fv_img_sp.jpg);
    margin-bottom: 71.34vw;
  }
}
.fv__text {
  background-color: #0065ff;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .fv__text {
    bottom: -80px;
    height: 80px;
    padding-left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .fv__text {
    padding-left: 30vw;
  }
}
@media (max-width: 767px) {
  .fv__text {
    bottom: -16vw;
    height: 16vw;
  }
}
@media (min-width: 768px) {
  .fv__text1 {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__text1 {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .fv__text1 {
    font-size: 4.27vw;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .fv__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .fv__wrapper {
    margin-left: 32vw;
  }
}
@media (max-width: 767px) {
  .fv__wrapper {
    width: 88vw;
    padding: 15px 0;
  }
}
.fv__tx {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__tx {
    top: 3.13vw;
    left: calc(325px + 0.25vw);
    width: 35.69vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .fv__tx {
    left: 32.25vw;
  }
}
@media (max-width: 767px) {
  .fv__tx {
    top: 10.67vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.13vw;
  }
}
.fv__nav {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__nav {
    right: 40px;
    bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__nav {
    right: 2.67vw;
    bottom: 0.67vw;
  }
}
@media (max-width: 767px) {
  .fv__nav {
    width: 100%;
    top: calc(100% + 16vw);
    left: 0;
    background-color: #ffcd00;
    height: 55.34vw;
    padding: 4vw;
  }
}
.fv__sptext {
  color: #ff5900;
  font-size: 5.87vw;
  padding: 0 10px 5px;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: #ff5900;
  text-decoration-style: wavy;
}
.fv__navitems {
  list-style: none;
}
@media (min-width: 768px) {
  .fv__navitems {
    gap: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__navitems {
    gap: 0 0.36vw;
  }
}
@media (max-width: 767px) {
  .fv__navitems {
    margin-top: 2.67vw;
    gap: 0.67vw;
  }
}
@media (min-width: 768px) {
  .fv__navitem:nth-of-type(4) {
    transform: translateY(-20px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__navitem:nth-of-type(4) {
    transform: translateY(-2vw);
  }
}
@media (max-width: 767px) {
  .fv__navitem {
    width: 21.33vw;
  }
}
@media (min-width: 768px) {
  .fv__navimg {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__navimg {
    width: 8vw;
  }
}
@media (max-width: 767px) {
  .fv__navimg {
    width: 21.33vw;
  }
}

.sec01 {
  position: relative;
  background-color: #00aeff;
}
@media (min-width: 768px) {
  .sec01 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .sec01 {
    padding-top: 40px;
  }
}
.sec01__wrapper {
  z-index: 1;
}
@media (min-width: 768px) {
  .sec01__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec01__wrapper {
    margin-left: 32vw;
  }
}
.sec01__head {
  line-height: 1;
}
.sec01__title {
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .sec01__title {
    font-size: 57px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec01__title {
    font-size: 3.56vw;
  }
}
@media (max-width: 767px) {
  .sec01__title {
    font-size: 9.87vw;
    line-height: 12.67vw;
  }
}
.sec01__title::before, .sec01__title::after {
  display: inline-block;
  content: "";
  background: #fff;
  width: 4px;
}
@media (min-width: 768px) {
  .sec01__title::before, .sec01__title::after {
    position: relative;
    height: 76px;
    margin: 0 30px;
    margin-top: 5px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__title::before, .sec01__title::after {
    height: 5.56vw;
    margin: 0 2vw;
  }
}
@media (max-width: 767px) {
  .sec01__title::before, .sec01__title::after {
    position: absolute;
    bottom: 0;
    height: 18vw;
  }
}
@media (min-width: 768px) {
  .sec01__title::before {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .sec01__title::before {
    left: 12vw;
    transform: rotate(-25deg);
  }
}
@media (min-width: 768px) {
  .sec01__title::after {
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .sec01__title::after {
    right: 12vw;
    transform: rotate(25deg);
  }
}
.sec01__items {
  list-style: none;
}
@media (min-width: 768px) {
  .sec01__items {
    gap: 55px;
  }
}
@media (max-width: 767px) {
  .sec01__items {
    gap: 45px 0;
  }
}
@media (min-width: 768px) {
  .sec01__item {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .sec01__item {
    width: 76vw;
  }
}
.sec01__balloon {
  position: relative;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sec01__balloon {
    width: 285px;
    padding: 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .sec01__balloon {
    width: 76vw;
    margin-inline: auto;
    padding: 25px;
  }
}
.sec01__balloon::before, .sec01__balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  transform: skew(-15deg);
}
@media (min-width: 768px) {
  .sec01__balloon::before, .sec01__balloon::after {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .sec01__balloon::before, .sec01__balloon::after {
    right: 30px;
  }
}
.sec01__balloon::before {
  bottom: -20px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 30px 0 0;
}
.sec01__balloon::after {
  bottom: -16px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 26px 2px 0;
  z-index: 10;
}
.sec01__balloon p {
  line-height: 26px;
}
.sec01__icon {
  position: relative;
  margin-top: -25px;
}
.sec01__text {
  color: #fff;
  line-height: 39px;
}
@media (min-width: 768px) {
  .sec01__message {
    max-width: 1070px;
    padding: 0 20px;
  }
}
.sec01__p {
  position: relative;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec01__p {
    font-size: 45px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec01__p {
    font-size: 2.81vw;
  }
}
@media (max-width: 767px) {
  .sec01__p {
    font-size: 6.53vw;
    padding-bottom: 10px;
  }
}
.sec01__p::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff45f;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  transition: transform 0.5s;
  transform-origin: center left;
  transform: scale(0, 1);
}
.sec01__p.show::after {
  transform: scale(1, 1);
}
.sec01__tx {
  position: absolute;
  z-index: 1;
  opacity: 0;
  animation: heartbeat 2.5s forwards ease-in-out;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec01__tx {
    bottom: 20px;
    left: 50%;
    width: 725px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec01__tx {
    width: 45.31vw;
  }
}
@media (max-width: 767px) {
  .sec01__tx {
    bottom: 2.67vw;
    left: 5.33vw;
    width: 92vw;
  }
}
.sec01__tx.show {
  animation-play-state: running;
}
.sec01__img {
  position: relative;
}
@media (min-width: 768px) {
  .sec01__img {
    width: 798px;
    margin-top: -75px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec01__img {
    width: 49.88vw;
    margin-top: -4.69vw;
  }
}
@media (max-width: 767px) {
  .sec01__img {
    width: 80.67vw;
  }
}
.sec01__ticker {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec01__ticker {
    position: absolute;
    bottom: 60px;
    height: 251px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec01__ticker {
    height: 15.69vw;
  }
}
@media (max-width: 767px) {
  .sec01__ticker {
    height: 16.67vw;
    margin-top: 30px;
  }
}
.sec01__ticker_container {
  display: flex;
  position: absolute;
  animation: ticker_rev 60s linear infinite;
}
.sec01__ticker_item {
  display: flex;
  flex-shrink: 0;
}
.sec01__ticker_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .sec01__ticker_img {
    width: 1650px;
    height: 251px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec01__ticker_img {
    width: 103.13vw;
    height: 15.69vw;
    margin-left: 1.88vw;
  }
}
@media (max-width: 767px) {
  .sec01__ticker_img {
    width: 109.87vw;
    height: 16.67vw;
    margin-left: 1.33vw;
  }
}

@keyframes ticker_rev {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.sec02 {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec02 {
    background-image: url(../img/construction/02_bg_pc2x.jpg);
    padding: 80px 0 600px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec02 {
    padding-bottom: 17.5vw;
  }
}
@media (max-width: 767px) {
  .sec02 {
    background-image: url(../img/construction/02_bg_sp.jpg);
    padding: 8vw 0 50.67vw;
  }
}
@media (min-width: 768px) {
  .sec02__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec02__wrapper {
    margin-left: 32vw;
  }
}
.sec02__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec02__text p {
    font-size: 4.88vw;
    line-height: 9vw;
  }
}
@media (max-width: 767px) {
  .sec02__text p {
    font-size: 7.2vw;
    line-height: 15.47vw;
  }
}
.sec02__text span {
  display: block;
  margin: 0 auto;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #fff 50%, #11346c 50.1%);
  background-position: 100% 0%;
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background 0.1s;
}
.sec02__tx {
  position: relative;
  padding-bottom: 20px;
}
.sec02__tx::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff45f;
  width: 100%;
  left: 0;
  bottom: 20px;
  transition: transform 0.5s;
  transform-origin: center left;
  transform: scale(0, 1);
}
@media (min-width: 768px) {
  .sec02__tx::after {
    height: 10px;
  }
}
@media (max-width: 767px) {
  .sec02__tx::after {
    height: 5px;
  }
}
.sec02__tx.show::after {
  transform: scale(1, 1);
}

@media (min-width: 768px) {
  .sec03 {
    margin-left: 325px;
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec03 {
    margin-left: 32vw;
  }
}
@media (max-width: 767px) {
  .sec03 {
    padding: 30px 0 50px;
  }
}
@media (min-width: 768px) {
  .sec03__wrapper {
    max-width: 1220px;
    padding-right: 25px;
  }
}
.sec03__head {
  line-height: 1;
}
.sec03__head.show .sec03__title1 span,
.sec03__head.show .sec03__title2 span {
  animation-play-state: running;
}
.sec03__title1 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec03__title1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec03__title1 {
    font-size: 1.87vw;
  }
}
@media (max-width: 767px) {
  .sec03__title1 {
    font-size: 16px;
  }
}
.sec03__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec03__title2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sec03__title2 {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec03__title2 {
    font-size: 4.88vw;
  }
}
@media (max-width: 767px) {
  .sec03__title2 {
    font-size: 39px;
  }
}
.sec03__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec03__items {
  list-style: none;
}
@media (min-width: 768px) {
  .sec03__items {
    gap: 80px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec03__items {
    gap: 5vw 3.13vw;
  }
}
@media (max-width: 767px) {
  .sec03__items {
    gap: 9.33vw 8vw;
  }
}
@media (min-width: 768px) {
  .sec03__item {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec03__item {
    width: 21.88vw;
  }
}
@media (max-width: 767px) {
  .sec03__item {
    width: 40vw;
  }
}
@media (min-width: 768px) {
  .sec03__name {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec03__name {
    font-size: 2.13vw;
    line-height: 3.38vw;
  }
}
@media (max-width: 767px) {
  .sec03__name {
    font-size: 7.2vw;
    line-height: 12.67vw;
  }
}

.sec04 {
  background-color: #d2ecf7;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .sec04__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec04__wrapper {
    margin-left: 32vw;
  }
}
@media (min-width: 768px) {
  .sec04__container {
    max-width: 1200px;
    padding-right: 25px;
  }
}
.sec04__head {
  color: #1b98d5;
}
@media (min-width: 768px) {
  .sec04__head {
    font-size: 56px;
    line-height: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__head {
    font-size: 3.5vw;
    line-height: 4.75vw;
  }
}
@media (max-width: 767px) {
  .sec04__head {
    font-size: 6.8vw;
    line-height: 12.67vw;
  }
}
.sec04__items {
  align-items: flex-start;
  justify-content: center;
  list-style: none;
}
@media (min-width: 768px) {
  .sec04__items {
    gap: 20px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__items {
    gap: 1.25vw 1.88vw;
  }
}
@media (max-width: 767px) {
  .sec04__items {
    gap: 10px;
  }
}
.sec04__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec04__box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  border: 3px solid #231815;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .sec04__box {
    width: 347px;
    padding: 25px 10px;
    border-radius: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__box {
    width: 21.69vw;
    padding: 1.56vw 0.63vw;
  }
}
@media (max-width: 767px) {
  .sec04__box {
    width: 41.33vw;
    padding: 5px;
    border-radius: 15px;
    height: 100%;
    min-height: 14.67vw;
  }
}
.sec04__name {
  position: relative;
  color: #1b98d5;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec04__name {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__name {
    padding-bottom: 1.25vw;
  }
}
@media (max-width: 767px) {
  .sec04__name {
    font-size: 4.27vw;
    padding-bottom: 2.67vw;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__name.fs32 {
    font-size: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__name.fs27 {
    font-size: 1.69vw;
  }
}
.sec04__name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #c3bd2c;
}
@media (min-width: 768px) {
  .sec04__name::after {
    width: 177px;
    height: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__name::after {
    width: 11.06vw;
    height: 0.56vw;
  }
}
@media (max-width: 767px) {
  .sec04__name::after {
    width: 20.93vw;
    height: 1.07vw;
  }
}
.sec04__listbox {
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .sec04__listbox {
    max-width: 1128px;
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .sec04__listbox {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .sec04__listbox .flex-pc {
    gap: 0 40px;
  }
}
.sec04__ul {
  list-style: none;
}
.sec04__li {
  position: relative;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sec04__li {
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .sec04__li {
    line-height: 20px;
  }
}
.sec04__li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1b98d5;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .sec04__li::before {
    top: 13px;
  }
}
@media (max-width: 767px) {
  .sec04__li::before {
    top: 5px;
  }
}
.sec04__p {
  color: #1b98d5;
}
@media (min-width: 768px) {
  .sec04__p {
    font-size: 47px;
    line-height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec04__p {
    font-size: 2.94vw;
    line-height: 4.75vw;
  }
}
@media (max-width: 767px) {
  .sec04__p {
    font-size: 8vw;
    line-height: 11.6vw;
  }
}

@media (min-width: 768px) {
  .sec05 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/construction/05_bg_pc2x.jpg);
    padding: 120px 0 100px;
    min-height: 46.53vw;
  }
}
@media (min-width: 768px) {
  .sec05__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec05__wrapper {
    margin-left: 32vw;
  }
}
.sec05__head {
  text-shadow: 6px 6px 15px rgba(27, 152, 213, 0.8);
  color: #fff;
  -webkit-text-stroke: 2px rgba(27, 152, 213, 0.5);
  paint-order: stroke;
}
@media (min-width: 768px) {
  .sec05__head {
    font-size: 53px;
    line-height: 77px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec05__head {
    font-size: 3.31vw;
    line-height: 4.81vw;
  }
}
@media (max-width: 767px) {
  .sec05__head {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/construction/05_bg_sp.jpg);
    height: 101.33vw;
    padding: 63.33vw 0 0;
    font-size: 8vw;
    line-height: 14.13vw;
  }
}
@media (max-width: 767px) {
  .sec05__body {
    margin-top: -16vw;
    background: linear-gradient(to bottom, rgba(0, 174, 255, 0) 0%, #00aeff 10%, #00aeff 100%);
    padding: 36vw 0 25px;
  }
}
.sec05__items {
  list-style: none;
}
@media (min-width: 768px) {
  .sec05__items {
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .sec05__items {
    gap: 0 20px;
  }
}
.sec05__item {
  border-radius: 100%;
}
@media (min-width: 768px) {
  .sec05__item {
    background-color: #1b98d5;
    color: #fff;
    width: 218px;
    height: 218px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec05__item {
    width: 13.63vw;
    height: 13.63vw;
    line-height: 2.88vw;
  }
}
@media (max-width: 767px) {
  .sec05__item {
    background-color: #fff;
    color: #1b98d5;
    width: 41.33vw;
    height: 41.33vw;
    line-height: 8.67vw;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec05__p {
    font-size: 2.38vw;
  }
}
@media (max-width: 767px) {
  .sec05__p {
    font-size: 7.2vw;
  }
}

@media (min-width: 768px) {
  .sec06 {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec06 {
    margin-left: 32vw;
  }
}
@media (min-width: 768px) {
  .sec06__wrapper {
    max-width: 1200px;
    padding: 90px 20px 85px 0;
  }
}
@media (max-width: 767px) {
  .sec06__wrapper {
    padding: 35px 0 40px;
  }
}
.sec06__head {
  line-height: 1;
}
.sec06__head.show .sec06__title1 span,
.sec06__head.show .sec06__title2 span {
  animation-play-state: running;
}
.sec06__title1 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec06__title1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec06__title1 {
    font-size: 1.87vw;
  }
}
@media (max-width: 767px) {
  .sec06__title1 {
    font-size: 16px;
  }
}
.sec06__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec06__title2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec06__title2 {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec06__title2 {
    font-size: 4.88vw;
  }
}
@media (max-width: 767px) {
  .sec06__title2 {
    font-size: 32px;
  }
}
.sec06__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec06__p {
  line-height: 23px;
}
.sec06__items {
  list-style: none;
}
.sec06__item {
  transition: transform ease 0.7s, opacity ease 0.7s;
  opacity: 0;
  transform: translateY(50px);
}
.sec06__item.show {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .sec06__item {
    gap: 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec06__item {
    gap: 0 4.67vw;
  }
}
.sec06__imgbox {
  max-width: 100%;
}
@media (min-width: 768px) {
  .sec06__imgbox {
    width: 568px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec06__imgbox {
    width: 40%;
  }
}
.sec06__img {
  height: auto;
}
@media (min-width: 768px) {
  .sec06__content {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .sec06__content {
    width: 84vw;
  }
}
.sec06__icon {
  max-width: 100%;
}
@media (min-width: 768px) {
  .sec06__icon {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec06__icon {
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .sec06__icon {
    width: 150px;
  }
}
.sec06__subtitle {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sec06__subtitle {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec06__subtitle {
    font-size: 2.75vw;
  }
}
@media (max-width: 767px) {
  .sec06__subtitle {
    font-size: 32px;
  }
}
.sec06__subtitle strong {
  color: #ff5900;
}
@media (min-width: 768px) {
  .sec06__text {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .sec06__text {
    line-height: 42px;
  }
}

.sec07 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec07 {
    background-image: url(../img/construction/07_bg_pc2x.jpg);
    padding: 90px 0 100px;
  }
}
@media (max-width: 767px) {
  .sec07 {
    background-image: url(../img/construction/07_bg_sp.jpg);
    padding: 35px 0 50px;
  }
}
@media (min-width: 768px) {
  .sec07__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec07__wrapper {
    margin-left: 32vw;
  }
}
.sec07__head {
  line-height: 1;
}
.sec07__title1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec07__title1::before, .sec07__title1::after {
  content: "";
  background-color: #000;
  height: 2px;
  width: 35px;
}
.sec07__title1::before {
  margin-right: 5px;
  transform: rotate(50deg);
}
.sec07__title1::after {
  margin-left: 5px;
  transform: rotate(-50deg);
}
@media (min-width: 768px) {
  .sec07__title2 {
    font-size: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec07__title2 {
    font-size: 4.63vw;
  }
}
@media (max-width: 767px) {
  .sec07__title2 {
    font-size: 37px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  .sec07__body {
    max-width: 1190px;
    padding: 0 20px;
  }
}
.sec07__items {
  list-style: none;
}
@media (min-width: 768px) {
  .sec07__items {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec07__items {
    gap: 2.5vw;
  }
}
@media (max-width: 767px) {
  .sec07__items {
    gap: 30px 0;
  }
}
@media (min-width: 768px) {
  .sec07__1 {
    width: 660px;
  }
}
.sec07__1 .sec07__flex {
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec07__1 .sec07__flex {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec07__2 {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .sec07__dl {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .sec07__dl + .sec07__dl {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec07__dl + .sec07__dl {
    margin-left: 0;
    margin-top: 10px;
  }
}
.sec07__dt {
  line-height: 1;
  background-color: #fff;
  padding: 5px;
  width: 70px;
}
.sec07__dd {
  margin-left: 10px;
}
.sec07__lead {
  background-color: #000;
  color: #fff;
  padding: 10px;
}
.sec07__price {
  line-height: 1;
  margin-left: 10px;
}
.sec07__price span {
  display: inline-block;
  color: #ff5900;
}
@media (min-width: 768px) {
  .sec07__price span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .sec07__price span {
    font-size: 48px;
  }
}
.sec07__balloon {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 30px;
  line-height: 30px;
}
.sec07__balloon::before, .sec07__balloon::after {
  content: "";
  position: absolute;
  right: 80px;
  width: 0;
  height: 0;
  margin: auto;
  transform: skew(-25deg);
}
.sec07__balloon::before {
  bottom: -30px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 30px 39px 0 0;
}
.sec07__balloon::after {
  bottom: -28px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 28px 38px 0 0;
  z-index: 10;
}
.sec07__staff {
  position: relative;
  padding: 0 10px;
  margin-top: -15px;
  z-index: 1;
}
.sec07__staff p {
  margin-left: 20px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .sec08 {
    margin-left: 325px;
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec08 {
    margin-left: 32vw;
  }
}
@media (max-width: 767px) {
  .sec08 {
    padding: 35px 0 40px;
  }
}
@media (min-width: 768px) {
  .sec08__wrapper {
    max-width: 1220px;
    padding-right: 20px;
  }
}
.sec08__head {
  line-height: 1;
}
.sec08__head.show .sec08__title1 span,
.sec08__head.show .sec08__title2 span {
  animation-play-state: running;
}
.sec08__title1 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec08__title1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__title1 {
    font-size: 1.87vw;
  }
}
@media (max-width: 767px) {
  .sec08__title1 {
    font-size: 16px;
  }
}
.sec08__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec08__title2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sec08__title2 {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__title2 {
    font-size: 4.88vw;
  }
}
@media (max-width: 767px) {
  .sec08__title2 {
    font-size: 39px;
  }
}
.sec08__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec08__p {
  line-height: 23px;
}
.sec08__items {
  list-style: none;
}
@media (max-width: 767px) {
  .sec08__items {
    gap: 1.33vw 0.67vw;
  }
}
@media (min-width: 768px) {
  .sec08__item {
    max-width: 338px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__item {
    max-width: 21.33vw;
  }
}
@media (max-width: 767px) {
  .sec08__item {
    max-width: 88vw;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .sec08__item:not(:first-of-type) {
    width: 42.67vw;
  }
}
@media (max-width: 767px) {
  .sec08__item:not(:first-of-type) .sec08__imgbox {
    width: 42.67vw;
    height: 42.67vw;
  }
}
@media (max-width: 767px) {
  .sec08__item:not(:first-of-type) .sec08__img {
    width: 42.67vw;
    height: 42.67vw;
  }
}
.sec08__imgbox {
  max-width: 100%;
}
@media (min-width: 768px) {
  .sec08__imgbox {
    width: 338px;
    height: 338px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__imgbox {
    width: 21.33vw;
    height: 21.33vw;
  }
}
@media (max-width: 767px) {
  .sec08__imgbox {
    width: 88vw;
    height: 88vw;
  }
}
.sec08__img {
  max-width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec08__img {
    width: 338px;
    height: 338px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__img {
    width: 21.33vw;
    height: 21.33vw;
  }
}
@media (max-width: 767px) {
  .sec08__img {
    width: 88vw;
    height: 88vw;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__content {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .sec08__content {
    font-size: 4.8vw;
    line-height: 8.67vw;
  }
}
.sec08__content span {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 5px;
  min-height: 30px;
}
@media (min-width: 768px) {
  .sec08__name span {
    min-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec08__name span {
    min-width: 6vw;
  }
}
@media (max-width: 767px) {
  .sec08__name span {
    min-width: 24vw;
  }
}
.sec08__area.hokkaido span {
  background-color: #6c69ad;
}
.sec08__area.hokuriku span {
  background-color: #4dbaa9;
}
.sec08__area span {
  color: #fff;
  min-height: 30px;
}
@media (max-width: 767px) {
  .sec08__car {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.sec08__car span {
  background-color: #000;
  color: #fff;
  min-height: 30px;
}
@media (max-width: 767px) {
  .sec08__car span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.sec09 {
  background-color: #e9eaea;
}
@media (min-width: 768px) {
  .sec09 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sec09 {
    padding: 35px 0 40px;
  }
}
@media (min-width: 768px) {
  .sec09__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec09__wrapper {
    margin-left: 32vw;
  }
}
.sec09__head {
  line-height: 1;
}
@media (min-width: 768px) {
  .sec09__head {
    max-width: 1200px;
  }
}
.sec09__head.show .sec09__title1 span,
.sec09__head.show .sec09__title2 span {
  animation-play-state: running;
}
.sec09__title1 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec09__title1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec09__title1 {
    font-size: 1.87vw;
  }
}
@media (max-width: 767px) {
  .sec09__title1 {
    font-size: 16px;
  }
}
.sec09__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec09__title2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sec09__title2 {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec09__title2 {
    font-size: 4.88vw;
  }
}
@media (max-width: 767px) {
  .sec09__title2 {
    font-size: 39px;
  }
}
.sec09__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec09__body {
    max-width: 1220px;
    padding-right: 20px;
  }
}
.sec09__box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec09__box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sec09__box {
    padding: 15px 20px 35px;
  }
}
.sec09__iconbox {
  float: left;
}
@media (min-width: 768px) {
  .sec09__iconbox {
    width: 90px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec09__iconbox {
    width: 7.5vw;
    margin-right: 2.5vw;
  }
}
@media (max-width: 767px) {
  .sec09__iconbox {
    width: 18.67vw;
    margin-right: 4vw;
  }
}
@media (min-width: 768px) {
  .sec09__icon {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec09__icon {
    width: 7.5vw;
  }
}
@media (max-width: 767px) {
  .sec09__icon {
    width: 18.67vw;
  }
}
.sec09__content {
  line-height: 35px;
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .sec09__content {
    margin-left: -120px;
    padding-left: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec09__content {
    margin-left: -10vw;
    padding-left: 10vw;
  }
}
@media (max-width: 767px) {
  .sec09__content {
    margin-left: -22.67vw;
    padding-left: 22.67vw;
  }
}
@media (max-width: 767px) {
  .sec09__content::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .sec09__info {
    display: block;
  }
}
.sec09__dl {
  line-height: 1;
}
@media (min-width: 768px) {
  .sec09__dl {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .sec09__dl {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .sec09__dl {
    margin: 10px 0;
  }
}
.sec09__dl dt {
  background-color: #e9eaea;
  border: 1px solid #000;
  padding: 2px 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .sec09__dl dt {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .sec09__dl dt {
    min-width: 21.73vw;
    text-align: center;
    margin-right: 10px;
  }
}
.sec09__dl dd:not(:last-of-type) {
  margin-right: 20px;
}
.sec09 .cb {
  clear: both;
}
@media (min-width: 768px) {
  .sec09__review {
    float: right;
    width: 100%;
    margin-left: -120px;
    padding-left: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec09__review {
    display: block;
    margin-left: -10vw;
    padding-left: 10vw;
  }
}
.sec09__rating span {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .sec09__rating span {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .sec09__rating span {
    font-size: 12vw;
  }
}
.sec09__rating span::before, .sec09__rating span::after {
  content: "★★★★★";
  letter-spacing: 0.2rem;
}
.sec09__rating span::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffdc00;
}
.sec09__rating span[data-rate="5"]::after {
  width: 100%;
}
.sec09__rating span[data-rate="4"]::after {
  width: 80%;
}
.sec09__rating span[data-rate="3"]::after {
  width: 60%;
}
.sec09__rating span[data-rate="2"]::after {
  width: 40%;
}
.sec09__rating span[data-rate="1"]::after {
  width: 20%;
}
.sec09__rating span[data-rate="0"]::after {
  width: 0%;
}
.sec09__items {
  list-style: none;
}
.sec09__item {
  line-height: 1;
  padding: 5px 10px;
  border-right: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 900px) {
  .sec09__item {
    font-size: 14px;
  }
}
.sec09__item:first-of-type {
  border-left: 1px solid #000;
}
.sec09__item span {
  color: #ff5900;
}
@media (min-width: 768px) and (max-width: 900px) {
  .sec09__item span {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sec09__comment {
    float: right;
    width: 100%;
    margin-left: -120px;
    padding-left: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec09__comment {
    display: block;
    margin-left: -10vw;
    padding-left: 10vw;
  }
}

.sec10 {
  position: relative;
  background-color: #ffcd00;
}
@media (min-width: 768px) {
  .sec10 {
    background-image: url(../img/construction/10_img_pc.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
.sec10__ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec10__ticker {
    height: 190px;
  }
}
.sec10__ticker_container {
  display: flex;
  position: absolute;
  animation: ticker 45s linear infinite;
}
.sec10__ticker_item {
  display: flex;
  flex-shrink: 0;
}
.sec10__ticker_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sec10__ticker_img {
    width: 843px;
    height: 190px;
  }
}
@media (min-width: 768px) {
  .sec10__wrapper {
    margin-left: 325px;
    padding: 80px 18.13vw 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec10__wrapper {
    padding-top: 5.86vw;
    padding-bottom: 5.86vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec10__wrapper {
    margin-left: 32vw;
  }
}
@media (max-width: 767px) {
  .sec10__wrapper {
    padding: 35px 0;
  }
}
.sec10__head {
  line-height: 1;
}
@media (min-width: 768px) {
  .sec10__head {
    width: 47.5vw;
  }
}
.sec10__head.show .sec10__title1 span,
.sec10__head.show .sec10__title2 span {
  animation-play-state: running;
}
.sec10__title1 {
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec10__title1 {
    display: table;
    margin-inline: auto;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec10__title1 {
    font-size: 1.87vw;
  }
}
@media (max-width: 767px) {
  .sec10__title1 {
    display: inline-block;
    font-size: 16px;
  }
}
.sec10__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec10__title2 {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sec10__title2 {
    display: table;
    margin-inline: auto;
    font-size: 93px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec10__title2 {
    font-size: 5.82vw;
  }
}
@media (max-width: 767px) {
  .sec10__title2 {
    display: inline-block;
    font-size: 39px;
  }
}
.sec10__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec10__body {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .sec10__p {
    position: relative;
    line-height: 23px;
    margin-bottom: -46px;
  }
}
.sec10__mapbox {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec10__map {
    width: 47.5vw;
  }
}
@media (max-width: 767px) {
  .sec10__map {
    width: 77.33vw;
  }
}
.sec10__items {
  list-style: none;
  gap: 1.33vw 2vw;
}
.sec10__item {
  width: 44.27vw;
}
.sec10__anc {
  position: relative;
  width: 44.27vw;
  height: 13.6vw;
  line-height: 1;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 10px;
  padding-right: 6.67vw;
}
.sec10__anc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.67vw;
  margin: auto;
  width: 6.67vw;
  height: 6.67vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec10__anc.hokkaido {
  background-color: #6c69ad;
}
.sec10__anc.hokkaido::after {
  background-image: url(../img/construction/10_y_hokkaido.svg);
}
.sec10__anc.tohoku {
  background-color: #6288c5;
}
.sec10__anc.tohoku::after {
  background-image: url(../img/construction/10_y_tohoku.svg);
}
.sec10__anc.hokuriku {
  background-color: #4dbaa9;
}
.sec10__anc.hokuriku::after {
  background-image: url(../img/construction/10_y_hokuriku.svg);
}
.sec10__anc.kanto {
  background-color: #1dade5;
}
.sec10__anc.kanto::after {
  background-image: url(../img/construction/10_y_kanto.svg);
}
.sec10__anc.tokai {
  background-color: #009000;
}
.sec10__anc.tokai::after {
  background-image: url(../img/construction/10_y_tokai.svg);
}
.sec10__anc.kansai {
  background-color: #a9cd36;
}
.sec10__anc.kansai::after {
  background-image: url(../img/construction/10_y_kansai.svg);
}
.sec10__anc.chugokushikoku {
  background-color: #f29739;
}
.sec10__anc.chugokushikoku::after {
  background-image: url(../img/construction/10_y_chugokushikoku.svg);
}
.sec10__anc.kyusyu {
  background-color: #ec6d34;
}
.sec10__anc.kyusyu::after {
  background-image: url(../img/construction/10_y_kyushu.svg);
}
.sec10__anc.okinawa {
  background-color: #ec0057;
}
.sec10__anc.okinawa::after {
  background-image: url(../img/construction/10_y_okinawa.svg);
}
@media (min-width: 768px) {
  .sec10__imgbox {
    position: absolute;
    bottom: -30px;
    right: 14vw;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .sec10__img1 {
    width: 335px;
    height: 406px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec10__img1 {
    width: 20.94vw;
    height: 25.38vw;
  }
}
@media (max-width: 767px) {
  .sec10__img1 {
    width: 60.67vw;
  }
}
.sec10__tx {
  position: absolute;
}
@media (min-width: 768px) {
  .sec10__tx {
    width: 134px;
    bottom: 406px;
    right: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec10__tx {
    width: 8.38vw;
    bottom: 25.38vw;
    right: 4.38vw;
  }
}
@media (max-width: 767px) {
  .sec10__foot {
    position: relative;
    display: table;
    margin-inline: auto;
    margin-top: -13.33vw;
  }
}

@media (min-width: 768px) {
  .sec11 {
    margin-left: 325px;
    padding: 110px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec11 {
    margin-left: 32vw;
  }
}
@media (max-width: 767px) {
  .sec11 {
    padding: 35px 0 55px;
  }
}
@media (min-width: 768px) {
  .sec11__wrapper {
    gap: 0 130px;
    max-width: 1220px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec11__wrapper {
    gap: 0 65px;
  }
}
.sec11__head {
  line-height: 1;
}
.sec11__head.show .sec11__title1 span,
.sec11__head.show .sec11__title2 span {
  animation-play-state: running;
}
.sec11__title1 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec11__title1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec11__title1 {
    font-size: 1.87vw;
  }
}
@media (max-width: 767px) {
  .sec11__title1 {
    font-size: 16px;
  }
}
.sec11__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec11__title2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sec11__title2 {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec11__title2 {
    font-size: 4.88vw;
  }
}
@media (max-width: 767px) {
  .sec11__title2 {
    font-size: 39px;
  }
}
.sec11__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec11__body {
    flex: 1;
  }
}
.sec11__dl + .sec11__dl {
  margin-top: 40px;
}
.sec11__dt {
  position: relative;
  background-color: #e9eaea;
  letter-spacing: 0.06em;
  line-height: 32px;
  min-height: 42px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec11__dt {
    padding: 5px 10px 5px 49px;
  }
}
@media (max-width: 767px) {
  .sec11__dt {
    padding: 5px 45px 5px 49px;
  }
}
.sec11__dt::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border: 2px solid #000;
}
.sec11__dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  transform: translateY(-4px) rotate(45deg);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .sec11__dt::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .sec11__dt::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
.sec11__dt.open::after {
  transform: translateY(4px) rotate(-135deg);
}
.sec11__dd {
  display: none;
  position: relative;
  line-height: 32px;
  letter-spacing: 0.06em;
  padding: 20px 10px 5px 49px;
}
.sec11__dd::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 7px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  background-color: #ff5900;
  color: #fff;
}
.sec11__dd ol, .sec11__dd ul {
  list-style-position: inside;
}
.sec11__dd img {
  display: block;
  max-width: 100%;
}
.sec11__btn {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  letter-spacing: 0.06em;
  padding: 1px 25px;
  overflow: hidden;
  z-index: 0;
  width: 190px;
  height: 37px;
  margin-left: auto;
}
.sec11__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.sec11__btn:hover {
  color: #fff;
  opacity: 1;
}
.sec11__btn:hover::before {
  border-color: #fff;
}
.sec11__btn:hover::after {
  transform: scale(1, 1);
}
.sec11__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .sec11 .sec__btn {
    width: 309px;
    height: 69px;
  }
}

.sec12 {
  background-color: #e9eaea;
}
@media (min-width: 768px) {
  .sec12 {
    padding: 60px 0 70px;
  }
}
@media (max-width: 767px) {
  .sec12 {
    padding: 25px 0 50px;
  }
}
@media (min-width: 768px) {
  .sec12__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec12__wrapper {
    margin-left: 32vw;
  }
}
@media (min-width: 768px) {
  .sec12__container {
    max-width: 1220px;
    padding-right: 20px;
    gap: 0 130px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec12__container {
    gap: 0 30px;
  }
}
.sec12__head {
  line-height: 1;
}
.sec12__head.show .sec12__title1 span,
.sec12__head.show .sec12__title2 span {
  animation-play-state: running;
}
.sec12__title1 {
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec12__title1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec12__title1 {
    font-size: 1.87vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec12__title1 {
    font-size: 1.46vw;
  }
}
@media (max-width: 767px) {
  .sec12__title1 {
    font-size: 16px;
  }
}
.sec12__title1 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
.sec12__title2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sec12__title2 {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec12__title2 {
    font-size: 4.88vw;
  }
}
@media (max-width: 767px) {
  .sec12__title2 {
    font-size: 39px;
  }
}
.sec12__title2 span {
  display: inline-block;
  white-space: nowrap;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: clip-path;
  animation: textDisplay 0.3s linear forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec12__body {
    flex: 1;
    max-width: 650px;
  }
}
.sec12__items {
  list-style: none;
  counter-reset: num;
}
.sec12__box {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .sec12__box {
    padding: 35px 35px 35px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__box {
    padding: 2.56vw 2.56vw 2.56vw 1.46vw;
  }
}
@media (max-width: 767px) {
  .sec12__box {
    padding: 30px 25px;
  }
}
.sec12__box::before {
  counter-increment: num;
  content: "0" counter(num);
  display: block;
  position: absolute;
  color: #fff;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 68px;
  line-height: 1;
  -webkit-text-stroke: 1px #ff5900;
  text-stroke: 1px #ff5900;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec12__box::before {
    top: 5px;
    left: 2px;
  }
}
@media (max-width: 767px) {
  .sec12__box::before {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .sec12__img {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .sec12__img1 {
    width: 154px;
    left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__img1 {
    width: 11.27vw;
    left: 2.56vw;
  }
}
@media (max-width: 767px) {
  .sec12__img1 {
    width: 22vw;
  }
}
@media (min-width: 768px) {
  .sec12__img2 {
    width: 161px;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__img2 {
    width: 11.79vw;
    left: 1.46vw;
  }
}
@media (max-width: 767px) {
  .sec12__img2 {
    width: 28.53vw;
  }
}
@media (min-width: 768px) {
  .sec12__img3 {
    width: 155px;
    left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__img3 {
    width: 11.35vw;
    left: 1.83vw;
  }
}
@media (max-width: 767px) {
  .sec12__img3 {
    width: 27.6vw;
  }
}
@media (min-width: 768px) {
  .sec12__img4 {
    width: 147px;
    left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__img4 {
    width: 10.76vw;
    left: 2.93vw;
  }
}
@media (max-width: 767px) {
  .sec12__img4 {
    width: 28vw;
  }
}
@media (min-width: 768px) {
  .sec12__img5 {
    width: 180px;
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__img5 {
    width: 13.18vw;
    left: 2.2vw;
  }
}
@media (max-width: 767px) {
  .sec12__img5 {
    width: 26.93vw;
  }
}
@media (min-width: 768px) {
  .sec12__content {
    padding-left: 185px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec12__content {
    padding-left: 13.54vw;
  }
}
.sec12__subtitle {
  color: #ff5900;
}
.sec12__p {
  line-height: 26px;
  letter-spacing: 0.06em;
}
.sec12__btn {
  position: relative;
  border: 2px solid #ff5900;
  background: #ff5900;
  color: #fff;
  border-radius: 100px;
  letter-spacing: -0.02em;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec12__btn {
    width: 292px;
    height: 48px;
    padding-right: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec12__btn {
    width: 21.38vw;
    height: 3.51vw;
    font-size: 1.07vw;
    padding-right: 1.98vw;
  }
}
@media (max-width: 767px) {
  .sec12__btn {
    width: 70vw;
    height: 13.07vw;
    padding-right: 7.33vw;
  }
}
.sec12__btn::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.sec12__btn:hover {
  opacity: 1;
}
.sec12__btn:hover::before {
  animation: kiran 0.5s linear;
}
.sec12__btnarrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .sec12__btnarrow {
    width: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec12__btnarrow {
    width: 1.98vw;
  }
}
@media (max-width: 767px) {
  .sec12__btnarrow {
    width: 7.33vw;
  }
}
.sec12__arrow {
  display: block;
  background: linear-gradient(90deg, #ff5900 0%, #ff5900 50%, #d85900 50%, #d85900 100%);
  margin: auto;
  width: 50px;
  height: 22px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.sec13 {
  background-color: #ff5900;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 768px) {
  .sec13 {
    background-image: url(../img/construction/bnr_bk.png);
    background-position: top center;
    background-size: cover;
    padding: 80px 0 110px;
  }
}
@media (max-width: 767px) {
  .sec13 {
    background-image: url(../img/construction/bnr_bk_sp.png);
    background-position: bottom center;
    background-size: 100% auto;
    padding: 40px 0 90px;
  }
}
@media (min-width: 768px) {
  .sec13__wrapper {
    margin-left: 325px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec13__wrapper {
    margin-left: 32vw;
  }
}
@media (min-width: 768px) {
  .sec13__head {
    font-size: 42px;
    max-width: 1220px;
    padding-right: 20px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .sec13__head {
    font-size: 8.53vw;
    line-height: 10.93vw;
  }
}
.sec13__head span {
  position: relative;
}
@media (min-width: 768px) {
  .sec13__head span {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sec13__head span {
    padding: 0 10px 3.33vw;
  }
}
.sec13__head span::before, .sec13__head span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec13__head span::before {
  left: 0;
  border-left: 2px solid #fff;
  transform: rotate(-30deg);
}
@media (min-width: 768px) {
  .sec13__head span::before {
    width: 44px;
    height: 67px;
  }
}
@media (max-width: 767px) {
  .sec13__head span::before {
    width: 5.87vw;
    height: 8.93vw;
  }
}
.sec13__head span::after {
  right: 0;
  border-right: 2px solid #fff;
  transform: rotate(30deg);
}
@media (min-width: 768px) {
  .sec13__head span::after {
    width: 44px;
    height: 67px;
  }
}
@media (max-width: 767px) {
  .sec13__head span::after {
    width: 5.87vw;
    height: 8.93vw;
  }
}
@media (min-width: 768px) {
  .sec13__body {
    max-width: 1220px;
    padding-right: 20px;
    gap: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec13__body {
    gap: 0 3.13vw;
  }
}
.sec13__items {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .sec13__items {
    flex: 1;
    border-top: 1px solid #fff;
  }
}
.sec13__item {
  position: relative;
}
@media (min-width: 768px) {
  .sec13__item {
    padding: 15px 70px 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec13__item {
    padding: 0.93vw 5.12vw 0.93vw 0.93vw;
  }
}
@media (max-width: 767px) {
  .sec13__item {
    padding: 25px 10px 20px;
  }
}
@media (min-width: 768px) {
  .sec13__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url(../img/construction/bnr_y_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec13__item::after {
    width: 3.66vw;
    height: 3.66vw;
    bottom: 0.73vw;
  }
}
.sec13__item + .sec13__item {
  border-top: 1px solid #fff;
}
.sec13__item:hover {
  opacity: 1;
  cursor: pointer;
}
.sec13__item:hover .sec13__subtitle {
  color: #ffff00;
}
@media (min-width: 768px) {
  .sec13__item:hover::after {
    background-image: url(../img/construction/bnr_y_y.svg);
    transform: translateX(25px);
  }
}
@media (min-width: 768px) {
  .sec13__thumb {
    width: 160px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec13__thumb {
    width: 11.71vw;
    margin-right: 1.46vw;
  }
}
@media (min-width: 768px) {
  .sec13__content {
    flex: 1;
  }
}
.sec13__subtitle {
  position: relative;
}
@media (min-width: 768px) {
  .sec13__subtitle {
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec13__subtitle {
    font-size: 1.9vw;
    line-height: 3.37vw;
  }
}
@media (max-width: 767px) {
  .sec13__subtitle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url(../img/construction/bnr_y_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s;
  }
}
.sec13__text {
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec13__text {
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec13__text {
    font-size: 1.17vw;
    line-height: 1.76vw;
  }
}
@media (min-width: 768px) {
  .sec13__imgbox {
    width: 524px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sec13__imgbox {
    width: 31.3vw;
  }
}
@media (min-width: 768px) {
  .fvform {
    height: 539px !important;
    background-image: url(../img/construction/foam_bk_pc.svg) !important;
  }
}
@media (min-width: 768px) {
  .fvform__wrapper {
    padding: 130px 30px 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .fvform__wrapper {
    padding: 13vw 3vw 3vw !important;
  }
}
@media (max-width: 767px) {
  .fvform__wrapper {
    padding: 47.33vw 0 0 !important;
  }
}

#modal ul.construction-item {
  max-width: 1075px;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px 36px;
}

#modal ul.construction-item figure {
  height: 118px;
  border: 1px solid rgb(189, 187, 187);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 10px;
}

#modal ul.construction-item li {
  text-align: center;
}

#modal ul.construction-item li figure img {
  max-width: 80px;
}

@media screen and (max-width: 1024px) {
  #modal ul.construction-item {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #modal ul.construction-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 10px;
  }
}/*# sourceMappingURL=construction.css.map */