@charset "utf-8";
@layer common, page, utilities;

@layer common {
/*--------------------------------------------------------------------------
□ Reset & 全体の設定
---------------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  @media (width <= 768px) {
    font-size: calc(100vw / 37.5);
  }
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.75;
  margin-inline: auto;
  min-width: 100rem;
  min-block-size: 100dvb;
  @media (width <= 768px) {
    font-size: 1.5rem;
    min-width: auto;
  }
}
:where(h1, h2, h3, h4, h5, h6) {
  font:inherit;
  text-wrap: balance;
  overflow-wrap: break-word;
}
:where(p){
  text-wrap: pretty;
  overflow-wrap: break-word;
}
:where(ol, ul) {
  list-style: none;
}
:where(picture, video, canvas, svg){
  display: block;
  max-width: 100%;
}
:where(img){
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
:where(table) {
  border-collapse:collapse;
  border-spacing: 0;
}
:where(input, button, textarea, select, address) {
  font: inherit;
}
:where(button,input[type="submit"],input[type="button"]){
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
:where(textarea) {
  white-space: revert;
  resize: vertical;
  resize: block;
}
:where(iframe){
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  text-decoration:none;
  outline: none;
  color:#08C;
  @media (width >= 769px) {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity:0.85;
    text-decoration: none;
  }
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
  font-family: Georgia,"Hiragino Mincho ProN", "Hiragino Sans NW","Yu Mincho", "YuMincho","MS PMincho",serif;
}
/*カラー設定
---------------------------------------------------------------------------*/
:root {
  --primary:#121212 ;
  --secondary: ;
  --text-primary: ;
  --text-secondary: ;
  --bg-color: #F6F6F6;
  --radius-lg: 2.4rem;
  --radius-md: 1.6rem;
  --radius-sm: .8rem;
  --shadow-subtle: 0 1rem 3rem rgba(74, 78, 105, 0.05);
}
/*--------------------------------------------------------------------------
□ Component
---------------------------------------------------------------------------*/
/*見出し設定
---------------------------------------------------------------------------*/
.sec-ttl{
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  @media (width <= 768px) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
/*テーブル設定
---------------------------------------------------------------------------*/
/*フォーム設定
---------------------------------------------------------------------------*/
/*ボタン
---------------------------------------------------------------------------*/
.btn-more {
  background: var(--primary);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 1.4rem 6.4rem;
  position: relative;
}
.btn-more::before {
  content: "";
  width: .8rem;
  height: .8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
}
.btn-pageTop{
  right: 2rem;
  bottom: 2.7rem;
  position: fixed;
  width: 5rem;
  height: 5rem;
  z-index: 99;
  display: block;
  text-align: center;
  line-height: 5rem;
  color: #66a6ff;
  border: 1px solid #66a6ff;
  background-color: rgba(102, 166, 255,0.2);
  opacity: 0;
  pointer-events: none;
  &&::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-top: .2rem solid #66a6ff;
    border-right: .2rem solid #66a6ff;
  }
  &&.is-show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (any-hover: hover) {
  .btn-pageTop:hover{
    color: #59c3e6;
    border: 1px solid #59c3e6;
    background-color: rgba(89, 195, 230,0.2);
  }
}
/*--------------------------------------------------------------------------
□ Layout
---------------------------------------------------------------------------*/
.l-w980{
  width: 98rem;
  margin-inline: auto;
  @media (width <= 768px) {
    width: 100%;
    padding: 0 1.4rem;
  }
}
.l-sec{
  padding: 8rem 0;
  @media (width <= 768px) {
    padding: 4rem 0;
  }
}
/*Header
---------------------------------------------------------------------------*/
.l-gHeader{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  .inner{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    width: 100%;
    height: 8rem;
    padding: 0 4rem;
    @media (width <= 768px) {
      height: 6rem;
      padding: 0 2rem;
    }
    h1{
      img{
        @media (width <= 768px) {
          width: 10rem;
        }
      }
    }
  }
}
.l-gNavi{
  margin-left: auto;
  ul{
    display: flex;
    flex-wrap: wrap;
    li{
      margin-left: 2em;
      @media (width <= 768px) {
        margin-left: 1rem;
      }
      a{
        color: #FFF;
        @media (width <= 768px) {
          font-size: 1.2rem;
        }
      }
    }
  }
}
/*FOOTER
---------------------------------------------------------------------------*/
.l-gFooter{
  ul{
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    li{
      margin: 0 1rem;
      line-height: 7rem;
      a{
        color: var(--primary);
        font-size: 1.4rem;
      }
    }
  }
}
.copyRight {
  line-height: 6rem;
  height: 6rem;
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #ddd;
}
}
/*@common*/

@layer  utilities{
  .clearfix::after {content: "";display: block;clear: both;}
  .fw700{font-weight: 700;}
  .ffs-palt{font-feature-settings: "palt";}
  .textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}

  .floatL { float: left; }
  .floatR { float: right; }
  .alignL {text-align: left;}
  .alignR {text-align: right;}
  .alignCR {text-align: center;}

  @media (769px <= width) {
    .pc-none{display: none;}

    .pc-mt_0{margin-top: 0;}
    .pc-mt_1{margin-top: 1rem;}
    .pc-mt_1_5{margin-top: 1.5rem;}
    .pc-mt_2{margin-top: 2rem;}
    .pc-mt_2_5{margin-top: 2.5rem;}
    .pc-mt_3{margin-top: 3rem;}
    .pc-mt_4{margin-top: 4rem;}
    .pc-mt_5{margin-top: 5rem;}
    .pc-mt_6{margin-top: 6rem;}
  }

  @media (width <= 768px) {
    .sp-none{display: none;}

    .sp-alignL {text-align: left;}
    .sp-alignR {text-align: right;}
    .sp-alignCR {text-align: center;}

    .sp-mt_0{margin-top: 0;}
    .sp-mt_1{margin-top: 1rem;}
    .sp-mt_1_5{margin-top: 1.5rem;}
    .sp-mt_2{margin-top: 2rem;}
    .sp-mt_2_5{margin-top: 2.5rem;}
    .sp-mt_3{margin-top: 3rem;}
    .sp-mt_4{margin-top: 4rem;}
    .sp-mt_5{margin-top: 5rem;}
    .sp-mt_6{margin-top: 6rem;}
  }
}
/*@utilities*/