@charset "UTF-8";
@import url("https://use.typekit.net/yka6xwo.css");

.area01{
    background: url(../images/bg.png) right top -150px no-repeat;
    margin-bottom: 80px;
}

.area01 .img{
    margin-bottom: 80px;
    position: relative;
}

.area01 .img img{
    width: 100%;
}

.area01 .img h2{
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 1.7 !important;
}

.area01 .zoo{
    color: #e5e4e0;
    font-size: 100px;
    font-size: 10.0rem;
    margin-bottom: 20px;
}

.area01 .message{
    line-height: 2.4 !important;
    text-align: center;
}

.area02{
    margin-bottom: 80px;
}    

.area02 .secInr{
    border: 5px solid #fff;
    padding: 80px 50px;
}

.area02 .secInr ul{
    margin-bottom: 100px;
}

.area02 .secInr .flexBox{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.area02 .secInr .flexBox .bg{
    position: relative;
    width: 50%;
}

/*.area02 .secInr .flexBox .bg:before{
    content: "";
    position: absolute;
    padding: 20px;
    width: 120%;
    height: fit-content;
    display: grid;
    z-index: 1;
}*/

.area02 .secInr .flexBox .bg h4{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7;
    position: relative;
    padding: 40px 55px;
    z-index: 2;
}

.area02 .secInr .flexBox.first .bg h4{
    background: rgb(232,220,220);
    background: linear-gradient(90deg, rgba(232,220,220,1) 0%, rgba(241,240,238,1) 100%);
}

.area02 .secInr .flexBox.even .bg h4{
    background: rgb(224,217,224);
    background: linear-gradient(90deg, rgba(224,217,224,1) 0%, rgba(241,240,238,1) 100%);
}

.area02 .secInr .flexBox.last .bg h4{
    background: rgb(208,215,225);
    background: linear-gradient(90deg, rgba(208,215,225,1) 0%, rgba(241,240,238,1) 100%);
}

.area02 .secInr .flexBox .detail{
    margin-left: -110px;
    padding-top: 58px;
    width: 70%;
    z-index: 3;
}

.area02 .secInr .position{
    font-size: 24px;
    font-size: 2.4rem;
    text-align: right;
    line-height: 1.7 !important;
}

.area02 .secInr .position small{
    font-size: 16px;
    font-size: 1.6rem;
}

.area02 .secInr .position span{
    font-size: 20px;
    font-size: 2.0rem;
}

@media only screen and (max-width: 1330px) {
.area01 .img h2 {
    font-size: 26px;
    font-size: 2.6rem;
}

.area02 .secInr .flexBox .bg h4 {
    padding: 40px 40px;
}

.area02 .secInr .flexBox .detail {
    margin-left: -30px;
}
}

@media only screen and (max-width: 910px) {
.area01 .img h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

.area02 .secInr .flexBox .bg h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 25px 35px;
}

.area01 .img h2 {
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4!important;
}    

}

@media only screen and (max-width: 400px) {
.area01 {
    background: url(../images/bg.png) right top -120px no-repeat;
}

.area01 .img {
    margin-bottom: 40px;
}

.area01 .img h2 {
    font-size: 18px;
    font-size: 1.8rem;
}

.area01 .zoo {
    color: #fff;
    font-size: 40px;
    font-size: 4.0rem;
    margin-bottom: 30px;
    text-align: center;
}

.area02 .secInr {
    padding: 28px 15px;
}

.area02 .secInr ul {
    margin-bottom: 0;
}

.area02 .secInr .flexBox {
    display: block;
}    

.area02 .secInr .flexBox .bg:before {
    content: "";
    position: absolute;
    padding: 20px;
    width: 100%;
}    

.area02 .secInr .flexBox .bg {
    margin-bottom: 10px;
    width: 100%;
}

.area02 .secInr .flexBox .bg h4 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 25px;
}

.area02 .secInr .flexBox .detail {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
}

.area02 .secInr .position {
    font-size: 18px;
    font-size: 1.8rem;
}    

.area02 .secInr .position small {
    font-size: 12px;
    font-size: 1.2rem;
}

.area02 .secInr .position span {
    font-size: 14px;
    font-size: 1.4rem;
}

}

/*------------------------------------animation--*/

@media only screen and (min-width: 1024px) {
.area02 .secInr .flexBox.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
.area02 .secInr .flexBox.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
}

