@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.6rem;
    --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; }

em {
  font-style: 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: 180rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner18 {
      width: 89.33%;
      max-width: 536px; } }

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

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

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

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

.inner8 {
  max-width: 80rem;
  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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #body {
      font-size: 1.4rem; } }

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.black {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/*---------------------------------------
ヘッダー
---------------------------------------*/
#header {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 999; }
  @media (max-width: 999px) {
    #header {
      top: 1rem;
      left: 2rem; } }
  @media (max-width: 999px) {
    #header .logo {
      width: 14rem; } }

/*#header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: fixed;
    z-index: 10;
    background: #EEF1F1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    @include sp{
        height: 60px;
        background: #EEF1F1;
        position: fixed;
        width: 100%;
        z-index: 10;
        max-width: 100%;
    }
}

#header .logo{
    padding-left: 2%;
    position: relative;
    z-index: 5;
    @include sp{
    padding-left: 4%;  
    }
}
#header .logo img{
    @include sp{
    width: 100px;
    height: auto;
    }
}
#header .boxR{
    display: flex;
    align-items: center;
margin-right: 2%;
}
#header .telBox{
    line-height: 1.1;
    text-align: center;
    margin: 0px 20px 0 2vw;
    @include sp{
    line-height: 1.1;
    text-align: center;
    margin: 0 20px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 20px;
    }
}
#header .tel{
    font-size: 16px;
    color: #3189D2;
}
#header .tel small{
    color: #222;
}
#header .tel a{
    font-size: 24px;
    font-weight: bold;
    margin-left: 4px;
    color: #3189D2;
}
#header .contactBtn{
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFFF00;
    font-size: 16px;
    color: #005893;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.6s;
    @include sp{
    width: 90%;
    max-width: 280px;
    font-size: 20px;
    border-radius: 10px;
    margin: 0 auto;
    }
}
#header .contactBtn i{
    font-size: 20px;
    padding: 2px 8px 0 24px;
    @include sp{
    font-size: 20px;
    padding: 2px 8px 0 70px;
    }
}
#header .contactBtn:hover{
    background: #005893;
    color: #fff;
    transition: all 0.6s;
    opacity: 1;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    background: #fff;
    align-items: center;
    height: 100px;
    width: 100%;
	padding: 0;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
	@include sp{
		height: 60px;
		padding: 0 10px 0;
	}
}

.hNav{
    @include sp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
	z-index: 2;
    }
}
.hNav.active {
    @include sp{
    transition: .5s all;
    opacity: 1;
    visibility: visible;
    transition: .35s ease-in-out;
    overflow: auto;
    -webkit-overflow-scrolling: touch;  
    }
}
.hNav ul{
    display: flex;
    @include sp{
    flex-direction: column;
    background: #E5EAEA;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    text-align: center; 
        margin-top: 60px;
        padding-top: 20px;
    }
}
.hNav ul li{
    @include pc{
    padding-left: 50px;   
    }
}
.hNav ul li:first-child{
    padding-left: 0;
}
.hNav ul li a{
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: all 0.6s;
    font-size : clamp(12px, 1.3vw, 16px);
    position: relative;
    @include sp{
    padding: 16px 0;
    height: auto;
    justify-content: center;
    transition: all 0.6s;
    border-top: 1px solid #C1C1C1;
    width: 90%;
    margin: 0 auto;
    font-size: 16px; 
        opacity: 1;
    }
}
.hNav ul li:nth-child(3) a{
    @include sp{
    border-bottom: 1px solid #C1C1C1;
    }
}
.hNav ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #3189D2;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top;
transition: transform 0.3s;
}
@include pc{
.hNav ul li a:hover{
    opacity: 1;
    color: #3189D2;
}
}*/
/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
/*.navToggle {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    background: #E5EAEA;
	@include pc{
		display: none ;
	}
}
.navToggle span {
	display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #222;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 20px;
}
.navToggle span:nth-child(1) {
    top: 22px;
}
.navToggle span:nth-child(2) {
    top: 34px;
}
.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);
}*/
