@charset "utf-8";

/*========= レイアウト ===============*/
body {
  background-color: #fff;
  background-image: url(../images/top_bg_01.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 1920px 1347px;
}
@media screen and (max-width: 1024px) {
  body {
    background-color: #fff;
    background: none;
  }
}

main {
  padding-bottom: 100px;
  background-image: url(../images/top_main_bg-min.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  main {
    padding: 0;
    background: none;
  }
}

/*========= hero PC===============*/
.hero {
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
}
.hero img {
  max-width: 1660px;
  height: auto;
}
.hero_txt_box {
  width: 90vw;
  height: auto;
  max-width: 1660px;
  text-align: right;
  margin: 0 auto;
}
h2 {
  margin-top: 20px;
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 2px;
}

/*========= hero SP ===============*/
.hero_sp {
  width: 100vw;
  padding-top: 80px;
  margin: 0;
  background-color: #000;
}
.hero_box_sp {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.hero_box_sp img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero_txt_box_sp {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #f1f4f5;
}

@media screen and (max-width: 1024px) {
  .hero_txt_box_sp p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .hero_txt_box_sp p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .hero_txt_box_sp p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 414px) {
  .hero_txt_box_sp p {
    font-size: 0.9rem;
  }
}

/*========= section 1 PC ===============*/
.sec_01 {
  width: 960px;
  margin: 0 auto;
  background-image: url(../images/top_bgline_01-min.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .sec_01 {
    background: none;
  }
}
.btn_box1 {
  width: 800px;
  margin: 0 0 100px auto;
}
.btn_box2 {
  width: 800px;
  margin: 0 0 200px auto;
}
.btn01 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 120px;
  outline: none;
  transition: all 0.2s ease;
}
.btn01:hover {
  border-color: transparent;
}
.btn01 span {
  position: relative;
  width: 780px;
  height: 240px;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  background-image: url(../images/top_concept_01-min.png);
  background-size: cover;
  border-radius: 120px;
  color: #fff;
  transition: all 0.3s ease;
}
.pushleft1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background-color: rgba(61, 72, 87, 0.1);
}
.pushleft1:hover span {
  background-color: #333;
  background-image: url(../images/top_concept_02-min.png);
  background-size: cover;
  color: #fff;
  transform: translate(-20px, 20px);
}
.btn02 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 120px;
  outline: none;
  transition: all 0.2s ease;
}
.btn02:hover {
  border-color: transparent;
}
.btn02 span {
  position: relative;
  width: 780px;
  height: 240px;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  background-image: url(../images/top_location_01-min.png);
  background-size: cover;
  border-radius: 120px;
  color: #fff;
  transition: all 0.3s ease;
}
.pushleft2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background-color: rgba(61, 72, 87, 0.1);
}
.pushleft2:hover span {
  background-color: #333;
  background-image: url(../images/top_location_02-min.png);
  background-size: cover;
  color: #fff;
  transform: translate(-20px, 20px);
}

/*========= section 1 SP ===============*/
.sec_01_sp {
  width: 84vw;
  margin: 40px auto 50px auto;
}
.sec_01_imgbox {
  width: 84vw;
  height: auto;
}
.sec_01_sp img {
  width: 100%;
  border-radius: 9999px;
  filter: drop-shadow(-10px 10px 0px rgba(61, 72, 87, 0.1));
}

/*========= section 2 ===============*/
.sec_02 {
  width: 960px;
  margin: 0 auto;
  background-image: url(../images/top_bgline_02-min.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .sec_02 {
    background: none;
  }
}
.sec_02_01 {
  height: 300px;
  display: flex;
  margin-bottom: 100px;
}
.sec_02_02 {
  height: 300px;
  display: flex;
  margin-bottom: 200px;
}
.btn_box3,
.btn_box5 {
  width: 320px;
  margin-right: 80px;
}
.btn_box4,
.btn_box6 {
  width: 320px;
}
.btn03 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  outline: none;
  transition: all 0.2s ease;
}
.btn03:hover {
  border-color: transparent;
}
.btn03 span {
  position: relative;
  width: 300px;
  height: 300px;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  background-image: url(../images/top_access_01-min.png);
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease;
}
.pushleft3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(61, 72, 87, 0.1);
}
.pushleft3:hover span {
  background-color: #333;
  background-image: url(../images/top_access_02-min.png);
  background-size: cover;
  color: #fff;
  transform: translate(-20px, 20px);
}
.btn04 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  outline: none;
  transition: all 0.2s ease;
}
.btn04:hover {
  border-color: transparent;
}
.btn04 span {
  position: relative;
  width: 300px;
  height: 300px;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  background-image: url(../images/top_equipment_01-min.png);
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease;
}
.pushleft4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(61, 72, 87, 0.1);
}
.pushleft4:hover span {
  background-color: #333;
  background-image: url(../images/top_equipment_02-min.png);
  background-size: cover;
  color: #fff;
  transform: translate(-20px, 20px);
}
.btn05 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  outline: none;
  transition: all 0.2s ease;
}
.btn05:hover {
  border-color: transparent;
}
.btn05 span {
  position: relative;
  width: 300px;
  height: 300px;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  background-image: url(../images/top_plan_01-min.png);
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease;
}
.pushleft5:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(61, 72, 87, 0.1);
}
.pushleft5:hover span {
  background-color: #333;
  background-image: url(../images/top_plan_02-min.png);
  background-size: cover;
  color: #fff;
  transform: translate(-20px, 20px);
}
.btn06 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  outline: none;
  transition: all 0.2s ease;
}
.btn06:hover {
  border-color: transparent;
}
.btn06 span {
  position: relative;
  width: 300px;
  height: 300px;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  background-image: url(../images/top_outline_01-min.png);
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease;
}
.pushleft6:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(61, 72, 87, 0.1);
}
.pushleft6:hover span {
  background-color: #333;
  background-image: url(../images/top_outline_02-min.png);
  background-size: cover;
  color: #fff;
  transform: translate(-20px, 20px);
}

/*========= section 2 SP ===============*/
.sec_02_sp {
  width: 80vw;
  margin: 0 auto 60px auto;
}
.sec_02_sp_wrap {
  display: flex;
  justify-content: space-between;
}
.sec_02_sp_wrap img {
  border-radius: 10px;
  filter: drop-shadow(-10px 10px 0px rgba(61, 72, 87, 0.1));
}

/*========= section 3 PC ===============*/
.sec_03 {
  width: 960px;
  margin: 0 auto;
}
.sec03 p {
  font-size: 14px;
}

/*========= section 3 SP ===============*/
.sec_03_sp {
  width: 80vw;
  margin: 0 auto;
}
.sec_03_sp p {
  font-size: 0.8rem;
}
