@charset "utf-8";.crumbsList {
    margin-bottom: 0;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom:10px;
}

.wrapper2, .wrapper4 {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
} 

.wrapper3 {
    max-width: 1263px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
} 

.wrapper .section2 {
    text-align: center;
    background: #fff;
    width: 70.5%;
    margin: auto;
}
.wrapper .section3 {
    width: 50%;
}

.wrapper .section2 {
    text-align: center;
    background: #fff;
    width: 70.5%;
    margin: auto;
}

.wrapper .section2.base_text{
    background: #f0ece4;
}

.wrapper .section2 div {
    width: 100%;
}

.wrapper .section2 div span.en_font_base {
    display: block;
    position: relative;
    text-align:center;
    font-size:1.2em;
    padding: 20px 0px;
}

.wrapper .section2 div span.en_font {
    display: block;
    position: relative;
    text-align:center;
    font-size:1.2em;
    padding: 10px 0px 10px 0px;
    font-family: TT Norms Pro Regular;
}

.wrapper .section2 span span.en_font {
    display: block;
    position: relative;
    text-align:center;
    font-size:1.2em;
    padding: 10px 50px;
    font-family: TT Norms Pro Regular;
}

.wrapper .section2 div span.jp_font {
    display: block;
    position: relative;
    text-align:center;
    font-size:1.3em;
    padding: 20px 0px 0px 0px;
    font-family: SawarabiGothic Regular;
}


.wrapper .section2 div.header_img span {
    padding-top: 130px;
}

p.jp_font{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: SawarabiGothic Regular;
}

p.en_font{
    font-size: 100%;
    font-weight: normal;


    line-height: 2;
    display: block;
    font-family: TT Norms Pro Medium;
}

span.en_font_base{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Regular;
}

p.base_en_font{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Regular;
}

.img_div {
    border-left: 20px;
    border-right: 20px;
    border-top: 20px;
    border-color: #fff;
    border-style: solid;
}

.img_div_first {
    border-left: 35px;
    border-right: 10px;
    border-top: 20px;
    border-bottom: 25.5px;
    border-color: #fff;
    border-style: solid;
}

.img_div_sec {
    border-left: 10px;
    border-right: 35px;
    border-top: 20px;
    border-color: #fff;
    border-style: solid;
}

.img_div.header_img{
    border-left: 20px;
    border-right: 20px;
    border-top: 180px;
    border-color: #fff;
    border-style: solid;
}

.img_div.header_img img{
    width: 65%;
}

.img_div > div {
    width: 100%;
    position: relative;
}

@media (max-width: 751px) {
    .wrapper .section2 {
        width: 100%;
    }
}

