@charset "utf-8"; /* default PC */
/* animation */
.animation {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .4s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: .4s;
}

/* header */
#g-navi .navi-list li a {
  color: #FFF;
  -webkit-text-stroke: 3px #f6902c;
  paint-order: stroke;
}

/* main-view */
.main-view {
  background: url(../image/contents/home/main_bg.jpg) no-repeat center / cover;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.mobile-view .view-inner {
  padding-top: 200px;
}

.main-view::before {
  background-color: #FFF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 302px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 903px;
}

.main-view::after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: 105px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}

.view-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1686px;
  padding-top: 150px;
  position: relative;
  width: 95%;
  z-index: 1;
}

.view-inner .main-txt p:first-child {
  margin-bottom: 50px;
}

/* contents */
#contents .bg-wave {
  background-color: #F7F2E6;
  margin-bottom: 80px;
  padding: 60px 0 80px;
  position: relative;
  z-index: 0;
}

#contents .bg-wave::before, #contents .bg-wave::after {
  background: url(../image/contents/home/wave.png) repeat top;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: -1;
}

#contents .bg-wave::after {
  background-position: bottom;
  bottom: -70px;
  top: unset;
}

#contents .inner.wide {
  max-width: 1750px;
  position: relative;
}

#contents .link-btn {
  font-size: 23px;
  padding: 30px 15px;
  width: 500px;
}

#contents .link-btn::after {
  right: 40px;
}

#contents .use-box {
  margin-bottom: 70px;
  position: relative;
}

#contents .use-box:first-of-type::after {
  background: url(../image/contents/home/use_img.png) no-repeat center / contain;
  bottom: 97%;
  content: "";
  display: block;
  height: 180px;
  position: absolute;
  right: 30px;
  width: 266px;
  z-index: -1;
}

#contents .reason-area {
  margin-top: 120px;
  padding: 60px 0 80px;
}

#contents .reason-area .reason-img {
  align-items: flex-end;
  bottom: -80px;
  display: flex;
  left: 6%;
  position: absolute;
}

#contents .reason-area .reason-img::before {
  background: url(../image/contents/home/reason_txt.png) no-repeat center / contain;
  bottom: 30px;
  content: "";
  display: block;
  height: 54px;
  position: relative;
  width: 88px;
}

#contents .reason-area .reason-box {
  margin-bottom: 80px;
}

#contents .reason-area .reason-box .box-item {
  background-color: #1BA44B;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

#contents .reason-area .reason-box .box-item.blue {
  background-color: #4182C4;
}

#contents .reason-area .reason-box .box-item.orange {
  background-color: #DF9D42;
}

#contents .reason-area .reason-box .txt-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 20px 10px 10px;
}

#contents .reason-area .reason-box .txt-box .box-ttl {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 32px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1.4em;
  margin: 0;
  text-align: left;
}

#contents .reason-area .reason-box .box-ttl .sml-txt {
  display: block;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.3em;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

#contents .reason-area .reason-box .box-ttl .num {
  display: inline-block;
  font-size: 115%;
  margin-right: 15px;
  width: 60px;
}

#contents .reason-area .reason-box .box-ttl .txt {
  max-width: fit-content;
  width: calc(100% - 75px);
}

#contents .use-area {
  padding: 90px 0 180px;
}

/*  */
#contents .items-area .item-list li {
  background-color: #EB595A;
  border-radius: 30px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  font-weight: bold;
  gap: 10px;
  justify-content: center;
  line-height: 1.5em;
  padding: 25px 15px;
  position: relative;
  text-align: center;
  width: calc(100% / 4 - 18px);
}

#contents .items-area .item-list li:nth-child(2) {
  background-color: #89B329;
}

#contents .items-area .item-list li:nth-child(3) {
  background-color: #E99A23;
}

#contents .items-area .item-list li:nth-child(4) {
  background-color: #BB6FE7;
}

#contents .items-area .item-list li:nth-child(5) {
  background-color: #E677A7;
}

#contents .items-area .item-list li:nth-child(6) {
  background-color: #30AADE;
}

#contents .items-area .item-list li:nth-child(n+2) {
  gap: 25px;
}

#contents .items-area .item-list li .icon {
  display: flex;
  height: 146px;
  justify-content: center;
}

#contents .items-area .item-list li .icon img {
  object-fit: contain;
}

#contents .items-area .item-list {
  gap: 24px;
  margin: 0 auto 70px;
  max-width: 1400px;
  width: 100%;
}

#contents .items-area p.txt-center.sml-txt.mark-txt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}

/*  */
#contents .spot-area {
  margin-bottom: 70px;
  padding: 80px 0 100px;
}

#contents .spot-area .map-rabel {
  margin-bottom: 65px;
  gap: 35px;
}

#contents .spot-area .map-rabel p {
  margin-bottom: 0;
}

#contents .spot-area p.rabel-txt {
  position: relative;
  padding-left: 28px;
}

#contents .spot-area p.rabel-txt.manned::before {
  content: "";
  background-image: url(../image/contents/spot/ico_manned.svg);
  background-size: 100%;
  position: absolute;
  width: 21px;
  height: 26px;
  left: 0;
  top: 4px;
}

#contents .spot-area p.rabel-txt.unmanned::before {
  content: "";
  background-image: url(../image/contents/spot/ico_unmanned.svg);
  background-size: 100%;
  position: absolute;
  width: 21px;
  height: 26px;
  left: 0;
  top: 4px;
}

#contents .spot-area .spot-map {
  margin-bottom: 20px;
  position: relative;
}

#contents .spot-area .spot-map .map-box {
  height: 500px;
  overflow: hidden;
  border-radius: 42px;
}

#contents .spot-area .spot-map .map-box iframe {
  border: none;
  border-radius: 40px;
  height: 567px;
  width: 100%;
  margin-top: -67px;
}

#contents .spot-area .spot-img-01, #contents .spot-area .spot-img-02 {
  align-items: center;
  bottom: 96%;
  display: flex;
  gap: 20px;
  left: 5%;
  position: absolute;
  z-index: -1;
}

#contents .spot-area .spot-img-01::before {
  background: url(../image/contents/home/spot_txt_01.png) no-repeat center / contain;
  bottom: 30px;
  content: "";
  display: block;
  height: 54px;
  position: relative;
  width: 90px;
}

#contents .spot-area .spot-img-02::after {
  background: url(../image/contents/home/spot_txt_2.png) no-repeat center / contain;
  bottom: 30px;
  content: "";
  display: block;
  height: 56px;
  position: relative;
  width: 177px;
}

#contents .spot-area .spot-img-02 {
  bottom: 95%;
  left: unset;
  right: 3%;
}

#contents .news-area .inner {
  max-width: 1600px;
}

#contents .news-area h2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

#contents .news-area .news-img {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  padding-right: 30px;
  position: relative;
}

#contents .news-area .news-img::after {
  background: url(../image/contents/home/news_txt.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 56px;
  margin-left: 20px;
  width: 125px;
}

#contents .news-area .item-box {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 30% calc(70% - 30px);
}

#contents .news-area .news-sp-img {
  display: none;
}

#contents .news-area .item-box .news-box {
  background-color: #FFF;
  border-radius: 50px;
  padding: 70px;
  position: relative;
}

#contents .news-area .item-box .link-btn {
  width: 400px;
}

#contents .news-area .sp-btn {
  display: none;
}

#contents .btn-area {
  padding: 70px 0 110px;
}

#contents .btn-area .link-bnr {
  background-color: #DF9D42;
  border-radius: 50px;
  color: #FFF;
  display: block;
  padding: 70px 15px;
}

#contents .btn-area .link-bnr.green {
  background-color: #1BA44B;
}

#contents .btn-area .link-bnr.blue {
  background-color: #4182C4;
}

#contents .btn-area .link-bnr .link-ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1em;
  margin-bottom: 0;
  text-align: center;
}

#contents .btn-area .link-bnr .link-ttl::before {
  background: url(../image/contents/home/ico_qa.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 54px;
  margin: 0 auto 30px;
  width: 54px;
}

#contents .btn-area .link-bnr.green .link-ttl::before {
  background-image: url(../image/contents/home/ico_contact.svg);
}

#contents .btn-area .link-bnr.blue .link-ttl::before {
  background-image: url(../image/contents/home/ico_prize.svg);
}

#contents .btn-area .link-bnr .link-ttl .en-ttl {
  display: block;
  font-size: 70%;
  padding-top: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1700px) {
  .view-inner .main-txt p:first-child {
    margin:0 auto 40px;
    width: calc(100vw / 1.8);
  }

  .main-view::before {
    width: 820px;
  }
}

@media screen and (max-width: 1600px) {
  #contents .reason-area .reason-box .txt-box .box-ttl {
    font-size:32px;
  }

  #contents .reason-area .reason-box .box-ttl .sml-txt {
    font-size: 18px;
  }

  .main-view::before {
    height: 280px;
    width: 830px;
  }
}

@media screen and (max-width: 1500px) {
  #contents .link-btn {
    font-size:20px;
    padding: 23px 15px;
    width: 400px;
  }

  #contents .reason-area .reason-img {
    left: 0;
  }
}

@media screen and (max-width: 1400px) {
  #contents .news-area .news-img {
    display:none;
  }

  #contents .news-area .item-box .news-box {
    margin-bottom: 60px;
  }

  #contents .news-area .news-sp-img {
    align-items: center;
    bottom: 95%;
    display: flex;
    position: absolute;
    right: 20px;
    z-index: -1;
  }

  #contents .news-area .news-sp-img img {
    height: 160px;
    object-fit: contain;
    width: 112px;
  }

  #contents .news-area .news-sp-img::after {
    background: url(../image/contents/home/news_txt.png) no-repeat center / contain;
    content: "";
    display: block;
    height: 56px;
    margin-left: 20px;
    width: 95px;
  }

  #contents .news-area .pc-btn {
    display: none;
  }

  #contents .news-area .sp-btn {
    display: block;
  }

  #contents .news-area .item-box {
    gap: 0;
    grid-template-columns: 100%;
  }

  #contents .reason-area .reason-box .box-ttl .num {
    margin-right: 10px;
    width: 50px;
  }

  #contents .reason-area .reason-box .box-ttl .txt {
    width: calc(100% - 60px);
  }

  #contents .reason-area .reason-box .txt-box .box-ttl {
    font-size: 30px;
  }

  #contents .reason-area .reason-box .box-ttl .sml-txt {
    font-size: 17px;
    letter-spacing: .06em;
  }

  .main-view::before {
    height: 270px;
    width: 750px;
  }
}

@media screen and (max-width: 1300px) {
  #contents .spot-area .spot-img-02::after {
    width:95px;
  }

  #contents .spot-area .spot-img-01::before {
    width: 70px;
  }

  #contents .reason-area .reason-img::before {
    width: 60px;
  }

  #contents .spot-area .spot-img-02 {
    right: 0;
  }

  #contents .spot-area .spot-img-02 img {
    height: 160px;
    object-fit: contain;
    width: 130px;
  }

  #contents .spot-area .spot-img-01 {
    left: 0;
  }

  #contents .spot-area .spot-img-01 img {
    height: 170px;
    object-fit: contain;
    width: 126px;
  }

  #contents .use-box:first-of-type::after {
    bottom: 98%;
    height: 150px;
    right: 10px;
    width: 222px;
  }

  #contents .btn-area .link-bnr .link-ttl {
    font-size: 31px;
  }

  #contents .reason-area .reason-img img {
    height: 170px;
    object-fit: contain;
    width: 160px;
  }

  #contents .reason-area .reason-box .box-item {
    border-radius: 40px;
    padding: 15px;
  }

  #contents .reason-area .reason-box .box-ttl .txt {
    width: calc(100% - 55px);
  }

  #contents .reason-area .reason-box .box-ttl .num {
    margin-right: 5px;
  }

  #contents .reason-area .reason-box .txt-box .box-ttl {
    font-size: 27px;
  }

  #contents .reason-area .reason-box .box-ttl .sml-txt {
    font-size: 15px;
  }

  .main-view::before {
    height: 250px;
    width: 700px;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .spot-area .map-rabel {
    margin-bottom: 50px;
  }

  #contents .spot-area p.rabel-txt.unmanned::before, #contents .spot-area p.rabel-txt.manned::before {
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
    width: 20px;
  }

  #contents .use-area {
    padding: 50px 0 160px;
  }

  #contents .spot-area .spot-map .map-box {
    height: 400px;
  }

  #contents .news-area .news-sp-img::after {
    width: 85px;
  }

  #contents .news-area .news-sp-img img {
    height: 135px;
    width: 90px;
  }

  #contents .spot-area .spot-img-01, #contents .spot-area .spot-img-02 {
    gap: 15px;
  }

  #contents .spot-area .spot-img-02::after {
    width: 85px;
  }

  #contents .spot-area .spot-img-01::before {
    width: 60px;
  }

  #contents .btn-area {
    padding: 55px 0 90px;
  }

  #contents .spot-area {
    margin-bottom: 60px;
    padding: 50px 0 80px;
  }

  #contents .bg-wave {
    padding: 40px 0 50px;
  }

  #contents .reason-area {
    padding: 50px 0 85px;
  }

  #contents .items-area .item-list li .icon {
    height: calc(100vw / 9);
  }

  #contents .items-area .item-list li {
    font-size: 20px;
    width: calc(100% / 3 - 16px);
  }

  #contents .news-area .item-box .news-box::before {
    height: 130px;
    right: 10px;
    width: 200px;
  }

  #contents .spot-area .spot-img-02 img {
    height: 130px;
    width: 106px;
  }

  #contents .spot-area .spot-img-01 img {
    height: 140px;
    width: 102px;
  }

  #contents .use-box:first-of-type::after {
    bottom: 99%;
    height: 120px;
    width: 182px;
  }

  #contents .reason-area .reason-img {
    bottom: -50px;
  }

  #contents .reason-area .reason-img img {
    height: 140px;
    width: 125px;
  }

  #contents .btn-area .link-bnr {
    padding: 50px 15px;
  }

  #contents .btn-area .link-bnr .link-ttl::before {
    height: 46px;
    margin-bottom: 22px;
    width: 46px;
  }

  #contents .btn-area .link-bnr .link-ttl .en-ttl {
    padding-top: 15px;
  }

  #contents .btn-area .link-bnr .link-ttl {
    font-size: 28px;
  }

  #contents .news-area .item-box .news-box {
    padding: 50px;
  }

  #contents .use-box {
    margin-bottom: 60px;
  }

  #contents .link-btn, #contents .news-area .item-box .link-btn {
    font-size: 17px;
    padding: 17px 15px;
    width: 340px;
  }

  #contents .reason-area .reason-box {
    gap: 40px 0;
    margin-bottom: 60px;
  }

  #contents .reason-area .txt-3box {
    margin-right: 30px;
    width: calc(100% / 2 - 15px);
  }

  #contents .reason-area .txt-3box:nth-child(2), #contents .reason-area .txt-3box:nth-child(3) {
    margin-right: 0;
  }

  .view-inner {
    padding-top: 110px;
  }

  .main-view::before {
    height: 230px;
    width: 580px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #g-navi .navi-list li a {
    -webkit-text-stroke: unset;
  }

  #contents .news-area .news-sp-img::after {
    margin-left: 10px;
    width: 75px;
  }

  #contents .news-area .news-sp-img img {
    height: 120px;
    width: 75px;
  }

  #contents .spot-area .spot-img-02::after {
    width: 74px;
  }

  #contents .spot-area .spot-img-01::before {
    width: 52px;
  }

  #contents .spot-area .spot-img-02, #contents .spot-area .spot-img-01 {
    bottom: 98%;
  }

  #contents .reason-area .reason-img::before {
    width: 52px;
  }

  #contents .news-area .item-box .news-box::before {
    height: 100px;
    width: 150px;
  }

  #contents .spot-area .spot-img-02 img {
    height: 100px;
    width: 82px;
  }

  #contents .spot-area .spot-img-01 img {
    height: 110px;
    width: 82px;
  }

  #contents .use-box:first-of-type::after {
    height: 100px;
    right: 0;
    width: 152px;
  }

  #contents .reason-area .reason-img {
    bottom: -120px;
  }

  #contents .reason-area .reason-img img {
    height: 110px;
    width: 101px;
  }

  #contents .use-area h2 {
    margin-bottom: 60px;
  }

  #contents .btn-area .link-bnr .link-ttl::before {
    height: 41px;
    margin-bottom: 20px;
    width: 41px;
  }

  #contents .btn-area .link-bnr .link-ttl .en-ttl {
    padding-top: 12px;
  }

  #contents .btn-area .link-bnr .link-ttl {
    font-size: 25px;
  }

  #contents .btn-area .txt-3box {
    margin-right: 20px;
    width: calc(100% / 3 - 14px);
  }

  #contents .btn-area .txt-3box.end {
    margin-right: 0;
  }

  #contents .news-area .item-box .news-box {
    margin-bottom: 50px;
  }

  #contents .spot-area .spot-map {
    margin-bottom: 20px;
  }

  #contents .use-box {
    margin-bottom: 50px;
  }

  #contents .reason-area {
    padding: 40px 0 100px;
  }

  #contents .reason-area .reason-box .txt-box {
    padding: 16px 10px 7px;
  }

  #contents .reason-area .reason-box .box-ttl .txt {
    width: calc(100% - 45px);
  }

  #contents .reason-area .reason-box .box-ttl .num {
    width: 40px;
  }

  #contents .reason-area .reason-box .txt-box .box-ttl {
    font-size: 24px;
  }

  #contents .reason-area .reason-box .box-ttl .sml-txt {
    font-size: 14px;
    padding-top: 7px;
  }

  #contents .reason-area .reason-box {
    gap: 30px 0;
    margin-bottom: 50px;
  }

  #contents .reason-area .txt-3box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  .main-view::after {
    height: calc(100vw / 14);
  }

  .view-inner, .mobile-view .view-inner {
    padding-top: 50px;
  }

  .main-view::before {
    display: none;
  }

  .main-view {
    margin-top: 75px;
  }

  #contents .items-area .item-list {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  #contents .items-area .item-list li .icon {
    height:calc(100vw / 7);
  }

  #contents .items-area .item-list li {
    font-size: 19px;
    width: calc(100% / 2 - 16px);
  }
}

@media screen and (max-width: 700px) {
  #contents .btn-area .txt-3box {
    width:calc(100% / 2 - 10px);
  }

  #contents .btn-area .flex {
    gap: 35px 0;
  }

  #contents .btn-area .txt-3box:nth-child(2) {
    margin-right: 0;
  }

  #contents .reason-area .reason-box .txt-box .box-ttl br {
    display: none;
  }

  #contents .reason-area .txt-3box {
    margin-right: 0;
    width: 100%;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .items-area p.txt-center.sml-txt.mark-txt {
    font-size: 17px;
    margin-bottom: 40px;
  }

  #contents .use-area {
    padding: 40px 0 100px;
  }

  #contents .spot-area .spot-map .map-box iframe {
    border-radius: 30px;
  }

  #contents .spot-area .spot-map .map-box {
    height: 310px;
  }

  #contents .news-area .news-sp-img::after {
    width: 70px;
  }

  #contents .news-area .news-sp-img img {
    height: 105px;
    width: 65px;
  }

  #contents .spot-area .spot-img-01, #contents .spot-area .spot-img-02 {
    gap: 5px;
  }

  #contents .btn-area {
    padding: 45px 0 80px;
  }

  #contents .news-area h2 {
    margin-bottom: 100px;
  }

  #contents .spot-area {
    padding: 35px 0;
  }

  #contents .spot-area h2 {
    margin-bottom: 100px;
  }

  #contents .bg-wave {
    margin-bottom: 40px;
  }

  #contents .use-area h2 {
    margin-bottom: 100px;
  }

  #contents .reason-area .reason-img {
    bottom: -140px;
  }

  #contents .bg-wave::before, #contents .bg-wave::after {
    background-size: cover;
    top: -30px;
  }

  #contents .bg-wave::after {
    bottom: -30px;
    top: unset;
  }

  #contents .reason-area {
    margin-top: 70px;
    padding: 30px 0 155px;
  }

  #contents .btn-area .flex {
    gap: 25px 0;
  }

  #contents .btn-area .txt-3box {
    margin-right: 10px;
    width: calc(100% / 2 - 5px);
  }

  #contents .btn-area .link-bnr .link-ttl .en-ttl {
    padding-top: 10px;
  }

  #contents .btn-area .link-bnr {
    border-radius: 35px;
    padding: 30px 5px 31px;
  }

  #contents .btn-area .link-bnr .link-ttl::before {
    height: 30px;
    margin-bottom: 12px;
    width: 30px;
  }

  #contents .btn-area .link-bnr .link-ttl {
    font-size: 19px;
  }

  #contents .news-area .item-box .news-box {
    border-radius: 40px;
    padding: 35px 20px;
  }

  #contents .spot-area .spot-map {
    margin-bottom: 20px;
  }

  #contents .link-btn, #contents .news-area .item-box .link-btn {
    font-size: 15px;
    padding: 14px;
    width: 100%;
  }

  #contents .use-box {
    margin-bottom: 40px;
  }

  #contents .reason-area .reason-box .txt-box .box-ttl {
    font-size: 22px;
  }

  #contents .reason-area .reason-box .txt-box .box-ttl br {
    display: block;
  }

  .view-inner .main-txt p:first-child {
    margin: 0 auto 25px;
    width: calc(100vw / 1.1);
  }

  .view-inner, .mobile-view .view-inner {
    padding-top: 30px;
  }

  .main-view {
    margin-top: 65px;
  }

  #contents .items-area .item-list li .icon {
    height: calc(100vw / 6);
  }

  #contents .items-area .item-list li:nth-child(n+2) {
    gap: 15px;
  }

  #contents .items-area .item-list li {
    font-size: 15px;
    padding: 20px 10px;
    width: calc(100% / 2 - 5px);
  }

  #contents .items-area .item-list {
    gap: 10px;
  }

  #contents .items-area .item-list {
    margin-bottom: 40px;
  }

  #contents .spot-area .spot-map .map-box {
    border-radius: 30px;
  }
}
