@import url('https://fonts.googleapis.com/css2?family=Inter&family=Odibee+Sans&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap');


* {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.head h2 {
    font-size: 40px;
    font-weight: 500px;
    color: #0F3174;
}
.head{
    margin-bottom: 200px;
    padding: 20px;
    margin-top: 33px;
    text-align: center;
    position: relative;
}

/* section-1 */

.section-1 {
    padding: 0 100px;
}

.section-1 .content-1 .text {
    margin-top: auto;
    margin-bottom: auto;
}

.section-1 .content-1 .top p {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #0F3174;
}

.section-1 .content-1 .bottom p {
    font-weight: 400;
    font-size: 20.8px;
    line-height: 25px;
    color: #0F3174;
}

.section-1 .content-2 {
    margin-top: 62px;
}

.section-1 .content-2 .parent-layer .text-layer .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0F3174;
}

.section-1 .content-2 .parent-layer .text-layer .decs {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    margin-top: -15px;
}

.section-1 .content-3 .title p {
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
    color: #0F3174;
    margin-bottom: 60px;
    margin-top: 60px;
}

.section-1 .content-3 .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #0F3174;
}

.section-1 .content-3 .text .text-1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #BD9C6C;
    margin-bottom: 10px;
}

/* section-2 */
.section-2 {
    margin-top: 42px;
}

.section-2 .content-1 .text-layer {
    background: #0F3174;
    padding: 0 15px;
}

.section-2 .content-1 .text-layer .top p {
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
    color: #FBFBFB;
    padding-top: 57px;
}

.section-2 .content-1 .text-layer .bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FBFBFB;
    padding-bottom: 45px;
}

.section-2 .content-2 {
    margin-bottom: 180px;
}

.section-2 .content-2 .top p {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #0F3174;
    margin-bottom: 80px;
    margin-top: 100px;
}

.section-2 .content-2 .bottom .layer {
    border: 1px solid #0F3174;
    padding: 100px 40px;
    height: 290px;
    position: relative;
}

.section-2 .content-2 .bottom .layer .image {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    background-color: #0F3174;
    display: flex;
    align-items: center;
    position: absolute;
    top: -65px;
    left: 40%;
}

.section-2 .content-2 .bottom .layer .image .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.info-container{
    position: relative;
}
@media all and (min-width: 991px) and (max-width: 1199px) {
    .yen-co{
        height: 316px;
    }
}
@media all and (min-width: 760px) and (max-width: 991px) {
    .birth-left {
        position: absolute;
        width: 153px;
        height: 158px;
        top: 22px;
        left: 18%;
    }
    .birth-right {
        position: absolute;
        width: 199px;
        height: 205px;
        top: -23px;
        right: 13%;
    }
    .yen-co{
        width: 100%;
    }
    .section-2 .content-2 .bottom .layer {
        border: 1px solid #0F3174;
        padding: 100px 40px;
        height: 380px;
        position: relative;
    }
    .section-2 .content-2 .bottom .layer .image {
        height: 112px;
        width: 112px;
        border-radius: 50%;
        background-color: #0F3174;
        display: flex;
        align-items: center;
        position: absolute;
        top: -65px;
        left: 31%;
    }
}
@media all and (min-width: 480px) and (max-width: 780px) {
    .birth-right {
        position: absolute;
        width: 169px;
        height: 189px;
        top: 30px;
        right: -3%;
    }
    .birth-left {
        position: absolute;
        width: 114px;
        height: 114px;
        top: 61px;
        left: 6%;
    }
    .yen-co{
        width: 100%;
    }
    .head {
        margin-bottom: 120px;
    }
}
@media all and (min-width: 0px) and (max-width: 480px) {
    .section-2 .content-2 .bottom .layer {
        border: 1px solid #0F3174;
        padding: 100px 40px;
        height: 400px;
        position: relative;
    }
    .section-1{
        padding: 0 10px;
    }
    .head {
        margin-bottom: 50px;
    }
    .section-2 .content-2 .bottom .layer .image {
        height: 112px;
        width: 112px;
        border-radius: 50%;
        background-color: #0F3174;
        display: flex;
        align-items: center;
        position: absolute;
        top: -65px;
        left: 37%;
    }
}





@media (min-width: 1481px) and (max-width: 1780px) {
  
    .head h2 {
        font-size: 30px;
    }
    .section-1 .content-1 .top p {
        font-size: 30px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 20.8px;
    }
    .section-1 .content-3 .title p {
        font-size: 32px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 32px;
    }
    .section-2 .content-2 .top p {
        font-size: 30px;
    }
}


@media (min-width: 1281px) and (max-width: 1480px) {
  
    .head h2 {
        font-size: 28px;
    }
    .head p{
        font-size: 14px;
    }
    .section-1 .content-1 .top p {
        font-size: 28px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 18.8px;
    }
    .section-1 .content-2 .parent-layer .text-layer .name {
        font-size: 18px;
    }
    .section-1 .content-3 .title p {
        font-size: 30px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 30px;
    }
    .section-2 .content-2 .top p {
        font-size: 28px;
    }
  }
  
@media (min-width: 1025px) and (max-width: 1280px) {
    
    .head h2 {
        font-size: 26px;
    }
    .section-1 .content-1 .top p {
        font-size: 26px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 16.8px;
    }
    .section-1 .content-3 .title p {
        font-size: 28px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 28px;
    }
    .section-2 .content-2 .top p {
        font-size: 26px;
    }
}
  
  @media (min-width: 768px) and (max-width: 1024px) {
   
    .head h2 {
        font-size: 24px;
    }
    .head p{
        font-size: 12px;
    }
    .section-1 .content-1 .top p {
        font-size: 24px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 16.8px;
    }
    .section-1 .content-2 .parent-layer .text-layer .name {
        font-size: 16px;
    }
    .section-1 .content-3 .title p {
        font-size: 26px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 26px;
    }
    .section-2 .content-2 .top p {
        font-size: 24px;
    }
    
}

  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .head h2 {
        font-size: 22px;
    }
    .section-1 .content-1 .top p {
        font-size: 22px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 14.8px;
    }
    .section-1 .content-3 .title p {
        font-size: 24px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 24px;
    }
    .section-2 .content-2 .top p {
        font-size: 22px;
    }
    .section-1 .content-3 .text p {
        font-size: 14px;
    }
    
}
  
  
  @media (min-width: 481px) and (max-width: 767px) {
   
    .head h2 {
        font-size: 20px;
    }
    .head p{
        font-size: 12px;
    }
    .section-1 .content-1 .top p {
        font-size: 20px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 14px;
    }
    .section-1 .content-2 .parent-layer .text-layer .name {
        font-size: 14px;
    }
    .section-1 .content-3 .title p {
        font-size: 22px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 22px;
    }
    .section-2 .content-2 .top p {
        font-size: 20px;
    }
    .section-1 .content-3 .text p {
        font-size: 14px;
    }
}
  
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .head h2 {
        font-size: 18px;
    }
    .head p{
        font-size: 10px;
    }
    .section-1 .content-1 .top p {
        font-size: 18px;
    }
    .section-1 .content-1 .bottom p {
        font-size: 12px;
    }
    .section-1 .content-2 .parent-layer .text-layer .name {
        font-size: 14px;
    }
    .section-1 .content-3 .title p {
        font-size: 20px;
    }
    .section-2 .content-1 .text-layer .top p {
        font-size: 20px;
    }
    .section-2 .content-2 .top p {
        font-size: 18px;
    }
    .section-1 .content-3 .text p {
        font-size: 12px;
    }
}