@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;600;700;800;900&family=Varela+Round&display=swap");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
/*---------------------------
  関数
---------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
}

.l-main {
  margin-top: 6.25vw;
}
@media all and (max-width: 750px) {
  .l-main {
    margin-top: 13.3333333333vw;
  }
}

a {
  cursor: pointer !important;
  text-decoration: none;
  color: #010101;
}

.sp {
  display: none !important;
}
@media all and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media all and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
.pc-inline {
  display: inline-block;
}
@media all and (max-width: 750px) {
  .pc-inline {
    display: none;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: white;
  height: 6.25vw;
  top: 0;
  left: 0;
}
@media all and (max-width: 750px) {
  .header {
    height: 13.3333333333vw;
    padding: 0.9333333333vw 4vw;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5625vw;
}
@media all and (max-width: 750px) {
  .header__container {
    padding-left: 0vw;
  }
}
.header__logo {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
@media all and (max-width: 750px) {
  .header__logo {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: flex;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  align-items: center;
}
@media all and (max-width: 750px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  font-size: 1.1458333333vw;
  font-weight: 600;
  color: black;
}
.header__contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625vw;
  height: 6.25vw;
  background-color: #3DB66E;
  color: white;
  font-size: 1.1458333333vw;
  font-weight: 600;
}
.header__sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease;
  background-color: #FFFDF3;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__sp nav {
  padding: 13.3333333333vw 4vw 0;
  padding-top: 26.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 7.2vw;
}
.header__sp nav a {
  display: block;
  text-decoration: none;
  width: 100%;
  padding-bottom: 6.4vw;
  border-bottom: 1px dashed white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__sp nav a span {
  display: block;
  font-size: 5.3333333333vw;
  font-weight: bold;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .header__sp.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
}
.header__sp .image {
  display: block;
  width: 68.8vw;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.openbtn1 {
  display: none;
}
@media all and (max-width: 750px) {
  .openbtn1 {
    display: block;
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 13.3333333333vw;
    height: 8vw;
    z-index: 999;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    right: 2.6666666667vw;
    height: 0.6666666667vw;
    border-radius: 0px;
    width: 7.2vw;
    z-index: 120;
    background-color: #3DB66E;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 1.3333333333vw;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 3.3333333333vw;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 5.3333333333vw;
  }
  .openbtn1 p {
    position: absolute;
    font-size: 2.1333333333vw;
    bottom: 1.7333333333vw;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .openbtn1.active {
    right: 0;
    top: 0;
    z-index: 120;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 0.6666666667vw;
    right: 2.6666666667vw;
    left: auto;
    transform: translateY(10px) rotate(-45deg);
    width: 7.2vw;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 0.6666666667vw;
    left: auto;
    right: 2.6666666667vw;
    transform: translateY(10px) rotate(45deg);
    width: 7.2vw;
  }
  .openbtn1.active p {
    display: none;
  }
}

.main-visual.company {
  width: 100%;
  height: 49.4270833333vw;
  padding: 0;
}
@media all and (max-width: 750px) {
  .main-visual.company {
    height: 96.5333333333vw;
    padding-top: 0 !important;
  }
}
.main-visual.company img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.philosophy-section {
  width: 100%;
  background-image: url("../img/company/pattern.png");
  background-size: cover;
  background-repeat: repeat-x;
  padding: 4.1666666667vw 11.7708333333vw;
}
@media all and (max-width: 750px) {
  .philosophy-section {
    padding: 16vw 14.6666666667vw;
  }
}
.philosophy-section__cards {
  display: flex;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
}
@media all and (max-width: 750px) {
  .philosophy-section__cards {
    flex-direction: column;
    row-gap: 6.6666666667vw;
  }
}
.philosophy-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625vw 2.0833333333vw;
  background-color: #fff;
  border-radius: 2.34375vw;
}
@media all and (max-width: 750px) {
  .philosophy-section__card {
    padding: 3.0666666667vw 4vw 8vw;
  }
}
.philosophy-section__card-icon {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .philosophy-section__card-icon {
    width: 32vw;
    height: 32vw;
  }
}
.philosophy-section__card-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.philosophy-section__card h3 {
  margin: 1.0416666667vw 0;
  font-size: 1.6666666667vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media all and (max-width: 750px) {
  .philosophy-section__card h3 {
    font-size: 4.5333333333vw;
  }
}
.philosophy-section__card p {
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
}
@media all and (max-width: 750px) {
  .philosophy-section__card p {
    font-size: 3.7333333333vw;
  }
}

.president-section {
  background-image: url("../img/company/president-pattern.png");
  background-size: cover;
  background-repeat: repeat-x;
  padding: 6.0416666667vw 7.2916666667vw;
}
@media all and (max-width: 750px) {
  .president-section {
    padding: 14.6666666667vw 6.6666666667vw 80vw;
  }
}
.president-section__title {
  width: 10.9895833333vw;
  height: 3.90625vw;
  margin: 0 auto;
  margin-bottom: 4.0104166667vw;
}
@media all and (max-width: 750px) {
  .president-section__title {
    width: 25.7333333333vw;
    height: 9.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.president-section__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.president-section__container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .president-section__container {
    flex-direction: column;
    row-gap: 6.6666666667vw;
    position: relative;
  }
}
.president-section__left {
  width: 27.1354166667vw;
  height: auto;
}
@media all and (max-width: 750px) {
  .president-section__left {
    width: 100%;
  }
}
.president-section__left .first {
  width: 100%;
  height: 36.4583333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .president-section__left .first {
    height: 70.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.president-section__left .second {
  width: 100%;
  height: 21.5625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .president-section__left .second {
    height: 60.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.president-section__right {
  width: 50.8854166667vw;
  height: auto;
  position: relative;
}
@media all and (max-width: 750px) {
  .president-section__right {
    width: 100%;
  }
}
.president-section__message {
  background-color: #FCFBF6;
  border-radius: 1.0416666667vw;
  padding: 2.2916666667vw 3.4895833333vw 1.6145833333vw;
  margin-bottom: 3.125vw;
}
@media all and (max-width: 750px) {
  .president-section__message {
    padding: 4vw 4.6666666667vw 9.6vw;
    border-radius: 2.6666666667vw;
  }
}
.president-section__message p {
  font-size: 1.1458333333vw;
  line-height: 1.7272727273;
  margin-bottom: 2.5vw;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .president-section__message p {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    margin-bottom: 6.6666666667vw;
  }
}
.president-section__signature {
  font-size: 1.1458333333vw;
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  text-align: right;
}
@media all and (max-width: 750px) {
  .president-section__signature {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.president-section__details {
  width: 25.625vw;
  height: auto;
  background-color: #FCFBF6;
  border-radius: 2.34375vw;
  padding: 1.71875vw 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .president-section__details {
    width: 100%;
    padding: 10.6666666667vw 4vw;
    margin-bottom: 6.6666666667vw;
    border-radius: 6vw;
  }
}
.president-section__details h4 {
  font-size: 1.4583333333vw;
  margin-bottom: 0.5208333333vw;
  text-align: center;
}
@media all and (max-width: 750px) {
  .president-section__details h4 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.president-section__details-motto {
  font-size: 1.8229166667vw;
  font-weight: bold;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  border-bottom: 1px solid #AEAEAE;
  text-align: center;
}
@media all and (max-width: 750px) {
  .president-section__details-motto {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.president-section__details h5 {
  font-size: 1.4583333333vw;
  font-weight: bold;
  margin-bottom: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .president-section__details h5 {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.president-section__details-achievements {
  display: flex;
  flex-direction: column;
  row-gap: 0.5208333333vw;
  padding-left: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .president-section__details-achievements {
    row-gap: 1.3333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.president-section__details-achievements .bold {
  font-weight: bold;
  margin-top: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .president-section__details-achievements .bold {
    margin-top: 2.6666666667vw;
  }
}
.president-section .running-man {
  width: 23.3854166667vw;
  height: 23.59375vw;
  position: absolute;
  bottom: 0vw;
  right: 0vw;
}
@media all and (max-width: 750px) {
  .president-section .running-man {
    width: 59.8666666667vw;
    height: 60.4vw;
    bottom: -66.6666666667vw;
    left: 0;
  }
}
.president-section .deco {
  width: 10.9375vw;
  height: 15.9375vw;
  position: absolute;
  top: -6.7708333333vw;
  right: -2.0833333333vw;
}
@media all and (max-width: 750px) {
  .president-section .deco {
    width: 23.0666666667vw;
    height: 34vw;
    right: -4.5333333333vw;
    top: 48.6666666667vw;
  }
}

.company-overview {
  background-color: #FF5758;
  padding: 5.2083333333vw 4.4270833333vw;
}
@media all and (max-width: 750px) {
  .company-overview {
    padding: 16vw 6.6666666667vw 13.3333333333vw;
  }
}
.company-overview__container {
  background-color: #fff;
  border-radius: 1.5625vw;
  padding: 4.1666666667vw 13.0208333333vw;
}
@media all and (max-width: 750px) {
  .company-overview__container {
    padding: 12.6666666667vw 3.3333333333vw;
    border-radius: 4vw;
  }
}
.company-overview__title {
  width: 10.9895833333vw;
  height: 3.90625vw;
  margin: 0 auto;
  margin-bottom: 4.0104166667vw;
}
@media all and (max-width: 750px) {
  .company-overview__title {
    width: 25.7333333333vw;
    height: 9.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.company-overview__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-overview__table {
  width: 65.1041666667vw;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .company-overview__table {
    width: 100%;
  }
}
.company-overview__table-row {
  display: flex;
  justify-content: left;
  margin-bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 750px) {
  .company-overview__table-row {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 4vw;
  }
}
.company-overview__table-label {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1458333333vw;
  width: 30%;
}
@media all and (max-width: 750px) {
  .company-overview__table-label {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    width: calc(100% - 60.2666666667vw);
  }
}
.company-overview__table-value {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1458333333vw;
  width: 70%;
  line-height: 1.7272727273;
}
@media all and (max-width: 750px) {
  .company-overview__table-value {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    width: 60.2666666667vw;
    letter-spacing: normal;
  }
}

.history-section {
  background-color: #FFFDF3;
  padding: 6.25vw 0 9.7395833333vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .history-section {
    padding: 16vw 0 13.3333333333vw;
  }
}
.history-section__container {
  width: 65.1041666667vw;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .history-section__container {
    width: 100%;
  }
}
.history-section__title {
  width: 10.9895833333vw;
  height: 3.90625vw;
  margin: 0 auto;
  margin-bottom: 4.0104166667vw;
}
@media all and (max-width: 750px) {
  .history-section__title {
    width: 25.7333333333vw;
    height: 9.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.history-section__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.history-section__timeline {
  margin: 0 auto;
  margin-bottom: 5.2083333333vw;
  display: flex;
  flex-direction: column;
  row-gap: 3.59375vw;
}
@media all and (max-width: 750px) {
  .history-section__timeline {
    margin-bottom: 6.6666666667vw;
    row-gap: 10vw;
    padding: 0 8vw;
  }
}
.history-section__timeline-line {
  width: 1;
  height: 5.2083333333vw;
  background-color: #000;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .history-section__timeline-line {
    height: 6.6666666667vw;
  }
}
.history-section__timeline-item {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  -moz-column-gap: 7.1354166667vw;
       column-gap: 7.1354166667vw;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .history-section__timeline-item {
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .history-section__timeline-item img {
    width: 100%;
  }
}
.history-section__timeline-year {
  position: absolute;
  left: -1.3020833333vw;
  top: -2.6041666667vw;
  width: 14.84375vw;
  height: 3.6979166667vw;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .history-section__timeline-year {
    left: -3.3333333333vw;
    top: -12vw;
    width: 29.4666666667vw;
    height: 9.4666666667vw;
  }
}
.history-section__timeline-year img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.history-section__timeline-date {
  font-size: 1.6666666667vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 13.8020833333vw;
}
@media all and (max-width: 750px) {
  .history-section__timeline-date {
    position: absolute;
    left: -3.3333333333vw;
    top: -6.6666666667vw;
    font-size: 4vw;
    line-height: 1.3666666667;
    width: auto;
  }
}
.history-section__timeline-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.8854166667vw;
}
@media all and (max-width: 750px) {
  .history-section__timeline-content {
    row-gap: 1.3333333333vw;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
.history-section__timeline-event {
  font-size: 1.5625vw;
  line-height: 1.3666666667;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .history-section__timeline-event {
    font-size: 4vw;
    line-height: 1.3666666667;
  }
}
.history-section__timeline-sub {
  font-size: 1.1458333333vw;
  line-height: 1.6363636364;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .history-section__timeline-sub {
    font-size: 3.7333333333vw;
    line-height: 1.4642857143;
  }
}
.history-section .history {
  position: absolute;
  z-index: 0;
  left: 1.9791666667vw;
  width: 14.2708333333vw;
  height: auto;
}
@media all and (max-width: 750px) {
  .history-section .history {
    width: 29.6vw;
  }
}
.history-section .history01 {
  top: 46.875vw;
}
@media all and (max-width: 750px) {
  .history-section .history01 {
    width: 26.9333333333vw;
    height: auto;
    position: static;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.history-section .history02 {
  top: 82.3958333333vw;
}
@media all and (max-width: 750px) {
  .history-section .history02 {
    top: auto;
    bottom: 123.8666666667vw;
    right: 0;
    left: auto;
  }
}
.history-section .history03 {
  top: 113.8020833333vw;
}
@media all and (max-width: 750px) {
  .history-section .history03 {
    top: 58.2666666667vw;
    right: 0;
    left: auto;
  }
}
.history-section .people {
  position: absolute;
  z-index: 0;
  right: 12.6041666667vw;
  width: 18.2291666667vw;
  height: 11.71875vw;
}
.history-section .people01 {
  top: 76.1458333333vw;
}
.history-section .people02 {
  top: 93.0208333333vw;
}
.history-section .people03 {
  top: 121.8229166667vw;
}

.footer {
  background-color: #F9F9F9;
  padding: 2.7083333333vw 7.3958333333vw 1.875vw 5.2083333333vw;
}
@media all and (max-width: 750px) {
  .footer {
    padding: 0vw 6.6666666667vw 10vw 6.6666666667vw;
    overflow-x: hidden;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 750px) {
  .footer__container {
    flex-direction: column-reverse;
    row-gap: 10.6666666667vw;
  }
}
.footer__left {
  width: 38.75vw;
}
@media all and (max-width: 750px) {
  .footer__left {
    width: 100%;
  }
}
.footer__info {
  margin-bottom: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 1px solid #AEAEAE;
}
@media all and (max-width: 750px) {
  .footer__info {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 8vw;
  }
}
.footer__info h3 {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 0.78125vw;
}
@media all and (max-width: 750px) {
  .footer__info h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.footer__info address {
  font-size: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .footer__info address {
    font-size: 3.7333333333vw;
    line-height: 1.4642857143;
  }
}
.footer__nav {
  margin-bottom: 4.6875vw;
}
@media all and (max-width: 750px) {
  .footer__nav {
    margin-bottom: 6.6666666667vw;
  }
}
.footer__nav-column {
  display: flex;
  flex-direction: column;
  row-gap: 2.5vw;
}
@media all and (max-width: 750px) {
  .footer__nav-column {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 6.6666666667vw;
  }
}
.footer__nav-column a {
  color: #193758;
  font-size: 1.1458333333vw;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .footer__nav-column a {
    font-size: 4.2666666667vw;
    width: 50%;
  }
  .footer__nav-column a.activity {
    width: 100%;
  }
}
.footer__nav-column a .footer__activity {
  padding-left: 1.3541666667vw;
  margin-top: 1.1979166667vw;
}
@media all and (max-width: 750px) {
  .footer__nav-column a .footer__activity {
    padding-left: 0vw;
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: normal;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.8645833333vw;
       column-gap: 2.8645833333vw;
}
@media all and (max-width: 750px) {
  .footer__social {
    flex-wrap: wrap;
    display: flex !important;
    -moz-column-gap: 8.9333333333vw;
         column-gap: 8.9333333333vw;
    row-gap: 6.6666666667vw;
    justify-content: center;
    margin-bottom: 6.6666666667vw;
  }
  .footer__social.pc {
    display: none !important;
  }
}
.footer__social a {
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  display: block;
}
.footer__social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .footer__social a {
    width: 16.1333333333vw;
    height: 16.1333333333vw;
  }
  .footer__social a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.footer__social-tiktok {
  width: 4.1666666667vw !important;
  height: 4.1666666667vw !important;
}
@media all and (max-width: 750px) {
  .footer__social-tiktok {
    width: 18.8vw !important;
    height: 18.8vw !important;
  }
}
.footer__right {
  position: relative;
  width: 41.40625vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .footer__right {
    width: 100%;
  }
}
.footer__right .top {
  width: 41.40625vw;
  height: 21.5625vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2.0833333333vw;
}
@media all and (max-width: 750px) {
  .footer__right .top {
    display: none;
  }
}
.footer__right .tokyo {
  width: 100%;
  height: 30.0520833333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .footer__right .tokyo {
    width: 100vw;
    height: auto;
    position: relative;
    right: 6.6666666667vw;
    background-color: #FFFDF3;
  }
}
.footer__copyright {
  font-size: 0.78125vw;
  text-align: center;
  margin-top: 3.8541666667vw;
}
@media all and (max-width: 750px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}

.l-main.top {
  background-color: #FFFDF3;
}

.main-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 31.25vw;
  padding: 5.2083333333vw 0 5.2083333333vw;
  height: 80vh;
}
@media all and (max-width: 750px) {
  .main-visual {
    flex-direction: column;
    min-height: auto;
    padding: 0 3.3333333333vw;
    padding-top: 13.3333333333vw;
    height: 60vh;
    margin-bottom: 13.3333333333vw;
  }
}
.main-visual img {
  width: 100%;
  position: absolute;
  z-index: 999;
}
.main-visual .video {
  width: 63.0729166667vw;
  height: 100vh;
  position: fixed;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  will-change: opacity;
}
@media screen and (max-width: 750px) {
  .main-visual .video {
    width: 100vw;
  }
}
.main-visual .video.hidden {
  transition: all 0.3s ease-in-out;
  filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.main-visual .top {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.5s;
  width: 52.65625vw;
  top: 5.2083333333vw;
}
@media all and (max-width: 750px) {
  .main-visual .top {
    top: 20vw;
    width: 92vw;
  }
}
.main-visual .bottom {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1s;
  width: 52.65625vw;
  bottom: 6.7708333333vw;
}
@media all and (max-width: 750px) {
  .main-visual .bottom {
    bottom: 8vw;
    width: 93.3333333333vw;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-second {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52.0833333333vw;
  padding: 10.4166666667vw 0 36.4583333333vw;
  margin-bottom: 31.25vw;
}
@media all and (max-width: 750px) {
  .main-second {
    min-height: auto;
    display: block;
  }
}
.main-second > picture {
  width: 100%;
  max-width: 62.5vw;
}
@media all and (max-width: 750px) {
  .main-second > picture {
    max-width: 100%;
    display: none;
  }
}
.main-second > picture img {
  width: 100%;
  height: auto;
}
.main-second__news {
  position: absolute;
  left: 5.2083333333vw;
  bottom: 0vw;
  transform: translateY(-50%);
  width: 23.4375vw;
  padding: 2.0833333333vw 1.5625vw;
  opacity: 0;
  transform: translateY(-50%) translateY(30px);
  z-index: 999;
}
@media all and (max-width: 750px) {
  .main-second__news {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(30px);
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw;
    order: 1;
    margin-bottom: 9.3333333333vw;
  }
}
.main-second__news.animate {
  opacity: 1;
  animation: fadeInUpNews 0.8s ease forwards;
  animation-delay: 1.5s;
}
@keyframes fadeInUpNews {
  to {
    opacity: 1;
    transform: translateY(-50%) translateY(0);
    @media all and (max-width: 750px) {
      .main-second__news {
        transform: translateY(0);
      }
    }
  }
}
.main-second__news .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375vw;
  color: #333;
  margin-bottom: 1.3020833333vw;
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
}
@media all and (max-width: 750px) {
  .main-second__news .title {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    gap: 0.8vw;
  }
}
.main-second__news .title--text::after {
  content: "";
  display: block;
  width: 1.25vw;
  height: 0.15625vw;
  background-color: #FF5758;
  margin: 0 auto;
  margin-top: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .main-second__news .title--text::after {
    width: 4.1333333333vw;
    height: 0.4vw;
  }
}
.main-second__news .title .bikkuri {
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
  top: -1.5625vw;
}
@media all and (max-width: 750px) {
  .main-second__news .title .bikkuri {
    width: 4.1333333333vw;
    height: 4.1333333333vw;
    top: -4vw;
  }
}
.main-second__news .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-second__news .list .item {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
@media all and (max-width: 750px) {
  .main-second__news .list .item {
    gap: 0.8vw;
  }
}
.main-second__news .list .item .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8333333333vw;
  color: #666;
  margin: 0;
}
@media all and (max-width: 750px) {
  .main-second__news .list .item .date {
    font-size: 3.7333333333vw;
  }
}
.main-second__news .list .item .title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5208333333vw;
}
@media all and (max-width: 750px) {
  .main-second__news .list .item .title {
    gap: 1.0666666667vw;
  }
}
.main-second__news .list .item .title .title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.0416666667vw;
  color: #333;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .main-second__news .list .item .title .title-text {
    font-size: 4vw;
  }
}
.main-second__news .list .item .title .arrow {
  flex-shrink: 0;
}
.main-second__news .list .item .title .arrow img {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media all and (max-width: 750px) {
  .main-second__news .list .item .title .arrow img {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.main-second__company {
  position: absolute;
  right: 3.0208333333vw;
  bottom: 5.2083333333vw;
  width: 23.4375vw;
  opacity: 0;
  transform: translateY(30px);
  z-index: 999;
}
@media all and (max-width: 750px) {
  .main-second__company {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    order: 2;
    width: auto;
  }
}
.main-second__company.animate {
  opacity: 1;
  animation: fadeInUpCompany 0.8s ease forwards;
  animation-delay: 2s;
}
@keyframes fadeInUpCompany {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-second__company .title {
  margin-bottom: 1.5625vw;
}
@media all and (max-width: 750px) {
  .main-second__company .title {
    text-align: center;
    width: 56.6666666667vw;
    margin: 0 auto;
    margin-bottom: 6.6666666667vw;
  }
}
.main-second__company .title img {
  max-width: 100%;
  height: auto;
}
.main-second__company .text {
  font-size: 1.1458333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.8;
  margin-bottom: 2.0833333333vw;
}
@media all and (max-width: 750px) {
  .main-second__company .text {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.main-second__company .text span {
  background-color: white;
  padding: 0.1041666667vw 0.2083333333vw;
}
@media all and (max-width: 750px) {
  .main-second__company .text span {
    padding: 0.2666666667vw 0.5333333333vw;
    background-color: transparent;
  }
}
.main-second__company .cta {
  background-color: #ff6b6b;
  color: white;
  padding: 1.8229166667vw 6.7708333333vw;
  border-radius: 2.6041666667vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media all and (max-width: 750px) {
  .main-second__company .cta {
    display: flex;
    padding: 7.2vw 5.3333333333vw;
    border-radius: 10vw;
    gap: 1.6vw;
    width: 73.3333333333vw;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
  }
}
.main-second__company .cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625vw;
}
@media all and (max-width: 750px) {
  .main-second__company .cta span {
    font-size: 4.5333333333vw;
  }
}
.main-second__company .cta .arrow {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
}
@media all and (max-width: 750px) {
  .main-second__company .cta .arrow {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.main-second__company .cta:hover {
  background-color: #ff5252;
  transform: translateY(-2px);
}

.l-business img {
  width: 100%;
  height: auto;
}
.l-newsTop {
  background-image: url("../img/top/bg.png");
  background-size: cover;
  background-position: center;
  padding: 7.1875vw 0 6.25vw;
  position: relative;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-newsTop {
    padding: 13.3333333333vw 0 16vw;
  }
}
.l-newsTop .titleMain {
  width: 32.5vw;
  margin: 0 auto 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .titleMain {
    width: 82.2666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.l-newsTop .titleMain img {
  width: 100%;
  height: auto;
}
.l-newsTop .slide {
  max-width: 88.0208333333vw;
  margin: 0 auto;
  padding: 0 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide {
    padding: 0 0;
    max-width: none;
  }
}
.l-newsTop .slide .item {
  background-color: white;
  border-radius: 0.625vw;
  overflow: hidden;
  box-shadow: 0 0.4166666667vw 1.25vw rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 0.5208333333vw;
  position: relative;
  display: block !important;
  height: auto;
  text-align: left;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item {
    border-radius: 1.6vw;
    box-shadow: 0 0.8vw 2.4vw rgba(0, 0, 0, 0.1);
    margin: 0 1.0666666667vw;
    width: 63.3333333333vw;
  }
}
.l-newsTop .slide .item:hover {
  transform: translateY(-0.4166666667vw);
  box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item:hover {
    transform: translateY(-0.5333333333vw);
    box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.15);
  }
}
.l-newsTop .slide .item img {
  width: 100%;
  height: 13.75vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item img {
    height: 41.8666666667vw;
  }
}
.l-newsTop .slide .item .category {
  display: block;
  padding: 1.0416666667vw 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item .category {
    padding: 2.6666666667vw 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
.l-newsTop .slide .item .category span {
  font-size: 0.8333333333vw;
  border-radius: 1.0416666667vw;
  padding: 0.2083333333vw 0.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item .category span {
    border-radius: 2.6666666667vw;
    padding: 0.5333333333vw 2vw;
    font-size: 3.3333333333vw;
  }
}
.l-newsTop .slide .item .category .navy {
  background-color: #1D3657;
  color: white;
}
.l-newsTop .slide .item .category .navy::after {
  border-color: white;
}
.l-newsTop .slide .item .category .blue {
  background-color: #5999FD;
  color: white;
}
.l-newsTop .slide .item .category .blue::after {
  border-color: white;
}
.l-newsTop .slide .item .category .yellow {
  background-color: #FECF3C;
  color: #1D3657;
}
.l-newsTop .slide .item .category .yellow::after {
  border-color: #1D3657;
}
.l-newsTop .slide .item .category .pink {
  background-color: #FED8E5;
  color: #1D3657;
}
.l-newsTop .slide .item .category .pink::after {
  border-color: #1D3657;
}
.l-newsTop .slide .item .category .red {
  background-color: #FF5757;
  color: white;
}
.l-newsTop .slide .item .category .red::after {
  border-color: white;
}
.l-newsTop .slide .item .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375vw;
  color: #666;
  margin: 1.0416666667vw 1.0416666667vw 0.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item .date {
    font-size: 3.4666666667vw;
    margin: 2.1333333333vw 2.1333333333vw 0.8vw;
  }
}
.l-newsTop .slide .item .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0416666667vw;
  color: #333;
  margin: 0 1.0416666667vw 0.625vw;
  line-height: 1.4;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item .title {
    font-size: 4vw;
    margin: 0 2.1333333333vw 1.3333333333vw;
  }
}
.l-newsTop .slide .item .title::after {
  display: none;
}
.l-newsTop .slide .item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7291666667vw;
  color: #666;
  line-height: 1.6;
  margin: 0 1.0416666667vw 1.0416666667vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item .text {
    font-size: 1.6vw;
    margin: 0 2.1333333333vw 2.1333333333vw;
    -webkit-line-clamp: 2;
  }
}
.l-newsTop .slide .item .arrow {
  margin-bottom: 1.0416666667vw;
  margin-right: 1.0416666667vw;
  width: 1.25vw;
  height: 1.25vw;
  margin-left: auto;
}
@media all and (max-width: 750px) {
  .l-newsTop .slide .item .arrow {
    margin-bottom: 2.1333333333vw;
    margin-right: 2.1333333333vw;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.l-newsTop .slide .item .arrow img {
  width: 100%;
  height: 100%;
}
.l-newsTop .cta {
  background-color: #ff6b6b;
  color: white;
  padding: 1.8229166667vw 2.6041666667vw;
  border-radius: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 3.125vw 0;
  margin-right: 6.7708333333vw;
  margin-left: auto;
  width: 20.8333333333vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .cta {
    padding: 7.2vw 18vw;
    border-radius: 10vw;
    gap: 1.6vw;
    margin: 5.3333333333vw auto 0;
    width: 73.3333333333vw;
  }
}
.l-newsTop .cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .cta span {
    font-size: 4.5333333333vw;
  }
}
.l-newsTop .cta .arrow {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .cta .arrow {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.l-newsTop .cta:hover {
  background-color: #ff5252;
  transform: translateY(-2px);
}
.l-newsTop .slick-dots {
  bottom: -2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-dots {
    bottom: -5.3333333333vw;
  }
}
.l-newsTop .slick-dots li {
  margin: 0 0.2083333333vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-dots li {
    margin: 0 0.4vw;
  }
}
.l-newsTop .slick-dots li button:before {
  color: white;
  font-size: 0.625vw;
  opacity: 0.5;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-dots li button:before {
    font-size: 1.3333333333vw;
  }
}
.l-newsTop .slick-dots li.slick-active button:before {
  opacity: 1;
}
.l-newsTop .slick-prev,
.l-newsTop .slick-next {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  z-index: 2;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-prev,
  .l-newsTop .slick-next {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-newsTop .slick-prev:before,
.l-newsTop .slick-next:before {
  font-size: 1.25vw;
  color: white;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-prev:before,
  .l-newsTop .slick-next:before {
    font-size: 2.6666666667vw;
  }
}
.l-newsTop .slick-prev {
  left: -3.6458333333vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-prev {
    left: -6.6666666667vw;
  }
}
.l-newsTop .slick-next {
  right: -3.6458333333vw;
}
@media all and (max-width: 750px) {
  .l-newsTop .slick-next {
    right: -6.6666666667vw;
  }
}
.l-contactTop {
  padding: 5.2083333333vw 0vw;
  background-color: #FECF3B;
}
@media all and (max-width: 750px) {
  .l-contactTop {
    padding: 16vw 2.6666666667vw 40.8vw;
  }
}
.l-contactTop__inner {
  width: 65vw;
  border-radius: 1.6666666667vw;
  padding: 2.6041666667vw 2.6041666667vw 3.6458333333vw;
  margin: 0 auto;
  background-color: white;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner {
    width: 100%;
    border-radius: 4.2666666667vw;
    padding: 6.6666666667vw 7.3333333333vw 0vw;
  }
}
.l-contactTop__inner .contact-left, .l-contactTop__inner .contact-right {
  position: absolute;
}
.l-contactTop__inner .contact-left {
  left: -1.875vw;
  top: 2.6041666667vw;
  width: 9.2708333333vw;
  height: 19.6354166667vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .contact-left {
    left: 0vw;
    top: auto;
    bottom: -30.5333333333vw;
    width: 23.7333333333vw;
    height: 50.2666666667vw;
  }
}
.l-contactTop__inner .contact-right {
  right: -2.8645833333vw;
  bottom: -0.5208333333vw;
  width: 12.6041666667vw;
  height: 9.3229166667vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .contact-right {
    right: 0vw;
    bottom: -14.4vw;
    width: 32.2666666667vw;
    height: 23.8666666667vw;
  }
}
.l-contactTop__inner .title {
  width: 16.25vw;
  height: auto;
  margin: 0 auto;
  margin-bottom: 2.3958333333vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .title {
    width: 41.6vw;
    margin-bottom: 4vw;
  }
}
.l-contactTop__inner .title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-contactTop__inner .text {
  font-size: 1.1458333333vw;
  margin-bottom: 2.8645833333vw;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .text {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-contactTop__inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38.6458333333vw;
  margin: 0 auto;
  padding: 0vw 0.78125vw;
  border-bottom: 1px solid #01224A;
  padding-bottom: 1.6666666667vw;
  margin-bottom: 1.6666666667vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex {
    width: 100%;
    padding: 0vw 3.4666666667vw;
    flex-direction: column;
    gap: 10.6666666667vw;
    width: 100%;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    align-items: baseline;
  }
}
.l-contactTop__inner .flex.bottom {
  align-items: center;
  border-bottom: none;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex.bottom {
    gap: 10.6666666667vw;
  }
}
.l-contactTop__inner .flex.bottom .text {
  margin-bottom: 0;
  color: #01224A;
}
.l-contactTop__inner .flex--left .tel, .l-contactTop__inner .flex--left .fax {
  display: block;
}
.l-contactTop__inner .flex--left .tel {
  width: 14.0625vw;
  margin-bottom: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--left .tel {
    width: 52.8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-contactTop__inner .flex--left .tel img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-contactTop__inner .flex--left .fax {
  width: 9.6354166667vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--left .fax {
    width: 52.2666666667vw;
  }
}
.l-contactTop__inner .flex--right.sns {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.6666666667vw;
}
.l-contactTop__inner .flex--right.sns .link {
  width: 3.2vw;
  height: 3.2vw;
}
.l-contactTop__inner .flex--right.sns .link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--right {
    width: 100%;
  }
  .l-contactTop__inner .flex--right.sns {
    flex-wrap: wrap;
    align-items: center;
    gap: 10vw;
    justify-content: center;
    padding-bottom: 0;
  }
  .l-contactTop__inner .flex--right.sns .link {
    width: calc((100% - 32vw) / 3);
    height: calc((100% - 32vw) / 3);
  }
}
.l-contactTop__inner .flex--right .cta {
  background-color: #ff6b6b;
  color: white;
  padding: 1.9270833333vw 2.6041666667vw;
  border-radius: 2.6041666667vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--right .cta {
    padding: 7.2vw 5.3333333333vw;
    border-radius: 10vw;
    gap: 1.6vw;
    width: 100%;
    margin: 0 auto;
  }
}
.l-contactTop__inner .flex--right .cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1458333333vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--right .cta span {
    font-size: 4.5333333333vw;
  }
}
.l-contactTop__inner .flex--right .cta .arrow {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--right .cta .arrow {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.l-contactTop__inner .flex--right .cta:hover {
  background-color: #ff5252;
  transform: translateY(-2px);
}
.l-contactTop__inner .flex--right .youtube {
  width: 20.0520833333vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--right .youtube {
    width: 71.7333333333vw;
  }
}
.l-contactTop__inner .flex--right .x {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-contactTop__inner .flex--right .x {
    width: 10.8vw;
    height: 10.8vw;
  }
}

/* CSS カスタムプロパティ（動的な位置指定用） */
:root {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-size: 120px;
}

.l-blur {
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 750px) {
  .l-blur {
    margin: 20vw 0;
    margin-bottom: 26.6666666667vw;
  }
}
.l-blur.fixed {
  height: 500vh;
}
.l-blur.fixed .l-blur__inner {
  position: sticky;
  top: 30vh;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .l-blur.fixed .l-blur__inner {
    top: 10vh;
    height: 100vh;
  }
}

/* メインコンテナ */
.interactive-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .interactive-container {
    padding: 5px;
    padding-bottom: 13.3333333333vw;
  }
}

.image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 62.5vw;
  margin: 0 auto;
  cursor: none; /* デフォルトカーソルを非表示 */
}
@media screen and (max-width: 750px) {
  .image-wrapper {
    max-width: 100%;
  }
}

/* ベース画像（ブラー効果） */
.base-image {
  display: block;
  max-width: 100%;
  height: auto;
  filter: blur(5px);
  transition: filter 0.3s ease;
  /* GPU最適化 */
  will-change: filter;
  transform: translateZ(0);
}

/* クリア画像オーバーレイ（スポットライト効果） */
.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease;
  /* マウスに追従する円形マスク */
  -webkit-mask: radial-gradient(circle at var(--mouse-x) var(--mouse-y), black var(--spotlight-size), transparent calc(var(--spotlight-size) + 20px));
  mask: radial-gradient(circle at var(--mouse-x) var(--mouse-y), black var(--spotlight-size), transparent calc(var(--spotlight-size) + 20px));
  /* GPU加速 */
  will-change: mask-position, opacity;
  transform: translateZ(0);
}

/* ホバー時の表示 */
.image-wrapper:hover .overlay-image {
  opacity: 1;
}

/* ホバー時のブラー強化 */
.image-wrapper:hover .base-image {
  filter: blur(5px);
}

/* カスタム虫眼鏡カーソル */
.image-wrapper::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.3);
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s ease;
  /* マウス座標に基づく位置 */
  left: calc(var(--mouse-x) - 20px);
  top: calc(var(--mouse-y) - 20px);
  transform: translateZ(0);
}

.image-wrapper:hover::after {
  opacity: 1;
}

/* ホットスポット（クリック可能領域） */
.hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 123, 255, 0.8);
  color: white;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 500;
  /* パルスアニメーション */
  animation: pulse 2s infinite;
  /* アクセシビリティ */
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotspot.spt {
  display: none;
}
@media screen and (max-width: 750px) {
  .hotspot.spt {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .hotspot.pc {
    display: none !important;
  }
}

.hotspot:hover,
.hotspot:focus-visible {
  transform: scale(1.2);
  background: rgb(0, 123, 255);
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
  animation: none;
}
@media screen and (max-width: 750px) {
  .hotspot:hover,
  .hotspot:focus-visible {
    transform: scale(1);
  }
}

/* ホットスポットの位置設定（レスポンシブ対応の%値） */
.hotspot-1 {
  top: 34%;
  left: 60%;
}
@media screen and (max-width: 750px) {
  .hotspot-1 {
    top: 30%;
    left: 55%;
  }
}

.hotspot-2 {
  top: 60%;
  left: 30%;
}
@media screen and (max-width: 750px) {
  .hotspot-2 {
    top: 40%;
    left: 10%;
  }
}

.hotspot-3 {
  top: 45%;
  left: 85%;
}
@media screen and (max-width: 750px) {
  .hotspot-3 {
    top: 45%;
    left: 85%;
  }
}

.hotspot-number {
  display: block;
  line-height: 1;
}

/* パルスアニメーション */
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
}
/* モーダル背景 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .modal-overlay.show {
    opacity: 0;
    pointer-events: none;
  }
}

/* メインモーダル */
.tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: transparent;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .tooltip {
    top: auto;
    left: auto;
    transform: none !important;
    width: auto;
    max-height: none;
  }
}

.tooltip.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .tooltip.show {
    transform: none !important;
    position: static;
    width: 100%;
    max-height: none;
    height: 98.6666666667vw;
  }
}

.tooltip-content {
  padding: 0;
  height: 100%;
  display: flex;
  position: relative;
}

/* 左側のメインエリア */
.tooltip-main {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 16px 0 0 16px;
}

/* 右側のイラストエリア */
.tooltip-illustration {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
}

/* 円形の背景 */
.tooltip-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px;
}

.tooltip-circle.road {
  background: #ff6b6b;
  border: 8px solid #ff4757;
}

.tooltip-circle.water {
  background: #4dabf7;
  border: 8px solid #339af0;
}

.tooltip-circle.river {
  background: #ffd43b;
  border: 8px solid #fab005;
}

.tooltip-title {
  margin: 0 0 24px 0;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.tooltip-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* 画像グリッド */
.tooltip-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.tooltip-image {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 3px solid #e9ecef;
}

/* 事業内容ボタン */
.business-content-btn {
  background: #ff6b6b;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s ease;
  margin-top: auto;
}

.business-content-btn:hover {
  background: #ff5252;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.business-content-btn::after {
  content: " »";
  margin-left: 8px;
}

/* 閉じるボタン */
.tooltip-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.tooltip-close:hover {
  background: white;
  color: #333;
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {
  .tooltip-close:hover {
    transform: scale(1);
  }
}

/* キャラクターイラスト */
.character-illustration {
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  position: relative;
  z-index: 1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .tooltip-content {
    flex-direction: column;
  }
  .tooltip-illustration {
    width: 100%;
    height: 200px;
    border-radius: 0;
  }
  .tooltip-main {
    padding: 24px;
    border-radius: 0;
  }
  .tooltip-circle {
    width: 150px;
    height: 150px;
  }
  .character-illustration {
    width: 100px;
    height: 100px;
    font-size: 60px;
  }
  .tooltip-title {
    font-size: 24px;
  }
  .tooltip-images {
    grid-template-columns: 1fr;
  }
}
/* スクリーンリーダー専用コンテンツ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  :root {
    --spotlight-size: 80px;
  }
  .hotspot {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .image-wrapper::after {
    width: 32px;
    height: 32px;
    left: calc(var(--mouse-x) - 16px);
    top: calc(var(--mouse-y) - 16px);
  }
  /* モバイルでのパフォーマンス向上 */
  .base-image {
    filter: blur(4px);
  }
  .image-wrapper:hover .base-image {
    filter: blur(6px);
  }
}
/* アクセシビリティ対応 */
@media (prefers-reduced-motion: reduce) {
  .hotspot {
    animation: none;
  }
  .tooltip,
  .overlay-image,
  .base-image {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .hotspot {
    border-width: 3px;
    background: #0066cc;
  }
  .tooltip {
    border: 2px solid #000;
  }
}
/* マスクをサポートしないブラウザのフォールバック */
@supports not ((-webkit-mask: radial-gradient(circle, black, transparent)) or (mask: radial-gradient(circle, black, transparent))) {
  .overlay-image {
    -webkit-mask: none;
    mask: none;
    -webkit-clip-path: circle(var(--spotlight-size) at var(--mouse-x) var(--mouse-y));
            clip-path: circle(var(--spotlight-size) at var(--mouse-x) var(--mouse-y));
  }
}
/* デモ用のスタイル */
.demo-image {
  width: 100%;
  height: auto;
  /* background: linear-gradient(45deg, #2196F3, #4CAF50, #FF9800, #E91E63); */
  background-size: 400% 400%;
  animation: gradientShift 4s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.demo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* シンプルなポップアップ用のスタイル */
.simple-popup {
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.75vw;
}
@media screen and (max-width: 750px) {
  .simple-popup {
    width: 100%;
  }
}
.simple-popup.hotspot-1 {
  top: 3.125vw;
  left: -10.4166666667vw;
  width: 52.0833333333vw;
}
@media screen and (max-width: 750px) {
  .simple-popup.hotspot-1 {
    top: -53.3333333333vw;
    left: 0vw;
    width: 100%;
  }
}
.simple-popup.hotspot-2 {
  top: 2.0833333333vw;
  left: -3.125vw;
  width: 62.5vw;
}
@media screen and (max-width: 750px) {
  .simple-popup.hotspot-2 {
    top: -45.3333333333vw;
    left: 0vw;
    width: 100%;
  }
}
.simple-popup.hotspot-3 {
  top: 1.5625vw;
  left: auto;
  right: -1.5625vw;
  width: 62.5vw;
}
@media screen and (max-width: 750px) {
  .simple-popup.hotspot-3 {
    top: -42.6666666667vw;
    left: 0vw;
    width: 100%;
  }
}

.popup-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.l-blur .cta {
  background-color: #ff6b6b;
  color: white;
  padding: 1.8229166667vw 6.7708333333vw;
  border-radius: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 5.7291666667vw;
  margin-left: auto;
}
@media all and (max-width: 750px) {
  .l-blur .cta {
    display: flex;
    padding: 7.2vw 5.3333333333vw;
    border-radius: 10vw;
    gap: 1.6vw;
    width: 73.3333333333vw;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
  }
}
.l-blur .cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-blur .cta span {
    font-size: 4.5333333333vw;
  }
}
.l-blur .cta .arrow {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
}
@media all and (max-width: 750px) {
  .l-blur .cta .arrow {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.l-blur .cta:hover {
  background-color: #ff5252;
  transform: translateY(-2px);
}

.about-visual {
  width: 100%;
  height: 20.9375vw;
  background-color: #FFFDF3;
}
.about-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .about-visual {
    height: 43.4666666667vw;
  }
}

.about {
  background-color: #FFFDF3;
  padding-bottom: 9.53125vw;
}
@media all and (max-width: 750px) {
  .about {
    padding-bottom: 13.3333333333vw;
    overflow-x: hidden;
  }
}
.about__wrapper {
  padding: 6.25vw 5.7291666667vw;
  padding-top: 0;
  margin-top: 17.7083333333vw;
}
@media all and (max-width: 750px) {
  .about__wrapper {
    padding: 6.6666666667vw 0vw;
    margin-top: 96vw;
  }
}
.about__inner {
  position: relative;
  height: 32.8125vw;
  background-image: url("../img/about/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12.2395833333vw 10.4166666667vw 5.2083333333vw 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .about__inner {
    height: 111.4666666667vw;
    padding: 39.7333333333vw 5.0666666667vw;
    background-image: url("../img/about/about-bg-sp.png");
  }
}
.about__inner__top {
  position: absolute;
  top: -12.1354166667vw;
  left: 8.5416666667vw;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
}
@media all and (max-width: 750px) {
  .about__inner__top {
    flex-direction: column-reverse;
    top: -94vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about__inner__top-left {
  border-radius: 2.0833333333vw;
  padding: 3.6458333333vw 2.6041666667vw;
  width: 41.6666666667vw;
  height: 20.8333333333vw;
  background-color: white;
  box-shadow: 0.4166666667vw 0.4166666667vw 0 0 #589FFF;
}
@media all and (max-width: 750px) {
  .about__inner__top-left {
    width: 90vw;
    height: 71.7333333333vw;
    padding: 17.6vw 4vw 10vw;
    border-radius: 5.3333333333vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 0 0 #589FFF;
  }
}
.about__inner__top-left .title {
  width: 10.9895833333vw;
  height: 3.90625vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1.1979166667vw;
}
@media all and (max-width: 750px) {
  .about__inner__top-left .title {
    width: 39.7333333333vw;
    height: 7.3333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.about__inner__top-left .text {
  font-size: 1.1458333333vw;
  line-height: 1.9090909091;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 750px) {
  .about__inner__top-left .text {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .about__inner__top-left .text br {
    display: none;
  }
}
.about__inner__top-right {
  width: 26.0416666667vw;
  height: 18.2291666667vw;
}
@media all and (max-width: 750px) {
  .about__inner__top-right {
    width: 75.4666666667vw;
    height: 52.8vw;
    position: relative;
    left: 6.6666666667vw;
    top: 6.6666666667vw;
  }
}
.about__inner__top-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__inner__bottom {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .about__inner__bottom {
    -moz-column-gap: 4.6666666667vw;
         column-gap: 4.6666666667vw;
  }
}
.about__inner__bottom .image {
  width: 20.8333333333vw;
  height: 15.625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .about__inner__bottom .image {
    width: 42.6666666667vw;
    height: 32vw;
  }
  .about__inner__bottom .image:nth-child(2) {
    display: none;
  }
}
.about__inner .icon {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__inner .icon01 {
  top: -6.25vw;
  right: 0vw;
  width: 8.59375vw;
  height: 9.2708333333vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon01 {
    width: 25.3333333333vw;
    height: 27.6vw;
    top: auto;
    bottom: -9.2vw;
    left: 5.0666666667vw;
  }
}
.about__inner .icon02 {
  bottom: -4.1666666667vw;
  right: -4.4270833333vw;
  width: 17.5vw;
  height: 13.2291666667vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon02 {
    display: none;
  }
}
.about__inner .icon03 {
  bottom: -5.7291666667vw;
  left: -3.3854166667vw;
  width: 12.8125vw;
  height: 14.2708333333vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon03 {
    width: 36.9333333333vw;
    height: 41.2vw;
    bottom: -9.8666666667vw;
    left: auto;
    right: 8.8vw;
  }
}
.about__inner .icon-middle {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__inner .icon-middle01 {
  top: -1.5625vw;
  right: 0vw;
  width: 5.1041666667vw;
  height: 9.7916666667vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-middle01 {
    width: 9.6vw;
    height: 18.4vw;
    top: 18.1333333333vw;
    right: 4.8vw;
  }
}
.about__inner .icon-middle02 {
  bottom: 0vw;
  right: 4.5833333333vw;
  width: 4.375vw;
  height: 10.3125vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-middle02 {
    width: 10.4vw;
    height: 24.5333333333vw;
    bottom: 0vw;
    right: 47.6vw;
  }
}
.about__inner .icon-middle03 {
  bottom: -3.6979166667vw;
  left: -3.0729166667vw;
  width: 11.6145833333vw;
  height: 10.2604166667vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-middle03 {
    width: 31.8666666667vw;
    height: 28.1333333333vw;
    bottom: -10vw;
    left: -2.8vw;
  }
}
.about__inner .icon-middle04 {
  top: 10.8854166667vw;
  right: -3.0208333333vw;
  width: 8.59375vw;
  height: 10.78125vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-middle04 {
    width: 22.4vw;
    height: 28.2666666667vw;
    bottom: 9.2vw;
    right: 10.9333333333vw;
    top: auto;
  }
}
.about__inner .icon-bottom {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__inner .icon-bottom01 {
  top: 2.8645833333vw;
  right: -2.7604166667vw;
  width: 7.2916666667vw;
  height: 12.1875vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-bottom01 {
    display: none;
  }
}
.about__inner .icon-bottom02 {
  bottom: -7.1354166667vw;
  right: -2.7604166667vw;
  width: 16.3020833333vw;
  height: 12.03125vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-bottom02 {
    width: 44.4vw;
    height: 32.8vw;
    bottom: -10.4vw;
    right: 4.8vw;
  }
}
.about__inner .icon-bottom03 {
  top: 6.875vw;
  left: 0vw;
  width: 6.25vw;
  height: 10.15625vw;
}
@media all and (max-width: 750px) {
  .about__inner .icon-bottom03 {
    width: 18.8vw;
    height: 30.5333333333vw;
    bottom: -8.9333333333vw;
    top: auto;
    left: 3.8666666667vw;
  }
}

.l-recruit p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.l-recruit h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.l-recruit__mv {
  width: 100%;
  height: 78.28125vw;
}
.l-recruit__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-recruit__mv {
    height: 290.9333333333vw;
    background-color: #FFFDF3;
  }
}
.l-recruit__about {
  padding: 4.4791666667vw 0vw 6.25vw 6.25vw;
  position: relative;
  background-color: #FFFDF3;
}
@media all and (max-width: 750px) {
  .l-recruit__about {
    padding: 2.6666666667vw 4vw;
    padding-bottom: 20vw;
  }
}
.l-recruit__about .kanban {
  position: absolute;
  bottom: 3.6458333333vw;
  left: 39.3229166667vw;
  width: 10.6770833333vw;
  height: 10.15625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .l-recruit__about .kanban {
    bottom: -1.3333333333vw;
    right: 1.3333333333vw;
    left: auto;
    width: 27.3333333333vw;
    height: 26vw;
  }
}
.l-recruit__about .kanban img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__about__inner {
  display: flex;
  -moz-column-gap: 5.2083333333vw;
       column-gap: 5.2083333333vw;
  justify-content: right;
  align-items: flex-end;
}
@media all and (max-width: 750px) {
  .l-recruit__about__inner {
    flex-direction: column-reverse;
    row-gap: 6.6666666667vw;
  }
}
.l-recruit__about__left {
  width: 31.25vw;
  height: auto;
  padding-bottom: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-recruit__about__left {
    width: 100%;
    padding-bottom: 0vw;
  }
}
.l-recruit__about__left .image {
  width: 26.40625vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-recruit__about__left .image {
    width: 67.6vw;
  }
}
.l-recruit__about__left .text {
  font-size: 1.0416666667vw;
  line-height: 2;
}
@media all and (max-width: 750px) {
  .l-recruit__about__left .text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
  .l-recruit__about__left .text br {
    display: none;
  }
}
.l-recruit__about__right {
  width: 54.7916666667vw;
  padding: 2.0833333333vw;
  border-radius: 1.5625vw;
  background-image: url("../img/recruit/right-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 750px) {
  .l-recruit__about__right {
    width: 100%;
  }
}
.l-recruit__about__right .image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__vision {
  padding: 2.34375vw 0vw 7.6041666667vw;
  background-color: #FFFDF3;
}
@media all and (max-width: 750px) {
  .l-recruit__vision {
    padding: 6.6666666667vw 12vw 10.6666666667vw;
  }
}
.l-recruit__vision .title {
  width: 15.6770833333vw;
  height: 3.6458333333vw;
  margin: 0 auto;
  margin-bottom: 2.0833333333vw;
}
@media all and (max-width: 750px) {
  .l-recruit__vision .title {
    width: 48.4vw;
    height: 11.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-recruit__vision .title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__vision__flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-recruit__vision__flex {
    flex-direction: column;
    row-gap: 4vw;
  }
}
.l-recruit__vision__item {
  width: 23.4375vw;
  height: auto;
  background-color: #FFE8A4;
  position: relative;
  padding: 1.6666666667vw 1.3020833333vw;
  border-radius: 1.0416666667vw;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-recruit__vision__item {
    width: 100%;
    padding: 6.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.l-recruit__vision__item .number {
  position: relative;
  left: -3.125vw;
  top: -2.34375vw;
  width: 3.8020833333vw;
  height: 2.7083333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__vision__item .number img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .l-recruit__vision__item .number {
    width: 12.6666666667vw;
    height: 7.2vw;
    left: -10.6666666667vw;
    top: -10.6666666667vw;
  }
}
.l-recruit__vision__item .image {
  width: 6.875vw;
  height: 6.875vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2.1875vw;
}
@media all and (max-width: 750px) {
  .l-recruit__vision__item .image {
    width: 21.0666666667vw;
    height: 21.0666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.l-recruit__vision__item .title {
  width: auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.4583333333vw;
  line-height: normal;
  margin-bottom: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-recruit__vision__item .title {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.l-recruit__vision__item .text {
  font-size: 1.0416666667vw;
  line-height: 2.1;
  text-align: left;
}
@media all and (max-width: 750px) {
  .l-recruit__vision__item .text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}
.l-recruit__interview {
  padding: 5.2083333333vw 0vw;
  background-color: #FFE8A4;
  position: relative;
}
.l-recruit__interview .bird {
  position: absolute;
  width: 4.4791666667vw;
  height: 2.9166666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__interview .bird--right {
  top: 10.6770833333vw;
  right: 13.59375vw;
}
.l-recruit__interview .bird--left {
  bottom: 5.15625vw;
  left: 8.9583333333vw;
}
.l-recruit__interview .title {
  width: 18.90625vw;
  height: 3.6458333333vw;
  margin: 0 auto;
  margin-bottom: 4.4791666667vw;
}
.l-recruit__interview .title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__summary {
  padding: 6.25vw 2.3958333333vw;
  background-color: #FFFDF3;
}
@media all and (max-width: 750px) {
  .l-recruit__summary {
    padding: 9.3333333333vw 0vw;
  }
}
.l-recruit__summary__inner {
  background-image: url("../img/recruit/right-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.90625vw 5.2083333333vw;
  border-radius: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__inner {
    padding: 4.2666666667vw 6.6666666667vw;
    border-radius: 4vw;
  }
}
.l-recruit__summary .title {
  width: 9.6354166667vw;
  height: 3.6979166667vw;
  margin: 0 auto;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-recruit__summary .title {
    width: 29.4666666667vw;
    height: 12.9333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-recruit__summary .title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-recruit__summary__table {
  background-color: white;
  border-radius: 1.5625vw;
  padding: 6.7708333333vw 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table {
    padding: 0vw;
    border-radius: 4vw;
  }
}
.l-recruit__summary__table .row {
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  justify-content: left;
  align-items: stretch;
}
.l-recruit__summary__table .row:last-child {
  border-bottom: none;
}
.l-recruit__summary__table .row--title {
  background-color: #E6F0FF;
  width: 14.21875vw;
  font-size: 1.1458333333vw;
  line-height: 1.5;
  padding: 1.0416666667vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table .row--title {
    padding: 6.6666666667vw 0;
    font-size: 3.7333333333vw;
    width: 21.4666666667vw;
    align-items: flex-start;
  }
}
.l-recruit__summary__table .row--title.first {
  border-radius: 1.5625vw 0 0 0;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table .row--title.first {
    border-radius: 4vw 0 0 0;
  }
}
.l-recruit__summary__table .row--title.last {
  border-radius: 0 0 0 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table .row--title.last {
    border-radius: 0 0 0 4vw;
  }
}
.l-recruit__summary__table .row--text {
  background-color: #F7FBFF;
  width: calc(100% - 14.21875vw);
  line-height: 1.5;
  font-size: 1.1458333333vw;
  padding: 1.0416666667vw 0;
  padding-left: 2.6041666667vw;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table .row--text {
    padding: 6.6666666667vw 0;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: 3.7333333333vw;
    width: calc(100% - 21.4666666667vw);
    align-items: flex-start;
    letter-spacing: 1;
  }
}
.l-recruit__summary__table .row--text.first {
  border-radius: 0 1.5625vw 0 0;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table .row--text.first {
    border-radius: 0 4vw 0 0;
  }
}
.l-recruit__summary__table .row--text.last {
  border-radius: 0 0 1.5625vw 0;
}
@media all and (max-width: 750px) {
  .l-recruit__summary__table .row--text.last {
    border-radius: 0 0 4vw 0;
  }
}

.l-contact__mv {
  width: 100%;
  height: 20.9375vw;
  background-color: #FFFDF3;
}
.l-contact__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .l-contact__mv {
    height: 43.4666666667vw;
  }
}
.l-contact__form {
  background-color: #FFFDF3;
  padding: 2.0833333333vw 0vw;
}
@media all and (max-width: 750px) {
  .l-contact__form {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.l-contact__form__confirm {
  width: 72.9166666667vw;
  margin: 0 auto;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-contact__form__confirm {
    width: 100%;
    margin-bottom: 12vw;
  }
}
.l-contact__form__confirm .title {
  font-size: 2.1875vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2.0833333333vw;
}
@media all and (max-width: 750px) {
  .l-contact__form__confirm .title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.l-contact__form__confirm .text {
  font-size: 1.1458333333vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 750px) {
  .l-contact__form__confirm .text {
    font-size: 4.1333333333vw;
    line-height: 1.4516129032;
  }
}
.l-contact__form__inner {
  background-color: white;
  padding: 3.4375vw 10.4166666667vw;
  border-radius: 2.0833333333vw;
  width: 72.9166666667vw;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner {
    padding: 6.6666666667vw 2.6666666667vw;
    border-radius: 0vw;
    width: 100%;
  }
}
.l-contact__form__inner .row {
  padding: 1.5625vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
  border-bottom: 1px solid #E4E4E4;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row {
    flex-direction: column;
    row-gap: 4vw;
    padding: 3.3333333333vw 0;
  }
}
.l-contact__form__inner .row.last {
  border-bottom: none;
  margin-bottom: 4.1666666667vw;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row.last {
    margin-bottom: 6.6666666667vw;
  }
}
.l-contact__form__inner .row--title {
  width: 14.0625vw;
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 0.5208333333vw;
       column-gap: 0.5208333333vw;
  font-size: 1.0416666667vw;
  line-height: 1.9;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row--title {
    width: 100%;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    font-size: 4.1333333333vw;
    line-height: 1.2258064516;
  }
}
.l-contact__form__inner .row--title .must {
  padding: 0.3125vw 0.3645833333vw;
  border: 1px solid #B85758;
  border-radius: 0.4166666667vw;
  color: #B85758;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row--title .must {
    padding: 0.8vw 0.9333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.3333333333vw;
    line-height: 1.52;
  }
}
.l-contact__form__inner .row--input {
  width: 36.3020833333vw;
  font-size: 1.0416666667vw;
  line-height: 1.6;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row--input {
    width: 100%;
    font-size: 4vw;
  }
}
.l-contact__form__inner .row--input input, .l-contact__form__inner .row--input textarea {
  border: 1px solid #01569D;
  padding: 1.5625vw;
  width: 100%;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row--input input, .l-contact__form__inner .row--input textarea {
    padding: 4vw;
  }
}
.l-contact__form__inner .row--input textarea {
  height: 22.03125vw;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .row--input textarea {
    height: 106vw;
  }
}
.l-contact__form__inner .alert-text {
  font-size: 1.0416666667vw;
  line-height: 1.7;
  margin-bottom: 2.6041666667vw;
  text-align: center;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .alert-text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.l-contact__form__inner .alert-back {
  font-size: 1.0416666667vw;
  line-height: 1.7;
  display: block;
  margin-bottom: 4.1666666667vw;
  text-align: left;
  color: #1D5E94;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .alert-back {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.l-contact__form__inner .submit-btn {
  text-align: center;
  padding: 1.5625vw 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .submit-btn {
    padding: 4vw 0;
  }
}
.l-contact__form__inner .submit-btn::after {
  content: "";
  position: absolute;
  top: 4.0625vw;
  right: 3.6458333333vw;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.1041666667vw solid white;
  border-bottom: 0.1041666667vw solid white;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .submit-btn::after {
    top: 10.4vw;
    right: 9.3333333333vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.2666666667vw solid white;
    border-bottom: 0.2666666667vw solid white;
  }
}
.l-contact__form__inner .submit-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.l-contact__form__inner .submit-btn .button {
  padding: 2.0833333333vw 8.0208333333vw;
  color: white;
  background-color: #589FFE;
  font-size: 1.25vw;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .l-contact__form__inner .submit-btn .button {
    padding: 8vw 19.2vw;
    font-size: 4.2666666667vw;
  }
}

.l-activity {
  background-color: #FFFDF3;
}
@media all and (max-width: 750px) {
  .l-activity__mv {
    height: 43.4666666667vw;
    width: 100%;
  }
  .l-activity__mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-activity__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6.25vw;
  margin-top: 1.0416666667vw;
  padding-bottom: 7.8125vw;
}
@media all and (max-width: 750px) {
  .l-activity__flex {
    gap: 17.3333333333vw;
    margin-top: 6.6666666667vw;
    padding-bottom: 33.3333333333vw;
  }
}
.l-activity__item {
  width: 58.0208333333vw;
  background-color: #FFEB99;
  border-radius: 1.5625vw;
  padding: 2.7604166667vw 4.2708333333vw;
  position: relative;
}
@media all and (max-width: 750px) {
  .l-activity__item {
    width: 91.2vw;
    padding: 4.4vw 6.6666666667vw 12vw;
    border-radius: 4vw;
  }
}
.l-activity__item__inner {
  width: 100%;
  height: 100%;
}
.l-activity__item .image {
  width: 100%;
  height: 100%;
  border-radius: 1.9791666667vw;
}
@media all and (max-width: 750px) {
  .l-activity__item .image {
    border-radius: 5.0666666667vw;
  }
}
.l-activity__item .icon, .l-activity__item .title, .l-activity__item .arrow {
  position: absolute;
}
.l-activity__item .icon-top {
  width: 6.1458333333vw;
  height: 11.71875vw;
  bottom: 3.4375vw;
  left: -3.3854166667vw;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .l-activity__item .icon-top {
    width: 11.3333333333vw;
    height: 21.6vw;
    bottom: auto;
    top: -5.2vw;
    left: -2.5333333333vw;
  }
}
.l-activity__item .icon-middle {
  width: 18.3854166667vw;
  height: 31.4583333333vw;
  bottom: 3.4375vw;
  right: -16.3541666667vw;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .l-activity__item .icon-middle-top {
    position: absolute;
    width: 9.3333333333vw;
    height: 15.6vw;
    bottom: auto;
    top: -11.2vw;
    right: auto;
    left: -2.5333333333vw;
  }
  .l-activity__item .icon-middle-bottom {
    position: absolute;
    width: 17.7333333333vw;
    height: 17.0666666667vw;
    bottom: -16vw;
    right: 3.0666666667vw;
  }
}
.l-activity__item .icon-bottom {
  width: 11.8229166667vw;
  height: 12.9166666667vw;
  bottom: 3.3854166667vw;
  left: -7.2916666667vw;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .l-activity__item .icon-bottom {
    width: 19.2vw;
    height: 21.0666666667vw;
    bottom: -26.6666666667vw;
    left: 0vw;
  }
}
.l-activity__item .title {
  left: -5.78125vw;
  bottom: -1.0677083333vw;
  z-index: 1;
  height: 2.6041666667vw;
  width: auto;
}
@media all and (max-width: 750px) {
  .l-activity__item .title {
    left: 0vw;
    bottom: -2.6vw;
    height: 6vw;
  }
}
.l-activity__item .arrow {
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  bottom: 1.5625vw;
  right: 2.03125vw;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .l-activity__item .arrow {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    bottom: 1.3333333333vw;
    right: 2.6666666667vw;
  }
}

.l-main.news {
  background-color: #FFFDF3;
}

.news-visual {
  width: 100%;
  height: 20.9375vw;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 750px) {
  .news-visual {
    height: 43.4666666667vw;
  }
}

.l-news {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 11.9791666667vw);
  margin: 0 auto;
  padding: 4.1666666667vw 0;
}
@media all and (max-width: 750px) {
  .l-news {
    flex-direction: column-reverse;
    width: 100%;
    row-gap: 9.3333333333vw;
  }
}
.l-news__left {
  width: 65.625vw;
}
@media all and (max-width: 750px) {
  .l-news__left {
    width: 100%;
    padding: 0 16.6666666667vw;
  }
}
.l-news__left__inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  row-gap: 2.8645833333vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner {
    row-gap: 4vw;
    flex-direction: column;
  }
}
.l-news__left__inner .item {
  width: 20.8333333333vw;
  text-decoration: none;
  background-color: white;
  border-radius: 0.2604166667vw 0.2604166667vw 1.0416666667vw 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item {
    width: 100%;
    border-radius: 0.6666666667vw 0.6666666667vw 2.6666666667vw 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.l-news__left__inner .item img {
  width: 100%;
  height: 13.9583333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.0416666667vw;
  border-radius: 0.2604166667vw 0.2604166667vw 0 0;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item img {
    height: 43.3333333333vw;
    margin-bottom: 3.3333333333vw;
    border-radius: 0.6666666667vw 0.6666666667vw 0 0;
  }
}
.l-news__left__inner .item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
  margin-bottom: 0.5208333333vw;
  padding: 0vw 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item .category {
    gap: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
    padding: 0vw 2.6666666667vw;
  }
}
.l-news__left__inner .item .category span {
  display: inline-block;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  padding: 0.15625vw 0.3125vw;
  border-radius: 1.3020833333vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item .category span {
    font-size: 3.3333333333vw;
    padding: 0.4vw 0.8vw;
    border-radius: 3.3333333333vw;
  }
}
.l-news__left__inner .item .category .navy {
  background-color: #1D3657;
  color: white;
}
.l-news__left__inner .item .category .blue {
  background-color: #5999FD;
  color: white;
}
.l-news__left__inner .item .category .yellow {
  background-color: #FECF3C;
  color: #1D3657;
}
.l-news__left__inner .item .category .pink {
  background-color: #FED8E5;
  color: #1D3657;
}
.l-news__left__inner .item .category .red {
  background-color: #FF5757;
  color: white;
}
.l-news__left__inner .item .date {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5208333333vw;
  padding: 0vw 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item .date {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
    padding: 0vw 2.6666666667vw;
  }
}
.l-news__left__inner .item .title {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5208333333vw;
  padding: 0vw 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item .title {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
    padding: 0vw 2.6666666667vw;
  }
}
.l-news__left__inner .item .text {
  font-size: 0.9375vw;
  line-height: 1.5;
  margin-bottom: 0.5208333333vw;
  padding: 0vw 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item .text {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
    padding: 0vw 2.6666666667vw;
  }
}
.l-news__left__inner .item .arrow {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  margin-left: auto;
  margin-right: 1.0416666667vw;
}
@media all and (max-width: 750px) {
  .l-news__left__inner .item .arrow {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.l-news__left__inner .item .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-news__right {
  width: 15.625vw;
}
@media all and (max-width: 750px) {
  .l-news__right {
    width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.l-news__right__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 3.125vw;
}
@media all and (max-width: 750px) {
  .l-news__right__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-news__right__inner__title {
  width: 10.4166666667vw;
}
@media all and (max-width: 750px) {
  .l-news__right__inner__title {
    width: 26.6666666667vw;
  }
}
.l-news__right__inner__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-news__right__inner__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5625vw;
}
@media all and (max-width: 750px) {
  .l-news__right__inner__list {
    row-gap: 4vw;
    width: 40vw;
  }
}
.l-news__right__inner__list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.9375vw;
  line-height: 1;
  padding: 0.8854166667vw 2.6041666667vw;
  height: 3.125vw;
  border-radius: 2.0833333333vw;
}
@media all and (max-width: 750px) {
  .l-news__right__inner__list a {
    font-size: 3.4666666667vw;
    padding: 1.7333333333vw 6.6666666667vw;
    height: 8vw;
    border-radius: 5.3333333333vw;
  }
}
.l-news__right__inner__list a::after {
  content: "";
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-right: 0.0520833333vw solid #000;
  border-top: 0.0520833333vw solid #000;
  transform: rotate(45deg);
  display: inline-block;
}
@media all and (max-width: 750px) {
  .l-news__right__inner__list a::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-right: 0.1333333333vw solid #000;
    border-top: 0.1333333333vw solid #000;
  }
}
.l-news__right__inner__list .navy {
  background-color: #1D3657;
  color: white;
}
.l-news__right__inner__list .navy::after {
  border-color: white;
}
.l-news__right__inner__list .blue {
  background-color: #5999FD;
  color: white;
}
.l-news__right__inner__list .blue::after {
  border-color: white;
}
.l-news__right__inner__list .yellow {
  background-color: #FECF3C;
  color: #1D3657;
}
.l-news__right__inner__list .yellow::after {
  border-color: #1D3657;
}
.l-news__right__inner__list .pink {
  background-color: #FED8E5;
  color: #1D3657;
}
.l-news__right__inner__list .pink::after {
  border-color: #1D3657;
}
.l-news__right__inner__list .red {
  background-color: #FF5757;
  color: white;
}
.l-news__right__inner__list .red::after {
  border-color: white;
}

.l-single {
  padding: 5.2083333333vw 10.4166666667vw 8.3333333333vw;
}
@media all and (max-width: 750px) {
  .l-single {
    padding: 4.4vw 5.3333333333vw 20vw;
  }
}
.l-single__main--top {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  margin-bottom: 1.71875vw;
}
@media all and (max-width: 750px) {
  .l-single__main--top {
    gap: 3.7333333333vw;
    margin-bottom: 4.4vw;
  }
}
.l-single__main--top .l-single__date {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .l-single__main--top .l-single__date {
    font-size: 3.2vw;
  }
}
.l-single__main--top .l-single__category span {
  width: 6.5104166667vw;
  height: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6510416667vw;
  font-size: 0.9375vw;
}
@media all and (max-width: 750px) {
  .l-single__main--top .l-single__category span {
    font-size: 3.3333333333vw;
    width: 21.3333333333vw;
    height: 4.6666666667vw;
    border-radius: 1.6666666667vw;
  }
}
.l-single__main--top .l-single__category span.navy {
  background-color: #1D3657;
  color: white;
}
.l-single__main--top .l-single__category span.blue {
  background-color: #5999FD;
  color: white;
}
.l-single__main--top .l-single__category span.yellow {
  background-color: #FECF3C;
  color: #1D3657;
}
.l-single__main--top .l-single__category span.pink {
  background-color: #FED8E5;
  color: #1D3657;
}
.l-single__main--top .l-single__category span.red {
  background-color: #FF5757;
  color: white;
}
.l-single__title {
  font-size: 1.8229166667vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__title {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body {
  padding: 0 7.8125vw;
}
@media all and (max-width: 750px) {
  .l-single__body {
    padding: 0 0vw;
  }
}
.l-single__body iframe {
  width: 54.5833333333vw;
  height: 31.3541666667vw;
  margin: 0 auto;
  display: block;
  margin-bottom: 3.6458333333vw;
}
@media all and (max-width: 750px) {
  .l-single__body iframe {
    height: 53.3333333333vw;
    margin-bottom: 6.6666666667vw;
    width: 100%;
  }
}
.l-single__body h1 {
  font-size: 1.8229166667vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body h1 {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body h2 {
  font-size: 1.5625vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body h2 {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body h3 {
  font-size: 1.3020833333vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body h3 {
    font-size: 3.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body h4 {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body h4 {
    font-size: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body h5 {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body h5 {
    font-size: 2.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body h6 {
  font-size: 0.8333333333vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body h6 {
    font-size: 2.1333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__body p {
  font-size: 1.1458333333vw;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__body p {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-single__eyecatch {
  width: 62.2395833333vw;
  height: 33.0208333333vw;
  margin: 0 auto 2.6041666667vw;
}
@media all and (max-width: 750px) {
  .l-single__eyecatch {
    width: 100%;
    height: 49.0666666667vw;
    margin: 0 auto 4vw;
  }
}
.l-single__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-single__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0vw 8.59375vw;
}
@media all and (max-width: 750px) {
  .l-single__btn {
    padding: 0vw 0vw;
  }
}
.l-single__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.0416666667vw 2.6041666667vw;
  border-radius: 2.0833333333vw;
  background-color: #589FFE;
  color: white;
  font-size: 0.9375vw;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .l-single__btn a {
    padding: 2.6666666667vw 6.6666666667vw;
    border-radius: 4vw;
    font-size: 2.6666666667vw;
  }
}
.l-single__btn a.disabled {
  background-color: #D3D3D3;
  pointer-events: none;
}

.l-business .container {
  position: relative;
  width: auto;
  height: 67.7083333333vw;
  perspective: 1000px;
}
@media all and (max-width: 750px) {
  .l-business .container {
    height: 150vw;
  }
}

.image-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-card {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

/* 初期配置：z-indexで重なり順を制御 */
.image-card:nth-child(1) {
  z-index: 3;
  transform: translateZ(0px) scale(1);
}

.image-card:nth-child(2) {
  z-index: 2;
  transform: translateZ(-20px) scale(0.95);
}

.image-card:nth-child(3) {
  z-index: 1;
  transform: translateZ(-40px) scale(0.9);
}

/* 「ひょい」と浮き上がって後ろに回るアニメーション */
.flying-up {
  animation: flyUpAndBack 1.3s cubic-bezier(0.25, 0.46, 0.45, 1) forwards;
  will-change: transform, opacity;
  z-index: 10 !important;
}

@keyframes flyUpAndBack {
  0% {
    transform: translateY(0) scale(1) translateZ(0px);
    opacity: 1;
  }
  1% {
    transform: translateY(-1px) scale(1.001) translateZ(0px);
    opacity: 0.999;
  }
  2% {
    transform: translateY(-3px) scale(1.003) translateZ(0px);
    opacity: 0.998;
  }
  3% {
    transform: translateY(-6px) scale(1.006) translateZ(0px);
    opacity: 0.997;
  }
  4% {
    transform: translateY(-10px) scale(1.01) translateZ(0px);
    opacity: 0.996;
  }
  5% {
    transform: translateY(-15px) scale(1.015) translateZ(0px);
    opacity: 0.995;
  }
  6% {
    transform: translateY(-21px) scale(1.021) translateZ(0px);
    opacity: 0.994;
  }
  7% {
    transform: translateY(-28px) scale(1.028) translateZ(0px);
    opacity: 0.993;
  }
  8% {
    transform: translateY(-36px) scale(1.036) translateZ(0px);
    opacity: 0.992;
  }
  9% {
    transform: translateY(-45px) scale(1.045) translateZ(0px);
    opacity: 0.991;
  }
  10% {
    transform: translateY(-55px) scale(1.055) translateZ(0px);
    opacity: 0.99;
  }
  11% {
    transform: translateY(-58px) scale(1.058) translateZ(0px);
    opacity: 0.989;
  }
  12% {
    transform: translateY(-61px) scale(1.061) translateZ(0px);
    opacity: 0.988;
  }
  13% {
    transform: translateY(-64px) scale(1.064) translateZ(0px);
    opacity: 0.987;
  }
  14% {
    transform: translateY(-67px) scale(1.067) translateZ(0px);
    opacity: 0.986;
  }
  15% {
    transform: translateY(-70px) scale(1.07) translateZ(0px);
    opacity: 0.985;
  }
  16% {
    transform: translateY(-72px) scale(1.072) translateZ(0px);
    opacity: 0.984;
  }
  17% {
    transform: translateY(-74px) scale(1.074) translateZ(0px);
    opacity: 0.983;
  }
  18% {
    transform: translateY(-76px) scale(1.076) translateZ(0px);
    opacity: 0.982;
  }
  19% {
    transform: translateY(-78px) scale(1.078) translateZ(0px);
    opacity: 0.981;
  }
  20% {
    transform: translateY(-80px) scale(1.08) translateZ(0px);
    opacity: 0.98;
  }
  21% {
    transform: translateY(-82px) scale(1.079) translateZ(-1px);
    opacity: 0.978;
  }
  22% {
    transform: translateY(-84px) scale(1.078) translateZ(-2px);
    opacity: 0.976;
  }
  23% {
    transform: translateY(-86px) scale(1.077) translateZ(-3px);
    opacity: 0.974;
  }
  24% {
    transform: translateY(-88px) scale(1.076) translateZ(-4px);
    opacity: 0.972;
  }
  25% {
    transform: translateY(-90px) scale(1.075) translateZ(-5px);
    opacity: 0.97;
  }
  26% {
    transform: translateY(-92px) scale(1.07) translateZ(-6px);
    opacity: 0.968;
  }
  27% {
    transform: translateY(-94px) scale(1.065) translateZ(-7px);
    opacity: 0.966;
  }
  28% {
    transform: translateY(-96px) scale(1.06) translateZ(-8px);
    opacity: 0.964;
  }
  29% {
    transform: translateY(-98px) scale(1.055) translateZ(-9px);
    opacity: 0.962;
  }
  30% {
    transform: translateY(-100px) scale(1.05) translateZ(-10px);
    opacity: 0.96;
  }
  31% {
    transform: translateY(-102px) scale(1.045) translateZ(-11px);
    opacity: 0.958;
  }
  32% {
    transform: translateY(-104px) scale(1.04) translateZ(-12px);
    opacity: 0.956;
  }
  33% {
    transform: translateY(-106px) scale(1.035) translateZ(-13px);
    opacity: 0.954;
  }
  34% {
    transform: translateY(-108px) scale(1.03) translateZ(-14px);
    opacity: 0.952;
  }
  35% {
    transform: translateY(-110px) scale(1.025) translateZ(-15px);
    opacity: 0.95;
  }
  36% {
    transform: translateY(-112px) scale(1.02) translateZ(-16px);
    opacity: 0.948;
  }
  37% {
    transform: translateY(-114px) scale(1.015) translateZ(-17px);
    opacity: 0.946;
  }
  38% {
    transform: translateY(-116px) scale(1.01) translateZ(-18px);
    opacity: 0.944;
  }
  39% {
    transform: translateY(-118px) scale(1.005) translateZ(-19px);
    opacity: 0.942;
  }
  40% {
    transform: translateY(-120px) scale(1) translateZ(-20px);
    opacity: 0.94;
  }
  41% {
    transform: translateY(-121px) scale(0.995) translateZ(-21px);
    opacity: 0.935;
  }
  42% {
    transform: translateY(-122px) scale(0.99) translateZ(-22px);
    opacity: 0.93;
  }
  43% {
    transform: translateY(-123px) scale(0.985) translateZ(-23px);
    opacity: 0.925;
  }
  44% {
    transform: translateY(-124px) scale(0.98) translateZ(-24px);
    opacity: 0.92;
  }
  45% {
    transform: translateY(-125px) scale(0.975) translateZ(-25px);
    opacity: 0.915;
  }
  46% {
    transform: translateY(-124px) scale(0.97) translateZ(-26px);
    opacity: 0.91;
  }
  47% {
    transform: translateY(-123px) scale(0.965) translateZ(-27px);
    opacity: 0.905;
  }
  48% {
    transform: translateY(-122px) scale(0.96) translateZ(-28px);
    opacity: 0.9;
  }
  49% {
    transform: translateY(-121px) scale(0.955) translateZ(-29px);
    opacity: 0.895;
  }
  50% {
    transform: translateY(-120px) scale(0.95) translateZ(-30px);
    opacity: 0.89;
  }
  51% {
    transform: translateY(-118px) scale(0.945) translateZ(-31px);
    opacity: 0.885;
  }
  52% {
    transform: translateY(-116px) scale(0.94) translateZ(-32px);
    opacity: 0.88;
  }
  53% {
    transform: translateY(-114px) scale(0.935) translateZ(-33px);
    opacity: 0.875;
  }
  54% {
    transform: translateY(-112px) scale(0.93) translateZ(-34px);
    opacity: 0.87;
  }
  55% {
    transform: translateY(-110px) scale(0.925) translateZ(-35px);
    opacity: 0.865;
  }
  56% {
    transform: translateY(-108px) scale(0.92) translateZ(-36px);
    opacity: 0.86;
  }
  57% {
    transform: translateY(-106px) scale(0.915) translateZ(-37px);
    opacity: 0.855;
  }
  58% {
    transform: translateY(-104px) scale(0.91) translateZ(-38px);
    opacity: 0.85;
  }
  59% {
    transform: translateY(-102px) scale(0.905) translateZ(-39px);
    opacity: 0.845;
  }
  60% {
    transform: translateY(-100px) scale(0.9) translateZ(-40px);
    opacity: 0.84;
  }
  61% {
    transform: translateY(-98px) scale(0.895) translateZ(-41px);
    opacity: 0.835;
  }
  62% {
    transform: translateY(-96px) scale(0.89) translateZ(-42px);
    opacity: 0.83;
  }
  63% {
    transform: translateY(-94px) scale(0.885) translateZ(-43px);
    opacity: 0.825;
  }
  64% {
    transform: translateY(-92px) scale(0.88) translateZ(-44px);
    opacity: 0.82;
  }
  65% {
    transform: translateY(-90px) scale(0.875) translateZ(-45px);
    opacity: 0.815;
  }
  66% {
    transform: translateY(-88px) scale(0.87) translateZ(-46px);
    opacity: 0.81;
  }
  67% {
    transform: translateY(-86px) scale(0.865) translateZ(-47px);
    opacity: 0.805;
  }
  68% {
    transform: translateY(-84px) scale(0.86) translateZ(-48px);
    opacity: 0.8;
  }
  69% {
    transform: translateY(-82px) scale(0.855) translateZ(-49px);
    opacity: 0.795;
  }
  70% {
    transform: translateY(-80px) scale(0.85) translateZ(-50px);
    opacity: 0.79;
  }
  71% {
    transform: translateY(-78px) scale(0.845) translateZ(-51px);
    opacity: 0.785;
  }
  72% {
    transform: translateY(-76px) scale(0.84) translateZ(-52px);
    opacity: 0.78;
  }
  73% {
    transform: translateY(-74px) scale(0.835) translateZ(-53px);
    opacity: 0.775;
  }
  74% {
    transform: translateY(-72px) scale(0.83) translateZ(-54px);
    opacity: 0.77;
  }
  75% {
    transform: translateY(-70px) scale(0.825) translateZ(-55px);
    opacity: 0.765;
  }
  76% {
    transform: translateY(-65px) scale(0.82) translateZ(-54px);
    opacity: 0.76;
  }
  77% {
    transform: translateY(-60px) scale(0.815) translateZ(-53px);
    opacity: 0.755;
  }
  78% {
    transform: translateY(-55px) scale(0.81) translateZ(-52px);
    opacity: 0.75;
  }
  79% {
    transform: translateY(-50px) scale(0.805) translateZ(-51px);
    opacity: 0.745;
  }
  80% {
    transform: translateY(-45px) scale(0.8) translateZ(-50px);
    opacity: 0.74;
  }
  81% {
    transform: translateY(-40px) scale(0.805) translateZ(-49px);
    opacity: 0.745;
  }
  82% {
    transform: translateY(-35px) scale(0.81) translateZ(-48px);
    opacity: 0.75;
  }
  83% {
    transform: translateY(-30px) scale(0.815) translateZ(-47px);
    opacity: 0.755;
  }
  84% {
    transform: translateY(-25px) scale(0.82) translateZ(-46px);
    opacity: 0.76;
  }
  85% {
    transform: translateY(-20px) scale(0.825) translateZ(-45px);
    opacity: 0.765;
  }
  86% {
    transform: translateY(-18px) scale(0.83) translateZ(-44px);
    opacity: 0.77;
  }
  87% {
    transform: translateY(-16px) scale(0.835) translateZ(-43px);
    opacity: 0.775;
  }
  88% {
    transform: translateY(-14px) scale(0.84) translateZ(-42px);
    opacity: 0.78;
  }
  89% {
    transform: translateY(-12px) scale(0.845) translateZ(-41px);
    opacity: 0.785;
  }
  90% {
    transform: translateY(-10px) scale(0.85) translateZ(-40px);
    opacity: 0.79;
  }
  91% {
    transform: translateY(-8px) scale(0.855) translateZ(-40px);
    opacity: 0.795;
  }
  92% {
    transform: translateY(-6px) scale(0.86) translateZ(-40px);
    opacity: 0.8;
  }
  93% {
    transform: translateY(-4px) scale(0.865) translateZ(-40px);
    opacity: 0.805;
  }
  94% {
    transform: translateY(-3px) scale(0.87) translateZ(-40px);
    opacity: 0.81;
  }
  95% {
    transform: translateY(-2px) scale(0.875) translateZ(-40px);
    opacity: 0.815;
  }
  96% {
    transform: translateY(-1px) scale(0.88) translateZ(-40px);
    opacity: 0.82;
  }
  97% {
    transform: translateY(-0.5px) scale(0.885) translateZ(-40px);
    opacity: 0.825;
  }
  98% {
    transform: translateY(-0.2px) scale(0.89) translateZ(-40px);
    opacity: 0.83;
  }
  99% {
    transform: translateY(-0.1px) scale(0.895) translateZ(-40px);
    opacity: 0.835;
  }
  100% {
    transform: translateY(0) scale(1) translateZ(-40px);
    opacity: 0.8;
  }
}
/* 次の画像が前に出てくるアニメーション */
.slide-to-front {
  animation: slideToFront 0.2s ease-out forwards;
  will-change: transform, opacity;
  z-index: 3 !important;
}

@keyframes slideToFront {
  from {
    transform: translateZ(-20px) scale(1);
    opacity: 0.8;
  }
  to {
    transform: translateZ(0px) scale(1);
    opacity: 1;
  }
}
/* コントロールボタン */
.controls {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.control-btn {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.control-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* インジケーター */
.indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s ease;
}

.indicator.active {
  background: white;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
  .container {
    width: 320px;
    height: 240px;
  }
}/*# sourceMappingURL=common.css.map */