/*common*/
#main_contents{
  margin-top: 85px;
  overflow: hidden;
}
.en{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.txt01{
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
}
.head02{
  font-size: 80px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #bd272d;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sub_ttl{
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.sub_ttl span{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0 110px;
  color: #bd272d;
}
.sub_ttl span::before,
.sub_ttl span::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  height: 2px;
  background-color: #bd272d;
}
.sub_ttl span::before{
  left: 0;
}
.sub_ttl span::after{
  right: 0;
}
.inner01{
  width: 90%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
#information{
  background-color: #bd272d;
  padding: 120px 0 75px;
}
#information p,
#information .txt01 a{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#information .head02{
  color: #fff;
}
#information .sub_ttl span{
  color: #fff;
}
#information .sub_ttl span::before,
#information .sub_ttl span::after{
  background-color: #fff;
}
.sub_ttl02{
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 50px;
}

.sub_ttl02:before,
.sub_ttl02:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #d47276;
}
.sub_ttl02:before {
    margin-right: 2rem;
}

.sub_ttl02:after {
    margin-left: 2rem;
}
.head03{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
#information .sub_ttl{
  margin-bottom: 40px;
}
#information .sub_ttl span{
  font-size: 25px;
}
.btn02{
  margin-top: 30px;
  margin-bottom: 95px;
}
.btn02 a{
  width: 600px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #930000;
  font-size: 27px;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 0.05em;
  border: 2px solid #930000;
  border-bottom-width: 4px;
  position: relative;
  transition: all .3s;
}
.btn02 a span {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #930000;
  border-right: solid 2px #930000;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  right: 45px;
  top: 50%;
  transition: all .3s;
}
.btn02 a:hover{
  background-color: #e5a9ab;
  color: #fff;
}
.btn02 a:hover span{
  right: 40px;
  border-color: #fff;
}
.btn02.last{
  margin-bottom: 20px;
}
.flow_box01{
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.flow_box01 dt{
  padding: 25px 80px;
  border-bottom: 4px solid #fff0e6;
  font-size: 25px;
  font-weight: bold;
}
.flow_box01 dt::before{
  content: '●';
  color: #bd272d;
  margin-right: 5px;
}
.flow_box01 dd{
  padding: 30px 80px 40px;
}
.flow_box01 dd a{
  color: #bd272d;
  text-decoration: underline;
  transition: all .3s;
}
.flow_box01 dd a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.flow_ttl01{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #bd272d;
}
.flow_box01 .btn01{
  margin-top: 10px;
}
.flow_box01 .btn01 a{
  font-size: 18px;
  font-weight: 500;
  color: #bd272d;
  letter-spacing: 0.05em;
  transition: all .3s;
}
.flow_box01 .btn01 a:hover{
  opacity: 0.8;
}
.flow_box01 .btn01 a span{
  width: 10px;
  display: inline-block;
  height: 10px;
  border-top: solid 2px #bd272d;
  border-right: solid 2px #bd272d;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: all .3s;
}
.flow_box01 .btn01 a:hover span{
  margin-left: 15px;
}
.pc_none{
  display: none;
}
@media screen and (max-width: 899px){
#main_contents{
  margin-top: 70px;
}
.head02{
  font-size: 50px;
  margin-bottom: 15px;
}
.sub_ttl{
  margin-bottom: 40px;
}
.sub_ttl span{
  font-size: 20px;
  padding: 0 60px;
}
.sub_ttl span::before, .sub_ttl span::after{
  width: 45px;
}
.btn02{
  margin-bottom: 40px;
}
.btn02 a{
  width: 90%;
  height: 50px;
  font-size: 16px;
}
.btn02 a span{
  width: 10px;
  height: 10px;
  right: 15px;
}
.flow_box01{
  border-radius: 10px;
  margin-bottom: 20px;
}
.flow_box01 dt{
  padding: 15px 5%;
  font-size: 18px;
}
.flow_box01 dd{
  padding: 20px 5%;
}
.flow_ttl01{
  font-size: 16px;
}
.flow_box01 .btn01 a{
  font-size: 14px;
}
#information{
  padding: 80px 0 60px;
}
.pc_none{
  display: block;
}
}
@media screen and (max-width: 599px){
.head02{
  font-size: 40px;
}
.sub_ttl02{
  font-size: 20px;
  margin-bottom: 25px;
}
.head03{
  font-size: 25px;
}
#information .sub_ttl span{
  font-size: 18px;
}
#information .txt01{
  padding: 0 5%;
}

}