
/*======================================================================
reset
======================================================================*/
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

html,
body,
div,
span,
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,
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

.access_s_tex {
  font-size: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
  width: 100%;
  border: solid 1px #E5E5E5;
}

table td span {
  font-size: 12px;
  font-weight: bold;
}

table td {
  border: solid 1px #E5E5E5;
  padding: 10px 0 10px 40px;
  font-weight: bold;
}

.lesson_td {
  background-color: #F9F9F9;
  width: 10%;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}

caption,
th {
  text-align: left;
}

img {
  height: auto;
  vertical-align: bottom;
}

a:focus input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
button:focus {
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  -webkit-appearance: none;
}
/*======================================================================
foundation
======================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 0;
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4em;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

a:active {
  color: inherit;
}

p {
  margin: 1.75em 0 0;
}

p:first-of-type {
  margin-top: 0;
}

/*======================================================================
layout
======================================================================*/
.inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 35px;
}

/*======================================================================
共通スタイル
======================================================================*/
.d-flex{ display: flex; }
.align-content-center{ align-items: center; }
.align-content-end{ align-items: flex-end; }
.justify-content-center{ justify-content: center; }
.justify-content-between{ justify-content: space-between; }
.justify-content-around{ justify-content: space-around; }
.d-inline-block{ display: inline-block; }
@media screen and (min-width: 1023.89px) {
  .d-pc{ display: inline-block !important;}
  .d-tab{ display: none !important;}
}
@media screen and (max-width: 1024px) {
  .d-pc{ display: none !important;}
  .d-tab{ display: inline-block !important; }
}
.d-tab_only{
  display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .d-tab_only{ display: inline-block !important; }
}
.d-sp_only{
  display: none;
}
@media (max-width: 767.98px) {
  .d-sp_only{ display: inline-block !important; }
}

/*======================================================================
リンク設定
======================================================================*/
a img{
  cursor: pointer;
}


/*======================================================================
header
======================================================================*/
.header.header_top .header_logo {
  margin: 35px 0 0;
}

.header .header_logo a {
  display: block;
}

.header .header_logo a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.header .header_logo img {
  max-width: 100%;
  height: auto;
}

/*========= ↓いらないかも ===============*/
.header.top_header .header_logo {
  position: relative;
  width: 180px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .header.top_header .header_logo { width: 140px; }
}

/*========================================
ハンバーガーボタン、メニュー
========================================*/
/*========= z-indexのみ ===============*/
.closebtn{ z-index: 30;}
#g_nav.menu_panel.panelactive #g_nav_list{  z-index: 25;}/*ナビゲーションの縦スクロール*/
#g_nav.menu_panel {  z-index: 20;}
.openbtn { z-index: 15;}
.hamburger_cover{	z-index: 10;}



/*========= ボタンのためのCSS ===============*/
#gnav_toggle {
  background-color: #DB0025;
}
.openbtn {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 120px;
  height: 120px;
  border-radius: 0px 0px 0px 14px;
  background: #DB0025;
  display: flex;
  justify-content: center;
  align-items: center;
}

.openbtn_box{
  position: relative;
  display: block;
  width: 60px;
  height: 41px;
}
.openbtn span,
.closebtn span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 7px;
  width: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}
.openbtn span:nth-of-type(2) {
  top: 17px;
}
.openbtn span:nth-of-type(3) {
  top: 34px;
}
.menu_panel{
  position: relative;
}
.closebtn{
  position: absolute;
  top: 30px;
  right: 28px;
  display: block;
  width: 60px;
  height: 60px;
}
.closebtn span:nth-of-type(1) {
  top: 21px;
  left: -1px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.closebtn span:nth-of-type(2) {
  top: 21px;
  left: -1px;
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

/*========= ハンバーガーボタン-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  .openbtn{
    top: 5px;
    width: 90px;
    height: 80px;
    border-radius: 14px 0 0px 14px;

  }
  .openbtn_box{
    width: 40px;
    height: 27px;
  }
  .openbtn span, .closebtn span{
    width: 40px;
    height: 4px;
  }
  .openbtn span:nth-of-type(2){
    top: 11px;
  }
  .openbtn span:nth-of-type(3){
    top: 22px;
  }
  .closebtn{
    top: 20px;
    right: 15px;
  }
}


/*========= メニュー展開後 ===============*/
#g_nav.menu_panel {
  position: fixed;
  top: 0;
  right: -120%;
  width: 50%;
  height: 100vh;
  background: #0E0000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g_nav.menu_panel.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g_nav.menu_panel.panelactive #g_nav_list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  width: 50%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* コンテンツカバー */
.hamburger_cover{
  display: none;
  position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
  opacity: 0;
  /* transition: .3s; */
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* トランジションを追加 */
}
.hamburger_cover.g_nav_on{
  display: block;
	opacity: 1;
  visibility: visible;
  background-color: rgba(0,0,0,.5);
}

/*ナビゲーションの文字デザイン*/
#g_nav.menu_panel.panelactive #g_nav_list{
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 65px;
}
#g_nav.menu_panel li {
  list-style: none;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px; /* 100% */
  color: #fff;
  text-decoration: none;
  font-family: Hiragino Kaku Gothic ProN;
}

#g_nav.menu_panel li a {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px; /* 100% */
  color: #fff;
  text-decoration: none;
  font-family: Hiragino Kaku Gothic ProN;
}
#g_nav.menu_panel li span ,
#g_nav.menu_panel li a span{
  display: inline-block;
  margin-left: 15px;
  font-family: 'Anton', sans-serif;
  color:#6E6E6E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}
#g_nav.menu_panel li ul{
  margin-top: 25px;
}
#g_nav.menu_panel li ul li{
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}
#g_nav.menu_panel li ul li a{
  display: inline-block;

  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
#g_nav.menu_panel li ul li a::before{
  display: inline-block;
  margin-right: 6px;
  content: '-';
}

.g_nav_list_sns{
  display: flex;
  gap: 17px;
}
.g_nav_list_sns a{
  display: block;
}

/*========= メニュー展開後-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #g_nav.menu_panel,
  #g_nav.menu_panel.panelactive #g_nav_list{
    width: 100%;
  }
  #g_nav.menu_panel.panelactive #g_nav_list{
    padding-top: 35px;
    padding-left: 25px;
  }
  #g_nav.menu_panel li{
    margin-bottom: 30px;
  }
  #g_nav.menu_panel li,
  #g_nav.menu_panel li a{
    font-size: 22px;
  }
  #g_nav.menu_panel li ul li a{
    font-size: 16px;
  }
  #g_nav.menu_panel li span ,
  #g_nav.menu_panel li a span{
    font-size: 14px;
    margin-left: 7px;
  }
  .g_nav_list_sns img{
    max-width: 30px;
  }

}


/*======================================================================
footer
======================================================================*/
.footer {
  margin: 90px 0 0;
  padding: 60px 0;
  background: #000;
}

.footer p span {
  display: inline-block;
  padding: 0 0 0 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
}

.footer p:first-child {
  height: 400px;
  margin: 0 0 60px;
  padding: 190px 10px 10px;
  text-align: center;
  background: url(img/common/footer_img_01.jpg) no-repeat center center;
  background-size: cover;
}

.footer .inner {
  overflow: hidden;
}

.footer .footer_nav {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer .footer_nav dl {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #fff;
}

.footer .footer_nav dl dt {
  margin: 20px 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}

.footer .footer_nav dl dt a {
  text-decoration: none;
}

.footer .footer_nav dl dt:first-child {
  margin-top: 0;
}

.footer .footer_nav dl dd {
  padding: 0 0 0 1em;
}

.footer .footer_nav dl dd .footer_nav_list li a {
  font-weight: normal;
}

.footer .footer_nav_list {
  overflow: hidden;
}

.footer .footer_nav_list li {
  float: left;
  margin: 0 0 0 20px;
}

.footer .footer_nav_list li a {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.footer .footer_nav_list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto 0 auto auto;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.footer .footer_nav_list li a span {
  font-weight: bold;
}

.footer .footer_nav_list li:first-child {
  margin-left: 0;
}

.footer ul.footer_sns {
  margin-top: 3em;
}

.footer ul.footer_sns li {
  font-weight: normal;
  color: #fff;
  margin-top: 1em;
}

.footer .footer_sns li a {
  display: inline-block;
  padding: 0 0 0 1em;
}

.footer .footer_sns li a img {
  width: 1.75em;
}

.footer .footer_info {
  float: right;
  line-height: 1.5;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
}

.footer .footer_info .footer_logo {
  margin: 0 0 30px;
  display: inline-block;
}

.footer .footer_info .footer_logo img {
  max-width: 120px;
  height: auto;
}

.footer .footer_info span {
  display: block;
  margin: 5px 0 0 0;
}

.footer .footer_info span:first-of-type {
  margin-top: 0;
}

.footer .footer_info small {
  display: block;
  margin: 5px 0 0 0;
}

/*override*/
.footer p span {
  color: #de1212;
}
.footer .footer_nav dl dt {
  color: #FFF;
}
.footer .footer_nav_list li a {
  color: #FFF;
}
.footer .footer_nav_list li a:after {
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
}
.footer .footer_info {
  color: #FFF;
}
.footer .footer_info .footer_logo {
  width: 200px;
}
/*========= footer-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  .footer {
    margin: 60px 0 0;
    padding: 40px 0;
  }
  .footer p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer p:first-child {
    height: 100px;
    margin: 0 0 40px;
    padding: 40px 10px 10px;
  }
  .footer .footer_nav {
    float: none;
  }
  .footer .footer_nav dl dt {
    margin: 20px 0 15px;
  }
  .footer .footer_nav dl dt:first-child {
    margin-top: 0;
  }
  .footer .footer_nav_list li {
    float: none;
    margin: 10px 0 0;
  }
  .footer .footer_nav_list li:first-child {
    margin-top: 0;
  }
  .footer .footer_info {
    float: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #FFF;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer_info .footer_logo {
    width: 100px;
    margin: 0 0 20px;
  }
  .footer .footer_info span {
    margin: 10px 0 0;
    padding: 0 0 0 0;
  }
  .footer .footer_info small {
    margin: 15px 0 0;
    padding: 0 0 0 0;
  }
  .footer .footer_info {
    border-top: solid 1px #fff;
  }
  .footer .footer_info .footer_logo {
    width: 100px;
  }
}



/*======================================================================
footer_fix_nav
======================================================================*/
/*トップページのみfooterの上のマージンを取る*/
.footer{
  margin-top: 1px;
}

#footer_fix_nav{
  position: sticky;
  bottom: 0;
  left: 0;
  margin-top: 100px;
  padding-block: 30px;
  border-radius: 20px 20px 0px 0px;
  /* background: #0E0000; */
  background:rgba(14,0,0,0.9);
  z-index: 5;
}
#footer_fix_nav ul{
  gap: 40px;
}
#footer_fix_nav ul li {
}
#footer_fix_nav ul li a{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  color: #F1F1F1;
}

/*========= #footer_fix_nav-PC ===============*/
/* @media screen and (min-width: 1023.89px) {
  #footer_fix_nav ul li a{

  }
} */

/*========= #footer_fix_nav-TAB/SP ===============*/
@media screen and (max-width: 1024px) {
  #footer_fix_nav{
    padding-block: 15px;
    border-radius: 10px 10px 0px 0px;
  }
  #footer_fix_nav ul{
    gap: 18px;
  }
#footer_fix_nav ul li a{
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
  }
}
