@charset "utf-8";

/* ------------------
 reset.css
------------------ */
@charset "utf-8";*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){color-scheme:normal;scroll-behavior:smooth;cursor:auto;-moz-tab-size:2;tab-size:2;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word;font-size:62.5%;line-height:1.5;margin:0;padding:0}@supports not (min-block-size:100dvb){:where(html){block-size:100%}}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border:none;background:none}:where(a){text-underline-offset:.4ex;text-decoration:none}:where(ul,ol,li){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(address){font-style:normal}:where(table){border-collapse:collapse}:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

/* ------------------
 グローバル変数
------------------ */
:root {
  /* 色 */
  --main-color: #00AED9;
  --base-color: #F4F4F4;
  --color-yellow: #F8D239;
  --var-color: #000;
  --color-red: #DB2502;

  /* 文字サイズ */
  --font-14: 1.4rem;
  --font-15: 1.5rem;
  --font-16: 1.6rem;
  --main-txt: 1.7rem;
  --font-18: 1.8rem;
  --font-20: 2rem;
  --font-24: 2.4rem;
  --font-32: 3.2rem;
  --font-40: 4rem;
  --font-48: 4.8rem;

  /* 幅 */
  --contents-w: 1024px;

  /* 余白 */
  --space-65: 65px;
}
.btn {
  border: 2px solid var(--color-yellow);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  :root {
    /* 文字サイズ */
    --font-15: 1.4rem;
    --font-16: 1.5rem;
    --main-txt: 1.5rem;
    --font-18: 1.6rem;
    --font-20: 1.8rem;
    --font-24: 2rem;
    --font-32: 2.2rem;
    --font-40: 2.4rem;
    --font-48: 3rem;

    /* 余白 */
    --space-65: 30px;

  }
}

html {
  scroll-padding-top: 80px;
  @media screen and (max-width: 767px) {
    scroll-padding-top: 70px;
  }
}

/* ------------------
 フォント
------------------ */
body {
	padding-top: 80px;
  font-family: 'Noto Sans JP','Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-size: var(--main-txt);
	line-height: 1.8;
	position: relative;
  @media screen and (max-width: 767px) {
    padding-top: 70px;
  }
}

/* ------------------
 config
------------------ */
:where(a){color: #000;&:hover {opacity: 0.8;}}
:where(h1,h2,h3,h4,h5){line-height: 1.5;}

/* スマホメニュー非表示 */
.spNav_btn,.spNav_panel {display: none;}

/* スマホ閲覧時のみ表示 */
.sp_block {display: none;}

/* ------------------
 SVGスプライト
------------------ */
.fill_blue {
  fill: var(--main-color);
}
.fill_white {
  fill: #fff;
}
/* ------------------
 レイアウト
------------------ */
.container {
	max-width: var(--contents-w);
	width: 90%;
	margin-inline: auto;
}
.small_container {
  max-width: 850px;
  width: 100%;
  margin-inline: auto;
}
.container .small_container:last-child {
  margin-bottom: 0;
}
.gra_box {
  width: 100%;
  padding: var(--space-65) 5%;
  background: linear-gradient(to left, var(--main-color) 0%, #D9F3F9 35%, #D9F3F9 70%, var(--main-color) 100%);
  @media screen and (max-width: 767px) {
    background: linear-gradient(to left, var(--main-color) 0%, #D9F3F9 15%, #D9F3F9 85%, var(--main-color) 100%);
  }
}
.cmn_block {
  margin-bottom: 2em;
}
.attention_box {
  border: 1px solid var(--color-red);
  padding: 1em 2em;
  font-weight: bold;
  background: #FFF2F2;
}

/* スクロール要素 */

/* ------------------
 各種パーツ
------------------ */

/* ------------------
 見出し関連
------------------ */
/* 見出し */
.cmn_heading {
  font-size: var(--font-32);
  margin-bottom: 1.5em;
  @media screen and (max-width: 767px){
    margin-bottom: 1em;
  }
}
.cmn_subheading {
  font-size: var(--font-24);
  padding-bottom: 0.5em;
}
*:has(> .under_wline) {
  text-align: center;
}
.under_wline {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 6px;
  }
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

/* ------------------
 テーブル
------------------ */

/* ------------------
 テキスト関連
------------------ */
.main_txt {
  padding-bottom: 1em;
}
.font_ex {
  font-weight: 900;
  font-size: var(--font-40);
}
.font_blue {
  color: var(--main-color);
}
.font_ex.font_blue {
  font-size: var(--font-48);
}
.bold_txt {
  font-weight: bold;
}
.color_txt {
  color: var(--var-color);
}
.center_txt {
  text-align: center;
  img {
    margin-inline: auto;
  }
}
.small_txt {
  font-size: var(--font-15);
}
.attention_txt {
  color: var(--color-red);
  font-weight: bold;
}
.red_txt {
  color: var(--color-red);
}

/* ------------------
 リスト、インデント関連
------------------ */
/* インデント */
.indent_txt, .indent_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.indent_list li {
  line-height: 2;
}
/* 先頭「・」のリスト */
.bullet_list li {
  width: 100%;
  display: flex;
  &::before {
    content: "・";
    display: inline-block;
  }
}
/* 先頭「数値」のリスト */
.decimal_list {
  margin-left: 1.1em;
  li {
    list-style-type: decimal;
  }
}
/* 先頭「●」のリスト */
.disc_list {
  margin-left: 1.1em;
  li {
    list-style-type: disc;
  }
}

/* ------------------
 logo
------------------ */
.common_logo {
  height: 100%;
  a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: var(--font-18);
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px){
  .common_logo a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.5rem;
  }
  .common_logo svg {
    width: 135px;
  }
}

/* ------------------
 header
------------------ */
.header {
  width: 100%;
  height: 80px;
  padding: 0 5%;
  border-top: 2px solid var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  @media print, screen and (min-width: 768px){
    min-width: 1280px;
  }
  @media screen and (max-width: 767px){
    height: 70px;
  }
}
.pc_nav, .pc_nav * {
  height: 100%;
}
.pc_nav--list {
  height: 100%;
  display: flex;
  align-items: center;
  a {
    padding: 0 1.5em;
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  li:not(:last-child) a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
  li:not(:last-child) a:hover {
    border-bottom: 2px solid var(--main-color);
  }
}
.header_contact {
  margin-left: 1.5em;
  a {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--main-color);
    color: #fff;
  }
}

/* お問い合わせ */
.contact {
  width: 100%;
  padding: var(--space-65) 5%;
  background: var(--base-color);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.contact_item {
  max-width: 328px;
  width: 100%;
  padding: 0 20px 35px;
  border-top: 2px solid var(--main-color);
  background: #fff;
  text-align: center;
  @media print, screen and (min-width: 768px){
    min-height: 311px;
  }
  @media screen and (max-width: 767px){
    &:last-of-type {
      padding-bottom: 60px;
    }
  }
}
.contact_name {
  height: 80px;
  padding: 0 1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--main-color);
  font-size: var(--font-24);
  color: #fff;
  margin-bottom: 20px;
  @media screen and (max-width: 767px){
    height: 50px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    svg {
      width: auto;
      height: 18px;
    }
  }
}
.contact_inner {
  width: 100%;
  height: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 767px){
    height: auto;
  }
}
.contact_tel {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  a {
    font-size: var(--font-32);
    font-weight: 900;
    @media screen and (max-width: 767px){
      font-size: var(--font-48);
    }
  }
}
.tel_label {
  padding: 1px 5px 3px;
  background: #DB2502;
  color: #fff;
  font-weight: bold;
}
.tel_time {
  margin: 0 0 20px 52px;
  font-size: var(--font-15);
}
.contact_btn {
  max-width: 337px;
  width: 100%;
  min-height: 60px;
  @media screen and (max-width: 767px){
    max-width: 300px;
    min-height: 50px;
    a {
      min-height: 50px;
    }
  }
}
.contact_btn .btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact_img {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 48%;
  img {
    margin-inline: auto;
  }
  @media screen and (max-width: 767px){
    left: 0;
    right: 0;
    width: 70%;
    margin-inline: auto;
  }
}

/* ------------------
 footer
------------------ */
.footer {
  width: 100%;
  background: #3C3C3C;
}
.footer .container {
  padding: var(--space-65) 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2em 50px;
  color: #fff;
  a {
    color: #fff;
  }
  @media screen and (max-width: 767px){
    
  }
}
.footer .common_logo {
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  font-size: var(--font-18);
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  @media screen and (max-width: 767px){
    gap: 5px;
    font-size: 1.4rem;
  }
}
.footer_address {
  max-width: 462px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.footer_corporate {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-15);
  @media screen and (max-width: 767px){
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.footer_corporate--link a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer_contact {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2em;
  @media screen and (max-width: 767px){
    gap: 1em;
  }
}
.footer_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  @media screen and (max-width: 767px){
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer_nav--item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  &::before {
    content: "";
    display: block;
    height: 0.5em;
    width: 0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(0.1em);
  }
}
.copyright {
  width: 100%;
  padding: 0.5em 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  letter-spacing: 0.08em;
  @media screen and (max-width: 767px){
    text-align: center;
  }
}

/* ------------------
サイドボタン
------------------ */
.side_btn {
  width: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 25%;
  right: 0;
  @media screen and (max-width: 767px){
    width: 28px;
    top: 20%;
    z-index: 8;
  }
}
.side_btn--item {
  width: 100%;
  height: 160px;
  background: #fff;
  @media screen and (max-width: 767px){
    max-height: 135px;
  }
}
.side_btn .btn {
  width: 100%;
  height: 100%;
  padding: 5px 0;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: 0.2em;
  svg {
    width: 18px;
    height: auto;
    @media screen and (max-width: 767px){
      width: 15px;
    }
  }
  @media screen and (max-width: 767px){
    gap: 3px;
    font-size: var(--font-14);
  }
}

/* ------------------
  Backtop
------------------ */
#backtop {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  right: 3%;
  bottom: 50px;
  border-radius: 50%;
  background: rgba(0, 134, 177, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -10;
}
#backtop::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-25%) rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
#backtop.active {
  opacity: 0.6;
  visibility: visible;
  z-index: 50;
}

/* ------------------
下層ページ共通
------------------ */

/* パンくずリスト */
.breadcrumb_nav {
  max-width: var(--contents-w);
  width: 90%;
  padding: 0.5em 0 0;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-bottom: -1.5em;
  @media screen and (max-width: 767px){
    margin-bottom: 0;
  }
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.breadcrumb_item {
  a {
    text-decoration: underline;
    &:hover {text-decoration: none;}
  }
  a[aria-current="page"] {
    text-decoration: none;
  }
  &:has(a) {
    display: flex;
    align-items: center;
    gap: 0.5em 1em;
  }
  &:has(a)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 1px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 768px) {
/* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* iPad調整用 */
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 767px) {
  body {width: 100%;}
  .sp_block {display: block;font-size: 0;}
  .pc_block {display: none;}

  .pc_nav {display: none;}

  /* ------------------
  スマホメニュー
  ------------------ */
  /* ボタン */
  .spNav_btn {
    display: block;position: absolute; width: 45px;height: 45px;background: var(--main-color);top:12px;right: 12px;transition: all 0.5s;z-index: 11;color: #fff;font-size: 1.2rem;font-weight: bold;border-radius: 0;
    span {position: absolute;display: block;height: 3px;background:#fff;margin-inline: auto;}
    
    /* 閉じた状態 */
    &[aria-pressed="false"] span {width: 30px;transition: all 0.5s;}
    &[aria-pressed="false"] span:nth-child(1) {top: 12px;left: 0;right: 0;}
    &[aria-pressed="false"] span:nth-child(2) {top: 21px;left: 0;right: 0;}
    &[aria-pressed="false"] span:nth-child(3) {top: 30px;left: 0;right: 0;}
    
    /* 開いた状態 */
    &[aria-pressed="true"] span {width: 30px;transition: all 0.5s;}
    &[aria-pressed="true"] span:nth-child(1) {top: 50%;transform: translateY(-1.5px) rotate(45deg);left: 8px;}
    &[aria-pressed="true"] span:nth-child(2) {display: none;}
    &[aria-pressed="true"] span:nth-child(3) {bottom: 50%;transform: translateY(1.5px) rotate(-45deg);left: 8px;}
  }

  /* メニューパネル */
  .spNav_panel {
    display: block;
    height: 100vh;
    width: 85%;
    max-width: 340px;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s;
    background: var(--main-color);
    box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    overflow: auto;
    z-index: 9;
    
    /* パネルが閉じている状態 */
    &[aria-hidden="true"] {
      visibility: hidden;
      pointer-events: none;
      transform: translateX(100%);
    }

    /* パネルが開いている状態 */
    &[aria-hidden="false"] {
      visibility: visible;
      transform: translateX(0);
    }
  }

  /* メニューパネル内の項目 */
  .spNav_panel--contact {
    width: 90%;
    padding: 10px;
    background: #fff;
    margin: 90px auto 20px;
  }
  .spNav_panel--contact .cmn_heading {
    padding-bottom: 10px;
  }
  .spNav_panel--contact .cmn_heading--txt {
    font-size: var(--font-24);
  }
  .spNav_panel--contact .cmn_heading--txt {
    font-size: var(--font-15);
  }
  .spNav_panel--contact .cmn_contact--btns {
    gap: 10px;
    p:nth-child(1) {
      max-width: calc(27.5% - 20px / 3);
    }
    p:nth-child(2) {
      max-width: calc(45% - 20px / 3);
    }
    p:nth-child(3) {
      max-width: calc(27.5% - 20px / 3);
    }
    a {
      padding: 0.5em 0.25em 0.25em;
      flex-direction: column;
      gap: 3px;
      font-size: 1.3rem;
    }
    img {
      width: 18px;
      height: auto;
    }
    svg {
      width: 18px;
      aspect-ratio: 23 / 16;
    }
    & .icon_fill {
      fill: var(--sub-color);
    }
  }

  .spNav_list {
    width: 100%;
    padding: 70px 0 30px;
    font-size: 1.5rem;
  }
  .spNav_list--item {
    border-bottom: 1px solid #fff;
    a {
      display: flex;
      align-items: center;
      padding: 12px 20px;
      gap: 20px;
      color: #fff;
    }
    a::before {
      content: "";
      height: 1px;
      width: 10px;
      display: block;
      background: #fff;
    }
  }
  .sp_btn {
    width: 90%;
    margin-inline: auto;
  }
  .sp_btn a {
    width: 100%;
    height: 100%;
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border: 1px solid #fff;
  }

  /* bodyをタッチ不可に */
  #onbody {position: absolute;height: 100%;width: 100%; top: 0;left: 0;background: rgba(0, 0, 0, 0.6);z-index: 8;overflow: hidden;pointer-events: none;}
  body:has(#onbody[aria-hidden="true"]) {height: 100%; overflow: hidden;}
}

/* 印刷用設定 */
@media print {
  body {
    width:1280px!important;
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .header {
    position: absolute;
    min-width: 1280px;
  }
  #backtop, .side_btn {
    display: none;
  }
}
@page {
  size: A4;margin: 5px;
}