@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
:root {
  --green1: #DAECE8;
  --green2: #91C7B8;
  --green3: #72B6A9;
  --green4: #57BFA7;
  --orange1: #E08081;
  --blue1: #006AB6;
  --red1: #FF3950;
  --border1: #F0F0F0;
  --border2: #ccc;
  --black1: #3B4043;
  --gray1: #737B8C;
  --white1: #FFFFFF;
  --white2: #F4F4F4;
  --boxshadow1: rgba(0,0,0,0.25);
  --boxshadow2: rgba(0,0,0,0.26);
}
body{
  margin:0;
  padding:0;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  font-size: 16px;
  color: var(--black1);
  /* overflow: hidden; */
  padding-top: 80px;
}
._fix {
	height: 100%;
	min-height: auto;
	overflow: hidden;
	position: fixed;
	width: 100%;
}
body.top{
  padding-top: 0;
}
.en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.noto-serif {
	font-family: "Noto Serif JP", serif;
}
a {
  color: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select {
  color: inherit;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  font-size: inherit;
  background-color: inherit;
  color: inherit;
  pointer-events: auto;
  touch-action: manipulation;
}
iframe {
  max-width: 100%;
}
.hide {
  display: none;
}
.text {
  line-height: 2;
}
.text + .text{
  margin-top: 1em;
}
.text-red {
  color: var(--red1);
}
.text-gray {
  color: #777;
}
.text2 {
  font-size: 15px;
}
.text3 + .text3{
  margin-top: 1em;
}
* + .text4{
  margin-top: 1em;
}
.cursor-normal {
  cursor: inherit !important;
}
.cursor-pointer {
  cursor: pointer;
}
:focus {
    outline: none;
}
.sp,
.sp-inline {
  display: none;
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.inner1 {
  width: 1160px;
  margin: 0 auto;
}
.inner2 {
  width: 1100px;
  margin: 0 auto;
}
.inner3 {
  width: 1000px;
  margin: 0 auto;
}
.inner4 {
  width: 828px;
  margin: 0 auto;
}
.inner5 {
  width: 640px;
  margin: 0 auto;
}
* + .text {
  margin-top: 1em;
}
.text-line {
  text-decoration: underline;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.mt05 {
  margin-top: 0.5em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mt3 {
  margin-top: 3em;
}
.mt4 {
  margin-top: 4em;
}
.mt5 {
  margin-top: 5em;
}
.mb05 {
  margin-bottom: 0.5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.mb4 {
  margin-bottom: 4em;
}
.mb5 {
  margin-bottom: 5em;
}
.pl1 {
  padding-left: 1em;
}
.red {
  color: #FF2C2C;
}
.pink {
  color: #E08081;
}
.font-size-0_8 {
  font-size: 0.8em;
}
.font-size-0_9 {
  font-size: 0.9em;
}
.font-size-1_1 {
  font-size: 1.1em;
}
.font-size-1_2 {
  font-size: 1.2em;
}
.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.input-text, .input-textarea {
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	height: 40px;
	padding: 0 15px;
  border-radius: 5px;
  background-color: #F2F2F2;
  border: 1px solid #D9D9D9;
}
.input-text:disabled {
  background-color: rgb(0,0,0, 0.3);
}
.input-text2, .input-textarea2 {
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	height: 40px;
	padding: 0 15px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #434343;
}
.input-textarea,.input-textarea2 {
  height: 10em;
  padding: 10px 20px;
}
.input-textarea--h30 {
  height: 30em;
}
.input-password-wrap {
  position: relative;
}
.input-password-wrap ._view-passowrd {
  height: 22px !important;
  width: 25px !important;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(100% - 35px);
}
.input-size4 {
  width: 4em;
}
.input-size5 {
  width: 5em;
}
.input-size6 {
  width: 6em;
}
.input-size7 {
  width: 7em;
}
.input-size8 {
  width: 8em;
}
.input-size9 {
  width: 9em;
}
.input-size10 {
  width: 10em;
}
.input-size11 {
  width: 11em;
}
.input-size20 {
  width: 20em;
}

.text-indent--1 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.text-indent--2 {
  padding-left: 1em;
  text-indent: -1em;
}
.text-indent--3 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.text-indent--4 {
  padding-left: 2em;
  text-indent: -2em;
}
.text-line1 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.text-line2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-line3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.input-select,
.input-select2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	padding: 0 34px 0 20px;
	font-size: inherit;
	font-family: inherit;
	position: relative;
	background-image: url(../img/arrow_bottom.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-color: #fff;
	background-size: 10px;
	max-width: 100%;
	/* font-weight: bold; */
	/* letter-spacing: 0.8px; */
	border: 1px solid #434343;
	border-radius: 5px;
}
.input-select2 {
  border: 1px solid #D9D9D9;
  background-color: #F2F2F2; 
}
.select-wrap {
  position: relative;
}
.select-wrap .input-select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.input-checkbox,
.input-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.input-checkbox + label {
	cursor: pointer;
	padding-left: 30px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	line-height: 1.8;
  /* font-size: 13px; */
}
.input-checkbox + label::before,
.input-checkbox + label::after {
  content: "";
  display: block; 
  position: absolute;
}
.input-checkbox + label::before {
  background-color: #F2F2F2;
  border: 1px solid #D9D9D9;
  width: 20px;
  height: 20px;
  top: 0.3em;
  left: 0;
  border-radius: 5px;
}

.input-checkbox + label::after {
	border-bottom: 2px solid var(--green4);
	border-left: 2px solid var(--green4);
	opacity: 0;
	height: 5px;
	width: 10px;
	transform: rotate(-45deg);
	top: 0.7em;
  left: 5px;
}
.input-checkbox:checked + label::after {
  opacity: 1;
}
.input-checkbox-2 + label {
  padding-left: 25px;
}
.input-checkbox-2 + label::before {
	width: 15px;
	height: 15px;
  border-radius: 3px;
}
.input-checkbox-2 + label::after {
  top: 0.4em;
  left: 3px;
}
.input-checkbox-3 + label::before {
  top: 0.2em;
}
.input-checkbox-3 + label::after {
  top: 0.6em;
}
.input-radio + label {
	cursor: pointer;
	padding-left: 30px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	line-height: 1.8;
  /* font-size: 13px; */
}
.input-radio + label::before,
.input-radio + label::after {
  content: "";
  display: block; 
  position: absolute;
}
.input-radio + label::before {
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
	width: 20px;
	height: 20px;
	top: 0.2em;
	left: 0;
	border-radius: 50%;
}
.input-radio + label::after {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	opacity: 0;
	height: 5px;
	width: 10px;
	transform: rotate(-45deg);
	top: 0.6em;
  left: 5px;
}
.input-radio:checked + label::before {
	background-color: #009A9A;
	border: 1px solid #009A9A;
}
.input-radio:checked + label::after {
  opacity: 1;
}
.btn {
	cursor: pointer;
	text-align: center;
	padding: 0;
}
.btn--search {
	height: 40px;
	background-color: #434343;
	border-radius: 40px;
	color: #fff;
	background-image: url(../img/icon_search_white.svg);
	background-repeat: no-repeat;
	background-position: 36px center;
	padding-left: 15px;
}
.btn--white {
  border: 1px solid #212121;
  border-radius: 27px;
  background-color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
.btn--green-gr {
  background: transparent linear-gradient(111deg, #72B6A9 0%, #BDE0D3 80%, #ECECC7 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 27px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
.btn--orange-gr {
  background: transparent linear-gradient(101deg, #EAC3AF 0%, #E0936D 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 27px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
.btn--green {
  background-color: #009A9A;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 27px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
}
.btn--green2 {
  background-color: #6AA89C;
  font-weight: 500;
  color: #fff;
  padding: 0 25px;
  border-radius: 5px;
}
.btn--green-line {
  background-color: #fff;
  border: 2px solid #009A9A;
  border-radius: 40px;
  font-weight: bold;
  color: #009A9A;
  padding: 0 25px;
}
.btn--green-line2 {
  background-color: #fff;
  border: 2px solid #6AA89C;
  border-radius: 40px;
  font-weight: bold;
  color: #6AA89C;
  padding: 0 25px;
}
.btn--green-line3 {
  background-color: #E9F7F4;
  border-radius: 40px;
  font-weight: bold;
  color: #6AA89C;
  padding: 0 25px;
}
.btn--gray {
  background-color: #ABABAB;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 0 25px;
  cursor: inherit;
}
.btn--line {
  background-color: #06c755;
  color: #fff;
  border-radius: 25px;
}
.btn--line-img {
  width: 22px;
  margin-right: 0.5em;
}
.btn--text {
  text-decoration: underline;
}
.btn--size-auto {
  padding: 10px 40px;
}
.btn--size-auto2 {
  padding: 5px 20px;
}
.btn--radius {
  border-radius: 40px;
}
.link{
	background-image: url(../img/arrow_right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}
.link2 {
  text-decoration: underline;
}
.link3 {
  display: block;
  background-image: url(../img/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
.link4 {
  font-size: 12px;
  color: #6CB9E2;
  background-image: url(../img/icon_arrow_right_trianle_blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
  background-size: 6px;
}
.link5 {
  color: #009A9A;
  text-decoration: underline;
}
.link6 {
  background-image: url(../img/icon_arrow_left_trianle_green.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
  color: #009A9A;
  font-size: 15px;
  padding-left: 13px;
}
.table-center {
  display: table;
  margin: 0 auto;
}
.error-wrap {
  margin-top: 1em;
}
.error-top {
  color: var(--red1);
  margin-top: 1em;
}
.error,
._error {
  color: var(--red1);
  margin-top: 0.5em;
}
.error2 {
  color: var(--red1);
  margin-bottom: 0.5em;
}
.error3 {
  color: var(--red1);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.error-link {
  color: var(--blue1);
  text-decoration: underline;
}
.error-center {
  color: var(--red1);
  margin-top: 0.5em;
  text-align: center;
}
.header {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
  background-color: #fff;
}
.top .header {
  background-color: inherit;
  transition: 0.3s all ease;
}
.top .header--bg {
  background-color: #fff;
}
.header .inner {
	padding: 0 0 0 65px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.header__logo {
  padding-top: 10px;
  width: 71px;
}
.header__logo-img{
}
.header__nav-wrap {
	display: flex;
	gap: 0 30px;
}
.header__nav {
	padding-top: 15px;
}
.header__nav-top {
	display: flex;
	justify-content: flex-end;
	gap: 0 20px;
	font-size: 12px;
}
.header__nav-top-item:nth-child(1) .header__nav-top-link{
  background-image: url(../img/icon_posting.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}
.header__nav-top-item:nth-child(2) .header__nav-top-link{
  background-image: url(../img/icon_client.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 17px;
}
.header__nav-bottom {
	margin-top: 10px;
}
.header__nav-bottom-list {
	display: flex;
	gap: 0 30px;
	font-size: 14px;
}
.header__nav-bottom-item{
}
.header__nav-bottom-link{
}
.header__btn-wrap {
	display: flex;
}
.header__btn-link .header__btn {
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center 19px;
	display: block;
	height: 100%;
	padding-top: 30px;
	width: 80px;
}
.header__btn-link:nth-child(1) .header__btn {
	background-color: #F8F7F4;
	background-image: url(../img/icon_search.svg);
	border-radius: 0 0 0 10px;
}
.header__btn-link:nth-child(2) .header__btn {
	background-color: #E3DEDC;
	background-image: url(../img/icon_login.svg);
}
.header__btn-link:nth-child(3) .header__btn {
	background:  url(../img/icon_human.svg) no-repeat center 19px, linear-gradient(137deg, rgba(234,195,175,1) 0%, rgba(224,147,109,1) 100%);
  border-radius: 0 0 10px 0;
  color: #fff;
}
.header__btn{
}

.sp-menu__wrap {
  display: none;
}


.footer {
	background-color: #F8F7F4;
	padding: 85px 0 40px;
}
.footer{
}
.footer__top {
	display: flex;
}
.footer__left {
	padding: 40px 80px 0 90px;
	text-align: center;
}
.footer__logo-wrap{
}
.footer__logo-img {
	width: 100px;
}
.footer__contat-wrap {
	margin-top: 60px;
}
.footer__contat-text{
}
.footer__contat-tel{
}
.footer__contat-tel-link {
	display: block;
	border: 1px solid #212121;
	border-radius: 70px;
	height: 60px;
	margin-top: 10px;
	width: 330px;
}
.footer__contat-tel-num {
	background-image: url(../img/icon_tel.svg);
	background-repeat: no-repeat;
	font-size: 29px;
	background-position: 40px center;
	padding-left: 10px;
}
.footer__contat-tel-time {
	font-size: 12px;
	margin-top: -7px;
}
.footer__contat-form {
	margin-top: 30px;
}
.footer__contat-form .btn {
	font-size: 18px;
	font-weight: bold;
	width: 330px;
	height: 60px;
	color: #fff;
	background: url(../img/icon_web.svg), linear-gradient(118deg, #EAC3AF 0%, #E0936D 100%);
	background-size: 20x auto, auto;
	background-repeat: no-repeat, repeat;
	background-position: 41px center, center;
	border-radius: 70px;
	padding-left: 30px;
	letter-spacing: 1.8px;
}
.footer__contat-form-link{
}
.footer__right {
	color: #606060;
	border-left: 1px solid #606060;
	padding-left: 70px;
	display: flex;
	justify-content: space-between;
	width: 780px;
}
.footer__right-section {
	width: 30%;
}
.footer__right-section:last-child {
  width: 40%;
}
.footer__right-dl {
	font-size: 14px;
	margin-top: 50px;
	line-height: 2;
}
.footer__right-dl:first-child {
  margin-top: 0;
}
.footer__right-dt {
}
.footer__right-dd {
	padding: 0px 0 0 10px;
}
.footer__right-list {
	font-size: 14px;
	line-height: 2;
}
.footer__right-dd .footer__right-list {
  line-height: 1.6;
}
.footer__right-item{
}
.footer__bottom {
	margin-top: 80px;
}
.footer__bottom-list{
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.footer__bottom-item{
}
.footer__bottom-item-img{
}
.footer__copyright {
	margin-top: 40px;
	font-size: 14px;
	text-align: center;
	color: #606060;
}

.ttl-wrap {
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
}
.ttl-wrap--sub{
  background: #DAECE8;
}
.ttl-wrap .ttl{
  
}
.ttl1 {
	text-align: center;
}
.ttl1 .en {
	font-size: 38px;
	font-weight: 500px;
	letter-spacing: 3.8px;
}
.ttl1 .ja {
	color: var(--green3);
	font-size: 16px;
	display: block;
}
.ttl1--white {
  color: #fff;
}
.ttl1--white .ja {
  color: #fff;
}
.adv-wrap {
	padding: 40px 0;
}
.adv-list {
	display: flex;
	gap: 0 50px;
	justify-content: center;
}
.adv-item {
	box-shadow: 0px 0px 20px var(--boxshadow1);
	border-radius: 20px;
	width: 300px;
}
.adv-item-img{
  border-radius: 20px;
}
.adv-ttl {
	color: var(--green3);
	font-weight: bold;
	font-size: 18px;
}
.adv-shop{
}

.feature-wrap {
	padding: 100px 0;
}
.feature__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	justify-content: center;
	margin-top: 60px;
}
.feature__item {
	width: 300px;
}
/* .feature__item-img{
	box-shadow: 0px 0px 20px var(--boxshadow1);
} */
.feature-btn-wrap.common-btn-wrap{
}
.common-btn-wrap {
	margin-top: 60px;
	text-align: center;
}
.common-btn-wrap .btn {
  min-width: 260px;
  height: 50px;
}
.content__item-text-wrap .icon {
  font-size: 18px;
  padding: 2px 15px;
}

.icon {
	background-color: #ECECC7;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 15px;
}
.icon1 {
  font-size: 14px;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 2px 7px;
  line-height: 1;
}
.icon2 {
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 13px;
  font-weight: 500;
}
.icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.icon--green {
	background-color: var(--green4);
	color: #fff;
	border: 1px solid var(--green4);
}
.icon--green2 {
	background-color: #fff;
	color: var(--green4);
	border: 1px solid var(--green4);
}
.icon2--red{
  color: #fff;
  background-color: #E08081;
}
.icon2--green{
  color: #fff;
  background-color: #009A9A;
}
.icon3 {
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #009A9A;
  border-radius: 3px;
  background-color: #fff;
  color: #009A9A;
  padding: 1px 5px;
}
.icon4 {
  border: 2px solid #009A9A;
  border-radius: 17px;
  color: #009A9A;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
  padding: 1px 10px;
}
.icon5 {
  background-color: #CDD6DD;
  color: #fff;
  width: 136px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  border-radius: 16px;
}
.icon5:hover,
.icon5.active {
  background-color: #72B6A9;
}
.icon6 {
  font-size: 13px;
  padding: 4px 15px;
  border-radius: 13px;
}

.content-wrap {
	background: transparent linear-gradient(149deg, #72B6A9 40%, #ECECC7 100%) 0% 0% no-repeat padding-box;
	padding: 100px 0;
}
.content-wrap .ttl1,
.content-wrap .ttl1 .ja {
	color: #fff;
}
.content__list {
	margin-top: 60px;
	display: flex;
  flex-wrap: wrap;
	gap: 0 50px;
}
.content__item {
	width: 300px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px var(--boxshadow1);
}
.content__item-img-wrap {
  width: 100%;
  height: 200px;
}
.content__item-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.content__item-text-wrap {
	padding: 20px;
}
.content__item-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content__item-time {
  width: 90px;
}
.content__item-text-wrap .icon-list {
	flex-wrap: wrap;
}
.content__item-text-wrap .icon1 {
  font-size: 14px;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 2px 7px;
  line-height: 1;
}
.content__item-text-wrap .icon {
  font-size: 12px;
  padding: 2px 10px;
}
.content__item-text-ttl {
	margin-top: 15px;
	color: var(--green3);
}
.content-btn-wrap.common-btn-wrap{
}

.voice-wrap {
	padding: 100px 0;
}
.voice__text {
	margin-top: 30px;
	line-height: 2.2;
	text-align: center;
}
.voice__list {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 0 50px;
}
.voice__item {
	width: 300px;
	padding: 30px 20px;
	box-shadow: 0px 0px 20px var(--boxshadow1);
	border-radius: 20px;
}
.voice__top {
  display: flex;
}
.voice__img-wrap {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fafafa;
}
.voice__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice__text-wrap {
  width: calc(100% - 65px);
  padding-left: 10px;
}
.voice__top-name {
	font-size: 22px;
	font-weight: bold;
}
.voice__top-name-mini{
	font-size: 16px;
	margin-left: 5px;
}
.voice__top-star{
	color: #EDBB42;
}
.voice__top-star-num {
	font-size: 20px;
	color: var(--black1);
	margin-left: 5px;
}
.voice__bottom {
	margin-top: 20px;
}

.sub-page__conetnt {
	padding: 45px 0 0 0;
}
.sub-page__conetnt3 {
	padding: 60px 0 0 0;
}
.sub-page__conetnt2 .inner1,
.sub-page__conetnt3 .inner1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sub-page-menu-wrap2 {
  width: 340px;
}
.sub-page-menu-wrap {
	box-shadow: 0px 0px 8px var(--boxshadow2);
	border-radius: 12px;
	width: 100%;
	padding: 35px 30px;
}
.sub-page-menu2-wrap {
  width: 300px;
}
.sub-page-menu__search-ttl {
  background-image: url(../img/icon_search_green.svg);
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: bold;
  padding-left: 33px;
  background-position: left center;
}
.sub-page-menu__section {
	margin-top: 15px;
}
.sub-page-menu__dl{
	margin-top: 20px;
}
.sub-page-menu__dt {
	border-radius: 5px;
	background-color: #F5F5F5;
	font-weight: bold;
	padding: 15px;
  position: relative;
}
._toggle-down4 {
  cursor: pointer;
}
.sub-page-menu__dt-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-page-menu__dl .btn--modal {
  border-radius: 20px;
  width: 70px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
.modal-select-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.btn--select {
  background-color: #57BFA7;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  display: flex;
  padding: 1px 10px;
  align-items: center;
}
.btn--select-delete {
  background-color: #fff;
  border-radius: 50%;
  color: #57BFA7;
  font-size: 10px;
  display: flex;
  width: 12px;
  line-height: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 0.5em;
}
.sub-page-menu__dl2 {

}
.sub-page-menu__dl2-block:nth-child(n + 2) {
  margin-top: 25px;
}
.sub-page-menu__dt2 {
  font-size: 14px;
  font-weight: bold;
}
.sub-page-menu__dd2 {
  margin-top: 5px;
}
.sub-page-menu__dd .input-select {
  width: 100%;
  height: 41px;
}
.sub-page-menu__dd2-flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.sub-page-menu__dd2-flex .unit{
  font-size: 12px;
}
.sub-page-menu__dd2-flex .input-text2{
  width: 100px;
}
.sub-page-menu__condition {
  color: #212121;
  opacity: 0.5;
}
.menu__dt-img {
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
.sub-page-menu__dd {
	padding: 15px 0 0 0;
  opacity: 0;
  height: 0;
}
._toggle-open .menu__dt-img {
  transform: rotate(180deg);
}
._toggle-open .sub-page-menu__dd {
  height: auto;
  opacity: 1;
  transition: 1s all;
}
.sub-page-menu__dd .input-text{
	border: 1px solid #434343;
	height: 37px;
  background-color: #fff;
}
.sub-page-menu__change{
	color: var(--green4);
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.sub-page-menu__list {
	font-size: 12px;
	padding: 0 20px;
}
.sub-page-menu__item{
}
.sub-page-menu__check-parent {
	position: relative;
}
.sub-page-menu__toggle {
	position: absolute;
	right: 0;
	top: 0.7em;
}
.sub-page-menu__check-parent-img {
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
.sub-page-menu__list2 {
  opacity: 0;
  height: 0;
  padding-left: 23px;
}
._toggle-check-open .sub-page-menu__check-parent-img {
  transform: rotate(180deg);
}
._toggle-check-open+.sub-page-menu__list2{
  height: auto;
  opacity: 1;
  transition: 1s all;
}
.sub-page-menu__item2{
}
.sub-page-menu__btn-wrap {
	margin-top: 50px;
	text-align: center;
}
.sub-page-menu__btn-wrap > .btn {
	background: transparent linear-gradient(102deg, #EAC3AF 0%, #E0936D 100%) 0% 0% no-repeat padding-box;
	border-radius: 25px;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.sub-page-menu__clear {
	margin-top: 7px;
}
.sub-page-menu__clear .btn {
	font-size: 14px;
	text-decoration: underline;
}
.sub-page-content-wrap {
	width: 760px;
}
.sub-page-content2-wrap {
	width: 820px;
}
.sub-page{
	padding-bottom: 80px;
}
.sub-page__ttl-wrap {
	background: rgb(114,182,169);
	background: linear-gradient(123deg, rgba(114,182,169,1) 0%, rgba(189,224,211,1) 50%, rgba(236,236,199,1) 100%);
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-page__ttl {
	font-size: 30px;
}
.sub-page__ttl-small{
	font-size: 24px;
}
.sub-page__ttl2-wrap {
	background: rgb(114,182,169);
	background: linear-gradient(123deg, rgba(114,182,169,1) 0%, rgba(189,224,211,1) 50%, rgba(236,236,199,1) 100%);
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-page__ttl2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
.sub-page__ttl2-small{
	font-size: 24px;
}
.breadcrumb {
	background-color: #DAECE8;
}
.breadcrumb .inner {
	padding: 8px 0 8px 60px;
}
.breadcrumb__list{
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb__item{
}
.breadcrumb__item:nth-child(n + 2)::before {
	content: "／";
}
.page-info-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.page-info__total {
    font-size: 20px;
}
.page-info__total .en {
    font-size: 46px;
    color: var(--orange1);
    padding: 0 5px;
    letter-spacing: -3.22px;
}
.page-info__sort {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.page-info__sort-ttl{
	font-weight: 500;
}
.page-info__sort .input-select {
    height: 42px;
}
.pager-total {
	font-size: 20px;
}
.pager-total .en {
	color: var(--orange1);
	letter-spacing: -3.22px;
	font-size: 46px;
	padding: 0 5px;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  width: 68%;
  align-items: center;
}
.pager-wrap2 {
	display: flex;
	justify-content: center;
	width: 100%;
}
.pager__text {
	font-size: 14px;
}
.pager__list {
	display: flex;
	gap: 0 1em;
	align-items: center;
}
.pager__prev {
	font-size: 14px;
}
.pager__prev::after {
	content: "　|";
	color: var(--green4);
}
.pager__num{
	font-size: 16px;
}
/* .pager-normal .pager__num.active{ */
.pager__num.active{
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: var(--green4);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager-mypage .pager__num.active{
  font-weight: bold;
}
.pager__next{
	font-size: 14px;
}
.pager__next::before {
	content: "|　";
	color: var(--green4);
}
.ttl2 {
	color: var(--green4);
	font-weight: bold;
}
.ttl3 {
	font-size: 31px;
	font-weight: bold;
	color: #fff;
}
.ttl4 {
  font-size: 29px;
  font-weight: bold;
}

.ttl6,
.ttl6--2 {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #009A9A;
  padding-left: 10px;
}
.ttl6--2 {
  border-left: 4px solid #57BFA7
}
.ttl7 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #009A9A;
  padding-bottom: 10px;
}
.ttl8 {
  font-size: 18px;
  font-weight: bold;
}
.ttl9 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #57BFA7;
  padding: 5px 25px;
  border-radius: 5px 5px 0 0;
}
.mypage .ttl9 {
  background-color: #009A9A;
}
.ttl10 {
  font-size: 26px;
  font-weight: bold;
}
.ttl10 .small {
  font-size: 16px;
}
.ttl11 {
  font-size: 36px;
  font-weight: bold;
}
.ttl12 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.ttl12::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #009A9A;
  left: calc(50% - 21px);
  bottom: 0;
}

.ttl14 {
  color: #57BFA7;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.ttl14::before {
  content: "";
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(91deg, #72B6A9 0%, #BDE0D3 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
}

.ttl15 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green3);
	font-size: 16px;
	font-weight: bold;
	gap: 0 1em;
}
.modal-wrap {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0, 0.4);
  z-index: 10000;
}
.modal {
  max-width: 90vw;
  max-height: 90vh;
  padding: 45px 60px;
  background-color: #fff;
  position: relative;
  width: 828px;
}
.modal80 {
  width: 80vw;
}
.modal-wrap-inner {
  max-width: 90vw;
  max-height: 90vh;
  padding: 60px 100px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}
.modal-wrap-inner .modal {
  box-shadow: 0px 0px 20px #00000019;
  border-radius: 5px;
}
.modal__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.modal-wrap-inner .modal__ttl {
  color: #009A9A;
}
.modal__text {
  margin-top: 25px;
  font-size: 15px;
  max-height: 50vh;
  overflow-y: auto;
}

.modal__btn-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}
.modal-wrap-inner .modal__btn-wrap {
  margin-top: 30px;
}
.modal__btn-wrap .btn {
  width: 313px;
  height: 54px;
  border-radius: 40px;
}
.modal__btn-wrap .btn--text {
  width: auto;
  height: auto;
}

.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0, 0.4);
	z-index: 9999;
}
.click-prevent {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal2-wrap {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	width: 100vw;
}
.modal2 {
	max-width: 1000px;
	/* max-height: 80vh; */
	background-color: #fff;
	z-index: 10000;
	overflow: hidden;
	position: relative;
	width: 80vw;
	/* height: 100%; */
	border-radius: 20px;
}
.modal2__content {
  padding: 30px 40px;
  position: relative;
  /* min-height: 30vh; */
}
.modal2__content .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  font-size: 25px;
  cursor: pointer;
}
.modal2__ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #DAECE8;
  padding-bottom: 10px;
}
.modal2__body {
  padding-top: 10px;
  max-height: 60vh;
  overflow-y: scroll;
  font-size: 16px;
}
.modal2__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.modal2__item{
  font-weight: bold;
}
.modal2__list2 {
  padding-left: 2em;
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  margin-top: 5px;
  font-size: 14px;
}
.modal2__item2 {
  width: 33%;
  font-weight: normal;
  padding-right: 0.5em;
}
.modal2__list3 {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  margin-top: 5px;
  font-size: 14px;
}
.modal2__item3 {
  width: 33%;
  font-weight: normal;
  padding-right: 0.5em;
}
.modal2__btn-wrap {
  background-color: #DAECE8;
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 15px 0;
}
.modal2__btn-wrap .btn{
  width: 348px;
  height: 58px;
}


.th1 {
  width: 130px;
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  border-top: 1px solid #F0F0F0;
  vertical-align: top;
}
.td1 {
  border-top: 1px solid #F0F0F0;
  padding: 20px 0 20px 20px;
}
.th2 {
  width: 200px;
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  border-top: 1px solid #F0F0F0;
  vertical-align: top;
}
.td2 {
  border-top: 1px solid #F0F0F0;
  padding: 20px 0 20px 20px;
}
.table3 {
  width: 100%;
}
.table3 {
  width: 100%;
}
.th3 {
  background-color: #57BFA7;
  color: #fff;
  font-weight: 600;
  width: 145px;
  padding: 5px 0px;
  line-height: 1.3;
  border: 1px solid var(--border1);
}
.td3 {
  text-align: center;
  padding: 5px 0px;
  font-weight: 500;
  border: 1px solid var(--border1);
}


.complete-wrap{
  box-shadow: 0px 0px 20px #00000019;
  border-radius: 5px;
  padding: 60px 20px;
  background-color: #fff;
}
.complete-text,
.complete-text2{
  text-align: center;
  line-height: 1.8;
}
.complete-text2{
  font-size: 14px;
}
.complete-btn-wrap{
  margin-top: 35px;
  text-align: center;
}
.complete-btn-wrap .btn{
  width: 315px;
  height: 54px;
  border-radius: 27px;
}

.flex-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-between--top {
  align-items: flex-start;
}
.flex-between--stretch {
  align-items: stretch;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
  gap: 0 25px;
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
}
.flex-start {
  align-items: flex-start;
}
.flex-gap10 {
  gap: 15px 10px;
}
.flex-gap20 {
  gap: 15px 20px;
}
.flex-gap40 {
  gap: 15px 40px;
}
.flex-gap10.flex-row4 .flex-item {
  width: calc(33% - 10px);
}
.dt1{
  font-weight: bold;
}
.dd1{
  margin-top: 5px;
}
.frame1 {
  box-shadow: 0px 3px 11px #00000029;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
}

.common-entry-wrap {
	padding: 47px 0;
	text-align: center;
	background: transparent linear-gradient(121deg, #72B6A9 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
}
.common-entry-ttl{
	font-size: 25px;
	font-weight: 500;
}
.common-entry-ttl-text {
	position: relative;
	color: #fff;
}
.common-entry-ttl-text::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 35px;
	background-color: #fff;
	transform: rotate(-30deg);
	left: -20px;
	top: 0.1em;
}
.common-entry-ttl-text::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 35px;
	background-color: #fff;
	transform: rotate(30deg);
	right: -20px;
	top: 0.1em;
}
.common-entry-btn-wrap{
	margin-top: 20px;
}
.common-entry-btn-wrap .btn{
	width: 445px;
	height: 74px;
	background-color: #F0B497;
	border-radius: 37px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.upload-file-wrap{
}
.upload-file-delete{
}
.file-upload-button {
	width: 135px;
  height: 28px;
  display: inline-block;
  background-color: #009A9A;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.file-upload-preview {
	margin-top: 10px;
}
.file-upload-preview-img {
	max-width: 300px;
}
.upload-file-wrap .btn--upload-delete {
  width: 50px;
  height: 28px;
  display: inline-block;
  background-color: #aaa;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.upload-file-drop-area {
  margin-top: 1em;
  border: dashed 2px var(--border2);
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-wrap {
  margin-top: 2em;
  padding: 20px;
  border: 3px solid red;
  text-align: center;
  background-color: #fff;
  color: red;
  font-weight: bold;
  border-radius: 5px;
}
.message-wrap .message {
  
}

.xdsoft_datetimepicker .sunday {
  color: #006AB6 !important;
}
.xdsoft_datetimepicker .saturday {
  color: #FF3950 !important;
}


.adv-search-wrap {
	background: transparent linear-gradient(225deg, #ECECC7 60%, #7FBCAF 100%) 0% 0% no-repeat padding-box;
	padding: 100px;
}
.adv-search-wrap--2 {
  background: inherit;
}
.adv-search-wrap .frame1 {
	box-shadow: 0px 0px 20px var(--boxshadow1);
	border-radius: 20px;
	background-color: #fff;
	padding: 60px 80px;
}
.adv-search__table {
	width: 100%;
	margin-top: 50px;
}
.adv-search__th {
	background-color: var(--green2);
	color: #fff;
	width: 205px;
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
}
.adv-search__td{
	padding: 20px 30px;
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
}
.adv-search__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
}
.adv-search__item {
	width: 32%;
}
.icon-open-close {
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: var(--green4);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.icon-open-close::before {
  content: "";
  width: 14px;
	height: 2px;
	background-color: #fff;
  position: absolute;
}
.icon-open-close::after {
  content: "";
  width: 14px;
	height: 2px;
	background-color: #fff;
  transform: rotate(-90deg);
  position: absolute;
}
._toggle-open .icon-open-close::after {
  display: none;
}
@media screen and (max-width:560px) {
  body{
    -webkit-text-size-adjust: 100%;
    text-decoration-skip-ink: none;
    min-width: initial;
    min-width: auto;
    font-size: 3.57vw;
    padding-top: 12.5vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .sp-left {
    text-align: left;
  }
  .link {
    padding-right: 3.57vw;
    background-size: 1.61vw;
  }
  .link6 {
    background-size: 1.43vw;
    font-size: 3.57vw;
    padding-left: 3.57vw;
  }
  .input-text, .input-text2 {
    height: 10.71vw;
    padding: 0 3.57vw;
  }
  .input-textarea, .input-textarea2 {
    height: 10em;
    padding: 1.79vw 3.57vw;
  }
  .input-radio + label {
    padding-left: 6.25vw;
    font-size: 3.21vw;
  }
  .input-radio + label::before {
    width: 4.29vw;
    height: 4.29vw;
    top: 0.2em;
  }
  .input-radio + label::after {
    height: 1.25vw;
    width: 2.5vw;
    top: 0.6em;
    left: 0.89vw;
  }
  .input-checkbox + label {
    padding-left: 6.25vw;
    font-size: 3.21vw;
  }
  .input-checkbox + label::before {
    width: 4.29vw;
    height: 4.29vw;
    border-radius: 0.89vw;
  }
  .input-checkbox + label::after {
    height: 1.25vw;
    width: 2.5vw;
    top: 0.5em;
    left: 0.89vw;
  }
  .input-select, .input-select2 {
    height: 10.71vw;
    padding: 0 7vw 0 2vw;
    background-position: calc(100% - 2vw) center;
  }
  .inner,
  .inner1,
  .inner2,
  .inner3,
  .inner4,
  .inner5 {
    width: 100%;
  }
  .header {
    height: 12.5vw;
    box-shadow: none;
  }
  .header .inner {
      padding: 0 0 0 5.18vw;
  }
  .header__logo {
    padding-top: 1.5vw;
    /* width: 7.86vw; */
    width: 10vw;
  }
  .header__nav-top {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__nav-bottom-list {
    display: none;
  }
  .header__btn-wrap .header__btn-link:first-child {
    display: none;
  }
  .header__btn-link:nth-child(2) .header__btn {
      width: 25vw;
      border-radius: 0 0 0 1.79vw;
      font-size: 2.86vw;
      font-weight: bold;
      padding: 0 0 0 8.75vw;
      background-position: 2.68vw;
      letter-spacing: 0.1.61vw;
      background-size: 4.64vw;
      text-align: left;
  }
  .header__btn-link:nth-child(3) .header__btn {
    width: 25vw;
    font-size: 2.86vw;
    font-weight: bold;
    text-align: left;
    background-size: 4.11vw, auto;
    padding: 0 0 0 8.21vw;
    background-position: 3.21vw, center;
    border-radius: 0;
  }
  .sp-menu-btn {
    position: relative;
    background-color: #F8F7F4;
    width: 12.5vw;
    height: 100%;
    padding: 4.46vw 3.57vw;
    border-radius: 0 0 1.79vw 0;
  }
  .sp-menu-line {
    width: 5.36vw;
    height: 0.36vw;
    background-color: #212121;
    display: block;
    position: absolute;
  }
  .sp-menu-line:nth-child(1) {
    top: 4.46vw;
  }
  .sp-menu-line:nth-child(2) {
    top: 6.25vw;
  }
  .sp-menu-line:nth-child(3) {
    top: 8.04vw;
  }
  ._sp-menu-opened .sp-menu-line {
    top: 50%;
    left: 50%;
    width: 5.36vw;
    height: 0.36vw;
    background-color: #212121;
    display: block;
  }
  ._sp-menu-opened .sp-menu-line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  ._sp-menu-opened .sp-menu-line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  ._sp-menu-opened .sp-menu-line:nth-child(3) {
    display: none;
  }
  .sp-menu__wrap {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    display: none;
  }
  ._sp-menu-opened .sp-menu__wrap {
    display: block;
  }
  .sp-menu__header {
    height: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5.18vw;
  }
  .sp-menu__logo-img{
    width: 10vw;
  }
  .sp-menu__close-btn-wrap {
    width: 12.5vw;
    height: 100%;
    background-color: #F8F7F4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .sp-menu__close-btn {
    width: 100%;
    height: 100%;
  }
  .sp-menu__close-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.36vw;
    height: 0.36vw;
    background-color: #212121;
    display: block;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .sp-menu__close-line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .sp-menu__body{
    overflow-y: scroll;
    height: calc(100dvh - 15vw);
    height: calc(100vh - 15vw);
  }
  .sp-menu__body-ttl {
    background-color: #DAECE8;
    font-size: 3.57vw;
    font-weight: bold;
    padding: 2.68vw 5.36vw;
  }
  .sp-menu__nav {
    padding: 0 5.36vw 5.36vw 5.36vw;
    margin-top: 0.89vw;
  }
  .sp-menu__nav-list{
  }
  .sp-menu__nav-item {
    padding: 2.68vw 0;
    border-bottom: 0.18vw solid var(--border1);
    font-weight: 500;
  }
  .sp-menu__nav-link{
    display: block;
  }
  .sp-menu__btn-wrap {
    padding: 0 5.36vw;
    display: flex;
    flex-direction: column;
    gap: 3.57vw 0;
  }
  .sp-menu__btn-link{
  }
  .sp-menu__btn {
    height: 10.36vw;
    width: 100%;
    background-color: #F8F7F4;
    border-radius: 7.14vw;
    font-size: 3.21vw;
    font-weight: 500;
    background-image: url(../img/icon_search.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 10.71vw) center;
    background-size: 3.57vw;
  }
  .sp-menu__btn-link:nth-child(2) .sp-menu__btn {
    background-color: #E3DEDC;
    background-image: url(../img/icon_login.svg);
  }
  .sp-menu__btn-link:nth-child(3) .sp-menu__btn {
    background-color: #F8F7F4;
    color: #fff;
    background-image: url(../img/icon_human.svg), linear-gradient(137deg, rgba(234, 195, 175, 1) 0%, rgba(224, 147, 109, 1) 100%);
    background-position: calc(50% - 10.71vw) center, center;
    background-size: 3.57vw, 100%;
  }
  .sp-menu__client-wrap {
    padding: 5.36vw;
  }
  .sp-menu__client-list{
    display: flex;
    flex-direction: column;
    gap: 1.79vw 0;
  }
  .sp-menu__client-item{
  }
  .header__nav-top-link {
    background-image: url(../img/icon_posting.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 3.57vw;
    padding-left: 4.64vw;
    display: block;
  }
  .sp-menu__client-item:nth-child(2) .header__nav-top-link{
    background-image: url(../img/icon_client.svg);
  }
  .footer {
    padding: 8.93vw 10.71vw;
  }
  .footer__top {
    display: block;
  }
  .footer__left {
    padding: 0;
    text-align: left;
  }
  .footer__logo-wrap {
    text-align: center;
  }
  .footer__logo-img {
    width: 16.43vw;
  }
  .footer__left-list {
    margin-top: 10vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.79vw 0;
    font-weight: 500;
  }
  .footer__left-list:nth-child(n + 2) {
    margin-top: 5.36vw;
  }
  .footer__contat-wrap {
    margin-top: 10.71vw;
    border-top: 0.18vw solid #606060;
    padding-top: 7.14vw;
    text-align: center;
  }
  .footer__contat-tel-link {
    border-radius: 12.5vw;
    height: 15.36vw;
    margin-top: 1.79vw;
    width: 100%;
    display: block;
  }
  .footer__contat-tel-num {
    font-size: 6.43vw;
    background-position: 11.61vw center;
    padding-left: 1.79vw;
    background-size: 5.18vw;
  }
  .footer__contat-tel-time {
    font-size: 3.21vw;
    margin-top: -1.25vw;
  }
  .footer__contat-form {
    margin-top: 5.36vw;
  }
  .footer__contat-form .btn {
    font-size: 4.29vw;
    width: 100%;
    height: 15.36vw;
    background-position: 8.93vw center, center;
    border-radius: 12.5vw;
    padding-left: 5.36vw;
    background-size: 5.36vw , auto;
    letter-spacing: 0.43vw;
  }
  .footer__bottom {
    margin-top: 8.93vw;
  }
  .footer__bottom-list {
    gap: 0 3.57vw;
  }
  .footer__bottom-item-img {
    width: 10.71vw;
  }
  .footer__copyright {
    margin-top: 5.36vw;
    font-size: 3.04vw;
    text-align: center;
    color: #606060;
    font-weight: 500;
  }
  .adv-wrap {
    padding: 10.71vw 0;
  }
  .adv-list {
    padding: 0 5.36vw;
    gap: 7.14vw 0;
    flex-direction: column;
  }
  .adv-item {
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
    border-radius: 3.57vw;
    width: 100%;
  }
  .adv-item-img {
    border-radius: 3.57vw;
  }
  .adv-ttl {
    font-size: 5.36vw;
  }
  .adv-shop {
    font-size: 3.57vw;
    font-weight: bold;
    margin-top: 1.79vw;
  }
  
  .ttl-wrap {
    padding: 1.43vw 0;
    font-size: 2.14vw;
  }
  .ttl1 .en {
    line-height: 1;
    font-size: 8.93vw;
    font-weight: 89.29vw;
    letter-spacing: 0.89vw;
  }
  .ttl1 .ja {
    font-size: 3.57vw;
    margin-top: 3.57vw;
  }
  .common-btn-wrap {
    margin-top: 10.71vw;
  }
  .common-btn-wrap .btn {
    min-width: 78.57vw;
    height: 15.36vw;
    border-radius: 12.5vw;
    letter-spacing: 2.0.89vw;
    padding: 0 4.11vw;
    font-weight: 500;
    font-size: 4.46vw;
  }
  .feature-wrap {
    padding: 14.29vw 5.36vw;
  }
  .feature__list {
    gap: 3.57vw;
    margin-top: 7.14vw;
  }
  .feature__item {
    width: 42vw;
  }
  .voice-wrap {
    padding: 14.29vw 5.36vw;
  }
  .voice__top {
    min-height: 11.61vw;
  }
  .voice__text {
    margin-top: 7.14vw;
  }
  .voice__list {
    margin-top: 7.14vw;
    gap: 7.14vw 0;
    flex-direction: column;
  }
  .voice__item {
    width: 100%;
    padding: 6.07vw 5.36vw 5.36vw;
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
    border-radius: 3.57vw;
  }
  .voice__img-wrap {
    width: 11.61vw;
    height: 11.61vw;
  }
  .voice__top-name {
    font-size: 4.64vw;
  }
  .voice__top-name-mini {
    font-size: 3.57vw;
    margin-left: 0.89vw;
  }
  .voice__top-star-num {
    font-size: 4.29vw;
    margin-left: 0.89vw;
    font-weight: 500;
  }
  .voice__bottom {
    margin-top: 3.57vw;
  }
  .content-wrap {
    padding: 14.29vw 5.36vw;
  }
  .content__list {
    margin-top: 7.14vw;
    gap: 7.14vw 0;
    flex-direction: column;
  }
  .content__item {
    width: 100%;
    border-radius: 3.57vw;
  }
  .content__item-img-wrap {
    width: 100%;
    height: 44.64vw;
  }
  .content__item-img {
    border-radius: 3.57vw 3.57vw 0 0;
  }
  .content__item-text-wrap {
    padding: 5.36vw;
  }
  .content__item-time {
    font-size: 3.57vw;
    font-weight: 500;
    width: 19.64vw;
  }
  .content__item-text-wrap .icon {
    font-size: 3.21vw;
    padding: 0.36vw 2.68vw;
  }
  .icon-list {
    gap: 0.89vw 1.79vw;
  }
  .icon {
    border-radius: 0.89vw;
    font-size: 3.21vw;
    padding: 0.36vw 2.68vw;
  }
  .icon1 {
    font-size: 3.21vw;
    border-radius: 2.5vw;
    padding: 0.36vw 1.25vw;
  }
  .content__item-text-ttl {
    margin-top: 2.68vw;
    font-size: 5vw;
    font-weight: bold;
  }
  
  .sub-page {
    padding-bottom: 14.29vw;
  }
  .sub-page__ttl-wrap {
    height: 28.57vw;
  }
  .sub-page__ttl {
    font-size: 5.36vw;
    text-align: center;
    line-height: 1;
  }
  .sub-page__ttl-small {
    font-size: 3.57vw;
  }
  .sub-page__ttl2-wrap {
    height: 28.57vw;
  }
  .sub-page__ttl2 {
    font-size: 5.36vw;
  }
  .sub-page__ttl2-small {
    font-size: 3.57vw;
  }
  .sub-page__conetnt {
    padding: 6.25vw 5.36vw 0 5.36vw;
  }
  .sub-page__conetnt2 .inner1, .sub-page__conetnt3 .inner1 {
    flex-direction: column;
  }
  .breadcrumb .inner {
    padding: 1.43vw 5.36vw;
  }
  .breadcrumb__list {
    font-size: 3.04vw;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    flex-wrap: inherit;
  }
  .pager-total {
    font-size: 3.57vw;
  }
  .pager-total .en {
    letter-spacing: -3.3.93vw;
    font-size: 8.21vw;
    padding: 0 0.89vw;
  }
  .ttl2 {
    font-size: 3.39vw;
  }
  .ttl3 {
    font-size: 5.54vw;
  }
  .ttl4 {
    font-size: 5.36vw;
    letter-spacing: 1.0.89vw;
  }
  .ttl6,
  .ttl6--2 {
    font-size: 4.29vw;
    border-left: 1.07vw solid #009A9A;
    padding-left: 1.79vw;
  }
  .ttl6--2 {
    border-left: 1.07vw solid #57BFA7;
  }
  .ttl7 {
    font-size: 4.29vw;
    padding-bottom: 1.79vw;
  }
  .ttl8 {
    font-size: 3.93vw;
  }
  .ttl9 {
    font-size: 3.57vw;
    padding: 1.79vw 4.46vw;
    border-radius: 0.89vw 0.89vw 0 0;
  }
  .ttl10 {
    font-size: 5.36vw;
  }
  .ttl11 {
    font-size: 7.14vw;
  }
  .ttl12 {
    font-size: 5.71vw;
    padding-bottom: 1.79vw;
  }
  .ttl14 {
    font-size: 4.29vw;
    padding-bottom: 1.79vw;
  }
  .ttl15 {
    font-size: 4.29vw;
  }
  .sub-page-menu-wrap2 {
    display: none;
  }
  .sub-page-content-wrap {
    width: 100%;
  }
  .sub-page-content2-wrap {
    width: 100%;
  }
  
  .modal {
    padding: 8.04vw 5.36vw;
    overflow: hidden;
    border-radius: 0.89vw;
  }
  .modal80 {
    width: 90vw;
  }
  .modal__btn-wrap {
    margin-top: 7.14vw;
    gap: 3.57vw 0;
  }
  .modal__btn-wrap .btn {
    width: 78.57vw;
    height: 15.36vw;
    border-radius: 7.68vw;
    font-size: 4.46vw;
  }
  .modal-wrap-inner {
    padding: 0;
    border-radius: 0.89vw;
  }
  .modal__ttl {
    font-size: 5vw;
  }
  .modal__text {
    margin-top: 5.36vw;
    font-size: 3.57vw;
    text-align: left;
    max-height: 40dvh;
    max-height: 40vh;
  }
  .modal__text .text-indent--3 {
    padding-left: 0;
    text-indent: 0;
  }
  .modal-wrap-inner .modal__btn-wrap {
    margin-top: 7.14vw;
  }
  .th1 {
    width: 100%;
    text-align: left;
    font-size: 3.93vw;
    padding: 3.57vw 0 15;
    vertical-align: top;
    float: left;
  }
  .td1 {
    border-top: 0;
    padding: 0 0 3.57vw 0;
    width: 100%;
    float: left;
  }
  .th2 {
    width: 100%;
    text-align: left;
    font-size: 3.75vw;
    padding: 3.57vw 0 0;
    border-top: 0.18vw solid #F0F0F0;
    float: left;
    font-weight: bold;
  }
  .td2 {
    border-top: 0;
    padding: 3.57vw 0 3.57vw 0;
    width: 100%;
    float: left;
    border-bottom: 0.18vw solid #F0F0F0;
    font-weight: 500;
  }
  .th3 {
    width: 25.89vw;
    padding: 0.89vw 0vw;
  }
  .td3 {
    padding: 0.89vw 0vw;
  }
  .icon2 {
    border-radius: 0.54vw;
    padding: 0.18vw 0.89vw;
    font-size: 3.21vw;
  }
  .icon3 {
    font-size: 2.86vw;
    border-radius: 0.54vw;
    padding: 0.18vw 0.89vw;
  }
  .icon4 {
    border-radius: 3.04vw;
    font-size: 3.21vw;
    padding: 0.54vw 1.79vw;
  }
  .icon5 {
    width: 38.39vw;
    height: 8.21vw;
    line-height: 8.21vw;
    font-size: 3.57vw;
    border-radius: 4.11vw;
  }
  .complete-text2 {
    font-size: 2.86vw;
  }
  .complete-btn-wrap {
    margin-top: 6.25vw;
  }
  .complete-btn-wrap .btn {
    width: 78.57vw;
    height: 15.36vw;
    border-radius: 7.68vw;
    font-size: 4.46vw;
  }
  .text2 {
    font-size: 3.21vw;
  }
  .dd1 {
    margin-top: 1.79vw;
  }
  .flex-column {
    gap: 5.36vw 0;
  }
  
  .common-entry-wrap {
    padding: 8.39vw 0;
    width: calc(100% + 10.71vw);
    margin-left: -5.36vw;
  }
  .common-entry-ttl {
    font-size: 4.46vw;
  }
  .common-entry-ttl-text::before {
    width: 0.36vw;
    height: 6.25vw;
    left: -3.57vw;
  }
  .common-entry-ttl-text::after {
    width: 0.36vw;
    height: 6.25vw;
    right: -3.57vw;
  }
  .common-entry-btn-wrap {
    margin-top: 3.57vw;
  }
  .common-entry-btn-wrap .btn {
    width: 78.57vw;
    height: 15.36vw;
    border-radius: 12.5vw;
    font-size: 4.46vw;
    letter-spacing: 2.0.89vw;
  }
  .btn--gray {
    border-radius: 4.46vw;
    padding: 0 4.46vw;
  }
  .btn--select {
    border-radius: 3.57vw;
    font-size: 2.86vw;
    padding: 0.18vw 1.79vw 0.18vw 1.79vw;
  }
  .btn--select-delete {
    font-size: 1.79vw;
    width: 2.14vw;
    line-height: 2.14vw;
    height: 2.14vw;
    margin-left: 0.36vw;
  }
  .btn--size-auto {
    padding: 1.79vw 7.14vw;
  }
  .btn--size-auto2 {
    padding: 0.89vw 3.57vw;
  }
  .btn--radius {
    border-radius: 7.68vw;
  }
  .flex-gap10 {
    gap: 2.68vw 1.79vw;
  }
  .flex-gap20 {
    gap: 2.68vw 3.57vw;
  }
  .flex-gap40 {
    gap: 2.68vw 4.46vw;
  }
  
  .modal2-wrap {
    top: 7.14vw;
  }
  .modal2 {
    width: 90vw;
    border-radius: 3.57vw;
  }
  .modal2__content {
    padding: 5.36vw 5.36vw;
  }
  .modal2__content .close-btn {
    right: 3.57vw;
    top: 3.57vw;
    font-size: 4.46vw;
  }
  .modal2__ttl {
    font-size: 3.93vw;
    padding-bottom: 1.79vw;
  }
  .modal2__body {
    padding-top: 1.79vw;
    max-height: 60vh;
    max-height: 60dvh;
    overflow-y: scroll;
    font-size: 3.21vw;
  }
  .modal2__list {
    gap: 3.57vw 0;
  }
  .modal2__list2 {
    display: none;
    padding-left: 1em;
    gap: 1.79vw 0;
    /* flex-direction: column; */
    margin-top: 1.79vw;
    border-top: 0.18vw solid var(--border1);
    padding-top: 1.79vw;
  }
  ._modal2-open .modal2__list2 {
    display: flex;
  }
  .modal2__item {
    position: relative;
  }
  .modal2__item2 {
    /* width: 100%; */
    width: 50%;
    padding: 0;
  }
  .modal2__list3 {
    display: flex;
    gap: 1.79vw 0;
    margin-top: 0.89vw;
    font-size: 2.5vw;
  }
  .modal2__item3 {
    width: 50%;
  }
  .modal2__toggle {
    background-image: url(../img/arrow_bottom_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.57vw;
    width: 3.57vw;
    height: 3.57vw;
    position: absolute;
    right: 3.57vw;
    top: -0.3vw;
    padding: 4vw;
}
  ._modal2-open .modal2__toggle {
    background-image: url(../img/arrow_top_black.svg);
  }
  .modal2__btn-wrap {
    border-radius: 0 0 3.57vw 3.57vw;
    padding: 3.57vw 0;
  }
  .modal2__btn-wrap .btn {
    width: 50vw;
    height: 8.93vw;
    font-size: 3.57vw;
  }
  
  .file-upload-button {
    width: 35.71vw;
    height: 8.04vw;
    border-radius: 0.89vw;
    font-size: 3.21vw;
  }
  .file-upload-preview-img {
    max-width: 53.57vw;
  }
  .flex-gap10.flex-row4 .flex-item {
    width: calc(50% - 1.79vw);
  }
  .flex-gap10.input-child-wrap label {
    /* width: calc(50% - 1.79vw);*/
    width: 100%;
  }

  
  .adv-search-wrap {
    padding: 14.29vw 5.36vw;
  }
  .adv-search-wrap--2 {
    padding: 14.29vw 0;
  }
  .adv-search-wrap .frame1 {
    box-shadow: 0vw 0vw 3.57vw var(--boxshadow1);
    border-radius: 3.57vw;
    padding: 10.71vw 5.36vw;
  }
  .adv-search__table {
    width: 100%;
    margin-top: 6.25vw;
  }
  .adv-search__th {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    float: left;
    padding: 1.79vw 5.36vw;
    text-align: left;
    font-size: 4.29vw;
  }
  .adv-search__td {
    padding: 3.57vw 5.36vw;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    float: left;
    font-size: 3.21vw;
  }
  .adv-search__list {
    gap: 2.68vw 1.79vw;
  }
  .adv-search__item {
    /* width: 46%; */
    width: 100%;
  }
  .page-info-wrap {
    margin-top: 1.79vw;
  }
  .page-info__total {
    font-size: 3.57vw;
  }
  .page-info__total .en {
    font-size: 8.21vw;
    padding: 0 0.89vw;
    letter-spacing: -0.58vw;
  }
  .page-info__sort {
    gap: 0 2.14vw;
  }
  .page-info__sort .input-select {
    height: 7.5vw;
  }
  .icon-open-close {
    width: 7vw;
    height: 7vw;
    font-size: 5vw;
  }
  .icon-open-close::before {
    content: "";
    width: 3.2vw;
  }
  .icon-open-close::after {
    content: "";
    width: 3.2vw;
  }
}