@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: #4b4b4b;
    font-family: "游ゴシック","Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

.breadcrumbs{
    background: #375264;
    border:none;
    color:#999;
}
.breadcrumbs a{
    color:white;
}

/* 詳細ページcss↓ */

.limited-width {
    max-width: 1200px;
}
a:hover {
    opacity: .5;
    text-decoration: none;
}
p,dl {
    margin-bottom: 0;
}
.under-line-green {
    position: relative;
}
.under-line-green:after {
    width: 53px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(44,175,67);
    background: linear-gradient(135deg, rgba(44,175,67,1) 0%, rgba(93,186,79,1) 69%, rgba(137,184,45,1) 100%);
}
.report-detail .profile-frame {
    max-width: 882px;
    margin-bottom: 130px;
}
.report-detail .profile-frame .report-number {
    font-size: 18px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 14px;
    margin-bottom: 40px;
    position: relative;
}
.report-detail .profile-frame .report-backtext {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .report-detail .profile-frame .report-number {
        padding-top: 30px;
    }
    .report-detail .profile-frame .report-backtext {
        top: 110px;
    }
}
@media screen and (max-width: 320px) {
    .report-detail .profile-frame .report-backtext {
        top: 145px;
    }
}
.report-detail .profile-frame h1.page-ttl {
    font-size: 32px;
    text-align: center;
    line-height: 3rem;
    margin-bottom: 65px;
}
.report-detail .profile-frame .marriage-text {
    text-align: center;
    position: relative;
    margin-bottom: 27px;
}
.report-detail .profile-frame .marriage-text img {
    background: white;
    padding: 0 50px;
}
@media screen and (max-width: 575px) {
    .report-detail .profile-frame .marriage-text img {
        padding: 0 20px;
    }
}
@media screen and (max-width: 320px) {
    .report-detail .profile-frame h1.page-ttl {
        font-size: 24px;
        line-height: 2.5rem;
    }
    .report-detail .profile-frame .marriage-text img {
        padding: 0 2px;
    }
}
.report-detail .profile-frame .marriage-text:after {
    width: 100%;
    height: 1px;
    content: "";
    background: #c5c6c7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.report-detail .profile-frame .profile-wrap {
    box-shadow: 0 0 6px rgba(0,0,0,.15);
    position: relative;
}
.report-detail .profile-frame .profile-wrap:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #f4f4f4;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
}
.report-detail .profile-frame .marriage-img-profile {
    background-image: url("/img/report/report-vol1-top.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.report-detail .profile-frame .profile-right {
    padding: 44px 55px 44px 25px;
}
.report-detail .profile-frame .profile-right .profile-ttl {
    font-size: 18px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 30px;
    font-weight: bold;
}
.report-detail .profile-frame .profile-right dl:first-of-type {
    margin-bottom: 20px;
}
.report-detail .profile-frame .profile-right .profile-img {
    margin-right: 20px;
}
.report-detail .profile-frame .profile-right .profile-img img {
    width: 74px;
}
.report-detail .profile-frame .profile-right .profile-name {
    margin-bottom: 5px;
}
.report-detail .tc-color-blue {
    color: #3aabd2;
}
.report-detail .tc-color-pink {
    color: #e7527f;
}
.report-detail .profile-frame .profile-right .profile-detail {
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .report-detail .profile-frame {
        margin-bottom: 60px;
    }
    .report-detail .profile-frame .marriage-img-profile {
        height: 275px;
    }
    .report-detail .profile-frame .profile-right {
        padding: 20px 25px;
    }
    .report-detail .profile-frame .profile-right .profile-img {
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* ------- interview ------ */
.report-detail .bgc-gray {
    background: #e5e7eb;
}
.report-detail .interview-wrap {
    padding: 64px 0 50px;
}
.report-detail h2.heading {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-bottom: 22px;
}
.report-detail .limited-width {
    max-width: 1170px;
}
.report-detail .interview-frame {
    margin-top: 64px;
    padding: 67px 85px;
    background: white;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
@media screen and (max-width: 767px) {
    .report-detail .interview-frame {
        padding: 67px 30px;
    }
}
.report-detail .interview h3.interview-ttl {
    padding: 45px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    line-height: 2.8rem;
}
.report-detail .interview-img {
    max-width: 575px;
    padding: 55px 0;
    margin: 0 auto;
}
.report-detail .interview .text {
    line-height: 1.8rem;
}
.report-detail h4.headline {
    font-size: 23px;
    padding: 14px 30px;
    background: #ebebeb;
    position: relative;
    margin: 76px 0;
}
.report-detail h4.headline:after {
    width: 10px;
    height: 100%;
    background: #767676;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.report-detail .interview-box {
    max-width: 892px;
    margin: 0 auto;
}
@media screen and (max-width: 575px) {
    .report-detail .interview-wrap {
        padding: 60px 0 50px;
    } 
    .report-detail .interview-frame {
        padding: 40px 15px;
        margin-top: 40px;
    }
    .report-detail .interview h3.interview-ttl {
        font-size: 22px;
        line-height: 2rem;
        padding: 25px 0;
    }
    .report-detail h4.headline {
        font-size: 20px;
        padding: 14px 20px;
        margin: 60px 0;
    }
}
@media screen and (max-width: 320px) {
    .report-detail .interview h3.interview-ttl {
        font-size: 20px;
    }
    .report-detail h4.headline {
        font-size: 18px;
        padding: 14px 15px;
    }
}

/*-------- 吹き出し -------- */
.report-detail .speaker {
    display: flex;
    align-items: flex-start;
    margin-bottom: 74px;
}
.report-detail .speaker-img {
    margin-right: 64px;
    margin-left: 10px;
}
.report-detail .speaker-img .image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: url("/img/report/interviewer.png");
    background-size: cover;
    background-position: center;
}
.report-detail .speaker-img .name {
    text-align: center;
    margin-top: 10px;
}
.report-detail .callout {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #cdcccc;
    box-sizing: border-box;
    padding: 30px 44px;
    border-radius: 3px;
    width: 100%;
}
/* テキスト蛍光線 */
.marker {
    background: linear-gradient(transparent 60%, rgba(178,225,186,.8) 40%);
    font-weight: bold;
}
.white-space {
    white-space: nowrap;
}
.report-detail .callout:before {
    content: "";
    position: absolute;
    top: 22px;
    left: -38px;
    border-width: 20px 40px 20px 0;
    border-style: solid;
    border-color: transparent white transparent transparent;
    z-index: 2;
}
.report-detail .callout:after {
    content: "";
    position: absolute;
    top: 22px;
    left: -42px;
    border-width: 20px 40px 20px 0;
    border-style: solid;
    border-color: transparent #cdcccc transparent transparent;
    z-index: 1;
}
.report-detail .callout .text {
    line-height: 2rem;
}
@media screen and (max-width: 575px) {
    .report-detail .speaker {
        margin-bottom: 45px;
    }
    .report-detail .speaker-img .image {
        width: 50px;
        height: 50px;
    }
    .report-detail .speaker-img {
        margin-right: 15px;
        margin-left: 0;
    }
    .report-detail .speaker .name {
        font-size: 14px;
    }
    .report-detail .callout {
        padding: 15px;
    }
    .report-detail .callout:before {
        border-width: 10px 19px 10px 0;
        left: -17px;
    }
    .report-detail .callout:after {
        top: 21px;
        left: -20px;
        border-width: 11px 20px 11px 0;
    }
    .report-detail .callout .text {
        line-height: 1.8rem;
    }
}
@media screen and (max-width: 320px) {
    .report-detail .speaker {
        display: block;
    }
    .report-detail .speaker-img {
        margin-right: 0;
    }
    .report-detail .speaker-img .image {
        margin: 0 auto;
        width: 70px;
        height: 70px;
    }
    .report-detail .speaker-img .name {
        margin-top: 3px;
        margin-bottom: 20px;
    }
    .report-detail .callout:before {
        width: 20px;
        top: -19px;
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
    }
    .report-detail .callout:after {
        width: 20px;
        top: -23px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg);
    }
}

/* ----- ゲスト吹き出し ------ */
.report-detail .speaker.guest {
    flex-direction: row-reverse;
}
.report-detail .speaker.guest .speaker-img {
    margin-left: 64px;
    margin-right: 10px;
}
.report-detail .speaker.guest .callout:before {
    left: inherit;
    right: -38px;
    border-width: 20px 0 20px 40px;
    border-color: transparent transparent transparent white;
}
.report-detail .speaker.guest .callout:after {
    left: inherit;
    right: -42px;
    border-width: 20px 0 20px 40px;
    border-color: transparent transparent transparent #cdcccc;
}
.report-detail .speaker.woman .speaker-img .image {
    background-image: url("/img/report/woman-face.png");
}
.report-detail .speaker.man .speaker-img .image {
    background-image: url("/img/report/man-face.png");
}
.report-detail .have-comment {
    padding: 20px 0;
}
.report-detail .comment {
    padding-bottom: 75px;
    font-size: 14px;
    color: #8f8f8f;
}
.report-detail .comment.pb-small {
    padding-bottom: 0;
}
@media screen and (max-width: 575px) {
    .report-detail .speaker.guest .speaker-img {
        margin-right: 0;
        margin-left: 15px;
    }
    .report-detail .speaker.guest .callout:before {
        border-width: 10px 0 10px 19px;
        right: -17px;
    }
    .report-detail .speaker.guest .callout:after {
        top: 21px;
        right: -20px;
        border-width: 11px 0 11px 20px;
    }
    .report-detail .comment {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 320px) {
    .report-detail .speaker.guest .speaker-img {
        margin-left: 0;
    }
    .report-detail .speaker.guest .callout:before {
        width: 20px;
        top: -19px;
        transform: rotate(-90deg);
        left: 0;
        right: 0;
        margin: auto;
    }
    .report-detail .speaker.guest .callout:after {
        width: 20px;
        top: -23px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(-90deg);
    }
}

/* ----- 一同吹き出し ----- */
.report-detail .everyone .couple .speaker-img {
    margin-left: 64px;
    margin-right: 10px;
}
.report-detail .speaker.everyone .couple .speaker-img:first-of-type .image {
    background-image: url("/img/report/man-face.png");
}
.report-detail .speaker.everyone .couple .speaker-img:last-of-type .image {
        background-image: url("/img/report/woman-face.png");
}
.report-detail .speaker.everyone .callout {
    padding: 0;
}
.report-detail .speaker.everyone .callout-wrap {
    position: relative;
    padding: 30px 44px;
}
.report-detail .speaker.everyone .callout-wrap:before {
        content: "";
        position: absolute;
        top: 22px;
        left: -38px;
        border-width: 20px 40px 20px 0;
        border-style: solid;
        border-color: transparent white transparent transparent;
        z-index: 2;
        left: inherit;
        right: -38px;
        border-width: 20px 0 20px 40px;
        border-color: transparent transparent transparent white;
}
.report-detail .speaker.everyone .callout-wrap:after {
        content: "";
        position: absolute;
        top: 22px;
        left: -42px;
        border-width: 20px 40px 20px 0;
        border-style: solid;
        border-color: transparent #cdcccc transparent transparent;
        z-index: 1;
        left: inherit;
        right: -42px;
        border-width: 20px 0 20px 40px;
        border-color: transparent transparent transparent #cdcccc;
}
.report-detail .speaker.everyone .window-xs-only {
    display: none;
}
@media screen and (max-width: 575px) {
    .report-detail .speaker .couple .speaker-img {
        margin-right: 0;
        margin-left: 15px;
    }
    .report-detail .speaker.everyone .callout-wrap {
        padding: 15px;
    }
    .report-detail .speaker.everyone .callout-wrap:before {
        border-width: 10px 0 10px 19px;
        right: -17px;
    }
    .report-detail .speaker.everyone .callout-wrap:after {
        top: 21px;
        right: -20px;
        border-width: 11px 0 11px 20px;
    }
}
@media screen and (max-width: 320px) {
    .report-detail .speaker.everyone .speaker-img {
        margin-left: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .report-detail .speaker.everyone .image {
        width: 50px;
        height: 50px;
    }
    .report-detail .speaker.everyone .window-xs-none {
        display: none;
    }
    .report-detail .speaker .speaker-img .man-wrap .image {
        background-image: url("/img/report/man-face.png");
    }
    .report-detail .speaker .speaker-img .woman-wrap .image {
        background-image: url("/img/report/woman-face.png");
    }
    .report-detail .speaker.everyone .callout-wrap:before {
        display: none;
    }
    .report-detail .speaker.everyone .callout-wrap:after {
        display: none;
    }
    .report-detail .speaker.everyone .couple {
        display: none;
    }
    .report-detail .speaker.everyone .window-xs-only {
        display: block;
    }
}


/* ----- pagenation ----- */
.report-detail .pagenation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 48px;
}
.report-detail .pagenation a {
    color: #0998ea;
    text-decoration: none;
}
@media screen and (max-width: 320px) {
    .report-detail .pagenation a {
        font-size: 12px;
    }
}


/* ----- recruitment ----- */
.recruitment {
    color: white;
    text-align: center;
}
.recruitment.bgc-green {
    background: #49b23c;
}
.recruitment .wrap {
    position: relative;
}
.recruitment-left {
    max-width: 324px;
    margin: 0 auto 88px;
    padding-top: 88px;
}
.recruitment-ttl {
    font-size: 36px;
    font-weight: bold;
}
.recruitment-text {
    margin: 36px 0;
}
.recruitment-btn {
    width: 100%;
}
.recruitment-btn a {
    background: white;
    border-radius: 36.5px;
    font-size: 25px;
    font-weight: bold;
    color: #49b23c;
    padding: 18px 15px;
    transition: all .3s;
}
.recruitment-right {
    position: relative;
    padding-top: 45px;
    display: block;
}
.recruitment .present-detail {
    text-align: left;
    font-size: 24px;
    line-height: 2.5rem;
    z-index: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 155px;
    z-index: 501;
    text-shadow: 2px 2px rgba(0,0,0,.1);
}
.recruitment .dot-circle {
    content: "";
    width: 250px;
    height: 250px;
    border: 2px dotted rgba(255,255,255,.5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 73px;
    transform: translateX(-50%);
    z-index: 0;
}
.recruitment .vertical-text {
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.recruitment .text-yellow {
    color: #fcff00;
    font-weight: bold;
}
.recruitment .large-text {
    font-size: 48px;
    margin-left: -7px;
}
.recruitment .image {
    position: relative;
    z-index: 500;
}
.recruitment .image img {
    max-width: 317px;
}
@media screen and (max-width: 991px) {
    .recruitment .image {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .recruitment-left {
        margin-bottom: 30px;
        padding-top: 50px;
    }
    .recruitment-right {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }
    .recruitment .present-detail {
        position: inherit;
        transform: inherit;
    }
    .recruitment .present-detail:after {
        width: 250px;
        height: 250px;
        border: 2px dotted rgba(255,255,255,.5);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
    }
    .recruitment .image {
        width: 50%;
    }
    .recruitment .image img {
        max-width: inherit;
        width: 100%;
    }
    .recruitment .dot-circle {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .recruitment-left {
        padding-top: 40px;
        max-width: 324px;
        margin-bottom: 40px;
        /* background-image: url("/img/report/recruitment.png");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover; */
    }
    .recruitment-ttl {
        font-size: 30px;
    }
    .recruitment-text {
        margin: 25px auto;
    }
    .recruitment-btn a {
        font-size: 20px;
        padding: 10px;
    }
    .recruitment-right {
        display: none;
    }
    .recruitment .present-detail {
        font-size: 20px;
        line-height: 2rem;
        width: inherit;
        text-align: center;
        margin-bottom: 30px;
        padding: 15px 0;
        border: 2px dotted rgba(255,255,255,.5);
        display: inline-block;
    }
    .recruitment .present-detail:after {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .recruitment-ttl {
        font-size: 23px;
    }
    .recruitment .present-detail {
        font-size: 18px;
        line-height: 1.5rem;
    }
    .recruitment .vertical-text {
        font-size: 16px;
        width: 20px;
    }
    .recruitment .large-text {
        font-size: 42px;
        margin-left: -2px;
    }
}

/* ------ action ------ */
.action {
    background-image: url("/img/report/ryouen-backimg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    padding: 90px 0;
    color: white;
}
.action-wrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.action .action-ttl {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.action .action-ttl .title {
    position: relative;
}
.action .action-ttl .title:before {
    width: 7px;
    height: 65px;
    background: white;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -30px;
    transform: rotate(-20deg);
}
.action .action-ttl .title:after {
    width: 7px;
    height: 65px;
    background: white;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -30px;
    transform: rotate(20deg);
}
.action .just-padding {
    padding-left: 130px;
}
.action .ryouen {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.action .box-wrap {
    max-width: 893px;
    margin: 100px auto 93px;
}
.action .box {
    text-align: center;
    padding: 25px 45px;
    border: 6px solid white;
    max-width: 257px;
    margin: 0 auto;
    height: 100%;
}
.action .box img {
    width: 104px;
    margin-bottom: 32px;
}
.action .box .action-text {
    font-size: 18px;
    font-weight: bold;
}
.action .action-btn {
    max-width: 547px;
    margin: 0 auto;
    text-align: center;
    background: rgb(44,175,67);
    background: linear-gradient(135deg, rgba(44,175,67,1) 0%, rgba(137,184,45,1) 100%);
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.15);
    transition: all .3s;
}
.action .action-btn:hover {
    opacity: .7;
}
.action .action-btn a {
    padding: 30px 20px;
    font-size: 36px;
    color: white;
    font-weight: bold;
}
.action .action-btn img {
    width: 42px;
    margin-right: 18px;
}
@media screen and (max-width: 767px) {
    .action .box {
        padding: 15px;
    }
    .action .box img {
        width: 80px;
    }
}
@media screen and (max-width: 575px) {
    .action {
        padding-top: 60px;
        background-position: -500px;
    }
    .action .box-wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .action div[class^=col-] {
        margin-bottom: 20px;
    }
    .action .box {
        max-width: inherit;
        padding: 30px 20px;
    }
    .action .just-padding {
        padding-left: 0;
    }
    .action .ryouen {
        position: inherit;
    }
    .action .action-ttl .title:before,
    .action .action-ttl .title:after {
        height: 60%;
    }
    .action .action-btn a {
        font-size: 27px;
        padding: 20px;
    }
    .action .action-btn img {
        width: 35px;
    }
    .action div[class^=col-] {
        padding: 0;
    }
}
@media screen and (max-width: 320px) {
    .action .box-wrap {
        margin-bottom: 30px;
    }
    .action .action-ttl {
        font-size: 23px;
    }
    .action .ryouen img {
        width: 100px;
    }
    .action .action-btn a {
        font-size: 18px;
    }
    .action .action-btn img {
        width: 25px;
        margin-right: 9px;
    }
}