@charset "utf-8";
#mv {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
#mv .mv {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url('../images/top/mv_bg_pc.jpg');
  height: 52.8vw;
  box-sizing: border-box;
  padding: 0 5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
#mv .mv .mv_copy {
  text-align: right;
  width: 52%;
  padding-bottom: 3vw;
}
/* #section01 {
	position: relative;
	top: -30px;
	padding-bottom: 30px;
} 
#section01 h2 {
  max-width: 1180px;
  margin: 0 auto;
}*/
#section02 {
  background: url('../images/top/section2_bg.jpg') no-repeat center top;
}
#section02 section {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}
#section02 section .title_style01 {
  border-bottom: solid 2px #fff;
  color: #fff;
  margin-bottom: 65px;
}
#section02 section .title_style01::before,
#section02 section .title_style01::after {
  border: solid 1px #fff;
}
#section02 section p {
  max-width: 460px;
  margin: 0 auto 60px;
}
#section02 .section02_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section02 .section02_box > div {
  width: 48.5%;
}
#section02 .section02_box h3 {
  margin-bottom: 30px;
  border: solid 2px rgba(255, 255, 255, 1);
  color: #fff;
}
#section02 .section02_box dl dt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
#section02 .section02_box dl dd {
  font-weight: 500;
}
#section02 .section02_box dl dd a {
  color: #fff;
}
#section03 {
  background-color: #fff;
}
#section03 section {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
}
#section03 section .title_style01 {
  border: solid 1px;
  border-radius: 100px;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 2.6rem;
  padding: 14px 1em;
}
#section03 .section03_box ul li {
  padding: 18px 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#section03 .section03_box ul li:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
#section03 .section03_box ul li .date {
  width: 12%;
  font-size: 2rem;
  color: #a98746;
  font-weight: 700;
}
#section03 .section03_box ul li .text {
  width: 87%;
  font-weight: 500;
}
.endBox {
  margin: 60px 0 0;
  border: solid 2px rgba(255, 255, 255, 0.4);
  padding: 50px 5%;
}
.endBox p {
  font-size: 1.2em;
  font-weight: 700;
  max-width: 100% !important;
  line-height: 2;
}
.endBox .endMessage {
  text-align: right;
  font-weight: 500;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  #section02 .section02_box dl dd a:hover {
    opacity: 0.75;
    text-decoration: underline;
  }
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #mv {
  }
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 641px) {
  #mv .mv {
    height: 54vw;
  }
  #logo_box a {
    padding: 0;
  }
  #logo_box a img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: 50px;
  }
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #mv .mv {
    background-image: url(../images/top/mv_bg_sp.jpg);
    background-size: 100% auto;
    background-position: center top;
    height: 120vw;
  }
  #mv .mv .mv_copy {
    display: none;
  }
  /* #section01 {
    top: -2.5vw;
    padding-bottom: 30px;
  } */
  #section02 {
    background-size: cover;
  }
  #section02 section {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
  #section02 section .title_style01 {
    margin-bottom: 30px;
  }
  #section02 section p {
    max-width: 70%;
    margin: 0 auto 10vw;
  }
  #section02 .section02_box {
    display: block;
  }
  #section02 .section02_box > div {
    width: 100%;
    margin-bottom: 10vw;
  }
  #section02 .section02_box h3 {
    margin-bottom: 4vw;
  }
  #section02 .section02_box dl dt {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #section03 section {
    padding-top: 8vw;
    padding-bottom: 6vw;
  }
  #section03 section .title_style01 {
    font-size: 1.88rem;
    margin-bottom: 20px;
  }
  #section03 .section03_box ul li {
    padding: 12px 0;
    display: block;
  }
  #section03 .section03_box ul li > span {
    display: block;
  }
  #section03 .section03_box ul li .date {
    width: 100%;
    font-size: 1.5rem;
  }
  #section03 .section03_box ul li .text {
    width: 100%;
  }
  .endBox {
    padding: 20px 5%;
    margin: 40px 0;
  }
  .endBox p {
    text-align: left;
  }
}
