.pc-only {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc-only {
        display: block;
    }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

.orientation__fv {
    text-align: center;
}

.wrapper {
    position: relative;
    margin-top: -173px;
}

@media (max-width: 768px) {
    .wrapper {
        margin-top: -23px;
    }
}

.page__title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: calc(43/36);
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #1955A6;
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    border-radius: 10px 10px 0 0;
    padding-block: 33px 22px;
    position: relative;
}

@media (max-width:767px) {
    .page__title {
        font-size: 18px;
        line-height: calc(21/18);
    }
}

.page__title::after {
    content: '';
    width: 100px;
    height: 4px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 55px)
}

.inner {
    max-width: 1100px;
    padding-inline: 50px;
    margin-inline: auto;
}

@media (max-width:767px) {
    .inner {
        max-width: 600px;
        padding-inline: 20px;
    }
}

.header {
}

.header__nav {
    background-color: #1955A6;
    padding-block: 30px 35px;
    position: relative;
    margin-top: -1px;
}

.header__list {
    display: flex;
    gap: 19px;
}

@media (max-width:767px) {
    .header__nav {
        gap: 13px;
    }
}

.header__item {
    position: relative;
    font-size: 28px;
    line-height: calc(33/28);
    letter-spacing: 0.05em;
    font-weight: bold;
}

@media (max-width:767px) {
    .header__item {
        font-size: 14px;
        line-height: calc(16/13);
    }
}

.header__item:not(:last-of-type)::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: -10px;
}


.header__item-link {
    color: #fff;
}

/* セクションタイトル */
.section-title {
    text-align: center;
    font-size: 36px;
    line-height: calc(43/36);
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #1955A6;
    position: relative;
}

@media (max-width:767px) {
    .section-title {
        font-size: 30px;
        line-height: calc(36/30);
    }
}

.section-title::after {
    content: '';
    width: 100px;
    height: 4px;
    display: inline-block;
    background-color: #1955A6;
    position: absolute;
    bottom: -45px;
    left: calc(50% - 55px)
}

@media (max-width:767px) {
    .section-title::after {
        bottom: -31px;
    }
}

.section-title--left {
    font-size: 30px;
    line-height: calc(44/30);
    letter-spacing: 0.05em;
    color: #1955A6;
    font-weight: bold;
    position: relative;
    margin-left: 20px;
}

.section-title--left::after {
    content: '';
    display:inline-block;
    width:5px;
    height:35px;
    background-color:#1955A6;
    position:absolute;
    top:50%;
    left:-20px;
    transform: translateY(-50%);
    
}

/* 会社説明会・見学会について */
.about {
    margin-top: 100px;
}


@media (max-width:767px) {
    .about {
        margin-top: 50px;
    }
}

.about__text-wrapper {
    margin-top: 100px;
}

@media (max-width:767px) {
    .about__text-wrapper {
        margin-top: 80px;
    }
}

.about__text {
    text-align: center;
    font-size: 18px;
    line-height: calc(36/18);
    letter-spacing: 0.05em;
    font-weight: bold;
}

@media (max-width:767px) {
    .about__text {
        font-size: 15px;
    }
}

.about__text:nth-child(2) {
    margin-top: 55px;
}


/* 開催場所 */
.location {
    margin-top: 126px;
}

@media (max-width:767px) {
    .location {
        margin-top: 90px;
    }
}

.location__container {
    display: flex;
    gap: 57px;
}

@media (max-width:767px) {
    .location__container {
        flex-direction: column;
    }
}

.location__info {
}

.location__info-container {
    margin-top: 70px;
    display: grid;
    gap: 40px;
}

@media (max-width:767px) {
    .location__info-container {
        margin-top: 40px;
        gap: 20px;
    }
}

.location__info-item {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 36px;
    position: relative;
}

@media (max-width:767px) {
    .location__info-item {
        font-size: 16px;
    }
}

.location__info-item::before {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.location__address::before {
    background-image: url(../images/orientation/map2x.png);
    
}
.location__company::before {
    background-image: url(../images/orientation/home2x.png);
}
.location__access::before {
    background-image: url(../images/orientation/train2x.png);
}

@media (max-width:767px) {    
    .location__map iframe {
        width: 100%;
    }
}

/* こんな方におすすめ */
.recommend {
    margin-top: 110px;
}

.recommend__container {
    border: 2px solid #1955A6;
    position: relative;
}

.recommend__title {
    position: absolute;
    top: -20px;
    left: -24px;
    background-color: #fff;
    padding-inline: 20px;
    height: 71px;
}

.recommend__title::after {
    top: 35%;
    left: 0;
}

.recommend__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
    gap: 22px;
    padding: 73px 50px 22px;
}

.recommend__list2 {
    display: grid;
    grid-template-columns: 284px 284px;
    gap: 22px;
    justify-self: center;
    padding-bottom: 50px;
}



@media (max-width:767px) {
    .recommend__list {
        grid-template-columns: repeat(2, 1fr);
        padding: 57px 27px 22px;
    }
}

@media (max-width:767px) {
    .recommend__list2 {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 27px 50px;
    }
}

.recommend__item {
    border: 2px solid #1955A6;
    display: flex;
    align-items: center;
    padding-block: 20px;
    padding-left: 57px;
}

@media (max-width:767px) {
    .recommend__item {
        padding-block: 13px;
        padding-left: 38px;
    }
}

.recommend__text {
    font-size: 16px;
    line-height: calc(24/16);
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
}

@media (max-width:767px) {
    .recommend__text {
        font-size: 14px;
    }
}

.recommend__text::before {
    content: '';
    position: absolute;
    background-image: url(../images/orientation/check2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    left: -39px;
    transform: translateY(-50%);
}

@media (max-width:767px) {
    .recommend__text::before{
        width: 25px;
        height: 25px;
        left: -33px;
    }
}

/* 会社説明会の説明 */
.content {
    margin-top: 96px;
}
.content__container {
    border: 2px solid #1955A6;
    position: relative;
    padding-bottom: 20px;
}

.content__title {
    position: absolute;
    top: -20px;
    left: -24px;
    background-color: #fff;
    padding-inline: 20px;
    height: 71px;
}

.content__title::after {
    top: 35%;
    left: 0;
}
.content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    max-width: 800px;
    margin-inline: auto;
    padding-top: 72px;
}

.content__item {
    width: 200px;
    text-align: center;
}

@media (max-width:767px) {
    .content__item {
        width: 165px;
    }
}

.content__image {
    width: 135px;
    height: 135px;
}

@media (max-width:767px) {
    .content__image {
        width: 120px;
        height: 120px;
    }
}

.content__text {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 20px;
}

@media (max-width:767px) {
    .content__text {
        font-size: 14px;
    }
}

.content__text-small {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
}
.content__notice {
    margin-top: 40px;
    padding-inline: 20px;
    font-size: 14px;
}

.content__notice span {
    display: block;
    font-weight: bold;    
}

/* お申し込みの流れ */
.apply {
    margin-top: 96px;
}

.apply__title {
}

.apply__content {
    margin-top: 43px;
}

.apply__text {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:767px) {
    .apply__text {
        font-size: 16px;
    }
}

.apply__text-notice {
    font-size: 14px;
}

@media (max-width:767px) {
    .apply__text-notice {
        font-size: 12px;
    }
}

.apply__subtitle {
    color: #1955A6;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
}

@media (max-width:767px) {
    .apply__subtitle {
        font-size: 18px;
    }
}

.apply__subtitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 12px solid #1955A6;
}

.apply__steps {
    margin-top: 40px;
    display: flex;
    gap: 0 30px;
    background-color: #999;
}

@media (max-width:767px) {
    .apply__steps {
        flex-direction: column;
        gap: 30px 0;
        background-color: initial;
    }
}

.apply__step {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    padding-inline: 20px;
    padding-block: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% / 3);
}

@media (max-width:767px) {
    .apply__step {
        width: 100%;
        padding-block: 15px;
    }
}

.apply__step:nth-child(1) {
    background-color: #1955A6;
}

.apply__step:not(:nth-child(1)) {
    background-color: #999;
}

.apply__step::before,
.apply__step::after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 58px solid transparent;
    border-bottom: 57px solid transparent;
    content:'';
}

@media (max-width:767px) {
    .apply__step::before,
    .apply__step::after {
        border-top: initial;
        border-bottom: initial;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
    } 
}

.apply__step::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -22px;
    width: 0;
    height: 0;
    border-left: 22px solid #999;
    transform: translateY(-50%);
}

@media (max-width:767px) {
    .apply__step::after {
        top: 98%;
        right: calc(50% - 98px);
        transform: translateX(-50%);
        border-top: 22px solid #999;
        border-left: 50px solid transparent;
    } 
}

.apply__step:first-child:after {
    border-left: 22px solid #1955A6;
}

@media (max-width:767px) {
    .apply__step:first-child:after {
        border-top: 22px solid #1955A6;
        border-left: 50px solid transparent;
    }
}

.apply__step:first-child:before {
    right: -29px;
    border-left: 27px solid #fff;;
}



.apply__step:not(:last-child)::before{
    right: -29px;
    border-left: 28px solid #fff;
}


.apply__step-img {
    width: 36px;
    height: 36px;
}

.apply__step-note {
    display: block;
    font-size: 10px;
    font-weight: 500;
}


/* 会社設営会・見学会お申込みフォーム */
.form {
    margin-top: 100px;
    background-color: #F2FAFE;
    padding-block: 153px 120px;
}

@media (max-width:767px) {
    .form {
        padding-block: 100px 95px;
    }
}


.contact-form {
    margin-top: 213px;
    background-color: #fff;
    padding-inline: 50px;
    padding-block: 30px 60px;
}

@media (max-width:767px) {
    .contact-form {
        margin-top: 100px;
        padding-inline: 24px;
    }
}

.contact-form__list {
}

.contact-form__item {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.contact-form__item:not(:last-child) {
    margin-bottom: 35px;
}

.contact-form__label {
    padding-right: 57px;
    position: relative;
    width: 36%;
}

@media (max-width:767px) {
    .contact-form__label {
        width: 100%;
        margin-bottom: 5px;
        padding-right: initial;
    }
}

.contact-form__label label {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width:767px) {
    .contact-form__label label {
        font-size: 14px;
    }
}

.contact-form__label::after {
    background: #4d4d4d;
    content: "任意";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 24px;
    margin: auto;
    position: absolute;
    right: 17px;
    top: 5px;
    text-align: center;
    width: 66px;
    color: #fff;
    border-radius: 5px;
}

@media (max-width:767px) {
    .contact-form__label::after {
        right: 0;
        top: 0;
    }
}

.required.contact-form__label::after {
    background: #1955A6;
    color: #fff;
    content: "必須";
}

.contact-form__input {
    width: 64%;
}

@media (max-width:767px) {
    .contact-form__input {
        width: 100%;
    }
}

.contact-form__input.contact-form__input--select {
    width: 25%;
    position: relative;
}

@media (max-width:767px) {
    .contact-form__input.contact-form__input--select {
        width: 50%;
    }
}

.contact-form__input.contact-form__input--select::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form__input.contact-form__input--date{
    display: grid;
    gap: 15px;
}

.contact-form__note {
    font-size: 14px;
}

@media (max-width:767px) {
    .contact-form__note {
        font-size: 11px;
    }
}

.contact-form__date {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width:767px) {
    .contact-form__date {
        display: block;
    }
}

@media (max-width: 767px){
	.wpcf7-date{
		margin: 0 0 10px 0;
	}
	.wpcf7-date::before{
		content: '日付を選択';
		font-size: 12px;
        display: block;
        width: 100%;
	}
}

.contact-form__notice {
    margin-top: 64px;
}

.contact-form__notice-text {
    font-size: 14px;
    line-height: calc(24/14);
}

@media (max-width:767px) {
    .contact-form__notice-text {
        font-size: 12px;
    }
}

.contact-form__policy {
    margin-top: 30px;
}

.contact-form__policy-title {
    color: #1955A6;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:767px) {
    .contact-form__policy-title {
        font-size: 16px;
    }
}

.contact-form__policy-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: calc(24/14);
}

@media (max-width:767px) {
    .contact-form__policy-content {
        font-size: 12px;
    }
}

.contact-form__policy-check {
    margin-top: 100px;
    font-size: 18px;
    line-height: calc(36/18);
    font-weight: bold;
    text-align: center;
}

@media (max-width:767px) {
    .contact-form__policy-check {
        font-size: 16px;
        margin-top: 55px;
    }
}

.contact-form__submit {
    margin-top: 45px;
    text-align: center;
    width: 100%;
}

.contact-form__submit input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 477px;
    margin-inline: auto;
    padding-block: 30px;
    background-color: #1955A6;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

