@charset "UTF-8";
/*/bg/////////////*/
.area01 {
  height: auto;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.area02 {
  height: auto;
  background: #1a2e63;    
  padding-top: 100px;
}
.area03 {
  height: auto;
  background: #1a2e63;    
  padding-top: 100px;
}
.area04 {
  height: auto;
  background: #1A2E63;
}
.area05 {
  height: auto;
  background: #1A2E63;
}
.bkWhite {
    background: #fff;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
@media screen and (max-width: 768px) {
  .area01 {
    height: auto;
    background-position: center center;
    background-attachment: initial;
  }
  .area02 {
    padding-top: 50px;
  }
  .area03 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
/*/header/////////////*/
header {}
.headerInner {
  width: 98%;
  height: 60px;
  margin: 0 auto;
}
img.logo {
  width: 97px;
  margin: 14px 30px 0 0;
  display: inline-block;
  float: left;
}
ul.gateWrap {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 10px;
  height: 60px;
}
.gateWrap li {
  display: inline-block;
}
.gateWrap img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .headerInner {
    height: 190px;
  }
  ul.gateWrap {
    justify-content: center;
    width: 90%;
    margin: 40px auto;
  }
  .gateWrap li {
    display: inline-block;
    width: 50%;
  }
  img.logo {
    float: inherit;
  }
  .gateWrap img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .headerInner {
    height: 150px;
  }
  ul.gateWrap {
    justify-content: center;
    width: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 375px) {
  .headerInner {
    height: 110px;
  }
  ul.gateWrap {
    justify-content: center;
    width: 100%;
    margin: 0px auto;
  }
}
/*/main/////////////*/
img.main_visual {
  max-width: 1118px;
  width: 100%;
  height: auto;
  margin: 50px auto 0;
}
.mainText {
  width: 100%;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #1A2F63;
  padding: 30px 0;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  img.main_visual {
    width: 100%;
    margin: 0 auto 0;
  }
  .mainText {
    font-size: 1.063rem;
    padding: 10px 0;
  }
}
/*/area02 /////////////*/
.stageBox {
  display: flex;
  text-align: left;
  padding-bottom: 50px;
}
.feature_txt {
  width: 60%;
}
.stageBox h3 {
  font-size: 1.5rem;
}
.feature_txt p {
  font-size: 1.063rem;
}
.pict {
  width: 40%;
  margin-left: 3%;
}
.pict img {
  width: 80%;
  height: auto;
}
.stageBox:nth-child(odd) {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.stageBox:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: 30%;
  padding: 0 5% 40px;    
}
.stageBox:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;  
}
@media screen and (max-width: 768px) {
  .stageBox {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .feature_txt {
    width: 100%;
    text-align: left;
  }
  .stageBox h3 {
    font-size: 1.25rem;
  }
  .feature_txt p {
    font-size: 1rem;
  }
  .pict {
    width: 100%;
    text-align: center;
    min-height: 0%;
  }
  .pict img {
    width: 43%;
    height: auto;
  }
  .stageBox:nth-child(even) {
    flex-direction: column-reverse;
    width: 80%;
    margin: 0 auto; 
  }
}
/*/area03 step/////////////*/
.step_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.step_column {
  width: calc(100% / 3 - 16.18px / 1 * 2);
  padding-bottom: 60px;
}
img.stepImg {
  width: 80%;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.step_column p {
  font-size: 1rem;
  text-align: justify;
}
img.stepImg.step_09 {
  width: 50%;
  padding-top: 80px;
}
img.form_btn02 {
  width: 260px;
}
img.step06 {
  width: 55%;
  padding: 50px;
}
.step_container a {
  color: #0080FF;
}
@media (max-width: 768px) {
  .step_container {
    padding: 0 30px 0px;
    width: 80%;  
  }
  .step_column {
    width: 100%;
    padding-bottom: 30px;
  }
}
/*/area04 event_list/////////////*/
ul#event_list_block {
  color: #fff;
  max-width: 800px;
  width: 100%;
  margin: -50px auto 0;
}
.news_list {
  display: block;
  padding: 50px 0;
}
.event_title_wrapper {
  color: #000;
  margin-bottom: 10px;
}
.event_day {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}
.event_title {
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
}
.thumbnail-wrapper img {
    width: 100%;
}
@media screen and (max-width: 768px) {
  ul#event_list_block {
    margin-top: -20px;
  }
  .news_list {
    padding: 20px 0;
  }
  .section4Title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .event_day {
    font-size: 0.875rem;
  }
  .event_title {
    font-size: 1rem;
  }
  .thumbnail-wrapper img {
    width: 100%;
  }
}
/*/area05 footer/////////////*/
footer {}
.infoWrap {
  padding: 30px 0;
}
.infoWrap p {
  display: block;
  color: #fff;
  font-size: 1rem;
}
.infoWrap a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
  .footerInner {
    width: 100%;
    text-align: center;
  }
  .footerNote {
    margin: auto auto;
  }
  .footerNote {
    margin: 10px auto;
    display: block;
  }
}
/*/member_fixed/////////////*/
img.member_fixed {
  width: 136px;
  position: fixed;
  right: 30px;
  top: 120px;
}
@media screen and (max-width: 768px) {
  img.member_fixed {
    display: none;
  }
}