@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 0;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms;
            animation-duration: 0.01ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
input[type=submit], input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------
共通
------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden;
  min-height: 100%;
}
body.no-scroll {
  overflow: hidden;
}

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

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

.inline-block {
  display: inline-block;
}

a {
  color: #333333;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.85;
}
a:focus {
  opacity: 0.85;
}
a:active {
  opacity: 0.85;
}

.text-bottom {
  vertical-align: text-bottom;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.semi-bold {
  font-weight: 600;
}
.contents {
    display: flex;
    justify-content: space-between;
    background: #D9D3D3;
}
.main_contents {
    width: 40%;
    background: #ffffff;
    max-width: 640px;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.keyvisual .slider {
    width: 100%;
	pointer-events: none;
}
.head figure {
    padding: 0 3%;
    width: 15%;
}
.head h1 {
    color: #707070;
    font-size: 10px;
    width: 65%;
}
.head .entry {
    width: 20%;
}
.catch_txt {
    line-height: 1.7em;
    padding: 0 5%;
    margin: 0 auto 25px;
}
.shop_box {
    margin: 0 auto 50px;
}
.shop_box h2 {
    padding: 0 25%;
    margin: 0 auto 25px;
}
.shoplist .shopintro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}
.shoplist {
    margin: 0 auto 25px;
    background: #F5F5F5;
    padding: 5% 6% 6%;
}
.shopintro figure {
    margin: 0 2% 0 0;
}
.list_detail .logo {
    width: 90%;
    margin: 0 0 15px;
}
.list_detail .shop_info {
    margin: 0 0 10px;
    line-height: 1.5em;
    font-size: 0.9em;
}
.list_detail .shop_palce {
    font-size: 0.8em;
    line-height: 1.4em;
}
.st .shopintro .list_detail, .ms .shopintro .list_detail, .pt .shopintro .list_detail {
    width: 50%;
}

.st .shopintro figure, .ms .shopintro figure, .pt .shopintro figure {
    width: 50%;
}
.st .list_detail .logo{
    width: 90%;
}
.ms .list_detail .logo {
    width: 80%;
}
.easy_working h2 {
    padding: 0 25%;
    margin: 0 auto 25px;
}
.title_txt {
    line-height: 1.7em;
    padding: 0 5%;
    margin: 0 auto 25px;
}
.easy_working .slider_box {
    width: 90%;
    margin: 0 auto;
}
.easy_working .slick-dots li button:before {
    width: 18px;
    height: 18px;
    content: '●';
    color: #B0B0B0;
    font-size: 14px;
}
.easy_working .slick-dots li.slick-active button:before{
    color: #F8739A;
}
.point_box {
    padding: 0 5% 0;
    margin: 50px auto;
}
.pbox h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin: 0 auto 15px;
}
.pbox h3 figure {
    width: 10%;
    margin-right: 15px;
}

.p1 h3,.p3 h3,.p5 h3,.p7 h3{
	color:#F8739A;
}
.p2 h3,.p4 h3,.p6 h3,.p8 h3{
	color:#58CBD1;
}
.pbox {
    margin: 0 auto 25px;
}

.pbox p {
    line-height: 1.5em;
}
.pbox.p3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p3 figure.c_img {
    width: 55%;
}
.p3 .sub_b {
    width: 40%;
}
.p3 .sub_b h3 figure {
    width: 25%;
    margin:0 0 5px;
}
.p3 .sub_b h3 {
    display: block;
    line-height:1.5em;
}
.pbox.p4 p,.pbox.p6 p,.pbox.p8 p {
    margin: 0 0 15px;
}
.btn figure {
    margin: 0 0 20px;
}

.btn {
    padding: 0 10% 0;
}
.interview {
    margin: 0 auto 50px;
}

.interview h2 {
    width: 65%;
    margin: 0 auto 20px;
}
.invew_list .acimg {
    cursor: pointer;
}
.invew_list ul {
    padding: 5%;
    background: #F5F5F5;
}
.invew_list ul li {
    margin: 0 0 10px;
    line-height: 1.5em;
}
.invew_list ul li.qes {
    color: #F8739A;
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.invew_list ul li.ans {
    margin: 0 0 25px;
}
.invew_list ul li.qes:before {
    margin: 0 10px 0 0;
    border-top: 2px solid #f8739A;
    content: "";
    width: 2em;
}
.invew_list ul {
    display: none;
}
.invew_list {
    margin: 0 auto 15px;
}
.invew_box {
    margin: 0 auto 35px;
}
.qa_box {
    background: #EBEBEB;
    padding: 50px 5% 0;
}

.qa_box h2 {
    width: 30%;
    margin: 0 auto 20px;
}
.qa_list {
    background: #ffffff;
    border-radius: 10px;
    padding: 5%;
    margin: 0 auto 20px;
}
.qa_list .ttl {
    margin: 0 auto 15px;
}
.qa_list_tree {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.qa_list_tree figure {
    width: 42%;
}

.qa_list_tree ul {
    width: 55%;
}
.qa_list_tree ul li figure {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.qa_list_tree ul li div {
    line-height: 1.5em;
}
.qa_list.qa2 {
    display: flex;
    justify-content: space-between;
}
.qa_list.qa2 {
    background: none;
    padding: 0;
}
.qa_list .sub_qa {
    width: 48%;
    background: #ffffff;
    padding: 4% 2% 0%;
    border-radius: 10px;
}
.qa_list .sub_qa ul li {
    margin: 0 auto 10px;
}
.qa_list .sub_qa:last-child ul li:nth-child(2) {
    padding-top: 15px;
}
.qa_list .sub_qa ul li.txt {
    line-height: 1.4em;
}
.qa_list.qa3 ul li {
    margin: 0 auto 15px;
}
.qa_list.qa4 ul li:nth-child(2) {
    margin: 15px auto 10px;
}
.qa_list.qa4 ul li:nth-child(3) figure {
    width: 32%;
}

.qa_list.qa4 ul li:nth-child(3) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 15px;
}
.qa_list.qa4 ul li.txt {
    line-height: 1.4em;
}
.qa_list.qa4 {
    margin-bottom: 0;
}
.qa_area {
    background: #EBEBEB;
    padding: 40px 0 0;
	margin: 0 auto 40px;
}
.qa_area ul li {
    border-top: 1px solid #BEBEBE;
    padding: 5% 9% 5% 5%;
    line-height: 1.4em;
	text-indent: -1em;
    padding-left: 4em;
}
.qa_area ul li.answer {
    border-top: none;
	display: none;
    padding-top: 0;
}
.qa_area ul li span {
    color: #F8739A;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.qa_area ul li.qestion {
    font-weight: bold;
    cursor: pointer;
	position: relative;
}
nav.footer__nav {
    padding: 5% 0;
}
ul.footer__list {
    display: flex;
    justify-content: center;
}
ul.footer__list li {
    padding: 0 4%;
}

ul.footer__list li.footer__item:first-child {
    border-right: 1px solid #707070;
}
.job_descript {
    padding: 5% 0;
}
.job_descript h2 {
    width: 50%;
    margin: 0 auto 40px;
    padding: 0 5%;
}
ul.select_tab {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}
ul.select_tab li {
    width: 24%;
	cursor: pointer;
}

ul.select_tab {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.descript{
	display:none;
}
.descript.active{
	display:block;
}
ul.field {
    margin: 0 auto 20px;
	padding: 0 5%;
}
ul.field li {
    padding: 1% 0 0;
    line-height: 1.5em;
    text-align:center;
}
ul.field li:nth-child(2) {
    font-size: 1.1em;
}

ul.field li:last-child {
    padding-bottom: 0%;
    text-indent: 1px;
}
ul.field.sec1 {
    background: #F8739A;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
	padding-top: 3%;
	padding-bottom: 3%;
}
p.desc_logo {
    width: 50%;
    margin: 0 auto 25px;
    padding: 0 5%;
}
.desc_img {
    margin: 0 auto 25px;
    display: block;
    padding: 0 5%;
}
ul.field li.item {
    background: #F8739A;
    color: #ffffff;
    font-weight: bold;
    padding: 1% 0;
    margin: 0 auto 20px
}
ul.field li:last-child p {
    color: #222222;
    font-weight: bold;
    margin: 0 auto 5px;
}
ul.field li:last-child p.map {
    border: solid 1px #707070;
    font-weight: normal;
    border-radius: 15px;
    padding: 0 6px;
    width: 120px;
    font-size: 0.9em;
    text-align: center;
    margin: 5px 0 15px;
}
li.target {
    display: flex;
    align-items: center;
}

li.target figure {
    width: 5%;
    margin-right: 5px;
}
.fow_box {
    padding: 10% 5%;
    background: #E6E6E6;
}

.fow_box h2 {
    width: 25%;
    margin: 0 auto 30px;
}
.flow figure {
    margin: 2% auto;
    width: 4%;
}
.entry_box {
    background: #1E2121;
    color: #ffffff;
    padding: 5%;
}
.entry_box h2 {
    width: 35%;
    margin: 0 auto 30px;
}
.entry .fileds {
    margin: 0 auto 20px;
}
.entry .fileds li:first-child {
    color: #F87A9F;
    font-weight: bold;
    margin: 0 0 10px;
}
.entry .fileds input, .entry .fileds select, .entry .fileds textarea {
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 3% 2%;
}
.entry .fileds input.txt2 {
    width: 20%;
}
.entry .fileds input.txt3 {
    width: 27%;
}
.entry .fileds li span {
    font-size: 1.4em;
    padding: 0 2%;
}
.entry .fileds ul.list li {
    color: #ffffff;
    font-weight: normal;
}
.entry .fileds ul.list li {

    line-height: 1.4em;
    margin: 0 0 20px;
}
.entry .fileds ul.list li input {
    width: auto;
}
.entry .fileds textarea.txtarea {
    height: 100px;
}
.select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/s_arrow.png");
    background-repeat: no-repeat;
    background-size: 15px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}
.qa_list .sub_qa ul li.ef1 {
    width: 70%;
    padding: 9% 0 0;
}
.radiolist label {
	position: relative;
	cursor: pointer;
	padding-left: 31px;
	display: block;
}

.radiolist label::before,
.radiolist label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radiolist label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.radiolist label::after {
    background-color: #F87A9F;
    border-radius: 50%;
    opacity: 0;
    width: 10px;
    height: 10px;
    left: 9px;
}

.radiolist input:checked + label::after {
  opacity: 1;
}

.radiolist .visually-hidden {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

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

.radio-2 input {
    display: none;
}
.entry_btn,.send_btn {
    width: 70%;
    margin: 30px auto 20px;
}
p.txt {
    text-align: center;
    margin: 0 auto 10px;
}
p.err {
    text-align: center;
    margin: 0 auto 10px;
    color:#FF0000;
}
.entry_btn,.send_btn {
    cursor: pointer;
}
p.t_top a {
    color: #ffffff;
}

p.t_top {
    text-align: center;
    margin: 40px auto 10px;
}
.left_contents, .right_contents {
    position: relative;
    width: 30%;
}
.l_logo {
    position: fixed;
    width: 20%;
    left: 5%;
    right: 0;
    top: 30%;
}
.r_box {
    padding: 0 5%;
    position: fixed;
    top: 30%;
    margin: 0 auto;
}
ul.nav li {
    margin: 0 auto 40px;
}
.btn_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 40%;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto;
    right: 0;
    display:none;
}
.btn_fixed ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
footer.footer {
    padding: 0 0 20%;
}
ul.field li:nth-child(2) div {
    margin: 0 0 30px;
}
@media screen and (max-width: 798px) {
	.contents {
	    display: block;
	}
	.main_contents {
	    width: 100%;
	}
	.left_contents, .right_contents {
	    display: none;
	}
	.btn_fixed{
		width:100%;
	}
}
.qa_area ul {
    background: #ffffff;
}
.qa_area ul li.qestion:before {
	font: var(--fa-font-solid);
    content: "\2b";
    position: absolute;
    right: 4%;
    font-size: 1.0em;
	transition: all 0.5s 1s ease-in-out;
	top: 22px;
}
.qa_area ul li.qestion.active:before {
	font: var(--fa-font-solid);
    content: "\f068";
    position: absolute;
    right: 4%;
    font-size: 1.0em;
	transition: all 0.5s 1s ease-in-out;
}
p.arrow_area {
    background: #E26187;
    min-height: 40px;
    position: relative;
}

p.arrow_area:before {
	font: var(--fa-font-solid);
    content: "\f078";
    position: absolute;
    font-size: 1.4em;
	transition: all 0.5s 1s ease-in-out;
	color:#ffffff;
	text-align:center;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
}
p.arrow_area.active:before {

	font: var(--fa-font-solid);
    content: "\f106";
    position: absolute;
    font-size: 1.4em;
	transition: all 0.5s 1s ease-in-out;
}
@media screen and (max-width: 798px) {
	p.arrow_area {
	    min-height: 30px;
	}
}
ul.field.sec2 li p.st {
    background: url(../img/t1_2.png) no-repeat center 0 / 50%;
    width: 80%;
    color: #787878;
}
ul.field.sec2 li div.atend {
    background: #FEDEE8;
    font-weight: bold;
    color: #222222;
    padding: 2% 0;
    border-radius: 30px;
    font-size: 1.2em;
    margin: 0 auto 15px;
}
ul.field.sec2 li div.atend span{
	color:#F8739A;
}
ul.field.sec2 li .ex_at {
    color: #F8739A;
    margin: 0 auto 15px;
    font-weight: bold;
}
ul.secinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.secinfo li {
    width: 48%;
}
ul.secinfo li.txt {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #222222;
}
ul.field li .map p {
	color: #222222;
    text-align: left;
    margin: 0;
    font-size: 1.0em;
    padding: 2% 0 2% 4%;
}

ul.field li .map p span {
    background: #F8739A;
    color: #ffffff;
    padding: 0 2%;
}
ul.field li .map .add {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin: 0;
}
ul.field li .map .add p.img {
    width: 30%;
    margin: 0;
}
ul.field li .map .add .adtxt {
    width: 65%;
    text-align: left;
    line-height: 2em;
    font-size: 0.9em;
    margin: 0;
}
ul.field li .map .add .adtxt span {
	font-size: 1.0em;
	display: block;
	margin: 0 0 5px;
}
ul.field li:last-child p.map {
	border: none;
    font-weight: normal;
    border-radius: 20px;
    padding: 1% 0px;
    width: 15%;
    font-size: 1em;
    text-align: center;
    margin: 0px 0 0px;
    background: #F87A9F;
    color: #ffffff;
    padding: 2% 0;
}
ul.field li:last-child p.map a {
    color: #ffffff;
    font-size: 1.1em;
}

.map {
    padding: 0;
}
ul.field.sec4 li.imp {
    background: #FEDEE8;
    border-radius: 30px;
    padding: 2% 0;
    color: #222222;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin: 0 auto 10px;
}
ul.field.sec4 li.imp span {
    color: #F8739A;
    font-size: 1.2em;
}
ul.field.sec4 li {
    text-align: left;
}
ul.field.sec4 li.item {
    text-align: center;
}
ul.field.sec2 li .add_txt1 {
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
}
ul.field .map .ttl {
    border-radius: 20px;
    margin: 0 0 10px;
    background: #E4E4E4;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.adtxt {
    text-align: left;
    color: #222222;
    font-size: 0.9em;
	padding-left: 3%;
}
@media screen and (max-width: 798px) {
	ul.field.sec2 li p.st {
	    background: url(../img/t1_2.png) no-repeat center 0 / 50%;
	}
	ul.field li:last-child p.map {
	    width: 20%;
	}
	ul.field.sec2 li p.st {
	    width: 90%;
		background: url(../img/t1_2.png) no-repeat center center / 50%;
	}
	ul.field.sec2 li .ex_at.pt {
	    font-size: 14px;
	}
}