@charset "UTF-8";
/*--------------------------------------------------------
 トップページ
--------------------------------------------------------*/
.topVisual {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
.topVisual::before {
  content: url("../images/fig_scroll.svg");
  width: 12px;
  height: 150px;
  position: absolute;
  left: 2%;
  bottom: 10vh;
}
.topVisual__inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .topVisual__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.topVisual__head {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.topVisual__kikan {
  display: inline-block;
  font-weight: 700;
  padding: 4px 16px;
  margin-top: 16px;
  background: var(--color-main);
}
.topVisual__Tokuten {
  width: 76.8%;
  max-width: 560px;
  text-align: center;
  border: solid 1px var(--color-main);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vh;
  margin: auto;
}
.topVisual__Tokuten::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto auto;
  background-color: red;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px);
}
.topVisual__Tokuten a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.topVisual__Tokuten__head {
  color: #FDF451;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 4px;
}
.topVisual__Tokuten__head span {
  display: block;
  font-size: 14px;
}
.topVisual__Tokuten .icon-arrow-circle {
  padding-right: 1.25em;
  position: relative;
}
.topVisual__Tokuten .icon-arrow-circle::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.topVisual__Tokuten .icon-arrow-circle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.topVisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  z-index: -1;
  overflow: hidden;
}
.topVisual__img img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.topVisual .scroll {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 32px;
  transform: rotate(-90deg);
}

.Intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.Intro__Message {
  max-width: 560px;
  margin: 24px 16px;
  padding: 16px 24px;
  font-size: 14px;
  position: relative;
}
.Intro__Message::before, .Intro__Message::after {
  content: "";
  width: 16px;
  height: 100%;
  border: solid 1px #888;
  position: absolute;
}
.Intro__Message::before {
  border-right: none;
  top: 0;
  left: 0;
}
.Intro__Message::after {
  border-left: none;
  top: 0;
  right: 0;
}
.Intro__Tokuten {
  width: 100%;
  text-align: center;
  padding: 24px 16px;
  position: relative;
}
.Intro__Tokuten::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto auto;
  background-color: red;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 5px, rgba(255, 255, 255, 0.2) 10px);
}
.Intro__Tokuten__inner {
  max-width: 560px;
  padding: 16px 4.27%;
  margin: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.Intro__Tokuten__head {
  color: #e50012;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.Intro__Tokuten p {
  font-size: 14px;
}
.Intro__Tokuten .ContactNav__Tokuten {
  margin: auto;
}

.Intro + .yellow-area {
  margin-top: 0;
}

.Banner__inner{
  max-width: 560px;
  padding: 0 4.27% 32px;
}
.Banner__item + .Banner__item{
  margin-top: 10px;
}

.Recommend {
  padding-top: 24px;
}
.Recommend a {
  transition: opacity .15s;
}
.Recommend a:hover {
  opacity: .7;
}
.Recommend__head {
  width: 100%;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .Recommend__head {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.Recommend__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 32px;
}
.Recommend__item {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 368px;
  border: 1px solid #ccc;
  margin: 5px 0;
}
.Recommend__img {
  width: 43.24%;
}
.Recommend__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Recommend__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 160px);
  font-size: 13px;
  line-height: 1.5;
  padding: 0.75em;
  border-left: solid 1px #ccc;
}

/*--------------------------------------------------------
 トップページ - Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .topVisual {
    height: 600px;
    margin-top: 96px;
  }
  .topVisual::before {
    display: none;
  }
  .topVisual__head {
    font-size: 32px;
  }
  .topVisual__kikan {
    font-size: 20px;
  }
  .topVisual__img {
    height: 600px;
  }

  .Intro {
    padding: 24px 0;
  }
  .Intro__Message {
    display: flex;
    align-items: center;
    width: 40%;
    max-width: 472px;
    height: 190px;
    font-size: 16px;
    line-height: 2;
    padding: 0 32px;
    margin: 0 24px;
  }
  .Intro__Tokuten {
    width: 45%;
    max-width: 472px;
    padding: 24px;
    margin: 0 24px;
  }
  .Intro__Tokuten p {
    font-size: 16px;
  }
  .Intro__Tokuten .ContactNav__Tokuten {
    margin-top: 8px;
  }

  .Banner__inner{
    max-width: 720px;
    margin: 16px auto;
  }
  .Banner__item + .Banner__item{
    margin-top: 15px;
  }
  .Banner__item a{
    transition: all 0.25s;
  }
  .Banner__item a:hover{
    opacity: 0.75;
  }

  .Recommend {
    padding-top: 40px;
  }
  .Recommend__head {
    font-size: 24px;
  }
  .Recommend__inner {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
  }
  .Recommend__item {
    margin: 7px 15px 7px 0;
  }
}
