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;
    box-sizing: border-box;
    color: #000000;
}
/*! 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: var(--color-primary);
    color: #000000;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: 700;
    font-family: "BIZ UDGothic", 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(167, 181, 184, .8);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(167, 181, 184, .8);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(167, 181, 184, .8);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-primary: #c23343;
  --color-secondary: #EEEEEE;
  --color-line: #AAAAAA;
  --color-hover: #FF3939;
}
/** ---------------- 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: #000000;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 500;
}
body{
}
img{
    width: 100%;
    height: auto;
}
.en{
    font-family: "Questrial", sans-serif;
  font-weight: 400;
}
#header{
    width: 100%;
    height: 93px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    background-color: var(--color-primary);
}
.logo_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
    height: 100%;
    transition: all .3s;
}
.logo{
    width: 165px;
}
.logo02{
    margin-left: 20px;
}
.logo02 .img{
    width: 227px;
    line-height: 1;
}
.logo02 .txt{
    font-size: .85rem;
    margin-top: 2px;
    letter-spacing: 0.05em;
    font-weight: 700;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
/*  top: 50%;
  transform: translateY(-50%);*/
  z-index : 100;
  right : 25px;
  top   : 30px;
  width : 40px;
  height: 28px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 40px;
  height  : 3px ;
  left    : 0;
  background : #fff;
  -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: 12.5px;
}
.hamburger span:nth-child(3) {
  top: 25px;
}
.hamburger.active span{
    background-color: #fff;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}

nav.globalMenuSp {
  position: fixed;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  background-color: var(--color-primary);
  top  : 0;
  right: 0;
  transform: translateX(-50%);
  color: #fff;
  width: 90%;
  height: 100vh;
  z-index: 99;
  transform: translateX(100%); /* right0から250px移動した位置 */
  transition: all .8s; /* 移動する速さ */

}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

.entry{
    position: absolute;
    right: 85px;
    top: 25px;
    line-height: 1;
}
.entry a{
    line-height: 1;
    width: 210px;
    height: 40px;
    font-size: 18px;
    color: var(--color-primary);
    border: 1px solid #000;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    background-color: #fff;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
}
.entry a:hover{
    background-color: #000;
    color: #fff;
    box-shadow: 0px 0px 0px 0px var(--color-primary);
}
.entry a span{
    color: var(--color-primary);
    transition: all .3s;
}
.entry a:hover span{
    color: #fff;
}
.entry a span.arrow {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 15px;
}

.entry a span.arrow::before,
.entry a span.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10.8px;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  transform-origin: calc(100% - 1px) 50%;
  transition: all .3s;
}

.entry a span.arrow::before {
  transform: rotate(47.3deg);
}

.entry a span.arrow::after {
  transform: rotate(-47.3deg);
}
.entry a:hover span.arrow::before,
.entry a:hover span.arrow::after{
    background-color: #fff;
}
/*footer*/
.footer{
    padding: 0 50px 25px;
}
.f_box01.w_box{
    padding: 45px 0 40px;
    border-radius: 100px;
}
.f_logo{
    width: 160px;
    margin: 0 auto 30px;
}
.f_menu01.flex{
    justify-content: center;
}
.f_menu01 li{
    padding-left: 20px;
}
.f_menu01 li::after{
    content: '／';
    margin-left: 20px;
}
.f_menu01 li:last-child::after{
    display: none;
}
.f_menu01>li a{
    font-size: 18px;
    position: relative;
    transition: all .3s;
}
.f_menu01>li a:hover{
    color: var(--color-primary);
}
/*.f_menu01>li a::after{
    content: '／';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}*/
.f_menu01 span{
    display: inline-block;
    font-size: 18px;
}
.f_menu01 .sub_menu::before{
    content: '[';
        margin-left: 10px;
        margin-right: 10px;
}
.f_menu01 .sub_menu::after{
    content: ']';
    margin-left: 10px;
}
.copyright{
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 400;
}
.menu_index.flex{
    padding: 50px 0;
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
}
.menu_index .box_in{
    width: calc(100% / 3);
/*    margin-right: calc(3% / 2);*/
    margin-bottom: 90px;
}
.menu_index .box_in:nth-child(3n){
    margin-right: 0;
}
.menu_index li{
    color: #fff;
}
.menu_index a,
.menu_index p,
.menu_index p span{
    color: #fff;
    transition: all .3s;
}

.menu_index .img{
    margin-bottom: 30px;
}
.menu_ttl{
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.menu_ttl span{
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    font-size: 3.1rem;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 5px;
}
.menu_ttl span::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scale(0.0);
    transition: all .3s;
}
.menu_ttl span:hover::after{
    transform: scale(1.0);
}
.menu_ttl.none span:hover::after{
    transform: scale(0.0);
}
.menu_list{
    margin-top: 20px;
}
.menu_list>li{
    padding-left: 20px;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    transition: all .3s;
    margin-bottom: 20px;
}
.menu_list>li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #fff;
    font-size: 0.95rem;
    transition: all .3s;
}
.menu_list>li.none{
    pointer-events: none;
}
.menu_list>li:hover::before{
    width: 15px;
}
.menu_list>li.none:hover::before{
    width: 12px;
}
.menu_list>li:hover{
    padding-left: 25px;
}
.menu_list>li.none:hover{
    padding-left: 20px;
}
.num_list{
    padding-left: 20px;
}
.num_list li{
    position: relative;
    list-style-type: none;
    counter-increment: cnt;
    color: #fff;
    font-size: 0.95rem;    
    font-weight: 400;
}
.num_list li a::before {
  content: "#0"counter(cnt)"";
  padding-right: 15px;
}
.num_list li a{
    position: relative;
/*  margin-right: 15px;*/
    transition: all .3;
    display: block;
}
.num_list li:hover a{
    margin-left: 5px;
}
/*menu*/
nav.globalMenuSp .menu_index .box_in{
    margin-bottom: 60px;
}
nav.globalMenuSp .menu_index .box_in:nth-child(4),
nav.globalMenuSp .menu_index .box_in:nth-child(5),
nav.globalMenuSp .menu_index .box_in:nth-child(6){
    margin-bottom: 0;
}
nav.globalMenuSp .menu_index .menu_ttl span{
    font-size: 2rem;
}
nav.globalMenuSp .menu_index .menu_list>li,
nav.globalMenuSp .menu_index .menu_ttl,
nav.globalMenuSp .menu_index .num_list li{
    font-size: 1.2rem;
}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1024px) {
.f_menu01 li{
    margin-bottom: 10px;
    padding-left: 10px;
}
.f_menu01 li::after{
    margin-left: 10px;
}
}
@media screen and (max-width: 768px) {
#header{
    height: 70px;
}
.logo{
    width: 100px;
}
.logo02{
    display: none;
}
.hamburger{
    width: 70px;
    top: 0;
    right: 0;
    height: 70px;
}
.hamburger span{
    width: 28px;
    top: 25px;
    left: 20px;
}
.hamburger span:nth-child(1){
    top: 25px;
}
.hamburger span:nth-child(2){
    top: 32px;
}
.hamburger span:nth-child(3){
    top: 39px;
}
.hamburger.active span:nth-child(1),.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3){
    top: 30px;
}
/*.entry{
    right: 70px;
    width: 70px;
    height: 70px;
}
.entry a{
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #bd272d;
    line-height: 70px;
    padding: 0;
}
.entry a{
    font-size: 0.8rem;
}*/
.entry{
    right: 70px;
    top: 15px;
}
.footer .menu_index .box_in,
.footer .menu_index .box_in:nth-child(3n){
    width: calc(95% / 2);
    margin-right: 5%;
}
nav.globalMenuSp{
    overflow-y: scroll;
    padding-top: 80px;
}
.footer .menu_index .box_in:nth-child(2n){
    margin-right: 0;
}
nav.globalMenuSp.active{
    height: auto;
}
nav.globalMenuSp .menu_index{
    height: calc(100vh - 80px);
    padding-bottom: 50px;
}
.menu_index{
    display: block!important;
}
.menu_index .box_in{
    width: 100%;
}
nav.globalMenuSp .menu_index .box_in{
    margin-bottom: 25px;
}
nav.globalMenuSp .menu_index .menu_ttl span{
    font-size: 1.6rem;
}
.menu_list>li::before{
    top: 8px;
}
.entry a{
    width: 120px;
    height: 35px;
    font-size: 16px;
}
.entry a span.arrow{
    display: none;
}
.f_box01.w_box{
    border-radius: 30px;
    padding: 30px 5%;
}
.footer{
    padding: 0 5% 20px;
}
.f_menu01 span,
.f_menu01>li a{
    font-size: 16px;
}
.f_menu01 .sub_menu{
    margin-top: 10px;
}
.f_menu01 .sub_menu::before{
    margin-left: 5px;
    margin-right: 5px;
}
.f_menu01 .sub_menu::after{
    margin-left: 5px;
}
.copyright{
    font-size: 0.8rem;
}

}