@charset "UTF-8";

.l_breadcrumb ul{margin-bottom: 60px;}

.contents_greeting h1{margin:-12px 0 50px;text-align:center;position: relative;overflow-x: hidden;}
.contents_greeting h1 img{max-width:95px;}
.contents_greeting h1::before,
.contents_greeting h1::after{content: "";width: calc(50% - 90px);height: 1.5px;display: block;background: #606060;top: 50%;position:absolute;}
.contents_greeting h1::before{left: 0;}
.contents_greeting h1::after{right: 0;}

.area_greeting .wrapper{position: relative;padding-bottom: 30px;}
.area_greeting .wrapper:not(:first-of-type){padding-top: 45px;}
.area_greeting .wrapper:not(:first-of-type)::before{content: "";display: block;min-width: 240px;max-width: 480px;width: 50%;height: 1px;background: #cdcdcd;position: absolute;left: 50%;top: 0;transform: translateX(-50%);}

.person_box{margin-bottom: 30px;}
.person_box figure{text-align: center;min-width: 190px;max-width: 380px;width: 52%;margin: 0 auto 25px;}
.person_box p.msg{max-width:360px;font-family: "Yu Kyokasho", "游教科書体", "Noto Serif JP", serif;font-size: 0.9375rem;letter-spacing: 0.2rem;line-height: 1.533;font-weight: bold;text-align: center;margin:0 auto 18px;}
.person_box p.name{min-width: 130px;max-width: 260px;width: 35%;margin: 0 auto;}
.area_greeting dl{padding-right: 20px;padding-left: 20px;padding-bottom: 25px;}
.area_greeting dt{font-weight: bold;font-size: 1.125rem;position: relative;border-bottom: 2px solid #F9EED2;margin-bottom: 20px;}
.area_greeting dt::before{content: "";display: block;width: 43px;height: 43px;-webkit-border-radius: 100vh;border-radius: 100vh;background: #F9EED2;position: absolute;left: -26px;bottom: -9px;z-index: -1;}



@media screen and (min-width:768px) {

    .contents_greeting h1{margin: 0 0 40px;padding-top: 40px;}
    .contents_greeting h1 img{max-width:115px;}

    .contents_greeting h1::before,
    .contents_greeting h1::after{width:290px;left:50%;right:auto;top: 55px;height: 2px;}
    .contents_greeting h1::before{margin-left:-400px;}
    .contents_greeting h1::after{margin-left:115px;}

    .area_greeting .wrapper:not(:first-of-type){padding:80px 0;}

    .person_box figure{margin: 0;}
    .area_greeting .wrapper:not(:first-of-type)::before{width:240px;}
    .person_box figure img{max-width: 250px;}
    .area_greeting .wrapper{padding-right: 0;padding-left: 0;}
    .person_box{display: flex;margin-bottom: 50px;justify-content: center;}
    .person_box p.msg{font-size: 1.125rem;}
    .area_greeting dl{padding:0 30px 60px;}
    .area_greeting dt{font-size: 1.1875rem;}
    .area_greeting dd{font-size: 1rem;}
    .person_box p.name{width: 80%;}
    .person_box > div{display: grid;align-items: center;}
}

@media screen and (max-width:767px) {

}

@media screen and (max-width:480px) {

}