@charset "UTF-8";


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

	#　共通

---------------------------------------- */
#wrap{
width: 100%;
position: relative;
overflow: hidden;
}

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

h2, h2 span{
font-size: 40px;
text-align: center;
line-height: 150%;
}
h2, h2 span{
display: inline-block;
}
@media only screen and (max-width:767px) {
h2, h2 span{
font-size: 30px;
}
}


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

	#　メインコンテンツ

---------------------------------------- */
#content{
background-image: url("../img/bg_left.webp"), url("../img/bg_right.webp"), url("../img/bg_left_btm.webp"), url("../img/bg_right_btm.webp");
background-position: top left, top right, bottom left, bottom right;
background-repeat: no-repeat;
background-size: 140px, 140px, 140px, 140px;
}
@media only screen and (max-width:1024px) {
#content{
background-size: 20%, 20%, 20%, 20%;
}
}

.hed_box{
max-width: 1100px;
width: 92%;
margin: 0 auto;
padding: 100px 0;
position: relative;
background-color: #fff;
}
@media only screen and (max-width:1024px) {
.hed_box{
padding: 50px 0;
}
}
@media only screen and (max-width:767px) {
.hed_box{
padding-left: 1%;
padding-right: 1%;
}
}

.hed_txt01{
width: 100%;
max-width: 430px;
}
@media only screen and (max-width:1024px) {
.hed_txt01{
margin: auto;
}
}
@media only screen and (max-width:767px) {
.hed_txt01{
width: 90%;
}
}

.hed_txt02{
width: 100%;
max-width: 500px;
margin: 50px 0;
}
@media only screen and (max-width:1024px) {
.hed_txt02{
max-width: 430px;
margin: 50px auto;
}
}
@media only screen and (max-width:767px) {
.hed_txt02{
width: 85%;
margin: 30px auto;
}
}

@media only screen and (max-width:1024px) {
.tokuten_txt{
border: 2px solid #024D9E;
border-radius: 15px;
padding: 15px;
margin-top: 30px;
text-align: center;
}
}

.tokuten_txt > div{
display: inline-block;
background-color: #D40012;
color: #fff;
border-radius: 20px;
font-size: 23px;
font-weight: bold;
line-height: 100%;
padding: 7px 15px;
}
@media only screen and (max-width:767px) {
.tokuten_txt > div{
font-size: 20px;
}
}

.tokuten_txt > p{
font-size: 23px;
font-weight: bold;
line-height: 130%;
margin-top: 10px;
}
@media only screen and (max-width:767px) {
.tokuten_txt > p{
font-size: 20px;
}

.tokuten_txt > p span{
display: block;
}
}

.hed_img{
position: absolute;
top: 100px;
right: -5%;
width: 60%;
max-width: 700px;
}
@media only screen and (max-width:1024px) {
.hed_img{
position: inherit;
width: 100%;
top: auto;
right: auto;
}
}


.content_inner{
width: 92%;
max-width: 1100px;
margin: 0 auto;
padding-bottom: 100px;
background: #fff;
}
@media only screen and (max-width:767px) {
.content_inner{
padding-bottom: 50px;
}
}

.event_date_box{
display: flex;
align-items: center;
margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
.event_date_box{
flex-direction: column;
}
}

.content_tit{
width: 150px;
height: 150px;
border-radius: 150px;
background: #024D9E;
color: #fff;
font-size: 35px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: relative;
}
@media only screen and (max-width:767px) {
.content_tit{
width: 90px;
height: 90px;
font-size: 28px;
}
}

.event_date_box .date{
font-weight: bold;
font-size: 75px;
line-height: 100%;
margin-top: -25px;
margin-left: 30px;
flex: 1;
}
@media only screen and (max-width:1024px) {
.event_date_box .date{
margin-top: 0;
}
}
@media only screen and (max-width:767px) {
.event_date_box .date{
margin-left: 0;
margin-top: 20px;
font-size: 60px;
}
}

.event_date_box .date span{
font-weight: bold;
font-size: 45px;
}
.event_date_box .date span.small{
font-size: 35px;
margin-left: 5px;
}
.event_date_box .date span.red{
color: #D40012;
}
.event_date_box .date span.year{
display: block;
}
@media only screen and (max-width:1024px) {
.event_date_box .date span.year,
.event_date_box .date span.time{
line-height: 120%;
}
.event_date_box .date span.time{
display: block;
}
}
@media only screen and (max-width:767px) {
.event_date_box .date span{
font-size: 35px;
}
.event_date_box .date span.small{
font-size: 28px;
}
}

.event_date_box .place{
font-weight: bold;
font-size: 35px;
margin-left: 30px;
flex: 1;
line-height: 120%;
}
@media only screen and (max-width:767px) {
.event_date_box .place{
font-size: 28px;
margin-left: 0;
margin-top: 20px;
}
}

.event_date_box .place span{
display: inline-block;
line-height: 100%;
font-weight: bold;
font-size: 30px;
color: #fff;
background: #D40012;
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 50px;
}
@media only screen and (max-width:767px) {
.event_date_box .place span{
font-size: 23px;
}
}

.yoyaku_btn{
margin-top: 80px;
}
@media only screen and (max-width:767px) {
.yoyaku_btn{
margin-bottom: 30px;
}
}

.yoyaku_btn .btn{
max-width: 500px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}

.btn,
a.btn,
button.btn{
font-weight: bold;
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}

a.btn-c{
font-size: 35px;
position: relative;
padding: 40px 15px 20px;
color: #fff;
background: #E50012;
-webkit-box-shadow: 0 5px 0 #B10D23;
box-shadow: 0 5px 0 #B10D23;
}
@media only screen and (max-width:767px) {
a.btn-c{
font-size: 30px;
}
}

a.btn-c span{
font-size: 20px;
font-weight: bold;
position: absolute;
top: -1.25rem;
left: calc(50% - 150px);
display: block;
width: 300px;
padding: 0.2rem 0;
color: #E50012;
border: 2px solid #E50012;
border-radius: 100vh;
background: #fff;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
position: absolute;
left: calc(50% - 10px);
content: "";
border-width: 10px 10px 0 10px;
border-style: solid;
}

a.btn-c span:before{
bottom: -10px;
border-color: #E50012 transparent transparent transparent;
}

a.btn-c span:after{
bottom: -7px;
border-color: #fff transparent transparent transparent;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #E52635;
  -webkit-box-shadow: 0 2px 0 #B10D23;
  box-shadow: 0 2px 0 #B10D23;
}

a.btn img{
width: 40px;
margin-right: 10px;
}


@media only screen and (max-width:767px) {
.event_ex_box .content_tit{
font-size: 25px;
}
}

.event_ex_box .content_tit:before{
content: "";
position: absolute;
bottom: -55px;
left: 50%;
transform: translate(-50%,0);
width: 1.5px;
height: 60px;
background: #024D9E;
}
.event_ex_box .content_tit:after{
content: "";
position: absolute;
bottom: -60px;
left: 50%;
transform: translate(-50%,0);
width: 10px;
height: 10px;
border-radius: 10px;
background: #024D9E;
}
@media only screen and (max-width:1024px) {
.event_ex_box .content_tit:before{
bottom: -50px;
height: 50px;
}
.event_ex_box .content_tit:after{
bottom: -50px;
}
}
@media only screen and (max-width:767px) {
.event_ex_box .content_tit:before{
bottom: -265px;
height: 280px;
}
.event_ex_box .content_tit:after{
bottom: -270px;
}
}

.tit_box{
display: flex;
align-items: center;
}
@media only screen and (max-width:767px) {
.tit_box{
display: grid;
align-items: flex-start;
justify-content: flex-start;
height: 330px;
}

.tit_box .content_tit{
grid-column: 1 / 2;
grid-row: 1 / 3;
}
.tit_txt{
grid-column: 2 / 2;
grid-row: 2 / 3;
}
.tit_img{
grid-column: 2 / 2;
grid-row: 3 / 3;
}
}

.tit_txt{
margin-left: 30px;
flex: 1;
}
@media only screen and (max-width:767px) {
.tit_txt{
margin-left: 15px;
}
}

.tit_txt p{
font-weight: bold;
}
.tit_txt p span{
font-weight: bold;
line-height: 130%;
}

.tit_txt p.txt01{
font-size: 30px;
margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
.tit_txt p.txt01{
font-size: 25px;
margin-bottom: 10px;
}
}

.tit_txt p.txt01 span{
font-size: 20px;
display: block;
}
.tit_txt p.txt01 span.blue{
color: #1D2087;
}
@media only screen and (max-width:767px) {
.tit_txt p.txt01 span{
font-size: 18px;
letter-spacing: 0
}
}

.tit_txt p.txt02 span{
font-size: 12px;
}

.tit_img{
max-width: 350px;
margin-left: auto;
}
@media only screen and (max-width:1024px) {
.tit_img{
width: 30%;
}
}
@media only screen and (max-width:767px) {
.tit_img{
width: 95%;
margin-top: 15px;
margin-left: 5%;
}
}

.caption{
background: #DEF1FB;
border-radius: 15px;
padding: 30px;
margin: 15px 0;
text-align: justify;
}
@media only screen and (max-width:767px) {
.caption{
padding: 20px 15px 15px;
}
}

.caption h4{
font-size: 20px;
font-weight: bold;
color: #024D9E;
line-height: 120%;
margin-bottom: 15px;
}

.biography{
display: flex;
align-items: center;
margin: 0 50px;
}
@media only screen and (max-width:1024px) {
.biography{
align-items: flex-start;
}
}
@media only screen and (max-width:767px) {
.biography{
margin: 0;
}
}

.biography .img{
width: 120px;
margin-right: 30px;
border: 1px solid #999999;
}
@media only screen and (max-width:767px) {
.biography .img{
width: 90px;
margin-right: 15px;
}
}

.biography .txt{
flex: 1;
font-size: 14px;
line-height: 180%;
text-align: justify;
}
.biography .txt span{
font-weight: bold;
}
@media only screen and (max-width:1024px) {
.biography .txt{
line-height: 150%;
}
}
@media only screen and (max-width:767px) {
.biography .txt{
font-size: 12px;
letter-spacing: 0;
}
.biography .txt span{
font-size: 14px;
}
}

.crosstalk{
max-width: 210px;
margin: 50px auto;
}
@media only screen and (max-width:767px) {
.crosstalk{
max-width: 170px;
margin: 30px auto;
}
}

.omake{
font-size: 18px;
font-weight: bold;
color: #024D9E;
background: #fff;
border: 2px solid #024D9E;
border-radius: 50px;
margin-top: 50px;
padding: 10px 30px;
text-align: center;
}
@media only screen and (max-width:767px) {
.omake{
font-size: 16px;
margin-top: 30px;
}
}



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

	#　フッター

---------------------------------------- */
footer{
background: #024D9E;
color: #fff;
padding: 50px 0;
}
@media only screen and (max-width:767px) {
footer{
padding-bottom: 20px;
}
}

.foot_box{
width: 90%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

.contact_tit{
display: inline-block;
background: #fff;
font-size: 20px;
font-weight: bold;
color: #024D9E;
padding: 5px 30px;
border-radius: 50px;
text-align: center;
}

.name01{
text-align: center;
margin-top: 30px;
font-size: 23px;
}
@media only screen and (max-width:767px) {
.name01{
margin-top: 15px;
}
}

.name02{
text-align: center;
margin: 10px 0;
}

.kyousan_box{
margin: 50px 0;
}
@media only screen and (max-width:767px) {
.kyousan_box{
margin: 30px 0;
}
}

.kyousan_box > p span{
margin: 0 5px;
}

.kyousan_box > p.shusai{
font-size: 20px;
}
@media only screen and (max-width:767px) {
.kyousan_box > p.shusai{
margin-bottom: 10px;
}
}

.copy{
text-align: center;
}