@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
#header {
  top: -220px;
  transition: all 0.4s;
}
#header.scdown {
  top: 0;
}
@media (width <= 900px) {
  #header {
    top: 0;
  }
}

.footer_top {
  padding-top: 80px;
}
@media (width <= 480px) {
  .footer_top {
    padding-top: 16.6666666667vw;
  }
}
.footer_top_inner {
  align-items: start;
  row-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (width <= 900px) {
  .footer_top_inner {
    grid-template-columns: auto;
  }
}
@media (width <= 900px) {
  .footer_top_inner {
    row-gap: 0;
  }
}
.footer_top_inner .item1 {
  grid-area: 1/1/2/3;
  margin: auto;
}
@media (width <= 900px) {
  .footer_top_inner .item1 {
    grid-area: 1/1/2/2;
  }
}
@media (width <= 900px) {
  .footer_top_inner .item2 {
    margin-top: 45px;
  }
}
.footer_top_inner .item3 {
  display: block;
  width: 300px;
}
@media (width <= 900px) {
  .footer_top_inner .item3 {
    margin: 40px auto;
    width: min(100%, 396px);
  }
}
@media (width <= 480px) {
  .footer_top_inner .item3 {
    margin-top: 8.3333333333vw;
  }
}
.footer_top_inner .item3 .gmap {
  width: 100%;
  aspect-ratio: 300/173;
  position: relative;
}
@media (width <= 900px) {
  .footer_top_inner .item3 .gmap {
    aspect-ratio: 396/170;
  }
}
.footer_top_inner .item3 .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}
.footer_top_inner .item3 .btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 14px;
}
@media (width <= 480px) {
  .footer_top_inner .item3 .btns {
    margin-top: 2.9166666667vw;
  }
}
.footer_top_inner .item3 .btns .go_map {
  font-size: 15px;
  font-weight: 700;
  transition: all 0.4s;
}
.footer_top_inner .item3 .btns .go_map:hover {
  opacity: 0.8;
}
@media (width <= 480px) {
  .footer_top_inner .item3 .btns .go_map {
    font-size: 3.125vw;
  }
}
.footer_top_inner .item3 .btns .go_map a {
  color: var(--nav-color);
}
.footer_top_inner .item3 .btns .gmap_access {
  width: 112px;
  transition: all 0.4s;
}
.footer_top_inner .item3 .btns .gmap_access:hover {
  opacity: 0.8;
}
@media (width <= 480px) {
  .footer_top_inner .item3 .btns .gmap_access {
    width: 23.3333333333vw;
  }
}

main {
  padding-top: 0;
}
@media (width <= 900px) {
  main {
    padding-top: 110px;
  }
}
@media (width <= 480px) {
  main {
    padding-top: 22.9166666667vw;
  }
}

.introduction {
  width: 100%;
  padding: 50px 0 100px;
  overflow: hidden;
  background: url(../img/home/mv_bg_2600_1066.png) center top/2600px 1066px no-repeat;
}
@media (width <= 1400px) {
  .introduction {
    background: url(../img/home/mv_bg_1400_1066.png) center top/contain no-repeat;
  }
}
.introduction .home_header {
  width: min(95%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding-bottom: 55px;
}
@media (width <= 900px) {
  .introduction .home_header {
    display: none;
  }
}
.introduction .home_header .logoset {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: end;
}
.introduction .home_header .logoset .company_name {
  width: 468px;
}
.introduction .home_header .logoset .company_tel {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: end;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.introduction .home_header .logoset .company_tel li:first-child {
  width: 48px;
}
.introduction .home_header .logoset .company_tel li:last-child {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 6px;
}
.introduction .home_header_nav {
  font-size: 18px;
  line-height: 1.25;
  width: 100%;
  height: 2.8em;
  border-radius: 1.4em;
  background: #fff;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
  display: grid;
  place-items: center;
}
@media (width <= 960px) {
  .introduction .home_header_nav {
    font-size: 16px;
  }
}
.introduction .home_header_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .home_header_nav ul li {
  padding: 0 0.75em;
  padding-bottom: 0.15em;
}
.introduction .home_header_nav ul li:first-child {
  display: none;
}
.introduction .home_header_nav ul li:not(:last-child) {
  border-right: 1px solid var(--nav-color);
}
.introduction .home_header_nav ul li a {
  font-weight: 700;
  color: var(--nav-color);
  transition: all 0.4s;
}
.introduction .home_header_nav ul li a:hover {
  opacity: 0.8;
}
.introduction .main_visual {
  width: min(100%, 1040px);
  margin: 0 auto;
  aspect-ratio: 104/69;
  position: relative;
}
.introduction .main_visual .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 1040px;
  height: 690px;
}
@media (width <= 1040px) {
  .introduction .main_visual .mv {
    left: 1.9230769231vw;
    width: 100vw;
    height: 66.3461538462vw;
  }
}
.introduction .main_visual .item {
  position: absolute;
}
.introduction .main_visual .item.item1 {
  top: 2px;
  left: 128px;
  width: 118px;
  height: 140px;
}
@media (width <= 1040px) {
  .introduction .main_visual .item.item1 {
    top: 0.1923076923vw;
    left: 12.3076923077vw;
    width: 11.3461538462vw;
    height: 13.4615384615vw;
  }
}
.introduction .main_visual .item.item2 {
  top: 4px;
  right: 29px;
  width: 511px;
  height: 225px;
}
@media (width <= 1040px) {
  .introduction .main_visual .item.item2 {
    top: 0.3846153846vw;
    right: 2.7884615385vw;
    width: 49.1346153846vw;
    height: 21.6346153846vw;
  }
}
.introduction .main_visual .item.item3 {
  bottom: 65px;
  left: 28px;
  width: 215px;
  height: 376px;
}
@media (width <= 1040px) {
  .introduction .main_visual .item.item3 {
    bottom: 6.25vw;
    left: 2.6923076923vw;
    width: 20.6730769231vw;
    height: 36.1538461538vw;
  }
}
.introduction .main_visual .item.item4 {
  bottom: 1px;
  right: 152px;
  width: 463px;
  height: 355px;
}
@media (width <= 1040px) {
  .introduction .main_visual .item.item4 {
    bottom: 0.0961538462vw;
    right: 14.6153846154vw;
    width: 44.5192307692vw;
    height: 34.1346153846vw;
  }
}
.introduction .information_area {
  width: min(75%, 626px);
  padding: 50px 10px 10px;
  border-radius: 20px;
  margin: 30px auto 0;
  position: relative;
  background: url(../img/common/info_bg_pink.png) right bottom repeat;
}
@media (width <= 480px) {
  .introduction .information_area {
    padding: 10.4166666667vw 2.0833333333vw 2.0833333333vw;
    margin: 6.25vw auto 0;
  }
}
.introduction .information_area_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (width <= 480px) {
  .introduction .information_area_title {
    height: 10.4166666667vw;
  }
}
.introduction .information_area_title li:first-child {
  width: 50px;
}
@media (width <= 480px) {
  .introduction .information_area_title li:first-child {
    width: 10.4166666667vw;
  }
}
.introduction .information_area_title li:last-child {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 3px;
}
@media (width <= 480px) {
  .introduction .information_area_title li:last-child {
    font-size: 5.2083333333vw;
    padding-bottom: 0.625vw;
  }
}
.introduction .information_area .list_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: 30px;
  background: url(../img/common/info_bg_pink.png) right bottom repeat;
  border-radius: 10px 0 20px 0;
  display: grid;
  place-items: center;
}
@media (width <= 480px) {
  .introduction .information_area .list_btn {
    width: 25.8333333333vw;
    height: 6.25vw;
    border-radius: 2.0833333333vw 0 4.1666666667vw 0;
  }
}
.introduction .information_area .list_btn ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  transition: all 0.4s;
}
@media (width <= 480px) {
  .introduction .information_area .list_btn ul {
    -moz-column-gap: 1.4583333333vw;
         column-gap: 1.4583333333vw;
  }
}
.introduction .information_area .list_btn ul li:first-child {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (width <= 480px) {
  .introduction .information_area .list_btn ul li:first-child {
    font-size: 4.1666666667vw;
  }
}
.introduction .information_area .list_btn ul li:last-child {
  width: 19px;
}
.introduction .information_area .list_btn ul li:last-child img {
  transition: all 0.4s;
}
@media (width <= 480px) {
  .introduction .information_area .list_btn ul li:last-child {
    width: 3.9583333333vw;
  }
}
.introduction .information_area .list_btn ul:hover li:last-child img {
  transform: translateX(25%);
}
.introduction .information_area .news_area {
  background: #fff;
  padding: 14px 28px;
  border-radius: 0 0 10px 10px;
}
@media (width <= 480px) {
  .introduction .information_area .news_area {
    padding: 2.9166666667vw 5.8333333333vw;
    border-radius: 0vw 0vw 2.0833333333vw 2.0833333333vw;
  }
}
.introduction .information_area .news_area #newsWrap #newsList {
  width: 100%;
}
.introduction .information_area .news_area #newsWrap #newsList .cat- {
  font-size: 16px;
  line-height: 24px;
  padding: 0.65em 0;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media (width <= 480px) {
  .introduction .information_area .news_area #newsWrap #newsList .cat- {
    font-size: 3.3333333333vw;
    line-height: 5vw;
  }
}
.introduction .information_area .news_area #newsWrap #newsList .cat-:not(:last-child) {
  border-bottom: 1px dotted #e994a3;
}
.introduction .information_area .news_area #newsWrap #newsList .cat- .up_ymd {
  font-size: 15px;
}
@media (width <= 480px) {
  .introduction .information_area .news_area #newsWrap #newsList .cat- .up_ymd {
    font-size: 3.125vw;
  }
}
.introduction .information_area .news_area #newsWrap #newsList .cat- .title {
  font-weight: 700;
}
.introduction .information_area .news_area #newsWrap #newsList .cat- .title a {
  color: var(--nav-color);
  transition: all 0.4s;
}
.introduction .information_area .news_area #newsWrap #newsList .cat- .title a:hover {
  opacity: 0.8;
}
.introduction .slogan {
  width: min(84.375%, 830px);
  margin: 90px auto 0;
}
@media (width <= 768px) {
  .introduction .slogan {
    max-width: 576px;
  }
}
@media (width <= 480px) {
  .introduction .slogan {
    margin-top: 18.75vw;
  }
}
.introduction .slogan_inner h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  color: #13ae67;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (width <= 480px) {
  .introduction .slogan_inner h2 {
    font-size: 6.25vw;
  }
}
.introduction .slogan_inner_inner {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (width <= 768px) {
  .introduction .slogan_inner_inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.introduction .slogan_inner_inner .img {
  width: 240px;
  margin: auto;
}
@media (width <= 480px) {
  .introduction .slogan_inner_inner .img {
    width: 45.8333333333vw;
  }
}
.introduction .slogan_inner_inner .text .decimal {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 900;
}
@media (width <= 480px) {
  .introduction .slogan_inner_inner .text .decimal {
    font-size: 3.9583333333vw;
  }
}
.introduction .slogan_inner_inner .text .decimal li {
  position: relative;
  padding-left: 1.25em;
}
.introduction .slogan_inner_inner .text .decimal li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.introduction .slogan_inner_inner .text .decimal li:nth-child(1)::before {
  content: "①";
}
.introduction .slogan_inner_inner .text .decimal li:nth-child(2)::before {
  content: "②";
}
.introduction .slogan_inner_inner .text .decimal li:nth-child(3)::before {
  content: "③";
}
.introduction .slogan_inner_inner .text .note {
  margin-top: 20px;
  width: min(100%, 500px);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-align: justify;
}
@media (width <= 480px) {
  .introduction .slogan_inner_inner .text .note {
    margin-top: 4.1666666667vw;
    font-size: 3.5416666667vw;
  }
}

.service {
  padding: 80px 0 100px;
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_yellow_op20.png);
  opacity: 0.2;
  z-index: -1;
}
.service .index_colums {
  width: 625px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (width <= 640px) {
  .service .index_colums {
    width: 330px;
  }
}
@media (width <= 480px) {
  .service .index_colums {
    margin-top: 10.4166666667vw;
    row-gap: 8.3333333333vw;
    width: 68.75vw;
  }
}
.service .index_colums .bn_btn {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  transition: all 0.4s;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn {
    padding: 6px;
  }
}
@media (width <= 480px) {
  .service .index_colums .bn_btn {
    padding: 1.25vw;
    border-radius: 4.1666666667vw;
  }
}
.service .index_colums .bn_btn:hover {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}
@media (width <= 900px) {
  .service .index_colums .bn_btn:hover {
    filter: inherit;
  }
}
.service .index_colums .bn_btn a {
  color: var(--nav-color);
}
.service .index_colums .bn_btn_inner {
  width: 100%;
  height: 220px;
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner {
    height: auto;
    border-radius: 12px;
    grid-template-columns: auto;
    padding: 20px 0 15px;
  }
}
@media (width <= 480px) {
  .service .index_colums .bn_btn_inner {
    padding: 4.1666666667vw 0 3.125vw;
    border-radius: 2.5vw;
  }
}
.service .index_colums .bn_btn_inner .item1 {
  width: 290px;
  position: relative;
}
.service .index_colums .bn_btn_inner .item1_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner .item1 {
    display: none;
  }
}
.service .index_colums .bn_btn_inner.right {
  grid-template-columns: 1fr auto;
}
.service .index_colums .bn_btn_inner.right .item1 {
  grid-area: 1/2/2/3;
}
.service .index_colums .bn_btn_inner .item2 {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.service .index_colums .bn_btn_inner .item2_inner {
  width: 272px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 13px;
}
@media (width <= 480px) {
  .service .index_colums .bn_btn_inner .item2_inner {
    width: 56.6666666667vw;
  }
}
.service .index_colums .bn_btn_inner .item2_inner.irregular {
  width: 288px;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner .item2_inner.irregular {
    width: 272px;
  }
}
@media (width <= 640px) and (width <= 480px) {
  .service .index_colums .bn_btn_inner .item2_inner.irregular {
    width: 56.6666666667vw;
  }
}
.service .index_colums .bn_btn_inner .item2_inner h3 {
  font-size: 27px;
  line-height: 1.22;
  font-weight: 900;
  text-align: center;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner .item2_inner h3 {
    font-size: 24px;
  }
}
@media (width <= 480px) {
  .service .index_colums .bn_btn_inner .item2_inner h3 {
    font-size: 5vw;
  }
}
.service .index_colums .bn_btn_inner .item2_inner h3.green {
  color: #8fc31f;
}
.service .index_colums .bn_btn_inner .item2_inner h3.orange {
  color: #f39939;
}
.service .index_colums .bn_btn_inner .item2_inner h3.blue {
  color: #00a29a;
}
.service .index_colums .bn_btn_inner .item2_inner .text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner .item2_inner .text {
    font-size: 15px;
  }
}
@media (width <= 480px) {
  .service .index_colums .bn_btn_inner .item2_inner .text {
    font-size: 3.125vw;
  }
}
.service .index_colums .bn_btn_inner .item2_inner .mobile_img {
  display: none;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner .item2_inner .mobile_img {
    display: block;
    width: 230px;
    margin: auto;
  }
}
@media (width <= 480px) {
  .service .index_colums .bn_btn_inner .item2_inner .mobile_img {
    width: 47.9166666667vw;
  }
}
.service .index_colums .bn_btn_inner .item2_inner .arrow {
  width: 31px;
  margin: auto;
}
@media (width <= 640px) {
  .service .index_colums .bn_btn_inner .item2_inner .arrow {
    width: 30px;
  }
}
@media (width <= 480px) {
  .service .index_colums .bn_btn_inner .item2_inner .arrow {
    width: 6.25vw;
  }
}
.service .index_colums .bn_btn.green {
  background: url(../img/home/service_bg_1.png) center center/cover no-repeat;
}
.service .index_colums .bn_btn.orange {
  background: url(../img/home/service_bg_2.png) center center/cover no-repeat;
}
.service .index_colums .bn_btn.blue {
  background: url(../img/home/service_bg_3.png) center center/cover no-repeat;
}

.home_contact {
  margin-top: 80px;
  padding: 75px 0 90px;
  position: relative;
}
@media (width <= 480px) {
  .home_contact {
    margin-top: 11.875vw;
  }
}
@media (width <= 480px) {
  .home_contact {
    padding: 11.875vw 0 15.625vw;
  }
}
.home_contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_pink_op20.png);
  opacity: 0.2;
  z-index: -1;
}
.home_contact_inner {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  row-gap: 30px;
}
.home_contact_inner_inner {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  row-gap: 30px;
}
@media (width <= 480px) {
  .home_contact_inner_inner {
    row-gap: 5.4166666667vw;
  }
}
.home_contact_inner_inner .read {
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
  font-weight: 700;
}
@media (width <= 480px) {
  .home_contact_inner_inner .read {
    font-size: 3.75vw;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin: auto;
  }
}
.home_contact_inner_inner .timetable {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
.home_contact_inner_inner .timetable span {
  font-size: 1.27em;
}
@media (width <= 480px) {
  .home_contact_inner_inner .timetable {
    font-size: 3.9583333333vw;
  }
}
.home_contact_inner_inner .telephons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (width <= 640px) {
  .home_contact_inner_inner .telephons {
    grid-template-columns: auto;
    gap: 20px;
  }
}
@media (width <= 480px) {
  .home_contact_inner_inner .telephons {
    gap: 4.1666666667vw;
  }
}
.home_contact_inner_inner .telephons ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-items: center;
  gap: 16px;
}
@media (width <= 480px) {
  .home_contact_inner_inner .telephons ul {
    gap: 2.5vw;
  }
}
.home_contact_inner_inner .telephons ul li:first-child {
  width: 50px;
}
@media (width <= 480px) {
  .home_contact_inner_inner .telephons ul li:first-child {
    width: 9.375vw;
  }
}
.home_contact_inner_inner .telephons ul li:last-child {
  font-size: 42px;
  font-weight: 700;
  color: var(--nav-color);
  padding-bottom: 6px;
}
@media (width <= 480px) {
  .home_contact_inner_inner .telephons ul li:last-child {
    font-size: 7.9166666667vw;
  }
}/*# sourceMappingURL=style.css.map */