@charset "UTF-8";
/* ------------------------
    トップページ
------------------------ */
.index-hero {
	position: relative;
	width: 100%;
	height: 330px;
	margin-top: 155px;
}
.index-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.index-hero__slide {
	width: 100%;
	height: 330px;
	top: 0;
	left: 0;
	z-index: 0;
}
.index-hero__slide .hero-slide {
	height: 100%;
}
.index-hero__slide .hero-slide .slick-list,
.index-hero__slide .hero-slide .slick-track,
.index-hero__slide .hero-slide .slick-slide,
.index-hero__slide .hero-slide figure {
	height: 100%;
}

.index-login__wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 1200px;
	height: 100%;

}
.index-login__inner {
	width: 340px;
	padding: 25px 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	border-radius: 5px;
}
.index-login__inner p {
	text-align: center;
	font-size: 1.2rem;
}
.index-login__inner a {
	margin-top: 10px;
	display: block;
	font-weight: bold;
}
.index-login__inner .register {
	width: 100%;
	height: 55px;
	line-height: 53px;
	color: #fff;
	background-color: #ffa573;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ffa573;
}
.index-login__inner .register:hover {
  background-color: #FF7A33;
  border: 1px solid #FF7A33;
}
.index-login__inner .login {
	width: 100%;
	height: 55px;
	line-height: 53px;
	color: #ffa573;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ffa573;
}
.index-login__inner .login:hover {
  background-color: #FFF1EB;
}
.index-login__inner .first {
	position: relative;
	font-size: 1.2rem;
	color: #333;
	text-decoration: underline;
	text-align: center;
}
.index-login__inner .first:hover {
	color: #ea393f;
}
.index-login__inner .first span {
	position: relative;
	padding-left: 20px;
	font-weight: normal;
}
.index-login__inner .first span::before {
	content: '';
	position: absolute;
	top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../img/user/first.svg);
	width: 13px;
	height: 19px;
}

@media only screen and (max-width: 896px) {
	.index-hero {
		position: relative;
		width: 100%;
		height: 343px;
		margin-top: 60px;
	}
	.index-hero__bg {
    	height: 200px;
	}
	.index-hero__slide {
		width: 100%;
		height: 200px;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.index-hero__slide .hero-slide {
		height: 100%;
	}
	.index-hero__slide .hero-slide .slick-list,
	.index-hero__slide .hero-slide .slick-track,
	.index-hero__slide .hero-slide .slick-slide,
	.index-hero__slide .hero-slide figure {
		height: 100%;
	}

	.index-login__wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		max-width: 1230px;
    height: 100%;
	}
	.index-login__inner {
		width: calc(100% - 30px);
		padding: 15px;
		position: absolute;
		top: unset;
		right: unset;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: #fff;
		border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
	}
	.index-login__inner p {
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.index-login__inner a {
		margin-top: 10px;
		display: block;
		font-weight: bold;
	}
	.index-login__inner .register {
		width: 100%;
		height: 45px;
		line-height: 43px;
		color: #fff;
		background-color: #ffa573;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #ffa573;
	}
	.index-login__inner .login {
		width: 100%;
		height: 45px;
		line-height: 43px;
		color: #ffa573;
		background-color: #fff;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #ffa573;
	}
	.index-login__inner .first {
		position: relative;
		font-size: 1.2rem;
		color: #333;
		text-decoration: underline;
		text-align: center;
	}
	.index-login__inner .first span {
		position: relative;
		padding-left: 20px;
		font-weight: normal;
	}
	.index-login__inner .first span::before {
		content: '';
		position: absolute;
		top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../../img/user/first.svg);
		width: 13px;
		height: 19px;
	}
}




.index__grid {
	width: auto;
	display: grid;
	grid-template:
    "index_contents index_side" auto
    "index_search index_side" auto /
    calc(100% - 360px) 320px;
	gap: 0 40px;
	margin-top: 70px;
}
.index__contents {
	grid-area: right;
	grid-area: index_contents;
}
.index__sidemenu {
	grid-area: index_side;
}
.index__search {
	grid-area: index_search;
}
@media only screen and (max-width: 1230px) {
	.index__grid {
		grid-template:
		"index_contents" auto
		"index_side" auto
		"index_search" auto /
		100%;
		width: auto;
	}
	.index__contents {
		margin-top: 0;
	}
	.index__sidemenu {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 896px) {
	.index__grid {
		margin-top: 0;
	}
}

.index-works__grid {
	display: none;
}
.index-works__link {
	display: none;
}
@media only screen and (max-width: 896px) {
	.index-works__grid {
		display: flex;
		margin: 15px -2px 0;
	}
	.index-works__item {
		width: 33.33333%;
		padding: 0 2px;
	}
	.index-works__link {
		position: relative;
		display: block;
		width: 100%;
		height: 70px;
		color: #fff;
		background-color: #ea393f;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #ea393f;
		padding-top: 38px;
		font-size: 1.3rem;
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
	}
	.index-works__link::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.index-works__link.works-ico01::before {
		width: 28px;
		height: 28px;
		background-image: url(../../img/user/works-ico01.svg);
	}
	.index-works__link.works-ico02::before {
		width: 21px;
		height: 28px;
		background-image: url(../../img/user/works-ico02.svg);
	}

	.index-works__link.works-ico03 {
		padding-top: 0;
		font-size: 1.5rem;
		font-weight: bold;
		height: 55px;
		line-height: 53px;
		letter-spacing: 1px;
	}
	.index-works__link.works-ico03::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 22px;
		height: 26px;
		background-image: url(../../img/user/works-ico03.svg);
	}

}



.search-form__ttl {
	margin-top: 80px;
	display: flex;
	align-items: flex-end;
}
.search-form__ttl.mt-0 {
	margin-top:0;
}
.search-form__ttl .subject {
	display: flex;
  align-items: flex-end;
  margin-right: 10px;
}
.search-form__ttl .subject span {
	line-height: 1;
}
.search-form__ttl .subject h2.ttl,
.search-form__ttl .subject .ken {
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 5px;
	line-height: 1;
}
.search-form__ttl .subject .ttl {
	margin-right: 7px;
}
.search-form__ttl .subject .number {
	color: #ea393f;
	font-size: 3.5rem;
	font-weight: 500;
	margin-right: 7px;
}
.search-form__ttl .update {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #ffa573;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	padding: 12px 0;
}
.search-form__ttl .update::before {
	content: '';
	mask-image: url(../../img/user/update.svg);
	mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
	background-color: #ffa573;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: -3px;
}
.search-form__ttl .update span {
	display: block;
	color: #fff;
}
.search-form__ttl .update .date {
	font-size: 1.7rem;
	line-height: 1.2;
}
.search-form__ttl .update .koshin {
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
}
@media only screen and (max-width: 896px) {
	.search-form__ttl {
		margin-top: 50px;
	}
}


.search-form-pc {
	padding: 15px;
	border-radius: 5px;
	background-color: #ea393f;
	background-image: -webkit-linear-gradient(135deg, #f70534, #ea393f 55%, #ff8c69);
	background-image: linear-gradient(135deg, #f70534, #ea393f 55%, #ff8c69);
	margin-top: 10px;
}
.search-form-pc__grid {
    display: grid;
    gap: 15px;
    max-width: 800px;
    margin: 20px auto;
}
.search-form__support {
    color: #fff;
    padding: 0 5px;
}
.search-form-pc input {
    min-height: 45px;
	font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	border: none;
	padding: 10px;
	border-radius: 5px;
}
.search-form-pc input::placeholder {
	font-size: 1.4rem;
}
.search-form-pc .search-form__select {
	position: relative;
	/* width: 13%;
	margin-right: 30px; */
}
.search-form-pc .search-form__select select:has(option:first-child:checked) {
    color: #888;
}
.search-form-pc .search-form__work_place {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 5px;
}
/* .search-form-pc .search-form__select::before {
	content: '';
	background-image: url(../../img/user/multiplication.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 14px;
	height: 14px;
	position: absolute;
  top: 50%;
  right: -22px;;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-form-pc .search-form__select:last-of-type {
	margin-right: 10px;
}*/
.search-form-pc .search-form__select:last-of-type::before {
	display: none;
}
.search-form-pc .search-form__select select {
  width: 100%;
  max-width: 100%;
	min-width: unset;
	min-height: 45px;
	padding: 0 15px;
	background: url(../../img/user/ico_arrow_select.svg) no-repeat center right 9px;
	background-color: #fff;
	border: none;
	background-size: 12px 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	border-radius: 5px;
	font-size: 1.4rem;
}
.search-form-pc button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	max-width: 300px;
    height: 45px;
	border: none;
	border-radius: 5px;
	background-color: #ffa573;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	transition: .3s;
    margin: 30px auto 10px;
}
.search-form-pc button:hover {
	background-color: #FF7A33;
	transition: .3s;
}
.search-form-pc button span {
	position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 2px);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	padding-left: 20px;
}
.search-form-pc button span::before {
	content: '';
	position: absolute;
  width: 16px;
  height: 18px;
  background-image: url(../../img/user/search-ico.svg);
  background-repeat: no-repeat;
	top: calc(50% + 1px);
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/* @media only screen and (max-width: 896px) {
	.search-form-pc {
		display: none;
	}
} */

.search-form-sp {
	display: none;
}
@media only screen and (max-width: 896px) {
	.search-form-sp {
	  display: flex;
	  align-items: center;
	  overflow: hidden;
	  border-radius: 5px;
		width: 100%;
		margin-top: 15px;
	}
	.search-form-sp label {
		width: calc(100% - 60px);
	}
	.search-form-sp input {
	  width: 100%;
	  height: 45px;
	  padding: 5px 15px;
	  border: none;
	  border-radius: 5px 0 0 5px;
	  box-sizing: border-box;
	  background-color: #fff;
	  font-size: 1em;
	  outline: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.search-form-sp input::placeholder {
	  color: #767d83;
	}
	.search-form-sp button {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 60px;
	  height: 45px;
	  border: none;
	  border-radius: 0 3px 3px 0;
	  background-color: #ffa573;
	  cursor: pointer;
	}
	.search-form-sp button::after {
	  width: 20px;
	  height: 22px;
	  background-image: url(../../img/user/search-ico.svg);
	  background-repeat: no-repeat;
	  content: '';
	}
}

.guide__contents.index-column  {
	max-width: none;
	padding: 0;
}
.index-column__cate {
	margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: center;
}
.index-column__cate li {
	text-align: center;
	max-width: 45%;
}
.index-column__cate figure {
	text-align: center;
}
.index-column__cate img {
	max-height: 100px;
    object-fit: contain;
	transition: all ease .3s;
}
.index-column__cate a:hover {
	color: #ea393f;
}
.index-column__cate a:hover img {
	opacity: .7;
}
.index-column__cate p {
    line-height: 1.5;
}
.index-column__cate p span {
	display: inline-block;
}
.index-column .guide__link::after {
	display: none;
}
.index-column .guide__text .ttl {
    font-size: 1.8rem;
}
.index-column .guide__text p {
    font-size: 1.3rem;
}
@media only screen and (min-width: 897px) {
	.index-column {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 20px;
	}
	.index-column .guide__link {
		padding: 10px 10px 10px 15px;
	}
	.index-column .guide__img {
		width: 40%;
		max-width: 280px;
	}
	.index-column .guide__img figure {
		padding-top: 100%;
	}
	.index-column .guide__text {
		padding: 0 5px 5px 0;
		width: calc(60% - 30px);
		min-width: calc(100% - 310px);
	}
}
@media only screen and (max-width: 896px) {
	.index-column__cate img {
		max-height: 70px;
	}
}


.index-btnA {
	margin-top: 15px;
}
.index-btnA__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.index-btnA__item {
	width: 50%;
	padding: 0 5px;
	margin-top: 10px;
}
.index-btnA__link {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	color: #333;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 20px;
}
.index-btnA__link:hover {
	border: 1px solid #ea393f;
}
.index-btnA__link::before {
	content: '';
	width: 3px;
	height: 100%;
	background-color: #ea393f;
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 5px 0 0 5px;
}
.index-btnA__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ea393f;
  border-right: 2px solid #ea393f;
}
@media only screen and (max-width: 896px) {
	.index-btnA__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	.index-btnA__item {
		width: 100%;
		padding: 0;
		margin-top: 5px;
	}
	.index-btnA__link {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 50px;
		color: #333;
		background-color: #fff;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #ccc;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 0 15px;
	}
	.index-btnA__link::before {
		content: '';
		width: 3px;
		height: 100%;
		background-color: #ea393f;
		position: absolute;
		top: 50%;
		left: -1px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		border-radius: 5px 0 0 5px;
	}
	.index-btnA__link::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 15px;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #ea393f;
	  border-right: 2px solid #ea393f;
	}
}



.job-card__wrap {
	width: 100%;
	margin-top: 80px;
}
.job-card__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 15px -7.5px 0;
}
.job-card__grid .slick-list {
	padding: 10px 0;
}
.job-card__item {
	width: 33.33333%;
	padding: 0 7.5px;
}
.job-card__box {
	display: block;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	transition: .3s;
}
.job-card__box:hover {
	transform: translateY(-5px);
	transition: .3s;
}
.job-card__link {
	display: block;
}
.job-card__img {
	padding-top: 65%;
	display: block;
  position: relative;
  overflow: hidden;
}
.job-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.job-card__text {
	width: 100%;
}
.job-card__inner {
	padding: 15px 15px 0;
}
.job-card__text .cate {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
	margin-top: -5px;
}
.job-card__text .cate li {
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 1;
}
.job-card__text .cate li span {
	display: inline-block;
	border: 1px solid #ea393f;
	border-radius: 3px;
	color: #ea393f;
	padding: 2px 5px 4px;
}
.job-card__text .cate li span.on {
	border: 1px solid #ea393f;
	background-color: #ea393f;
	color: #fff;
}
.job-card__text .ttl {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 7px;
}
.job-card__text .ttl + p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.job-card__list {
	margin-top: 10px;
}
.job-card__list li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
}
.job-card__list li span {
	font-weight: bold;
	width: 60px;
}
.job-card__list li p {
	width: calc(100% - 60px);
}
.job-card__list li p strong {
	font-size: 1.6rem;
	color: #ea393f;
}
.job-card__box .like {
	position: relative;
	display: block;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 15px 0;
	font-size: 1.5rem;
	font-weight: bold;
	transition: .3s;
}
.job-card__box .like:hover {
	background-color: #FFF1EB;
	transition: .3s;
}
.job-card__box .like span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.job-card__box .like span::before {
	content: '';
	background-image: url(../../img/user/nav-link02.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 20px;
	height: 18px;
	position: absolute;
  top: calc(50% + 1px);
  left: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	transition: .3s;
}
.job-card__box .like span.check::before {
	background-image: url(../../img/user/like-h.svg);
}
.job-card__box .like.active span::before {
	background-image: url(../../img/user/like-h.svg);
	transition: .3s;
}
.job-card__wrap .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.job-card__wrap .slick-dots {
  bottom: unset;
	position: relative;
	margin-top: 10px;
	z-index: 2;
}
.job-card__wrap .slick-dots li {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.job-card__wrap .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 6px;
	height: 6px;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.job-card__wrap .slick-dots li button:before {
  content: '';
  font-family: 'slick';
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 6px;
  text-align: center;
  opacity: 1;
  background-color: #adadad;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
}
.job-card__wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #ea393f;
  width: 9px;
  height: 9px;
  transition: .3s;
	border-radius: 50%;
}

.job-card__wrap.archive {
	margin-top: 0;
}
.job-card__wrap.archive .job-card__item {
	margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
	.job-card__wrap.mt-pc-0 {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.job-card__wrap {
		width: 100%;
		margin-top: 50px;
	}
	.job-card__grid {
		display: flex;
		margin: 15px -15px 0;
	}
	.job-card__grid .slick-list {
		padding: 10px 0;
	}
	.job-card__item {
		width: 100%;
		margin: 0 7.5px;
	}
	.job-card__box {
		display: block;
		border: 1px solid #ccc;
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
		background-color: #fff;
		overflow: hidden;
		border-radius: 5px;
		transition: .3s;
	}
	.job-card__box:hover {
		transform: unset;
		transition: .3s;
	}
	.job-card__link {
		display: block;
	}
	.job-card__img {
		padding-top: 65%;
		display: block;
	  position: relative;
	  overflow: hidden;
	}
	.job-card__img img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  font-family: 'object-fit: cover;';
	}
	.job-card__text {
		width: 100%;
	}
	.job-card__inner {
		padding: 15px 15px 0;
	}
	.job-card__text .cate {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.1rem;
		margin-top: -5px;
	}
	.job-card__text .cate li {
		display: block;
		margin-top: 5px;
		margin-right: 5px;
		line-height: 1;
	}
	.job-card__text .cate li span {
		display: inline-block;
		border: 1px solid #ea393f;
		border-radius: 3px;
		color: #ea393f;
		padding: 2px 5px 4px;
	}
	.job-card__text .cate li span.on {
		border: 1px solid #ea393f;
		background-color: #ea393f;
		color: #fff;
	}
	.job-card__text .ttl {
		display: block;
		font-size: 1.6rem;
		font-weight: 500;
		margin-top: 7px;
	}
	.job-card__text .ttl + p {
		display: none;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-top: 5px;
	}
	.job-card__list {
		margin: 5px 0 15px;
		line-height: 1.7;
	}
	.job-card__list li {
		display: flex;
		align-items: center;
		padding: 0;
		border-top: none;
		font-size: 1.4rem;
	}
	.job-card__list li span {
		display: none;
		font-weight: bold;
		width: 60px;
	}
	.job-card__list li p {
		width: 100%;
	}
	.job-card__list li p strong {
		font-size: 1.6rem;
		color: #ea393f;
	}
	.job-card__box .like {
		position: relative;
		display: block;
		border-top: 1px solid #ccc;
		text-align: center;
		padding: 15px 0;
		font-size: 1.5rem;
		font-weight: bold;
		transition: .3s;
	}
	.job-card__box .like:hover {
		background-color: #FFF1EB;
		transition: .3s;
	}
	.job-card__box .like span {
		position: relative;
		display: inline-block;
		padding-left: 15px;
	}
	.job-card__box .like span::before {
		content: '';
		background-image: url(../../img/user/nav-link02.svg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
		position: absolute;
		top: calc(50% + 1px);
		left: -10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: .3s;
	}
	.job-card__box .like span.check::before {
		background-image: url(../../img/user/like-h.svg);
	}
	.job-card__box .like.active span::before {
		background-image: url(../../img/user/like-h.svg);
		transition: .3s;
	}
	.job-card__wrap .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.job-card__wrap .slick-dots {
	  bottom: unset;
		position: relative;
		margin-top: 10px;
		z-index: 2;
	}
	.job-card__wrap .slick-dots li {
		position: relative;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		padding: 0;
		cursor: pointer;
	}
	.job-card__wrap .slick-dots li button {
	  border: 0;
	  background: transparent;
	  display: block;
	  width: 6px;
		height: 6px;
	  outline: none;
	  padding: 0;
	  cursor: pointer;
	}
	.job-card__wrap .slick-dots li button:before {
	  content: '';
	  font-family: 'slick';
	  font-size: 6px;
	  line-height: 6px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  width: 6px;
	  height: 6px;
	  text-align: center;
	  opacity: 1;
	  background-color: #adadad;
	  color: black;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
		border-radius: 50%;
	}
	.job-card__wrap .slick-dots li.slick-active button:before {
	  opacity: 1;
	  color: black;
	  background-color: #ea393f;
	  width: 9px;
	  height: 9px;
	  transition: .3s;
		border-radius: 50%;
	}

	.job-card__wrap.archive {
		margin-top: 0;
	}
	.job-card__wrap.archive .job-card__item {
		margin-top: 30px;
	}

}






.index-about {
	margin-top: 80px;
}
.index-about__link {
	display: block;
	background-color: #FF6D00;
	background-image: -webkit-linear-gradient(90deg, #FF6D00 0%, #ff5353 100%);
	background-image: linear-gradient(90deg, #FF6D00 0%, #ff5353 100%);
	border-radius: 5px;
	overflow: hidden;
}
.index-about__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.index-about__link:hover .btn {
	background-color: #fff;
	color: #FF6D00;
	transition: .3s;
}
.index-about__grid {
	display: flex;
	align-items: center;
}
.index-about__img {
	width: 100%;
	max-width: 300px;
}
.index-about__img figure {
	width: 100%;
	display: block;
	overflow: hidden;
}
.index-about__img figure img {
	width: 100%;
	display: block;
	transition: .3s;
}
.index-about__text {
	padding: 15px 30px;
	width: calc(100% - 300px);
	color: #fff;
}
.index-about__text h3 {
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 1px;
}
.index-about__text p {
	line-height: 1.8;
	margin-top: 15px;
}
.index-about__text .btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 220px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 25px;
	transition: .3s;
}
.index-about__text .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 896px) {
	.index-about {
		margin-top: 50px;
	}
	.index-about__link {
		display: block;
		background-color: #FF6D00;
		background-image: -webkit-linear-gradient(90deg, #FF6D00 0%, #ff5353 100%);
		background-image: linear-gradient(90deg, #FF6D00 0%, #ff5353 100%);
		border-radius: 5px;
		overflow: hidden;
	}
	.index-about__grid {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.index-about__img {
		width: 100%;
		max-width: 100%;
	}
	.index-about__img figure {
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.index-about__img figure img {
		width: 100%;
		display: block;
	}
	.index-about__text {
		padding: 20px 15px;
		width: 100%;
		color: #fff;
	}
	.index-about__text h3 {
		font-size: 2.4rem;
		line-height: 1.6;
		letter-spacing: 1px;
		text-align: center;
	}
	.index-about__text p {
		line-height: 1.8;
		margin-top: 15px;
		font-size: 1.4rem;
	}
	.index-about__text .btn {
		position: relative;
		display: block;
		width: 100%;
		max-width: 220px;
		height: 50px;
		line-height: 48px;
		border: 1px solid #fff;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		margin: 25px auto 0;
	}
	.index-about__text .btn::before {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 15px;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	}
}



.index-region {
	padding: 25px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
.index-region__grid {
	display: flex;
	margin: 0 -10px;
}
.index-region__half {
	width: 50%;
	padding: 0 10px;
}
.index-region__half .index-region__item:first-child {
	border-top: none;
	padding: 0 0 20px;
}
.index-region__half .index-region__item:last-child {
	padding: 20px 0 0;
}
.index-region__item {
	border-top: 1px solid #ccc;
	line-height: 1;
	padding: 20px 0;
}
.index-region__item .grid {
	display: flex;
}
.index-region__item .grid span {
	display: block;
	width: 60px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ea393f;
}
.index-region__list {
	width: calc(100% - 60px);
	display: flex;
	font-size: 1.2rem;
	padding-top: 1px;
}
.index-region__list li {
	border-right: 1px solid #ccc;
	margin-right: 8px;
	padding-right: 8px;
}
.index-region__list li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.index-region__list li a:hover {
	color: #ea393f;
}
@media only screen and (max-width: 896px) {
	.index-region {
		padding: 0;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #ccc;
		margin-top: 10px;
	}
	.index-region__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.index-region__half {
		width: 100%;
		padding: 0;
	}
	.index-region__grid .index-region__half:first-child .index-region__item:first-child {
		border-top: none;
	}
	.index-region__half .index-region__item:first-child {
		border-top: 1px solid #ccc;
		padding: 0;
	}
	.index-region__half .index-region__item:last-child {
		padding: 0;
	}
	.index-region__item {
		position: relative;
		border-top: 1px solid #ccc;
		line-height: 1;
		padding: 0;
	}
	.index-region__item .grid {
		display: block;
	}
	.index-region__item .grid span {
		position: relative;
		display: block;
		width: 100%;
		font-size: 1.5rem;
		font-weight: bold;
		color: #ea393f;
		padding: 20px;
	}
	.index-region__item .grid span::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #ea393f;
		border-right: 2px solid #ea393f;
		transition: .3s;
	}
	.index-region__item .grid span.open::before {
		top: 25px;
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transition: .3s;
	}
	.index-region__list {
		width: 100%;
		font-size: 1.4rem;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		padding: 0 20px 15px;
	}
	.index-region__list li {
		width: 50%;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}

	.index-region__list li:last-child {
		border-right: none;
	}
	.index-region__list li a {
		display: block;
		padding: 15px 0;
	}
	.index-region__list li a::after {
		content:'県';
	}
}




.index-occupation {
	margin-top: 10px;
}
.index-occupation__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.index-occupation__item {
	width: 33.333333%;
	padding: 0 5px;
	margin-top: 10px;
}
.index-occupation__link {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
}
.index-occupation__link:hover {
	border: 1px solid #ea393f;
	color: #ea393f;
}
.index-occupation__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.index-occupation__img {
	width: 50px;
	margin-right: 20px;
}
.index-occupation__img figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.index-occupation__img figure img {
	transition: .3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.index-occupation__text {
	width: calc(100% - 70px);
}
.index-occupation__text span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
@media only screen and (max-width: 896px) {
	.index-occupation {
		margin-top: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		background-color: #fff;
	}
	.index-occupation__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.index-occupation__grid	.index-occupation__item:first-child {
		border-top: none;
	}
	.index-occupation__item {
		width: 100%;
		padding: 0;
		margin-top: 0;
		border-top: 1px solid #ccc;
	}
	.index-occupation__link {
		position: relative;
		display: flex;
		align-items: center;
		border: none;
		border-radius: unset;
		background-color: unset;
		padding: 15px 20px;
	}
	.index-occupation__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #ea393f;
    border-right: 2px solid #ea393f;
	}
	.index-occupation__img {
		display: none;
		width: 50px;
		margin-right: 20px;
	}
	.index-occupation__img figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 100%;
	}
	.index-occupation__img figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.index-occupation__text {
		width: 100%;
	}
	.index-occupation__text span {
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
	}
}





.index-introduction {
	margin-top: 20px;
}
.index-introduction__grid {
	display: flex;
	margin: 0 -5px;
}
.index-introduction__item {
	width: 50%;
	padding: 0 5px;
}
.index-introduction__link {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px 40px 15px 15px;
	border-radius: 5px;
}
.index-introduction__link:hover {
	border: 1px solid #ea393f;
}
.index-introduction__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.index-introduction__link::before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #ea393f;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 5px 0 0 5px;
}
.index-introduction__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ea393f;
  border-right: 2px solid #ea393f;
}
.index-introduction__img {
	overflow: hidden;
	width: 90px;
	margin-right: 15px;
}
.index-introduction__img img {
	display: block;
	transition: .3s;
}
.index-introduction__text {
	width: calc(100% - 105px);
}
.index-introduction__text .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ea393f;
}
.index-introduction__text p {
	font-size: 1.2rem;
	line-height: 1.6;
}
@media only screen and (max-width: 896px) {
	.index-introduction {
		margin-top: 0;
	}
	.index-introduction__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.index-introduction__item {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.index-introduction__link {
		position: relative;
		display: flex;
		align-items: center;
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 15px 40px 15px 15px;
		border-radius: 5px;
	}
	.index-introduction__link::before {
	  content: '';
	  width: 3px;
	  height: 100%;
	  background-color: #ea393f;
	  position: absolute;
	  top: 50%;
	  left: -1px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  border-radius: 5px 0 0 5px;
	}
	.index-introduction__link::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #ea393f;
	  border-right: 2px solid #ea393f;
	}
	.index-introduction__img {
		width: 90px;
		margin-right: 15px;
	}
	.index-introduction__img img {
		display: block;
	}
	.index-introduction__text {
		width: calc(100% - 105px);
	}
	.index-introduction__text .ttl {
		font-size: 1.6rem;
		font-weight: bold;
		color: #ea393f;
	}
	.index-introduction__text p {
		font-size: 1.2rem;
		line-height: 1.6;
	}
}



.index-side__ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-side__ttl h3 {
	font-size: 1.7rem;
}
.index-side__ttl a {
	position: relative;
	padding-right: 15px;
}
.index-side__ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ea393f;
  border-right: 2px solid #ea393f;
}




.index-popular {

}
.index-popular__link {
	display: flex;
	margin-top: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.index-popular__link:hover {
	border: 1px solid #ea393f;
}
.index-popular__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.index-popular__img {
	overflow: hidden;
	width: 60px;
	margin-right: 10px;
}
.index-popular__img img {
	display: block;
	transition: .3s;
}
.index-popular__text {
	width: calc(100% - 70px);
	line-height: 1;
}
.index-popular__text .cate {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: #ea393f;
	color: #fff;
	text-align: center;
	padding: 4px 5px 5px;
	border-radius: 3px;
}
.index-popular__text p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
}




.index-event {
	margin-top: 40px;
}
.index-event__link {
	display: block;
	margin-top: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.index-event__link:hover {
	border: 1px solid #ea393f;
}
.index-event__ttl {
	display: flex;
	align-items: center;
	line-height: 1;
}
.index-event__text .cate {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #ea393f;
  color: #fff;
  text-align: center;
  padding: 4px 5px 5px;
  border-radius: 3px;
	margin-right: 10px;
}
.index-event__text .date {
  display: inline-block;
  font-size: 1.2rem;
  color: #808080;
}
.index-event__text p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}




.index-ttl__grid {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1;
}
.index-ttl__grid h2 {
	font-size: 2rem;
	font-weight: 500;
}
.index-ttl__grid a {
	display: block;
	position: relative;
	padding-right: 15px;
	line-height: 1;
}
.index-ttl__grid a.mb5 {
	margin-bottom: 5px;
}
.index-ttl__grid a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ea393f;
  border-right: 2px solid #ea393f;
}
.index-ttl__grid .grid {
	display: flex;
	align-items: flex-end;
}
.index-ttl__grid .grid .number {
	display: flex;
	align-items: flex-end;
}
@media only screen and (max-width: 896px) {
	.index-ttl__grid {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		line-height: 1;
	}
	.index-ttl__grid h2 {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.index-ttl__grid a {
		display: block;
		position: relative;
		padding-right: 15px;
		line-height: 1;
	}
	.index-ttl__grid a.mb5 {
		margin-bottom: 5px;
	}
	.index-ttl__grid a::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 0;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #ea393f;
	  border-right: 2px solid #ea393f;
	}
	.index-ttl__grid .grid {
		display: flex;
		align-items: flex-end;
	}
	.index-ttl__grid .grid .number {
		display: flex;
		align-items: flex-end;
	}
}





.offert-only__detail {
	padding-top: 155px;
}
.job-card__list.recruit-only_top {
	margin-top: 20px;
}
.job-card__list.recruit-only_top li {
	border-top: none;
    border-bottom: 1px solid #ccc;
}
.offert-detail {
	position: relative;
	width: 100%;
}
.offert-detail__content {
	width: 100%;
	max-width: 1040px;
	margin: auto;
}
.offert-detail__ttl {
	margin-top: 60px;
}
.offert-detail__ttl h1 {
	position: relative;
	font-size: 2.6rem;
	line-height: 1.6;
	padding-left: 15px;
}
.offert-detail__ttl h1::before {
	content: '';
	width: 5px;
	height: calc(100% - 14px);
	background-color: #ffa573;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.offert-detail__cate {
	display: flex;
	flex-wrap: wrap;
    gap: 3px 0;
	font-size: 1.1rem;
	line-height: 1;
	margin-top: 10px;
}
.offert-detail__cate li {
	display: inline-block;
	border: 1px solid #ea393f;
	color: #ea393f;
	padding: 2px 5px 3px;
	margin-right: 3px;
	border-radius: 3px;
}
.offert-detail__cate li.position {
	background-color: #ea393f;
	border: 1px solid #ea393f;
	color: #fff;
}
.offert-detail__top_img_item {
    padding: 0 5px;
}

.offert-detail__top_img_item figure {
    text-align: center;
}
.offert-detail__wrap {
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	border-radius: 5px;
	margin-top: 40px;
}
.offert-detail__wrap:not(:has(.under)) .offert-detail__table-inner {
	padding-bottom: 50px;
}
.offert-detail-tab {
	position: relative;
	width: 100%;
	background-color: #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px 5px 0 0;
}
.offert-detail-tab.under {
	border-radius: 0 0 5px 5px;
	justify-content: flex-end;
}
.offert-detail-tab__grid {
	display: flex;
}
.offert-detail-tab h3 {
	font-size: 2rem;
	font-weight: 500;
	padding: 15px 30px;
}
.offert-detail-tab__grid a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
	width: 160px;
	height: 80px;
	line-height: 78px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.offert-detail-tab__grid a:hover {
	color: #ea393f;
}
.offert-detail-tab.under a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.offert-detail-tab__grid a.active {
	color: #fff;
	background-color: #ea393f;
}
.offert-posted_company {
    padding: 15px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
}
.offert-posted_company img {
    max-height: 60px;
    max-width: 160px;
}
.offert-posted_company h3 {
	padding: 0;
}
.offert-detail-landing__grid {
	padding: 20px 30px;
	display: flex;
}
.recruit-only_top.offert-detail-landing__grid {
	padding: 20px 0;
	justify-content: flex-end;
}
.offert-detail-landing__grid a {
	display: block;
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 38px;
	background-color: #ffa573;
	border: 1px solid #ffa573;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	margin-right: 10px;
}
.offert-detail-landing__grid a:hover {
	background-color: #FF7A33;
	border: 1px solid #FF7A33;
}
.offert-detail-landing__grid .like {
	display: block;
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}
.offert-detail-landing__grid .like:hover {
	background-color: #FFF1EB;
	transition: .3s;
}
.offert-detail-landing__grid .like span {
	position: relative;
	padding-left: 20px;
}
.offert-detail-landing__grid .like span::before {
  content: '';
  background-image: url(../../img/user/nav-link02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  top: calc(50% + 1px);
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	transition: .3s;
}
.offert-detail-landing__grid .like.active span::before {
	background-image: url(../../img/user/like-h.svg);
	transition: .3s;
}
.offert-detail-landing__sp {
	display: none;
}

.offert-detail__inner {
	position: relative;
	background-color: #fff;
	border-top: 3px solid #ea393f;
	border-bottom: 3px solid #ea393f;
}
.offert-detail__inner.editor {
	z-index: 100;
}
.offert-detail__inner.editor::before {
	content: '';
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: -2;
}
.offert-detail__inner.editor::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
	z-index: -1;
}

.offert-detail__table-inner {
	width: 100%;
	max-width: 930px;
	margin: auto;
	padding: 30px 0 80px;
}
.offert-detail__pickup-wapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	margin-top: 50px;
}
.offert-detail__pickup-wapper .offert-detail__btn {
	margin-top: 50px;
}
.offert-detail__pickup-main {
	width: 720px;
}
.offert-detail__pickup-side {
	width: calc(100% - 770px);
}

.offert-detail__pickup-inner {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 70px 0 80px;
}
.offert-detail__table {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	line-height: 1.65;
}
.offert-detail__table > dt {
  width: 150px;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.offert-detail__table > dd{
	font-size: 1.4rem;
  width: calc(100% - 150px);
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}

.offer-detail__item:first-of-type h2 {
	margin-top: 0;
}
/* .offert-detail__edit h2:first-of-type {
	margin-top: 0;
} */
.offert-detail__edit h2 {
	position: relative;
	font-size: 2rem;
	line-height: 1.6;
	padding: 5px 5px 7px 15px;
	background-color: #F8F8F8;
	margin-top: 60px;
}
.offert-detail__edit h2::before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffa573;
}
.offert-detail__edit a {
	color: #ea393f;
}
.offert-detail__edit a:hover {
	color: #b2292e;
}
.offert-publication_deadline {
	margin-top: 10px;
    text-align: right;
	color: #808080;
}

.pu_more_view, .more_view_short {
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.pu_more_view {
	max-height: 650px;
}
.more_view_short {
	max-height: 200px;
}
.pu_more_view.expanded,
.more_view_short.expanded {
    max-height: none !important;
}
.pu_more_button,
.more_view_button {
    display: block;
    width: 100%;
    position: relative;
    color: #ea393f;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 20px;
}
.pu_more_button {
    background: #FDFDFB;
}
.more_view_button {
    background: #fff;
}
.pu_more_button:hover,
.more_view_button:hover {
	color: #FF7A33;
}
.pu_more_button.hidden,
.more_view_button.hidden {
    display: none;
}
.pu_more_button::before,
.more_view_button::before {
    content: '';
    display: block;
    width: 104%;
    height: 80px;
    position: absolute;
    top: -100px;
    left: -2%;
	transition: all ease .3s;
}
.pu_more_button::before {
    background-image: linear-gradient(0deg, #FDFDFB, transparent);
}
.more_view_button::before {
    background-image: linear-gradient(0deg, #fff, transparent);
}
.pu_more_view.expanded + .pu_more_button::before,
.more_view_short.expanded + .more_view_button::before {
	opacity: 0;
}
.pu_more_button span,
.more_view_button span {
    position: relative;
	padding-right: 15px;
}
.pu_more_button span::before,
.more_view_button span::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    translate: 0 -50%;
    rotate: 135deg;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ea393f;
    border-right: 2px solid #ea393f;
	transition: all ease .3s;
}
.pu_more_button:hover span::before,
.more_view_button:hover span::before {
	border-color: #FF7A33;
    top: 50%;
}
.pu_more_view.expanded + .pu_more_button span::before,
.more_view_short.expanded + .more_view_button span::before {
	rotate: -45deg;
    top: 50%;
}
.pu_more_view.expanded + .pu_more_button:hover span::before,
.more_view_short.expanded + .more_view_button:hover span::before {
    top: calc(50% - 5px);
}


.offer-detail__img_wrap {
	transition: all ease .3s;
}
.offer-detail__img_wrap .slick-arrow {
	height: calc(100% - 35px);
	width: 50%;
    z-index: 1;
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.offer-detail__img_wrap .slick-prev {
    left: 0;
}
.offer-detail__img_wrap .slick-next {
    right: 0;
}
.offer-detail__img_wrap .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
	translate: 0 -50%;
	rotate: 225deg;
    width: 10px;
    height: 10px;
    border-top: 3px solid #ea393f;
    border-right: 3px solid #ea393f;
	transition: all ease .3s;
	opacity: 0;
}
.offer-detail__img_wrap .slick-arrow:hover:before {
	opacity: 1;
}
.offer-detail__img_wrap .slick-next:before {
	rotate: 45deg;
    left: auto;
    right: 20px;
}
.offert-detail__edit figure {
	margin-top: 30px;
}
.offert-detail__edit figure img {
	display: block;
}
.offert-detail__edit p {
	margin-top: 30px;
}
.offert-detail__edit .frame {
	border: 1px solid #ea393f;
	background-color: #fff;
	margin-top: 30px;
	border-radius: 5px;
}
.offert-detail__edit .frame h3 {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 5px 10px 7px;
	background-color: #ea393f;
	border-radius: 3px 3px 0 0;
}
.offert-detail__edit .frame p {
	padding: 15px;
	margin: 0;
}
.offert-detail__edit .grid {
	display: flex;
	margin: 0 -15px;
}
.offert-detail__edit .grid .item-50 {
	width: 50%;
	padding: 0 15px;
}
.offert-detail__edit .grid .item-33 {
	width: 33.33333%;
	padding: 0 15px;
}
.offert-detail__edit .grid figure img {
	display: block;
}

.offert-detail__btn {
	display: block;
	position: relative;
	width: 300px;
	height: 65px;
	line-height: 63px;
	background-color: #ffa573;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	margin: 80px auto 0;
}
.offert-detail__btn:hover {
	background-color: #FF7A33;
}
.offert-detail__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.offert-detail_dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 5px 10px;
}
.offert-detail_dl > dt {
	font-weight: bold;
}
.offert-detail__sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: flex-end;
    gap: 10px 20px;
    margin-top: 20px;
}
.offert-detail__sns li:nth-child(n+2) {
	width: 20%;
    max-width: 100px;
	min-width: 60px;
    text-align: center;
}
.offert-detail__sns .text {
	font-weight: 500;
}
@media only screen and (max-width: 1024px) {
	.offert-detail {
		position: relative;
		width: 100%;
	}
	.offert-only__detail {
		padding-top: 60px;
	}
	.offert-detail__top_info {
		padding: 0 20px;
	}
	.offert-detail__content {
		width: 100%;
		max-width: 1040px;
		margin: auto;
	}
	.offert-detail__ttl {
		margin-top: 40px;
		padding: 0 15px;
	}
	.offert-detail__ttl h1 {
		position: relative;
		font-size: 2rem;
		line-height: 1.6;
		padding-left: 10px;
	}
	.offert-detail__ttl h1::before {
		content: '';
		width: 3px;
		height: calc(100% - 10px);
		background-color: #ffa573;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	h2.ttl-03 + .offert-detail__wrap {
		margin-top: 0;
	}
	.offert-detail__wrap {
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
		border-radius: 5px;
		margin-top: 20px;
	}
	.offert-detail-tab {

		width: 100%;
		background-color: #F8F8F8;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.offert-detail-tab__grid {
		display: flex;
		width: 100%;
	}
	.offert-detail-tab__grid a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 1.3rem;
		font-weight: 500;
		color: #333;
		width: 50%;
		height: 50px;
		line-height: 48px;
		background-color: #fff;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.offert-detail-tab__grid.under a {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.offert-detail-tab__grid a.active {
		color: #fff;
		background-color: #ea393f;
	}

	.job-card__list.recruit-only_top {
		padding: 5px;
	}
	.offert-detail-landing__grid {
		padding: 5px;
		display: flex;

		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	.recruit-only_top.offert-detail-landing__grid {
		/* padding: 5px; */
		display: none;
	}
	/* body:has(.recruit-only_top.offert-detail-landing__grid) .stt-lang-select.br {
		bottom: 60px;
		border-radius: 5px 0 0 5px;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
	} */
	.offert-detail-landing__grid.under {
		display: none;
	}
	.offert-detail-landing__grid a {
		display: block;
		position: relative;
		width: calc(100% - 65px);
		height: 50px;
		line-height: 46px;
		background-color: #ffa573;
		border: 1px solid #ffa573;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		border-radius: 5px;
		margin-right: 5px;
	}
	.offert-detail-landing__grid a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	}
	.offert-detail-landing__grid .like {
		display: block;
		position: relative;
		width: 60px;
		height: 50px;
		line-height: unset;
		background-color: #fff;
		border: 1px solid #ccc;
		color: #333;
		font-size: 1rem;
		font-weight: 500;
		text-align: center;
		border-radius: 5px;
	}
	.offert-detail-landing__grid .like span {
		display: inline-block;
		position: relative;
		padding-left: 0;
		padding-top: 25px;
	}
	.offert-detail-landing__grid .like span::before {
	  content: '';
	  background-image: url(../../img/user/nav-link02.svg);
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  width: 23px;
	  height: 20px;
	  position: absolute;
	  top: 7px;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	}
	.offert-detail-landing__sp {
		display: block;
	}
	.offert-detail-landing__sp .offert-detail-landing__grid {
		padding: 0;
		display: flex;
		width: 100%;
		position: static;
		bottom: unset;
		left: unset;
		z-index: 1;
		margin-top: 20px;
	}
	.offert-detail__inner {
		position: relative;
		background-color: #fff;
	}
	.offert-detail__inner::before {
		content: '';
		width: 100%;
		height: 3px;
		background-color: #ea393f;
		position: absolute;
		top: 0;
		left: 0;
	}
	.offert-detail__inner::after {
		content: '';
		width: 100%;
		height: 3px;
		background-color: #ea393f;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.offert-detail__table-inner {
		width: 100%;
		max-width: 100%;
		margin: auto;
		padding: 30px 20px 40px;
	}
	.offert-detail__pickup-wapper {
		padding: 0 20px;
	}
	.offert-detail__pickup-main {
		width: 100%;
	}
	.offert-detail__pickup-side {
		width: 100%;
	}
	.offert-detail__pickup-inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 30px 20px 40px;
	}
	.offert-detail__table {
	  -js-display: flex;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
		line-height: 1.65;
		margin-top: -30px;
	}
	.offert-detail__table > dt {
	  width: 100%;
	  font-weight: bold;
	  padding: 30px 0 0;
		border-bottom: none;
	}
	.offert-detail__table > dd{
		font-size: 1.4rem;
	  width: 100%;
		padding: 0 0 30px;
	  border-bottom: 1px solid #ccc;
		margin-top: 10px;
	}

	.offert-detail__edit {
		font-size: 1.4rem;
	}
	.offert-detail__edit h2 {
		position: relative;
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 5px 5px 7px 15px;
		background-color: #F8F8F8;
		margin-top: 50px;
	}
	.offert-detail__edit h2::before {
		content: '';
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #ffa573;
	}
	.offert-detail__edit figure {
		margin-top: 20px;
	}
	.offert-detail__edit figure img {
		display: block;
	}
	.offert-detail__edit p {
		margin-top: 20px;
	}
	.offert-detail__edit .frame {
		border: 1px solid #EF861F;
		background-color: #fff;
		margin-top: 20px;
		border-radius: 5px;
	}
	.offert-detail__edit .frame h3 {
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 5px 10px 7px;
		background-color: #ea393f;
		border-radius: 3px 3px 0 0;
	}
	.offert-detail__edit .frame p {
		padding: 15px;
		margin: 0;
	}
	.offert-detail__edit .grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.offert-detail__edit .grid .item-50 {
		width: 100%;
		padding: 0;
	}
	.offert-detail__edit .grid .item-33 {
		width: 100%;
		padding: 0;
	}
	.offert-detail__edit .grid figure img {
		display: block;
	}

	.offert-detail__btn {
		display: block;
		position: relative;
		width: 300px;
		height: 65px;
		line-height: 63px;
		background-color: #ffa573;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 500;
		text-align: center;
		border-radius: 5px;
		margin: 40px auto 0;
	}
	.offert-detail__btn::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	}
	.offert-detail__sns {
		justify-content: flex-start;
	}
	.offert-detail__sns .text {
		width: 100%;
	}
}



.offert-update {
	width: 100%;
	max-width: 370px;
	position: absolute;
	top: -81px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
}
.offert-update.under {
	top: unset;
	bottom: -81px;
}
.offert-update__grid {
	display: flex;
	margin: 0 -5px;
}
.offert-update__item {
	width: 50%;
	padding: 0 5px;
}
.offert-update__link {
	display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  color: #fff;
  background-color: #ea393f;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ea393f;
	font-size: 1.3rem;
	transition: .3s;
	cursor: pointer;
}
.offert-update__link:hover {
	background-color: #CC6608;
	border: 1px solid #CC6608;
	transition: .3s;
}
.offert-update__link.cancel {
	color: #404040;
	background-color: #fff;
	border: 1px solid #909090;
}
.offert-update__link.cancel:hover {
	background-color: #ededed;
}
.offert-update__link span {
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.offert-update__link span::before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.offert-update__link.keep span::before {
	width: 15px;
	height: 15px;
	background-image: url(../../img/user/keep.svg);
}
.offert-update__link.cancel span::before {
	width: 17px;
	height: 15px;
	background-image: url(../../img/user/cancel.svg);
}
@media only screen and (max-width: 1024px) {
	.offert-update {
		width: 100%;
		max-width: 280px;
		position: absolute;
		top: -81px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		padding: 10px;
		background-color: #fff;
		border-radius: 5px;
	}
	.offert-update.under {
		top: unset;
		bottom: -81px;
	}
	.offert-update__grid {
		display: flex;
		margin: 0 -5px;
	}
	.offert-update__item {
		width: 50%;
		padding: 0 5px;
	}
	.offert-update__link {
		display: block;
	  width: 100%;
	  height: 46px;
	  line-height: 44px;
	  color: #fff;
	  background-color: #ea393f;
	  text-align: center;
	  border-radius: 5px;
	  border: 1px solid #ea393f;
		font-size: 1.3rem;
	}
	.offert-update__link.cancel {
		color: #404040;
		background-color: #fff;
		border: 1px solid #909090;
	}
	.offert-update__link span {
		position: relative;
		display: inline-block;
		padding-left: 22px;
	}
	.offert-update__link span::before {
		content: '';
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.offert-update__link.keep span::before {
		width: 15px;
		height: 15px;
		background-image: url(../../img/user/keep.svg);
	}
	.offert-update__link.cancel span::before {
		width: 17px;
		height: 15px;
		background-image: url(../../img/user/cancel.svg);
	}
}


.customize-menu {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #F8F8F8;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.customize-menu-code {
	display: block;
  width: 140px;
	height: 35px;
	line-height: 33px;
  color: #fff;
  background-color: #ea393f;
  text-align: center;
  border-radius: 5px;
  font-size: 1.3rem;
	cursor: pointer;
	margin-right: 15px;
	transition: .3s;
}
.customize-menu-code span {
	position: relative;
	padding-left: 35px;
	display: inline-block;
}
.customize-menu-code span::before {
	content: '';
	width: 28px;
	height: 20px;
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	background: url(../../img/user/source.svg) no-repeat center / cover;
}
.customize-menu-code:hover {
	background-color: #CC6608;
	transition: .3s;
}
.customize-menu-ttl {
	display: flex;
	align-items: center;
}
.customize-menu-ttl .ttl {
	display: block;
	font-size: 1.3rem;
	margin-right: 5px;
}
.customize-menu-ttl__select {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 33px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1.3rem;
	cursor: pointer;
	margin-right: 15px;
	position: relative;
	padding: 0 10px;
}
.customize-menu-size {
	display: flex;
	align-items: center;
}
.customize-menu-size .ttl {
	display: block;
	font-size: 1.3rem;
	margin-right: 5px;
}
.customize-menu-size__select {
	display: block;
	width: 70px;
	height: 35px;
	line-height: 33px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1.3rem;
	cursor: pointer;
	margin-right: 15px;
	position: relative;
	padding: 0 10px;
}
.customize-menu-ttl__select::before,
.customize-menu-size__select::before {
	content: '';
	width: 10px;
	height: 6px;
	background: url(../../img/user/customize-select.svg) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.customize-menu-btn {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 2px;
	transition: .2s;
}
.customize-menu-btn:hover {
	background-color: #DFDFDF;
	transition: .2s;
}
.customize-menu .customize-menu-btn:last-of-type {
	margin-right: 0;
}
.customize-menu-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.customize-menu-btn.return::before {
	width: 25px;
	height: 12px;
	background: url(../../img/user/return.svg) no-repeat center / cover;
}
.customize-menu-btn.redo::before {
	width: 25px;
	height: 12px;
	background: url(../../img/user/redo.svg) no-repeat center / cover;
}
.customize-menu-btn.bold::before {
	width: 12px;
	height: 17px;
	background: url(../../img/user/bold.svg) no-repeat center / cover;
}
.customize-menu-btn.list::before {
	width: 20px;
	height: 19px;
	background: url(../../img/user/list.svg) no-repeat center / cover;
}
.customize-menu-btn.number::before {
	width: 20px;
	height: 21px;
	background: url(../../img/user/number.svg) no-repeat center / cover;
}
.customize-menu-btn.align_left::before {
	width: 20px;
	height: 18px;
	background: url(../../img/user/align_left.svg) no-repeat center / cover;
}
.customize-menu-btn.align_center::before {
	width: 20px;
	height: 18px;
	background: url(../../img/user/align_center.svg) no-repeat center / cover;
}
.customize-menu-btn.align_right::before {
	width: 20px;
	height: 18px;
	background: url(../../img/user/align_right.svg) no-repeat center / cover;
}
.customize-menu-btn.link::before {
	width: 20px;
	height: 20px;
	background: url(../../img/user/link.svg) no-repeat center / cover;
}
.customize-menu-btn.font::before {
	width: 15px;
	height: 17px;
	background: url(../../img/user/font.svg) no-repeat center / cover;
}
.customize-menu-btn.image::before {
	width: 25px;
	height: 20px;
	background: url(../../img/user/image.svg) no-repeat center / cover;
}
@media only screen and (max-width: 1024px) {
	.customize-menu {
		position: fixed;
	  top: 0;
	  width: 100%;
	  height: auto;
	  background-color: #F8F8F8;
	  z-index: 101;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
	  padding: 10px 10px 0;
	}
	.customize-menu-code {
		display: none;
	  width: 140px;
		height: 35px;
		line-height: 33px;
	  color: #fff;
	  background-color: #ea393f;
	  text-align: center;
	  border-radius: 5px;
	  font-size: 1.3rem;
		cursor: pointer;
		margin-right: 15px;
		transition: .3s;
	}
	.customize-menu-code span {
		position: relative;
		padding-left: 35px;
		display: inline-block;
	}
	.customize-menu-code span::before {
		content: '';
		width: 28px;
		height: 20px;
		position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
		background: url(../../img/user/source.svg) no-repeat center / cover;
	}
	.customize-menu-code:hover {
		background-color: #CC6608;
		transition: .3s;
	}
	.customize-menu-ttl {
		display: flex;
		align-items: center;
		width: 65%;
	}
	.customize-menu-ttl .ttl {
		display: block;
		font-size: 1.1rem;
		margin-right: 0;
		width: 70px;
	}
	.customize-menu-ttl__select {
		display: block;
		width: calc(100% - 80px);
		height: 30px;
		line-height: 28px;
		color: #333;
		background-color: #fff;
		border: 1px solid #ccc;
		font-size: 1.1rem;
		cursor: pointer;
		margin-right: 10px;
		position: relative;
		padding: 0 10px;
	}
	.customize-menu-size {
		display: flex;
		align-items: center;
		width: 35%;
	}
	.customize-menu-size .ttl {
		display: block;
		font-size: 1.1rem;
		margin-right: 5px;
		width: 37px;
	}
	.customize-menu-size__select {
		display: block;
		width: calc(100% - 42px);
		height: 30px;
		line-height: 28px;
		color: #333;
		background-color: #fff;
		border: 1px solid #ccc;
		font-size: 1.1rem;
		cursor: pointer;
		margin-right: 0;
		position: relative;
		padding: 0 10px;
	}
	.customize-menu-ttl__select::before,
	.customize-menu-size__select::before {
		content: '';
		width: 10px;
		height: 6px;
		background: url(../../img/user/customize-select.svg) no-repeat center / cover;
		position: absolute;
		top: 50%;
		right: 7px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.customize-menu-btn {
		position: relative;
		display: block;
		width: 9%;
		height: 35px;
		margin-right: 0;
		cursor: pointer;
		border-radius: 2px;
		transition: .2s;
	}
	.customize-menu-btn:hover {
		background-color: #DFDFDF;
		transition: .2s;
	}
	.customize-menu .customize-menu-btn:last-of-type {
		margin-right: 0;
	}
	.customize-menu-btn::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	.customize-menu-btn.return::before {
		width: 25px;
		height: 12px;
		background: url(../../img/user/return.svg) no-repeat center / cover;
	}
	.customize-menu-btn.redo::before {
		width: 25px;
		height: 12px;
		background: url(../../img/user/redo.svg) no-repeat center / cover;
	}
	.customize-menu-btn.bold::before {
		width: 12px;
		height: 17px;
		background: url(../../img/user/bold.svg) no-repeat center / cover;
	}
	.customize-menu-btn.list::before {
		width: 20px;
		height: 19px;
		background: url(../../img/user/list.svg) no-repeat center / cover;
	}
	.customize-menu-btn.number::before {
		width: 20px;
		height: 21px;
		background: url(../../img/user/number.svg) no-repeat center / cover;
	}
	.customize-menu-btn.align_left::before {
		width: 20px;
		height: 18px;
		background: url(../../img/user/align_left.svg) no-repeat center / cover;
	}
	.customize-menu-btn.align_center::before {
		width: 20px;
		height: 18px;
		background: url(../../img/user/align_center.svg) no-repeat center / cover;
	}
	.customize-menu-btn.align_right::before {
		width: 20px;
		height: 18px;
		background: url(../../img/user/align_right.svg) no-repeat center / cover;
	}
	.customize-menu-btn.link::before {
		width: 20px;
		height: 20px;
		background: url(../../img/user/link.svg) no-repeat center / cover;
	}
	.customize-menu-btn.font::before {
		width: 15px;
		height: 17px;
		background: url(../../img/user/font.svg) no-repeat center / cover;
	}
	.customize-menu-btn.image::before {
		width: 25px;
		height: 20px;
		background: url(../../img/user/image.svg) no-repeat center / cover;
	}
}



.layout {
	position: relative;
	z-index: 101;
}
.layout::before {
  content: '';
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: -2;
}
.layout-pop {
	width: 100%;
	max-width: 1000px;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	border-radius: 10px;
	margin-top: 100px;
}
.layout-pop__ttl {
	position: relative;
	margin-bottom: 20px;
}
.layout-pop__ttl .ttl {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	color: #ea393f;
}
.layout-pop__sub {
	width: auto;
	margin: 0 -5px;
	display: flex;
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.layout-pop__sub span {
	position: relative;
	display: block;
	margin: 0 5px;
	cursor: pointer;
}
.layout-pop__sub .help {
	width: 22px;
	height: 22px;
}
.layout-pop__sub .help::before {
  content: '';
	width: 22px;
	height: 22px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	background: url(../../img/user/help.svg) no-repeat center / cover;
}
.layout-pop__sub .cancel {
	width: 20px;
	height: 20px;
}
.layout-pop__sub .cancel::before,
.layout-pop__sub .cancel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #ea393f;
  border-radius: 10px;
}
.layout-pop__sub .cancel::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.layout-pop__sub .cancel::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.layout-pop__inner {
	padding: 40px 20px 20px;
	background-color: #F2F2F2;
}
.layout-tab__grid {
	display: flex;
	justify-content: center;
}
.layout-tab__grid .layout-tab__link {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 165px;
	height: 40px;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #ea393f;
	font-size: 1.3rem;
	font-weight: 500;
	color: #ea393f;
}
.layout-tab__grid .layout-tab__link:first-of-type {
	border-radius: 5px 0 0 5px;
}
.layout-tab__grid .layout-tab__link:last-of-type {
	border-radius: 0 5px 5px 0;
}
.layout-tab__grid .layout-tab__link.active {
	background-color: #ea393f;
	color: #fff;
}
.layout-tab__grid .layout-tab__link:hover {
	background-color: #FFF1EB;
}
.layout-tab__grid .layout-tab__link.active:hover {
	background-color: #ea393f;
}
.layout-pop__grid {
	display: flex;
	margin: 40px auto 0;
}
.layout-range {
	width: 265px;
	margin-right: 40px;
}
.layout-range__list {
	margin-top: -1px;
}
.layout-range__list li {
	margin-top: 1px;
}
.layout-range__list li p {
	position: relative;
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 48px;
	background-color: #ea393f;
	cursor: pointer;
	padding: 0 15px;
	transition: .3s;
}
.layout-range__list li p:hover {
	background-color: #CC6608;
	transition: .3s;
}
.layout-range__list li span {
	position: relative;
	width: 15px;
	height: 15px;
	position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.layout-range__list li span::before,
.layout-range__list li span::after {
	content: '';
	position: absolute;
	background-color: #fff;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	border-radius: 10px;
}
.layout-range__list li span::before {
	width: 15px;
	height: 2px;
}
.layout-range__list li span::after {
	width: 2px;
	height: 15px;
}
.layout-change {
	width: calc(100% - 305px);
	margin-top: -15px;
}
.layout-change input,
.layout-change textarea {
	width: 100%;
  padding: 0 15px;
	font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
	border: 1px solid #909090;
  padding: 5px 10px;
  border-radius: 3px;
	margin-top: 10px;
	line-height: 1.75;
}
.layout-change textarea {
	height: 80px;
}
.layout-frame {
	cursor: pointer;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	margin-top: 15px;
}
.layout-frame .ttl {
	position: relative;
	border-radius: 5px 5px 0 0;
	display: block;
	background-color: #ea393f;
	color: #fff;
	padding: 5px 10px;
	line-height: 1.6;
	font-size: 1.3rem;
}
.layout-frame .ttl .delete {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 15px;
	height: 15px;
}
.layout-frame .ttl .delete::before,
.layout-frame .ttl .delete::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background-color: #fff;
	border-radius: 10px;
}
.layout-frame .ttl .delete::before {
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.layout-frame .ttl .delete::after {
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.layout-frame__inner {
	padding: 0 10px 10px;
}
.layout-frame__grid {
	display: flex;
	margin: 0 -5px;
}
.layout-frame__item {
	width: 100%;
	padding: 0 5px;
}
.layout-frame__img {
	display: flex;
	margin-top: 10px;
}
.layout-frame__img .image {
	width: 100px;
}
.layout-frame__img .image figure {
	padding-top: 75%;
	display: block;
	position: relative;
	overflow: hidden;
}
.layout-frame__img .image figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.layout-frame__img .text {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px 0 15px;
}
.layout-frame__img .text .capacity {
	display: block;
	text-align: center;
	color: #909090;
}
.layout-frame__img .text .change {
	position: relative;
	display: block;
	font-size: 1.3rem;
	color: #fff;
	width: 55px;
	height: 35px;
	line-height: 33px;
	background-color: #ffa573;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	transition: .3s;
}
.layout-frame__img .text .change:hover {
	background-color: #FF7A33;
	transition: .3s;
}
.layout-addition {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #ea393f;
	border-radius: 50%;
	margin: 20px auto;
	cursor: pointer;
	transition: .3s;
}
.layout-addition:hover {
	background-color: #ea393f;
	transition: .3s;
}
.layout-addition::before,
.layout-addition::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	background-color: #fff;
	border-radius: 10px;
}
.layout-addition::before {
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.layout-addition::after {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.layout-update {
	width: 100%;
  max-width: 370px;
	margin: 20px auto 0;
}
.layout-update__grid {
	display: flex;
	margin: 0 -5px;
}
.layout-update__item {
	width: 50%;
	padding: 0 5px;
}
.layout-update__link {
	display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  color: #fff;
  background-color: #ea393f;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ea393f;
	font-size: 1.3rem;
	cursor: pointer;
	transition: .3s;
}
.layout-update__link:hover {
  background-color: #CC6608;
  border: 1px solid #CC6608;
  transition: .3s;
}
.layout-update__link.cancel {
	color: #404040;
	background-color: #fff;
	border: 1px solid #909090;
}
.layout-update__link.cancel:hover {
	background-color: #ededed;
}
.layout-update__link span {
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.layout-update__link span::before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.layout-update__link.keep span::before {
	width: 15px;
	height: 15px;
	background-image: url(../../img/user/keep.svg);
}
.layout-update__link.cancel span::before {
	width: 17px;
	height: 15px;
	background-image: url(../../img/user/cancel.svg);
}
@media only screen and (max-width: 768px) {
	.layout {
		position: relative;
		z-index: 101;
	}
	.layout::before {
	  content: '';
	  width: 100vw;
	  height: 100vh;
	  background-color: rgba(0,0,0,.5);
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  z-index: -2;
	}
	.layout-pop {
		width: calc(100% - 20px);
		max-width: 1000px;
		padding: 10px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: #fff;
		border-radius: 10px;
		margin-top: 100px;
	}
	.layout-pop__ttl {
		position: relative;
		margin-bottom: 20px;
	}
	.layout-pop__ttl .ttl {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.6;
		color: #ea393f;
	}
	.layout-pop__sub {
		width: auto;
		margin: 0 -5px;
		display: flex;
		position: absolute;
	  top: 50%;
	  right: 0;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	.layout-pop__sub span {
		position: relative;
		display: block;
		margin: 0 5px;
		cursor: pointer;
	}
	.layout-pop__sub .help {
		width: 22px;
		height: 22px;
	}
	.layout-pop__sub .help::before {
	  content: '';
		width: 22px;
		height: 22px;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
		background: url(../../img/user/help.svg) no-repeat center / cover;
	}
	.layout-pop__sub .cancel {
		width: 20px;
		height: 20px;
	}
	.layout-pop__sub .cancel::before,
	.layout-pop__sub .cancel::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 2px;
	  height: 20px;
	  background-color: #ea393f;
	  border-radius: 10px;
	}
	.layout-pop__sub .cancel::before {
	  transform: translateY(-50%) translateX(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	}
	.layout-pop__sub .cancel::after {
	  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	}
	.layout-pop__inner {
		padding: 0;
		background-color: unset;
	}
	.layout-tab__grid {
		display: flex;
		justify-content: center;
	}
	.layout-tab__grid .layout-tab__link {
		display: block;
		text-align: center;
		width: 100%;
		max-width: 165px;
		height: 40px;
		line-height: 38px;
		background-color: #fff;
		border: 1px solid #ea393f;
		font-size: 1.3rem;
		font-weight: 500;
		color: #ea393f;
	}
	.layout-tab__grid .layout-tab__link:first-of-type {
		border-radius: 5px 0 0 5px;
	}
	.layout-tab__grid .layout-tab__link:last-of-type {
		border-radius: 0 5px 5px 0;
	}
	.layout-tab__grid .layout-tab__link.active {
		background-color: #ea393f;
		color: #fff;
	}
	.layout-tab__grid .layout-tab__link:hover {
		background-color: #FFF1EB;
	}
	.layout-tab__grid .layout-tab__link.active:hover {
		background-color: #ea393f;
	}
	.layout-pop__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 0;
	}
	.layout-range {
		width: 100%;
		margin-right: 0;
	}
	.layout-range__list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -0.5px;
	}
	.layout-range__list li {
		width: 50%;
		padding: 0 0.5px;
		margin-top: 1px;
	}
	.layout-range__list li p {
		position: relative;
		display: block;
		font-size: 1.3rem;
		font-weight: 500;
		color: #fff;
		width: 100%;
		height: 50px;
		line-height: 48px;
		background-color: #ea393f;
		cursor: pointer;
		padding: 0 10px;
	}
	.layout-range__list li span {
		position: relative;
		width: 15px;
		height: 15px;
		position: absolute;
	  top: 50%;
	  right: 15px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	.layout-range__list li span::before,
	.layout-range__list li span::after {
		content: '';
		position: absolute;
		background-color: #fff;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
		border-radius: 10px;
	}
	.layout-range__list li span::before {
		width: 15px;
		height: 2px;
	}
	.layout-range__list li span::after {
		width: 2px;
		height: 15px;
	}
	.layout-change {
		width: 100%;
		margin-top: 20px;
	}
	.layout-change input,
	.layout-change textarea {
		width: 100%;
	  padding: 0 15px;
		font-size: 1.2rem;
	  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	  background-color: #fff;
		border: 1px solid #909090;
	  padding: 5px 10px;
	  border-radius: 3px;
		margin-top: 10px;
		line-height: 1.75;
	}
	.layout-change textarea {
		height: 80px;
	}
	.layout-frame {
		cursor: pointer;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,.4);
		margin-top: 15px;
	}
	.layout-frame .ttl {
		position: relative;
		border-radius: 5px 5px 0 0;
		display: block;
		background-color: #ea393f;
		color: #fff;
		padding: 5px 10px;
		line-height: 1.6;
		font-size: 1.3rem;
	}
	.layout-frame .ttl .delete {
		position: absolute;
		top: 8px;
		right: 8px;
		width: 15px;
		height: 15px;
	}
	.layout-frame .ttl .delete::before,
	.layout-frame .ttl .delete::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 15px;
		background-color: #fff;
		border-radius: 10px;
	}
	.layout-frame .ttl .delete::before {
		transform: translateY(-50%) translateX(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	}
	.layout-frame .ttl .delete::after {
		transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	}
	.layout-frame__inner {
		padding: 0 10px 10px;
	}
	.layout-frame__grid {
		display: flex;
		margin: 0 -5px;
	}
	.layout-frame__item {
		width: 100%;
		padding: 0 5px;
	}
	.layout-frame__img {
		display: flex;
		margin-top: 10px;
	}
	.layout-frame__img .image {
		width: 65px;
	}
	.layout-frame__img .image figure {
		padding-top: 75%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.layout-frame__img .image figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.layout-frame__img .text {
		width: calc(100% - 65px);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 5px 0 15px;
	}
	.layout-frame__img .text .capacity {
		display: block;
		text-align: center;
		color: #909090;
		font-size: 1.1rem;
	}
	.layout-frame__img .text .change {
		position: relative;
		display: block;
		font-size: 1.2rem;
		color: #fff;
		width: 55px;
		height: 30px;
		line-height: 28px;
		background-color: #ffa573;
		cursor: pointer;
		text-align: center;
		border-radius: 5px;
		margin-top: 5px;
	}
	.layout-addition {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		background-color: #ea393f;
		border-radius: 50%;
		margin: 20px auto;
		cursor: pointer;
	}
	.layout-addition::before,
	.layout-addition::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 2px;
		background-color: #fff;
		border-radius: 10px;
	}
	.layout-addition::before {
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	}
	.layout-addition::after {
	  transform: translateY(-50%) translateX(-50%) rotate(90deg);
	  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	}
	.layout-update {
		width: 100%;
	  max-width: 370px;
		margin: 20px auto 0;
	}
	.layout-update__grid {
		display: flex;
		margin: 0 -5px;
	}
	.layout-update__item {
		width: 50%;
		padding: 0 5px;
	}
	.layout-update__link {
		display: block;
	  width: 100%;
	  height: 46px;
	  line-height: 44px;
	  color: #fff;
	  background-color: #ea393f;
	  text-align: center;
	  border-radius: 5px;
	  border: 1px solid #ea393f;
		font-size: 1.3rem;
		cursor: pointer;
	}
	.layout-update__link.cancel {
		color: #404040;
		background-color: #fff;
		border: 1px solid #909090;
	}
	.layout-update__link span {
		position: relative;
		display: inline-block;
		padding-left: 22px;
	}
	.layout-update__link span::before {
		content: '';
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.layout-update__link.keep span::before {
		width: 15px;
		height: 15px;
		background-image: url(../../img/user/keep.svg);
	}
	.layout-update__link.cancel span::before {
		width: 17px;
		height: 15px;
		background-image: url(../../img/user/cancel.svg);
	}
}



.user-register__02,
.user-register__03,
.user-register__04,
.user-register__05,
.user-register__06,
.user-register__07
 {
	display: none;
}

.user-register {
	background-color: #FFE6CF;
	padding: 100px 0;
}
.user-register__content {
	width: 100%;
	max-width: 590px;
	margin: 80px auto 0;
	padding: 0 25px;
}

.user-register input {
	width: 100%;
  max-width: unset;
  min-width: unset;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #B0B0B0;
  border-radius: 20px;
  margin-right: 10px;
}
.user-register input::placeholder {
	color: #B0B0B0;
}

.user-register-guide {
	position: relative;
	padding: 25px 25px 0;
	margin-top: 30px;
}
.user-register-guide::before {
	content: '';
	width: 50px;
	height: 51.4px;
	background: url(../../img/user/guide.svg) no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
}
.user-register-guide__text {
	display: inline-block;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	padding: 20px;
	line-height: 1.6;
}

.user-register-frame {
	padding: 0 25px;
	margin-top: 30px;
}
.user-register-frame__inner {
	display: block;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	padding: 20px;
	line-height: 1.6;
}

.user-register-frame__box + .user-register-frame__box {
	margin-top: 20px;
}
.user-register-frame__box p {
	font-weight: bold;
}
.user-register-name__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px 0;
}
.user-register-name__item {
	width: 50%;
	padding: 0 5px;
}
.user-register-name__item.country {
	width: 100%;
}

.req__grid {
	display: flex;
	align-items: center;
}
.req__grid .req {
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	width: 36px;
	height: 18px;
	line-height: 16px;
	background-color: #ea393f;
	border-radius: 15px;
	margin-left: 7px;
}

.user-register-date {
	margin-top: 10px;
	width: 50%;
}

.user-register-radio {
	display: flex;
	margin: 10px -5px 0;
}
.user-register-radio label {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	color: #909090;
	border: 1px solid #B0B0B0;
	width: 100%;
	height: 40px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 5px;
	transition: .3s;
}
.user-register-radio__btn {
  display: none;
}
.user-register-radio__btn:checked + label {
  background-color: #ea393f;
	color: #fff;
	border: 1px solid #ea393f;
}

.user-register-select {
	margin-top: 10px;
}
.user-register-select select {
	width: 100%;
  max-width: 100%;
  min-width: unset;
  height: 40px;
  padding: 0 15px;
  background: url(../../img/user/ico_arrow_select.svg) no-repeat center right 9px;
  background-color: #fff;
	border: 1px solid #B0B0B0;
  position: relative;
  border-radius: 5px;
  font-size: 1.5rem;
}

.user-register-tel__grid {
	display: flex;
	margin: 10px -2.5px 0;
}
.user-register-tel__item {
	width: 33.33333%;
	padding: 0 2.5px;
}

.user-register__btn {
	position: relative;
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 45px;
  line-height: 43px;
  background-color: #ffa573;
  border-radius: 5px;
	margin: 30px auto 0;
	transition: .3s;
}
.user-register__btn:hover {
  background-color: #FF7A33;
  transition: .3s;
}

.user-register + footer {
	margin-top: 0;
}

.user-register-mail {
	margin-top: 10px;
}

@media only screen and (max-width: 768px) {
	.user-register {
		background-color: #FFE6CF;
		padding: 60px 0;
		font-size: 1.4rem;
	}
	.user-register__content {
		width: 100%;
		max-width: 590px;
		margin: 40px auto 0;
		padding: 0 15px;
	}

	.user-register input {
		width: 100%;
	  max-width: unset;
	  min-width: unset;
	  height: 40px;
	  line-height: 38px;
	  padding: 0 15px;
	  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	  background-color: #fff;
	  border: 1px solid #B0B0B0;
	  border-radius: 20px;
	  margin-right: 10px;
		font-size: 1.4rem;
	}
	.user-register input::placeholder {
		color: #B0B0B0;
	}

	.user-register-guide {
		position: relative;
		padding: 25px 0 0 15px;
		margin-top: 30px;
	}
	.user-register-guide::before {
		content: '';
		width: 50px;
		height: 51.4px;
		background: url(../../img/user/guide.svg) no-repeat center / cover;
		position: absolute;
		top: -5px;
		left: 0;
	}
	.user-register-guide__text {
		display: inline-block;
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 1px 3px rgba(0,0,0,.15);
		padding: 20px;
		line-height: 1.6;
	}

	.user-register-frame {
		padding: 0;
		margin-top: 30px;
	}
	.user-register-frame__inner {
		display: block;
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 1px 3px rgba(0,0,0,.15);
		padding: 15px;
		line-height: 1.6;
	}

	.user-register-frame__box + .user-register-frame__box {
		margin-top: 20px;
	}
	.user-register-frame__box p {
		font-weight: bold;
	}
	.user-register-name__grid {
		display: flex;
		margin: 5px -5px 0;
	}
	.user-register-name__item {
		width: 50%;
		padding: 0 5px;
	}

	.req__grid {
		display: flex;
		align-items: center;
	}
	.req__grid .req {
		display: inline-block;
		text-align: center;
		font-size: 1.1rem;
		font-weight: 500;
		color: #fff;
		width: 36px;
		height: 18px;
		line-height: 16px;
		background-color: #ea393f;
		border-radius: 15px;
		margin-left: 7px;
	}

	.user-register-date {
		margin-top: 5px;
		width: 50%;
	}

	.user-register-radio {
		display: flex;
		margin: 5px -5px 0;
	}
	.user-register-radio label {
		position: relative;
		display: block;
		text-align: center;
		font-size: 1.4rem;
		color: #909090;
		border: 1px solid #B0B0B0;
		width: 100%;
		height: 40px;
		line-height: 36px;
		background-color: #fff;
		border-radius: 5px;
		margin: 0 5px;
		transition: .3s;
	}
	.user-register-radio__btn {
	  display: none;
	}
	.user-register-radio__btn:checked + label {
	  background-color: #ea393f;
		color: #fff;
		border: 1px solid #ea393f;
	}

	.user-register-select {
		margin-top: 5px;
	}
	.user-register-select select {
		width: 100%;
	  max-width: 100%;
	  min-width: unset;
	  height: 40px;
	  padding: 0 15px;
	  background: url(../../img/user/ico_arrow_select.svg) no-repeat center right 9px;
	  background-color: #fff;
		border: 1px solid #B0B0B0;
	  position: relative;
	  border-radius: 5px;
	  font-size: 1.4rem;
	}

	.user-register-tel__grid {
		display: flex;
		margin: 5px -2.5px 0;
	}
	.user-register-tel__item {
		width: 33.33333%;
		padding: 0 2.5px;
	}

	.user-register__btn {
		position: relative;
	  display: block;
	  text-align: center;
	  font-size: 1.7rem;
	  font-weight: 500;
	  color: #fff;
	  width: 100%;
	  height: 45px;
	  line-height: 43px;
	  background-color: #ffa573;
	  border-radius: 5px;
		margin: 20px auto 0;
		transition: .3s;
	}
	.user-register__btn:hover {
	  background-color: #FF7A33;
	  transition: .3s;
	}

	.user-register + footer {
		margin-top: 0;
	}

	.user-register-mail {
		margin-top: 5px;
	}
}


.user-register__contentB {
	width: 100%;
  max-width: 720px;
  margin: 80px auto 0;
  padding: 0 25px;
}
.user-register__contentC {
	width: 100%;
  max-width: 540px;
  margin: 80px auto 0;
  padding: 0 25px;
}
.user-register__contentC .user-register-frame {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 7.5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	padding: 35px 20px;
	line-height: 1.6;
	overflow: hidden;
}
.user-register__contentC .user-register-frame::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ea393f;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 768px) {
	.user-register__contentB {
		width: 100%;
	  max-width: 720px;
	  margin: 40px auto 0;
	  padding: 0 15px;
	}
	.user-register__contentC {
		width: 100%;
	  max-width: 540px;
	  margin: 40px auto 0;
	  padding: 0 15px;
	}
	.user-register__contentC .user-register-frame {
		position: relative;
		display: block;
		background-color: #fff;
		border-radius: 7.5px;
		box-shadow: 0 1px 3px rgba(0,0,0,.15);
		padding: 35px 20px;
		line-height: 1.6;
		overflow: hidden;
	}
	.user-register__contentC .user-register-frame::before {
	  content: '';
	  width: 100%;
	  height: 4px;
	  background-color: #ea393f;
	  position: absolute;
	  top: -1px;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  border-radius: 10px 10px 0 0;
	}
}



.user-register__table__frame {
  background-color: #fff;
  border-radius: 10px;
  /* border: 1px solid #ccc; */
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  margin-top: 30px;
  overflow: hidden;
}
.user-register__table {
	width: 100%;
}
.user-register__table tr {
	border-bottom: 1px solid #ccc;
}
.user-register__table th {
	font-weight: 500;
	padding: 20px;
	background-color: #FFF1EB;
}
.user-register__table td {
	padding: 20px;
}

.user-register__table tr:first-of-type th {
	border-radius: 10px 0 0 0;
}

.register-h1 {
	text-align: center;
	font-size: 2.4rem;
}
.register__btn {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 58px;
  background-color: #ffa573;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.register__btn:hover {
  background-color: #FF7A33;
}
.scroll-terms {
  width: 100%;
  height: 280px;
  margin-top: 40px;
  padding: 20px;
  overflow: auto;
  border: 2px solid #ea393f;
	background-color: #fff;
  border-radius: 10px;
	line-height: 1.8;
	font-size: 1.4rem;
}
.scroll-terms h2 {
	position: relative;
  font-size: 2rem;
  line-height: 1.6;
  padding-bottom: 10px;
  text-align: center;
}
.scroll-terms h2::before {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #ea393f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.scroll-terms h3 {
	margin-top: 25px;
	font-size: 1.8rem;
}

.user-register .privacy label span::before {
	background-color: #fff;
}
@media only screen and (max-width: 768px) {

	.user-register__table__frame {
	  background-color: #fff;
	  border-radius: 10px;
	  /* border: 1px solid #ccc; */
	  box-shadow: 0 1px 3px rgba(0,0,0,.25);
	  margin-top: 30px;
	  overflow: hidden;
	}
	.user-register__table {
		width: 100%;
	}
	.user-register__table tr {
		border-bottom: 1px solid #ccc;
	}
	.user-register__table th {
		width: 100%!important;
		display: block;
		font-weight: 500;
		padding: 10px 15px;
		background-color: #FFF1EB;
	}
	.user-register__table td {
		display: block;
		padding: 10px 15px;
	}

	.user-register__table tr:first-of-type th {
		border-radius: 10px 0 0 0;
	}

	.register-h1 {
		text-align: center;
		font-size: 2.4rem;
	}
	.register__btn {
	  display: block;
	  width: 300px;
	  height: 60px;
	  line-height: 58px;
	  background-color: #ffa573;
	  color: #fff;
	  padding: 0 15px;
	  border-radius: 5px;
	  margin: 40px auto 0;
	  text-align: center;
	  font-size: 1.8rem;
	  font-weight: 500;
	}
	.register__btn:hover {
	  background-color: #FF7A33;
	}
	.scroll-terms {
	  width: 100%;
	  height: 280px;
	  margin-top: 40px;
	  padding: 20px;
	  overflow: auto;
	  border: 2px solid #ea393f;
		background-color: #fff;
	  border-radius: 10px;
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.scroll-terms h2 {
		position: relative;
	  font-size: 2rem;
	  line-height: 1.6;
	  padding-bottom: 10px;
	  text-align: center;
	}
	.scroll-terms h2::before {
	  content: '';
	  width: 40px;
	  height: 4px;
	  background-color: #ea393f;
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	}
	.scroll-terms h3 {
		margin-top: 25px;
		font-size: 1.8rem;
	}

	.user-register .privacy label span::before {
		background-color: #fff;
	}
}





/* .user-register-frame {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
	padding: 30px 20px;
	line-height: 1.6;
} */
.user-register-frame h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #ea393f;
}
.user-register-frame h3 {
	text-align: center;
	font-size: 2.2rem;
	margin-top: 20px;
	line-height: 1.5;
}
.user-register-frame h3 small {
	font-size: 1.7rem;
}
.user-register-frame ul {
	margin-top: 15px;
}
.user-register-frame ul li {
	padding-left: 17px;
	position: relative;
	margin-top: 10px;
}
.user-register-frame ul li:first-child {
	margin-top: 0;
}
.user-register-frame ul li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


.user-register__input {
	margin-top: 20px;
}
.user-register__input input {
	margin-top: 5px;
}


/* ログイン チェックボックス */
.login-sub {
	text-align: center;
}
.login-sub input[type="checkbox"] {
  display: none;
}
.login-sub label {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.login-sub .login-checkbox__text {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1.4rem;
  margin: 0;
}
.login-sub .login-checkbox__text::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #adadad;
  border-radius: 5px;
  left: 0;
  top: calc(50% - 11px);
  transition: all .5s ease;
}
.login-sub input[type="checkbox"]:checked+.login-checkbox__text::before {
  background-color: #ffa573;
}
.login-sub input[type="checkbox"]:checked+.login-checkbox__text::after {
  transform: scale(1) rotate(-45deg);
}
.login-sub .login-checkbox__text::after {
  content: '';
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
  width: 14px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0);
  transition: all .5s ease;
}
.login-forget {
	display: inline-block;
	text-decoration: underline;
	margin-top: 10px;
	color: #ffa573;
}


.login__input {
	margin-top: 20px;
}
.login__box + .login__box {
	margin-top: 10px;
}


.page-contents {
	width: 100%;
	max-width: 1150px;
	padding: 0 15px;
	margin: auto;
}


.page-hero {
	margin: 155px auto 0;
	padding: 80px 15px 0;
	width: 100%;
	max-width: 1150px;
}
.page-hero h1 {
	position: relative;
  font-size: 3rem;
  line-height: 1.6;
	padding-bottom: 10px;
	text-align: center;
}
.page-hero h1::before {
	content: '';
	width: 60px;
	height: 4px;
	background-color: #ea393f;
	position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
	.page-hero {
		margin: 60px auto 0;
		padding: 40px 15px 0;
		width: 100%;
		max-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {
	.page-hero {
		margin: 60px auto 0;
		padding: 40px 15px 0;
		width: 100%;
		max-width: 1150px;
	}
	.page-hero h1 {
		position: relative;
	  font-size: 2.4rem;
	  line-height: 1.6;
		padding-bottom: 10px;
		text-align: center;
	}
	.page-hero h1::before {
		content: '';
		width: 60px;
		height: 4px;
		background-color: #ea393f;
		position: absolute;
	  bottom: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	}
}


.mypage__contents {
	width: 100%;
	max-width: 990px;
	padding: 0 15px;
	margin: auto;
}

.mypage__frame {
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	/* border: 1px solid #ccc; */
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	margin-top: 40px;
}
.mypage__frame h2 {
	margin-top: 50px;
}
.mypage__frame h2 + h3 {
	margin-top: 20px;
}
.mypage__frame h3 {
	margin-top: 40px;
}

.mypage-menu {
	margin-top: 0;
}
.mypage-menu__grid {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -5px 0;
}
.mypage-menu__item {
	width: 33.3333%;
	padding: 0 5px;
	margin-top: 10px;
}
.mypage-menu__link {
	position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #333;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
}
.mypage-menu__link::before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #ea393f;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 5px 0 0 5px;
}
.mypage-menu__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ea393f;
  border-right: 2px solid #ea393f;
}
.mypage-menu__link span {
	position: relative;
	display: block;
	padding-left: 45px;
}
.mypage-menu__link span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.mypage-menu__link.here {
	background-color: #fef8f8;
	color: #ea393f;
}
.mypage-menu__link.here::after {
	opacity: 0;
}

.mypage-menu__grid .mypage-menu__item:nth-child(1) .mypage-menu__link span::before {
	background-image: url(../../img/user/mypage-ico01.svg);
	width: 30px;
	height: 30px;
}
.mypage-menu__grid .mypage-menu__item:nth-child(2) .mypage-menu__link span::before {
	background-image: url(../../img/user/mypage-ico02.svg);
	width: 30px;
	height: 30px;
}
.mypage-menu__grid .mypage-menu__item:nth-child(3) .mypage-menu__link span::before {
	background-image: url(../../img/user/mypage-ico03.svg);
	width: 30px;
	height: 23px;
}
.mypage-menu__grid .mypage-menu__item:nth-child(4) .mypage-menu__link span::before {
	background-image: url(../../img/user/mypage-ico04.svg);
	width: 30px;
	height: 27px;
}
.mypage-menu__grid .mypage-menu__item:nth-child(5) .mypage-menu__link span::before {
	background-image: url(../../img/user/mypage-ico05.svg);
	width: 30px;
	height: 23px;
}
.mypage-menu__grid .mypage-menu__item:nth-child(6) .mypage-menu__link span::before {
	background-image: url(../../img/user/mypage-ico06.svg);
	width: 27px;
	height: 27px;
	left: 2px;
}

.mypage-scout {
	padding: 20px 0;
}
.mypage-scout__table {
	width: 100%;
	font-size: 1.4rem;
}
.mypage-scout__table thead tr {
	background-color: #FFF4E9;
}
.mypage-scout__table thead th {
	padding: 10px 15px;
	font-weight: bold;
}
.mypage-scout__table tbody tr:first-of-type {
	border-top: 1px solid #ccc;
}
.mypage-scout__table tbody tr {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.mypage-scout__table tbody th,
.mypage-scout__table tbody td {
	padding: 20px 15px;
}
.mypage-scout__table a {
	text-decoration: underline;
	color: #ea393f;
}
.mypage-scout__table a.end {
	text-decoration: none;
	color: #333;
	pointer-events: none;
}
.mypage-scout__table a.end::before {
	content: '掲載終了';
	display: inline-block;
	background-color: #ea393f;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 4px 20px 5px;
	margin-right: 5px;
	line-height: 1;
}

.mypage-mail__grid {
	display: flex;
	margin-top: 5px;
}
.mypage-mail__grid label {
	margin-right: 40px;
}
.mypage-mail__grid input[type="radio"] {
  display: none;
}
.mypage-mail__grid input[type="radio"] + span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.mypage-mail__grid input[type="radio"] + span::before,
.mypage-mail__grid input[type="radio"] + span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all .2s ease;
  background-color: #f2f2f2;
}
.mypage-mail__grid input[type="radio"] + span::after {
  width: 8px;
  height: 8px;
  left: 6px;
  transform: translateY(-50%) scale(0);
  transition: all 0.2s ease;
  border: 0 none;
}
.mypage-mail__grid input[type="radio"]:checked + span::before {
  background-color: #ea393f;
}
.mypage-mail__grid input[type="radio"]:checked + span::after {
  background-color: #fff;
  transition-delay: .1s;
  transform: translateY(-50%) scale(1);
}

.mypage-update__btn {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 58px;
	background-color: #ea393f;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}
.mypage-update__btn:hover {
  background-color: #b2292e;
}
.edit-btn__wrap {
	text-align: right;
	margin-top: 10px;
}
.edit-btn__wrap a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 26px;
	color: #ea393f;
	border: 1px solid #ea393f;
	text-align: center;
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: normal;
	transition: .3s;
}
.edit-btn__wrap a:hover {
	color: #fff;
	border: 1px solid #ea393f;
	background-color: #ea393f;
}
@media only screen and (max-width: 768px) {
	.mypage__contents {
		width: 100%;
		max-width: 990px;
		padding: 0 15px;
		margin: auto;
	}

	.mypage__frame {
		padding: 15px;
		background-color: #fff;
		border-radius: 5px;
		/* border: 1px solid #ccc; */
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
		margin-top: 40px;
	}
	.mypage__frame h2 {
		margin-top: 50px;
	}
	.mypage__frame h2 + h3 {
		margin-top: 20px;
	}
	.mypage__frame h3 {
		margin-top: 40px;
	}

	.mypage-menu {
		margin-top: 0;
	}
	.mypage-menu__grid {
		display: flex;
		flex-wrap: wrap;
		margin: -10px 0 0;
	}
	.mypage-menu__item {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.mypage-menu__link {
		position: relative;
	  display: flex;
	  align-items: center;
	  width: 100%;
	  height: 60px;
	  color: #333;
	  background-color: #fff;
	  text-align: center;
	  border-radius: 5px;
	  border: 1px solid #ccc;
	  font-size: 1.6rem;
	  font-weight: bold;
	  padding: 0 20px;
	}
	.mypage-menu__link::before {
	  content: '';
	  width: 3px;
	  height: 100%;
	  background-color: #ea393f;
	  position: absolute;
	  top: 50%;
	  left: -1px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  border-radius: 5px 0 0 5px;
	}
	.mypage-menu__link::after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 10px;
	  height: 10px;
	  border-top: 2px solid #ea393f;
	  border-right: 2px solid #ea393f;
	}
	.mypage-menu__link span {
		position: relative;
		display: block;
		padding-left: 45px;
	}
	.mypage-menu__link span::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
	}

	.mypage-menu__grid .mypage-menu__item:nth-child(1) .mypage-menu__link span::before {
		background-image: url(../../img/user/mypage-ico01.svg);
		width: 30px;
		height: 30px;
	}
	.mypage-menu__grid .mypage-menu__item:nth-child(2) .mypage-menu__link span::before {
		background-image: url(../../img/user/mypage-ico02.svg);
		width: 30px;
		height: 30px;
	}
	.mypage-menu__grid .mypage-menu__item:nth-child(3) .mypage-menu__link span::before {
		background-image: url(../../img/user/mypage-ico03.svg);
		width: 30px;
		height: 23px;
	}
	.mypage-menu__grid .mypage-menu__item:nth-child(4) .mypage-menu__link span::before {
		background-image: url(../../img/user/mypage-ico04.svg);
		width: 30px;
		height: 27px;
	}
	.mypage-menu__grid .mypage-menu__item:nth-child(5) .mypage-menu__link span::before {
		background-image: url(../../img/user/mypage-ico05.svg);
		width: 30px;
		height: 23px;
	}
	.mypage-menu__grid .mypage-menu__item:nth-child(6) .mypage-menu__link span::before {
		background-image: url(../../img/user/mypage-ico06.svg);
		width: 27px;
		height: 27px;
		left: 2px;
	}

	.mypage-scout {
		padding: 20px 0;
	}
	.mypage-scout__table {
		width: 100%;
		font-size: 1.4rem;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.mypage-scout__table thead tr {
		background-color: #FFF4E9;
	}
	.mypage-scout__table thead th {
		padding: 10px 15px;
		font-weight: bold;
	}
	.mypage-scout__table tbody tr:first-of-type {
		border-top: 1px solid #ccc;
	}
	.mypage-scout__table tbody tr {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	.mypage-scout__table tbody th,
	.mypage-scout__table tbody td {
		padding: 20px 15px;
	}
	.mypage-scout__table a {
		text-decoration: underline;
		color: #ea393f;
	}
	.mypage-scout__table a.end {
		text-decoration: none;
		color: #333;
		pointer-events: none;
	}
	.mypage-scout__table a.end::before {
		content: '掲載終了';
		display: inline-block;
		background-color: #ea393f;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 500;
		padding: 4px 20px 5px;
		margin-right: 5px;
		line-height: 1;
	}

	.mypage-mail__grid {
		display: flex;
		margin-top: 5px;
	}
	.mypage-mail__grid label {
		margin-right: 40px;
	}
	.mypage-mail__grid input[type="radio"] {
	  display: none;
	}
	.mypage-mail__grid input[type="radio"] + span {
	  position: relative;
	  padding-left: 25px;
	  cursor: pointer;
	}
	.mypage-mail__grid input[type="radio"] + span::before,
	.mypage-mail__grid input[type="radio"] + span::after {
	  content: '';
	  display: block;
	  position: absolute;
	  left: 0;
		top: calc(50% + 1px);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	  margin: auto;
	  width: 20px;
	  height: 20px;
	  border-radius: 50%;
	  transition: all .2s ease;
	  background-color: #f2f2f2;
	}
	.mypage-mail__grid input[type="radio"] + span::after {
	  width: 8px;
	  height: 8px;
	  left: 6px;
	  transform: translateY(-50%) scale(0);
	  transition: all 0.2s ease;
	  border: 0 none;
	}
	.mypage-mail__grid input[type="radio"]:checked + span::before {
	  background-color: #ea393f;
	}
	.mypage-mail__grid input[type="radio"]:checked + span::after {
	  background-color: #fff;
	  transition-delay: .1s;
	  transform: translateY(-50%) scale(1);
	}

	.mypage-update__btn {
		display: block;
		width: 300px;
		height: 60px;
		line-height: 58px;
		background-color: #ea393f;
		color: #fff;
		padding: 0 15px;
		border-radius: 5px;
		margin: 30px auto 0;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.mypage-update__btn:hover {
	  background-color: #b2292e;
	}

	.edit-btn__wrap {
		text-align: right;
	}
	.edit-btn__wrap a {
		display: inline-block;
		width: 100px;
		height: 28px;
		line-height: 24px;
		color: #ea393f;
		border: 1px solid #ea393f;
		text-align: center;
		border-radius: 5px;
		font-size: 1.3rem;
		font-weight: normal;
		transition: .3s;
	}
	.edit-btn__wrap a:hover {
		color: #fff;
		border: 1px solid #ea393f;
		background-color: #ea393f;
	}
}

.dl-table {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.dl-table dt {
  width: 200px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  color: #333;
	background-color: #FFF1EB;
}
.dl-table dd {
  width: calc(100% - 200px);
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.edit__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.edit__btn {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 26px;
	color: #ea393f;
	border: 1px solid #ea393f;
	text-align: center;
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: normal;
	transition: .3s;
}
.edit__btn:hover {
	border: 1px solid #ea393f;
	background-color: #ea393f;
	color: #fff;
	transition: .3s;
}
@media only screen and (max-width: 768px) {
	.dl-table {
	  -js-display: flex;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
	  border-top: 1px solid #ccc;
	  margin-top: 15px;
	}
	.dl-table dt {
	  width: 100%;
	  font-weight: bold;
	  padding: 10px;
	  border-bottom: none;
	  color: #333;
		background-color: #FFF1EB;
	}
	.dl-table dd {
	  width: 100%;
	  padding: 15px 10px;
	  border-bottom: 1px solid #ccc;
	}

	.edit__grid {
		display: block;
		align-items: unset;
		justify-content: unset;
	}
	.edit__btn {
		display: block;
		width: 100px;
		height: 30px;
		line-height: 26px;
		color: #ea393f;
		border: 1px solid #ea393f;
		text-align: center;
		border-radius: 5px;
		font-size: 1.3rem;
		font-weight: normal;
		transition: .3s;
		margin-top: 10px;
	}
	.edit__btn:hover {
		border: 1px solid #ea393f;
		background-color: #ea393f;
		color: #fff;
		transition: .3s;
	}
}


.search__frame {
  background-color: #fff;
  border-radius: 5px;
  /* border: 1px solid #ccc; */
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  margin-top: 40px;
	overflow: hidden;
}

.search-table {
	width: 100%;
	/* border-bottom: 1px solid #ccc; */
}
.search-table tr {
  border-bottom: 1px solid #ccc;
}
.search-table tr:last-child {
	border-bottom: none;
}
.search-table th {
  font-weight: 500;
  padding: 20px 30px;
	background-color: #FFF1EB;
}
.search-table td {
  padding: 20px 30px;
}

.search-table__select {
	width: auto;
  min-width: 240px;
  padding-right: 25px;
  background: url(../../img/user/ico_arrow_select.svg) no-repeat center right 12px;
  background-color: #fff;
	border-radius: 5px;
}
.search-table__select__grid {
	display: flex;
}
.search-table__select__item {
	position: relative;
	padding-right: 40px;
}
.search-table__select__item::after {
	content: '〜';
	position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* .search-table__select__grid .search-table__select__item:last-child {
	padding-right: 0;
} */
.search-table__select__grid .search-table__select__item:last-child::after{
	content: '以下';
	right: 0;
}

.search-pop__btn {
display: block;
  position: relative;
  width: 240px;
  height: 45px;
  line-height: 43px;
  background-color: #fff;
  color: #333;
  border: 1px solid #b0b0b0;
  padding: 0 12px;
border-radius: 5px;
  transition: .3s;
}
.search-pop__btn:hover {
	border: 1px solid #ea393f;
	transition: .3s;
}
.search-pop__btn::before {
	content: '';
	width: 15px;
	height: 2px;
	position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
	background-color: #ea393f;
}
.search-pop__btn::after {
	content: '';
	width: 2px;
	height: 15px;
	position: absolute;
  top: 50%;
  right: 16.5px;
  transform: translateY(-50%);
	background-color: #ea393f;
}
.search-pop__btn + .search-pop__btn {
	margin-top: 10px;
}

.search-check__grid {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -15px 0;
}
.search-check__item {
	width: 25%;
	padding: 0 15px;
	margin-top: 5px;
}
.search-checkB__grid {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -15px 0;
}
.search-checkB__item {
	width: 33.33333%;
	padding: 0 15px;
	margin-top: 5px;
}
label.check {
  display: inline-block;
  cursor: pointer;
  padding-right: 0px;
}
label.check input[type="checkbox"] {
  display: none;
}
label.check span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
label.check span::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
  left: 0;
  top: calc(50% - 9px);
  transition: all .3s ease;
}
label.check input[type="checkbox"]:checked + span::before {
  background-color: #ea393f;
}
label.check input[type="checkbox"]:checked + span::after {
  transform: rotate(315deg) scale(1);
}
label.check span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0);
  left: 5px;
  top: calc(50% - 4px);
  z-index: 1;
  transition: all .3s ease;
}

.search-result__btn {
	display: block;
	width: 400px;
	height: 65px;
	line-height: 63px;
	background-color: #ea393f;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	margin: 40px auto 60px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
}
.search-result__btn:hover {
	background-color: #b2292e;
}
.search-result__btn span {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
.search-result__btn span::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../../img/user/search-ico.svg);
  background-repeat: no-repeat;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
	.search__frame {
	  background-color: #fff;
	  border-radius: 5px;
	  /* border: 1px solid #ccc; */
	  box-shadow: 0 1px 3px rgba(0,0,0,.25);
	  margin-top: 40px;
		overflow: hidden;
	}

	.search-table {
		width: 100%;
		/* border-bottom: 1px solid #ccc; */
	}
	.search-table tr {
	  border-bottom: 1px solid #ccc;
	}
	.search-table tr:last-child {
		border-bottom: none;
	}
	.search-table th {
		display: block;
	  font-weight: 500;
	  padding: 10px 15px;
		background-color: #FFF1EB;
		width: 100%!important;
	}
	.search-table td {
		display: block;
	  padding: 15px;
	}

	.search-table__select {
		width: auto;
	  min-width: 100%;
	  padding-right: 25px;
	  background: url(../../img/user/ico_arrow_select.svg) no-repeat center right 12px;
	  background-color: #fff;
		border-radius: 5px;
	}
	.search-table__select__grid {
		display: block;
		margin-top: -10px;
	}
	.search-table__select__item {
		position: relative;
		padding-right: 40px;
		margin-top: 10px;
	}
	.search-table__select__item::after {
		content: '〜';
		position: absolute;
	  top: 50%;
	  right: 12px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
	/* .search-table__select__grid .search-table__select__item:last-child {
		padding-right: 0;
	} */
	.search-table__select__grid .search-table__select__item:last-child::after{
		content: '以下';
		right: 0;
	}

	.search-pop__btn {
		display: block;
	  position: relative;
	  width: 100%;
	  height: 45px;
	  line-height: 43px;
	  background-color: #fff;
	  color: #333;
	  border: 1px solid #b0b0b0;
	  padding: 0 15px;
		border-radius: 5px;
	  transition: .3s;
	}
	.search-pop__btn:hover {
		border: 1px solid #ea393f;
		transition: .3s;
	}
	.search-pop__btn::before {
		content: '';
		width: 15px;
		height: 2px;
		position: absolute;
	  top: 50%;
	  right: 10px;
	  transform: translateY(-50%);
		background-color: #ea393f;
	}
	.search-pop__btn::after {
		content: '';
		width: 2px;
		height: 15px;
		position: absolute;
	  top: 50%;
	  right: 16.5px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
		background-color: #ea393f;
	}
	.search-pop__btn + .search-pop__btn {
		margin-top: 10px;
	}

	.search-check__grid {
		display: flex;
		flex-wrap: wrap;
		margin: -10px 0 0;
	}
	.search-check__item {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.search-checkB__grid {
		display: flex;
		flex-wrap: wrap;
		margin: -10px 0 0;
	}
	.search-checkB__item {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	label.check {
	  display: inline-block;
	  cursor: pointer;
	  padding-right: 0px;
	}
	label.check input[type="checkbox"] {
	  display: none;
	}
	label.check span {
	  display: inline-block;
	  position: relative;
	  z-index: 1;
	  padding-left: 25px;
	}
	label.check span::before {
	  content: '';
	  position: absolute;
	  width: 20px;
	  height: 20px;
	  background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
	  left: 0;
	  top: calc(50% - 9px);
	  transition: all .3s ease;
	}
	label.check input[type="checkbox"]:checked + span::before {
	  background-color: #ea393f;
	}
	label.check input[type="checkbox"]:checked + span::after {
	  transform: rotate(315deg) scale(1);
	}
	label.check span::after {
	  content: '';
	  position: absolute;
	  width: 12px;
	  height: 6px;
	  border-left: 2px solid #fff;
	  border-bottom: 2px solid #fff;
	  transform: scale(0);
	  left: 5px;
	  top: calc(50% - 4px);
	  z-index: 1;
	  transition: all .3s ease;
	}

	.search-result__btn {
		display: block;
		width: 100%;
		height: 65px;
		line-height: 63px;
		background-color: #ea393f;
		color: #fff;
		padding: 0 15px;
		border-radius: 5px;
		margin: 30px auto 60px;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.search-result__btn:hover {
		background-color: #b2292e;
	}
	.search-result__btn span {
		display: inline-block;
		position: relative;
		padding-left: 25px;
	}
	.search-result__btn span::before {
	  content: '';
	  position: absolute;
	  width: 22px;
	  height: 22px;
	  background-image: url(../../img/user/search-ico.svg);
	  background-repeat: no-repeat;
	  top: calc(50% + 2px);
	  left: 0;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	}
}



.policy-contents {
	width: 100%;
	max-width: 990px;
	padding: 0 15px;
	margin: 40px auto 0;
}


.num-list {
	line-height: 1.7;
	margin-top: 15px;
}
.num-list li {
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
}
.num-list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.num-list li:nth-child(1)::before {
	content: '(1)';
}
.num-list li:nth-child(2)::before {
	content: '(2)';
}
.num-list li:nth-child(3)::before {
	content: '(3)';
}
.num-list li:nth-child(4)::before {
	content: '(4)';
}
.num-list li:nth-child(5)::before {
	content: '(5)';
}
.num-list li:nth-child(6)::before {
	content: '(6)';
}
.num-list li:nth-child(7)::before {
	content: '(7)';
}
.num-list li:nth-child(8)::before {
	content: '(8)';
}
.num-list li:nth-child(9)::before {
	content: '(9)';
}
.num-list li:nth-child(10)::before {
	content: '(10)';
}



.num-listB {
	line-height: 1.7;
	margin-top: 15px;
}
.num-listB li {
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
}
.num-listB li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.num-listB li:nth-child(1)::before {
	content: '1.';
}
.num-listB li:nth-child(2)::before {
	content: '2.';
}
.num-listB li:nth-child(3)::before {
	content: '3.';
}
.num-listB li:nth-child(4)::before {
	content: '4.';
}
.num-listB li:nth-child(5)::before {
	content: '5.';
}
.num-listB li:nth-child(6)::before {
	content: '6.';
}
.num-listB li:nth-child(7)::before {
	content: '7.';
}
.num-listB li:nth-child(8)::before {
	content: '8.';
}
.num-listB li:nth-child(9)::before {
	content: '9.';
}
.num-listB li:nth-child(10)::before {
	content: '10.';
}



.list li {
	position: relative;
	padding-left: 15px;
}
.list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}




.guide__contents {
	width: 100%;
	max-width: 990px;
	margin: 40px auto 0;
	padding: 0 15px;
}
.guide__link {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px 50px 15px 20px;
	border-radius: 10px;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.guide__link::before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #ea393f;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.guide__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #ea393f;
  border-right: 2px solid #ea393f;
}
.guide__link:hover {
  transform: translateY(-5px);
	border: 1px solid #ea393f;
}
.guide__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.guide__grid {
	display: flex;
	align-items: center;
}
.guide__img {
	width: 280px;
	margin-right: 30px;
}
.guide__img figure {
	display: block;
	position: relative;
	overflow: hidden;
  padding-top: 65%;
}
.guide__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
	transition: .3s;
}
.guide__text {
	width: calc(100% - 310px);
}
.guide__text .info {
	display: flex;
	align-items: center;
}
.guide__text .info .date {
  color: #909090;
  font-weight: 500;
  margin-right: 15px;
}
.guide__text .info .cate {
  display: inline-block;
  border: 1px solid #ea393f;
	background-color: #ea393f;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.3rem;
  line-height: 1;
  transition: .3s;
}
.guide__text .ttl {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.6;
}
.guide__text .ttl + p {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.guide__contents {
		width: 100%;
		max-width: 990px;
		margin: 40px auto 0;
		padding: 0 15px;
	}
	.guide__link {
		position: relative;
		display: flex;
		align-items: center;
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 0;
		border-radius: 10px;
		margin-top: 20px;
		overflow: hidden;
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
	}
	.guide__link::before {
		display: none;
	}
	.guide__link::after {
		display: none;
	}
	.guide__link:hover {
	  transform: translateY(-5px);
		border: 1px solid #ea393f;
	}
	.guide__link:hover img {
		transform: scale(1.1);
		transition: .3s;
	}
	.guide__grid {
		display: block;
		align-items: unset;
	}
	.guide__img {
		width: 100%;
		margin-right: 0;
	}
	.guide__img figure {
		display: block;
		position: relative;
		overflow: hidden;
	  padding-top: 60%;
	}
	.guide__img figure img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  font-family: 'object-fit: cover;';
		transition: .3s;
	}
	.guide__text {
		width: 100%;
		padding: 20px;
	}
	.guide__text .info {
		display: flex;
		align-items: center;
	}
	.guide__text .info .date {
	  color: #909090;
	  font-weight: 500;
	  margin-right: 15px;
	}
	.guide__text .info .cate {
	  display: inline-block;
	  border: 1px solid #ea393f;
		background-color: #ea393f;
	  color: #fff;
	  padding: 5px 15px;
	  font-size: 1.3rem;
	  line-height: 1;
	  transition: .3s;
	}
	.guide__text .ttl {
		display: block;
		font-size: 1.8rem;
		line-height: 1.6;
		font-weight: 500;
		margin-top: 10px;
	}
	.guide__text .ttl + p {
		margin-top: 10px;
	}
}





.event__contents {
	width: 100%;
	max-width: 1150px;
	margin: 40px auto 0;
	padding: 0 15px;
}
.event__grid {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -10px 0;
}
.event__item {
	width: 33.33333%;
	padding: 0 10px;
	margin-top: 40px;
}
.event__link {
	position: relative;
	display: block;
	background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  transition: .3s;
	height: 100%;
}
.event__link .deadline {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 3px 15px 5px;
	background-color: #ea393f;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 0 0 5px 0;
}
.event__link:hover {
  transform: translateY(-5px);
	border: 1px solid #ea393f;
}
.event__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.event__img {
	display: block;
	position: relative;
	overflow: hidden;
  padding-top: 56%;
}
.event__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
	transition: .3s;
}
.event__text {
	padding: 20px;
}
.event__text .schedule__grid {
	display: flex;
}
.event__text .schedule {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	font-weight: 500;
}
.event__text .schedule + .schedule {
	margin-left: 10px;
}
.event__text .schedule .date {
	display: block;
	font-size: 2.5rem;
	margin-right: 3px;
}
.event__text .schedule .week {
	display: block;
	font-size: 1.4rem;
	padding-bottom: 5px;
}
.event__text .ttl {
	margin-top: 10px;
	font-weight: 500;
	line-height: 1.7;
	height: 51px;
}
.event__text .cate {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 10px;
}
.event__text .cate li {
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  line-height: 1;
}
.event__text .cate li span {
	display: inline-block;
	border: 1px solid #ea393f;
	border-radius: 20px;
	color: #ea393f;
	padding: 5px 15px 7px;
}
@media only screen and (max-width: 1024px) {
	.event__contents {
		width: 100%;
		max-width: 1150px;
		margin: 40px auto 0;
		padding: 0 15px;
	}
	.event__grid {
		display: flex;
		flex-wrap: wrap;
		margin: -40px -10px 0;
	}
	.event__item {
		width: 50%;
		padding: 0 10px;
		margin-top: 40px;
	}
	.event__link {
		position: relative;
		display: block;
		background-color: #fff;
	  border: 1px solid #ccc;
	  box-shadow: 0 1px 3px rgba(0,0,0,.25);
	  background-color: #fff;
	  overflow: hidden;
	  border-radius: 5px;
	  transition: .3s;
		height: 100%;
	}
	.event__link .deadline {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 3px 15px 5px;
		background-color: #ea393f;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		border-radius: 0 0 5px 0;
	}
	.event__img {
		display: block;
		position: relative;
		overflow: hidden;
	  padding-top: 56%;
	}
	.event__img img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  font-family: 'object-fit: cover;';
		transition: .3s;
	}
	.event__text {
		padding: 20px;
	}
	.event__text .schedule {
		display: flex;
		align-items: flex-end;
		line-height: 1;
		font-weight: 500;
	}
	.event__text .schedule .date {
		display: block;
		font-size: 2.5rem;
		margin-right: 3px;
	}
	.event__text .schedule .week {
		display: block;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}
	.event__text .ttl {
		margin-top: 10px;
		font-weight: 500;
		line-height: 1.7;
		height: 51px;
	}
	.event__text .cate {
	  display: flex;
	  flex-wrap: wrap;
	  font-size: 1.4rem;
	  margin-top: 10px;
	}
	.event__text .cate li {
	  display: block;
	  margin-top: 5px;
	  margin-right: 5px;
	  line-height: 1;
	}
	.event__text .cate li span {
		display: inline-block;
		border: 1px solid #ea393f;
		border-radius: 20px;
		color: #ea393f;
		padding: 5px 15px 7px;
	}
}
@media only screen and (max-width: 768px) {
	.event__contents {
		width: 100%;
		max-width: 1150px;
		margin: 40px auto 0;
		padding: 0 15px;
	}
	.event__grid {
		display: flex;
		flex-wrap: wrap;
		margin: -30px 0 0;
	}
	.event__item {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.event__link {
		position: relative;
		display: block;
		background-color: #fff;
	  border: 1px solid #ccc;
	  box-shadow: 0 1px 3px rgba(0,0,0,.25);
	  background-color: #fff;
	  overflow: hidden;
	  border-radius: 5px;
	  transition: .3s;
		height: 100%;
	}
	.event__link .deadline {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 3px 15px 5px;
		background-color: #ea393f;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		border-radius: 0 0 5px 0;
	}
	.event__img {
		display: block;
		position: relative;
		overflow: hidden;
	  padding-top: 56%;
	}
	.event__img img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  font-family: 'object-fit: cover;';
		transition: .3s;
	}
	.event__text {
		padding: 20px;
	}
	.event__text .schedule {
		display: flex;
		align-items: flex-end;
		line-height: 1;
		font-weight: 500;
	}
	.event__text .schedule .date {
		display: block;
		font-size: 2.5rem;
		margin-right: 3px;
	}
	.event__text .schedule .week {
		display: block;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}
	.event__text .ttl {
		margin-top: 10px;
		font-weight: 500;
		line-height: 1.7;
		height: 51px;
	}
	.event__text .cate {
	  display: flex;
	  flex-wrap: wrap;
	  font-size: 1.4rem;
	  margin-top: 10px;
	}
	.event__text .cate li {
	  display: block;
	  margin-top: 5px;
	  margin-right: 5px;
	  line-height: 1;
	}
	.event__text .cate li span {
		display: inline-block;
		border: 1px solid #ea393f;
		border-radius: 20px;
		color: #ea393f;
		padding: 5px 15px 7px;
	}
}



.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px -2px 0;
	font-size: 1.6rem;
}
.pagination a {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 35px;
	height: 35px;
	border: 1px solid #ea393f;
	background-color: #ea393f;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
}
.pagination a.prev,
.pagination a.next {
	border: 1px solid #ea393f;
	background-color: #fff;
	color: #ea393f;
}
.pagination a.prev::before,
.pagination a.next::before {
	content: '';
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
	transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.pagination a.prev::before {
	left: 14px;
	border-bottom: 2px solid #ea393f;
	border-left: 2px solid #ea393f;
}
.pagination a.next::before {
	right: 14px;
	border-top: 2px solid #ea393f;
	border-right: 2px solid #ea393f;
}


.entry-thanks p {
	text-align: center;
	line-height: 1.6;
}
@media only screen and (max-width: 768px) {
	.entry-thanks p {
		text-align: left;
		line-height: 1.6;
	}
}




.introduction__contents {
	width: 100%;
	max-width: 1150px;
	padding: 0 15px;
	margin: auto;
}
.introduction__contents p.catch {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
	letter-spacing: 1px;
	margin-top: 60px;
}

.introduction-strength__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 0;
}
.introduction-strength__item {
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}
.introduction-strength__link {
	position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 25px 20px 25px 0;
  border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.introduction-strength__link:hover {
  transform: translateY(-5px);
  border: 1px solid #ea393f;
}
.introduction-strength__link::before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #ea393f;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 10px 0 0 10px;
}
.introduction-strength__img {
	width: 160px;
}
.introduction-strength__img figure {
	width: 100px;
	margin: auto;
}
.introduction-strength__img figure img {
	width: 100%;
	display: block;
}
.introduction-strength__text {
	width: calc(100% - 160px);
}
.introduction-strength__text .ttl {
	display: block;
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
}
.introduction-strength__text .ttl span {
	color: #ea393f;
}
.introduction-strength__text p {
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.7;
}
.introduction-strength__text .btn {
	position: relative;
	display: inline-block;
	width: auto;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ea393f;
	color: #ea393f;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 20px;
	padding: 0 20px;
	transition: .3s;
}
.introduction-strength__link:hover .btn {
	border: 1px solid #ea393f;
	background-color: #ea393f;
	color: #fff;
	transition: .3s;
}

.introduction-strength__tel {
	display: block;
	text-align: center;
	margin-top: 80px;
}
.introduction-strength__tel a {
	position: relative;
	display: inline-block;
	font-weight: bold;
  font-size: 4.5rem;
	line-height: 1;
  font-weight: 500;
	padding-left: 50px;
}
.introduction-strength__tel a::before {
	content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
	background-image: url(../../img/user/tel.svg);
}
.introduction-strength__tel a + p {
	margin-top: 20px;
}

.introduction-strength-btn {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
}
.introduction-strength-btn__grid {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}
.introduction-strength-btn__item {
	width: 50%;
	margin: 0 10px;
}
.introduction-strength-btn__item a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 68px;
	border: 1px solid #ea393f;
	color: #fff;
	background-color: #ea393f;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	padding: 0 20px;
	transition: .3s;
	font-size: 1.8rem;
}
.introduction-strength-btn__item a:hover {
	border: 1px solid #b2292e;
	background-color: #b2292e;
}
.introduction-strength-btn__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.introduction-strength-btn__item a.blue {
	border: 1px solid #156EB5;
	background-color: #156EB5;
}
.introduction-strength-btn__item a.blue:hover {
	background-color: #FF7A33;
	border: 1px solid #FF7A33;
}





.introduction-strength__main {
  margin: 40px 0 0;
  position: relative;
}
.introduction-strength__main__img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
.introduction-strength__main__img img {
	display: block;
}
.introduction-strength__main__text {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 71%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.introduction-strength__main__text .ttl {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  white-space: nowrap;
}
.introduction-strength__main__text .ttl .line {
	display: block;
	color: #fff;
	padding: 0 5px;
}
.introduction-strength__main__text .ttl .line + .line {
	margin-top: 10px;
}
.introduction-strength__main__text .ttl .line span {
	display: inline-block;
	background-color: #ea393f;
	padding: 0 15px;
	border-radius: 5px;
}
.introduction_about_list li {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    align-items: center;
	margin-top: 20px;
}
.introduction_speech_bubble {
	text-align: center;
}
.introduction_speech_bubble span {
	padding: 0 15px;
	position: relative;
    display: inline-block;
}
.introduction_speech_bubble span::before,
.introduction_speech_bubble span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background-color: #ea393f;
	position: absolute;
	bottom: 8px;
	left: 0;
	rotate: 60deg;
}
.introduction_speech_bubble span::after {
	rotate: -60deg;
	left: auto;
	right: 0;
}
@media only screen and (max-width: 768px) {

	.introduction__contents {
		width: 100%;
		max-width: 1150px;
		padding: 0 15px;
		margin: auto;
	}
	.introduction__contents p.catch {
		text-align: left;
		font-size: 1.5rem;
		font-weight: 500;
		color: #333;
		letter-spacing: normal;
		margin-top: 40px;
	}

	.introduction-strength__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}
	.introduction-strength__item {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.introduction-strength__link {
		position: relative;
	  background-color: #fff;
	  border: 1px solid #ccc;
	  padding: 25px 20px;
	  border-radius: 5px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		align-items: unset;
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
	}
	.introduction-strength__link:hover {
	  transform: translateY(-5px);
	  border: 1px solid #ea393f;
	}
	.introduction-strength__link::before {
	  content: '';
	  width: 100%;
	  height: 4px;
	  background-color: #ea393f;
	  position: absolute;
	  top: -1px;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  border-radius: 10px 10px 0 0;
	}
	.introduction-strength__img {
		width: 100%;
	}
	.introduction-strength__img figure {
		width: 100px;
		margin: auto;
	}
	.introduction-strength__img figure img {
		width: 100%;
		display: block;
	}
	.introduction-strength__text {
		width: 100%;
		margin-top: 15px;
	}
	.introduction-strength__text .ttl {
		display: block;
		line-height: 1.6;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
	}
	.introduction-strength__text .ttl span {
		color: #ea393f;
	}
	.introduction-strength__text p {
		font-size: 1.4rem;
		margin-top: 10px;
		line-height: 1.7;
	}
	.introduction-strength__text .btn {
		position: relative;
		display: block;
		width: 300px;
		height: 50px;
		line-height: 48px;
		border: 1px solid #ea393f;
		color: #ea393f;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		margin: 20px auto 0;
		padding: 0 20px;
		transition: .3s;
	}
	.introduction-strength__link:hover .btn {
		border: 1px solid #ea393f;
		background-color: #ea393f;
		color: #fff;
		transition: .3s;
	}

	.introduction-strength__tel {
		display: block;
		text-align: center;
		margin-top: 60px;
	}
	.introduction-strength__tel a {
		position: relative;
		display: inline-block;
		font-weight: bold;
	  font-size: 4rem;
		line-height: 1;
	  font-weight: 500;
		padding-left: 50px;
	}
	.introduction-strength__tel a::before {
		content: '';
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 36px;
	  height: 36px;
	  position: absolute;
	  position: absolute;
	  top: calc(50% - 1px);
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  left: 0;
		background-image: url(../../img/user/tel.svg);
	}
	.introduction-strength__tel a + p {
		margin-top: 20px;
		line-height: 1.7;
	}

	.introduction-strength-btn {
		width: 100%;
		max-width: 800px;
		margin: 15px auto 0;
	}
	.introduction-strength-btn__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.introduction-strength-btn__item {
		width: 100%;
		margin: 15px 0 0;
	}
	.introduction-strength-btn__item a {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 70px;
		line-height: 68px;
		border: 1px solid #ea393f;
		color: #fff;
		background-color: #ea393f;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		padding: 0 20px;
		transition: .3s;
		font-size: 1.8rem;
	}
	.introduction-strength-btn__item a:hover {
		border: 1px solid #b2292e;
		background-color: #b2292e;
	}
	.introduction-strength-btn__item a::before {
	  content: '';
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%) rotate(45deg);
	  -webkit-transform: translateY(-50%) rotate(45deg);
	  width: 12px;
	  height: 12px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	}
	.introduction-strength-btn__item a.blue {
		border: 1px solid #156EB5;
		background-color: #156EB5;
	}
	.introduction-strength-btn__item a.blue:hover {
		background-color: #FF7A33;
		border: 1px solid #FF7A33;
	}


	.introduction-strength__main {
	  margin: 30px 0 0;
	  position: relative;
	}
	.introduction-strength__main__img {
	  width: 100%;
	  max-width: 100%;
	  display: block;
	  margin: 0;
	}
	.introduction-strength__main__img img {
		display: block;
	}
	.introduction-strength__main__text {
	  position: relative;
	  top: unset;
	  left: unset;
	  transform: unset;
	  -webkit-transform: unset;
		margin-top: 40px;
	}
	.introduction-strength__main__text .ttl {
	  display: block;
	  font-size: 2.2rem;
	  font-weight: 500;
	  white-space: nowrap;
	}
	.introduction-strength__main__text .ttl .line {
		display: block;
		color: #fff;
		padding: 0 15px;
	}
	.introduction-strength__main__text .ttl .line + .line {
		margin-top: 10px;
	}
	.introduction-strength__main__text .ttl .line span {
		display: inline-block;
		background-color: #ea393f;
		padding: 0 15px;
		border-radius: 5px;
	}
}



.privacy-contents h3 + ul {
	margin-top: 20px;
}
.privacy-contents ul strong {
	display: block;
	margin-top: 10px
}
.privacy-table {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.privacy-table th {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
	vertical-align: middle;
	font-weight: bold;
}
.privacy-table td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.privacy-table + p {
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.privacy-contents h3 + ul {
		margin-top: 20px;
	}
	.privacy-contents ul strong {
		display: block;
		margin-top: 10px;
	}
	.privacy-table {
		width: 100%;
		margin-top: 15px;
		border-top: 1px solid #ccc;
	}
	.privacy-table th {
		display: block;
	  border-bottom: none;
	  padding: 10px 0 0;
		vertical-align: middle;
		font-weight: bold;
		width: 100%!important;
	}
	.privacy-table td {
		display: block;
	  padding: 0;
	  border-bottom: none;
		vertical-align: middle;
		width: 100%!important;
	}
	.privacy-table tr td:last-of-type {
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
	}
	.privacy-table + p {
		margin-top: 20px;
	}
}

.privacy.register-b {
	margin-top: 15px;
}
.privacy.register-b label {
	display: block;
	padding: 15px;
	border-radius: 5px;
	border: none;
	background-color: transparent;
	color: #fff;
	background-color: #ea393f;
	transition: .3s;
}
.privacy.register-b label:hover {
	background-color: #b2292e;
	transition: .3s;
}
.privacy.register-b label input[type="checkbox"]:checked + span::before {
  background-color: #fff;
}
.privacy.register-b label span::after {
	border-left: 2px solid #ea393f;
	border-bottom: 2px solid #ea393f;
}


.first__content {
	width: 100%;
	max-width: 1150px;
	margin: auto;
	padding: 0 15px;
}
.first__content h2 {
	color: #ea393f;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.7;
	margin-top: 40px;
}
.first__content .catch {
	text-align: center;
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.first__content h2 {
		color: #ea393f;
		text-align: center;
		font-size: 2rem;
		line-height: 1.7;
		margin-top: 40px;
	}
	.first__content .catch {
		text-align: left;
		margin-top: 20px;
	}
}




html.hidden {
	overflow: hidden;
}
.narrow-pop__modal {
	display: none;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
/* .narrow-pop__modal.active {
	display: block;
} */
.narrow-job__modal.active,
.narrow-work__modal.active,
.narrow-route__modal.active,
.narrow-industry__modal.active {
	display: block;
}
.narrow-pop__wrap {
	width: 100%;
	max-width: 900px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.narrow-pop__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	/* border: 1px solid #ea393f; */
	background-color: #ea393f;
	border-radius: 50%;
}
.narrow-pop__close::before,
.narrow-pop__close::after {
	content: '';
	width: 18px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.narrow-pop__close::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.narrow-pop__close::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.narrow-pop__ttl01 {
	position: relative;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding: 25px 40px;
	border-bottom: 1px solid #ccc;
	color: #ea393f;
}
.narrow-pop__ttl02 {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}

.narrow-pop__inner {
	padding: 25px 40px 40px;
	font-size: 1.4rem;
}
.narrow-pop__grid {
	width: auto;
	display: flex;
	margin: 0 -7.5px;
}
.narrow-pop__frame {
	padding: 0 7.5px;
}
.narrow-pop__frame.w50 {
	width: 50%;
}
.narrow-pop__frame.w33 {
	width: 33.3333%;
}
.narrow-pop__frame.w30 {
	width: 30%;
}
.narrow-pop__frame.w40 {
	width: 40%;
}
.narrow-pop__frame.w100 {
	width: 100%;
}

.narrow-pop__list {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: auto;
	height: 300px;
	margin-top: 5px;
	background-color: #fff;
}

.narrow-pop__list li {
	border-bottom: 1px solid #ccc;
}
.narrow-pop__list li .narrow-pop__select {
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}
.narrow-pop__list li .narrow-pop__select.active {
	background-color: #FFF1EB;
}
.narrow-pop__list li .narrow-pop__select::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #ea393f;
	border-right: 2px solid #ea393f;
}

.narrow-pop__list li .narrow-pop__check {
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}
.narrow-pop__list li .narrow-pop__check input[type="checkbox"] {
	display: none;
}
.narrow-pop__list li .narrow-pop__check .check {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

.narrow-pop__list li .narrow-pop__check .check::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #adadad;
  border-radius: 3px;
  left: 0;
  top: calc(50% - 8px);
  transition: .3s;
}
.narrow-pop__list li .narrow-pop__check input[type="checkbox"]:checked+.check::before {
  background-color: #ea393f;
}
.narrow-pop__list li .narrow-pop__check input[type="checkbox"]:checked+.check::after {
  transform: scale(1) rotate(-45deg);
}
.narrow-pop__list li .narrow-pop__check .check::after {
  content: '';
  position: absolute;
  left: 3px;
  top: calc(50% - 4px);
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0) rotate(-45deg);
	transition: .3s;
}
.narrow-pop__defaultA,
.narrow-pop__defaultB,
.narrow-pop__defaultA2,
.narrow-pop__defaultB2 {
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	color: #aaa;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	border-radius: 10px;
}
.narrow-pop__conf {
	display: block;
	width: 300px;
	height: 55px;
	line-height: 53px;
	background-color: #ea393f;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}
.narrow-pop__clear {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 38px;
	background-color: #fff;
	color: #ea393f;
	border: 1px solid #ea393f;
	padding: 0 15px;
	border-radius: 5px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 1.4rem;
}


.route-acd__wrap {
	display: none;
}
.route-acd__ttl {
}
.route-acd__ttl {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 10px 15px;
}
.route-acd__ttl::before {
	content: '';
	transition: .3s;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(135deg);
	-webkit-transform: translateY(-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #ea393f;
	border-right: 2px solid #ea393f;
}
.route-acd__ttl.open::before {
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transition: .3s;
}
.narrow-pop__list li .route-acd .narrow-pop__check {
	position: relative;
	display: block;
	padding: 0;
	cursor: pointer;
}
.narrow-pop__list li .route-acd .narrow-pop__check small {
	display: inline-block;
	padding-left: 7px;
	color: #808080;
}
.route-acd__route {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0 20px 15px;
}
.route-acd__route .route-acd__open {
	position: absolute;
	right: 12.5px;
	top: 0;
	width: 25px;
	height: 25px;
}
.route-acd__route .route-acd__open::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	transition: .3s;
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #ea393f;
	border-right: 2px solid #ea393f;
}
.route-acd__route .route-acd__open.open::before {
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transition: .3s;
}
.route-acd__station {
	display: none;
	padding: 0 20px 15px 30px;
}
.route-acd__station label + label {
	margin-top: 5px;
}

.tab1-2,
.tab2-2,
.tab2-3 {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 5px;
}
.tab1-2::before,
.tab2-2::before,
.tab2-3::before {
	content: '地域を選択してください';
	color: #aaa;
	white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}
.tab1-2::before {
	content: '分類を選択してください';
}
.tab2-3::before {
	content: '都道府県を選択してください';
}
.tab1-2::after,
.tab2-2::after,
.tab2-3::after {
	content: '';
	border-radius: 10px;
	background-color: #f2f2f2;
	position: absolute;
  top: 50%;
  left: 50%;
	width: 100%;
	height: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	z-index: -2;
}

@media only screen and (max-width: 768px) {
	html.hidden {
		overflow: hidden;
	}
	.narrow-pop__modal {
		display: none;
		z-index: 99;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
	}
	/* .narrow-pop__modal.active {
		display: block;
	} */
	.narrow-job__modal.active,
	.narrow-work__modal.active,
	.narrow-route__modal.active,
	.narrow-industry__modal.active {
		display: block;
	}

	.narrow-pop__content {
		padding: 0 15px;
	}
	.narrow-pop__wrap {
		width: 100%;
		max-width: 900px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
    	width: calc(100% - 30px);
		height: calc(100% - 30px);
		border-radius: 10px;
		overflow-y: auto;
	}
	
	.narrow-pop__close {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #ea393f; */
		background-color: #ea393f;
		border-radius: 50%;
	}
	.narrow-pop__close::before,
	.narrow-pop__close::after {
		content: '';
		width: 18px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.narrow-pop__close::before {
		transform: translateY(-50%) translateX(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	}
	.narrow-pop__close::after {
		transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	}
	
	.narrow-pop__ttl01 {
		position: relative;
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
		color: #ea393f;
	}
	.narrow-pop__ttl02 {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 20px;
	}
	
	.narrow-pop__inner {
		padding: 0 20px 20px;
		font-size: 1.4rem;
	}
	.narrow-pop__grid {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.narrow-pop__frame {
		padding: 0;
	}
	.narrow-pop__frame.w50 {
		width: 100%;
	}
	.narrow-pop__frame.w33 {
		width: 100%;
	}
	.narrow-pop__frame.w30 {
		width: 100%;
	}
	.narrow-pop__frame.w40 {
		width: 100%;
	}
	.narrow-pop__frame.w100 {
		width: 100%;
	}
	
	.narrow-pop__list {
		border: 1px solid #ccc;
		border-radius: 10px;
		overflow: auto;
		height: 200px;
		margin-top: 5px;
		background-color: #fff;
	}
	
	.narrow-pop__list li {
		border-bottom: 1px solid #ccc;
	}
	.narrow-pop__list li .narrow-pop__select {
		position: relative;
		display: block;
		padding: 10px 15px;
		cursor: pointer;
	}
	.narrow-pop__list li .narrow-pop__select.active {
		background-color: #FFF1EB;
	}
	.narrow-pop__list li .narrow-pop__select::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #ea393f;
		border-right: 2px solid #ea393f;
	}
	
	.narrow-pop__list li .narrow-pop__check {
		position: relative;
		display: block;
		padding: 10px 15px;
		cursor: pointer;
	}
	.narrow-pop__list li .narrow-pop__check input[type="checkbox"] {
		display: none;
	}
	.narrow-pop__list li .narrow-pop__check .check {
		position: relative;
		padding-left: 25px;
		cursor: pointer;
	}
	
	.narrow-pop__list li .narrow-pop__check .check::before {
		content: '';
		position: absolute;
		width: 18px;
		height: 18px;
		border: 1px solid #adadad;
		border-radius: 3px;
		left: 0;
		top: calc(50% - 8px);
		transition: .3s;
	}
	.narrow-pop__list li .narrow-pop__check input[type="checkbox"]:checked+.check::before {
		background-color: #ea393f;
	}
	.narrow-pop__list li .narrow-pop__check input[type="checkbox"]:checked+.check::after {
		transform: scale(1) rotate(-45deg);
	}
	.narrow-pop__list li .narrow-pop__check .check::after {
		content: '';
		position: absolute;
		left: 3px;
		top: calc(50% - 4px);
		width: 12px;
		height: 6px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: scale(0) rotate(-45deg);
		transition: .3s;
	}
	.narrow-pop__defaultA,
	.narrow-pop__defaultB,
	.narrow-pop__defaultA2,
	.narrow-pop__defaultB2 {
		width: 100%;
		height: 300px;
		border: 1px solid #ccc;
		background-color: #f2f2f2;
		color: #aaa;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 5px;
		border-radius: 10px;
	}
	.narrow-pop__conf {
		display: block;
		width: 200px;
		height: 55px;
		line-height: 53px;
		background-color: #ea393f;
		color: #fff;
		padding: 0 15px;
		border-radius: 5px;
		margin: 30px auto 0;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.narrow-pop__clear {
		font-size: 1.3rem;
		color: #808080;
		display: inline-block;
		margin-top: 10px;
	}
	
	
	.route-acd__wrap {
		display: none;
	}

	.route-acd__ttl {
		display: block;
		cursor: pointer;
		position: relative;
		padding: 10px 15px;
	}
	.route-acd__ttl::before {
		content: '';
		transition: .3s;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) rotate(135deg);
		-webkit-transform: translateY(-50%) rotate(135deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #ea393f;
		border-right: 2px solid #ea393f;
	}
	.route-acd__ttl.open::before {
		transform: translateY(-50%) rotate(-45deg);
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transition: .3s;
	}
	.narrow-pop__list li .route-acd .narrow-pop__check {
		position: relative;
		display: block;
		padding: 0;
		cursor: pointer;
	}
	.narrow-pop__list li .route-acd .narrow-pop__check small {
		display: inline-block;
		padding-left: 7px;
		color: #808080;
	}
	.route-acd__route {
		display: block;
		cursor: pointer;
		position: relative;
		padding: 0 20px 15px;
	}
	.route-acd__route .route-acd__open {
		position: absolute;
		right: 12.5px;
		top: 0;
		width: 25px;
		height: 25px;
	}
	.route-acd__route .route-acd__open::before {
		content: '';
		position: absolute;
		top: calc(50% - 1px);
		left: 50%;
		transition: .3s;
		transform: translateY(-50%) translateX(-50%) rotate(135deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #ea393f;
		border-right: 2px solid #ea393f;
	}
	.route-acd__route .route-acd__open.open::before {
		transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		transition: .3s;
	}
	.route-acd__station {
		display: none;
		padding: 0 20px 15px 30px;
	}
	.route-acd__station label + label {
		margin-top: 5px;
	}
	
	.tab1-2,
	.tab2-2,
	.tab2-3 {
		position: relative;
		width: 100%;
		height: 200px;
		margin-top: 5px;
	}
	.tab1-2::before,
	.tab2-2::before,
	.tab2-3::before {
		content: '地域を選択してください';
		color: #aaa;
		white-space: nowrap;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}
	.tab1-2::before {
		content: '分類を選択してください';
	}
	.tab2-3::before {
		content: '都道府県を選択してください';
	}
	.tab1-2::after,
	.tab2-2::after,
	.tab2-3::after {
		content: '';
		border-radius: 10px;
		background-color: #f2f2f2;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		z-index: -2;
	}
}

.user-register-address .user-register-yubin {
	position: relative;
	padding-left: 20px;
}
.user-register-address .user-register-yubin::before {
	content: '〒';
	position: absolute;
	top: 8px;
	left: 0;
}
.user-register-address .user-register-select {
	margin-top: 0;
}

.entry-tel__grid {
	display: flex;
	margin: 0 -10px;
}
.entry-tel__item {
	position: relative;
	width: 33.3333%;
	margin: 0 10px;
}
.entry-tel__item::before {
	content: '-';
	position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	right: -12px;
}
.entry-tel__item:last-of-type::before {
	display: none;
}


h3 + .form-table {
	margin-top: 20px;
}
.entry__contents textarea {
	height: 150px;
}
.entry__contents .check__grid {
	display: block;
	margin-top: -15px;
}
.entry__contents .check__item {
	margin-top: 15px;
	margin-right: 0;
}
.entry__contents .check__item .checkbox span {
	padding: 0 0 0 40px;
}
.entry__contents .check__item .checkbox span::before {
	background-color: #fff;
	border: 1px solid #B0B0B0;
}
.checkbox input[type="checkbox"]:checked + span::before {
	background-color: #ea393f;
}


.mypage-account__grid {
	display: flex;
	justify-content: space-between;
}
.mypage-account__grid a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 26px;
	color: #ea393f;
	border: 1px solid #ea393f;
	text-align: center;
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: normal;
	transition: .3s;
}

.mypage__alert {
	text-align: center;
	margin-top: 25px;
	color: #ea393f;
}