

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');

/* TOPバナー */

.entry_fix_bnr{
position: fixed;
right: 66px;
bottom:30px;
z-index: 9999;
opacity: 0;
transition: 0.8s;
filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
}

#front-page .footer-theme-color{
padding-bottom: 270px;
}

@media (max-width: 767px) {
.entry_fix_bnr{
left: 50%;
transform: translateX(-50%);
right: auto;
bottom: 10px;
}
}

/* エントリー */


.recruit_event_header{
background-color: #F3F3F3;
padding: 60px 0 70px;
margin-bottom: 110px;
}


.recruit_event_header__wrap{
display: flex;
gap: calc(115/960 * 100%);
margin-top: 40px;

}

.recruit_event_header__img{
width: calc(466/960 * 100%);
}
.recruit_event_header__img img{
width: 100%;
height: auto;
}
.recruit_event_header__txt{
flex: 1;
}

.recruit_event_header__txt h3{
font-size: 24rpx !important;
font-family: "Shippori Mincho", serif;
font-weight: 600 !important;
margin-bottom: 34px;
margin-top: 20px;
}

.recruit_event_header__txt h3 span{
font-size: 16px !important;
display: block;
margin-bottom: 10px;
}

.recruit_event_header a{
box-sizing: content-box;
background-color: #DBC087;
color: #fff !important;
border: #DBC087 solid 2px;
position: relative;
width: 300px;
height: 50px;
line-height: 50px;
display: block;
text-align: center;
transition: 0.6s;
margin-top: 60px;
font-weight: bold;
}

.recruit_event_header a:hover {
background-color: #fff;
color: #DBC087 !important;
border: #DBC087 solid 2px;
opacity: 1;
}

@media (max-width: 767px) {
.recruit_event_header__wrap {
display: block;
}
.recruit_event_header__img{
width: 100%;
}
}





#recruit-data {
margin-bottom: 80px;
}
#recruit-data .data-table {
padding-bottom: 4rem;
}
#recruit-data .data-table > div {
border-bottom: #DEDEDE solid 1px;
padding-bottom: 1.5rem;
}
#recruit-data .data-table > div:not(:first-of-type) {
padding-top: 1.5rem;
}
#recruit-data .data-table > div div:first-of-type {
font-weight: bold;
font-size: 16px;
width: 100%;
margin-bottom: 0.5rem;
}
#recruit-data .data-table > div div:last-of-type {
font-size: 15px;
width: 100%;
}
#recruit-flow {
margin-bottom: 100px;
}
#recruit-flow p {
margin-bottom: 3rem;
}
#recruit-flow .flow-item {
width: 170px;
}
#recruit-flow .flow-item:not(:last-of-type) {
margin-bottom: 28px;
}
#recruit-flow .flow-item .step-no {
font-weight: bold;
font-size: 16px;
}
#recruit-flow .flow-item .step-no span {
font-size: 25px;
}
#recruit-flow .flow-item .circle {
position: relative;
width: 170px;
height: 170px;
background-color: #F2F2F2;
border-radius: 50%; /* ←円を作る */
margin-bottom: 16px;
}
#recruit-flow .flow-item .circle img {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -45%);
}
#recruit-flow .flow-item .circle div {
margin: 0;
position: absolute;
width: 100%;
left: 0;
bottom: 24px;
text-align: center;
}
#recruit-flow .flow-item p {
font-size: 14px;
line-height: 150%;
margin-bottom: 0;
}
#recruit-flow .flow-arrow {
margin-bottom: 28px;
}
#recruit-flow .flow-arrow img {
transform: rotate(90deg);
}

@media screen and (min-width: 992px) {
#entry h3 {
font-size: 28px;
margin-bottom: 2rem;
}
#entry h4 {
font-size: 20px;
margin-bottom: 2rem;
padding: 0.5rem 1rem;
}
#entry #recruit-data .data-table > div {
padding-bottom: 2rem;
}
#entry #recruit-data .data-table > div:not(:first-of-type) {
padding-top: 2rem;
}
#entry #recruit-data .data-table > div div:first-of-type {
font-weight: bold;
font-size: 16px;
width: 300px;
margin-bottom: 0;
}
#entry #recruit-data .data-table > div div:last-of-type {
font-size: 16px;
width: calc(100% - 300px);
}
#entry #recruit-flow .flow-item {
width: 170px;
}
#entry #recruit-flow .flow-item:not(:last-of-type) {
margin-bottom: 0;
}
#entry #recruit-flow .flow-arrow {
margin-bottom: 0;
}
#entry #recruit-flow .flow-arrow img {
transform: none;
padding-bottom: 32px;
}
}



/* イベントページ */

#event img{
max-width: 100%;
height: auto;
}

@media (max-width: 767px) {

#event .pc{
display: none;
}
}

#event #title-area{
display: none;
}

.event_header{
max-width: 1000px;
margin: 0 auto;
padding: 170px 0 0;
}


.event_header h2{
font-size: 24px;
font-weight: bold;
}

.event_header .img{
text-align: center;
margin-top: 60px;
}

@media (max-width: 767px) {
.event_header {
padding-left: 30px;
padding-right: 30px;
padding-top: 80px;
}
.event_header .img {
margin-top: 30px;
}
}



.event_info {
padding: 40px 0 80px;
width: 100%;
max-width: 560px;
margin: 0 auto;
}
.event_info h2{
text-align: center;
font-size: 16px !important;
margin-bottom: 40px;
font-weight: normal !important;

}


.event_info h3{
text-align: center;
font-size: 24rpx !important;
font-family: "Shippori Mincho", serif;
font-weight: 600 !important;
margin-bottom: 34px;
}

.event_info h3 span{
font-size: 16px !important;
display: block;
margin-bottom: 10px;
}

.event_info .ttl{
text-align: center;
font-weight: 500;
}

.event_info__box{
font-weight: 500;
display: table;
margin: 0 auto;
line-height: 30px;
}

.event_info__box span{
font-size: 14px;
}

.event_info__box span a{
color: var(--bs-body-color);
text-decoration: underline;
}


.event_info__box + .txt{
margin-top: 75px;
}

.event_info__schedule{
margin-top: 75px;
}

.event_info__schedule .txt{
margin: 40px auto 80px;
display: table;
}

.event_info .img{
text-align: center;
margin-top: 80px;
}

.event_info .img + .ttl{
margin-top: 75px;
}

@media (max-width: 767px) {
.event_info {
padding-left: 30px;
padding-right: 30px;
}
}


.event_ofice_pic{
max-width: 1040px;
display: flex;
justify-content: space-between;
margin: 0 auto 0;
padding:0 0 170px;
}





@media (max-width: 767px) {
.event_ofice_pic {
max-width: 720px;
padding-bottom: 60px;
}
}
@media (max-width: 575px) {
.event_ofice_pic {
max-width: 540px;
}
}


.event_company{
background-color: #F3F3F3;
padding: 88px 0 98px;
}

.event_company__inner{
max-width: 1133px;
width: 100%;
padding-left: 30px;
padding-right: 30px;
margin-left:auto;
margin-right:auto;
}

.txt_box .ttl{
  font-weight: bold;
}


.event_company__box_1{
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-top: 40px;
gap: 48px;

}

.event_company__box_1 .txt_box{
flex: 1;
}

.event_company__box_1 .img{
width: calc(530/1133 * 100%);
text-align: center;
}

.event_company__box_2{
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
margin-top: 90px;
gap: 40px;

}

.event_company__box_2 .txt_box{
flex: 1;
}
.event_company__box_2 .img{
width: calc(700/1133 * 100%);
}
.event_company__box_2 .img img{
display: block;
}
.event_company__box_2 .img img:nth-of-type(1){
width: calc(523/700 * 100%);
}

.event_company__box_2 .img img:nth-of-type(2){
width: calc(387/700 * 100%);
margin-left: auto;
margin-top:calc(60 / 700 * 100% * -1);;
}

.event_company__box_2 .img img:nth-of-type(3){
width: calc(297/700 * 100%);
margin-left: calc(40/700 * 100%);
margin-top:calc(90 / 700 * 100% * -1);
}


.event_company .btn{
box-sizing: content-box;
background-color: #DBC087;
color: #fff !important;
border: #DBC087 solid 2px;
position: relative;
max-width: 440px;
width: 100%;
height: 50px;
line-height: 50px;
display: block;
text-align: center;
transition: 0.6s;
margin-top: 60px;
font-weight: bold;
border-radius: 0;
padding: 0;
margin: 55px auto 0;
}




.event_company .btn:hover {
background-color: #fff;
color: #DBC087 !important;
border: #DBC087 solid 2px;
opacity: 1;
}

@media (max-width: 767px) {
.event_company__box_1 {
flex-direction: column-reverse
}
.event_company__box_1 .img {
    width: 100%;
    margin-top: 20px;
}
.event_company__box_2{
flex-direction: column-reverse;
}
.event_company__box_2 .img {
    width: 100%;
}
}

/* フォーム */

.event_form{
padding-top: 100px;
}


::-moz-placeholder {
color: #aaa;
}
::placeholder {
color: #aaa;
}
#entry-message p {
font-size: 16px;
margin-bottom: 100px;
}
#entry-form h3 {
margin-bottom: 50px;
}
#entry-form .container-inner {
width: 100%;
font-size: 16px;
}
#entry-form .container-inner .form-item {
width: 100%;
padding-right: 0;
margin-bottom: 0.5rem;
}
#entry-form .container-inner .form-item > div:last-of-type {
height: 19px;
font-size: 12px;
color: #fff;
background-color: #BE0D0D;
margin-left: 0.5rem;
padding: 0 0.25rem;
}
#entry-form .container-inner .form-elem {
width: 100%;
margin-bottom: 1rem;
padding-top: 0px;
}
#entry-form .container-inner .form-elem input[type=text], #entry-form .container-inner .form-elem input[type=email], #entry-form .container-inner .form-elem input[type=tel], #entry-form .container-inner .form-elem textarea {
font-size: 16px;
letter-spacing: 1px;
line-height: 1.4;
border: 1px solid #F8F8F8;
background-color: #F8F8F8;
padding: 10px;
width: 100%;
}
#entry-form .container-inner .form-elem input[type=number]{
font-size: 16px;
letter-spacing: 1px;
line-height: 1.4;
border: 1px solid #F8F8F8;
background-color: #F8F8F8;
padding: 10px;
width: 66px;
margin-right: 10px;
}

#entry-form .container-inner .zipWidth input[type=text] {
width: 130px;
}
#entry-form .container-inner .privacy {
margin: 60px 0 40px;
background-color: #F3F3F3;
font-size: 13px;
padding: 2rem 1rem;
}
#entry-form .container-inner .privacy input[type=checkbox] {
font-size: 15px;
letter-spacing: 1px;
line-height: 1.4;
border: 1px solid #595757;
}
#entry-form .container-inner .form-button {
width: 100%;
}
#entry-form .container-inner .form-button .theme-form-button {
border: none;
font-weight: normal;
width: 100%;
letter-spacing: 0;
}
#entry-form .container-inner .form-button .theme-form-button::after {
right: 20%;
}

.privacy a{
color: var(--bs-body-color);
text-decoration: underline;
}


@media screen and (min-width: 992px) {
#entry-form .container-inner {
width: 690px;
font-size: 16px;
}
#entry-form .container-inner > div {
margin-bottom: 20px;
}
#entry-form .container-inner .form-item {
width: 300px;
padding-right: 100px;
}
#entry-form .container-inner .form-elem {
width: calc(100% - 150px);
margin-bottom: 1rem;
padding-top: 4px;
}
#entry-form .container-inner .radioWidth div:nth-of-type(1),
#entry-form .container-inner .radioWidth div:nth-of-type(2) {
width: 120px;
}
#entry-form .container-inner .privacy {
margin: 60px 0 80px;
padding: 2rem 4rem;
}
#entry-form .container-inner .form-button {
width: 530px;
}
#entry-form .container-inner .form-button .theme-form-button {
letter-spacing: 0.125rem;
}
#entry-form .container-inner .form-button .theme-form-button::after {
right: 30%;
}
}
