@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .top .mainContents {
    padding-top: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .mainContents {
    padding: 11rem 0 0;
  }
}
.top .kv {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.top .kv.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top .kv__container {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top .kv__container {
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .top .kv__container {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top .kv__title {
    padding: 7rem 0 6.5rem;
    font-size: 2.9rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .top .kv__title {
    margin: 0 auto;
    padding: 6rem 0;
    font-size: 3.1rem;
    font-weight: 600;
    position: relative;
    left: 4rem;
  }
}
.top .kv__title span {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .kv__title span {
    padding-top: 1.5rem;
    font-size: 6.5rem;
    line-height: 8.6rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .top .kv__title span {
    padding-top: 2rem;
    font-size: 6.5rem;
    line-height: 8.6rem;
    font-weight: 600;
  }
}
.top .img_kv01 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .img_kv01 {
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .top .img_kv01 {
    width: 60rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .top .kv_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
    margin-top: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_item {
    width: 100%;
  }
}
.top .kv_text {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .kv_text {
    font-size: 2rem;
    line-height: 4.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_text {
    padding-top: 44.2rem;
    font-size: 3rem;
    line-height: 5.6rem;
  }
}
.top .img_kv02 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .img_kv02 {
    width: 63.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .img_kv02 {
    width: 100%;
    padding-top: 4rem;
  }
}
.top .top_details01 {
  background-color: rgba(255, 255, 255, 0.65);
}
@media screen and (min-width: 769px) {
  .top .top_details01 {
    width: 120rem;
    margin: 20rem auto 0;
    padding: 7.5rem 6rem 8rem;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .top_details01 {
    margin-top: 16rem;
    padding: 6rem 0 8rem;
    border-radius: 10px;
  }
}
.top .top_flowTitle {
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00a8e4;
}
@media screen and (min-width: 769px) {
  .top .top_flowTitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowTitle {
    font-size: 3.6rem;
  }
}
.top .top_flowTitle::before, .top .top_flowTitle::after {
  content: "";
  background-color: #00a8e4;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .top .top_flowTitle::before {
    width: 5.2rem;
    height: 0.9rem;
    margin-right: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowTitle::before {
    width: 7.8rem;
    height: 1.4rem;
    margin-right: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_flowTitle::after {
    width: 5.2rem;
    height: 0.9rem;
    margin-left: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowTitle::after {
    width: 7.8rem;
    height: 1.4rem;
    margin-left: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_flowList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 107.7rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
    width: 56.6rem;
    margin: 4.6rem auto 0;
  }
}
.top .top_flowList li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .top_flowList li {
    width: 31.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowList li {
    width: 56.6rem;
  }
}
.top .top_flowList li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #efba00;
}
@media screen and (min-width: 769px) {
  .top .top_flowList li::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -5.5rem;
    border-top: 2.8rem solid transparent;
    border-bottom: 2.8rem solid transparent;
    border-left: 3.6rem solid #efba00;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowList li::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8rem;
    border-left: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-top: 4.6rem solid #efba00;
  }
}
.top .top_flowList li:last-child::after {
  content: none;
}
.top .top_flowList li .top_flowText {
  text-align: center;
  font-family: 600;
  background-color: #eaeaea;
}
@media screen and (min-width: 769px) {
  .top .top_flowList li .top_flowText {
    padding: 1rem 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowList li .top_flowText {
    padding: 1rem 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_flowList li .top_flowText span {
    position: relative;
    top: -0.8rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_flowList li .top_flowText span {
    position: relative;
    top: -0.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_feature {
    margin-top: 7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_feature {
    margin-top: 6.6rem;
  }
}
.top .top_featureTitle {
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00a8e4;
}
@media screen and (min-width: 769px) {
  .top .top_featureTitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureTitle {
    font-size: 3.6rem;
  }
}
.top .top_featureTitle::before, .top .top_featureTitle::after {
  content: "";
  background-color: #00a8e4;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .top .top_featureTitle::before {
    width: 5.2rem;
    height: 0.9rem;
    margin-right: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureTitle::before {
    width: 10.8rem;
    height: 1.4rem;
    margin-right: 4.4rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureTitle::after {
    width: 5.2rem;
    height: 0.7rem;
    margin-left: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureTitle::after {
    width: 10.8rem;
    height: 1.4rem;
    margin-left: 4rem;
  }
}
.top .top_featureText {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .top_featureText {
    padding-top: 3rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureText {
    padding-top: 3rem;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList {
    margin-top: 4rem;
    padding: 0 4rem;
  }
}
.top .top_featureList li {
  border-top: 1px solid #00a7e3;
}
@media screen and (min-width: 769px) {
  .top .top_featureList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li {
    padding: 3rem 0 4.5rem;
  }
}
.top .top_featureList li:last-of-type {
  border-bottom: 1px solid #00a7e3;
}
.top .top_featureList li .img_top02 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .img_top02 {
    width: 31.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .img_top02 {
    width: 42.5rem;
  }
}
.top .top_featureList li .img_top03 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .img_top03 {
    width: 27.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .img_top03 {
    width: 36.6rem;
  }
}
.top .top_featureList li .img_top04 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .img_top04 {
    width: 31.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .img_top04 {
    width: 41.8rem;
  }
}
.top .top_featureList li .img_top05 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .img_top05 {
    width: 28.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .img_top05 {
    width: 38rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_items01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_items01 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_items02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_items02 {
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_items03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_items03 {
    margin-top: 3.4rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_items04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_items04 {
    margin-top: 2.8rem;
  }
}
.top .top_featureList li .top_featureList_head {
  font-weight: 600;
  color: #00a7e3;
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_head {
    font-size: 3.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_text {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_text {
    padding-top: 2rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList li .top_featureList_text span {
    position: relative;
    top: -0.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList li .top_featureList_text span {
    position: relative;
    top: -1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList .top_featureList01 {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList .top_featureList01 {
    gap: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList .top_featureList02 {
    gap: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList .top_featureList02 {
    gap: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList .top_featureList03 {
    gap: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList .top_featureList03 {
    gap: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList .top_featureList04 {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList .top_featureList04 {
    gap: 4.8rem;
  }
}
.top .top_featureList .top_featureList05 {
  display: block;
}
@media screen and (min-width: 769px) {
  .top .top_featureList05_text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList05_text01 {
    gap: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList05_text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList05_text02 {
    padding-top: 4.5rem;
  }
}
.top .top_featureList05_head {
  font-weight: 600;
  color: #00a7e3;
}
@media screen and (min-width: 769px) {
  .top .top_featureList05_head {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList05_head {
    font-size: 3.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .top .top_featureList05_text {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_featureList05_text {
    padding-top: 2rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.top .top_details02 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .top_details02 {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top .top_details02 {
    padding: 8rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .top .top_details02_youtube {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top .top_details02_youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .top .top_details02_youtube iframe {
    width: 100%;
    height: 100%;
  }
}
.top .top_details02_link {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.top .top_details02_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .top .top_details02_link::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .top .top_details02_link:hover::before {
    right: 0;
  }
}
.top .top_details02_link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .top .top_details02_link::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .top .top_details02_link::after {
    width: 4.4rem;
    height: 4.4rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_details02_link:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
@media screen and (min-width: 769px) {
  .top .top_details02_link {
    width: 40rem;
    border-radius: 26px;
    margin: 6rem auto 0;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_details02_link {
    border-radius: 26px;
    margin: 0 4rem;
    padding: 1rem 0;
    font-size: 3rem;
  }
}
.top .top_details02_link span {
  position: relative;
  z-index: 20;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .top_details02_link:hover .top .top_details02_link span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .top .contact {
    margin: 8rem 0 0;
    padding: 0 4rem;
  }
}
.top .contact .contact_box {
  background-color: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top .contact .contact_box {
    width: 95rem;
    margin: 0 auto;
    padding: 2.5rem 0 1.8rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .contact .contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 5.5rem 4.5rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
.top .contact_lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top .contact_lead {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_lead {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
@media screen and (min-width: 769px) {
  .top .contact_items {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.top .contact_btn02 {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.top .contact_btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .top .contact_btn02::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .top .contact_btn02:hover::before {
    right: 0;
  }
}
.top .contact_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .top .contact_btn02::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_btn02::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .top .contact_btn02:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.top .contact_btn02 span {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .contact_btn02:hover .top .contact_btn02 span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .top .contact_btn02 {
    width: 38rem;
    height: 5.2rem;
    border-radius: 26px;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_btn02 {
    width: 57rem;
    border-radius: 26px;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .top .contact_text {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_text {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.top .contact_tel {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .contact_tel {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_tel {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .top .contact_time {
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .contact_time {
    padding-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    text-align: center;
  }
}
.top .top_introduction {
  background-color: rgba(224, 238, 215, 0.8);
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .top_introduction {
    padding: 7.7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introduction {
    margin-top: 12.6rem;
    padding: 9.8rem 4rem 10rem;
    background-color: rgba(224, 238, 215, 0.8);
  }
}
@media screen and (min-width: 769px) {
  .top .top_introductionBox {
    position: relative;
    width: 124rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
.top .top_introductionTitle {
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00a8e4;
}
@media screen and (min-width: 769px) {
  .top .top_introductionTitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionTitle {
    font-size: 3.6rem;
  }
}
.top .top_introductionTitle::before, .top .top_introductionTitle::after {
  content: "";
  background-color: #00a8e4;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .top .top_introductionTitle::before {
    width: 5.2rem;
    height: 0.9rem;
    margin-right: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionTitle::before {
    width: 21.8rem;
    height: 1.4rem;
    margin-right: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_introductionTitle::after {
    width: 5.2rem;
    height: 0.9rem;
    margin-left: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionTitle::after {
    width: 21.8rem;
    height: 1.4rem;
    margin-left: 3.6rem;
  }
}
.top .top_introductionText {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .top_introductionText {
    padding-top: 3rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionText {
    padding-top: 2rem;
    font-size: 3.8rem;
  }
}
.top .top_introductionList {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 5.5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    padding: 3rem 0 0;
  }
}
.top .top_introductionList li {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList li {
    width: 36rem;
    padding: 3rem 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList li {
    padding: 4.4rem 3.7rem 5rem;
  }
}
.top .top_introductionList_title {
  background-color: #0f4377;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_title {
    padding: 0.6rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList_title {
    margin-top: 350r/em;
    padding: 1.2rem 0;
    font-size: 2.4rem;
  }
}
.top .top_introductionList_head {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #09325f;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_head {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList_head {
    padding: 1.2rem 0;
    font-size: 2.4rem;
  }
}
.top .top_introductionList_text {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_text {
    padding-top: 2.2rem;
    font-size: 2.3rem;
    line-height: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList_text {
    padding-top: 2.4rem;
    font-size: 3rem;
    line-height: 4.1rem;
    text-align: center;
  }
}
.top .top_introductionList_img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_img {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList_img {
    padding-top: 2.7rem;
  }
}
.top .top_introductionList_link {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.top .top_introductionList_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_link::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_link:hover::before {
    right: 0;
  }
}
.top .top_introductionList_link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_link::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList_link::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_link:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.top .top_introductionList_link span {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .top_introductionList_link:hover .top .top_introductionList_link span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .top .top_introductionList_link {
    width: 32rem;
    border-radius: 26px;
    margin-top: 3.7rem;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_introductionList_link {
    width: 100%;
    border-radius: 26px;
    margin-top: 4rem;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
.top .top_linkList {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .top_linkList {
    margin: 0 auto;
    padding: 20rem 2rem;
    width: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_linkList {
    margin: 0 auto;
    padding: 8rem 4rem 0;
  }
}
.top .top_linkList_items {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_linkList_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.top .top_linkList_item01 {
  position: relative;
  overflow: hidden;
}
.top .top_linkList_item01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_top09.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
.top .top_linkList_item01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 120, 0);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item01:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item01:hover::after {
    background-color: rgba(0, 87, 120, 0.8);
  }
}
.top .top_linkList_item01 a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item01 a {
    width: 58rem;
    height: 26rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_linkList_item01 a {
    width: 64.4rem;
    height: 28.9rem;
    font-size: 3rem;
  }
}
.top .top_linkList_item01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item01 a::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 16rem;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .top .top_linkList_item01 a::after {
    width: 3.2rem;
    height: 3.2rem;
    right: 16rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item01 a:hover::after {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
    background: url(../img/arrow_on.png) center/100% no-repeat;
  }
}
.top .top_linkList_item02 {
  position: relative;
  overflow: hidden;
}
.top .top_linkList_item02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_top10.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
.top .top_linkList_item02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 120, 0);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item02:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item02:hover::after {
    background-color: rgba(0, 87, 120, 0.8);
  }
}
.top .top_linkList_item02 a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item02 a {
    width: 58rem;
    height: 26rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_linkList_item02 a {
    width: 64.4rem;
    height: 28.9rem;
    font-size: 3rem;
  }
}
.top .top_linkList_item02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item02 a::after {
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    width: 2.7rem;
    height: 2.7rem;
    right: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .top_linkList_item02 a::after {
    width: 3.2rem;
    height: 3.2rem;
    right: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .top .top_linkList_item02 a:hover::after {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
    background: url(../img/arrow_on.png) center/100% no-repeat;
  }
}
.top .download {
  position: relative;
  text-align: center;
  background-color: rgba(224, 238, 215, 0.8);
}
@media screen and (min-width: 769px) {
  .top .download {
    padding: 8rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top .download {
    margin-top: 8rem;
    padding: 8rem 0 10rem;
  }
}
.top .download_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .download_box {
    width: 124rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
.top .download_title {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .download_title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .download_title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .top .download_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 5.5rem 2rem 0;
    width: 124rem;
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .download_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
    padding: 6rem 4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .top .download_item {
    width: 36rem;
    margin: 0 auto;
  }
}
.top .download_item a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .top .download_item:first-of-type .download_itemText {
    padding-top: 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .top .download_item:first-of-type .download_itemLink {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .top .download_item:last-of-type .download_itemText {
    padding-top: 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .top .download_item:last-of-type .download_itemLink {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top .sp_flex .sp_textbox {
    width: 49.5rem;
  }
}
.top .sp_flex a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top .sp_flex a:hover {
  opacity: 0.7;
}
.top .img_support05 {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top .img_support05 {
    width: 22.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top .img_support05 {
    width: 59rem;
  }
}
.top .download_itemTitle {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top .download_itemTitle {
    padding-top: 2.4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .download_itemTitle {
    font-size: 2.8rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .top .download_itemText {
    padding-top: 3rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top .download_itemText {
    padding-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.9rem;
    text-align: left;
  }
}
.top .download_itemLink {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.top .download_itemLink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .top .download_itemLink::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .top .download_itemLink:hover::before {
    right: 0;
  }
}
.top .download_itemLink span {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .download_itemLink:hover .top .download_itemLink span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .top .download_itemLink {
    border-radius: 26px;
    margin-top: 3.5rem;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .download_itemLink {
    width: 100%;
    border-radius: 26px;
    margin-top: 5rem;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
.top .notice {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .notice {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top .notice {
    padding: 10rem 0 13rem;
  }
}
.top .notice_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .notice_box {
    width: 124rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 769px) {
  .top .notice_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 34rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top .notice_head {
    gap: 7.4rem;
  }
}
.top .notice_title {
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top .notice_title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .notice_title {
    font-size: 3.6rem;
  }
}
.top .notice_link {
  position: relative;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #00a7e3;
}
@media screen and (min-width: 769px) {
  .top .notice_link {
    padding-right: 4.6rem;
    font-size: 2rem;
    -webkit-transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
    transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  .top .notice_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 2.6rem;
    padding-right: 10.5rem;
    font-size: 3rem;
  }
}
.top .notice_link:hover {
  opacity: 0.7;
}
.top .notice_link::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow02.png) center/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .top .notice_link::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .notice_link::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 3.5rem;
  }
}
.top .notice_list {
  border-top: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top .notice_list {
    margin: 2.5rem auto 20rem;
    padding: 3rem 0;
  }
  .top .notice_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100.8rem;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .top .notice_list {
    margin: 4rem 4rem 0;
    padding: 4rem 0;
    border-bottom: 1px solid #000;
  }
}
.top .notice_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .top .notice_list li {
    gap: 6rem;
    padding-top: 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .notice_list li {
    gap: 7.4rem;
    padding-top: 4rem;
    font-size: 3rem;
  }
}
.top .notice_list li:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .top .notice_list li a:hover {
    color: #82c8e6;
  }
}
@media screen and (min-width: 769px) {
  .top .bg01 {
    background-image: url(../img/img_bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 8rem;
    max-width: 200rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top .bg01 {
    background-image: url(../img/sp/img_bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .top .bg02 {
    background-image: url(../img/img_bg02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 200rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top .bg02 {
    background-image: url(../img/sp/img_bg02.png);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: top;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.img_bg01_01 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg01_01 {
    width: 36.3rem;
    bottom: -59rem;
    right: -27rem;
  }
}

.img_bg01_02 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg01_02 {
    width: 36.3rem;
    bottom: -120rem;
    left: -23rem;
  }
}

.img_bg02_01 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg02_01 {
    width: 36.3rem;
    bottom: -40rem;
    left: -28rem;
  }
}

.img_bg02_02 {
  display: block;
  position: absolute;
  z-index: 999999;
}
@media screen and (min-width: 769px) {
  .img_bg02_02 {
    width: 29.5rem;
    top: -56rem;
    right: -16rem;
  }
}

.img_bg02_03 {
  display: block;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .img_bg02_03 {
    width: 95.2rem;
    height: 127.8rem;
    max-height: initial;
    top: -53rem;
    left: -94rem;
  }
}

.img_bg02_04 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg02_04 {
    width: 45.5rem;
    top: -15rem;
    right: -12rem;
  }
}

.img_bg02_05 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg02_05 {
    width: 30.8rem;
    bottom: 16rem;
    left: -23rem;
  }
}
@media screen and (max-width: 768px) {
  .img_bg02_05 {
    width: 4.5rem;
  }
}

.img_bg02_06 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg02_06 {
    width: 110.9rem;
    height: 64rem;
    top: -51rem;
    right: -95rem;
  }
}

.img_bg02_07 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .img_bg02_07 {
    top: -27rem;
    right: -20rem;
  }
}