@charset "euc-jp";
.sp_only {
	display:none;
	}
html {
    scroll-behavior: smooth;
  height: 100%;
}
body {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 16px;
	color: #666666;
	line-height: 22px;
  height: 100%;
}
header {
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #667afe;
	text-decoration: none;
}


.hsp10 {
    width: 100%;
    height: 10px;
}
.hsp20 {
    width: 100%;
    height: 20px;
}
.hsp50 {
    width: 100%;
    height: 50px;
}
.hsp100 {
    width: 100%;
    height: 100px;
}
.hsp200 {
    width: 100%;
    height: 200px;
}
.banner {
	margin-left: auto;
	margin-right: auto;
	display:block;
    width: 100%;
    max-width: 780px;
    height: auto;
}
.wrapper_white {
    text-align: center;
	background-color: #FFFFFF;
}
.wrapper_black {
	background-color: #000000;
}
.wrapper_contact {
    height: 80px;
    width: 100%;
}

@media screen and (min-width:600px) {
.vh100 {
    height: 100%;
}

}


.page {
    width: 100%;
    min-height: 600px;
    background: url("../images/page_bg.jpg") no-repeat fixed center top;
}
.wrapper  {
	width: 100%;
	max-width: 600px;
    height: auto;
	margin-left: auto;
	margin-right: auto;
    background: url("../images/wrapper_bg.jpg") no-repeat center top;
}
.kv_area {
    height: 100vw;
    width: 100%;
    max-width: 780px;
    margin: auto;
    position: relative;
}
@media screen and (min-width:600px) {
.kv_area {
    height: 600px;
}

}
.kv {
    width: 100%;
    min-width: 200px;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.kv_line {
    position: absolute;
    bottom: 5%;
    width: 50%;
    max-width: 200px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
}

.contents {
    position: relative;
}

.img100 {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.income_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width:500px) {
.income_list {
    flex-wrap: nowrap;
}

}

.income {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.text_s {
    width: 100%;
    text-align: center;
}
.text_l_gray {
    color: rgba(255,255,255,0.50);
    font-size: 2em;
    line-height: 1.2em;
    font-weight: bold;
    font-feature-settings: "palt";
}

.iframe-container {
     position: relative;
     height: 0;
     overflow: hidden;
    margin-top: 20px;
    width: 90%;
    max-width: 1000px;
    height: 300px;
    margin: auto;
}

.iframe-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.iframe-container2 {
     position: relative;
     height: 0;
     overflow: hidden;
    margin-top: 20px;
    width: 100%;
    max-width: 1000px;
    height: 800px;
    padding-bottom: 100px;
}

.iframe-container2 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.bottom_menu_container {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255,255,255,0.84);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.bottom_menu li {
    border-right: solid 1px rgba(0,0,0,0.30);
    text-align: center;
    margin: 6px auto;
}
.bottom_menu li:last-child {
    border: none;
}
.bottom_menu li a {
    display: block;
    text-align: center;
}
.bottom_menu li a img {
    width: 60%;
    height: auto;
}


@media screen and (min-width:600px) and (min-height:730px) {
.kv {
/*    max-width: 500px;*/
    transition-property:width, height, background-size;
	transition-duration:1s;
}

}

.btn02 {
/*    padding-top: 0.5vh;*/
    list-style: none;
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 650px;
    justify-content: center;
  }
    .btn02 li {
/*    height: 10vh;*/
        aspect-ratio:1/1;
/*        width: 23%;*/
        max-width: 120px;
    }
    .btn02 li a {
        display: block;
        width: 100%;
    }
    .btn02 li a img {
        width: 100%;
    aspect-ratio: 1 / 1 ;
    max-width: 80px;
    max-height: 80px;
    }
@media screen and (min-height:500px) {
    .btn02 li {
        max-width: 100px;
    }
}
@media screen and (min-height:800px) {
    .btn02 li {
        max-width: 130px;
    }
}


.top_contact {
}
.wrapper_contact {
    height: 70px;
    text-align: center;
}
.contact {
    padding-top: 0.5vh;
    list-style: none;
    display: flex;
    margin: auto;
    width: 640px;
    max-width: 100%;
    height: 70px;
    justify-content: space-around;
    align-items: center;
  }
    .contact li a {
        display: block;
        width: 90%;
    }
    .contact li a img {
/*        object-fit: cover;*/
    }
.contact_tel {
    aspect-ratio: 25 / 10 ;
    height: 70px;
/*    max-height: 9vh;*/
}
.contact_line, .contact_mail {
    aspect-ratio: 1 / 1 ;
    height: 70px;
}





.form_area {
    text-align: center;
    background-color: #FFFFFF;
    width: 94%;
    max-width: 650px;
    margin: 0 auto;
}
.form_area_title {
    font-size: 1.6em;
    line-height: 1.6em;
}
.form_title {
    background-color: #c0cedb;
    text-align: center;
    font-size: 1.2em;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #000;
}
.form_title span {
    display: inline-block;
    background-color: #b3312f;
    color: #fff;
    padding: 5px;
}
.form_text_s {
    text-align: center;
    font-size: 1.2em;
}

input[type="text"] {
    width: 94%;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
}
.input_60 {
    width: 54%!important;
}
.selectbox-mail {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-mail::after {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-mail select {
    appearance: none;
    width: auto;
    min-width: 30%;
    height: 2.8em;
/*    padding: .4em calc(.8em + 30px) .4em .8em;*/
    padding: .4em 20px .4em 0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
@media screen and (min-width:600px) {
.selectbox-mail select {
    min-width: 30%!important;
}
.input_60 {
    width: 70%!important;
}

}

.radio_btn {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 30%;
}

.radio_btn label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_btn label::before,
.radio_btn label::after {
    border-radius: 50%;
    content: '';
}

.radio_btn label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio_btn label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio_btn label:has(:checked)::after {
    background-color: #686868;
    animation: anim-radio-2 .3s linear;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #68686833;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_btn input {
    display: none;
}
.textbox {
    width: 90%;
    min-height: 100px;
    margin: 0 auto;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.textbox::placeholder {
    color: #999;
}

.button-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #23a6d1;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-submit:hover {
    background-color: #1396c1;
}



    
    
nav ul li a {
	color:rgba(255,255,255,1.00);
}

#top_main {
	float:left;
	width:700px;
	min-height:700px;
}
#top_side {
	float: right;
	width: 280px;
	min-height: 700px;
	margin-right: 10px;
}
#top_side ul {
	list-style-type: none;
	margin-top:10px;
	width:278px;
	border: 1px solid #7B6817;
}
#top_side ul li {
	background-image: url(../../recruit_new/images/side_icon20.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 40px;
	vertical-align: middle;
	border-bottom: 1px solid #7B6817;
}
.top_banner680 {
	margin-left:10px;
	margin-bottom:10px;
}

#top_side ul li:last-child {
	border-bottom: none;
}

#top_side ul li a {
	color: #666666;
}

#top_side ul li a:hover {
	color: #667afe;
}


.clear::after {
  content:"";
  display:table;
  clear:both;
}

.section_title {
	padding-left: 90px;
	background-image: url(../../recruit_new/images/icon_80x80_girl.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 20px;
}

.section_title h2 {
	font-weight: bold;
	font-size: xx-large;
	color: #667afe;
}
.section_title p {
	color: #ff6ae1;
	margin-top: 10px;
	font-weight: bold;
	color:#FFB600;
}

#promise_list {
	list-style-type:none;
}
#promise_list li {
	width: 340px;
	height: 250px;
	position: relative;
	float: left;
	margin-left:10px;
	margin-bottom:10px;
}
#promise_list li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#promise_list li p {
	width: 330px;
	height: 150px;
	position: absolute;
	top: 60pt;
	left:10px;
	line-height:26px;
}
#footer {
	width:100%;
	height:200px;
	background-color:rgba(102,102,255,0.55);
	text-align:center;
	color:#FFFFFF;
	margin-top:30px;
}
.title690 {
	margin-top:10px;
	margin-left:10px;
}
.banner690 {
	margin-top:10px;
	margin-left:10px;
}
#main {
	float:left;
	width:700px;
	min-height:700px;
}
.text {
	margin-top: 20px;
	margin-left: 10px;
	line-height:36px;
}
.text_red {
	color: #FF5B5E;
}
.text_blue {
	color: #003CFF;
}
.text_pink {
	color: #FF00AE;
}
.text_orange {
	color: #FF9E00;
}
.main_contents   {
	margin-top: 20px;
}


#main .section_title  {
	border-bottom: 1px solid #FF6AE1;
	margin-left: 10px;
}
