@import url(header.css);
@import url(footer.css);

/*class*/
.sp_only {
    display: none;
}
.pc_only{}
.cf:after{
    content: "";
    display: block;
    clear: both;
}
img{vertical-align: bottom;}


/*menu*/
a {
font-family: sans-serif;
text-decoration: none;
}
.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 300px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}




/*class*/

.section{
	padding: 80px 0;
}
.cont{
	width: 1000px;
	margin: 0 auto;
}
.cf::after {
   content: "";
   display: block;
   clear: both;
}

/*見出し*/
.section h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1;
    display: table;
    margin: 0 auto 1em;
    position: relative;
    padding-bottom: 1em;
}
.section h2 span {
    font-size: 0.4em;
    display: block;
    margin: 1.4em 0 0;
}
.section h2 b {
    font-size: 1.2em;
}
.section h2:before {
    content: "";
    height: 8px;
    width: 120px;
    background: var(--light-color);
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.section h2:after {
    content: "";
    height: 8px;
    width: 40px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}





@media (max-width: 1000px) {
.section {
    padding: 4vh 8vw 5vh;
    width: 84vw;
}
.cont{
	width: 100%;
	margin: 0 auto;
}
}


@media (max-width: 750px) {
/*class*/
.pc_only{display: none;}
.section h2 {
    font-size: 2em;
}
.section h2:before{
	width: 16vw;
	height: 4px;
}
.section h2:after{
	width: 8vw;
	height: 4px;
}
.track_bnr {
    display: none;
}

}