@charset "UTF-8";
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

* html body {
  font-size: small; }

*:first-child + html body {
  font-size: small; }

img {
  border: 0;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, dl, ol {
  text-indent: 0; }

ul li {
  list-style: none; }

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

* html input, * html textarea, * html select {
  font-size: 100%; }

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  text-align: left;
  vertical-align: top; }

caption {
  text-align: left; }

pre, code, kbd, samp, tt {
  font-family: monospace; }

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%; }

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%; }

input, select, textarea {
  font-size: 100%;
  /*font-family: Verdana, Helvetica, sans-serif;*/ }

img[src$=".svg"] {
  width: 100%;
  height: auto; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================//
//
//　mixin
//
// ========================================================================== */
/* color
---------------------------------------------------------- */
/* media query
---------------------------------------------------------- */
/* font
---------------------------------------------------------- */
/* ==========================================================================//
//
//　common
//
// ========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #231815; }

/* sp-display
---------------------------------------------------------- */
.spDb {
  display: none; }
  @media all and (max-width: 1024px) {
    .spDb {
      display: block; } }

@media all and (max-width: 1024px) {
  .spDn {
    display: none; } }

@media all and (max-width: 599px) {
  .pconly {
    display: none; } }

.sponly {
  display: none; }
  @media all and (max-width: 599px) {
    .sponly {
      display: block; } }

/* link
---------------------------------------------------------- */
a {
  text-decoration: none;
  transition: 0.3s;
  /*&:hover {
    opacity: 0.5;
  }*/ }

/* pagetop
---------------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 99;
  padding: 5px; }
  @media all and (max-width: 599px) {
    #pagetop {
      width: 20px;
      right: 10px;
      bottom: 20px; }
      #pagetop img {
        width: 100%; } }

/* com_ttl
---------------------------------------------------------- */
/* header
---------------------------------------------------------- */
header {
  background: #00A2E9;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  z-index: 1; }
  header .hed_logo {
    width: 150px;
    padding: 10px;
    border: solid 1px #fff;
    margin-right: auto; }

  /* gnav
	---------------*/
@media all and (max-width: 1240px) {
  .g-menu {
    width: 0;
    padding: 0; } }

#navi {
  display: flex; }
  @media all and (max-width: 1240px) {
    #navi {
      display: block;
      transition: all .6s;
      overflow-y: auto;
      padding-top: 100px;
      width: 300px;
      height: 100vh;
      z-index: 200;
      top: 0;
      right: -320px;
      background-color: #00A2E9;
      position: fixed; } }
  #navi li {
    border-left: solid 1px #fff;
    padding: 0 0 0 1em;
    margin: 0 0 0 1em; }
    @media all and (max-width: 1240px) {
      #navi li {
        border-left: none;
        padding: 0;
        margin: 0;
        border-bottom: solid 1px #DCDCDC; }
        #navi li:first-child {
          border-top: solid 1px #DCDCDC; } }
    #navi li a {
      color: #fff; }
      #navi li a:hover {
        color: #000; }
      @media all and (max-width: 1240px) {
        #navi li a {
          display: block;
          padding: 15px 20px;
          line-height: 1.5; } }
    #navi li:first-child {
      border-left: none;
      padding: 0;
      margin: 0; }

@media all and (max-width: 1240px) {
  /* bager menu */
  .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 8px;
    right: 10px;
    cursor: pointer;
    position: fixed;
    z-index: 999; }
    .nav_btn .hamburger_line {
      transition: all .6s;
      width: 34px;
      height: 2px;
      left: 5px;
      background-color: #fff;
      position: absolute; }
    .nav_btn .hamburger_line1 {
      top: 10px; }
    .nav_btn .hamburger_line2 {
      top: 21px; }
    .nav_btn .hamburger_line3 {
      top: 32px; }

  .nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #fff;
    cursor: pointer;
    position: fixed; }

  /* 表示された時用のCSS */
  .nav_open #navi {
    right: 0; }

  .nav_open .nav_bg {
    opacity: .8;
    visibility: visible; }

  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px; }

  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%; }

  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px; } }
/* footer
---------------------------------------------------------- */
footer {
  border-top: solid 70px #00A2E9;
  border-bottom: solid 40px #00A2E9; }
  footer .sec_fbox {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media all and (max-width: 1024px) {
      footer .sec_fbox {
        display: block; } }
    footer .sec_fbox .foot_logo {
      width: 33%;
      text-align: center;
      padding: 30px 0; }
      @media all and (max-width: 1024px) {
        footer .sec_fbox .foot_logo {
          margin: 0 auto; } }
      @media all and (max-width: 599px) {
        footer .sec_fbox .foot_logo {
          width: 60%; } }
      footer .sec_fbox .foot_logo img {
        width: 40%; }
      footer .sec_fbox .foot_logo::before {
        content: "";
        position: absolute;
        top: -57px;
        left: 0;
        background-image: url(../images/img_fuji_02.svg);
        width: 33%;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom; }
        @media all and (max-width: 1024px) {
          footer .sec_fbox .foot_logo::before {
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%); } }
        @media all and (max-width: 599px) {
          footer .sec_fbox .foot_logo::before {
            width: 60%; } }
    footer .sec_fbox .area_txt {
      width: 67%;
      padding: 30px 0; }
      @media all and (max-width: 1024px) {
        footer .sec_fbox .area_txt {
          margin: 0 auto;
          width: 90%; } }
      footer .sec_fbox .area_txt .ttl {
        font-size: 4rem;
        border-bottom: solid 1px #000;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          footer .sec_fbox .area_txt .ttl {
            font-size: 5.3vw; } }
      footer .sec_fbox .area_txt .add {
        font-size: 3.3rem; }
        @media all and (max-width: 1024px) {
          footer .sec_fbox .area_txt .add {
            font-size: 3.5vw; } }
      footer .sec_fbox .area_txt .tel {
        font-size: 3.3rem;
        margin-top: 10px; }
        @media all and (max-width: 1024px) {
          footer .sec_fbox .area_txt .tel {
            font-size: 3.5vw; } }
      footer .sec_fbox .area_txt .txt {
        font-size: 1.2rem;
        margin-top: 30px; }

/* main
---------------------------------------------------------- */
main {
  display: block;
  /* IE対策に追加 */
  width: 100%; }

/* 共通ページタイトル */
