body {
  position: relative;
  background-color: #ffffff;
}
body:has(.globalnavOpen) {
  overflow: hidden;
}
body .headPc {
  width: calc(100vw - 96px);
  position: absolute;
  z-index: 1000;
}
body main {
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: block;
}
body main .float {
  display: block;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 300;
}
body main .float .floatSmt {
  display: none;
}
body main .float img {
  width: 268px;
}
body main .float:hover {
  opacity: 0.6;
}
body main .float.close {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1480px) {
  body main .float {
    width: 420px;
  }
  body main .float .floatSmt {
    display: block;
    width: 100%;
  }
  body main .float .floatPc {
    display: none;
  }
}
@media (max-width: 800px) {
  body main .float {
    display: block;
    position: fixed;
    bottom: 6px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 380px;
    width: 100%;
  }
  body main .float img {
    width: 100%;
  }
}
body main .slider .swiper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
body main .slider .swiper .swiper-wrapper {
  height: 100vh;
}
body main .slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
body main .slider .swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}
body main .slider .swiper.pc {
  display: initial;
}
body main .slider .swiper.smt {
  display: none;
}
@media (max-width: 800px) {
  body main .slider .swiper.pc {
    display: none;
  }
  body main .slider .swiper.smt {
    display: initial;
  }
}
body main .mv {
  position: relative;
  height: 100vh;
  width: 100%;
}
body main .mv:after {
  content: "";
  width: 100vw;
  height: 260px;
  top: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  display: block;
}
body main .mv .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  max-width: 815px;
}
body main .mv .txt img {
  width: 100%;
  max-width: 815px;
}
body main .mv .txt .smt {
  display: none;
}
@media (max-width: 800px) {
  body main .mv .txt {
    max-width: 360px;
  }
  body main .mv .txt .smt {
    display: initial;
  }
  body main .mv .txt .pc {
    display: none;
  }
}
body main .wrap.bgWh {
  background-color: #fff;
}
body main .wrap.bgBk {
  background-color: rgba(0, 0, 0, 0.3137254902);
}
body main .wrap.bgImg {
  background-image: url(../img/surroundings-bg.jpg);
  background-color: #fff;
}
body main .wrap .mds {
  text-align: center;
}
body main .wrap .mds h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #707070;
  display: block;
  margin: 0 auto 12px;
  padding-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
body main .wrap .mds h2 br {
  display: none;
}
body main .wrap .mds span {
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #8ca500;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
body main .wrap .grBtn {
  background-color: #8ca500;
  color: #fff;
  height: 56px;
  border-radius: 28px;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main .wrap .grBtn:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-image: url(../img/icon-cursol.png);
  background-size: cover;
}
body main .wrap .grBtn:hover {
  opacity: 0.7;
}
body main .wrap .whBtn {
  background-color: initial;
  border: 2px solid #fff;
  color: #fff;
  height: 56px;
  border-radius: 28px;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main .wrap .whBtn:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-image: url(../img/icon-cursol.png);
  background-size: cover;
}
body main .wrap .whBtn:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  body main .wrap .mds h2 {
    font-size: 24px;
  }
  body main .wrap .mds h2 br {
    display: initial;
  }
  body main .wrap .mds span {
    font-size: 18px;
  }
}
body main .campaign .container {
  padding: 114px 0;
  margin: auto;
}
body main .campaign .container .content {
  padding-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
body main .campaign .container .content img {
  max-width: 404px;
}
body main .campaign .container .content img.and {
  max-width: 52px;
}
@media (max-width: 1080px) {
  body main .campaign .container {
    padding: 114px 0;
    margin: auto;
    width: 96%;
  }
  body main .campaign .container .content {
    padding-top: 46px;
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 24px;
  }
  body main .campaign .container .content img {
    max-width: 404px;
    width: 100%;
  }
  body main .campaign .container .content img.and {
    max-width: 52px;
  }
}
@media (max-width: 800px) {
  body main .campaign .container .content {
    padding-top: 46px;
    display: block;
    gap: 30px;
  }
  body main .campaign .container .content img {
    max-width: 404px;
    display: block;
    margin: auto;
  }
  body main .campaign .container .content img.and {
    max-width: 52px;
  }
}
body main .ctaTop {
  padding: 80px 0;
}
body main .ctaTop .container {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #fff;
}
body main .ctaTop .container .target {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
body main .ctaTop .container .target span {
  color: #8ca500;
}
body main .ctaTop .container .target:after {
  content: "";
  background-color: #fff;
  width: calc(50% - 135px - 8px);
  height: 1px;
  display: block;
  margin-left: 8px;
}
body main .ctaTop .container .target:before {
  content: "";
  background-color: #fff;
  width: calc(50% - 135px - 8px);
  height: 1px;
  display: block;
  margin-right: 8px;
}
body main .ctaTop .container h2 {
  font-size: 32px;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #8ca500;
  margin-bottom: 22px;
}
body main .ctaTop .container h2 img {
  width: 105px;
}
body main .ctaTop .container .txt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
body main .ctaTop .container .txt span {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
}
body main .ctaTop .container a {
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  body main .ctaTop .container {
    width: 90%;
  }
  body main .ctaTop .container .target:after {
    width: calc(50% - 135px - 8px);
  }
  body main .ctaTop .container .target:before {
    width: calc(50% - 135px - 8px);
  }
  body main .ctaTop .container h2 {
    font-size: 32px;
  }
  body main .ctaTop .container .txt {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  body main .ctaTop .container .target {
    font-size: 18px;
    margin-bottom: 22px;
  }
  body main .ctaTop .container .target:after {
    width: calc(50% - 120px - 4px);
  }
  body main .ctaTop .container .target:before {
    width: calc(50% - 120px - 4px);
  }
  body main .ctaTop .container h2 {
    font-size: 26px;
    display: block;
    margin-bottom: 22px;
    text-align: center;
  }
  body main .ctaTop .container h2 img {
    width: 100px;
    display: block;
    margin: auto;
  }
  body main .ctaTop .container .txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  body main .ctaTop .container .txt span {
    font-size: 18px;
  }
  body main .ctaTop .container a {
    margin-bottom: 40px;
  }
}
body main .ctaBottom {
  padding: 54px 0 120px;
}
body main .ctaBottom .container {
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 32px;
}
body main .ctaBottom .container .contentL {
  background-image: url(../img/cta-bg1.jpg);
  background-size: cover;
}
body main .ctaBottom .container .contentR {
  background-image: url(../img/cta-bg2.jpg);
  background-size: cover;
}
body main .ctaBottom .container .top {
  padding: 44px 0 30px;
}
body main .ctaBottom .container .top h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
body main .ctaBottom .container .top h3 span {
  color: #8ca500;
}
body main .ctaBottom .container .top p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 2em;
}
body main .ctaBottom .container .top p.time {
  margin-top: 10px;
  display: block;
}
body main .ctaBottom .container .bottom {
  padding: 0 0 44px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
body main .ctaBottom .container .bottom a {
  font-size: 16px;
  margin: 0;
  height: 50px;
  padding: 12px 30px;
}
@media (max-width: 1080px) {
  body main .ctaBottom .container {
    display: block;
    width: 90%;
  }
  body main .ctaBottom .container .contentL {
    margin-bottom: 24px;
  }
  body main .ctaBottom .container .top {
    padding: 36px;
  }
  body main .ctaBottom .container .top h3 {
    font-size: 20px;
  }
  body main .ctaBottom .container .bottom {
    padding: 0 0 44px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  body main .ctaBottom .container .bottom a {
    font-size: 13px;
    margin: 0;
    height: 50px;
    padding: 12px 12px;
    max-width: 222px;
    width: 90%;
    gap: 2px;
  }
}
@media (max-width: 800px) {
  body main .ctaBottom .container {
    display: block;
    width: 90%;
  }
  body main .ctaBottom .container .contentL {
    margin-bottom: 24px;
  }
  body main .ctaBottom .container .top {
    padding: 32px 16px;
  }
  body main .ctaBottom .container .top h3 {
    font-size: 20px;
  }
  body main .ctaBottom .container .top p br {
    display: none;
  }
  body main .ctaBottom .container .bottom {
    padding: 0 0 32px;
  }
}
body main .about .mds {
  margin-bottom: 40px;
}
body main .about .content {
  position: relative;
}
body main .about .content .txt {
  position: relative;
  max-width: 1080px;
  margin: auto;
  z-index: 100;
}
body main .about .content .txt .img {
  position: relative;
}
body main .about .content .txt .img img {
  position: relative;
  top: -60px;
  width: 100%;
  margin: auto;
}
body main .about .content .txt .img img.logo {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 205px;
  margin: auto;
}
body main .about .content .txt h3 {
  color: #8ca500;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 36px 0;
}
body main .about .content .txt p {
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 68px;
  font-weight: 400;
}
body main .about .content .txt p span {
  font-weight: 700;
  border-bottom: 1px solid #8ca500;
}
body main .about .content .txt p br {
  display: none;
}
body main .about .content .slider .swiper1 {
  overflow: hidden;
}
body main .about .content .slider .swiper1 .swiper-slide {
  width: 100%;
  height: auto;
}
body main .about .content .slider .swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  body main .about .content {
    position: relative;
  }
  body main .about .content .txt {
    width: 90%;
  }
  body main .about .content .txt p {
    text-align: left;
  }
  body main .about .content .txt p .pc {
    display: none;
  }
}
@media (max-width: 800px) {
  body main .about .content .txt {
    width: 100%;
  }
  body main .about .content .txt .img img {
    top: -30px;
  }
  body main .about .content .txt .img img.logo {
    width: 160px;
  }
  body main .about .content .txt h3 {
    width: 90%;
    color: #8ca500;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 36px auto;
  }
  body main .about .content .txt p {
    width: 90%;
    font-size: 16px;
    margin: auto;
  }
  body main .about .content .txt p br {
    display: initial;
  }
}
body main .surroundings .container {
  padding: 114px 0;
}
body main .surroundings .container .content {
  max-width: 1080px;
  margin: 56px auto 0;
}
body main .surroundings .container .content h3 {
  font-size: 28px;
  letter-spacing: 0.14em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .surroundings .container .content h3:after {
  content: "";
  background-color: #000;
  width: calc(50% - 135px - 8px);
  height: 1px;
  display: block;
  margin-left: 8px;
}
body main .surroundings .container .content h3:before {
  content: "";
  background-color: #000;
  width: calc(50% - 135px - 8px);
  height: 1px;
  display: block;
  margin-right: 8px;
}
body main .surroundings .container .content > img {
  max-width: 346px;
  margin: 3px auto 46px;
  display: block;
}
body main .surroundings .container .grid {
  display: grid;
  grid-template-columns: 4fr 3fr;
  padding-bottom: 44px;
  border-bottom: 1px solid #000;
  gap: 2vw;
}
body main .surroundings .container .grid .box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px 1vw;
}
body main .surroundings .container .grid .box .txt img {
  width: 33px;
  margin-bottom: 8px;
}
body main .surroundings .container .grid .box .txt h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
body main .surroundings .container .grid .box .txt p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1080px) {
  body main .surroundings .container .content {
    width: 90%;
  }
  body main .surroundings .container .content h3 {
    font-size: 28px;
    letter-spacing: 0.14em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body main .surroundings .container .content h3:after {
    content: "";
    background-color: #000;
    width: calc(50% - 135px - 8px);
    height: 1px;
    display: block;
    margin-left: 8px;
  }
  body main .surroundings .container .content h3:before {
    content: "";
    background-color: #000;
    width: calc(50% - 135px - 8px);
    height: 1px;
    display: block;
    margin-right: 8px;
  }
  body main .surroundings .container .content > img {
    max-width: 346px;
    margin: 3px auto 46px;
    display: block;
  }
  body main .surroundings .container .grid {
    display: block;
    padding-bottom: 44px;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  body main .surroundings .container .grid .map {
    padding-bottom: 32px;
  }
  body main .surroundings .container .grid .map iframe {
    width: 100%;
  }
  body main .surroundings .container .grid .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 3vw;
    justify-content: center;
    margin: auto;
    width: 80%;
  }
  body main .surroundings .container .grid .box .txt img {
    width: 33px;
    margin-bottom: 8px;
  }
  body main .surroundings .container .grid .box .txt h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  body main .surroundings .container .grid .box .txt p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 800px) {
  body main .surroundings .container .content h3 {
    font-size: 20px;
  }
  body main .surroundings .container .content h3:after {
    width: calc(50% - 100px - 8px);
  }
  body main .surroundings .container .content h3:before {
    width: calc(50% - 100px - 8px);
  }
  body main .surroundings .container .content > img {
    max-width: 280px;
    margin: 3px auto 46px;
    display: block;
  }
  body main .surroundings .container .grid .box {
    gap: 26px 22px;
    width: 88%;
  }
  body main .surroundings .container .grid .box .txt h4 {
    font-size: 18px;
  }
  body main .surroundings .container .grid .box .txt p {
    font-size: 16px;
  }
}
body main .point .container {
  padding: 114px 0;
}
body main .point .container .content {
  max-width: 1080px;
  margin: auto;
  margin-top: 56px;
}
body main .point .container .content img {
  width: 100%;
}
body main .point .container .content span {
  font-size: 45px;
  font-weight: 500;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #8ca500;
  border-bottom: 1px solid #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
body main .point .container .content h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}
body main .point .container .content h3 br {
  display: none;
}
body main .point .container .content p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 2.1em;
}
@media (max-width: 1080px) {
  body main .point .container .content {
    max-width: 1080px;
    width: 90%;
  }
  body main .point .container .content img {
    width: 100%;
  }
  body main .point .container .content span {
    font-size: 45px;
    font-weight: 500;
    font-family: "Yu Mincho", "YuMincho", serif;
    color: #8ca500;
    border-bottom: 1px solid #000;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
  body main .point .container .content h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 12px;
  }
  body main .point .container .content p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
    line-height: 2.1em;
  }
}
@media (max-width: 800px) {
  body main .point .container .content span {
    font-size: 36px;
    margin: 0 auto 18px;
  }
  body main .point .container .content h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  body main .point .container .content h3 br {
    display: initial;
  }
  body main .point .container .content p {
    font-size: 16px;
    text-align: left;
  }
  body main .point .container .content p br {
    display: none;
  }
}
body main .gallery .container {
  padding: 114px 0;
}
body main .gallery .container .content {
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: 1fr 218px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
}
body main .gallery .container .content .img {
  position: relative;
}
body main .gallery .container .content .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
body main .gallery .container .content .img:first-of-type {
  grid-column: 1/3;
  grid-row: 1/2;
}
body main .gallery .container .content .img:last-of-type {
  grid-column: 2/4;
  grid-row: 2/3;
}
body main .gallery .container .content .img p {
  position: absolute;
  background-color: #fff;
  padding: 4px 8px;
  top: 16px;
  left: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .gallery .container .content .img p span {
  font-size: 16px;
  font-family: "Yu Mincho", "YuMincho", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  position: relative;
  bottom: -2px;
}
body main .gallery .container .content .img p span:after {
  content: "";
  background-color: #000;
  width: 8px;
  height: 1px;
  display: block;
}
body main .gallery .container .content .img p span:before {
  content: "";
  background-color: #000;
  width: 8px;
  height: 1px;
  display: block;
}
@media (max-width: 1080px) {
  body main .gallery .container {
    width: 90%;
    margin: auto;
  }
  body main .gallery .container .content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 8px;
  }
  body main .gallery .container .content .img:first-of-type {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  body main .gallery .container .content .img:last-of-type {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media (max-width: 800px) {
  body main .gallery .container .content .img {
    position: relative;
  }
  body main .gallery .container .content .img p {
    font-size: 12px;
    top: 4px;
    left: 4px;
  }
  body main .gallery .container .content .img p span {
    font-size: 9px;
  }
}
body main .outline .container {
  padding: 114px 0;
}
body main .outline .container .content {
  max-width: 1080px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: 570px 1fr;
  gap: 2vw;
}
body main .outline .container .content .map {
  border: 1px solid #707070;
  padding: 24px;
}
body main .outline .container .content .map img {
  width: 100%;
}
body main .outline .container .content .txt {
  width: 100%;
}
body main .outline .container .content .txt img {
  max-width: 336px;
  width: 100%;
  margin: 0 auto 40px;
  display: block;
}
body main .outline .container .content .txt table {
  width: 100%;
}
body main .outline .container .content .txt table tr {
  width: 100%;
}
body main .outline .container .content .txt table tr td {
  padding: 13px 16px;
  border: 1px solid #000;
}
body main .outline .container .content .txt table tr td:first-of-type {
  width: 160px;
  background-color: #f2f2f2;
  text-align: center;
}
@media (max-width: 1080px) {
  body main .outline .container {
    width: 90%;
    margin: auto;
  }
  body main .outline .container .content {
    display: block;
  }
  body main .outline .container .content .map {
    border: 1px solid #707070;
    padding: 24px;
  }
  body main .outline .container .content .txt img {
    margin: 32px auto 40px;
  }
  body main .outline .container .content .txt table {
    width: 100%;
  }
  body main .outline .container .content .txt table tr {
    width: 100%;
  }
  body main .outline .container .content .txt table tr td {
    padding: 13px 16px;
    border: 1px solid #000;
  }
  body main .outline .container .content .txt table tr td:first-of-type {
    width: 160px;
    background-color: #f2f2f2;
    text-align: center;
  }
}
@media (max-width: 800px) {
  body main .outline .container {
    width: 90%;
    margin: auto;
  }
  body main .outline .container .content {
    display: block;
  }
  body main .outline .container .content .map {
    padding: 14px;
  }
  body main .outline .container .content .txt img {
    margin: 32px auto 40px;
    width: 80%;
  }
  body main .outline .container .content .txt table {
    width: 100%;
  }
  body main .outline .container .content .txt table tr {
    width: 100%;
  }
  body main .outline .container .content .txt table tr td {
    padding: 12px 12px;
    border: 1px solid #000;
  }
  body main .outline .container .content .txt table tr td:first-of-type {
    width: 120px;
    background-color: #f2f2f2;
    text-align: center;
  }
}
body main .basic .container {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-bottom: 114px;
}
body main .basic .container .txt {
  margin: 56px auto;
}
body main .basic .container .txt h3 {
  font-size: 28px;
  text-align: center;
  color: #8ca500;
  margin-bottom: 40px;
  letter-spacing: 0.14em;
}
body main .basic .container .txt h3 br {
  display: none;
}
body main .basic .container .txt p {
  text-align: center;
  line-height: 2.1em;
}
body main .basic .container .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
body main .basic .container .content .box {
  position: relative;
}
body main .basic .container .content .box img {
  width: 100%;
  margin-bottom: 18px;
}
body main .basic .container .content .box h4 {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: 700;
}
body main .basic .container .content .box p {
  font-size: 16px;
}
body main .basic .container .content .box span {
  font-size: 20px;
  background-color: #fff;
  padding: 2px 7px;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media (max-width: 1080px) {
  body main .basic .container {
    width: 90%;
  }
  body main .basic .container .txt {
    margin: 56px auto;
  }
  body main .basic .container .txt p {
    text-align: left;
  }
  body main .basic .container .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
  body main .basic .container .content .box {
    position: relative;
  }
  body main .basic .container .content .box img {
    width: 100%;
    margin-bottom: 18px;
  }
  body main .basic .container .content .box h4 {
    margin-bottom: 28px;
    font-size: 19px;
    font-weight: 700;
  }
  body main .basic .container .content .box p {
    font-size: 16px;
  }
  body main .basic .container .content .box span {
    font-size: 20px;
    background-color: #fff;
    padding: 2px 7px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 800px) {
  body main .basic .container .txt h3 {
    font-size: 22px;
  }
  body main .basic .container .txt h3 br {
    display: initial;
  }
  body main .basic .container .txt p {
    text-align: left;
  }
  body main .basic .container .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  body main .basic .container .content .box {
    position: relative;
  }
  body main .basic .container .content .box img {
    width: 100%;
    margin-bottom: 18px;
  }
  body main .basic .container .content .box h4 {
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 700;
  }
  body main .basic .container .content .box p {
    font-size: 16px;
  }
  body main .basic .container .content .box span {
    font-size: 12px;
    background-color: #fff;
    padding: 2px 7px;
    position: absolute;
    top: 4px;
    left: 4px;
  }
}
body main .company .container {
  padding: 114px 0 110px;
  max-width: 1080px;
  margin: auto;
}
body main .company .container .logo {
  max-width: 150px;
  margin: 56px auto 40px;
  display: block;
}
body main .company .container p {
  text-align: center;
  line-height: 2.1em;
}
body main .company .container .grid {
  display: grid;
  grid-template-columns: 1fr 410px;
  margin: 56px auto 76px;
  width: 100%;
  gap: 28px;
}
body main .company .container .grid table {
  width: 100%;
}
body main .company .container .grid table tr {
  width: 100%;
}
body main .company .container .grid table tr td {
  padding: 13px 16px;
  border: 1px solid #000;
  background-color: #fff;
}
body main .company .container .grid table tr td:first-of-type {
  width: 160px;
  background-color: #f2f2f2;
  text-align: center;
}
body main .company .container .grid .map iframe {
  height: 100%;
}
body main .company .container .bnr {
  width: 90%;
  max-width: 988px;
  display: block;
  margin: auto;
}
body main .company .container .bnr.smt {
  display: none;
}
@media (max-width: 1080px) {
  body main .company .container {
    width: 90%;
    margin: auto;
  }
  body main .company .container .logo {
    max-width: 150px;
    margin: 56px auto 40px;
    display: block;
  }
  body main .company .container p {
    text-align: center;
    line-height: 2.1em;
  }
  body main .company .container .grid {
    display: block;
    margin: 56px auto 76px;
    width: 100%;
  }
  body main .company .container .grid .map {
    margin-top: 24px;
  }
  body main .company .container .grid .map iframe {
    height: 280px;
    width: 100%;
  }
  body main .company .bnr {
    width: 90%;
    max-width: 988px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 800px) {
  body main .company .container .logo {
    max-width: 150px;
    margin: 56px auto 40px;
    display: block;
  }
  body main .company .container p {
    text-align: left;
  }
  body main .company .container .grid table tr td {
    padding: 13px 12px;
  }
  body main .company .container .grid table tr td:first-of-type {
    width: 120px;
  }
  body main .company .container .bnr {
    width: 100%;
    max-width: 362px;
  }
  body main .company .container .bnr.smt {
    display: block;
  }
  body main .company .container .bnr.pc {
    display: none;
  }
}

footer {
  background-color: #e8e8e8;
}
footer .footerWrap {
  padding: 72px 0;
  text-align: center;
}
footer .footerWrap img {
  max-width: 150px;
  margin-bottom: 28px;
}
footer .footerWrap p {
  font-size: 12px;
}
footer .footerWrap a {
  display: grid;
  grid-template-columns: 36px 1fr;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  letter-spacing: 0.12em;
  align-items: center;
  margin: auto;
  font-weight: 500;
}
footer .footerWrap a img {
  width: 100%;
  margin: 0;
}
footer .copyright {
  background-color: #8ca500;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0 12px;
}

.headPc {
  width: calc(100% - 92px);
  margin: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 18px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.headPc .headLogo {
  display: block;
  width: 200px;
}
.headPc .headLogo a img {
  width: 100%;
}
.headPc .nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
.headPc .nav a {
  color: #fff;
}
.headPc .nav a:hover {
  color: #8ca500;
}
.headPc .nav .grBtn {
  background-color: #8ca500;
  color: #fff;
  height: 50px;
  border-radius: 28px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.headPc .nav .grBtn:after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-image: url(../img/icon-cursol.png);
  background-size: cover;
}
.headPc .nav .grBtn:hover {
  opacity: 0.7;
}

@media (max-width: 1480px) {
  .headPc {
    width: calc(100% - 64px);
  }
  .headPc .headLogo {
    width: 180px;
  }
  .headPc .nav {
    gap: 20px;
  }
  .headPc .nav .grBtn {
    height: 44px;
    border-radius: 22px;
    padding: 12px 24px;
    font-size: 15px;
    gap: 12px;
  }
  .headPc .nav .grBtn:after {
    width: 32px;
    height: 3px;
  }
}
@media (max-width: 1200px) {
  .headPc {
    display: none;
  }
}
.page .ttl {
  position: relative;
}
.page .ttl img {
  height: 320px;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.page .ttl::after {
  background-color: rgba(0, 0, 0, 0.5019607843);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .wrap {
  width: 100%;
}
.page .wrap .mds {
  max-width: 920px;
  margin: auto;
  padding: 80px 0 40px;
}
.page .wrap .mds .contact {
  padding: 32px 0;
  max-width: 780px;
  margin: 32px auto;
  background-color: #e8e8e8;
}
.page .wrap .mds .contact p {
  margin-bottom: 24px;
}
.page .wrap .mds .contact span {
  font-size: 14px;
  text-align: center;
  color: #707070;
  margin-top: 8px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.page .wrap .content {
  max-width: 920px;
  max-width: 920px;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  padding: 40px 32px;
  margin-bottom: 120px;
}
.page .wrap .content .list {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 18px 0;
  align-items: baseline;
}
.page .wrap .content .list.textarea {
  align-items: start;
}
.page .wrap .content .list .txt p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .wrap .content .list .txt p label {
  font-size: 17px;
}
.page .wrap .content .list .txt p .hissu {
  display: flex;
  width: 40px;
  height: 22px;
  background-color: #f05555;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  margin-left: auto;
}
.page .wrap .content .list .txt p .hissu.ninni {
  background-color: #66a1b7;
}
.page .wrap .content .list .input p {
  margin-bottom: 14px;
}
.page .wrap .content .list .input input[type=text],
.page .wrap .content .list .input textarea,
.page .wrap .content .list .input input[type=email],
.page .wrap .content .list .input input[type=date],
.page .wrap .content .list .input select,
.page .wrap .content .list .input input[type=tel] {
  padding: 12px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  width: 100%;
}
.page .wrap .content .list .input input[type=date],
.page .wrap .content .list .input select {
  max-width: 280px;
}
.page .wrap .content .list .input input[type=tel] {
  max-width: 280px;
}
.page .wrap .content .list .input .inputList {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: baseline;
  gap: 16px;
}
.page .wrap .content .list .input .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.page .wrap .content .list .input .kojinjoho {
  display: block;
  height: 20vh;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 24px;
  overflow: scroll;
  margin: 16px 0 24px;
}
.page .wrap .content .list .input .kojinjoho h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-size: 15px;
}
.page .wrap .content .list .input .kojinjoho h4 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
.page .wrap .content .list .input .kojinjoho p {
  font-size: 13px;
  margin-bottom: 16px;
  font-weight: 300;
}
.page .wrap .content .list .input .caution {
  color: #f05555;
  font-size: 15px;
  margin-top: 14px;
  font-weight: 300;
}
.page .wrap .content .list .input .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.page .wrap .content input[type=submit] {
  background-color: #8ca500;
  width: 290px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  margin: 40px auto 0;
  display: block;
  border-radius: 40px;
}
.page .wrap .content input[type=submit]:disabled {
  background-color: #b5b5b5;
  color: #e8e8e8;
}
@media (max-width: 920px) {
  .page .wrap {
    width: 100%;
  }
  .page .wrap .mds {
    width: 90%;
  }
  .page .wrap .content {
    padding: 40px 0;
  }
  .page .wrap .content .list {
    display: block;
    padding: 24px 0;
  }
  .page .wrap .content .list .txt {
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .page .wrap .content .list .txt p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page .wrap .content .list .txt p label {
    font-size: 17px;
  }
  .page .wrap .content .list .txt p .hissu {
    display: flex;
    width: 40px;
    height: 22px;
    background-color: #f05555;
    color: #fff;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    margin-left: auto;
  }
  .page .wrap .content .list .txt p .hissu.ninni {
    background-color: #66a1b7;
  }
  .page .wrap .content .list .input input[type=text],
  .page .wrap .content .list .input textarea,
  .page .wrap .content .list .input input[type=email],
  .page .wrap .content .list .input input[type=tel] {
    padding: 12px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    width: 100%;
  }
  .page .wrap .content .list .input input[type=tel] {
    max-width: 360px;
  }
  .page .wrap .content .list .input .inputList {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: baseline;
    gap: 16px;
  }
  .page .wrap .content .list .input .wpcf7-list-item {
    margin: 0 1em 0 0;
  }
  .page .wrap .content .list .input .kojinjoho {
    display: block;
    height: 20vh;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 24px;
    overflow: scroll;
    margin: 16px 0 24px;
  }
  .page .wrap .content .list .input .kojinjoho h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .page .wrap .content .list .input .kojinjoho h4 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
  }
  .page .wrap .content .list .input .kojinjoho p {
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 300;
  }
  .page .wrap .content .list .input .caution {
    color: #f05555;
    font-size: 15px;
    margin-top: 14px;
    font-weight: 300;
  }
  .page .wrap .content .list .input .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
  }
  .page .wrap .content input[type=submit] {
    background-color: #8ca500;
    width: 290px;
    height: 80px;
    font-size: 16px;
    color: #fff;
    margin: 40px auto 0;
    display: block;
    border-radius: 40px;
  }
  .page .wrap .content input[type=submit]:disabled {
    background-color: #b5b5b5;
    color: #e8e8e8;
  }
}/*# sourceMappingURL=style.css.map */