﻿@charset "utf-8";
body { 
  position:relative;
  margin-top: 100px;
}
.sp { display: none;  }
.pc { display: block; }
img { width:auto; max-width: 100%; }

#wrap { 
	width:100%;
}

.inbox01 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .inbox01 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.subnav {
  background-size: auto auto;
  background-color: rgba(58, 76, 160, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(50, 66, 148, 1) 6px, rgba(50, 66, 148, 1) 12px );
  padding: 24px 0;
}
.subnav ul {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.subnav li {
  width: 46.88%;
}
.subnav li img {
  width: 100%;
}
.subnav li:nth-child(1) {
  margin-right: 6.24%;
}

/* =============================== header =============================== */

header {
  height: 100px;
}

header h1 {
  position: absolute;
  left: 10px;
  top: 0;
  padding: 10px 4px;
  width: auto;
  height: 80px;
}
header h1 img {
  height: 100%;  
}
header .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 26px;
  width: auto;
  text-align: center;
}

/* =============================== mainimg =============================== */

#mainimg {
  text-align: center;
  position: relative;
  background: url(../img/mainimg_pc.jpg) no-repeat center center;
  background-size: cover;
}
#maintxt {
  height: 44.8%;
  width: auto;
}



/* =============================== choice =============================== */

#choice {
  padding: 80px 0;
}
#choice .copy01 {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
#choice .imgbox01 {
  background: url(../img/choice_bg01_pc.png) no-repeat center top 0;
  background-size: 100% auto;
}
#choice .imgbox01 .inbox01 {
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#choice .imgbox01 .inbox01 .image_l {
  width: 53.34%;
}
#choice .imgbox01 .inbox01 .image_l .photo {
  width: 98.6%;
  margin-right: 1.4%;
  margin-bottom: 120px;
}
#choice .imgbox01 .inbox01 .txt_r {
  width: 46.66%;
}
#choice .imgbox01 .inbox01 .txt_r .txt01 {
  padding-left: 8.3%;
  font-size: 18px;
  color: #fff;
  line-height: 210%;
  margin-top: 40px;
  margin-bottom: 0;
  text-shadow: 
    #348ebf 2px 0px,  #348ebf -2px 0px,
    #348ebf 0px -2px, #348ebf 0px 2px,
    #348ebf 2px 2px , #348ebf -2px 2px,
    #348ebf 2px -2px, #348ebf -2px -2px,
    #348ebf 1px 2px,  #348ebf -1px 2px,
    #348ebf 1px -2px, #348ebf -1px -2px,
    #348ebf 2px 1px,  #348ebf -2px 1px,
    #348ebf 2px -1px, #348ebf -2px -1px;
}
#choice .copy02 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#choice .arrow01 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#choice .copy03 {
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}
#choice .imgbox02 .inbox01 {
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#choice .imgbox02 .image_r {
  width: 53.34%;
  order: 2;
}
#choice .imgbox02 .inbox01 .image_r img {
  width: 98.6%;
  margin-left: 1.4%;
}
#choice .imgbox02 .inbox01 .txt_l {
  width: 43.33%;
}
#choice .imgbox02 .inbox01 .txt02 {
  font-size: 18px;
  line-height: 210%;
  margin-top: 20px;
  margin-bottom: 10px;
}


/* =============================== challenge =============================== */

#challenge {
  padding: 40px 0 80px;
  background: url(../img/challenge_bg01_pc.png) no-repeat center top 0;
  background-size: 100% auto;
  position: relative;
}
#challenge .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #challenge .ttl img {
    max-width: 94%;
  }
}
#challenge .inbox01 {
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#challenge .inbox01 .image_l {
  width: 53.34%;
  margin-right: 3.16%;
}
#challenge .inbox01 .image_l img {
  width: 100%;
}
#challenge .inbox01 .txt_r {
  width: 43.5%;
}
#challenge .txt01 {
  font-size: 18px;
  line-height: 210%;
  margin-top: 40px;
  margin-bottom: 0
}
#challenge .txt02 {
  font-size: 14px;
  line-height: 170%;
  margin-top: 15px;
  margin-bottom: 20px;
}
#challenge .inbox02 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#challenge .arrow01 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#challenge .copy01 {
  width: 100%;
  text-align: center;
}
#challenge .inbox02 img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #challenge .inbox02 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

/* =============================== merit =============================== */

#merit {
  margin-top: 40px;
  padding: 60px 0 80px;
}
#merit .ttl {
  width: 100%;
  text-align: center;
  margin: -100px auto 80px;
}
#merit ul {
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#merit li {
  width: 46%;
  margin-bottom: 50px;
}
#merit .sttl01 {
  margin-bottom: 20px;
}
#merit .sttl02 {
  color: #1891d1;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
#merit .sttl02 small {
  color: #1891d1;
  font-size: 18px;
  font-weight: bold;
}
#merit .merit01 .image {
  width: 94.05%;
  padding-right: 5.05%;
  margin-bottom: 40px;
}
#merit .merit02 .image {
  width: 92.72%;
  padding-left: 6.38%;
  margin-bottom: 40px;
}
#merit .merit03 .image {
  width: 94.05%;
  padding-right: 5.05%;
  margin-bottom: 40px;
}
#merit .txt01 {
  font-size: 16px;
  line-height: 170%;
}

/* =============================== selection =============================== */

#selection {
  padding: 60px 0 80px;
  background: #e9f1f9;
}
#selection .ttl {
  width: 100%;
  text-align: center;
  margin: 40px auto 40px;
}
#selection .sttl01 {
  margin-bottom: 20px;
  text-align: center;
}

#selection .txt01 {
  font-size: 16px;
  line-height: 170%;
}
.selection_block{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.selection_box{
  width: 48%;
  background: #fff;
  position: relative;
  padding: 5%;
  margin-top: 40px;
}
.selection_box .num{
  position: absolute;
  width: 14%;
  top: 0;
  left: 0;
}
.selection_box .image{
  width: 100%;
  margin-bottom: 20px;
}
.selection_box .comment{
  text-indent: -1em;
  padding-left: 1em;
}
.selection_venue{
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.venue_box{
  width: 32%;
  background: #1891d1;
  margin-top: 20px;
  margin-right: 4%;
}
.venue_box:nth-child(3n){
  margin-right: 0;
}
.venue_box h3{
  color: #fff;
  font-size: 28px;
  padding: 10px;
  background: #137eb6;
  text-align: center;
}
.venue_box .date{
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #fff;
}
.venue_box .area{
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.venue_box .area .txt{
  display: block;
}
.venue_box .area .color{
  color: #fff001;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

/* =============================== register =============================== */

#register {
  padding-bottom: 80px;
}
#register .ttl {
  position: relative;
  padding:60px 0;
  text-align: center;  
  background: rgb(38,115,193);
  background: -moz-linear-gradient(left, rgb(38,115,193) 0%, rgb(58,152,190) 100%);
  background: -webkit-linear-gradient(left, rgb(38,115,193) 0%,rgb(58,152,190) 100%);
  background: linear-gradient(to right, rgb(38,115,193) 0%,rgb(58,152,190) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2673c1', endColorstr='#3a98be',GradientType=1 );
}
#register .ttl:before ,
#register .ttl:after {
  display: block;
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
}
#register .ttl:before {
  background: url(../img/register_ttl_liner.png) no-repeat right top;
  top: 27px;
  right: 0;
}
#register .ttl:after {
  background: url(../img/register_ttl_linel.png) no-repeat left top;
  bottom: 27px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #register .ttl img {
    max-width: 90%;
  }
  #register .ttl:before ,
  #register .ttl:after {
    display: block;
    content: "";
    width: 80%;
    height: 13px;
    position: absolute;
  }
  #register .ttl:before {
    background: url(../img/register_ttl_liner.png) no-repeat right top;
    background-size: 100% 13px;
  }
  #register .ttl:after {
    background: url(../img/register_ttl_linel.png) no-repeat left top;
    background-size: 100% 13px;
  }
}
#register .txt01 {
  font-size: 18px;
  line-height: 170%;
  margin-top: 40px;
  margin-bottom: 40px;
}
#register .image {
  width: 100%;
  height: 1px;
  padding-top: 39.06%;
  background: url(../img/register_img01_pc.jpg) no-repeat center center;
  background-size: cover;
}
#register ul {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#register li {
  width: 47.8%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
#register li img {
  width: 100%;
}

/* =============================== voice =============================== */

#voice {
  padding: 60px 0 40px;
  background: url(../img/voice_bg01.png) repeat;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #voice {
    max-width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#voice .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#voice .txt01 {
  font-size: 18px;
  text-align: center;
  line-height: 170%;
  margin-bottom: 60px;
}
#voice ul {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#voice li {
  width: 48%;
  box-sizing: border-box;
  background: #fff;
  padding: 30px 5%;
  border: 3px solid #b9c0cb;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#voice li .txt {
  padding-top: 2%;
}
#voice li .txt span {
  font-size: 18px;
}
#voice li .txt h3 {
  font-size: 26px;
}
#voice li .txt h3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 16px solid #354ea0;
  left: 20px;
  top: 8px;
}


/* =============================== online =============================== */

#online {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: auto auto;
  background-color: rgba(24, 145, 209, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(42, 154, 213, 1) 8px, rgba(42, 154, 213, 1) 16px );
}
#online .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#online .image {
  text-align: center;
}
#online .txt01 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 60px;
}
#online ul {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items    : flex-end;
  align-items        : flex-end;
  justify-content: space-between;
}
#online li {
  width: 47.8%;
  margin-bottom: 0;
}
#online li img {
  width: 100%;
}
.online_block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.online_block .online_box{
  width: 48%;
  padding: 3% 5%;
}

/* =============================== footer =============================== */

#footer {
  padding-top: 80px;
}
#footer_inner {
  padding-bottom: 80px;
}
#footer .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#footer .address {
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
#footer .contact_list {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
#footer .contact_list li {
  width: 47.8%;
}


#copyright {
  font-size: 14px;
}




/*上下中央*/
.nakami {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/
/*hoverなど簡易アニメーションベース*/
.animaion_base { transition:.3s; }

/*hover caption kaiten*/
figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
figure:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}


.btn_gotop { position:absolute; right:20px; bottom:20px; z-index:9999; }