-----
/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #181B39;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans", sans-serif;
}
input {
  font-family: "Noto Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.sp{
    display: none;
}
.headWrap{
    position: relative;
}
header{
    justify-content: space-between;
    padding: 7px 10% 7px 2%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 998;
    background-color: #fff;
}
header .telWrap{
    align-items: center;
}
header .telWrap img{
    width: 29px;
    display: block;
    margin-right: 10px;
}
header .telWrap p{
    color: #003B67;
    font-size: 25px;
    font-weight: 600;
    font-family: din-2014, sans-serif;
}
header .telWrap .openTime{
    font-size: 10px;
    font-weight: 600;
}
.contactBtn{
    display: none;
}
.contactObi{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width:  6%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #003B67;
}
.contactObi a{
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactObi a img{
    width: 46px;
}
/* 位置・ベース */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  z-index: 10;
}

/* SCROLL テキスト（縦書き） */
.scroll-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

/* ライン枠 */
.scroll-line {
  width: 2px;
  height: 60px;
  background: rgba(255,255,255,0.25);
  position: relative;
  overflow: hidden;
}

/* 動くライン本体 */
.scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;

  animation: scrollMove 1.6s linear infinite;
}

/* アニメーション */
@keyframes scrollMove {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

.topBlock2{
    padding: 188px 10% 276px;
}
.contactBlock{
    padding: 183px 10% 188px;
    background: url('/wp-content/themes/a/img/bg_contact.jpg') no-repeat center;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
}
.contactBlock .txtBox{
    align-items: center;
    justify-content: space-between;
}
.contactBlock .txtBox *{
    color: #fff;
}
.contactBlock .txtBox h2{
    font-size: 80px;
    font-weight: 600;
    margin-right: 10%;
    font-family: din-2014, sans-serif;
}
.contactBlock .txtBox p{
    white-space: nowrap;
}
.contactBlock a{
    width: 242px;
}
@media(width < 1440px){
    .contactBlock .txtBox{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media(width < 1280px){
    .contactObi{
        display: none;
    }
    .telWrap{
        display: none;
    }
    header{
        padding: 0 0 0 2%;
        align-items: center;
    }
    h1{
        width: 244px;
    }
    .contactBtn{
        display: flex;
        align-items: center;
        width: 62px;
        height: 100%;
        aspect-ratio: 1 / 1; 
        justify-content: center;
        background-color: #003B67;
    }
    .contactBtn img{
        width: 46px;
    }
}
@media(width < 1100px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
        width: 100%;
    }
    .contactBlock{
        flex-direction: column;
    }
    .contactBlock .txtBox{
        align-items: center;
        margin-bottom: 42px;
    }
    .contactBlock .txtBox h2{
        margin-right: 0;
    }
    .topBlock2{
        padding: 100px 5% 73px;
    }
    .topBlock2 .map{
        display: none;
    }
}
@media(width < 820px){
    .contactBlock{
        background: url('/wp-content/themes/a/img/bg_contact_sp.jpg') no-repeat center;
        background-size: cover;
        padding: 94px 5% 96px;
    }
    .contactBlock .txtBox p{
        white-space: wrap;
    }
    .contactBlock .txtBox p br{
        display: none;
    }
}
header.pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 2%;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
}
header.pc h1{
    margin-right: 61px;
}
nav li{
    margin-right: 48px;
}
nav li:last-child{
    margin-right: 0;
}
header.pc .telWrap{
    margin: 0 0 0 auto;
}
header.pc .contactBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003B67;
    width: 109px;
    aspect-ratio: 1 / 1;
    margin: 0 0 0 46px;
}
header.pc .contactBtn img{
    width: 46px;
}
.pageTop .contactObi{
    z-index: 998;
    width: 109px;
}
.mv{
    position: relative;
}
.mv .txtBox{
    position: absolute;
    top: 20%;
    left: 5%;
}
.mv .txtBox .titTxt{
    font-size: 78px;
    font-weight: 600;
    font-family: din-2014, sans-serif;
}