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

/* 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;box-sizing: border-box;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;
	color: #333;
	font-size: 1.6em;
	line-height: 1.7;

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    
    position: relative;
}
body::before {
	content: "";
	background: url("img/bg.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


p{
    font-size: 1.8rem;
    line-height: 2.0;
}
ul.cmn{
    list-style-type: disc;
    padding-left: 1.5em;
}
ul.cmn li{
    list-style-type: disc;
    font-size: 1.8rem;
    line-height: 1.8;
}

@media only screen and (max-width: 750px){

p{ font-size: 1.6rem; }

ul.cmn li{
    font-size: 1.6rem;
}

}



p a{
	color: #fff;
    text-decoration: underline;
}
p a:hover{
    text-decoration: none;
}

.ivmvel{
	opacity: 0.0;
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
	transition: all 0.4s ease;
}
.ivmv{
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}



.logo{
    width: 90%;
/*    max-width: 820px;*/
    max-width: 760px;
    margin: 38px auto;
}
.logo img{
    width: 100%;
    height: auto;
}



.info{
    width: 90%;
    margin: 0 auto;
    
    padding-top: 150px;
    
    color: #fff;

    text-align: center;
    line-height: 1.3;
    white-space: nowrap;

    margin-bottom: 150px;
}
.info .mainTitle{
    font-size: 15.8rem;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    
    letter-spacing: 0.02em;
}
.info .title{
    font-size: 3.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    letter-spacing: 0.03em;
}

br.pc{ display: block; }
br.sp{ display: none; }


@media only screen and (max-width: 750px){
.info{
    padding-top: 100px;
    margin-bottom: 80px;
}
.info .mainTitle{
    font-size: 6.0rem;
}
.info .title{
    font-size: 1.8rem;
}

br.pc{ display: none; }
br.sp{ display: block; }

}




h2{
    color: #fff;
    font-size: 5.0rem;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    
    text-align: center;
}
.subTitle{
    color: #fff;
    font-size: 2.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    
    text-align: center;
    
    margin-bottom: 2.4rem;
}
h3{
    box-sizing: border-box;
    
    color: #fff;
    font-size: 2.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    
    padding: 10px 15px 8px;
    
    text-align: center;
    
    border-radius: 8px;
    background-color: rgba(0, 35, 89, 0.6);
    
    margin-bottom: 2.4rem;
}
h4{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}
h4.ct{
    text-align: center;
    margin-bottom: 1.8rem;
}
h5{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}
h5.spc{
    margin-bottom: 2.0rem;
}

section.content{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 40px 30px;
    border-radius: 20px;
    
    color: #fff;
    
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
    margin-bottom: 100px;
}
section.content.outline{
    margin-bottom: 30px;
}

.secTC{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-bottom: 100px;
}
.secTC.nomb{
    margin-bottom: 30px;
}
.secTC section.content{
    width: 48%;

    margin-bottom: 0;
}


@media only screen and (max-width: 750px){
h2{ font-size: 3.6rem; }
.subTitle{ font-size: 1.6rem; }
h3{ font-size: 1.7rem; }
h4{ font-size: 1.5rem; }
h5{ font-size: 1.4rem; }

section.content{
    padding: 35px 20px 30px;
}
.secTC{
    margin-bottom: 70px;
}
.secTC section.content{
    width: 100%;
    margin-bottom: 30px;
}
.secTC.nofw section.content{
    width: 48%;
    margin-bottom: 30px;
}

}



section.content.fwimg{
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
}
section.content.fwimg.nomb{
    margin-bottom: 0;
}
section.content.fwimg img{
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    border-radius: 20px;
}
section.content.fwimg .caption{
    width: 100%;
    line-height: 1.3;
    font-size: 1.8rem;
    padding-top: 5px;
    text-align: center;
}

section.content.nobg{
    background-color: transparent;
    padding: 0;
}

section.content.lead{
    background-color: rgba(40, 80, 100, 0.5);
    padding: 25px 40px 20px;
}
.lead p{
    padding-bottom: 1em;
    text-align: center;
}
.lead p:last-child{
    padding-bottom: 0;
}
@media only screen and (max-width: 750px){

section.content.fwimg.nomb{
    margin-bottom: 30px;
}
section.content.fwimg .caption{
    font-size: 1.6rem;
    padding-top: 5px;
}

section.content.lead{
    padding: 20px 30px 18px;
}
.lead p{
    text-align: left;
}

}




section.content.profile{
    padding: 50px 40px 40px;
}

section.content.profile h2{
    box-sizing: border-box;
    
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.0;
    
    text-align: left;
    
    padding: 0 10px;
    margin-bottom: 30px;
    
    position: relative;
}
section.content.profile h2 .name{
    font-size: 3.6rem;
    letter-spacing: 0.1em;
}
section.content.profile h2::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 35, 89, 0.6);
}

.profWrap{
    width: 100%;
}
.profWrap .photo{
    width: 100%;
    max-width: 300px;
    
    float: right;
    
    padding-left: 30px;
    margin-bottom: 30px;
}
.profWrap .text{
    box-sizing: border-box;
    width: 100%;
    
    padding-left: 10px;
    
    position: relative;
}
.profWrap .text p{
    line-height: 1.6;
    padding-bottom: 1em;
}
.profWrap .text p:last-child{
    padding-bottom: 0;
}
.profWrap .photo img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 750px){

section.content.profile{
    padding: 35px 20px 30px;
}

section.content.profile h2{
    text-align: center;
    font-size: 2.2rem;
}
section.content.profile h2 .name{
    font-size: 2.8rem;
}
.profWrap .photo{
    max-width: 240px;
    float: none;
    margin: 0 auto;
    
    margin-bottom: 30px;
}
.profWrap .text{
    padding-left: 0;
}

}








.thoughts{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.thoughts .photo{
    box-sizing: border-box;
    width: 13%;
    padding-right: 20px;
    line-height: 0;
}
.thoughts .text{
    box-sizing: border-box;
    width: calc(87% - 30px);
    min-height: 100px;
    padding-right: 10px;
    background-color: rgba(40, 80, 100, 0.5);
    
    padding: 20px 30px;
    border-radius: 30px;
    
    position: relative;
}
.thoughts .text::before{
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -20px;
/*    height: calc(8px / 2 * tan(60deg));*/
    height: calc(80px / 2);
    width: 50px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(-90deg);
    background-color: rgba(40, 80, 100, 0.5);
}

.thoughts .photo img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 750px){

.thoughts{
    flex-wrap: wrap;
}
.thoughts .photo{
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 50px;
}
.thoughts .text{
    width: 100%;
}
.thoughts .text::before{
    left: 50%;
    margin-left: -20px;
    top: -40px;
    margin-top: 0;
    height: calc(80px / 2);
    width: 50px;
    transform: rotate(0deg);
}
.thoughts .photo{
    width: 100%;
}
.thoughts .text{
    width: 100%;
}

}



.interview .photo{
    width: 20%;
    padding: 0 0 20px 30px;
    line-height: 0;
    
    float: right;
}
.interview .photo img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
}
.interview p{
    margin-bottom: 1.0em;
}
.interview p.interviewee{
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.interview p:last-child{
    margin-bottom: 0;
}
.interview p .name{
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 750px){

.interview .photo{
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 30px;
    
    float: none;
    padding: 0;
}

}





footer{
    width: 100%;
    margin: 0 auto;
    
    color: #fff;
    line-height: 1.3;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    
    text-align: center;
    letter-spacing: 0.02em;
    
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
footer .logo{
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 0;
    margin-bottom: 7px;
}
footer .logo img{
    width: 100%;
    height: auto;
}
footer .copyright{
    font-size: 1.1rem;
    font-weight: 300;
}

@media only screen and (max-width: 750px){
footer .logo{
    margin-bottom: 5px;
}
footer .copyright{
    font-size: 0.8rem;
}
}








