@charset "UTF-8";
main{
  overflow: hidden;
}
.under_mv{
  background: url("../../img/mv.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro {
    padding-top: 60px;
    max-width: 1024px;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.cross {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
a.cross_row {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 512px;
  background: url("../img/bg_02_l.png") no-repeat left center,linear-gradient(45deg,#1673C2,#359DE3) no-repeat right;
  -webkit-background-size: contain, 50% 100%;
  background-size: contain, 50% 100%;
  position: relative;
}
a.cross_row--rev {
  background:linear-gradient(45deg,#1673C2,#359DE3) no-repeat, url("../img/bg_02_r.png") no-repeat right center;
  -webkit-background-size: 50% 100%, contain;
  background-size: 50% 100%, contain;
  flex-direction: row-reverse;
}
a.cross_row::before{
  content: '';
  background: url("../img/bg_02_c.svg") no-repeat center top;
  -webkit-background-size: auto;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  
}
.cross_head {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 512px;
    min-width: 512px;
    padding-bottom: 60px;
    position: relative;
}
.cross_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 512px;
    min-height: 512px;
    justify-content: center;
  padding: 5% 20px;
    position: relative;
}
.cross_theme {
    background: linear-gradient(90deg, transparent, #fff, transparent);
    width: 100%;
    text-align: center;
    color: #1673C2;
    font-size: 2rem;
    font-weight: lighter;
}
.cross_name {
    font-size: 3.6rem;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
.cross_sub {
    color: #Fff;
    line-height: 2;
    margin-top: 10px;
}
.cross_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    color: #1673C2;
    font-weight: bold;
    margin-top: 30px;
}

.ft_cont::before{
  background: url("../../img/ft_bg_t.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {

a.cross_row,
  a.cross_row--rev{
    max-width: 512px;
    width: 90%;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }
a.cross_row {
  background: url("../img/bg_02_l.png") no-repeat top center,linear-gradient(45deg,#1673C2,#359DE3) no-repeat right;
  -webkit-background-size: contain, cover;
  background-size: contain, cover;
}
a.cross_row--rev {
  background: url("../img/bg_02_r.png") no-repeat top center,linear-gradient(45deg,#1673C2,#359DE3) no-repeat right;
  -webkit-background-size: contain, cover;
  background-size: contain, cover;
  }
.cross_head {
    min-width: 0;
    width: 100%;
    min-height: 0;
    max-height: 512px;
    height: 81vw;
    padding: 0 5% 19%;
}
.cross_body {
    min-width: 0;
    min-height: 0;
    padding: 30px 5%;
}
.cross_name {
    font-size: 2.4rem;
}
a.cross_row::before {
    background: url(../img/bg_02_c.svg) no-repeat center top 35%;
    -webkit-background-size: contain;
    background-size: contain;
}
}
@media print {
}