#visual {
  width: 100%;
  margin-bottom: 14px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

#visual .visual {
  justify-self: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-height: 730px;
  width: 60%;
  margin: 0 0 0 auto;
  background: url(../img/title-pc.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

@media (max-width: 480px) {
  #visual .visual {
    width: 100%;
    min-height: 130vw;
    background-image: url(../img/title-sp.jpg);
    background-size: contain;
  }
}

#visual .visual::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/white_left.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 419px;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  #visual .visual::before {
    content: none;
  }
}

#visual .visual::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/white_bottom.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 358px;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  #visual .visual::after {
    content: none;
  }
}

#visual .text_area {
  width: 1100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -550px;
}

@media (max-width: 480px) {
  #visual .text_area {
    left: 0;
    margin: 0 0 -60vw 0;
    position: relative;
    top: -60vw;
    width: 100%;
  }
}

#visual .text_area .visual_text {
  position: relative;
  display: block;
  font-size: 6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #12365b;
  padding: 145px 0 0 15px;
  display: block;
  line-height: 1.5;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff;
}

@media (max-width: 480px) {
  #visual .text_area .visual_text {
    left: 14px;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 11vw;
    line-height: 1.3;
    padding: 0;
  }
}

#visual .text_area .visual_text .sub_text {
  font-size: 2.3rem;
  color: #fff;
  background-color: #12365b;
  padding: 5px 25px;
  line-height: 1;
  text-shadow: none;
  font-weight: 500;
}

@media (max-width: 480px) {
  #visual .text_area .visual_text .sub_text {
    font-size: 4.3vw;
    padding: 2vw;
    letter-spacing: 0.4vw;
  }
}

#visual .text_area .visual_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 30px;
  width: 515px;
  padding: 0 10px;
  margin: 50px 0 0 15px;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 480px) {
  #visual .text_area .visual_brand {
    gap: 0 12px;
    margin: 0;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 15px 0;
  }
}

#visual .text_area .visual_brand .text {
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 5px;
}

@media (max-width: 480px) {
  #visual .text_area .visual_brand .text {
    padding: 0;
    font-size: 1.3rem;
  }
}

#visual .text_area .visual_brand .logo {
  width: 75px;
}

@media (max-width: 480px) {
  #visual .text_area .visual_brand .logo {
    width: 15vw;
  }
}

#visual .text_area .visual_brand .logo img {
  width: 100%;
  display: block;
}

#contents .top_contents .top_contents_title {
  font-size: 3.6rem;
  color: #12365b;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  padding-top: 70px;
  font-weight: 600;
}

@media (max-width: 480px) {
  #contents .top_contents .top_contents_title {
    font-size: 5.3vw;
    padding-top: 12vw;
  }
}

#contents .top_contents .top_contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  #contents .top_contents .top_contents_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#contents .top_contents .top_contents_inner .img_area {
  width: 50%;
}

@media (max-width: 480px) {
  #contents .top_contents .top_contents_inner .img_area {
    width: 100%;
  }
}

#contents .top_contents .top_contents_inner .img_area img {
  position: relative;
  width: 100%;
  z-index: 1;
}

#contents .top_contents .top_contents_inner .text_area .line {
  padding: 20px 0;
}

@media (max-width: 480px) {
  #contents .top_contents .top_contents_inner .text_area .line {
    padding: 5vw 0;
  }
}

@media (max-width: 480px) {
  #contents .top_contents .top_contents_inner .text_area .line img {
    width: 22vw;
  }
}

#contents .top_contents .top_contents_inner .text_area .text_inner p {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 480px) {
  #contents .top_contents .top_contents_inner .text_area .text_inner p {
    font-size: 3.9vw;
    letter-spacing: 0.35vw;
    margin-bottom: 12vw;
  }
}

#contents .top_contents .title_inner {
  position: relative;
}

#contents .top_contents .title_inner .title_bg {
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 14rem;
  font-family: "Pinyon Script", cursive;
  color: #26baca26;
}

@media (max-width: 480px) {
  #contents .top_contents .title_inner .title_bg {
    font-size: 18vw;
  }
}

#contents .top_contents .title_inner.center .title_bg {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contents .top_contents .grid_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}

@media (max-width: 480px) {
  #contents .top_contents .grid_content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1em;
  }
}

#contents .top_contents .grid_content .item {
  font-family: "Noto Serif JP", serif;
}

#contents .top_contents .grid_content .item img {
  width: 100%;
}

#contents .top_contents .grid_content .item .title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

@media (max-width: 480px) {
  #contents .top_contents .grid_content .item .title_inner {
    margin-top: 0;
  }
}

#contents .top_contents .grid_content .item .title_inner .item_num {
  font-size: 2.65rem;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../img/num_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 2.9;
  width: 44px;
  height: 58px;
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 480px) {
  #contents .top_contents .grid_content .item .title_inner .item_num {
    font-size: 8vw;
    width: 13.4vw;
    height: 17.7vw;
    margin-right: 5vw;
    letter-spacing: 0.3vw;
  }
}

#contents .top_contents .grid_content .item .title_inner .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 2.6rem;
  color: #12365b;
  font-weight: 500;
}

@media (max-width: 480px) {
  #contents .top_contents .grid_content .item .title_inner .item_title {
    font-size: 5.5vw;
    line-height: 2.3;
  }
}

#contents .top_contents .grid_content .item .item_text {
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  #contents .top_contents .grid_content .item .item_text {
    font-size: 3.75vw;
    letter-spacing: 0.35vw;
  }
}

#contents .top_contents.content1 {
  background-image: url(../img/content1_bg-pc.png);
  background-position: calc(50% - 130px) 20px;
  background-repeat: no-repeat;
  background-size: inherit;
}

@media (max-width: 480px) {
  #contents .top_contents.content1 {
    background-image: none;
  }
}

@media (max-width: 480px) {
  #contents .top_contents.content1 .section:last-child {
    overflow: hidden;
    padding-bottom: 10vw;
  }
}

#contents .top_contents.content1 .img_area {
  position: relative;
}

@media (max-width: 480px) {
  #contents .top_contents.content1 .img_area {
    padding-bottom: 10vw;
  }
}

@media (max-width: 480px) {
  #contents .top_contents.content1 .img_area::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/nami_top.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 459px;
    height: 198px;
    top: -152px;
    right: -10px;
  }
}

@media (max-width: 480px) {
  #contents .top_contents.content1 .img_area::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/nami_bottom.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 471px;
    height: 198px;
    bottom: -105px;
    left: -10px;
  }
}

#contents .top_contents.content1 .text_area {
  position: relative;
}

@media (max-width: 480px) {
  #contents .top_contents.content1 .text_area::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/bubble.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 40.5px;
    top: -40px;
    right: 30%;
  }
}

#contents .top_contents.content2 {
  background-image: url(../img/content2_bg-pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  #contents .top_contents.content2 {
    background-image: url(../img/content2_bg-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  #contents .top_contents.content2 .section:last-child {
    padding-top: 5vw;
  }
}

#contents .top_contents.content3.section {
  padding: 100px 0 40px;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section {
    padding: 13vw 15px;
  }
}

#contents .top_contents.content3.section .top_contents_inner {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#contents .top_contents.content3.section .top_contents_inner .img_area {
  width: 50%;
  position: absolute;
  left: -200px;
  top: 0;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .img_area {
    width: 100%;
    position: static;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area {
  width: 64%;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area {
    width: 100%;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area .title_inner .top_contents_title {
  padding-top: 0;
}

#contents .top_contents.content3.section .top_contents_inner .text_area .text_inner p {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner p {
    font-size: 3.9vw;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn {
  padding: 13px 0;
  display: block;
  max-width: 213px;
  color: #00afb6;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00afb6;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn {
    max-width: 185px;
    margin: 0 auto 40px;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #00afb6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn::before {
    right: -1.2em;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #00afb6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn::after {
    width: 50px;
    right: -1.2em;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn:hover::before, #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn:hover::after {
  right: -2.5em;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn:hover::before, #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn:hover::after {
    right: -5em;
  }
}

#contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn:hover {
  background-color: #00afb6;
  color: #fff;
}

@media (max-width: 480px) {
  #contents .top_contents.content3.section .top_contents_inner .text_area .text_inner .content_btn:hover {
    background-color: #fff;
    color: #00afb6;
  }
}
/*# sourceMappingURL=top.css.map */