@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;800&family=Noto+Serif+JP:wght@200;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&display=swap');

/* ======================================================================================

    reset

====================================================================================== */

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, font, 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, figure, article, section { margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

img{vertical-align:middle; width:100%; height:auto;}

@media only screen and (max-width:840px) {
.imgSP{padding-left: 15%; padding-right: 15%;}
}

html,body{height: 100%;}

body{
position: relative;
font-size:12px;
line-height: 1.8;
color:#000;
font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 300;
}

a,a img,a:hover img,li,li:hover,a::after,a:hover::after,a::before,a:hover::before,input,input:hover,
.trigger,.trigger:hover{-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

a:link {text-decoration:underline; color:#000;}
a:visited {text-decoration:underline; color:#000;}
a:hover{text-decoration:underline; color:#0059B0;}

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

p{margin:0 0 20px 0; padding:0;}
p.lp{margin:0 0 0px 0; padding:0;}

h1,h2,h3,h4,h5{font-weight:300; margin:0; padding:0; position: relative; width: 100%; line-height: 1.2;}

td,li,dt,dd{position: relative;}

/* ======================================================================================

    common

====================================================================================== */

.flex{display:flex; justify-content: space-between; flex-wrap:wrap;}

.flex2 li{width:48%;}
.flex3 li{width:32%;}
.flex4 li{width:24%;}
.flex5 li{width:19%;}

.flex2 li,
.flex3 li,
.flex4 li,
.flex5 li{margin-bottom: 30px; position: relative;}

.flex_box li,
.box01{border-radius:10px; padding:20px; position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,.2)}

.inner{margin:0 auto; position:relative; max-width:1240px; padding-left:20px; padding-right:20px;}

@media only screen and (max-width:840px) {
.flex2 li,.flex3 li,.flex4 li,.flex5 li{width:100%;}
}


.ul00 li{padding: 5px 0 5px 15px; position: relative;}
.ul_num li{ list-style: decimal; margin-left: 20px;}

.ul01 li{padding: 2px 0 2px 15px; position: relative; margin-bottom: 10px;}
.ul01 li::before{
position: absolute;
content: '';
border-radius:100%;
top: .85rem;
left: .3rem;
z-index: 2;
width: 3px;
height: 3px;
background: rgba(0, 0, 0, 1);}

.ul_memo li{margin-left: 20px; font-size: 80%; padding: 5px 0; position: relative;}
.ul_memo li::before{content: '※'; position: absolute; top: 5px; left: -15px;}


table.table01{width: 100%; border-collapse:collapse; line-height: 1; font-size: .8rem}
.table01 th{padding: 5px;}
.table01 td{padding: 5px;}

.nth tr:nth-child(odd){background: #F8F8F3;}

.box02{margin-bottom:20px; padding:20px; position: relative; border-bottom:#a00000 dotted 1px;}

a.bt01{text-decoration:none; border-radius:10px; padding:5px 30px 5px 15px; position:relative; border: #000 solid 1px; display: inline-block;}
a.bt01:link,a.bt01:visited{text-decoration:none; color:#000;}

a.bt01::after{content:'';
    height: 0;
    position: absolute;
    width: 0;
    border:4px solid transparent;
    border-left-color: #000;
    right:2%;
    top: 0;
	bottom: 0;
	margin: auto;
	z-index:1;}
a.bt01:hover::after{right:.5%; border-left-color: #000;}

a.bt02{text-decoration:none; border-radius:100px; position:relative; width: 35px; height: 35px; border: #000 solid 1px; display: inline-block;}
a.bt02:link,a.bt02:visited{text-decoration:none; color:#000;}

a.bt02::after{content:''; position: absolute; width: 0; height: 0; border:8px solid transparent; border-left-color: #000; z-index:1; top: 50%; left: 50%; transform: translate(-25%,-50%);}
a.bt02:hover::after{transform: translate(0%,-50%);}





.BGflash{animation:BGflash 1.5s both; animation-iteration-count: infinite;}

@keyframes BGflash {
0% {background-color: #fff;}
50%{background-color: #FFF0DE;}
100%{background-color: #fff;}
}




/* == header == */

#header{position: fixed; top: 0; width: 100%; z-index: 3; color: #fff;}
#header{background: rgb(2,0,36);
background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
}


#header .inner{display: flex; justify-content: space-between; padding-top: 10px; padding-bottom: 10px;}
#header h1{padding-right: 20px; font-size: 1.6rem; width: 300px;}
#header h1 span{display: block; font-size: 70%; font-family: 'Castoro Titling', cursive; margin-top: 5px; padding-top: 5px; border-top: #fff solid 1px;}
#header nav ul{display: flex; justify-content: flex-end; flex: 1;}
#header nav ul li{text-align: center; position: relative; padding: 0 10px;}
#header nav ul li a{font-size: 1rem; text-shadow: 1px 1px rgba(0,0,0,0); display: block;}

#header a:link,#header a:visited {color:#fff; text-decoration: none;}
#header a:hover{opacity: .8;}

#header nav ul li a span,
ul.drawer-menu span{display: block; font-size: 80%;}

@media only screen and (max-width:840px) {
#header nav{display: none;}

#header h1{padding-right: 40px; font-size: 1rem; width: 100%;}
#header h1 span{font-size: 80%;}
}

section.TopSection{display: flex; flex-wrap: wrap; justify-content: space-between;}
section.TopSection div.Box{width: 49%;}

@media only screen and (max-width:840px) {
section.TopSection div.Box{width: 100%;}
section.TopSection .SpBoxMb{margin-bottom: 25px;}
}

.FrontArea section{margin-bottom: 60px;}
.FrontArea section h2{text-align: center; margin-bottom: 16px; font-size: 1.8rem; color: #001F6D;}

.FrontTagList{display: flex; flex-wrap: wrap; justify-content: center;}
.FrontTagList li{padding: 5px 10px;}
.FrontTagList li a{display: inline-block; padding: 0px 15px; border-radius: 500px; background: #001F6D; color: #fff; text-decoration: none;}
.FrontTagList li a:hover{opacity: .8;}

/* == Post 投稿 == */
.BlogArea{display: flex; flex-wrap: wrap; justify-content: space-between;}
.BlogMain{flex: 1;}
.BlogSub{width: 300px; padding-left: 40px; position: relative;}
.BlogSub .sllideArea{position: -webkit-sticky; position: sticky; top: 100px;}

.BlogSub h3{margin-bottom: 5px; text-align: center;}

.BlogSub #sidebar{margin-bottom: 40px;}
ul.BlogIndex{height: 300px; overflow-y: scroll; padding:0 10px; background: #25437E; border-radius: 10px;}
ul.BlogIndex li{padding: 10px 0; border-bottom: #ccc dotted 1px;}
ul.BlogIndex li:last-child{border-bottom: 0;}
ul.BlogIndex li a{display: block; text-decoration: none;}
ul.BlogIndex li a:link,
ul.BlogIndex li a:visited{color: #fff;}
ul.BlogIndex li a:hover{color: #ccc;}


.BlogSub ul.prevnext{margin-bottom: 30px;}
.BlogSub ul.prevnext li{margin-bottom: 10px;}
.BlogSub ul.prevnext li:last-child{margin-bottom: 0px;}

.BlogSub ul.prevnext a{text-decoration:none; border-radius:10px; padding:5px 15px 5px 5px; position:relative; border: #000 solid 1px; display: block;}
.BlogSub ul.prevnext a:link,
.BlogSub ul.prevnext a:visited{text-decoration:none; color:#000;}
.BlogSub ul.prevnext a::after{content:''; height: 0; position: absolute; width: 0; border:4px solid transparent; border-left-color: #000; right:2%; top: 0; bottom: 0; margin: auto; z-index:1;}
.BlogSub ul.prevnext a:hover::after{right:.5%; border-left-color: #000;}
.BlogSub ul.prevnext a span{display: block; text-align: center; font-weight: bold; margin-bottom: 5px; font-size: 90%;}

article.post h1.entry-title,
article.jp h1.entry-title{margin-bottom: 40px; font-size: 1.4rem; color: #001F6D; padding-bottom: 20px; border-bottom:#001F6D solid 1px;}

.InterviewVideoArea{max-width: 640px; margin: 0 auto 40px;}
.InterviewVideoArea video{width: 100%; height: auto;}

span.Icon{position: absolute; top: 0; left: 0; transform: translate(-50%,-50%);}
span.IconNote{color: #fff; display: inline-block;}
span.IconNote::after{position: absolute; content: ""; background: #001F6D; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 35px; height: 35px; border-radius: 100%; z-index: -1}

ul.SpeakerName{display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 20px;}
ul.SpeakerName li{padding:5px 10px;}

dl.SpeakerName{display: flex; flex-wrap: wrap; justify-content: space-between;}
dl.SpeakerName dt{width: 2.5%; position: relative;}
dl.SpeakerName dt::after{position: absolute; content: "-"; top: 0; right: 5px;}
dl.SpeakerName dd{width: 97%; margin-bottom: 10px;}

article.post,
article.jp{margin-bottom: 40px; padding-bottom: 40px; border-bottom: #ccc dotted 1px;}
footer.entry-footer span.posted-on,
footer.entry-footer span.edit-link,
footer.entry-footer div.posted-by{display: none;}

footer.entry-footer div.post-taxonomies .cat-links{display: block; margin-bottom: 10px;}
footer.entry-footer div.post-taxonomies .tags-links{}
footer.entry-footer div.post-taxonomies .tags-links a{text-decoration: none; padding: 5px 10px; background: #E2E2E2; border-radius: 500px; margin-right: 5px;}

.BlogMain .entry-content{padding-bottom: 40px; margin-bottom: 40px; border-bottom: #ccc solid 1px;}

@media only screen and (max-width:840px) {
article.post h1.entry-title,
article.jp h1.entry-title{margin-bottom: 30px; font-size: 1.1rem;}


.BlogSub{width: 100%; padding-left: 0px; padding-bottom: 50px;}

dl.SpeakerName dt{width: 5%;}
dl.SpeakerName dd{width: 94%;}
}

.BlogMain .PhotoArea{padding: 30px 0;}
.BlogMain .PhotoArea img{max-width: 400px}

@media only screen and (max-width:840px) {
.BlogMain .PhotoArea img{width: 60%; margin: 0 auto 20px;}
}

a.Bt_Lang{display: block; border: #000 solid 1px; border-radius: 10px; padding: 5px 25px 5px 15px; position: relative; font-size: .9rem; margin-bottom: 30px; text-decoration: none !important;}
a.Bt_Lang i{position: absolute; right: 5px; top: 50%; transform: translate(0,-50%); transition: all  0.3s ease;}
a.Bt_Lang:hover i{transform: translate(0,-50%) scale(1.3); transition: all  0.3s ease;}

/* == footer == */
#footer a{color: #fff;}

#footer{position: relative; z-index: 1; color: #fff;
background: rgb(2,0,36);
background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1); }
#footer .inner{padding-top: 10px; padding-bottom: 10px; font-size: .8rem;}

.copy{text-align:center; font-size:.7rem; border-top: #fff solid .05rem;}


/* == section == */
main#maincolumn{padding: 150px 0 100px;}
section{position:relative;}
article{position: relative;}

/* == heading == */
.heading0{font-size: 9rem; font-weight: 500; position: absolute; top: 0; left: 0; color:rgba(255,255,255,0); line-height: 1; -webkit-text-stroke: 1px #ff945f;}
.heading1{font-size: 2.5rem; text-align: center; margin-bottom: 50px; position: relative; color: #86474f; padding-bottom: 30px;}
.heading2{font-size: 1.1rem; font-weight: 300; margin-bottom: 20px; border-radius: 100px; color: #86474f; border: #86474f solid 1px; padding: 3px 5px; text-align: center;}
.heading3{font-size: 1.6rem; font-weight: 300; text-align: center; margin-bottom:20px;}
.heading4{font-size: 1.1rem; font-weight: 300; text-align: center; margin-bottom:10px;}
.heading5{font-size: 3rem; text-align: center; color: #666;}
.heading6{font-size: 1.2rem; font-weight: 300; margin-bottom: 20px; color: #86474f; text-align: center;}

span.subheading1{font-size: 1rem; display: block; font-weight: 300; line-height: 2;}
span.subheading2{font-size: 80%; font-weight: 300; margin-left: 5px;}
span.subheading3{font-size: 80%; display: block; font-weight: 300; line-height: 1.2;}

.heading1::before{content: ''; background: url("../img/common/heading_bg1.png") center bottom no-repeat; background-size: 300px; bottom:0px ; left: 0; width: 100%; height: 100%; position: absolute;}

@media only screen and (max-width:840px) {
.heading1{font-size: 2rem;}
span.subheading2{display: block; margin-left: 0px;}
}

/* == form == */

textarea,
input[type="text"]{margin:0; padding:10px; width:100%; background:#fff; border:#001F6D solid 1px; border-radius:5px; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; margin-bottom: 30px;}

input.submit{background:#001F6D; color:#FFF; font-size:1.1rem; border-radius:500px; padding: 3px 20px; border: 0;}
input.submit:hover{opacity: .8; box-shadow: 0 0 5px 0 rgba(0,0,0,.5)}



/* ======================================================================================

    other

====================================================================================== */


@media only screen and (min-width:841px) {
	
.pc{display:block;}
.sp{display:none;}


.res10{width:10%;}
.res11{width:11%;}
.res12{width:12%;}
.res13{width:13%;}
.res14{width:14%;}
.res15{width:15%;}
.res16{width:16%;}
.res17{width:17%;}
.res18{width:18%;}
.res19{width:19%;}
.res20{width:20%;}
.res21{width:21%;}
.res22{width:22%;}
.res23{width:23%;}
.res24{width:24%;}
.res25{width:25%;}
.res26{width:26%;}
.res27{width:27%;}
.res28{width:28%;}
.res29{width:29%;}
.res30{width:30%;}
.res31{width:31%;}
.res32{width:32%;}
.res33{width:33%;}
.res34{width:34%;}
.res35{width:35%;}
.res36{width:36%;}
.res37{width:37%;}
.res38{width:38%;}
.res39{width:39%;}
.res40{width:40%;}
.res41{width:41%;}
.res42{width:42%;}
.res43{width:43%;}
.res44{width:44%;}
.res45{width:45%;}
.res46{width:46%;}
.res47{width:47%;}
.res48{width:48%;}
.res49{width:49%;}
.res50{width:50%;}
.res51{width:51%;}
.res52{width:52%;}
.res53{width:53%;}
.res54{width:54%;}
.res55{width:55%;}
.res56{width:56%;}
.res57{width:57%;}
.res58{width:58%;}
.res59{width:59%;}
.res60{width:60%;}
.res61{width:61%;}
.res62{width:62%;}
.res63{width:63%;}
.res65{width:65%;}
.res66{width:66%;}
.res67{width:67%;}
.res68{width:68%;}
.res69{width:69%;}
.res70{width:70%;}
.res71{width:71%;}
.res72{width:72%;}
.res73{width:73%;}
.res74{width:74%;}
.res75{width:75%;}
.res76{width:76%;}
.res77{width:77%;}
.res78{width:78%;}
.res79{width:79%;}
.res80{width:80%;}
.res81{width:81%;}
.res82{width:82%;}
.res83{width:83%;}
.res84{width:84%;}
.res85{width:85%;}
.res86{width:86%;}
.res87{width:87%;}
.res88{width:88%;}
.res89{width:89%;}
.res90{width:90%;}
}



@media only screen and (max-width:840px) {
	
.pc{display:none;}
.sp{display:block;}

.res10,.res11,.res12,.res13,.res14,.res15,.res16,.res17,.res18,.res19,.res20,.res21,.res22,.res23,.res24,.res25,.res26,.res27,.res28,.res29,.res30,.res31,.res32,.res33,.res34,.res35,.res36,.res37,.res38,.res39,.res40,.res41,.res42,.res43,.res44,.res45,.res46,.res47,.res48,.res49,.res50,.res51,.res52,.res53,.res54,.res55,.res56,.res57,.res58,.res59,.res60,.res61,.res62,.res63,.res64,.res65,.res66,.res67,.res68,.res69,.res70,.res71,.res72,.res73,.res74,.res75,.res76,.res77,.res78,.res79,.res80,.res81,.res82,.res83,.res84,.res85,.res86,.res87,.res88,.res89,.res90{width:100%; margin-bottom:10px;}

}



/*--------共通--------*/


.photo_l{float:left; margin:0 10px 10px 0;}
.photo_r{float:right; margin:0 0px 10px 10px;}

.box_l{float:left;}
.box_r{float:right;}
.box_c{margin:0 auto;}

.txt_r{text-align:right;}
.txt_l{text-align:left;}
.txt_c{text-align:center;}

.block{display:block;}
.overflow{overflow:hidden;}
.cl{clear:both;}

.img_b5 img{margin-bottom:5px;}
.img_b10 img{margin-bottom:10px;}

.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}

.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}

.mtb5{margin:5px 0 !important;}
.mtb10{margin:10px 0 !important;}
.mtb15{margin:15px 0 !important;}
.mtb20{margin:20px 0 !important;}

.ptb5{padding:5px 0 !important;}
.ptb10{padding:10px 0 !important;}
.ptb15{padding:15px 0 !important;}
.ptb20{padding:20px 0 !important;}

.mr3{margin-right:3px !important;}
.mr4{margin-right:4px !important;}
.mr5{margin-right:5px !important;}
.mr6{margin-right:6px !important;}
.mr7{margin-right:7px !important;}
.mr8{margin-right:8px !important;}
.mr9{margin-right:9px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.f70per{font-size:70%}
.f80per{font-size:80%}
.f90per{font-size:90%}
.f110per{font-size:110%}
.f120per{font-size:120%}
.f130per{font-size:130%}
.f140per{font-size:140%}
.f150per{font-size:150%}
.f160per{font-size:160%}
.f170per{font-size:170%}
.f180per{font-size:180%}




.memo{font-size:85%; line-height: 1.5;}

.movie-wrap {position: relative; padding-bottom: 50%; padding-top: 30px; height: 0; overflow: hidden;}
.movie-wrap iframe {position: absolute; top: 0; left: 0; width:100%; height:100%;}

#page-top{position: fixed; bottom: 30px; right: 30px; z-index:20;}
#page-top{width: 50px; height: 50px; border: #fff solid 0px; border-radius: 500rem; opacity: .5; background: rgba(160,0,0,1)}
#page-top:hover{opacity: 1;}
#page-top::before{content: 'Back'; width: 100%; text-align: center; font-size: .7rem; color: #fff; position: absolute; left: 0; bottom: 5px; margin: auto;}
#page-top::after{
content: "";
position: absolute;
right: 0px;
left: 0px;
width: 0px;
height: 0px;
top: 7px;
margin: auto;
border-style: solid;
border-color: transparent transparent #fff transparent ;
border-width: 0px 6px 10px 6px;}
