@charset "UTF-8";

#mainArea .img {
  position: relative;
}
#mainArea .img .caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 3px #000;
  line-height: 1em;
}
#mainArea.inner .visual {
  padding-bottom: 80px;
}
#mainArea.inner .visual .lead {
  text-align: center;
  font-size: 36px;
  margin-top: 72px;
}
#mainArea.inner .visual .text {
  text-align: center;
  color: #707070;
  margin-top: 27px;
}
#mainArea.inner.land .example > .inner {
  max-width: 1160px;
  margin: 0 auto;
}
#mainArea.inner.land .example .box {
  position: relative;
}
#mainArea.inner.land .example .box + .box {
  margin-top: 30px;
}
#mainArea.inner.land .example .box .img {
  border-radius: 10px;
  overflow: hidden;
}
#mainArea.inner.land .example .box > .title {
  position: absolute;
  left: 18.3%;
  top: 38.3%;
  background: url(../images/land/bg_example1_2.png) no-repeat center center / contain;
  width: 413px;
  height: 271px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  padding: 34px 0 0 59px;
}
#mainArea.inner.land .example .box2 > .title {
  background-image: url(../images/land/bg_example2_2.png);
}
#mainArea.inner.land .example .box3 > .title {
  background-image: url(../images/land/bg_example3_2.png);
}
#mainArea.inner.land .example .box4 > .title {
  background-image: url(../images/land/bg_example4_2.png);
}
#mainArea.inner.land .example .box .info {
  position: absolute;
  left: 52.8%;
  top: 50%;
  transform: translate(0, -50%);
  width: 25.5%;
  text-align: center;
}
#mainArea.inner.land .example .box .info .label {
  color: #740000;
  font-weight: bold;
}
#mainArea.inner.land .example .box .info .inbox {
  margin-top: 30px;
}
#mainArea.inner.land .example .box .info .inbox .title {
  color: #740000;
  font-size: 20px;
  border: 1px solid #740000;
}
#mainArea.inner.land .example .box .info .inbox .text {
  color: #707070;
  margin-top: 18px;
  font-size: 15px;
}
#mainArea.inner.land .way {
  padding: 90px 0;
}
#mainArea.inner.land .way > .inner {
  max-width: 1160px;
  margin: 0 auto;
}
#mainArea.inner.land .way h2 {
  text-align: center;
  font-size: 36px;
}
#mainArea.inner.land .way .lead {
  text-align: center;
  color: #707070;
  margin-top: 30px;
}
#mainArea.inner.land .way .fbox {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
#mainArea.inner.land .way .insec {
  width: 540px;
}
#mainArea.inner.land .way .insec h3 {
  text-align: center;
  background: #f8f8f8;
  padding: 15px 10px;
  box-shadow: 0 3px 6px #ccc;
  font-size: 20px;
  color: #740000;
  margin-bottom: 35px;
}
#mainArea.inner.land .way .insec .text {
  color: #707070;
}
#mainArea.inner.land .way .insec .text sup {
  display: inline-block;
  top: 5px;
  font-size: 60%;
  margin: 0 2px;
}
#mainArea.inner.land .way .insec .note {
  color: #707070;
  font-size: 12px;
  line-height: 1.7em;
  margin-top: 18px;
}
#mainArea.inner.land .way .insec .img {
  margin: 20px 0px;
}
#mainArea.inner.land .way .insec2 .img {
  margin: 20px 40px 0 40px;
}
#mainArea.inner.land .way2 {
  padding-top: 0;
}
#mainArea.inner.land .way2 .fbox {
  justify-content: center;
}
#mainArea.inner.land .bg {
  background: #707070;
  padding: 100px 0 80px 0;
}
#mainArea.inner.land .bg .insec {
  width: 830px;
  margin: 0 auto;
  color: #fff;
}
#mainArea.inner.land .bg .insec h2 {
  text-align: center;
  font-size: 20px;
}
#mainArea.inner.land .bg .insec.support {
  position: relative;
}
#mainArea.inner.land .bg .insec.support > .img {
  margin-top: 90px;
}
#mainArea.inner.land .bg .insec.support .info {
  position: absolute;
  bottom: 74px;
  height: 490px;
  width: 405px;
  background: #707070;
  right: -170px;
  box-sizing: border-box;
  padding: 66px 0 0 65px;
}
#mainArea.inner.land .bg .insec.support .info .title {
  font-size: 20px;
  width: 110%;
}
#mainArea.inner.land .bg .insec.support .info .text {
  color: #e0e0e0;
  margin-top: 24px;
}
#mainArea.inner.land .bg .insec.support .info .img {
  margin-top: 43px;
}
#mainArea.inner.land .bg .insec.contact {
  margin-top: 90px;
  background: none;
  padding: 0;
}
#mainArea.inner.land .bg .insec.contact ul {
  background: url(../images/land/img_contact.jpg) no-repeat center center / cover;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 32px;
  padding: 121px 0;
  margin-top: 45px;
}
#mainArea.inner.land .bg .insec.contact ul li {
  width: 42%;
  text-align: center;
  border: 1px solid #fff;
  padding: 27px 0;
}
#mainArea.inner.land .bg .insec.contact .bt_more {
  width: 350px;
  margin: -30px auto 0 auto;
}
#mainArea.inner.land .bg .insec.contact .bt_more span {
  height: 60px;
  font-size: 20px;
  padding-left: 50px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
#mainArea.inner.land .bg .insec.contact .bt_more span::before {
  width: 60px;
  height: 60px;
}
#mainArea.inner.land .bg .insec.contact .bt_more span::after {
  background: url(../images/icon_mail_w.png) no-repeat center center / 30px;
  width: 30px;
  height: 30px;
  right: 15px;
}
#mainArea.inner.land .bg .insec.contact .note {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #e3e3e3;
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/

@media screen and (max-width: 767px) {
  #mainArea .img .caption {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #fff;
    font-size: 10px;
    text-shadow: 0 0 3px #000;
    line-height: 1em;
  }
  #mainArea.inner .visual .lead {
    text-align: center;
    font-size: 20px;
    margin-top: 42px;
  }
  #mainArea.inner .visual .text {
    text-align: left;
    color: #707070;
    margin-top: 17px;
    font-size: 15px;
    padding: 0 5%;
  }
  #mainArea .contact .list .box > .bt_more {
    margin-top: 15px;
  }
  #mainArea.inner.land .example > .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  #mainArea.inner.land .example .box {
    position: relative;
  }
  #mainArea.inner.land .example .box + .box {
    margin-top: 50px;
  }
  #mainArea.inner.land .example .box .img {
    border-radius: 0;
    overflow: hidden;
  }
  #mainArea.inner.land .example .box .img img {
    height: 80vw;
    object-fit: cover;
  }
  #mainArea.inner.land .example .box > .title {
    position: absolute;
    left: 8.7%;
    top: 38.3%;
    background: url(../images/land/bg_example1_2.png) no-repeat center center / contain;
    width: 46vw;
    height: 30.3vw;
    box-sizing: border-box;
    font-size: 2vw;
    line-height: 1.8em;
    color: #fff;
    padding: 4.2vw 0 0 6.6vw;
  }
  #mainArea.inner.land .example .box2 > .title {
    background-image: url(../images/land/bg_example2_2.png);
  }
  #mainArea.inner.land .example .box3 > .title {
    background-image: url(../images/land/bg_example3_2.png);
  }
  #mainArea.inner.land .example .box4 > .title {
    background-image: url(../images/land/bg_example4_2.png);
  }
  #mainArea.inner.land .example .box .info {
    position: absolute;
    left: 52.8%;
    top: 50%;
    transform: translate(0, -50%);
    width: 37vw;
    text-align: center;
  }
  #mainArea.inner.land .example .box .info .label {
    color: #740000;
    font-weight: bold;
    font-size: 2vw;
  }
  #mainArea.inner.land .example .box .info .inbox {
    margin-top: 4vw;
  }
  #mainArea.inner.land .example .box .info .inbox .title {
    color: #740000;
    font-size: 2.4vw;
    border: 0.5px solid #740000;
  }
  #mainArea.inner.land .example .box .info .inbox .text {
    color: #707070;
    margin-top: 2vw;
    font-size: 1.75vw;
  }
  #mainArea.inner.land .way {
    padding: 60px 0;
  }
  #mainArea.inner.land .way > .inner {
    max-width: 90%;
    margin: 0 auto;
  }
  #mainArea.inner.land .way h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.8em;
  }
  #mainArea.inner.land .way .lead {
    text-align: center;
    color: #707070;
    margin-top: 16px;
  }
  #mainArea.inner.land .way .fbox {
    display: block;
    margin-top: 45px;
  }
  #mainArea.inner.land .way .insec {
    width: auto;
  }
  #mainArea.inner.land .way .insec2 {
    margin-top: 40px;
  }
  #mainArea.inner.land .way .insec h3 {
    text-align: center;
    background: #f8f8f8;
    padding: 12px 10px;
    box-shadow: 0 3px 6px #ccc;
    font-size: 16px;
    color: #740000;
    margin-bottom: 21px;
  }
  #mainArea.inner.land .way .insec .text {
    color: #707070;
    font-size: 14px;
  }
  #mainArea.inner.land .way .insec .note {
    color: #707070;
    font-size: 10px;
    line-height: 1.7em;
    margin-top: 10px;
  }
  #mainArea.inner.land .way .insec .img {
    margin: 20px 0px;
  }
  #mainArea.inner.land .way .insec2 .img {
    margin: 20px 5% 0 5%;
  }
  #mainArea.inner.land .way2 {
    padding-top: 0;
  }
  #mainArea.inner.land .way2 .fbox {
    justify-content: center;
  }
  #mainArea.inner.land .bg {
    background: #707070;
    padding: 60px 0 60px 0;
  }
  #mainArea.inner.land .bg .insec {
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }
  #mainArea.inner.land .bg .insec h2 {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
  }
  #mainArea.inner.land .bg .insec.support {
    position: relative;
  }
  #mainArea.inner.land .bg .insec.support > .img {
    margin-top: 40px;
  }
  #mainArea.inner.land .bg .insec.support .info {
    position: relative;
    bottom: auto;
    height: auto;
    width: auto;
    background: #707070;
    right: auto;
    box-sizing: border-box;
    padding: 0;
    margin-top: 30px;
  }
  #mainArea.inner.land .bg .insec.support .info .title {
    font-size: 18px;
    width: 110%;
  }
  #mainArea.inner.land .bg .insec.support .info .text {
    color: #e0e0e0;
    margin-top: 16px;
    font-size: 14px;
  }
  #mainArea.inner.land .bg .insec.support .info .img {
    margin-top: 27px;
  }
  #mainArea.inner.land .bg .insec.contact {
    margin-top: 90px;
    background: none;
    padding: 0;
  }
  #mainArea.inner.land .bg .insec.contact ul {
    background: url(../images/land/img_contact.jpg) no-repeat center center / cover;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 18px;
    padding: 60px 20px;
    margin-top: 45px;
  }
  #mainArea.inner.land .bg .insec.contact ul li {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 0;
  }
  #mainArea.inner.land .bg .insec.contact .bt_more {
    width: 280px;
    margin: -30px auto 0 auto;
  }
  #mainArea.inner.land .bg .insec.contact .bt_more span {
    height: 60px;
    font-size: 16px;
    padding-left: 38px;
    letter-spacing: 0;
    font-weight: normal;
  }
  #mainArea.inner.land .bg .insec.contact .bt_more span::before {
    width: 60px;
    height: 60px;
  }
  #mainArea.inner.land .bg .insec.contact .bt_more span::after {
    background: url(../images/icon_mail_w.png) no-repeat center center / 30px;
    width: 30px;
    height: 30px;
    right: 15px;
  }
  #mainArea.inner.land .bg .insec.contact .note {
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
    color: #e3e3e3;
  }
}
