.tx-right {
    display: block;
    text-align: right;
}

.interview * {
    font-family: "YuGothic","Yu Gothic Medium","Meiryo", sans-serif;
}

.interview img {
    max-width: 100%;
}

.interview-upper {
    background: #FAF3DA;
    padding: 56px 0 0 0;
}

.interview-lower {
    background: #FFFFFF;
    padding: 64px 0 112px 0;
}

.interview-inner {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}

.interview-header {
    position: relative;
    max-width: 859px;
    margin: 0 auto 0 auto;
}

.interview-header .bg img {
    position: relative;
    z-index: 0;
}

.interview-header .bg .text {
    position: absolute;
    top: 260px;
    left: 0;
    z-index: 1;
}

.interview-header .bg .text h3 {
    display: inline-block;
    padding: 8px 14px 8px 20px;
    background: #FFF;
    font-size: 64px;
    letter-spacing: 10px;
}

.interview-header .bg .text p {
    margin-left: 66px;
    padding: 10px 0 10px 10px;
    background: #000;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 5px;
}

.interview-header .bg .text p span.period {
    margin-right: -7px;
}

.interview-header .bg .text p span.ls-0 {
    letter-spacing: 0;
}

.interview-header .lead {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

.interview-header .lead p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 4px;
}


.section1 .interview-wrap {
    padding: 80px 0 80px 0;
}

.interview-wrap .interview-box {
    position: relative;
}

.interview-wrap .interview-box .photo {
    
}

.interview-wrap .interview-box .text {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.interview-wrap .interview-box .text h4 {
    display: inline-block;
    padding: 24px 24px;
    font-size: 24px;
    font-weight: bold;
    background: #FAF3DA;
    letter-spacing: 7px;
    line-height: 1.6;
}

.section1 .interview-wrap .interview-box .photo {
    position: relative;
}

.section1 .interview-wrap .interview-box .photo .wood {
    position: absolute;
    top: -73px;
    left: 100px;
    z-index: 1;
}

.section1 .interview-wrap .interview-box .photo .wave {
    position: absolute;
    bottom: -114px;
    left: 0px;
    z-index: 1;
}

.section2 .interview-wrap .interview-box .text h4 {
    background: #FFF;
}

.section2 .interview-wrap .interview-box .photo {
    position: relative;
}

.section2 .interview-wrap .interview-box .photo .leaf1 {
    position: absolute;
    top: -25px;
    left: 122px;
    z-index: 1;
}

.section2 .interview-wrap .interview-box .photo .leaf2 {
    position: absolute;
    bottom: -13px;
    left: 97px;
    z-index: 1;
}

.interview-wrap .interview-box .text .profile {
    width: 311px;
    padding: 20px 20px 58px 20px;
    background: url(../images/interview/bg_section1_namebox.webp) right bottom no-repeat;
    background-size: cover;
    color: #FFF;
    letter-spacing: 7px;
}

.interview-wrap .interview-box .text .profile .year {
    font-size: 15px;
    font-weight: bold;
}

.interview-wrap .interview-box .text .profile .names {
    margin: 14px 0 30px 0;
}

.interview-wrap .interview-box .text .profile .name {
    font-size: 23px;
    font-weight: bold;
}

.interview-wrap .interview-box .text .profile .age {
    font-size: 16px;
    font-weight: bold;
}

.interview-wrap .interview-box .text .profile .kana {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.interview-wrap .interview-box .text .profile .position {
    font-size: 18px;
    font-weight: bold;
}

.interview-lead {
    max-width: 640px;
    margin: 0 auto;
    padding: 50px 0;
}

.interview-lead h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}

.interview-lead p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.section2 .interview-lead {
    position: relative;
}

.section2 .interview-lead .leaf {
    position: absolute;
    right: 0;
    top: 50px;
}

.interview-dual-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.interview-dual-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.interview-dual-box .text .sentence {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 2px;
}

.interview-challenge .interview-dual-box .photo {
    width: 50%;
}

.interview-challenge .interview-dual-box .text {
    width: 50%;
    padding: 0 0 0 24px;
}


.interview-challenge .interview-dual-box .text .title {
    position: relative;
    background: #FAF3DA;
    margin-left: -100px;
    padding: 15px 0px 35px 30px;
    z-index: 1;
}

.interview-challenge .interview-dual-box .text .title p {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 4px;
}

.interview-challenge .interview-dual-box .text .title p span {
    font-size: 46px;
    font-weight: bold;
}

.section1 .interview-challenge .interview-dual-box .text .title {
    position: relative;
}

.section1 .interview-challenge .interview-dual-box .text .title .wave {
    position: absolute;
    right: -17px;
    top: -17px;
    z-index: 1;
}

.section1 .interview-challenge .photo {
    position: relative;
}

.section1 .interview-challenge .photo .house {
    position: absolute;
    left: 6px;
    bottom: -15px;
    z-index: 1;
}

.section2 .interview-challenge .photo {
    position: relative;
    width: 38%;
    padding-right: 14px;
}

.section2 .interview-challenge .photo .leaf {
    position: absolute;
    bottom: -15px;
    left: -15px;
}

.section2 .interview-challenge .text {
    flex: 1;
    padding: 0px 70px 35px 40px;
}

.section2 .interview-challenge .interview-dual-box .text .title {
    position: relative;
    background: #FFF;
    margin-left: 0;
    padding: 0 0 40px 0;
    line-height: 1.4;
}

.section2 .interview-challenge .interview-dual-box .text .title .wood {
    position: absolute;
    top: -44px;
    right: -15px;
}

.interview-merit {
    width: 640px;
    margin: 40px auto;
}

.section1 .interview-merit {
    position: relative;
}

.section1 .interview-merit .wood1 {
    position: absolute;
    top: 0;
    left: -66px;
    z-index: 1;
}

.section1 .interview-merit .wood2 {
    position: absolute;
    right: -82px;
    bottom: -76px;
    z-index: 1;
}

.interview-lead2 {
    width: 640px;
    margin: 0 auto 36px auto;
}

.interview-lead2 h4 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.interview-lead2 p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.section1 .interview-lead2 {
    position: relative;
}

.section1 .interview-lead2 .wood {
    position: absolute;
    left: -76px;
    bottom: -6px;
}

.section2 .interview-lead2 {
    margin-top:  -56px;
    margin-bottom: 56px;
}

.interview-staggered-wrap {
    width: 640px;
    margin: 0 auto 0 auto;
}

.interview-staggered-box {
    display: flex;
    justify-content: space-between;
}

.interview-staggered-box .text {
    width: 50%;
}

.interview-staggered-box .title p {
    padding: 20px 24px 20px 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.interview-staggered-box .sentence {
    padding: 20px 24px 20px 24px;
    background: #FFF;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.section2 .interview-staggered-box .sentence {
    background: #e2cea9;
}

.interview-dual-box2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 640px;
    margin: 86px auto 0 auto;
}

.interview-dual-box2 .photo {
    width: 50%;
    padding-right: 14px;
}

.interview-dual-box2 .text {
    width: 50%;
}
.interview-dual-box2 .text .title {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    text-align: right;
}

.interview-dual-box2 .text .title p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    transform: rotate(-4deg);
}

.interview-dual-box2 .text .sentence p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.section2 .interview-dual-box2 {
    margin: 116px auto 0 auto;
}

.section2 .interview-dual-box2 .text .title {
    top: -30px;
}

.section2 .interview-rewarding {
    width: 837px;
    margin: 0 auto 0 auto;
}

.section2 .interview-rewarding img {
    margin-left: -17px;
}

.section1-bottom img {
    width: 100%;
    height: auto;
}

.section2-bottom img {
    width: 100%;
    height: auto;
}

.interview-contact {
    padding: 112px 0 112px 0;
    background: #faf3da;
}

.interview-contact h4 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.interview-contact .interview-contact-inner {
    margin: 0 auto 0 auto;
    width: 903px;
}

.interview-contact .interview-contact-flow h5 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: 4px;
}

.interview-contact .interview-contact-flow {
    margin-bottom: 40px;
    padding: 40px 0 40px 0;
    border-top: 3px solid #45703d;
}

.interview-contact .interview-contact-flow ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
}

.interview-contact .interview-contact-flow li {
    position: relative;
    background: #FFF;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.interview-contact .interview-contact-flow li:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #45703d;
}

.interview-contact .interview-contact-flow li:last-of-type::after {
    display: none;
}

.interview-contact .interview-contact-form h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: 4px;
}

.interview-contact .agc-list li {
    border-top: none;
    padding: 1.5em 0 0.5em;
}

.interview-contact #agc-your-zip {
    width: 8em!important;
    margin-bottom: 0;
    margin-left: 1em;
}

