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;
}
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: #363636;
}
/*! 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: #363636;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",Arial,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;
}
:root {
  --color-primary: #CF122E;
  --color-secondary: #51B72A;
  --color-bg01: #F8F4F4;
  --color-bg02: #F1F2F2;
}
/** ---------------- 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: 400;
}
body{
  overflow-x: hidden;
}
#header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 100;
  border-bottom: 1px solid var(--color-primary);
}
.logo_box{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.logo{
    width: 120px;
    margin-right: 30px;
}
.logo_txt{
    font-family: Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    display: inline-block;
    min-width: 230px;
    max-width: 328px;
    line-height: 1.25;
}
.logo_txt span{
    font-size: 14px;
    margin-top: 5px;
}
.footer01{
    background-color: #64666F;
    padding: 20px 0;
}
.ind_list li{
    font-size: 15px;
    line-height: 2.2;
    color: #fff;
    padding-left: 1rem;
    text-indent: -1rem;
}
.ind_list li::before{
    content: '●';
    margin-right: 5px;
}
#footer{
}
.footer02{
    padding: 50px 55px;
}
.footer02{
    justify-content: space-between;
}
.footer02 .logo_box{
    margin-left: 0;
}
.footer02 .logo{
    width: 120px;
    margin-right: 24px;
}
.footer02 .logo_txt{
    font-size: 15px;
}
.footer02 .logo_txt span{
    font-size: 11px;
}
.footer02 .company_box{
}
.footer02 .company_box .company_txt{
    font-family: Arial,sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #cf112f;
    margin-bottom: 3px;

}
.footer02 .company_box a{
    font-family: Arial,sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #363636;
    padding-right: 25px;
    position: relative;
    transition: all .3s;
}
.footer02 .company_box a:hover{
    opacity: 0.8;
}
.footer02 .company_box a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../../img/icon_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.copyright{
    font-family: Arial,sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 64px;
    text-align: center;
    color: #64666a;

}
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  background: #cf122e;
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 19px;
  top: 22px;
  transform: rotate(-45deg);
}
.pagetop:hover {
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 40px;
  top   : 27px;
  width : 55px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.hamburger span {
  display : block;
  position: absolute;
  border-radius: 2px;
  width   : 55px;
  height  : 3px;
  left: 0;
  background : var(--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 24px;
  width: 35px;
}
.hamburger.active{
}
/* ナビ開いてる時のボタン */
.hamburger.active span{
    background-color: #fff;
}
.hamburger.active span:nth-child(1) {
  top : 13px;
  -webkit-transform: rotate(-35deg);
  -moz-transform   : rotate(-35deg);
  transform        : rotate(-35deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 13px;
  width: 55px;
  -webkit-transform: rotate(35deg);
  -moz-transform   : rotate(35deg);
  transform        : rotate(35deg);
}

nav.globalMenuSp {
  width: 70%;
  max-width: 370px;
  height: 100%;
  background-color: var(--color-primary);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(100%); /* right0から250px移動した位置 */
  transition: all .5s; /* 移動する速さ */
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 100px 0 180px;
  width: 70%;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #C7DBE2;
}
nav.globalMenuSp ul li.none,
nav.globalMenuSp ul li:last-child{
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
}

nav.globalMenuSp ul li a {
  display: block;
  text-decoration :none;
  padding: 30px 0;
  transition: all .3s;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;

}
nav.globalMenuSp ul li.contact{
    display: none;
}
nav.globalMenuSp ul li a:hover{
    padding-left: 10px;
}
nav.globalMenuSp ul li img{
    width: 100px;
}
nav.globalMenuSp ul li.ig img{
    width: 30px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.g_menu li.menu a::before,
.g_menu li.menu a::after{
    display: none;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(207, 18, 46, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.ind_list li{
    font-size: 13px;
}
.footer01{
    padding: 15px 10px;
}
.footer01 .inner{
    width: 100%;
}
.footer02{
    padding: 35px 10px 55px;
}
.footer02 .logo_box{
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.footer02 .logo_txt{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
#header{
    height: 50px;
}
.logo_box{
    margin-left: 5px;
}
.logo{
    width: 94px;
    margin-right: 10px;
}
.logo_txt{
    font-size: 10px;
}
.pagetop{
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}
.pagetop::before {
  width: 8px;
  height: 8px;
  left: 16px;
  top: 18px;

}
.hamburger{
    right: 20px;
    width: 40px;
    height: 20px;
    top: 15px;
}
.hamburger span{
    width: 40px;
}
.hamburger span:nth-child(2){
    width: 30px;
    top: 14px;
}
.hamburger.active span:nth-child(1){
    top: 10px;
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3){
    width: 40px;
    top: 10px;
}
nav.globalMenuSp{
    width: 100%;
    max-width: 100%;
}
nav.globalMenuSp ul{
    width: 85%;
}
nav.globalMenuSp ul li a{
    padding: 20px 0;
}
}