@charset "UTF-8";

section {
  padding: 8rem 0;
  border-top: 1px solid #e9eced
}

@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0
  }
}

.main-vis {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  background: url("../images/main-vis__img.jpg") no-repeat center center#fff;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  position: relative;
}

.main-vis__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .main-vis__inner {
    padding: 19rem 2rem 0;
  }
}
@media only screen and (max-width: 959px) {
  .main-vis {
    height: auto;
    min-height: auto
  }
  .main-vis__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50rem;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis__inner {
    max-width: none;
    height: auto;
    padding: 5rem 1.5rem 2rem;
  }
}

.main-vis__txt {
  position: relative;
}

.main-vis__txt .copy {
  font-size: 2rem;
}

.main-vis__txt h1 {
  color: #0076b7;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .2rem;
  margin-bottom: 12px;
}

.main-vis__txt p {
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 959px) {
  .main-vis__txt h1 {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis__txt .copy,
  .main-vis__txt p {
    font-size: 1.4rem;
    text-align: center;
  }

  .main-vis__txt h1 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}

.main-vis__btn {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 50%;
  margin: 15vh auto 0;
}
@media screen and (max-width: 959px) {
  .main-vis__btn {
    margin: 5vh auto 0;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__btn {
    flex-flow: column nowrap;
    font-size: 12px;
    max-width: 280px;
    width: auto;
    margin-top: 2rem;
    margin-inline: auto;
    position: relative;
  }
}

.main-vis-bnr {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 0 0 #0077b778;
  border-radius: 6px;
  border: solid 3px #fff;
  background-image: linear-gradient(180deg, #1998de, #0076b7);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  width: auto;
  height: 10rem;
  margin: 0;
  padding: 1.2rem 2rem;
  position: relative;
  overflow: hidden;
}
.main-vis-bnr:hover {
  color: #fff;
  opacity: 0.8;
}
.main-vis-bnr__img {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  transform: skew(12deg) translate(-25%,0);
}
.main-vis-bnr__img img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skew(-12deg) scale(1.2) translate(0,8%);
}
.main-vis-bnr__ttl {
  text-shadow: 0 0 16px rgba(0,0,0,0.2);
  -webkit-text-stroke: 3px #ff00bb;
  -webkit-text-stroke: 3px #0076b7;
  paint-order: stroke fill;
  font-weight: 700;
  padding: 0 0 0.5ex 1ex;
  position: relative;
  z-index: 2;
}
.main-vis-bnr__label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px 0 3px 0;
  background: #ff00bb;
  background: #ff572c;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 10em;
  padding: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .main-vis-bnr {
    height: 8.5rem;
    font-size: 2rem;
    padding: 1.2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis-bnr {
    flex: auto;
    width: 100%;
    height: 8.5rem;
    margin: 0 auto;
  }
}


.main-vis__form {
  border-radius: 6px;
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  margin-top: 24px;
  margin-inline: auto;
  padding: 12px;
}
@media screen and (max-width: 959px) {
  .main-vis__form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__form {
    padding: 12px;
  }
}

.main-vis__form form {
  display: grid;
  grid-template-columns: 5fr 5fr 3fr;
  gap: 6px;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .main-vis__form form {
    grid-template-columns: 1fr;
  }
}

.main-vis__form .select {
  width: auto;
  position: relative;
}

.main-vis__form .select:after {
  content: "\f0dc";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0076b7;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.main-vis__form .select select {
  width: 100%;
  height: 7rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #e9eeef;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  letter-spacing: .01em;
  cursor: pointer;
}

.main-vis__form form .btn {
  width: 100%;
  height: 7rem;
  margin-top: 0;
  cursor: pointer;
}

.main-vis__form form .btn>span {
  height: 100%;
  border-radius: 0;
  background-color: #0076b7;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .01em;
}

@media screen and (max-width: 959px) {
  .main-vis__form .select select,
  .main-vis__form form .btn {
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__form .select {
    width: 100%;
    margin-bottom: 1rem;
  }

  .main-vis__form .select select,
  .main-vis__form form .btn {
    height: 5rem;
  }

  .main-vis__form .search {
    text-align: center;
  }
}



.feature {}

.feature__list {}

.feature__item {
  width: 18.4%;
  margin-right: 2%;
}

@media screen and (min-width: 768px) {
  .feature__item:nth-child(5n) {
    margin-right: 0;
  }
}

.feature__img {}

.feature__img img {
  height: 16rem;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: .5rem;
}

.feature__desc {
  margin-top: 1rem;
}

.feature__ttl {
  font-weight: 700
}

.feature__txt {
  margin-top: .5rem;
}

@media screen and (max-width: 767px) {
  .feature__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2rem;
  }

  .feature__item:nth-child(2n) {
    margin-right: 0;
  }
}

.top-ttl {
  position: relative;
  padding-left: 3.3rem;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.top-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('../images/ttl-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 3rem;
}

.area {
  padding: 8rem 0;
}

.area__box {
  display: flex;
  align-items: flex-start;
  gap: 0 7rem;
  padding: 4rem;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.area__contents {
  margin-bottom: 2.3rem;
}

.area__contents:last-child {
  margin-bottom: 0;
}

.area__ttl {
  margin-bottom: .4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0076b7;
  letter-spacing: .05em;
}

.area__list {
  display: flex;
}

.area__list li {
  border-right: 1px solid #000;
  padding: 0 1.8rem;
  line-height: 1;
}

.area__list li a {
  font-size: 1.3rem;
  line-height: 1;
}

.area__list li:first-child {
  padding-left: 0;
}

.area__list li:last-child {
  padding-right: 0;
  border-right: none;
}

@media only screen and (max-width: 1200px) {
  .area__box {
    flex-direction: column;
    gap: 2.3rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .area__box {
    padding: 2rem 1.5rem;
  }

  .area__ttl {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .area__box>div {
    width: 100%;
  }

  .area__list {
    flex-wrap: wrap;
    gap: 2rem 0;
  }

  .area__list li {
    width: 25%;
    padding: 0;
    text-align: center;
  }

  .area__list li:last-child {
    border-right: 1px solid #000;
  }

  .area__list li:first-child,
  .area__list li:nth-child(5),
  .area__list li:nth-child(9) {
    border-left: 1px solid #000;
  }

  .area__list li a {
    font-size: 1.4rem;
  }
}

.ways {
  background-color: #f2f5f6;
  padding: 6rem 0 7rem;
}

.ways__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.25%;
}

.ways__btn {
  display: inline-block;
  width: 24%;
  height: 6rem;
  background-color: #fff;
  border-radius: 30px;
  color: #0076b7;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .ways__btn {
    width: 32%;
  }

  .ways__inner {
    gap: 2rem 1.3333333333%;
  }
}

@media screen and (max-width: 767px) {
  .ways__btn {
    width: 32%;
  }

  .ways__inner {
    gap: 2rem 1.3333333333%;
  }
}

@media screen and (max-width: 550px) {
  .ways__btn {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .ways__inner {
    gap: 2rem 1%;
  }
}

.egs {
  padding: 6.5rem 0 7rem;
}

.egs__pagettl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.egs__pagettl .top-ttl {
  margin-bottom: 0;
}

.egs__pagettl a {
  color: #0076b7;
  font-size: 1.2rem;
  line-height: 1.6;
  border-bottom: 1px solid #0076b7;
}

.egs__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2%;
}

.egs__contents {
  width: 32%;
  padding: 1.5rem;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.egs__img {
  width: 100%;
  height: 28rem;
}

.egs__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.egs__ttl {
  margin: 2rem 0 1.5rem;
  font-size: 1.4rem;
  line-height: .5;
  letter-spacing: .05em;
  color: #0076b7;
}

.egs__txt {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .egs__img {
    height: 17rem;
  }
}

@media screen and (max-width: 767px) {
  .egs__inner {
    gap: 2.5rem 2%;
  }

  .egs__contents {
    width: 49%;
  }
}

@media screen and (max-width: 550px) {
  .egs__inner {
    gap: 2.5rem 0;
  }

  .egs__contents {
    width: 100%;
  }
}

.col {
  padding: 9rem 0 10rem;
  border-top: 1px solid #d1d1d1;
}

.col__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem 2.5%;
}

.col__contents {
  width: 18%;
}

.col__img {
  width: 100%;
  height: 17.4rem;
}

.col__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.col__ttl {
  margin: 1.6rem 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #0076b7;
  letter-spacing: .05em;
}

.col__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media screen and (max-width: 959px) {
  .col__inner {
    gap: 4rem 2.666666%;
  }

  .col__contents {
    width: 23%;
  }

  .col__img {
    height: 12rem;
  }

  .col__ttl {
    margin: 1rem 0 .5rem;
  }
}

@media screen and (max-width: 767px) {
  .col__inner {
    gap: 4rem 2%;
  }

  .col__contents {
    width: 32%;
  }

  .col__img {
    height: 16rem;
  }
}

@media screen and (max-width: 550px) {
  .col__inner {
    gap: 3rem 2%;
  }

  .col__contents {
    width: 49%;
  }

  .col__img {
    height: 12rem;
  }
}
