@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --black: #707070;
  --brown: #996633;
  --brown02: #BE580A;
  --futureblue: #0099B3;
  --bluegreen: #009999;
  --bluegreen02: #006680;
  --blue: #3399cc;
  --skyblue: #DBF3FF;
  --gray: #f8f8f8;
  --green: #008033;
  --lightgreen: #99CC00;
  --lightgreen02: #F9FCEE;
  --orange: #ee8800;
  --navy: #006699;
}


/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(-45deg, #c2e0f9, #e6eefa, #ffeee9, #e3e9f8) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 7s ease infinite;
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.open {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

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

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-moz-placeholder,
::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  position: relative;
  z-index: 10;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.fadein {
  opacity: 0;
}

.header_top .nav {
  background-color: rgba(240, 240, 240, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.header_top .nav_logo {
  max-width: 220px;
}
.header_top .nav_logo-wrap {
  margin: -34px 0 0 24px;
}
.header_top .nav_logo-bottom {
  margin: auto auto 16px;
  width: 80%;
}
.header_top .nav_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 580px;
  margin: 0 auto;
  padding: 4px;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .header_top .nav_list {
    max-width: 380px;
  }
}
.header_top .nav_item:nth-child(1) .nav_link {
  border: 2px solid var(--bluegreen02);
  color: var(--bluegreen02);
  font-weight: bold;
}
.header_top .nav_item:nth-child(1) .nav_link:hover {
  background-color: var(--bluegreen02);
  color: #fff;
}
.header_top .nav_item:nth-child(2) .nav_link {
  border: 1px solid var(--brown);
  color: var(--brown);
}
.header_top .nav_item:nth-child(2) .nav_link:hover {
  background-color: var(--brown);
  color: #fff;
}
.header_top .nav_link {
  background-color: #fff;
  border-radius: 32px;
  display: block;
  min-width: 240px;
  padding: 8px;
  text-align: center;
  filter: drop-shadow(0 1px 3px #a5a5a5);
}
@media screen and (max-width: 767px) {
  .header_top .nav_link {
    font-size: 13px;
    min-width: 166px;
  }
}
.header_logo-pic {
  max-width: 260px;
}
.header_logo2 {
  margin-bottom: 32px;
  text-align: center;
}
.header_logo2-pic {
  max-width: 300px;
  margin: 0 auto;
}

div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
}

video.vid_main {
  width: 100%;
  max-width: 100vw;
}

.mv {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .mv_wrapper {
    width: 100%;
    height: auto;
  }
}
.mv_wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mv_wrapper video {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
  }
}

.top_bnr-link {
  display: inline-block;
  margin-bottom: -100px;
  margin-left: -30px;
  position: relative;
  z-index: 2;
}
.top_bnr-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .top_bnr-link {
    margin-bottom: -15px;
    margin-left: 0;
  }
}

.section {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 40px;
  }
}
.section_inner {
  max-width: 1046px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_inner {
    padding: 16px 12px;
  }
}
.section_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 18px;
  }
}
.section_ttl-sub {
  font-size: 20px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section_ttl-sub {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}

.main {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 16px;
  }
}

.copy {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .copy {
    margin-bottom: 24px;
  }
}
.copy_ttl {
  color: var(--brown02);
  font-size: 34px;
  padding-left: 80px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .copy_ttl {
    padding-left: 32px;
    font-size: 19px;
  }
}
.copy_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/mark_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 114px;
  top: -20px;
  left: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .copy_ttl::before {
    top: 0;
    width: 25px;
    height: 47px;
  }
}

.map {
  margin-bottom: 160px;
  position: relative;
}
.map::before {
  position: absolute;
  content: "";
  background-image: url(../img/illust_tower.png);
  background-size: contain;
  display: inline-block;
  width: 689px;
  height: 348px;
  bottom: -120px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .map::before {
    width: 300px;
    height: 151px;
    bottom: -160px;
  }
}
.map_ttl {
  background-color: #fff;
  color: var(--navy);
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .map_ttl {
    margin-bottom: 16px;
  }
}
.map_contents {
  z-index: 2;
}
.map_caution {
  background-color: #fff;
  padding: 16px;
  max-width: 420px;
  font-size: 14px;
  z-index: 1;
}
.map_caution p.map_caution-letter {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .map_caution {
    padding: 8px;
  }
}
.map_caution-item {
  text-indent: -1em;
  padding-left: 1em;
}
.map_caution-item:not(:last-child) {
  margin-bottom: 8px;
}
.map_list {
  margin-bottom: 16px;
}
.map_item {
  border-bottom: 1px solid var(--blue);
  font-size: 14px;
  padding-bottom: 4px;
}
.map_item:not(:last-child) {
  margin-bottom: 8px;
}

.middle_ttl {
  font-size: 30px;
  margin-bottom: 32px;
  padding-left: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .middle_ttl {
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
}
.middle_ttl::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 70px;
  top: -10px;
  left: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .middle_ttl::before {
    width: 25px;
    height: 47px;
    top: -3px;
    left: 0;
  }
}
.middle_text {
  font-size: 18px;
  margin-bottom: 48px;
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .middle_text {
    font-size: 14px;
    margin-bottom: 24px;
    padding-left: 32px;
  }
}

.network_ttl {
  color: var(--green);
}
.network_ttl::before {
  background-image: url(../img/mark_green.svg);
}
@media screen and (max-width: 767px) {
  .network .middle_text {
    margin-bottom: 120px;
  }
}
.network_list {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  font-weight: bold;
}
.network_item {
  background-color: var(--lightgreen02);
  border: 1px solid var(--lightgreen);
  border-radius: 50%;
  color: var(--green);
  display: grid;
  font-size: 18px;
  place-content: center;
  filter: drop-shadow(0 0 6px rgb(189, 211, 189));
  text-align: center;
  width: 190px;
  height: 190px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .network_item {
    border-radius: 8px;
    font-size: 14px;
    width: 24%;
    height: 40%;
    aspect-ratio: 1/1.2;
  }
}
.network_item::before, .network_item::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.network_item::before {
  background-image: url(../img/network_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 17px;
  bottom: -74px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .network_item::before {
    width: 12px;
    transform: rotate(0);
  }
}
.network_item::after {
  background-color: var(--lightgreen);
  width: 2px;
  height: 60px;
  bottom: -60px;
}
.network_item:nth-child(1) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(1) {
    margin-top: 0;
  }
}
.network_item:nth-child(1)::before {
  bottom: -15px;
  left: 126%;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(1)::before {
    bottom: -50px;
    left: 44%;
    transform: rotate(0);
  }
}
.network_item:nth-child(1)::after {
  height: 90px;
  bottom: -30px;
  left: 110%;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(1)::after {
    height: 40px;
    bottom: -40px;
    left: 50%;
    transform: rotate(0);
  }
}
.network_item:nth-child(2) {
  margin-top: -16px;
}
.network_item:nth-child(2)::before {
  bottom: -80px;
  left: 80%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(2)::before {
    left: 54%;
    transform: rotate(0);
  }
}
.network_item:nth-child(2)::after {
  height: 90px;
  bottom: -81px;
  left: 76%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(2)::after {
    height: 70px;
    left: 60%;
    transform: rotate(0);
  }
}
.network_item:nth-child(3) {
  margin-top: -16px;
}
.network_item:nth-child(3)::before {
  bottom: -80px;
  left: 13%;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(3)::before {
    left: 34%;
    transform: rotate(0);
  }
}
.network_item:nth-child(3)::after {
  height: 90px;
  bottom: -81px;
  left: 23%;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(3)::after {
    left: 40%;
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(2), .network_item:nth-child(3) {
    margin-top: -100px;
  }
  .network_item:nth-child(2)::before, .network_item:nth-child(3)::before {
    bottom: -147px;
  }
  .network_item:nth-child(2)::after, .network_item:nth-child(3)::after {
    position: absolute;
    content: "";
    background-color: var(--lightgreen);
    height: 170px;
    bottom: -170px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .network_item:nth-child(2)::after, .network_item:nth-child(3)::after {
    height: 140px;
    bottom: -140px;
  }
}
.network_item:nth-child(4) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(4) {
    margin-top: 0;
  }
}
.network_item:nth-child(4)::before {
  bottom: -15px;
  left: -34%;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(4)::before {
    bottom: -50px;
    left: 44%;
    transform: rotate(0);
  }
}
.network_item:nth-child(4)::after {
  height: 90px;
  bottom: -30px;
  left: -11%;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .network_item:nth-child(4)::after {
    height: 40px;
    bottom: -40px;
    left: 50%;
    transform: rotate(0);
  }
}
.network_list2 {
  display: flex;
  justify-content: space-between;
  max-width: 590px;
  margin: -84px auto 42px;
}
@media screen and (max-width: 767px) {
  .network_list2 {
    max-width: 160px;
    margin: -55px auto 16px;
  }
}
.network_item2 {
  color: var(--black);
  font-weight: bold;
  text-align: center;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .network_item2 {
    font-size: 14px;
    width: auto;
    writing-mode: vertical-rl;
  }
}
.network_company {
  background-color: #fff;
  border: 1px solid var(--lightgreen);
  border-radius: 74px;
  filter: drop-shadow(0 0 6px rgb(189, 211, 189));
  max-width: 480px;
  margin: 0 auto 48px;
  padding: 24px 16px;
  text-align: center;
}
.network_company-logo {
  margin: 0 auto 16px;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .network_company-logo {
    max-width: 200px;
  }
}
.network_summary {
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--green);
  font-size: 24px;
}
.network_summary-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .network_summary {
    font-size: 16px;
  }
}
.network_summary-large {
  font-size: 28px;
  background: linear-gradient(transparent 50%, #ecffc0 50%);
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .network_summary-large {
    font-size: 20px;
  }
}

.ring_ttl {
  color: var(--bluegreen02);
}
.ring_ttl::before {
  background-image: url(../img/mark_blue.svg);
}
.ring_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.ring_list-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 16px;
}
.ring_item {
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ring_item {
    padding-left: 16px;
  }
}
.ring_item::before {
  position: absolute;
  content: "";
  background-color: var(--black);
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ring_item::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}
.ring_item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .ring_item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.company {
  margin: 0 auto 32px;
}
.company_illust {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company_illust {
    margin-bottom: 8px;
  }
}
.company_illust-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 16px;
  position: relative;
  margin-bottom: -140px;
}
@media screen and (max-width: 767px) {
  .company_illust-ttl {
    margin-bottom: -48px;
  }
}
.company_illust-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, transparent, #fff 45%, #fff 55%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .company_illust-ttl::before {
    height: 32px;
  }
}
.company_illust-ttl-letter {
  font-size: 32px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .company_illust-ttl-letter {
    font-size: 18px;
    top: 12px;
  }
}
.company_illust-pic {
  width: 100vw;
}
.company_ttl {
  border-top: 1px solid var(--futureblue);
  border-bottom: 1px solid var(--futureblue);
  margin-bottom: 24px;
  padding: 16px;
  text-align: center;
}
.company_ttl-logo {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company_ttl-logo {
    width: 80%;
  }
}
.company_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company_contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .company_list {
    font-size: 14px;
  }
}
.company_list-train {
  margin-bottom: 16px;
}
.company_list-train .company_item:not(:last-child) {
  margin-bottom: 8px;
}
.company_list-place .company_item:not(:last-child) {
  margin-bottom: 16px;
}
.company_list-place-parts:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .company_info {
    margin-bottom: 24px;
  }
}
.company_info-tel {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.company_info-tel-mark-wrap {
  margin-right: 12px;
  margin-top: 4px;
  width: 74px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_info-tel-mark-wrap {
    margin-top: 2px;
    width: 50px;
  }
}
.company_info-tel-mark-text {
  color: var(--bluegreen02);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .company_info-tel-mark-text {
    font-size: 12px;
  }
}
.company_info-tel-number {
  color: var(--bluegreen02);
  font-size: 60px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .company_info-tel-number {
    font-size: 36px;
  }
}
.company .nav_link {
  background-color: #fff;
  border-radius: 32px;
  display: block;
  min-width: 240px;
  padding: 8px;
  text-align: center;
  filter: drop-shadow(0 1px 3px #a5a5a5);
}
@media screen and (max-width: 767px) {
  .company .nav_link {
    font-size: 13px;
    min-width: 166px;
  }
}
.company .nav_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  max-width: 490px;
}
.company .nav_item:nth-child(1) .nav_link {
  border: 1px solid var(--green);
  color: var(--green);
}
.company .nav_item:nth-child(1) .nav_link:hover {
  background-color: var(--green);
  color: #fff;
}
.company .nav_item:nth-child(2) .nav_link {
  border: 1px solid var(--navy);
  color: var(--navy);
}
.company .nav_item:nth-child(2) .nav_link:hover {
  background-color: var(--navy);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company .nav_list {
    margin-inline: auto;
  }
}

.footer {
  background-color: #555454;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: left;
  }
}
.footer_inner {
  padding: 40px 16px 120px;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 40px 16px 120px;
  }
}
.footer_nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .footer_nav-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
}
.footer_nav-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer_copyright {
  font-size: 14px;
}

.ib {
  display: inline-block;
}

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

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.pc_inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc_inline {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */