@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s;
}

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

MV

----------------------------------------------------------*/
.slick-prev {
  background: #fff;
  z-index: 99;
  width: 100px;
  height: 80px;
  right: 100px;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    right: 50px;
    width: 50px;
    height: 40px;
  }
}
.slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 6px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(225deg);
}
.slick-prev::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: #ddd;
  right: 0;
  transform: translateY(-50%);
}

.slick-next {
  background: #fff;
  z-index: 99;
  width: 100px;
  height: 80px;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .slick-next {
    width: 50px;
    height: 40px;
  }
}
.slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 6px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}

/*-------------------------------------------------------

content

----------------------------------------------------------*/
.news {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .news {
    flex-wrap: wrap;
  }
}
.news__box {
  max-width: 240px;
  width: 100%;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .news__box {
    margin: 0 auto;
  }
}
.news__ttl {
  line-height: 1;
}
.news__ttl span {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .news__ttl span {
    text-align: center;
  }
}
.news__ttl img {
  height: 3.2rem;
}
.news .common-btn-2 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .news .common-btn-2 {
    margin-top: 20px;
  }
}
.news__list {
  max-width: 670px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news__list {
    margin-top: 40px;
  }
}
.news__item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.news__item:first-child {
  padding-top: 0;
}
.news__item a {
  margin-left: 30px;
}

/*========= スクロールダウンのためのCSS ===============*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  /*テキストの形状*/
  color: #082260;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .scrolldown1 span {
    top: 0;
    font-size: 1.8666vw;
  }
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  margin-top: 55px;
  /*線の形状*/
  width: 1px;
  background: #082260;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .scrolldown1::after {
    margin-top: 5.3999vw;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 2.6666vw;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5.3333vw;
    opacity: 0;
  }
}
/*========= TOP main contents ===============*/
.pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

@media only screen and (max-width: 767px) {
  .pt-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1079px) {
  .w-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 1079px) {
  .m-0a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1079px) {
  .mw-50 {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .mw-100 {
    max-width: 100%;
  }
}

.title_b {
  font-size: 22px;
  font-weight: bold;
  color: #0B318F;
}
@media only screen and (max-width: 767px) {
  .title_b {
    font-size: 4.9333vw;
  }
}

@media only screen and (min-width: 1080px) {
  .top-bnr {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bnr {
    padding-top: 110px;
  }
}
.top-bnr a:hover {
  opacity: 0.8;
}

.top-btn {
  width: 200px;
  height: 48px;
  padding: 15px 32px;
  background: #fff;
  border: 1px solid #0B318F;
  font-size: 16px;
  font-weight: bold;
  color: #0B318F;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-btn {
    width: 26.6666vw;
    height: 6.3999vw;
    font-size: 3.1999vw;
  }
}

.top-btn:hover {
  width: 200px;
  height: 48px;
  padding: 12px 32px;
  background: #0B318F;
  border: 1px solid #0B318F;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.top_business_img,
.top_facilities_img {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .top_business_img,
  .top_facilities_img {
    width: 80%;
    margin: 10vw 0 0 auto;
  }
}

.top_products_img {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .top_products_img {
    width: 80%;
    margin: 10vw 0 auto 0;
  }
}

.top_business_img:after,
.top_facilities_img::after {
  display: block;
  content: "";
  width: 100vw;
  max-width: 1155px;
  height: 328px;
  background: #f8f8f8;
  position: absolute;
  top: 85px;
  z-index: -1;
  margin: 0 calc(50% - 35vw);
}
@media only screen and (max-width: 767px) {
  .top_business_img:after,
  .top_facilities_img::after {
    width: 120%;
    height: 43vw;
    margin: 0;
    right: 0%;
  }
}

.top_products_img:after {
  display: block;
  content: "";
  width: 80vw;
  height: 328px;
  background: #f8f8f8;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 767px) {
  .top_products_img:after {
    width: 120%;
    height: 43vw;
    margin: 0;
  }
}

.deco_right {
  font-size: 109px;
  color: #00A6E7;
  font-family: "Nothing You Could Do", cursive;
  position: absolute;
  top: 98%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .deco_right {
    font-size: 15vw;
    top: 96%;
    right: 5%;
  }
}

.deco_left {
  font-size: 109px;
  color: #00A6E7;
  font-family: "Nothing You Could Do", cursive;
  position: absolute;
  top: 98%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .deco_left {
    font-size: 15vw;
    top: 96%;
    left: 5%;
  }
}

.top_business {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .top_business {
    display: block;
    width: 100%;
  }
}
.top_business_cont {
  width: 450px;
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .top_business_cont {
    width: 90%;
    margin: 0 auto;
    padding-top: 13.333vw;
  }
}
.top_business_cont02 {
  padding: 120px 0 0 0;
  margin-bottom: 150px;
}
.top_business_cont_inner h3 {
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top_business_cont_inner h3 {
    font-size: 5.599vw;
    margin-top: -10px;
  }
}
.top_business_cont_inner p {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.top_products {
  display: flex;
  flex-direction: row-reverse;
  margin: 200px auto 0;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .top_products {
    display: block;
    margin: 13.3333vw auto 0;
    width: 100%;
  }
}
.top_products_cont {
  padding: 120px 0 0 0;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .top_products_cont {
    width: 90%;
    margin: 0 auto;
    padding-top: 13.333vw;
  }
}
.top_products_cont02 {
  padding: 120px 0 0 0;
  margin-bottom: 150px;
}
.top_products_cont_inner h3 {
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top_products_cont_inner h3 {
    font-size: 5.599vw;
    margin-top: -10px;
  }
}
.top_products_cont_inner p {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.top_facilities {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 200px auto 0;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .top_facilities {
    display: block;
    margin: 13.3333vw auto 0;
    width: 100%;
  }
}
.top_facilities_cont {
  width: 450px;
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .top_facilities_cont {
    width: 90%;
    margin: 0 auto;
    padding-top: 13.333vw;
  }
}
.top_facilities_cont02 {
  padding: 120px 0 0 0;
  margin-bottom: 150px;
}
.top_facilities_cont_inner h3 {
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top_facilities_cont_inner h3 {
    font-size: 5.599vw;
    margin-top: -10px;
  }
}
.top_facilities_cont_inner p {
  font-size: 16px;
  letter-spacing: 0.05em;
}

/*========= Information ===============*/
.top_information {
  height: 387px;
  margin: 160px auto;
  background: url(../images/top/img_top_04.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .top_information {
    height: 170vw;
    margin: -130px auto 100px;
  }
}
.top_information > h3 {
  color: #fff;
  text-align: center;
  font-size: 53px;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .top_information > h3 {
    font-size: 9.333vw;
  }
}
.top_information_list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .top_information_list {
    display: block;
  }
}
.top_information_list li {
  width: 31%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_information_list li {
    width: 100%;
    margin: 0 auto;
  }
}
.top_information_list li a {
  display: block;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .top_information_list li a {
    height: 31.999vw;
    margin-top: 4.333vw;
  }
}
.top_information_list li:hover {
  background-color: rgba(0, 166, 231, 0.5);
}
.top_information_list .top_information_title {
  position: relative;
}
.top_information_list .top_information_title h4,
.top_information_list .top_information_title span {
  color: #fff;
}
.top_information_list .top_information_title h4 {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top_information_list .top_information_title h4 {
    font-size: 5.333vw;
  }
}
.top_information_list .top_information_title span {
  position: absolute;
  top: -10px;
  left: -25px;
  font-size: 40px;
  font-family: "Nothing You Could Do", cursive;
}
@media only screen and (max-width: 767px) {
  .top_information_list .top_information_title span {
    display: none;
  }
}

/*========= news ===============*/
#news > h3 {
  color: #0B318F;
  text-align: center;
  font-size: 53px;
}
@media only screen and (max-width: 767px) {
  #news > h3 {
    font-size: 9.333vw;
  }
}

.news {
  margin: 160px auto 0;
}
.news_flex {
  max-width: 1000px;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .news_flex {
    display: block !important;
    width: 90%;
    margin: 0 auto;
  }
}
.news_flex .m-0auto {
  margin: 0 auto;
}
.news_flex_inner > h3 {
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news_flex_inner > h3 {
    font-size: 5.599vw;
    margin-top: -10px;
  }
}
.news_flex_cont li {
  padding: 5%;
  border-bottom: 1px solid #B9B9B9;
}
.news_flex_cont li:first-child {
  border-top: 1px solid #B9B9B9;
}
@media only screen and (max-width: 767px) {
  .news_flex_cont {
    width: 100%;
    margin-top: 9.3333vw;
  }
}
.news_flex_cont dl {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .news_flex_cont dl {
    display: block;
  }
}
.news_flex_cont dd {
  width: 70%;
  margin-right: 70px;
}
@media only screen and (max-width: 767px) {
  .news_flex_cont dd {
    width: 90%;
    margin-top: 1.3333vw;
  }
}
.news_flex_cont a {
  position: relative;
  color: #333;
  text-decoration: none;
}
.news_flex_cont a::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #B9B9B9;
  border-right: solid 1px #B9B9B9;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5%;
  transform: rotate(45deg);
}
.news_flex_cont a:hover {
  color: #0B318F;
}
.news_flex_cont a:hover dt {
  color: #333;
}
.news_flex_cont a:hover::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #0B318F;
  border-right: solid 1px #0B318F;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5%;
  transform: rotate(45deg);
}

/* 20220628 追加分 */
/*-------------------------------------------------------

ttl

----------------------------------------------------------*/
.h3-ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 140%;
  margin-top: 120px;
}
@media only screen and (max-width: 1079px) {
  .h3-ttl {
    margin-top: 100px;
  }
}
.h3-ttl span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #0B318F;
  line-height: 100%;
  padding-left: 1px;
  padding-bottom: 20px;
}

.deco_txt-R {
  font-family: "Nothing You Could Do", cursive;
  font-size: 109px;
  line-height: 140%;
  color: #00A6E7;
  text-align: right;
  margin-top: -70px;
}
@media only screen and (max-width: 1079px) {
  .deco_txt-R {
    display: none;
  }
}

.deco_txt-L {
  font-family: "Nothing You Could Do", cursive;
  font-size: 109px;
  line-height: 140%;
  color: #00A6E7;
  text-align: left;
  margin-top: -70px;
}
@media only screen and (max-width: 1079px) {
  .deco_txt-L {
    display: none;
  }
}

/*-------------------------------------------------------

flex-box

----------------------------------------------------------*/
.positioning-class {
  margin-top: -435px;
  margin-bottom: 180px;
}
@media only screen and (max-width: 1079px) {
  .positioning-class {
    margin-top: -450px;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1079px) {
  .flex-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1079px) {
  .flex-box__item {
    margin-top: 60px;
  }
  .flex-box__item img {
    margin: 0;
  }
}

.flex-box-reverse {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1079px) {
  .flex-box-reverse {
    flex-direction: column;
  }
  .flex-box-reverse__item1 {
    order: 2;
    margin-top: 60px;
  }
  .flex-box-reverse__item1 img {
    margin: 0;
  }
  .flex-box-reverse__item2 {
    order: 1;
  }
}

/*-------------------------------------------------------

grid-contents

----------------------------------------------------------*/
/* ノーマル　1つ目 */
.grid-contents {
  display: grid;
  grid-template-areas: "grid-white grid-grey";
  grid-template-columns: 0.65fr 1fr;
  margin-top: 180px;
}
@media only screen and (max-width: 1079px) {
  .grid-contents {
    grid-template-columns: 0.05fr 1fr;
    margin-top: 450px;
  }
}

.grid-contents > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
  height: 330px;
}
@media only screen and (max-width: 1079px) {
  .grid-contents > .grid-white {
    display: none;
  }
}

.grid-contents > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1079px) {
  .grid-contents > .grid-grey {
    display: none;
  }
}

/* リバース　1つ目 */
.grid-contents-reverse {
  display: grid;
  grid-template-areas: "grid-grey grid-white";
  grid-template-columns: 1fr 0.68fr;
  margin-top: 240px;
}
@media only screen and (max-width: 1079px) {
  .grid-contents-reverse {
    grid-template-columns: 1fr 0.05fr;
    margin-top: 350px;
  }
}

.grid-contents-reverse > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
  height: 330px;
}
@media only screen and (max-width: 1079px) {
  .grid-contents-reverse > .grid-white {
    display: none;
  }
}

.grid-contents-reverse > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1079px) {
  .grid-contents-reverse > .grid-grey {
    display: none;
  }
}

/* リバース　2つ目 */
.grid-contents2 {
  display: grid;
  grid-template-areas: "grid-white grid-grey";
  grid-template-columns: 0.65fr 1fr;
  margin-top: 240px;
}
@media only screen and (max-width: 1079px) {
  .grid-contents2 {
    grid-template-columns: 0.05fr 1fr;
    margin-top: 350px;
  }
}

.grid-contents2 > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
  height: 330px;
}
@media only screen and (max-width: 1079px) {
  .grid-contents2 > .grid-white {
    display: none;
  }
}

.grid-contents2 > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1079px) {
  .grid-contents2 > .grid-grey {
    display: none;
  }
}

/*-------------------------------------------------------

sns

----------------------------------------------------------*/
#sns > h3 {
  color: #0B318F;
  text-align: center;
  font-size: 42px;
  line-height: 140%;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #sns > h3 {
    font-size: 9.333vw;
  }
}
#sns .instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
#sns .instagram img {
  width: 50px;
  height: auto;
}
#sns .instagram > *:nth-child(2) {
  margin-left: 20px;
}/*# sourceMappingURL=top.css.map */