@charset "UTF-8";

  .hidden {
    opacity: 0;
  }

/* PC表示用 */
.pc {
  display: block;
}
.sp {
  display: none;
}

/* スマホ表示用（768px以下をスマホとする場合） */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

p{
    letter-spacing: 0.06em;
}
.large-text{
    font-size: 1.2rem;
}
.text-small{
    font-size: 0.85rem;
}
.text-small-2{
    font-size: 0.7em;
}
h2{
    margin: 0 auto;
    padding: 3% 1% 1%;
    text-align: center;
    width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 2.5em;
}
h3{
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(to right, #B3E4FF 0%, #50AAE2 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    display: inline-block;
    letter-spacing: 0.08em;
    margin: 0 auto 0.7em;
}
h4{
    font-size: 1.5rem;
    font-weight: 700;
    border-left: 5px solid #0B6EB2;
    padding-left: 0.3em;
    margin-bottom: 0.8em;
}
h5{
    font-size: 1.5rem;
    font-weight: 600;
    width: 248px;
    padding-top: 0.8rem;
}
img{
    object-fit: contain;
}
main{
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    text-align: center;
}
section{
    text-align: left;
    padding: 0;
}
.font-blue{
    color: #0B6EB2;
}
h2 span.sub-t{
font-size: 0.7em;
}


.margin-none{
    margin: 0;
}
.margin-3{
    margin-bottom: 3.2rem;
}
.arrow{
    width: 1.2rem;
    object-fit: contain;
    vertical-align: 0.01em;
    margin-left: 0.5em;
}
.break-sp{
    display: none
}
.break-pc{
        display: inline;
    }




@media screen and (max-width:768px) {
    h3{
        font-size: 2.3rem;
        letter-spacing: 0;
    }
    h4{
        font-size: 1.3rem;
    }
    h5{
       /* margin-bottom: 1.2rem;*/
         margin-left: 1rem;
    }
    .arrow{
        width: 1rem;
    }
    .break-sp{
        display: inline;
    }
    .break-pc{
    display: none
    }
}
@media screen and (max-width:480px){
    h3{
        font-size: 1.9rem;
        letter-spacing: 0;
    }
}


.intro_txt{
text-align: center;
margin-bottom: 6%;
}
.intro_txt img.sp{
width: 70%;
margin:0 auto 45px;
}

/* Recruit～ */
.tyuto-recruit{
    background: #0B6EB2;
    max-width: 1000px;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 3px 0;
}
#link{
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #0B6EB2;
    color: #0B6EB2;
    padding: 0.6em 5em;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#link:hover{
    color: #fff;
}
.section-2-link{
    font-size: 1.3rem;
    margin: 6% auto;
}
.section-2-link:hover{
    transform: translateY(5px);
    background-color: #0075BE;
}
.down-arrow{
    display: inline-block;
    vertical-align: middle;
    color: #0B6EB2;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.8em 0.45em;
    border-top-color: currentColor;
    border-bottom: 0;
    margin-left: 0.5rem;
}
.section-2-link:hover .down-arrow{
    color: #fff;
}

.rc-message{
    border: 7px solid;
    border-image: linear-gradient(to right, #B3E4FF, #50AAE2) 1;
    padding: 1.5rem;
}

.rc-message p{
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
}

.rc-message span{
    font-size: 2rem;
    font-weight: 700;
    color: #0B6EB2;
    line-height: 3rem;
    display: block;
    margin-bottom: -10px;
}


@media screen and (max-width:768px) {
    .tyuto-recruit{
        padding: 0;
    }
    #link{
        padding: 0.6em 3em;
    }
    .section-2-link{
        font-size: 1.2rem;
        margin: 10% auto;
    }
    .rc-message p{
        font-size: 1rem;
    }
    .rc-message span{
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: -15px;
    }
}






/* 業務内容～ */
.section-1{
    margin: 5% 0 10%;
}
.section-1 a{
    margin-top: 18%;
}
.section-1 a:hover{
    background-color: #0B6EB2;
    color: #fff;
    transform: translateX(5px);

}
.section-1-inner{
    display: flex;
    margin-bottom: 3%;/*5%*/
}
.section-1-inner>div{
    margin-right: 40px;
    flex: 1;
}
.section-1-text-2{
    margin-left: 60px;
}
.section1-img{
    max-width: 500px;
    position: relative;
    flex: 1;
}

@media screen and (max-width:768px) {
    .section-1{
    margin: 10% 0 20%;
    }
    .section-1-inner{
        /*flex-direction: column;*/
		flex-direction: column-reverse;
		justify-content: center;
    }
    .section-1-inner:nth-of-type(2){
        flex-direction: column-reverse;
    }
    .section-1-inner>div{
        margin-right: auto;
        /*margin-bottom: 2rem;*/
    }
    .section-1-text-2{
        margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
    }
    .section-1 a{
    margin-top: 6%;
    font-size: 1rem;
    }
}

.section-1-inner2{
    margin-bottom: 3%;
}
.service_gr{
background: #9ED8F9;
border: 1px solid #1968D4;
border-radius: 5px;
display: inline-block;
padding: 0 5px;
}


/* 先輩社員の声 */
.senpai-wrapper{
    background: #D3E5F6;
    padding: 30px 30px 40px;
    margin: 3% auto 6%;
}
.senpai-comment{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 3% auto 7%;
}
.senpai-comment p{
    background: #fff;
    padding: 2em;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    border-radius: 10px;
}
.senpai-comment img{
    width: 30%;
}
.senpai-comment p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

@media screen and (max-width:768px) {
    .senpai-wrapper{
    padding: 5% 5% 9%;
    margin-bottom: 14%;
    }
    .senpai-comment{
        flex-direction: column;
    }
    .senpai-comment img{
        width: 80%;
        max-width: 300px;
    }
    .senpai-comment p{
        margin: 30px 0 30px 0;
    }
    .senpai-comment p::before{
        top: -28px;
        left: 50%;
        margin-top: 0;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fff;
    }
}




/* ある一日のスケジュール */
.time-schedule{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.time-schedule ul{
    border-left: 6px solid #fff;
    box-sizing: border-box;
    margin-right: 50px;
    flex: 1;
}
.time{
    font-size: 1.2rem;
    position: relative;
    font-weight: 600;
    width: 82px;
}
.time::before{
    content: '';
    position: absolute;
    display: inline-block;
    left: -47px;
    top: 0;
    width: 28px;
    height: 28px;
    background-image: url(img/sc_circle.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.time-2::before{
    content: '';
    position: absolute;
    left: -43px;
    top: 5px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.time-schedule ul li{
    display: flex;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 2.5rem;
    box-sizing: border-box;
}
.time-schedule ul li:last-child{
    margin-bottom: -15px;
}
.time-schedule ul li p:nth-of-type(2){
    flex: 1;
}
.time-schedule>div{
    max-width: 370px;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.time-schedule>div>img{
    width: 100%;
    margin-bottom: 3%;
}
.time-schedule>div>img:last-child{
    margin: 0;
}
.sp-img{
    display: none;
}
#time-text-wrap>div{
    display: flex;
}

@media screen and (max-width:768px){
    .time-schedule ul{
        margin-right: 1rem;
    }
    .time-schedule>div{
        display: none;
    }
    .sp-img{
        display: inline-block;
        max-width: 350px;
    }
    #time-text-wrap{
        display: inline-block;
    }

}


/* 募集要項 */
.section-2{
    background: #0B6EB2;
    color: #fff;
    padding: 4rem 0;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.section-2-container{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.section-2 h2{
    border-bottom: 1px solid #fff;
    font-weight: 600;
    padding: 7% 0 2%;
}
.section-2-container>div{
    display: flex;
    border-bottom: 1px solid#fff;
    padding: 2% 0;
}
.section-2-container>div:last-child{
    border: none;
}
.section-2 dl,.section-2 ul{
    flex: 1;
}
.section-2 dt{
    font-weight: 600;
    margin-bottom: 0.2em;
    padding-top: 2%;
    padding-left: 1rem;
}
.section-2 dd{
    border-bottom: 1px dotted #fff;
    padding-bottom: 2%;
    padding-left: 1rem;
}
.section-2 dd:last-child{
    border: none;
}
.section-2 ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 1em 0 1em 0.65em;
    text-indent: -0.65em;
}
.section-2 ul li::marker{
    font-size: 0.5em;
}
.section-2 ul li span{
    vertical-align: -0.2em;
}
.section-2-container>div:nth-child(n+2):nth-child(-n+6) ul li{
    border-bottom: 1px dotted #fff;
}
.section-2-container>div:nth-child(n+2):nth-child(-n+6) ul li:last-child{
    border: none;
}
.section-2 .list-border-none{
    padding: 0.8rem 0 0.8em;
}
.section-2 .list-border-none>li{
    padding: 0.3em 0 0.3em 0.65em;
}

@media screen and (max-width:768px){
    .section-2{
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .section-2 h2{
        padding: 11% 0 5%;
    }
    .section-2-container>div{
        flex-direction: column;
    }
    .section-2 dd{
        padding-left: 0;
        margin: 0 1rem;
    }
    .section-2 ul li{
        padding-left: 0.65em;
        margin: 0 1rem;
    }
    .section-2 .list-border-none>li{
    padding-left: 0.65em;
    }
}



/* エントリーボタン */
.entry-fix{
    position: fixed;
    top: 30%;
    right: 0;
    max-width: 58px;
    z-index: 1;
}
.entry-fix:hover{
    opacity: 0.7;
}

.entry-btn-wrap{
padding: 5.5em 0 2em;
}
#entry{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #0075BE 0%, #5EB7E8 50%,#0075BE 100%);
    background-size: 200% 100%;
    border-radius: 50px;
    display: inline-block;
    padding: 0.3em 4em;
    letter-spacing: 0.05em;
    margin: 0;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    max-width: 80%;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#entry:hover{
    background-position: 100%;
    transform: translateY(4px);
    box-shadow: none;
}

@media screen and (max-width:768px) {
    .entry-fix{
        min-width: 48px;
        top: 65%;
        width: 8%;
    }
    #entry{
        font-size: 1.5rem;
        padding: 0.5em 2em;
    }
}

.oneday{
display: flex;
}
@media only screen and (max-width:768px) {
.oneday{
flex-direction: column;
}
}
.oneday-txt{
background: #C1ECFF;
color: #000000;
padding: 5px 10px;
}
.oneday-txt p{
border-bottom: 1px dashed #ffffff;
padding: 5px;
}
.oneday-txt p:last-child{
border: none;
}

/*プライバシーポリシー*/
h3.privacy_midashi{
background: #D3E5F6;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto 0.7em;
	padding: 10px;
}
section.privacy_box{
margin: 20px auto;
}
section.privacy_box p{
padding:10px 15px;
}



/*フォーム*/
body.form {
}

form {
background-color: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
max-width: 800px;
width: 100%;
margin: auto;
}

h3.form_page  {
background: #3498db;
text-align: center;
color: #ffffff;
font-size: 1.3em;
margin-bottom: 20px;
padding: 10px 0;
width: 100%;
}

label {
display: block;
margin: 15px 0 5px;
font-weight: bold;
color: #555;
}

input, select, textarea {
width: 100%;
padding: 10px;
margin-bottom: 15px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 6px;
}

textarea {
resize: vertical;
}

.dob-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.dob-container span{
margin-right: 10px;
}

.dob-container select {
width: calc(33.33% - 5px);
}

button {
background-color: #3498db;
color: #fff;
padding: 12px 20px;
border: none;
border-radius: 6px;
cursor: pointer;
width: 100%;
display: inline-block;
}

button:hover {
background-color: #2980b9;
}


/* OneDay職場体験のチェックボックスを整える */
.checkbox_wrap {
  margin: 20px 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.checkbox_wrap input[type="checkbox"] {
  /* デフォルトのチェックボックスを大きく、見やすく */
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.checkbox_wrap label {
  display: flex;
/*  align-items: center;*/
  cursor: pointer;
  font-weight: 600;
  color: #333;
}

.required-txt{
background: #FF0004;
color: #FFFFFF;
font-size: 0.8rem;
font-weight: normal;
padding: 1px 4px;
}
