@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(16px, calc(0.1877934272vw + 15px), 18px);
  background: url(../images/bg@2x.webp) repeat center center/300px 300px;
  padding: 5px;
}
@supports not (font-size: clamp(16px, calc(0.1877934272vw + 15px), 18px)) {
  body {
    font-size: max(16px, min(calc(0.1877934272vw + 15px), 18px));
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a.button {
  display: block;
  background: url(../images/arrow.svg) no-repeat right 14px center/16px 16px, #F0A71B;
  text-align: center;
  border-radius: 30px;
  color: #333;
  font-weight: bold;
  width: clamp(110px, calc(12.20657277vw + 64px), 240px);
  height: clamp(30px, calc(1.4084507042vw + 25px), 45px);
  line-height: clamp(30px, calc(1.4084507042vw + 25px), 45px);
  font-size: clamp(12px, calc(0.1877934272vw + 11px), 14px);
}
@supports not (width: clamp(110px, calc(12.20657277vw + 64px), 240px)) {
  a.button {
    width: max(110px, min(calc(12.20657277vw + 64px), 240px));
  }
}
@supports not (height: clamp(30px, calc(1.4084507042vw + 25px), 45px)) {
  a.button {
    height: max(30px, min(calc(1.4084507042vw + 25px), 45px));
  }
}
@supports not (line-height: clamp(30px, calc(1.4084507042vw + 25px), 45px)) {
  a.button {
    line-height: max(30px, min(calc(1.4084507042vw + 25px), 45px));
  }
}
@supports not (font-size: clamp(12px, calc(0.1877934272vw + 11px), 14px)) {
  a.button {
    font-size: max(12px, min(calc(0.1877934272vw + 11px), 14px));
  }
}
a.button:hover {
  background: url(../images/arrow.svg) no-repeat right 11px center/16px 16px, #f5a408;
}
a:hover img {
  opacity: 0.8;
}

ul.list {
  list-style: square;
  padding-left: 20px;
}

.inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1400px;
}

.inner.narrow {
  max-width: 1240px;
}

.pc {
  display: none;
}

.sp {
  display: inline-block;
}

table.table1 {
  width: 100%;
  line-height: 1.5;
  border-top: dashed 2px #999;
}
table.table1 th {
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  border-bottom: dashed 2px #999;
}
table.table1 td {
  padding: 12px 10px;
  border-bottom: dashed 2px #999;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .text-center-pc {
    text-align: center;
  }
  .ggmap {
    aspect-ratio: 1400/460;
  }
}
@media screen and (min-width: 1366px) {
  body {
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  a.button, a.button:hover {
    background-image: none;
  }
}
/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
header {
  position: absolute;
  z-index: 10;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  display: flex;
  justify-content: space-between;
}
header h1 {
  background: url(../images/logo_bg.webp) no-repeat top left/contain;
  padding: 14px 34px 32px 19px;
}
header h1 img {
  display: block;
  width: 200px;
}
header .contact_btn {
  margin-top: clamp(16px, calc(1.220657277vw + 11px), 29px);
  margin-right: clamp(7px, calc(2.5352112676vw + -3px), 34px);
}
@supports not (margin-top: clamp(16px, calc(1.220657277vw + 11px), 29px)) {
  header .contact_btn {
    margin-top: max(16px, min(calc(1.220657277vw + 11px), 29px));
  }
}
@supports not (margin-right: clamp(7px, calc(2.5352112676vw + -3px), 34px)) {
  header .contact_btn {
    margin-right: max(7px, min(calc(2.5352112676vw + -3px), 34px));
  }
}

@media screen and (min-width: 1366px) {
  header {
    top: 9px;
    left: 9px;
    width: calc(100% - 18px);
  }
  header h1 {
    padding: 22px 50px 40px 22px;
  }
  header h1 img {
    width: unset;
  }
}
/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */
#top {
  position: relative;
  height: 60vh;
  background: url(../images/top_image@2x.webp) no-repeat center center/cover, url(../images/bg@2x.webp) repeat center center/300px 300px;
  background-blend-mode: hard-light;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px 0 0;
}
#top .text {
  width: 80%;
  margin-inline: auto;
  margin-top: 40px;
  text-align: center;
}
#top .text .text > div {
  margin-bottom: 10px;
}
#top .image {
  position: absolute;
}
#top .image01 {
  width: 80px;
  top: 65px;
  left: 56px;
}
#top .image02 {
  width: 80px;
  bottom: 46px;
  left: 15px;
}
#top .image03 {
  width: 80px;
  bottom: 10px;
  left: 135px;
}
#top .image04 {
  width: 110px;
  top: 70px;
  right: 20px;
}
#top .image05 {
  width: 80px;
  bottom: 30px;
  right: 10px;
}

#group {
  margin-top: -1px;
  margin-bottom: -1px;
  background: url(../images/bg_black.svg) repeat center center/10px 10px, url(../images/bg@2x.webp) repeat center center/300px 300px;
  background-blend-mode: hard-light;
  color: #FFF;
  padding-top: clamp(50px, calc(3.7558685446vw + 36px), 90px);
}
@supports not (padding-top: clamp(50px, calc(3.7558685446vw + 36px), 90px)) {
  #group {
    padding-top: max(50px, min(calc(3.7558685446vw + 36px), 90px));
  }
}
#group h2 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, calc(2.441314554vw + 13px), 48px);
  margin-bottom: clamp(20px, calc(2.2535211268vw + 12px), 44px);
}
@supports not (font-size: clamp(22px, calc(2.441314554vw + 13px), 48px)) {
  #group h2 {
    font-size: max(22px, min(calc(2.441314554vw + 13px), 48px));
  }
}
@supports not (margin-bottom: clamp(20px, calc(2.2535211268vw + 12px), 44px)) {
  #group h2 {
    margin-bottom: max(20px, min(calc(2.2535211268vw + 12px), 44px));
  }
}
#group .flex {
  padding-top: clamp(30px, calc(3.0985915493vw + 18px), 63px);
  padding-bottom: clamp(50px, calc(0.9389671362vw + 46px), 60px);
  padding-left: clamp(18px, calc(1.3145539906vw + 13px), 32px);
  padding-right: clamp(18px, calc(1.3145539906vw + 13px), 32px);
}
@supports not (padding-top: clamp(30px, calc(3.0985915493vw + 18px), 63px)) {
  #group .flex {
    padding-top: max(30px, min(calc(3.0985915493vw + 18px), 63px));
  }
}
@supports not (padding-bottom: clamp(50px, calc(0.9389671362vw + 46px), 60px)) {
  #group .flex {
    padding-bottom: max(50px, min(calc(0.9389671362vw + 46px), 60px));
  }
}
@supports not (padding-left: clamp(18px, calc(1.3145539906vw + 13px), 32px)) {
  #group .flex {
    padding-left: max(18px, min(calc(1.3145539906vw + 13px), 32px));
  }
}
@supports not (padding-right: clamp(18px, calc(1.3145539906vw + 13px), 32px)) {
  #group .flex {
    padding-right: max(18px, min(calc(1.3145539906vw + 13px), 32px));
  }
}
#group ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#group ul li {
  width: 100%;
  border: solid 1px;
  border-radius: 10px;
}
#group ul li img {
  display: block;
  margin: 0 auto;
  width: clamp(80px, calc(10.1781170483vw + 42px), 120px);
}
@supports not (width: clamp(80px, calc(10.1781170483vw + 42px), 120px)) {
  #group ul li img {
    width: max(80px, min(calc(10.1781170483vw + 42px), 120px));
  }
}
#group ul li h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: clamp(18px, calc(2.0408163265vw + -10px), 24px);
  margin-top: clamp(20px, calc(1.5023474178vw + 14px), 36px);
}
@supports not (font-size: clamp(18px, calc(2.0408163265vw + -10px), 24px)) {
  #group ul li h3 {
    font-size: max(18px, min(calc(2.0408163265vw + -10px), 24px));
  }
}
@supports not (margin-top: clamp(20px, calc(1.5023474178vw + 14px), 36px)) {
  #group ul li h3 {
    margin-top: max(20px, min(calc(1.5023474178vw + 14px), 36px));
  }
}
#group ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.svg) no-repeat right 20px bottom 20px/20px 20px;
}
#group ul li a:hover {
  background: url(../images/arrow.svg) no-repeat right 18px bottom 20px/20px 20px, rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

#index_company {
  margin-top: -1px;
  margin-bottom: -1px;
  background: url(../images/bg_black.svg) repeat center center/10px 10px, url(../images/bg@2x.webp) repeat center center/300px 300px;
  background-blend-mode: hard-light;
  color: #FFF;
  padding-top: clamp(100px, calc(4.6948356808vw + 82px), 150px);
}
@supports not (padding-top: clamp(100px, calc(4.6948356808vw + 82px), 150px)) {
  #index_company {
    padding-top: max(100px, min(calc(4.6948356808vw + 82px), 150px));
  }
}

#index_company .inner {
  max-width: 1240px;
}

#index_company h3, #index_company h4 {
  font-size: clamp(18px, 0.5633802817vw + 16px, 24px);
}

@supports not (font-size: clamp(18px, calc(0.5633802817vw + 16px), 24px)) {
  #index_company h3, #index_company h4 {
    font-size: max(18px, min(0.5633802817vw + 16px, 24px));
  }
}
#index_company strong {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: clamp(22px, 0.9389671362vw + 18px, 32px);
  margin-top: clamp(10px, 1.8779342723vw + 3px, 30px);
}

@supports not (font-size: clamp(22px, calc(0.9389671362vw + 18px), 32px)) {
  #index_company strong {
    font-size: max(22px, min(0.9389671362vw + 18px, 32px));
  }
}
@supports not (margin-top: clamp(10px, calc(1.8779342723vw + 3px), 30px)) {
  #index_company strong {
    margin-top: max(10px, min(1.8779342723vw + 3px, 30px));
  }
}
#index_company .company:not(:first-of-type) {
  padding-top: clamp(70px, 4.882629108vw + 52px, 122px);
}

@supports not (padding-top: clamp(70px, calc(4.882629108vw + 52px), 122px)) {
  #index_company .company:not(:first-of-type) {
    padding-top: max(70px, min(4.882629108vw + 52px, 122px));
  }
}
#index_company #company01 {
  padding-top: clamp(20px, 1.4084507042vw + 15px, 35px);
}

@supports not (padding-top: clamp(20px, calc(1.4084507042vw + 15px), 35px)) {
  #index_company #company01 {
    padding-top: max(20px, min(1.4084507042vw + 15px, 35px));
  }
}
#index_company #company01 h4:not(:first-of-type) {
  margin-top: clamp(20px, 2.6291079812vw + 10px, 48px);
}

@supports not (margin-top: clamp(20px, calc(2.6291079812vw + 10px), 48px)) {
  #index_company #company01 h4:not(:first-of-type) {
    margin-top: max(20px, min(2.6291079812vw + 10px, 48px));
  }
}
#index_company #company02 strong {
  margin-top: clamp(10px, 0.9389671362vw + 6px, 20px);
}

@supports not (margin-top: clamp(10px, calc(0.9389671362vw + 6px), 20px)) {
  #index_company #company02 strong {
    margin-top: max(10px, min(0.9389671362vw + 6px, 20px));
  }
}
#index_company #company03 img {
  display: block;
  margin-inline: auto;
  margin-top: clamp(10px, 5.2582159624vw - 10px, 66px);
  margin-bottom: clamp(10px, 1.6901408451vw + 4px, 28px);
}

@supports not (margin-top: clamp(10px, calc(5.2582159624vw + -10px), 66px)) {
  #index_company #company03 img {
    margin-top: max(10px, min(5.2582159624vw - 10px, 66px));
  }
}
@supports not (margin-bottom: clamp(10px, calc(1.6901408451vw + 4px), 28px)) {
  #index_company #company03 img {
    margin-bottom: max(10px, min(1.6901408451vw + 4px, 28px));
  }
}
#index_company #company05 {
  padding-top: clamp(70px, 7.5117370892vw + 42px, 150px);
}

@supports not (padding-top: clamp(70px, calc(7.5117370892vw + 42px), 150px)) {
  #index_company #company05 {
    padding-top: max(70px, min(7.5117370892vw + 42px, 150px));
  }
}
#index_company .flex {
  margin-top: clamp(15px, 1.4084507042vw + 10px, 30px);
  text-align: center;
}

@supports not (margin-top: clamp(15px, calc(1.4084507042vw + 10px), 30px)) {
  #index_company .flex {
    margin-top: max(15px, min(1.4084507042vw + 10px, 30px));
  }
}
#index_company table.table1 {
  margin-top: 20px;
}

#index_company table.table1 .history_date {
  width: 110px;
}

#index_company table.comapny th, #index_company table.comapny td {
  display: block;
}

#index_company table.comapny th {
  background: rgba(0, 0, 0, 0.1);
}

#index_company table.comapny ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  #top {
    height: 50vh;
  }
  #top .text > div {
    margin-bottom: 15px;
  }
  #top .image01 {
    width: 100px;
    top: 100px;
  }
  #top .image02 {
    width: 100px;
    bottom: 108px;
  }
  #top .image03 {
    width: 100px;
  }
  #top .image04 {
    width: 140px;
  }
  #top .image05 {
    width: 100px;
  }
  #group .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #group .flex .image {
    width: 20%;
  }
  #group .flex .text {
    width: 75%;
  }
  #group ul li h3 {
    text-align: left;
    margin-top: 0;
  }
  #index_company #company01 h4, #index_company #company01 p {
    text-align: center;
  }
  #index_company .flex {
    display: flex;
    justify-content: center;
    gap: 15%;
    margin-top: 30px;
  }
  #index_company table.history th, #index_company table.history td {
    padding-top: clamp(12px, 3.2738095238vw - 13px, 34px);
    padding-bottom: clamp(12px, 3.2738095238vw - 13px, 34px);
  }
  @supports not (padding-top: clamp(12px, calc(3.2738095238vw + -13px), 34px)) {
    #index_company table.history th, #index_company table.history td {
      padding-top: max(12px, min(3.2738095238vw - 13px, 34px));
    }
  }
  @supports not (padding-bottom: clamp(12px, calc(3.2738095238vw + -13px), 34px)) {
    #index_company table.history th, #index_company table.history td {
      padding-bottom: max(12px, min(3.2738095238vw - 13px, 34px));
    }
  }
  #index_company table.history th {
    padding-left: clamp(0px, 9.375vw - 72px, 63px);
    padding-right: clamp(10px, 7.8869047619vw - 51px, 63px);
  }
  @supports not (padding-left: clamp(0px, calc(9.375vw + -72px), 63px)) {
    #index_company table.history th {
      padding-left: max(0px, min(9.375vw - 72px, 63px));
    }
  }
  @supports not (padding-right: clamp(10px, calc(7.8869047619vw + -51px), 63px)) {
    #index_company table.history th {
      padding-right: max(10px, min(7.8869047619vw - 51px, 63px));
    }
  }
  #index_company table.history .history_date {
    display: flex;
    justify-content: space-between;
    width: 120px;
  }
  #index_company table.comapny th, #index_company table.comapny td {
    display: table-cell;
    padding: clamp(20px, 2.380952381vw + 2px, 36px);
  }
  @supports not (padding: clamp(20px, calc(2.380952381vw + 2px), 36px)) {
    #index_company table.comapny th, #index_company table.comapny td {
      padding: max(20px, min(2.380952381vw + 2px, 36px));
    }
  }
  #index_company table.comapny th {
    background: none;
    width: clamp(130px, 17.8571428571vw - 7px, 250px);
  }
  @supports not (width: clamp(130px, calc(17.8571428571vw + -7px), 250px)) {
    #index_company table.comapny th {
      width: max(130px, min(17.8571428571vw - 7px, 250px));
    }
  }
}
@media screen and (min-width: 1024px) {
  #top {
    height: 50vh;
  }
  #top .text {
    width: 60%;
  }
  #top .text > div {
    margin-bottom: 20px;
  }
  #top .image01 {
    width: 180px;
  }
  #top .image02 {
    width: 180px;
    bottom: 205px;
  }
  #top .image03 {
    width: 180px;
  }
  #top .image04 {
    width: 240px;
  }
  #top .image05 {
    width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  #index_company table.history .history_date {
    width: clamp(120px, 26.5060240964vw - 152px, 230px);
  }
  @supports not (width: clamp(120px, calc(26.5060240964vw + -152px), 230px)) {
    #index_company table.history .history_date {
      width: max(120px, min(26.5060240964vw - 152px, 230px));
    }
  }
}
@media screen and (min-width: 1366px) {
  #top {
    height: 100vh;
  }
  #top .text {
    width: unset;
    margin-top: 106px;
  }
  #top .text > div {
    margin-bottom: 40px;
  }
  #top .image01 {
    width: unset;
    top: 175px;
    left: 20.5%;
  }
  #top .image02 {
    width: unset;
    left: 8%;
    bottom: 290px;
  }
  #top .image03 {
    width: unset;
    left: 24.7%;
    bottom: 42px;
  }
  #top .image04 {
    width: unset;
    right: 9%;
    top: 162px;
  }
  #top .image05 {
    width: unset;
    right: 7.3%;
    bottom: 120px;
  }
  #group ul {
    display: flex;
    justify-content: space-between;
  }
  #group ul li {
    width: 31.429%;
  }
  #group ul li h3 {
    text-align: center;
    margin-top: 36px;
  }
  #group .flex {
    display: block;
  }
  #group .flex .image, #group .flex .text {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
footer {
  padding-top: clamp(80px, calc(7.9812206573vw + 50px), 165px);
  padding-bottom: clamp(80px, calc(3.1924882629vw + 68px), 114px);
  background: url(../images/bg_black.svg) repeat center center/10px 10px, url(../images/bg@2x.webp) repeat center center/300px 300px;
  background-blend-mode: hard-light;
  color: #FFF;
  border-radius: 0 0 20px 20px;
}
@supports not (padding-top: clamp(80px, calc(7.9812206573vw + 50px), 165px)) {
  footer {
    padding-top: max(80px, min(calc(7.9812206573vw + 50px), 165px));
  }
}
@supports not (padding-bottom: clamp(80px, calc(3.1924882629vw + 68px), 114px)) {
  footer {
    padding-bottom: max(80px, min(calc(3.1924882629vw + 68px), 114px));
  }
}
footer .inner {
  max-width: 1600px;
}
footer .footer_info img {
  display: block;
  margin-bottom: 36px;
}
footer .footer_info p {
  font-size: 14px;
}
footer .footer_banner {
  margin-top: 36px;
  max-width: 370px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer_banner a {
  display: inline-block;
}
footer .footer_banner a.footer_contact {
  font-size: 16px;
  margin-bottom: 45px;
}
footer .footer_banner a.footer_contact:hover {
  text-decoration: underline;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 88px;
}
footer .pagetop a {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: all 0.5s ease-out;
  background: url(../images/pagetop.svg) no-repeat center center/contain;
  aspect-ratio: 130/45;
  width: clamp(80px, calc(4.6948356808vw + 62px), 130px);
}
@supports not (width: clamp(80px, calc(4.6948356808vw + 62px), 130px)) {
  footer .pagetop a {
    width: max(80px, min(calc(4.6948356808vw + 62px), 130px));
  }
}
footer .pagetop a:hover {
  bottom: 13px;
}

@media screen and (min-width: 1025px) {
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer_banner {
    justify-content: flex-end;
    margin-top: 0;
  }
  footer .pagetop a {
    bottom: 37px;
    right: 31px;
  }
  footer .pagetop a:hover {
    bottom: 40px;
  }
}
/* ----------------------------------------------------------------------
アニメーション
---------------------------------------------------------------------- */
/* フェードイン */
.fadein {
  opacity: 0;
}

.fadein.bottom {
  transform: translate3d(0, 20px, 0);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}/*# sourceMappingURL=style.css.map */