.campany-headerBox{
    background-color: #C9C9C9;
    padding-bottom: 0;
    padding-top: 100px;
}
.company-headerText{
    margin-bottom: 80px;
}
.company-head__eg{
    font-family: "Alegreya", serif;
    font-style: italic;
    font-size: 6.4rem;
    font-weight: 600;
    text-align: center;
}
.company-head__jp{
    font-size: 1.8rem;
    text-align: center;
}
.company-hd__image{
    width: 100%;
}
.company-hd__image img{
    max-height: 640px;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .campany-header{
        margin-bottom: 100px;
    }
    .company-head__eg{
        font-size: 6.4rem;
    }
}
@media screen and (min-width: 1024px){

}
@media screen and (min-width: 1080px){

}
.thanksBox{
    overflow: hidden;
    position: relative;
    background: no-repeat center center / cover;
    background-color: #C9C9C9;
}
.thanks-hd{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.thanks-hd strong{
    font-weight: 700;
}
.thanksText__jp {
}
.thanksText__jp strong{
    font-weight: 400;
}
.thanksText__jp strong br{
    display: none;
}
.thanksText{
    margin-bottom: 80px;
}
.thanks-imageBox{
    text-align: center;
}
.thanks-imageBox img{
    object-fit: cover;
}
.thanks-bgTree01{
    object-fit: cover;
    position: absolute;
    width: 300px;
    height: auto;
    top: -150px;
    left: -150px;
    opacity: 7%;
}
.thanks-bgTree02{
    object-fit: cover;
    position: absolute;
    width: 300px;
    height: auto;
    top: 150px;
    right: -150px;
    opacity: 7%;
}
.thanks-bgTree03{
    object-fit: cover;
    position: absolute;
    width: 300px;
    height: auto;
    bottom: 150px;
    left: -110px;
    opacity: 7%;
}
@media screen and (min-width: 768px){
    .thanks-hd{
        font-size: 4.0rem;
    }
    .thanks-hd strong br{
        display: none;
    }
    .thanksText__jp {
        font-size: 1.8rem;
        text-align: center;
    }
    .thanksText__jp strong br{
        display: block;
    }
    .thanks-bgTree01{
        width: 500px;
        top: -200px;
        left: -150px;
    }
    .thanks-bgTree02{
        width: 500px;
        top: 250px;
        right: -150px;
    }
    .thanks-bgTree03{
        width: 500px;
        bottom: 250px;
        left: -200px;
    }
}
@media screen and (min-width: 1024px){
    .thanks-bgTree01{
        width: 650px;
        top: -200px;
        left: -150px;
    }
    .thanks-bgTree02{
        width: 650px;
        top: 400px;
        right: -150px;
    }
    .thanks-bgTree03{
        width: 650px;
        bottom: -300px;
        left: -200px;
    }
}
@media screen and (min-width: 1080px){

}
.messageBox{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/staff-bg.png);
}
.message-title{
    margin-bottom: 100px;
}
.message-hd__eg{
    color: #fff;
    font-size: 5.0rem;
    font-family: "Alegreya", serif;
    font-style: italic;
    font-weight: 600;
}
.message-hd__jp{
    color: #fff;
    font-size: 1.8rem;
}
.ceo-box{
    margin-bottom: 60px;
}
.ceo-flexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ceo-imageBox{
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.ceo-imageBox img{
    object-fit: cover;
    height: auto;
}
.ceo-textBox {
    flex: 1;
}
.ceo-textTitle{
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 50px;
}
.ceo-textBox p{
    color: #fff;
}
.staff-flexBox{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    max-width: 760px;
    margin: 0 auto;
}
.staff-wrap{
    max-width: 360px;
    margin: 0 auto;
}
.staff-imageBox{
    margin-bottom: 15px;
}
.staff-textBox p{
    color: #fff;
}
.staff-name{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px){
    .message-hd__eg{
        font-size: 6.4rem;
    }
    .ceo-textBox p{
        color: #fff;
        font-size: 2.0rem;
    }
    .staff-comment{
        font-size: 2.0rem;
    }
}
@media screen and (min-width: 1024px){
    .ceo-imageBox img{
        object-fit: cover;
        height: 600px;
    }
    .ceo-box{
        margin-bottom: 100px;
    }
    .ceo-flexBox{
        gap: 40px;
        margin-bottom: 0;
    }
    .ceo-imageBox{
        width: 50%;
        margin-bottom: 0;
    }
    .ceo-textTitle{
        font-size: 4.0rem;
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1080px){
    .staff-flexBox{
        max-width: none;
    }
}
.infoBox .contents-inr{
    padding-bottom: 100px;
}
.info-title {
    margin-bottom: 50px;
}
.info-hd__eg{
    font-size: 5.0rem;
    font-family: "Alegreya", serif;
    font-style: italic;
    font-weight: 600;
}
.info-hd__jp{
    font-size: 1.8rem;
}
.info-tableRow{
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.info-tableRow:last-child{
    border-bottom: solid 1px #fff;
}
.info-tableTd{
    flex: 1;
}
.googlemap{
    height: 400px;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px){
    .info-title {
        margin-bottom: 120px;
    }
    .info-hd__eg{
        font-size: 6.4rem;
    }
    .info-tableRow{
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
    .info-tableTh {
        width: 330px;
        padding-left: 100px;
    }
}
@media screen and (min-width: 1024px){
    .info-tableTh {
        width: 440px;
        padding-left: 130px;
    }
    .googlemap{
        height: 650px;
    }
    .googlemap iframe{
        height: 100%;
    }
}
@media screen and (min-width: 1080px){

}
.contactBox{
    background-color: #F9F8F6;
}
.contactText{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 100px;
}
.form-bg{
    padding: 40px 15px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_form.jpg);
}
@media screen and (min-width:768px){
    .form-bg{
        padding: 60px 15px;
    }
    .contactText{
        font-size: 2.0rem;
    }
}

/*フォーム外側*/
.contact-mail-box{
    padding: 70px 0;
}
.contact-form-otr{
    padding: 30px 15px 40px;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}
/*フォーム注意書き*/
.formnote {
    color: #e7280d;
    text-align: right;
    max-width: 1000px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/*フォーム*/
.form.formWrap {
    max-width: 1000px;
    margin: 0 auto 100px auto;
}
/*行*/
.row{
    margin: 0;
}
.row.formRow {
    border-top: 1px solid #999999;
    display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.formRow-bottom{
    border-bottom: 1px solid #999999;
}
label{
    font-size: 1.4rem;
}
/*左*/
.formTh{
    width: 100%;
    margin-bottom: 5px;
}
.labeltxt{
    display: inline-block;
}
.labelText01{
    font-weight: 500;
}
.d-inline-block .labelText02{
    margin-right: 15px;
}
.d-inline-block:last-of-type .labelText02{
    margin-right: 0;
}
.requiredText  {
    color: #e7280d;
    margin-left: 10px;
    display: inline-block;
}
/*右*/
.formTd {
    width: 100%;
    text-align: left;
}
/*ラジオボタン*/
.radio-div{
    display: inline-block;
    vertical-align: middle;
}
.radio-div:not(:last-of-type) {
    margin-right: 20px;
}
.radio {
    margin-right: 10px;
}
/*インプット*/
.input {
    width: 100%;
}
/*郵便番号*/
.input.zipInput {
    width: 40%;
}
/*内容*/
.textarea {
    width: 100%;
    height: 120px;
}
/*ボタン*/
.form-btn-otr{
    padding-top: 50px;
    text-align: center;
}
.formBtn{
    cursor: pointer;
    background-color: #3C3C3C;
    border: none;
    max-width: 300px;
    width: 100%;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
}
.formBtn:focus {
	outline:0;
}
@media screen and (min-width:768px) {
    .contact-form-otr {
        padding:30px 15px 60px 15px;
    }
    .radio-div{
        display: block;
        margin-right: 0;
    }
    label{
        font-size: 1.6rem;
    }
    .formTh {
        width: 30%;
        margin-bottom: 0;
    }
    .formTd {
        width: 70%;
    }
    .input.zipInput {
        width: 30%;
    }
    .form-btn-otr:first-of-type{
        margin-bottom:20px;
    }
    .formBtn{
        max-width: 400px;
        line-height: 80px;
    }
    .selectArea-year{
        display: flex;
    }
    .row.formRow{
        padding: 15px 10px;
    }
    .d-block{
        display: inline-block!important;
    }
    .d-block:nth-of-type(4){
        padding-left: 1px;
    }
}

/*プライバシーポリシー*/
.privacy-box{
    padding-top: 40px;
}
.privacy{
    padding: 40px 0 70px;
}
.privacyBox {
    overflow-y: scroll;
    text-align:left;
    max-width:1000px;
    margin: 0 auto;
    height:300px;
    border: 1px solid #ccc;
    padding:30px 15px 0;
    background: #fff;
}
.privacyDt {
    font-weight: 700;
    padding-bottom: 3px;
}
.privacyDd-top {
    margin-bottom: 55px;
}
.privacyDd {
    margin-bottom: 35px;
}
@media screen and (min-width:768px) {
    .privacy-box{
        padding-top: 60px;
    }
    .privacy{
        padding: 60px 0 150px;
    }
    .privacyBox {
        padding:30px 30px 0;
    }
}