@charset "UTF-8";

/*fonts*/

/* Light (300) */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: local('ZenKakuGothicNew-Light'),
       url('../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Light.woff') format('woff');
}

/* Regular (400) */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff') format('woff');
}

/* Medium (500) */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff') format('woff');
}

/* Bold (700) */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff') format('woff');
}

/* Black (900) */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff') format('woff');
}



/* common */

a {
    touch-action: manipulation;
}


@-moz-document url-prefix() {
  body {
position: relative;
top: -0.04em;
  }
  button,  select {
    display: inline-flex;
    align-items: center;
    padding-top: 0; 
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

_::-webkit-full-page-media, _:future, :root button {
  display: inline-flex !important;
  align-items: center !important;
  padding-top: 0.3em !important;
}


  html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
 }
  
  ::-webkit-scrollbar {
    width: 15px; 
  }

  ::-webkit-scrollbar-track {
    background-color: #fff; 
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border: 4px solid #fff; 
    border-radius: 10px;
  }
}


body *{
 font-feature-settings: "palt" 1, "kern" 1; 
}

.hidden-xs{
display: revert;
}
.visible-xs{
display:none;
}


hidden-md{
display: revert;
}

.visible-md{
display:none;
}


body{
min-width:1200px;
margin:8px auto 0 auto!important;
font-size:16px;
}


body a:focus{
 outline: none;
 opacity:0.7
}




#content {
font-size:14px;
margin-bottom:3em;
}


header *{
    box-sizing: border-box;
}


header a{
    text-decoration: none;
}

footer *{
    box-sizing: border-box;
}

footer a{
    text-decoration: none;
}





@media(max-width:1023px){

body{
min-width:768px;
margin:0 auto 0 auto!important;
}

.hidden-md{
display:none!important;
}

.visible-md{
display: revert!important;
}


}


@media(max-width:767px){

.hidden-xs{
display:none!important;
}
.visible-xs{
display: revert!important;
}

.visible-md{
display: none!important;
}


}



/* header PC */


header#header-tomas{
font-size:16px;
font-family: 'Zen Kaku Gothic New' , 'Yu Gothic' , sans-serif;
margin:0;
padding:0;
width:100%;
box-shadow: 0px 18px 28px rgba(70, 67, 68, 0.05);
clip-path: inset(0  0 -1000px 0);
position: sticky;
top: -111px;
background:#fff;
letter-spacing:0.05em;
z-index:999;
}


/**/
@media(min-width:1024px) and (max-width:1366px){
header#header-tomas{
top: -100px;
}
}

header#header-tomas .header_container{
width:1200px;
margin:0 auto 11px auto;
overflow:hidden;
}

/**/
@media(min-width:1024px) and (max-width:1366px){
header#header-tomas .header_container{
margin:0 auto 24px auto;
}
}

header#header-tomas #header_tagline-copy{
float:left;
margin-top:30px;
margin-left:30px;
width:255px;
height:75px;
display: flex;
flex-wrap:wrap;
gap:5px;
align-items:center;
opacity:1;
}

/**/
@media(min-width:1024px) and (max-width:1366px){
header#header-tomas #header_tagline-copy{
margin-top:20px;
}
}

header#header-tomas #header_tagline-copy a{
transition: opacity 0.4s ease;
display:block;
}
header#header-tomas #header_tagline-copy a:hover{
opacity:0.8;
}


header#header-tomas #header_tagline-copy img{
width:100%;
aspect-ratio:255 / 42;
order:1;
}

header#header-tomas #header_tagline-copy #tagline{
width:100%;
margin:3px 0 0 0;
padding:0;
line-height:1;
letter-spacing: 0.06em;
font-size:14px;
font-weight:500;
color:#464344;
align-self: stretch;
order:2;
}


header#header-tomas #header_contact-info{
float:right;
margin-top:30px;
margin-right:30px;
width:706px;
height:70px;
}

/**/
@media(min-width:1024px) and (max-width:1366px){
header#header-tomas #header_contact-info{
margin-top:20px;
}
}



header#header-tomas #header_contact-info p.header_tel{
float:left;
margin:0;
padding:0;
width:376px;
height:70px;
display: flex;
align-items: center; 
box-shadow: inset 0 0 0 1px rgba(70,68,67,1);
border-radius:4px;
font-size:14px;
color:#464344;
}


header#header-tomas #header_contact-info p.header_tel span:nth-child(1){
width:139px;
height:70px;
overflow:hidden;
border-right:1px solid #464344;
font-size:14px;
font-weight:700;
line-height:21px;
letter-spacing:0.08em;
text-align:center;
padding-top:14px;
box-sizing: border-box;

}

header#header-tomas #header_contact-info p.header_tel span:nth-child(2){
width:236px;
height:70px;
overflow:hidden;
display:inline-block;
font-size:32px;
font-weight:900;
letter-spacing:0.03em;
line-height:18px;
padding-top:15px;
padding-left:23px;
}

header#header-tomas #header_contact-info p.header_tel span:nth-child(2) small{
display:inline-block;
font-size:12px;
font-weight:500;
letter-spacing:0.08em;
line-height:14px;
align-self: stretch;
}


header#header-tomas #header_contact-info ul{
margin:0;
padding:0;
list-style:none;

}

header#header-tomas #header_contact-info ul li{
margin:0;
padding:0;
display: block;
float:left;
}



header#header-tomas #header_contact-info ul li.header_trial a{
display:block;
text-align:center;
line-height:44px;
padding-bottom:0px;
width:147px;
height:44px;
margin-left:24px;
font-weight:400;
font-size:14px;
letter-spacing:0.18em;
color:#fff;
background-color:#B7212B;
border-radius:30px;
transition: color 0.4s ease;
}


header#header-tomas #header_contact-info ul li.header_trial a::before{
background-image: url("../../assets/img/common/trial_icon.svg");
width:1em;
height:1.6em;
background-size:20px;
margin-bottom:-4px;
background-repeat: no-repeat; 
background-position: bottom left;    
display:inline-block;
content:"";
margin-left: 0px;
padding-left:9.5px;
margin-right:0.3em;
transition: opacity 0.2s linear; 
}


header#header-tomas #header_contact-info ul li.header_trial a:hover::before{
/*background-size:22px;*/
opacity:0.7;
}

header#header-tomas #header_contact-info ul li.header_trial a:hover{
/*opacity:0.7;*/
color:rgba(255,255,255,0.7);
}




header#header-tomas #header_contact-info ul li.header_request a{
display:block;
text-align:center;
line-height:44px;
width:143px;
height:44px;
margin-left:16px;
font-weight:400;
font-size:14px;
letter-spacing:0.18em;
color:#fff;
background-color:#AF9D85;
border-radius:30px;
transition: color 0.3s ease;

}


header#header-tomas #header_contact-info ul li.header_request a::before{
background-image: url("../../assets/img/common/request_icon.svg");
width:1em;
height:1.6em;
background-size:17px;
margin-bottom:-4px;
background-repeat: no-repeat;   
background-position: bottom left;    
display:inline-block;
content:"";
margin-left: 4px;
padding-left:6px;
margin-right:6px;
transition: opacity 0.2s linear ;
}

header#header-tomas #header_contact-info ul li.header_request a:hover::before{
/*background-size:19px;*/
opacity:0.7;
}
header#header-tomas #header_contact-info ul li.header_request a:hover{
color:rgba(255,255,255,0.7);
}




header#header-tomas #header_contact-info ul li.header_sitemap a {
display:block;
color:#464344;
font-weight:700;
margin-left:24px;
font-size:13px;
margin-top:10px;
letter-spacing:0.08em;
opacity:1;
transition: opacity 0.4s ease;
}

header#header-tomas #header_contact-info ul li.header_sitemap a::before{
content:"\25B2";
display: inline-block;
transform: rotate(90deg) scaleX(0.9);
margin-right:0.2em;
font-size:12px;
}

header#header-tomas #header_contact-info ul li.header_sitemap a:hover{
opacity:0.6;
}

header#header-tomas #header_contact-info ul li.header_recruiting a {
display:block;
color:#464344;
font-weight:700;
margin-left:15px;
font-size:13px;
margin-top:10px;
letter-spacing:0.08em;
opacity:1;
transition: opacity 0.3s ease;
}

header#header-tomas #header_contact-info ul li.header_recruiting a::before{
content:"\25B2";
display: inline-block;
transform: rotate(90deg) scaleX(0.9);
margin-right:0.2em;
font-size:12px;
}

header#header-tomas #header_contact-info ul li.header_recruiting a:hover{
opacity:0.6;
}


header#header-tomas #header_global-nav {
clear:both;
width:100%;
margin:-5px 0 0 0;
padding:0;
}

header#header-tomas #header_global-nav {
  -webkit-text-size-adjust: 100%; /* iOSでの勝手な拡大を禁止 */
  text-size-adjust: 100%;
}


header#header-tomas #header_global-nav .header_nav-container{
display:block;
width:1200px;
margin:0 auto 0 auto;
padding-left:0px;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav{
display:block;
list-style:none;
margin:0;
padding:0;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav > .header_hamburger {
display:none;
}


header#header-tomas #header_global-nav .nav-level_01{
font-size:15px;
display:block;
padding:22px 0 22px;
display: grid;
grid-auto-flow: column; 
grid-auto-columns: max-content;
justify-content: start; 
gap: 0; 
}


/**/
@media(min-width:1024px) and (max-width:1366px){
header#header-tomas #header_global-nav .nav-level_01{
padding:0px 0 14px 0;
}
}


header#header-tomas #header_global-nav .nav-level_01 > li{
display:block;
text-align:center;
padding:0;
margin:0;
border-right: 1px solid rgba(70,68,67,0.32);
}

header#header-tomas #header_global-nav .nav-level_01 > li > a{
color:#464344;
display:inline-block;
text-decoration:none;
font-weight:700;
letter-spacing:0.08em;
line-height:2.6em;
vertical-align:middle;
padding:0 31px 0 31px;
opacity:1;
transition: opacity 0.4s ease;
will-change:opacity;
}


header#header-tomas #header_global-nav .nav-level_01 > li.has_ul > a::after{
content:"▼";
display:inline-block;
transform: scaleX(0.8);
font-size:85%;
margin-left:0.1em;
margin-right:-0.1em;
}




header#header-tomas #header_global-nav .nav-level_01 > li:first-child img{
margin-top:5px;
margin-bottom:-5px;
}

header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(8){
border-right:none;
}


header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(9){
display:none;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(10){
display:none;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(11){
display:none;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(12){
display:none;
}


 header#header-tomas #header_global-nav .nav-level_02{
opacity:0;
pointer-events: none; 
transition: opacity 0.7s ease;
position: absolute;
left: 0; 
width:100%;
padding-top:23px;
min-width:1200px;
background: linear-gradient(to bottom,#fff 0,#fff 23px, rgba(70,68,67,0.88) 23px, rgba(70,68,67,0.88) 100%);
text-align:left;
padding-left:calc((100% - 1130px) / 2 );
}

@media(min-width:1024px) and (max-width:1366px){
 header#header-tomas #header_global-nav .nav-level_02{
background: linear-gradient(to bottom,#fff 0,#fff 13px, rgba(70,68,67,0.88) 13px, rgba(70,68,67,0.88) 100%);
}
}

 header#header-tomas #header_global-nav .nav-level_01 > li > a:hover{
opacity:0.6;
}

header#header-tomas #header_global-nav .nav-level_01 > li:hover .nav-level_02{
visibility:visible;
opacity:1;
pointer-events: auto;
}



@media(max-width:1279px){
 header#header-tomas #header_global-nav .nav-level_02{
padding-left:50px;
}
}



 header#header-tomas #header_global-nav .nav-level_02 > li{
display:inline-block;
width:235px;
vertical-align:top;
padding:0;
margin-top:65px;
margin-left:35px;
text-align:left;
}


header#header-tomas #header_global-nav .nav-level_02 > li > a{
color:#fff;
font-size:20px;
font-weight:500;
letter-spacing:0.08em;
line-height:1.4em;
transition: color 0.3s ease;
}

header#header-tomas #header_global-nav .nav-level_02 > li a > span{
display:block;
font-size:12px;
font-weight:400;
letter-spacing:0.04em;
line-height:1.6em;
}



header#header-tomas #header_global-nav .nav-level_02 > li a > span::before{
display:block;
width:235px;
height:140px;
margin:23px 0 12px 0;
line-height:1.4em;
background:#ccc;
background-repeat:no-repeat;
background-position:center;
background-size:100%,100%;
content:"";
border-radius:8px;
transition: background-size 0.4s ease;
 will-change: background-size;
}


header#header-tomas #header_global-nav .nav-level_02 > li:nth-child(1) a > span::before{
background-image:url("../../assets/img/common/nav_ele.jpg");
box-shadow: inset 0 0 120px 0 rgba(62, 184, 235, 0.15); 
}


header#header-tomas #header_global-nav .nav-level_02 > li:nth-child(2) a > span::before{
background-image:url("../../assets/img/common/nav_jun.jpg");
box-shadow: inset 0 0 120px 0 rgba(127, 190, 37, 0.07); 
}

header#header-tomas #header_global-nav .nav-level_02 > li:nth-child(3) a > span::before{
background-image:url("../../assets/img/common/nav_sen.jpg");
box-shadow: inset 0 0 120px 0 rgba(235, 109, 154, 0.07); 
}

header#header-tomas #header_global-nav .nav-level_02 > li:nth-child(4) a > span::before{
background-image:url("../../assets/img/common/nav_med.jpg");
box-shadow: inset 0 0 120px 0 rgba(17, 104, 179, 0.15); 
}

header#header-tomas #header_global-nav .nav-level_02 > li a:hover > span::before{
background-size:108%, 108%;
}

header#header-tomas #header_global-nav .nav-level_02 > li a:hover {
color:rgba(255,255,255,0.7);
}




header#header-tomas #header_global-nav .nav-level_03{
display:block;
margin:17px 0 60px 0;
padding:0;
text-align:left;
}

header#header-tomas #header_global-nav .nav-level_03 > li{
display:block;
margin:7px 0 8.5px 0;
padding:0;
font-weight:400;
font-size:16px;
line-height:1.6em;
letter-spacing:0.08em;
}


header#header-tomas #header_global-nav .nav-level_03 > li > a {
display: flex;
align-items: center;
color:#fff;
transition: color 0.3s ease;
}



header#header-tomas #header_global-nav .nav-level_03 > li > a:before{
display:inline-block;
content:"\25B2";
display: inline-block;
transform: rotate(90deg) scaleX(0.8);
font-size:14px;
margin-left:-3px;
margin-right:6px;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle{
display:none!important;
}


/* header tab 768-1023 */

@media(max-width:1023px){

body{
min-width:768px;
margin:0 auto 0 auto!important;
}


header#header-tomas{
background:#fff;
box-shadow: 0px 16px 32px rgba(70, 67, 68, 0.04);
 clip-path: none;
top: 0px;
padding-bottom:32px;
touch-action: pan-x;
position:fixed;
top:0;
z-index:9999;
}

header#header-tomas .header_container{
width:100%;
min-width:768px;
margin:0 auto 0 auto;
background:#fff;
}

header#header-tomas #header_tagline-copy{
float:left;
margin-top:30px;
margin-left:40px;
width:255px;
height:70px;
}


header#header-tomas #header_contact-info{
float:right;
margin-top:30px;
margin-right:70px;
width:360px;
height:70px;
}

header#header-tomas #header_contact-info p.header_tel{
display:none;
}


header#header-tomas #header_global-nav {
width:100%;
min-width:768px;
position: fixed;
top:125px;
}

header#header-tomas #header_global-nav .header_nav-container{
width:100%;
margin-block-end:0;
position: relative;
padding:0;
min-width:768px;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger  {
position:absolute;
display:block;
top:-85px;
right:37px;
height:40px;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button {
position: relative;
width:30px;
height:40px;
border:none;
padding:0;
display:block;
background:#fff;
transition: opacity 0.3s ease;
cursor: pointer;
/*  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
*/

}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger  .hamburger-button:hover {
opacity:0.7;

}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-box{
position:absolute;
top:0;
left:0;
width:29px;
height:12px;
display:block;
border-bottom:2px solid #464344;
transition: border-color 0.5s ease,  top 0.5s ease,  left 0.5s ease, width 0.5s ease, height 0.5s ease,   transform 0.5s ease;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-box::before{
position:absolute;
top:0px;
left:0;
width:29px;
height:0px;
display:block;
border-bottom:2px solid #464344;
content:"";
transition: border-color 0.5s ease,  top 0.5s ease,  left 0.5s ease, width 0.5s ease, height 0.5s ease,   transform 0.5s ease;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-box::after{
position:absolute;
top:8px;
left:0;
width:29px;
height:12px;
display:block;
border-bottom:2px solid #000;
content:"";
transition: border-color 0.5s ease,  top 0.5s ease,  left 0.5s ease, width 0.5s ease, height 0.5s ease,   transform 0.5s ease;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-txt{
position:absolute;
bottom:0;
display:block;
font-size:10px;
line-height:1;
font-weight:700;
color:#464344;
letter-spacing:0.08em;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle:checked + label.header_hamburger  .hamburger-button .hamburger-box{
border-color:#fff;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle:checked + label.header_hamburger  .hamburger-button .hamburger-box::after{
width:29px;
height:2px;
top:7px;
left:1px;
transform: rotate(45deg);
border-bottom:2px solid #464344;
transform-origin:center center 0;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle:checked + label.header_hamburger  .hamburger-button .hamburger-box::before{
width:29px;
height:2px;
top:7px;
left:0px;
transform: rotate(-45deg);
border-bottom:2px solid #464344;
transform-origin:center center 0;
}

/*スマホで消すとき用（hasの下位互換対応も必要）

header#header-tomas:has(#toggle:checked) #header_contact-info ul li.header_request a{
opacity:1;
transition: opacity 0.3s ease;
}

header#header-tomas:has(#toggle:checked) #header_contact-info ul li.header_request a{
opacity:0;
}

*/


header#header-tomas #header_global-nav .nav-level_01 {
position:absolute;
top:0;
width:100%;
font-size:16px;
display:block;
opacity: 0;
visibility:hidden;
clip-path: inset(100%);
transition: clip-path 20s ease, opacity 0.5s ease, visibility 0.5s ease, max-height 1s ease;
pointer-events: none;
background:#fff;
padding:20px 0 20px 0;
}

header#header-tomas #header_global-nav #toggle:checked ~ .nav-level_01 {
display:block;
max-height:50em;
visibility:visible;
clip-path: inset(0 0 -16px 0);
opacity: 1;
background:#fff;
pointer-events: auto;
box-shadow: 0px 0  8px 0 rgba(70, 67, 68, 0.12);
border-radius:0 0 16px 16px;
transition: clip-path 0s ease, opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
}

@media(max-height:500px){
header#header-tomas #header_global-nav #toggle:checked ~ .nav-level_01 {
overflow-y:scroll;
overflow-x:hidden;
}

header#header-tomas #header_global-nav #toggle:checked ~ .nav-level_01 li li{
height:0;
}

}




header#header-tomas #header_global-nav .nav-level_01 > li{
display:block;
text-align:center;
margin:0;
margin:0 40px 0 40px;
border:none;
width:calc(100% - 80px);
border-top:1px solid rgba(70, 67, 68, 0.16);
position: relative; 
}

header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(8){
display:block;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(9){
display:block;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(10){
display:block;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(11){
display:block;
}
header#header-tomas #header_global-nav .nav-level_01 > li:nth-child(12){
display:block;
}

header#header-tomas #header_global-nav .nav-level_01 > li > a{
color:#464344;
display:block;
text-decoration:none;
font-weight:700;
letter-spacing:0.05em;
line-height:3.3em;
vertical-align:middle;
padding:0 31px 0 31px;
opacity:1;
transition: opacity 0.4s ease;
width:100%;
position: relative;
}


header#header-tomas #header_global-nav .nav-level_01 > li > a::before{
position:absolute;
content:"";
right:2px;
top:41%;
display:inline-block;
width:1em;
height:0.25em;
border-bottom:2px solid #464344;
}

header#header-tomas #header_global-nav .nav-level_01 > li > a::after{
position:absolute;
content:"";
right:2px;
top:41%;
display:inline-block;
width:0.5em;
height:0.5em;
border-top:2px solid #464344;
border-left:2px solid #464344;
transform: rotate(135deg);
}

header#header-tomas #header_global-nav .nav-level_01 > li.has_ul {
cursor: pointer;
position: relative;
/*  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
*/
}

header#header-tomas #header_global-nav .nav-level_01 > li.has_ul > a{
display:inline;
width:auto;
line-height:3.4em;
}


header#header-tomas #header_global-nav .nav-level_01 > li.has_ul > a::before{
border:0;
content:"";
display:none;
}

header#header-tomas #header_global-nav .nav-level_01 > li.has_ul > a::after{
border:0;
content:"";
display:none;
}


header#header-tomas #header_global-nav .nav-level_01 > li.has_ul::before{
position: absolute;
content:"";
transform: none;
width:1em;
height:1em;
right:2px;
top:1.2em;
display:inline;
transition: background-size 0.2s ease-in-out, transform 0.2s ease-in-out;
background: 
    linear-gradient(#464344, #464344) center / 20px 2px no-repeat, 
    linear-gradient(#464344, #464344) center / 2px 20px no-repeat; 
transition: background-size 0.2s ease;
}

header#header-tomas #header_global-nav .nav-level_01 > li.open.has_ul::before{
background-size: 20px 2px, 0px 20px;
}



header#header-tomas #header_global-nav .nav-level_01 > li:first-child{
display:none;
}

 header#header-tomas #header_global-nav .nav-level_01 > li > a:hover{
opacity:0.6;
}


header#header-tomas #header_global-nav .nav-level_01 > li:has_ul:hover > a{
opacity:0.6;
}

header#header-tomas #header_global-nav .nav-level_01 > li.has_ul:hover::before{
opacity:0.6;
}


header#header-tomas #header_global-nav .nav-level_01 > li:hover .nav-level_02{
visibility:visible;
opacity:0;
pointer-events: auto;
}



 header#header-tomas #header_global-nav .nav-level_02{
opacity:0;
pointer-events: none; 
transition: opacity 0.7s ease;
position: relative;
width:100%;
margin-left:0px;
margin-right:0px;
min-width:0;
padding:0;
max-height:0;
background: #f1f0f0;
border-radius:8px;
text-align:left;
clip-path: inset(0);
margin-bottom:-40px;
padding-bottom:40px;
transition: margin-bottom 0.4s ease,padding-bottom 0.5s ease, clip-path 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
}


header#header-tomas #header_global-nav .nav-level_01 > li.open .nav-level_02{
visibility:visible;
max-height:11em;
opacity:1;
clip-path: inset(0);
pointer-events: auto;
margin-bottom:10px;
padding-bottom:0px;
}


header#header-tomas #header_global-nav .nav-level_01 > li .nav-level_02 > li:first-child{
margin-top:8px;
transition: margin-top 0.3s ease;
}






header#header-tomas #header_global-nav .nav-level_01 > li .nav-level_02 > li:last-child{
margin-bottom:8px;
transition: margin-bottom 0.8s ease , padding-bottom 0.8s ease;
}





 header#header-tomas #header_global-nav .nav-level_02 > li{
display: inline-table;
width:100%;
vertical-align:middle;
padding:0;
margin-top:0;
margin-left:0;
text-align:center;
position: relative;
}




header#header-tomas #header_global-nav .nav-level_02 > li > a{
color:#464344;
font-size:16px;
font-weight:700;
letter-spacing:0.08em;
line-height:2.4em;
opacity:1;
transition: opacity 0.3s ease;
width:100%;
display:inline-block;
}



header#header-tomas #header_global-nav .nav-level_02 > li > a::before{
position:absolute;
content:"";
right:1em;
top:41%;
display:inline-block;
width:1em;
height:0.25em;
border-bottom:2px solid #464344;
}

header#header-tomas #header_global-nav .nav-level_02 > li > a::after{
position:absolute;
content:"";
right:1em;
top:41%;
display:inline-block;
width:0.5em;
height:0.5em;
border-top:2px solid #464344;
border-left:2px solid #464344;
transform: rotate(135deg);
}


header#header-tomas #header_global-nav .nav-level_02 > li a > span{
display:none;
}

header#header-tomas #header_global-nav .nav-level_02 > li a > span::before{
display:none;
}

header#header-tomas #header_global-nav .nav-level_02 > li a:hover {
color: #464344;
opacity:0.6;
}



header#header-tomas #header_global-nav .nav-level_03{
display:none;
}



}




/* header sp 767 */

@media(max-width:767px){

body{
min-width:0;
margin:0 auto 0 auto!important;
}


header#header-tomas{
background:#fff;
box-shadow: 0px 16px 32px rgba(70, 67, 68, 0.04);
padding-bottom:0;
position:fixed;
top:0;
}

header#header-tomas .header_container{
width:100%;
min-width:0;
margin:0 auto 0 auto;

}

header#header-tomas #header_tagline-copy{
float:left;
margin-top:13px;
margin-left:20px;
margin-bottom:3px;
width:255px;
height:72px;
display: block;
gap:0;
opacity:1;
overflow:hidden;
}

header#header-tomas #header_tagline-copy img{
width:146px;
height:26px;
margin-top:16px;
}

header#header-tomas #header_tagline-copy #tagline{
width:100%;
margin:3px 0 0 0;
padding:0;
line-height:1;
letter-spacing: 0.06em;
font-size:12px;
font-weight:500;
color:#464344;
align-self: stretch;
}



header#header-tomas #header_contact-info{
position: fixed;
top:40px;
right:55px;
width:109px;
height:40px;
margin:0;
}


header#header-tomas #header_contact-info ul li.header_request a{
display:block;
text-align:center;
line-height:32px;
width:109px;
height:32px;
margin-left:0;
font-weight:400;
font-size:11px;
margin-bottom:2px;
letter-spacing:0.12em;
color:#fff;
background-color:#AF9D85;
border-radius:30px;
transition: opacity 0.2s ease;
}


header#header-tomas #header_contact-info ul li.header_request a::before{
background-image: url("../../assets/img/common/request_icon.svg");
width:1em;
height:1.8em;
background-size:1.23em;
margin-bottom:-4px;
background-repeat: no-repeat;   
background-position: bottom right;    
display:inline-block;
content:"";
margin-left: -3px;
padding-left:6.5px;
margin-right:0.6em;
transition: background-position 0.2s ease;
}

header#header-tomas #header_contact-info ul li.header_request a:hover::before{
background-size:1.22em;
}
header#header-tomas #header_contact-info ul li.header_request a:hover{
opacity:0.8;
}



header#header-tomas #header_contact-info .header_trial,header#header-tomas #header_contact-info .header_sitemap,header#header-tomas #header_contact-info .header_recruiting{
display:none;
}


header#header-tomas #header_global-nav {
width:100%;
min-width:0px;
position: fixed;
top:88px;
}

header#header-tomas #header_global-nav .header_nav-container{
width:100%;
margin-block-end:0;
position: relative;
padding:0;
min-width:0px;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger  {
position:absolute;
display:block;
top:-35px;
right:19px;
height:14px;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button {
position: relative;
width:20px;
height:16px;
border:none;
padding:0;
display:block;
background:#fff;
transition: opacity 0.3s ease;
cursor: pointer;
/*  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
*/

}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger  .hamburger-button:hover {
opacity:1;
}



header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-box{
position:absolute;
top:0;
left:0;
width:20px;
height:9px;
display:block;
border-bottom:2px solid #464344;
transition: border-color 0.5s ease,  top 0.5s ease,  left 0.5s ease, width 0.5s ease, height 0.5s ease,   transform 0.5s ease;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-box::before{
position:absolute;
top:0px;
left:0;
width:20px;
height:0px;
display:block;
border-bottom:2px solid #464344;
content:"";
transition: border-color 0.5s ease,  top 0.5s ease,  left 0.5s ease, width 0.5s ease, height 0.5s ease,   transform 0.5s ease;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-box::after{
position:absolute;
top:8px;
left:0;
width:20px;
height:6px;
display:block;
border-bottom:2px solid #000;
content:"";
transition: border-color 0.5s ease,  top 0.5s ease,  left 0.5s ease, width 0.5s ease, height 0.5s ease,   transform 0.5s ease;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav .header_hamburger .hamburger-button .hamburger-txt{
display:none;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle:checked + label.header_hamburger  .hamburger-button .hamburger-box{
border-color:#fff;
}


header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle:checked + label.header_hamburger  .hamburger-button .hamburger-box::after{
width:18px;
height:2px;
top:7px;
left:1px;
transform: rotate(45deg);
border-bottom:2px solid #464344;
transform-origin:center center 0;
}

header#header-tomas #header_global-nav .header_nav-container .menu_global-nav input#toggle:checked + label.header_hamburger  .hamburger-button .hamburger-box::before{
width:18px;
height:2px;
top:7px;
left:0px;
transform: rotate(-45deg);
border-bottom:2px solid #464344;
transform-origin:center center 0;
}

header#header-tomas #header_contact-info ul li.header_request a{
opacity:1;
transition: opacity 0.3s ease;
font-weight:500;
}

header#header-tomas.is-menu-open #header_contact-info ul li.header_request a{
opacity:0;
}



header#header-tomas #header_global-nav .nav-level_01 > li{
margin-left:30px;
margin-right:30px;
width:calc(100vw - 60px);
overflow:hidden;
}


header#header-tomas #header_global-nav .nav-level_02 li{
margin-left:20px;
margin-right:20px;
width:calc(100% - 40px);
}

header#header-tomas #header_global-nav .nav-level_02 > li > a::before{
right:0;
}

header#header-tomas #header_global-nav .nav-level_02 > li > a::after{
right:0;
}




}

@media(max-width:480px){
header#header-tomas #header_global-nav .nav-level_01 li{
text-align:left;
}
header#header-tomas #header_global-nav .nav-level_01 li a{
padding:0;
}
}


@media(max-width:350px){

header#header-tomas #header_contact-info{
position: fixed;
right:15px;
}

header#header-tomas #header_contact-info ul li.header_request a{
display:block;
width:70px;
height:32px;
border-radius:15px;
}


header#header-tomas #header_contact-info ul li.header_request a::before{
display:none;
}

}

@media(max-width:310px){

header#header-tomas #header_contact-info{
display:none;
}
}




/* イベント　好評受付中 */


#search-event-list{
background:#fff;
margin-top:30px;
padding-top:20px;
padding-left:20px;
padding-right:20px;
overflow:hidden;
}

#search-event-list h2{
font-size:32px;
font-weight:700;
line-height:1.4em;
letter-spacing:0.1em;
text-align:center;
padding:0;
margin:0 0 40px 0;
}

#search-event-list h2 a{
display:inline-block;
color:#B7212B;
transition: opacity 0.2s ease;
}

#search-event-list h2 a:hover{
opacity:0.7;
}


#search-event-list h2 a::before{
display:block;
height:46px;
margin-bottom:0.5em;
content:"";
background-image:url("../../assets/img/common/event_icon.svg");
background-position: center;
background-size: contain;
background-repeat:no-repeat;
}



#search-event-list .eventsearch{
max-width:1060px;
margin:0 auto 0 auto;
overflow:hidden;
}

#search-event-list .eventsearch-button{
display:block;
float:left;
}

#search-event-list .eventsearch-button > button{
display: inline-block;
height: 36px;
line-height: 36px;
font-size: 14px;
color: #fff;
font-weight: 700;
letter-spacing: 0.12em;
padding-left: 1.4em;
padding-right: 1.4em;
margin-right: 0.5em;
background: #D9D9D9;
border: 0;
border-radius: 30px;
cursor: pointer;
transition: background 0.5s ease;

@supports (-webkit-touch-callout: none) {
  line-height: 35px;
  padding-bottom: 3px;
}
}

#search-event-list .eventsearch-button > button:nth-child(1):hover{
background:rgba(183,33,43,0.5);
}
#search-event-list .eventsearch-button > button:nth-child(2):hover{
background:rgba(62,184,235,0.5);
}
#search-event-list .eventsearch-button > button:nth-child(3):hover{
background:rgba(127,190,37,0.5);
}
#search-event-list .eventsearch-button > button:nth-child(4):hover{
background:rgba(235,109,154,0.5);
}
#search-event-list .eventsearch-button > button:nth-child(5):hover{
background:rgba(55,95,60,0.5);
}
#search-event-list .eventsearch-button > button:nth-child(6):hover{
background:rgba(17,104,171,0.5);
}


#search-event-list .eventsearch-button > button:nth-child(1).is-select{
background:rgba(183,33,43,1);
}
#search-event-list .eventsearch-button > button:nth-child(2).is-select{
background:rgba(62,184,235,1);
}
#search-event-list .eventsearch-button > button:nth-child(3).is-select{
background:rgba(127,190,37,1);
}
#search-event-list .eventsearch-button > button:nth-child(4).is-select{
background:rgba(235,109,154,1);
}
#search-event-list .eventsearch-button > button:nth-child(5).is-select{
background:rgba(55,95,60,1);
}
#search-event-list .eventsearch-button > button:nth-child(6).is-select{
background:rgba(17,104,171,1);
}


#search-event-list .eventserachbox{
display:block;
float:right;
height:40px;
margin-top:-2px;
}

#search-event-list .eventserachbox form label{
line-height:40px;
font-size:16px;
letter-spacing:0.05em;
font-weight:500;
color:#464344;
}

#search-event-list .eventserachbox form select{
height:36px;
font-size:14px;
width:145px;
padding:8px 14px 8px 14px;
margin-left:0.5em;
border-radius:4px;
box-sizing: border-box;
letter-spacing:0.08em;
font-weight:400;
color:#464344;
background-color: #ffffff;
border:1px solid #aeaeae;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2212%22 height%3D%2212%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22%23464344%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3Cpolyline points%3D%226 9 12 15 18 9%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 16px;
}


#search-event-list .eventserachbox form select:focus {
  outline: none;
  border-color: #464344;
 box-shadow: none;
cursor:pointer;
}

#search-event-list .event-item-list {
    transition: opacity 1s ease;
    opacity: 1;
max-width:1060px;
list-style:none;
display: flex;
flex-wrap: wrap;
gap:calc((1060px - (235px * 4)) /3);
margin:40px auto 20px auto;
padding:0;
}


#search-event-list .event-item-list > li a{
display:block;
margin:0;
padding:0;
width:235px;
height:245px;
overflow:hidden;
transition: opacity 0.5s ease;
}

#search-event-list .event-item-list > li a:hover{
opacity:0.7;
}


#search-event-list .event-item-list > li a .event-image{
display: flex;
position: relative;
justify-content: center;
align-items: center;
width:235px;
height:140px;
border-radius:8px;
-webkit-mask-image: -webkit-radial-gradient(white, black);
    z-index: 1;
}

#search-event-list .event-item-list > li a .event-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px; 
  box-shadow: inset 0 0 0 1px rgba(70, 68, 67, 0.06);
  pointer-events: none;
  z-index: 2;
}

#search-event-list .event-item-list > li a .event-image img{
min-width: 100%;
min-height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
will-change: transform;
}

#search-event-list .event-item-list > li a:hover .event-image img{
transform: scale(1.08); 
}


#search-event-list .event-item-list > li a .event-info{
margin:0;
padding:0;
}

#search-event-list .event-item-list > li a .event-info .event-title{
display:block;
font-size:16px;
font-weight:500;
color:#464344;
line-height:1.6em;
letter-spacing:0.06em;
margin:0.5em 0 0.75em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示したい行数 */
  overflow: hidden;
}

#search-event-list .event-item-list > li a .event-info .event-category{
display:flex;
margin:0;
gap:calc((100% - 216px) / 2);
text-align:center;
}

#search-event-list .event-item-list > li a .event-info .event-category > span{
background:#ddd;
color:#fff;
width:72px;
height:28px;
border-radius:30px;
line-height:28px;
font-size:12px;
font-weight:bold;
letter-spacing:0.16em;
}

.item .event-category > span{
display:none;
}

.ele01.item .event-category > span.shogaku, .ele02.item .event-category > span.shogaku, .ele03.item .event-category > span.shogaku, .ele04.item .event-category > span.shogaku, .ele05.item .event-category > span.shogaku, .ele06.item .event-category > span.shogaku{
display:inline;
}
.jun01.item .event-category > span.chugaku, .jun02.item .event-category > span.chugaku, .jun03.item .event-category > span.chugaku{
display:inline;
}
.sen01.item .event-category > span.koukou, .sen02.item .event-category > span.koukou, .sen03.item .event-category > span.koukou{
display:inline;
}



#search-event-list .event-item-list > li a .event-info .event-category > span.shogaku{
background:rgba(62,184,235,1);
}
#search-event-list .event-item-list > li a .event-info .event-category > span.chugaku{
background:rgba(127,190,37,1);
}
#search-event-list .event-item-list > li a .event-info .event-category > span.koukou{
background:rgba(235,109,154,1);
}






#search-event-list .event-item-list .is-hidden {
    display: none !important;
}






/* 768-1023 */

@media(max-width:1023px){

#search-event-list{
margin:20px 20px 20px 20px;
}

#search-event-list h2{
font-size:28px;
margin:0 0 30px 0;
}

#search-event-list h2 a::before{
margin-bottom:0.55em;
}

#search-event-list .eventsearch{
width:100%;
margin:0 auto 0 auto;
overflow:hidden;
text-align:center;
}

#search-event-list .eventsearch-button{
float:none;
margin:0px auto 20px auto;
}


#search-event-list .eventserachbox{
float:none;
margin:30px auto 30px auto;;
}

#search-event-list .eventserachbox form select{
font-size:16px;
padding:0 14px 0 14px;
}



#search-event-list .event-item-list {
width:100%;
gap:0 30px;
margin:0px auto 0px auto;
padding:0
overflow:hidden;
}

#search-event-list .event-item-list > li{
width:calc((100% - 90px) /4);
}

#search-event-list .event-item-list > li a{
display:block;
margin:0 0 30px 0;
padding:0;
width:100%;
height:auto;
overflow:visible;
}

#search-event-list .event-item-list > li a .event-image{
justify-content: center;
align-items: center;
width:100%;
height:calc(((100% - 170px) /4) * (140 / 235));
aspect-ratio: 235 / 140;
border-radius:8px;
overflow:hidden;
}


#search-event-list .event-item-list > li a .event-info .event-category{
gap:6px;
}

#search-event-list .event-item-list > li a .event-info .event-category > span{
width:28px;
height:28px;
overflow:hidden;
border-radius:30px;
line-height:28px;
font-size:12px;
padding-left:8px;
letter-spacing:1em;
}

#search-event-list  > .common-link-button{
padding-top:14px;
}


}


/* -767 */


@media(max-width:767px){

#search-event-list{
margin:3.2vw 5.3vw 5.3vw 5.3vw;
padding:5.3vw 0 0 0;
}


#search-event-list h2{
font-size:6.4vw;
margin:0;
}
#search-event-list h2 a::before{
height:9.6vw;
margin-bottom:2.1vw;
}

#search-event-list .eventsearch-button{
display:none;
}

#search-event-list .eventserachbox{
float:none;
margin:3.4vw auto 3.4vw auto;
height:auto;
}


#search-event-list .event-item-list {

border-top:1px solid rgba(70,67,68,0.16);
display:block;
width:100%;
margin:0 auto 0px auto;
padding:3.6vw 0 0 0;
overflow:hidden;
}

#search-event-list .event-item-list > li{
width:100%;
}

#search-event-list .event-item-list > li a{
display:block;
margin:0 0 6.4vw 0;
padding:0;
width:100%;
height:auto;
overflow:visible;
}

#search-event-list .event-item-list > li a .event-image{
display: block;
float:left;
width:38.4vw;
height:23vw;
border-radius:8px;
overflow:hidden;
margin-right:4.2vw;
}

#search-event-list .event-item-list > li a .event-image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#search-event-list .event-item-list > li a:hover .event-image img{
transform: scale(1); 
}



#search-event-list .event-item-list > li a .event-info .event-title{
font-size:4.2vw;
line-height:1.6em;
letter-spacing:0.08em;
margin:0.75em 0 0.5em 0;

}


#search-event-list .event-item-list > li a .event-info .event-category{
gap:2vw;
}

#search-event-list .event-item-list > li a .event-info .event-category > span{
width:7.5vw;
height:7.5vw;
overflow:hidden;
border-radius:8vw;
line-height:7.5vw;
font-size:3.2vw;
padding-left:2.05vw;
letter-spacing:1em;
}


}






/* footer */


footer * , footer *::before , footer *::after{
  font-family: 'Zen Kaku Gothic New' , 'Yu Gothic' , sans-serif !important;
  line-height:1;
}


footer{
font-size:16px;
}

/* footer nav PC */

@media(min-width:768px){


footer #top-advantage,#sp-tellist{
display:none;
}


/* nav-cta */

footer #nav-cta{
background:#B7212B;
padding:60px 0 60px 0;
}

footer #nav-cta ul{
display: flex;
justify-content: space-between; 
list-style:none;
margin:0 auto 0 auto;
padding:0;
max-width:1060px;
text-align:center;
}


footer #nav-cta ul li{
display:inline-block;
width:235px;
height:140px;
border-radius:8px;
background:#fff;
transition: background-color 0.2s linear;
vertical-align:bottom;
}

footer #nav-cta ul li:hover{
background-color:rgba(255,255,255,0.7);
}

footer #nav-cta ul li a {
display:inline-block;
width:235px;
height:140px;
line-height:19px;
font-size:16px;
color:#B7212B;
font-weight:700;
letter-spacing:0.1em;
}

footer #nav-cta ul li a::before {
content:"";
display:inline-block;
height:80px;
margin-top:12px;
width:100%;
background-size: 50px 50px;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
transform:scale(0.96);
}





footer #nav-cta ul li:nth-child(1)  a::before {
background-image:url("../../assets/img/common/footer_request_icon.svg");
}


footer #nav-cta ul li:nth-child(2) a::before {
background-image:url("../../assets/img/common/footer_trial_icon.svg");
}


footer #nav-cta ul li:nth-child(3)  a::before {
background-image:url("../../assets/img/common/footer_fee_icon.svg");
}

footer #nav-cta ul li:nth-child(4)  a::before {
background-image:url("../../assets/img/common/footer_consultation_icon.svg");
}



@media(max-width:1023px){

footer #nav-cta{
padding:50px 0 50px 0;
}


footer #nav-cta ul{
max-width:768px;
gap:40px;
flex-wrap: wrap;
justify-content: center;
}

footer #nav-cta ul li{
width:235px;
}

footer #nav-cta ul li a{
letter-spacing:0.05em;
}



}




/* classlist */

footer #nav-classlist{
background:rgba(70,68,67,0.08);
padding:40px 50px 50px 45px;
}

footer #nav-classlist h2{
font-size:24px;
font-weight:700;
letter-spacing:0.1em;
text-align:center;
margin:20px
}

footer #nav-classlist h2 a{
display:inline-block;
color:#464344;
transition: opacity 0.2s ease;
letter-spacing:0.1em;
}

footer #nav-classlist h2 a:hover{
opacity:0.7;
}



footer #nav-classlist ul{
display:block;
list-style:none;
margin:0 auto 0 auto;
padding:0;
max-width:1060px;
}

footer #nav-classlist > ul > li{
margin-bottom:1em;
}

footer #nav-classlist ul li h3{
font-size:16px;
font-weight:bold;
letter-spacing:0.05em;
line-height:1.5em;
margin:0;
}


footer #nav-classlist ul li h3 a{
color:#000;
transition: opacity 0.2s ease;
letter-spacing:0.05em;
}

footer #nav-classlist ul li h3 a:hover{
opacity:0.7;
}


footer #nav-classlist ul li h3::before{
content:"●";
margin-right:0.5em;
}

footer #nav-classlist ul li ul {
margin:0;
font-size:16px;
font-weight:400;
letter-spacing:0.05em;
line-height:1.5em;
}

footer #nav-classlist ul li ul li{
padding-right:0.1em;
}

footer #nav-classlist ul li ul li,footer #nav-classlist ul li ul li a{
display:inline;
color:#000;
transition: opacity 0.4s ease;
}

footer #nav-classlist ul li ul li a:hover{
opacity:0.7;
}



footer #nav-classlist ul li ul li::before{
content:"○";
margin-right:0.1em;
}




/* リソー教育グループの活動 */


footer #top-group-activity h2{
margin-top:64px;
margin-bottom:30px;
display:block;
text-align:center;
font-size:24px;
font-weight:bold;
line-height:1.4em;
letter-spacing:0.08em;
color:#464344;
}

footer #top-group-activity h2::before{
content: "";
display: block;
height: 48px;
background-image: url("../../assets/img/common/riso-group_logo_icon.svg");
background-position: center;
background-repeat:no-repeat;
background-size: contain;
margin-bottom:15px;
}



footer #top-group-activity ul{
display: block;
list-style:none;
margin:0 auto 50px auto;
padding:0;
max-width:1100px;
text-align:left;
  display: flex;
  flex-wrap: wrap;

}


footer #top-group-activity  ul li{
margin:0;
padding:0;
display:inline-block;
width:235px;
height:178px;
background:#fff;
vertical-align:top;
text-align:left;
margin:10px 20px 30px 20px;
}


footer #top-group-activity  ul li a p{
margin:0;
padding:0;
color:#464344;
font-size:14px;
font-weight:500;
letter-spacing:0.048em;
line-height:1.6em;
transition: opacity 0.4s ease;
}

footer #top-group-activity  ul li a:hover p{
opacity:0.7;
}


footer #top-group-activity  ul li h3{
font-size:16px;
margin:0 0 1em 0;
padding:0;
width:235px;
height:96px;
border:2px solid rgba(70,68,67,0.12);
border-radius:8px;
overflow:hidden;
}

footer #top-group-activity  ul li h3 img{
width:100%;
height:100%;
transform: scale(1.05);
transition: opacity 0.4s ease;
}

footer #top-group-activity  ul li a:hover h3 img{
opacity:0.7;
}





@media(max-width:1023px){

footer #top-group-activity h2{
margin-bottom:26px;
}



footer #top-group-activity ul{
max-width:100%;
text-align:left;
display: flex;
flex-wrap: wrap;
margin-left:calc((100% - 976px) / 2);
}

footer #top-group-activity  ul li{
display:inline-block;
width:212px;
margin:16px 16px 6px 16px;;
}

footer #top-group-activity  ul li h3{
margin:0 0 1em 0;
padding:0;
width:212px;
height:86.6px;
}

footer #nav-classlist{
background:rgba(70,68,67,0.08);
padding:28px 40px 35px 40px;
}

footer #nav-classlist h2{
margin:20px 20px 24px 20px;
}




}

@media(max-width:990px){
footer #top-group-activity ul{
max-width:700px;
margin-left:calc((100% - 500px) / 2);
}
}


@media(max-width:767px){

footer #top-group-activity ul{
margin-left:calc((100% - 500px) / 2);
}

footer #top-group-activity  ul li{
margin:10px 20px 10px 20px;
}

}





/* footer nav SP */

@media(max-width:767px){
#nav-cta,#nav-classlist{
display:none;
}


}
}
/* // min-width:768px */








/* footer-item */



footer #footer-item{
font-family: 'Zen Kaku Gothic New' , 'Yu Gothic' , sans-serif;
margin:0;
padding:0;
width:100%;
background:#333;
color:#fff;
font-size:16px;
letter-spacing:0.05em;
overflow:hidden;
line-height:2;
vertical-align:baseline;
}


footer #footer-item .footer_container{
width:1060px;
margin: 3em  auto 3em auto;
overflow:hidden;
font-size:15px;
}

footer #footer-item .footer_container a{
color:#fff;
opacity:1;
transition: opacity 0.4s ease;
line-height:2.1;
vertical-align:baseline;
}

footer #footer-item .footer_container a:hover{
opacity:0.7;
transition: opacity 0.4s ease;
}



footer #footer-item .footer_container .footer-left{
float:left;
width:620px;
overflow:hidden;
display:flex;
flex-wrap: wrap;
}


footer #footer-item .footer_container .footer-left h2{
display:inline-flex;
font-weight:400;
font-size:15px;
letter-spacing:0.1em;
line-height:1.5;
margin:0;
padding:0;
align-items: center;
}

footer #footer-item .footer_container .footer-left h2 a{
display:inline-flex;
align-items: center;
font-size:15px;
line-height:1.5;
}
footer #footer-item .footer_container .footer-left h2 a span{
display:inline-flex;
align-items: center;
font-size:15px;
line-height:1.5;
}


footer #footer-item .footer_container .footer-left .footer-find-job{
display:inline-flex;
font-weight:400;
font-size:15px;
letter-spacing:0.5em;
line-height:1.5;
align-items: center;
}
footer #footer-item .footer_container .footer-left .footer-find-job a{
display:inline-flex;
align-items: center;
line-height:1.5;
font-size:15px;
}

footer #footer-item .footer_container .footer-left .footer-find-job a::before{
box-sizing: border-box!important;
display:inline-flex;
content:"＞";
font-size:50%;
width:17px;
height:17px;
line-height:17px;
margin-left:10em;
padding-left:0.5em;
padding-bottom:0.1em;
margin-right:1.5em;
border:1px solid #fff;
border-radius:17px;
text-align:center;
align-items: center;
}


footer #footer-item .footer_container .footer-left .footer-left1{
float:left;
margin:0;
padding:1em 1em 0 0;
width:220px;
font-weight:400;
font-size:12px;
list-style: none;
line-height:24px;
opacity:0.85;
}


footer #footer-item .footer_container .footer-left .footer-left1 li{
display:block;
margin:0;
padding:0;
line-height:24px;
}

footer #footer-item .footer_container .footer-left .footer-left1 li ul{
margin:0;
padding:0;
font-size:10px;
}

footer #footer-item .footer_container .footer-left .footer-left1 li ul li a{
display:inline-block;
text-indent:-1em;
padding-left:1em;
}
footer #footer-item .footer_container .footer-left .footer-left1 li ul li a:before{
content:"・";
}



footer #footer-item .footer_container .footer-left .footer-left2{
float:left;
margin:0;
padding:1em 1em 0 0;
width:170px;
font-weight:400;
font-size:12px;
list-style: none;
line-height:2em;
opacity:0.85;
}

footer #footer-item .footer_container .footer-left .footer-left2 li{
display:block;
margin:0;
padding:0;
}


footer #footer-item .footer_container .footer-left .footer-left3{
float:left;
margin:0;
padding:1em 1em 0 0;
width:230px;
font-weight:400;
font-size:12px;
list-style: none;
line-height:2em;
opacity:0.85;
}

footer #footer-item .footer_container .footer-left .footer-left3 li{
display:block;
margin:0;
padding:0;
}




footer #footer-item .footer_container .footer-right{
float:left;
width:440px;
padding-left:32px;
border-left:1px solid #fff;
}


footer #footer-item .footer_container .footer-right h3{
display:inline-block;
font-weight:400;
font-size:15px;
letter-spacing:0.1em;
line-height:1.5;
margin:0;
padding:0;
}

footer #footer-item .footer_container .footer-right p{
font-size:12px;
line-height:2em;
margin:1em 0 1em 0;
letter-spacing:0.075em;
}

footer #footer-item .footer_container .footer-right .footer-content p{
margin:2em 0 0 0;
padding:2em 0 0 0;
border-top:1px dashed #fff;
}

footer #footer-item .footer_container .footer-right .footer-content p img{
height:16px;
}

footer #footer-item .footer_container .footer-right .footer-content ul{
display:block;
margin:0;
padding:0;
list-style:none;
opacity:0.85;
}

footer #footer-item .footer_container .footer-right .footer-content ul li{
display:inline-block;
margin-right:1em;
font-size:12px;
line-height:2em;
font-style:normal;
}

footer #footer-item .footer_container .footer-right .footer-content ul li a::before{
display:inline-block;
content:"○";
margin-right:0.15em;
}



footer #footer-item #copylight{
width:100%;
margin:0;
padding:0;
background:#676e76;
line-height:3.2em;
font-size:16px;
text-align:center;
padding-bottom:0.25em;
}





footer #footer-item .footer_container .footer-sp{
display:none;
}


@media(max-width:1023px){

footer #footer-item .footer_container {
width:100%;
overflow:hidden;
padding:14px 16px 24px 16px;
margin:0;
}

footer #footer-item .footer_container .footer-left , footer #footer-item .footer_container .footer-right{
display:none;
}

footer #footer-item .footer_container .footer-sp{
display:block;
}


footer #footer-item .footer_container .footer-sp h2{
display:inline-block;
font-weight:400;
font-size:15px;
letter-spacing:0.1em;
line-height:1.5;
margin:0;
padding:0;
}

footer #footer-item .footer_container .footer-sp p{
font-size:12px;
line-height:2em;
}

footer #footer-item .footer_container .footer-sp .footer-content p{
margin:0;
padding:1.5em 0 0 0;
}

footer #footer-item .footer_container .footer-sp .footer-content p img{
height:18px;
}

footer #footer-item .footer_container .footer-sp  ul{
display:block;
box-sizing: border-box;
margin:0;
padding:0;
list-style:none;
border:none;
clear:both;
overflow:hidden;
margin-top:10px;
}
footer #footer-item .footer_container .footer-sp  ul li{
display:block;
float:left;
box-sizing: border-box;
margin:0;
padding:0;
border-bottom:1px solid #fff;
font-style:normal;
width:50%;
text-align:center;
position:relative;
}

footer #footer-item .footer_container .footer-sp  ul li a{
display:inline-block;
width:100%;
font-size:min(2.4vw,13px);
line-height:5em;
vertical-align:middle;
}

footer #footer-item .footer_container .footer-sp  ul li a::after{
display: inline-block;
content:"＞";
position: absolute;
color:#333;
font-weight:900;
height:0.9em;
width:0.9em;
top:2.9em;
right: 1.5em; 
line-height:1em;
font-size:0.7em;
padding:0.1em;
border:0.05em solid #ddd;
background:#fff;
vertical-align:middle;
}



footer #footer-item .footer_container .footer-sp  ul li:nth-child(1),footer #footer-item .footer_container .footer-sp  ul li:nth-child(2){
border-top:1px solid #fff;
}

footer #footer-item .footer_container .footer-sp  ul li:nth-child(odd){
display:block;
border-right:1px solid #fff;
}


footer #footer-item #copylight{
width:100%;
margin:0;
padding:0 0 0.25em 0;
background:#676e76;
line-height:3em;
font-size:min(3.5vw,12px);
text-align:center;
}


}


/*tellist*/

@media(max-width:767px){

footer #sp-tellist{
background:#B7212B;
display:block;
overflow:hidden;
font-size:5.3vw;
}

footer #sp-tellist .tellist-container{
background:#fff;
border-radius:8px;
margin:5.6vw;
overflow:hidden;
padding:0 0.5em 0 0.5em;
}
footer #sp-tellist .tellist-container summary{
  display: block;
  list-style: none;
}

footer #sp-tellist .tellist-container summary h2{
font-size:4.2vw;
font-weight:700;
letter-spacing:0.1em;
color:#B7212B;
line-height:2em;
vertical-align:middle;
margin-top:0.5em;
margin-bottom:0.5em;
padding-top:0.5em;
padding-bottom:0.5em;
}

footer #sp-tellist .tellist-container summary h2::before{
display:inline-block;
content:" ";
width:2.1em;
height:2.1em;
margin-left:0.3em;
margin-right:1em;
line-height:2em;
background-image: url("../../assets/img/common/tel_icon.svg");
background-size: contain;
background-repeat:no-repeat;
vertical-align: top;
}


footer #sp-tellist .tellist-container summary h2::after{
display:inline-block;
content:" ";
width:1em;
height:1em;
  background-image:
    linear-gradient(#464344, #464344),
    linear-gradient(#464344, #464344);

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 0.125em, 0.125em 100%;

  transition: background-size 0.2s ease;
position: absolute;
right:2.75em;
margin-top:0.5em;
vertical-align:middle;
overflow:hidden;
}


footer #sp-tellist .tellist-container[open] summary h2::after{
  background-size: 100% 0.125em, 0 0;
}



footer #sp-tellist .tellist-container p{
border-top:1px solid rgba(70, 67, 68, 0.16);
font-size:3.7vw;
font-weight:500;
color:#464344;
line-height:0.4vw;
letter-spacing:0.05em;
margin-top:0;
margin-bottom:1em;
padding-top:5.6vw;
padding-bottom:3.3vw;
padding-left:2.3vw;
}

footer #sp-tellist .tellist-container .inner-header {
display:flex;
margin:1vw;
}

footer #sp-tellist .tellist-container .inner-header a{
font-size:2.7vw;
font-weight:700;
width:7em;
line-height:2.8em;
border-radius:30px;
background:#d9d9d9;
text-align:center;
margin-right:0.5em;
margin-left:0.5em;
color:#464344;
transition: color 0.4s ease,background 0.4s ease;
cursor: pointer;
}

footer #sp-tellist .tellist-container .inner-header a.on{
background:#B7212B;
color:#fff;
}

footer #sp-tellist .tellist-container .inner-header a:hover{
background:#aaa;
}
footer #sp-tellist .tellist-container .inner-header a.on:hover{
background:#B7212B;
}




footer #sp-tellist .tellist-container ul {
display: flex;
flex-wrap: wrap;
list-style:none;
padding:0;
margin:0 2.6vw 0 2.6vw;
max-height:0;
opacity:0;
transition: opacity 1s ease;
pointer-events: none;
overflow:hidden;
justify-content: space-between;
}

footer #sp-tellist .tellist-container ul.on{
max-height:900vw;
opacity:1;
pointer-events: auto;
}

footer #sp-tellist .tellist-container ul li{
display:inline-block;
width:37.1vw;
margin:0;
margin-top:4.8vw;
}

footer #sp-tellist .tellist-container ul li a{
display:block;
width:100%;
border:2px solid rgba(183, 33, 43, 0.08);
border-radius:8px;
text-align:center;
padding-top:0.5em;
padding-bottom:0.5em;
}


footer #sp-tellist .tellist-container ul li a .name{
display:block;
font-size:3.7vw;
font-weight:600;
color:#B7212B;
line-height:1.2em;
letter-spacing:0.05em;
}

footer #sp-tellist .tellist-container ul li a .telnum{
display:block;
font-size:3.7vw;
font-weight:600;
color:#464344;
line-height:15px;
letter-spacing:0.05em;
margin-top:0.5em;
}

/* 1. details本体と内部構造の固定 */
details.tellist-container {
  display: block !important;
}

details.tellist-container::details-content {
  display: block !important;
  content-visibility: visible !important;
}

/* 2. 中身の箱のアニメーション */
details.tellist-container .details-wrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 1.5s ease;
}

/* 3. 開閉状態の切り替え */
details.tellist-container[open] .details-wrapper {
  max-height: 900vw;
  opacity: 1;
  padding-bottom:5.6vw
}

/* 4. summaryの装飾リセット */
details.tellist-container summary {
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

details.tellist-container summary::-webkit-details-marker {
  display: none;
}



/* top-adbantage */


footer #top-advantage {
width:100%;
background:#f1f0f0;
overflow:hidden;

}

footer #top-advantage h2{
text-align:center;
font-size:6.4vw;
line-height:1.4em;
letter-spacing:0.1em;
color:#B7212B;
margin:1.25em 0 0.5em 0;
padding:0;
font-weight:600;
}

footer #top-advantage ul {
display: flex;
flex-wrap: wrap;
list-style:none;
padding:0;
margin:0 5.3vw 12vw 5.3vw;
overflow:hidden;
justify-content: space-between;
}


footer #top-advantage li{
display:inline-block;
width:42.4vw;
margin:3.6vw 0 1.6vw 0;
padding:0;
text-align:center;
}

footer #top-advantage li a{
transition: opacity 0.4s ease;
opacity:1;
}

footer #top-advantage li a:hover {
  opacity:0.7;
}




footer #top-advantage li p{
margin:0;
padding:0;
}


footer #top-advantage li p .advantage-catch{
  display: grid;
  place-content: center;
  width: 100%;
  height: 3em;
  color: #464344;
  font-weight: 600;
  font-size: 2.9vw;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-align: center;

  background-image: 
    linear-gradient(60deg, transparent 47.5%, #464344 50%, transparent 52.5%),
    linear-gradient(120deg, transparent 47.5%, #464344 50%, transparent 52.5%);

  /* 線の描画幅を少し狭く（10%など）すると、より端に寄って見えます */
  background-size: 14% 100%;
  
  /* left/right ではなく 0% / 100% で指定して「本当の端」に固定 */
  background-position: 0% center, 100% center;
  background-repeat: no-repeat;

  /* 文字が線に被るのを防ぐための余白 */
  padding: 0 5%;
  box-sizing: border-box;
}



footer #top-advantage li p .advantage-title{
  display: grid;
  place-content: center;
  width: 100%;
  height: 4.5em;
  margin-top:0.5em;
  color: #fff;
  background:#B7212B;
  font-weight: 600;
  font-size: 4.2vw;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius:8px;
}



/* top-group-activity sp */


footer #top-group-activity h2{
margin-top:0;
margin-bottom:6.4vw;
display:block;
text-align:center;
font-size:5.3vw;
font-weight:bold;
line-height:1.4em;
letter-spacing:0.08em;
color:#464344;
}

footer #top-group-activity h2::before{
content: "";
display: block;
height: 10.1vw;
background-image: url("../../assets/img/common/riso-group_logo_icon.svg");
background-position: center;
background-repeat:no-repeat;
background-size: contain;
margin-bottom:3vw;
}



footer #top-group-activity ul{
display: block;
list-style:none;
margin:0 auto 6vw auto;
padding:0;
width:100%;
overflow:hidden;
}


footer #top-group-activity  ul li{
margin:0;
padding:0;
display:block;
background:#fff;
vertical-align:top;
text-align:left;
margin:0 5.3vw 6.3vw 5.3vw;
}


footer #top-group-activity  ul li a p{
margin:0;
color:#464344;
font-size:3.7vw;
font-weight:500;
letter-spacing:0.05em;
line-height:1.6em;
transition: opacity 0.2s ease;
}

footer #top-group-activity  ul li a:hover p{
opacity:0.7;
}


footer #top-group-activity  ul li a p br{
display: none; 
}




footer #top-group-activity  ul li h3{
margin:0 0 0.66em 0;
padding:0;
width:100%;
height:25.6vw;
border:2px solid rgba(70,68,67,0.12);
border-radius:8px;
overflow:hidden;
text-align:left;
}




footer #top-group-activity  ul li h3 img{
width:100%;
height:100%;
transform: scale(1);
transition: opacity 0.2s ease, transform 0.2s ease;
}

footer #top-group-activity  ul li.link-box-01 h3 img,
footer #top-group-activity  ul li.link-box-02 h3 img,
footer #top-group-activity  ul li.link-box-03 h3 img,
footer #top-group-activity  ul li.link-box-04 h3 img{
margin-left:-16%;
}




/* nav-classlist */

footer #nav-classlist{
display:none;
}

/* nav-cta */

footer #nav-cta{
display:none;
}


}



/* フロートCTA  */

#to-page-top {
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    
    /* Firefoxの描画バグ対策 */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    clip: auto !important;
    mask: none !important;
    transform: translate3d(0, 0, 0) !important;
    -moz-backface-visibility: hidden;
}

#float-to-page-top{
font-size:55px;
display:block;
position:fixed;
bottom:0.3em;
right:0.3em;
z-index:99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

@media(max-width:767px){
#float-to-page-top{
font-size:40px;
bottom:0.3em;
}
}


#float-to-page-top.is-show {
  opacity: 0.9;
  visibility: visible;
  transform: translateY(0);
}

#float-to-page-top a.footer-contact-btn{
display:block;
background:#AF9D85;
border-radius:1em;
width:1em;
height:1em;
line-height:1em;
text-align:center;
overflow:hidden;
box-shadow: 0 0 0 1px rgba(0 , 0 , 0 ,0.05);
}

#float-to-page-top a.footer-contact-btn img{
display:inline-block;
width:0.45em;
height:0.45em;
margin-bottom:0.2em;
opacity:1;
transition: opacity 0.1s ease;
vertical-align:baseline;
}

#float-to-page-top a.footer-contact-btn:hover img{
opacity:0.7;
}


#float-to-page-top a.footer-move-page-top{
display:block;
margin-top:0.2em;
background:#666;
border-radius:1em;
width:1em;
height:1em;
line-height:1em;
text-align:center;
overflow:hidden;
box-shadow: 0 0 0 1px rgba(0 , 0 , 0 ,0.05);
}

#float-to-page-top a.footer-move-page-top img.off{
display:block;
width:0.4em;
height:0.4em;
margin:0.3em auto 0.2em auto;
}

#float-to-page-top a.footer-move-page-top img.hover{
display:block;
width:0.6em;
height:0.6em;
margin:0.25em auto 0.25em auto;
}


#float-to-page-top a.footer-move-page-top div{
display:block;
transition: margin-top 0.2s ease;
}

@media (hover: hover){
#float-to-page-top a.footer-move-page-top:hover div{
margin-top:-0.7em;
}
}


p#breadcrumbs a{
color:#666;
text-decoration:none;
}

#page-top.page-top{
display:none;
}


/* 下層bootstrapキャンセル用 */

header *::before,
header *::after, 
footer *::before,
footer *::after { 
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
}

header,footer #footer-item {
line-height: 1.5;
}


header img{
vertical-align:0;
}


footer #footer-item img{
vertical-align:inherit;
}


footer #footer-item a,header a{
letter-spacing: inherit;
vertical-align:0;
}

footer #footer-item  small{
  font-size: 83%;
}


footer address{
margin-bottom:0;
}


html footer *{
  font-family: 'Zen Kaku Gothic New' , 'Yu Gothic' , sans-serif !important;

}

#content.contact{
margin-top:0;
margin-bottom:3em;
padding:0;
}


@media(max-width:1023px){
#content{
margin-top:150px;
}

#content.contact{
margin-top:150px;
}

}

@media(max-width:767px){
#content{
margin-top:90px;
}
#content.contact{
margin-top:90px;
}

.side-page{
margin-bottom:0;
}
}


#top-breadcrumbs{
max-width:1200px;
margin:0 auto 0 auto;
}



p#breadcrumbs{
max-width:1060px;
margin:20px 30px 30px 30px;
font-size:12px;
}

p#breadcrumbs{
color:#666;
}
p#breadcrumbs a{
color:#666;
}

p#breadcrumbs a:hover{
color:#999;
}


@media(max-width:1023px){
p#breadcrumbs{
margin:30px 35px 20px 35px;
}
}


@media(max-width:767px){
p#breadcrumbs{
margin:30px 20px 30px 20px;
padding-top:15px;
}
}

div.border-header h1.no-mp{
font-size:15px;
}

div.border-header h1.no-mp::before{
content: "";
    display: block;
    height: 1px;
    background: url(/wp-content/themes/tomas/img/common/red-bg-left.jpg) no-repeat top center #474344
}

div.border-header h1.no-mp::after{
content: "";
    display: block;
    height: 1px;
    background: url(/wp-content/themes/tomas/img/common/red-bg-right.jpg) no-repeat top center #474344;
margin-bottom:3em;
}


.classpage h1.classh1{
    font-size: 30px;
    margin-bottom:10px;
}


.classpage .class-title h1{
    font-weight: bold;
    font-size: 33px;
    margin-top: 15px;
    margin-bottom:10px;
}

.classpage .class-title h1 img {
    float: left;
    margin-right: 5px;
    width:inherit;
}

.classpage .class-title h1 span {
    margin-top: 2px;
    display: inline-block;
}




@media only screen and (max-width: 767px) {
    .soudankai .col-sm-5 {
        margin-top: 15px;
    }
}


@media only screen and (max-width: 767px) {
.classpage .class-info{
background-size: 100% 7px;
background-repeat: no-repeat;
background-position: top center;
}

.classpage .class-title h1 {
        font-size: 22px;
        margin-top: 0;
    }

.classpage .class-title h1 img {
    width:100px;
    margin-top:0.15em;
}
}




/* eventh event h3 to h1 */

.shunkikoushu h1{
margin-top:0;
}

.eventpage .event-title h1 {
    color: #333;
    font-size: 50px;
    padding-bottom: 20px;
    margin-top: 0;
    letter-spacing:0.05em;
line-height:1.2;

}

@media only screen and (max-width: 767px) {
    .eventpage .event-title h1 {
        font-size: 24px;
    }
}


/*course*/

.mv_sp.sp_disp p.ttl{
font-size:min(9vw,40px);
padding-bottom:0.3em;
}

