@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal; }

em {
  font-style: normal;
  font-weight: normal; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  transition: all 0.6s; }

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .spView {
    display: none !important; } }
@media (min-width: 999px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* フォーム要素のリセット */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

button {
  cursor: pointer; }

button:disabled {
  cursor: default; }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner18 {
  max-width: 1800px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner18 {
      width: 89.33%;
      max-width: 536px; } }

.inner16 {
  max-width: 1536px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner16 {
      width: 89.33%;
      max-width: 536px; } }

.inner14 {
  max-width: 1400px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner14 {
      width: 89.33%;
      max-width: 536px; } }

.inner12 {
  max-width: 1200px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner12 {
      width: 89.33%;
      max-width: 536px; } }

.inner10 {
  max-width: 1000px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner10 {
      width: 89.33%;
      max-width: 536px; } }

.inner8 {
  max-width: 800px;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner8 {
      width: 89.33%;
      max-width: 536px; } }

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb20 {
  margin-bottom: clamp(120px, 16vw, 200px); }

body .mb18 {
  margin-bottom: clamp(100px, 14vw, 180px); }

body .mb16 {
  margin-bottom: clamp(80px, 12vw, 160px); }

body .mb14 {
  margin-bottom: clamp(70px, 10vw, 140px); }

body .mb12 {
  margin-bottom: clamp(60px, 10vw, 120px); }

body .mbTen {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mbten {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb10 {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb8 {
  margin-bottom: 8rem; }
  @media (max-width: 999px) {
    body .mb8 {
      margin-bottom: 4rem; } }

body .mb6 {
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    body .mb6 {
      margin-bottom: 3rem; } }

body .mb5 {
  margin-bottom: 5rem; }
  @media (max-width: 999px) {
    body .mb5 {
      margin-bottom: 2.5rem; } }

body .mb4 {
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    body .mb4 {
      margin-bottom: 2rem; } }

body .mb3 {
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    body .mb3 {
      margin-bottom: 1.5rem; } }

body .mb2 {
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    body .mb2 {
      margin-bottom: 1rem; } }

body .mb1 {
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    body .mb1 {
      margin-bottom: .5rem; } }

html {
  font-size: clamp(8px, calc(8px + (2 * ((100vw - 1000px) / 920))), 10px); }
  @media (max-width: 999px) {
    html {
      font-size: 62.5% !important; } }

body {
  font-size: var(--fs18);
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #1c1c1c; }

.bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased; }

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  position: absolute;
  padding: 0 0 0 3.57142857143%;
  z-index: 999; }
  @media (min-width: 1000px) {
    #header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      left: 0;
      right: 0; } }
  @media (max-width: 999px) {
    #header {
      width: 100%;
      padding: 0;
      height: 60px;
      left: 0;
      top: 0;
      padding: 19px; } }

#header.HeightMin .logo,
#header .logo.fixed .white,
#header .logo.fixed {
  display: none; }

#header .logo.fixed.active .blue {
  display: none; }

#header .logo.fixed.active .white,
#header.HeightMin .logo.fixed {
  display: block; }

@media (max-width: 999px) {
  #header nav a {
    border-top: 1px solid #33ACEE;
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    padding: 1.6rem; } }

#header nav a:hover {
  opacity: 1;
  color: #0097EA;
  transition: all 0.6s; }

@media (max-width: 999px) {
  #header .medium li:nth-child(5) a {
    border-bottom: 1px solid #33ACEE;
    margin-bottom: 2rem; } }

#header.HeightMin nav a {
  color: #1c1c1c; }
  #header.HeightMin nav a:hover {
    color: #0097EA; }
  @media (max-width: 999px) {
    #header.HeightMin nav a {
      color: #fff;
      border-top: 1px solid #33ACEE;
      padding: 2rem 0;
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      padding: 1.6rem; } }

#header.HeightMin .hNav .contactBtn {
  color: #0C70B4;
  border: 1px solid #0C70B4; }
  @media (max-width: 999px) {
    #header.HeightMin .hNav .contactBtn {
      color: #fff;
      border: 1px solid #fff; } }

#header.HeightMin {
  background-color: #fff;
  position: fixed;
  animation: DownAnime 0.5s forwards;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.6); }
  @media (max-width: 999px) {
    #header.HeightMin {
      height: 60px; } }

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 999px) {
  #header .logo {
    line-height: 0;
    z-index: 3;
    position: relative; } }

#header .logo img {
  width: 40rem; }
  @media (max-width: 999px) {
    #header .logo img {
      min-width: inherit;
      height: auto;
      max-width: 192px; } }

#header nav ul {
  display: flex;
  position: relative;
  z-index: 1; }
  @media (max-width: 999px) {
    #header nav ul {
      flex-direction: column; } }

#header nav ul li {
  padding: 0 0 0 1.5vw; }
  @media (max-width: 999px) {
    #header nav ul li {
      padding: 0; } }

#header nav a {
  font-size: 1.6rem;
  white-space: nowrap;
  transition: 0.3s;
  color: #fff; }
  @media (max-width: 999px) {
    #header nav a {
      display: block; } }

#header .hNav {
  display: flex;
  align-items: center; }
  #header .hNav .contactBtn {
    height: 8rem;
    display: flex;
    align-items: center;
    width: 16rem;
    text-align: center;
    justify-content: center;
    border: 1px solid;
    margin-left: 1.5vw; }
    @media (max-width: 999px) {
      #header .hNav .contactBtn {
        width: 90%;
        margin: 0 auto; } }
    #header .hNav .contactBtn:hover {
      background: #0C70B4;
      color: #fff;
      border: 1px solid #0C70B4; }

/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
@media (min-width: 1000px) {
  .navToggle {
    display: none; } }

@media (max-width: 999px) {
  .hNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease-in-out;
    z-index: 2; }

  .hNav ul {
    background: #0097EA;
    margin: 0 auto;
    padding: 120px 0 0;
    width: 100%;
    height: 100vh;
    text-align: center; } }
  @media (max-width: 999px) and (max-width: 999px) {
    .hNav ul {
      padding-top: 10rem; } }

@media (max-width: 999px) {
  .hNav.active {
    transition: .5s all;
    opacity: 1;
    visibility: visible;
    transition: .35s ease-in-out;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  .navToggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center; }

  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 20px; }

  .sub .navToggle span,
  .HeightMin .navToggle span {
    border-bottom: solid 1px #0097EA; }

  .navToggle.active span {
    border-bottom: solid 1px #fff; }

  .navToggle span:nth-child(1) {
    top: 23px; }

  .navToggle span:nth-child(2) {
    top: 29px; }

  .navToggle span:nth-child(3) {
    top: 35px; }

  .navToggle.active span:nth-child(1) {
    top: 29px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg); }

  .navToggle.active span:nth-child(2) {
    top: 29px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg); }

  .navToggle.active span:nth-child(3) {
    top: 29px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0; } }
/* 
---------------------------------------
ボタン種類 
---------------------------------------
*/
.btn {
  display: flex;
  align-items: center;
  max-width: max-content; }
  .btn:hover {
    opacity: 1; }
    .btn:hover i {
      transform: scale(1.08);
      background: #0C70B4;
      color: #fff; }
    .btn:hover span {
      color: #0C70B4; }
    .btn:hover span::after {
      transform: scale(0, 1);
      transform-origin: right top;
      background: #0C70B4; }
  .btn span {
    padding-bottom: 1rem;
    color: #fff;
    position: relative; }
    @media (max-width: 999px) {
      .btn span {
        padding-bottom: 4px; } }
    .btn span::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      bottom: 0;
      transform: scale(1, 1);
      transition: transform 0.3s;
      transform-origin: left top; }
  .btn i {
    margin-left: 2rem;
    background: #fff;
    display: flex;
    align-items: center;
    width: 7rem;
    height: 7rem;
    justify-content: center;
    border-radius: 999px;
    font-size: 2rem;
    color: #0C70B4;
    transition: transform 0.3s; }
    @media (max-width: 999px) {
      .btn i {
        width: 4rem;
        height: 4rem;
        font-size: 1.6rem; } }

.btn.blue span {
  color: #0C70B4; }
  .btn.blue span::after {
    background: #0C70B4; }
.btn.blue i {
  background: #0C70B4;
  color: #fff;
  border: 2px solid #0C70B4; }
.btn.blue:hover i {
  transform: scale(1.08);
  background: #fff;
  color: #0C70B4; }

/* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  background: #0097EA;
  padding: 16rem 0 10rem; }
  @media (max-width: 999px) {
    #footer {
      padding: 4rem 0 3rem; } }
  #footer .box {
    display: flex;
    align-items: center;
    position: relative; }
    @media (max-width: 999px) {
      #footer .box {
        padding: 0;
        flex-direction: column;
        text-align: center;
        margin-bottom: 5rem; } }
  #footer .flogo {
    margin-right: 2rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #footer .flogo {
        margin-right: 0;
        width: 97px;
        margin-bottom: 1rem; } }
  #footer .txt {
    color: #fff;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #footer .txt {
        z-index: 1;
        font-size: 13px; } }
  #footer .deco {
    font-size: 12.2rem;
    color: #1AA1EC;
    position: absolute;
    right: 0;
    z-index: 0; }
    @media (max-width: 999px) {
      #footer .deco {
        font-size: 3.6rem;
        line-height: 0.8;
        bottom: -18px;
        left: 0px; } }
  #footer .fNav {
    border-top: 1px solid #1AA1EC;
    border-bottom: 1px solid #1AA1EC;
    padding: 4rem; }
    @media (max-width: 999px) {
      #footer .fNav {
        padding: 2rem 0;
        margin-bottom: 0; } }
  #footer .fNav ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    @media (max-width: 999px) {
      #footer .fNav ul {
        flex-direction: column;
        text-align: center;
        width: 50%;
        line-height: 2.4;
        font-size: 13px; } }
  #footer .fNav ul li a {
    color: #fff; }
  #footer .other {
    text-align: center; }
    @media (max-width: 999px) {
      #footer .other {
        padding: 30px 0; } }
  #footer .copy {
    font-size: 1.4rem;
    color: #80CBF5;
    text-align: right; }
    @media (max-width: 999px) {
      #footer .copy {
        font-size: 11.5px;
        text-align: center; } }

/* 
---------------------------------------
下層メインビジュアル
---------------------------------------
*/
.sub #header {
  position: fixed;
  z-index: 10;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.6); }
  @media (max-width: 999px) {
    .sub #header {
      padding: 19px 3.57142857143% 18px; } }
  .sub #header .logo {
    display: none; }
  .sub #header .logo.fixed {
    display: flex; }
  @media (min-width: 1000px) {
    .sub #header nav a {
      color: #1c1c1c; }
      .sub #header nav a:hover {
        color: #0097EA; }
    .sub #header .hNav .contactBtn {
      color: #0C70B4;
      border: 1px solid #0C70B4; }
      .sub #header .hNav .contactBtn:hover {
        color: #fff; } }

#subKv {
  overflow: hidden;
  position: relative;
  height: calc(54rem - 6.8rem);
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #subKv {
      height: calc(26rem - 6rem); } }
  #subKv .ttlBox {
    margin-top: 6.8rem; }
    @media (max-width: 999px) {
      #subKv .ttlBox {
        margin-top: 6rem; } }
  #subKv .ttlBox .ttlDeco {
    font-size: 8rem;
    line-height: 1.25;
    color: #0097EA; }
    @media (max-width: 999px) {
      #subKv .ttlBox .ttlDeco {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 0.1rem; } }
  #subKv .ttlBox .ttl {
    font-size: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #subKv .ttlBox .ttl {
        font-size: 14px; } }
  #subKv .ico {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

.breadcrumbs {
  font-size: 14px;
  position: relative;
  margin-bottom: 12rem;
  padding-top: 2rem; }
  @media (max-width: 999px) {
    .breadcrumbs {
      font-size: 10px;
      margin-bottom: 4rem; } }
  .breadcrumbs .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 18rem;
    background: linear-gradient(to bottom, #F7F7F7, transparent);
    z-index: -1; }

.breadcrumbs span a {
  color: #0097EA; }

/* 
---------------------------------------
aside01
---------------------------------------
*/
#aside01 {
  position: relative;
  overflow: hidden;
  height: auto; }
  #aside01 .bg {
    width: 100%;
    height: auto;
    background-image: url(../img/home/06_bg.jpg);
    background-size: cover;
    height: 73vw;
    max-height: 120rem; }
    @media (max-width: 999px) {
      #aside01 .bg {
        height: 120vw; } }
  #aside01 .layer2 {
    position: absolute;
    z-index: 1;
    top: 6vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media (max-width: 999px) {
      #aside01 .layer2 {
        left: 42%; } }
  #aside01 .pic {
    position: absolute;
    bottom: 0;
    z-index: 2; }
  #aside01 .keep {
    position: absolute;
    z-index: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    bottom: 5rem;
    right: 5rem;
    opacity: 0; }
    #aside01 .keep:hover i {
      transform: scale(1.2);
      transition: all 0.3s; }
    @media (max-width: 999px) {
      #aside01 .keep {
        right: inherit;
        left: 5%; } }
  #aside01 .is-active .keep {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 1.6s; }
  #aside01 .keep_around {
    animation: rotation 10s infinite linear;
    width: 20rem; }
    @media (max-width: 999px) {
      #aside01 .keep_around {
        width: 10rem; } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  #aside01 .keep .fa-arrow-down-long {
    font-size: 4rem;
    color: #fff;
    transition: all 0.3s; }
    @media (max-width: 999px) {
      #aside01 .keep .fa-arrow-down-long {
        font-size: 2.4rem; } }
  #aside01 .keepBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  #aside01 .keep {
    position: relative;
    bottom: inherit;
    right: inherit;
    opacity: 1; }
  #aside01 .keep_around {
    width: 140rem;
    animation: rotation 30s infinite linear;
    max-width: 1400px; }
    @media (max-width: 999px) {
      #aside01 .keep_around {
        width: 70rem; } }
  #aside01 .keep_around img {
    width: 100%; }
  #aside01 .ttlDeco {
    font-size: 9rem;
    line-height: 1.25;
    color: #0097EA; }
    @media (max-width: 999px) {
      #aside01 .ttlDeco {
        font-size: 36px; } }
  #aside01 .ico {
    width: 8rem;
    height: auto; }
    @media (max-width: 999px) {
      #aside01 .ico {
        width: 48px; } }
  #aside01 .keepBox {
    top: 46%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2; }
    @media (max-width: 999px) {
      #aside01 .keepBox {
        top: 49%;
        width: 90%; } }

.matrix-scroll .bg-wrap,
.matrix-scroll .bg-wrap .inn {
  display: block; }

.matrix-scroll .bg-wrap {
  opacity: 0; }

.matrix-scroll .bg-wrap + .bg-wrap {
  margin-top: 10px; }

.matrix-scroll .bg-wrap .inn {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s;
  transition-delay: 0.3s; }

.matrix-scroll.in-view .bg-wrap {
  opacity: 1; }

.matrix-scroll.in-view .bg-wrap .inn {
  opacity: 1;
  transform: translateX(0); }
