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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
    scroll-behavior: smooth;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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 {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
    color: #231815;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    color: #231815;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;

}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(35, 24, 21, .3);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(35, 24, 21, .3);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(35, 24, 21, .3);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: #313131;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 500;
}
body{
}
.logo{
    width: 94px;
    position: absolute;
    left: 30px;
    top: 30px;
    transition: all .3s;
}
#header.change .logo{
    top: 15px;
    width: 75px;
}
#header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100px;
    padding: 60px 45px 0;
    transition: all .3s;
}
#header.change{
    padding-top: 30px;
    background-color: rgba(255, 255, 255, .4);
}
.h_menu{
    display: none;
}
.g_menu{
    display: flex;
    justify-content: flex-end;
}
.g_menu li{
    margin-right: 20px;
}
.g_menu li:last-child{
    margin-right: 0;
    margin-left: 50px;
}
.g_menu li a{
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all .3s;
}
.g_menu li a:hover{
    color: #f8b300;
}
.g_menu li.contact a{
    width: 155px;
    height: 36px;
    background-color: #f8b300;
    border: 1px solid #f8b300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.g_menu li.contact a:hover{
    background-color: #fff;
    color: #f8b300;
}
/*footer*/
footer .inner{
    border-top: 1px solid #231815;
    padding: 55px 0 80px;
}
.f_logo{
    width: 94px;
    margin-bottom: 35px;
}
.f_name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.copyright{
    font-size: 14px;
}
.f_menu{
    flex-direction: row-reverse;
}
.f_menu li{
    display: block;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.f_menu li a{
    font-size: 16px;
    padding: 0 15px;
    display: block;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all .3s;
}
.f_menu li a:hover{
    letter-spacing: 0.15em;
    color: #f8b300;
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.logo{
    width: 80px;
    left: 25px;
    top: 25px;
}
#header.change .logo{
    width: 60px;
    top: 25px;
}
#header.change{
    background-color: transparent;
}
nav.globalMenuSp {
  width: 80%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all .3s; /* 移動する速さ */
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  text-decoration :none;
  transition: all .3s;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-align: center;
  padding: 20px 0;
}
nav.globalMenuSp ul li a:hover{
  color: #2eb6aa;
  letter-spacing: 0.15em;
}
nav.globalMenuSp ul li:nth-child(2) a:hover,
nav.globalMenuSp ul li:nth-child(5) a:hover{
    color: #8fc31f;
}
nav.globalMenuSp ul li:nth-child(3) a:hover,
nav.globalMenuSp ul li:nth-child(6) a:hover{
    color: #00913a;
}
.g_menu{
    flex-wrap: wrap;
}
.g_menu li{
    width: 100%;
    margin-right: 0;
}
.g_menu li:last-child{
    margin: 0;
}
.g_menu li.contact a{
    margin: 0 auto;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  pointer-events: initial;
}
.h_menu{
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 70px;
    background-color: #231815;
    color: #fff;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 20px;
    letter-spacing: 0.5em;
    z-index: 200;
    transition: all .3s;
}
.h_menu:hover{
    background-color: rgba(35, 24, 21, .8);
}
.overlay{
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(248, 179, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .6s;
}
.overlay.active{
  width: 100%;
  height: 100%;
  opacity: 1;
}
}
@media screen and (max-width: 768px) {
.logo,
#header.change .logo{
    width: 60px;
    left: 15px;
    top: 15px;
}
.h_menu{
    padding: 10px 15px;
    font-size: 14px;
}
.h_menu:hover{
    background-color: rgba(35, 24, 21, 1);
}
footer .inner{
    padding: 30px 0 40px;
}
.f_logo{
    margin-bottom: 20px;
}
.f_name{
    font-size: 16px;
    line-height: 1;
}
.copyright{
    font-size: 12px;
}
footer .box_r{
    margin-top: 30px;
}
.f_menu{
    margin-bottom: 20px;
}
.f_menu li{
    -ms-writing-mode:initial;
    writing-mode: initial;
    width: 100%;
}
.f_menu li a{
    padding: 10px 0;
}
}
@media screen and (max-width: 599px) {

}