body {
	color: #333;
	font-family: "Zen Old Mincho", serif;
}

.md-none {
	display: block;
}

.md-show {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	font: inherit;
}

button,
select,
textarea {
	border: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact-form {
	background-color: rgba(217, 217, 217, 0.46);
	padding-bottom: 10rem;
}

.contact-form__inner {
	margin-top: 10rem;
}

.contact-form__title {
	color: #333;
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
}

.contact-form__lead {
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 10%;
	margin-top: 7.375rem;
}

.form__container {
	background-color: #FFF;
	margin-top: 0.8125rem;
	padding: 5rem 3.75rem 5rem 3.25rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.form__title {
	background: transparent;
	color: #333;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 4.6875rem;
	padding-top: 0.625rem;
	text-align: left;
}

th {
	vertical-align: text-bottom;
}

#name.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#furigana.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#tel.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#email.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
	width: 39.375rem;
}

.form__input::-moz-placeholder {
	color: #787878;
}

.form__input::placeholder {
	color: #787878;
}

.solid:focus {
	outline: 0.125rem solid #004CBD;
}

.form__border {
	border-left: solid 0.0625rem #004CBD;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 3.125rem;
}

.form__border.form__border-flex {
	display: flex;
}

.form__border.form__border-flex p {
	color: #787878;
	font-size: 2rem;
	font-weight: 700;
	margin-left: 3rem;
	margin-top: 0.625rem;
}

table td {
	width: 75%;
}

.menulist td,
.menulist th {
	background-color: #FFF;
	border-bottom: solid 0.0625rem #D9D9D9;
	border-spacing: 0;
	font-size: 1rem;
	padding: 1.875rem;
}

.form__item:first-child th,
.form__item:first-child td {
	border-top: solid 0.0625rem #D9D9D9;
}

/* .form__checkbox-label {
	color: #333;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	margin-right: 1.5625rem;
	padding-left: 3.125rem;
	position: relative;
} */

.form__border .form__checkbox-label {
	display: inline-block;
}

.form__checkbox-label .wpcf7-list-item.first label .wpcf7-list-item-label {
	margin-left: 0;
}

.form__checkbox-label .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form__checkbox {
	display: block;
	width: 64%;
}

.wpcf7-list-item {
	display: inline-block;
	margin-left: 0;
}

.form__checkbox-label .wpcf7-list-item-label {
	color: #333;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	margin-right: 3.4375rem;
	padding-left: 3.125rem;
	position: relative;
}


.form__checkbox-label .wpcf7-list-item-label::before {
	border: 0.125rem solid #333;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 1.875rem;
}

.form__checkbox-label .wpcf7-list-item-label::after {
	border-bottom: 0.125rem solid #333;
	border-left: 0.125rem solid #333;
	content: "";
	height: 0.5rem;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 1.25rem;
	transform: rotate(-45deg);
	width: 0.875rem;
}

input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

label:last-child .form__checkbox-label {
	margin-top: 0.625rem;
}

.menulist td.form__address-wrap {
	padding-right: 0;
}

.p-postal-code,
.p-region,
.p-locality,
.p-street-address,
.p-extended-address {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: solid 0.0625rem #D9D9D9;
	color: #333;
	cursor: pointer;
	font-size: 1.75rem;
	font-weight: 700;
	margin-left: 0.875rem;
	padding: 0.5rem;
	width: 18.1875rem;
}

.p-region,
.p-locality,
.p-street-address,
.p-extended-address {
	margin-top: 1.25rem;
}

.p-country-name-wrap {
	display: flex;
}

.postal-search-wrap {
	margin-left: 0.625rem;
}

.postal-search {
	background-color: #D9D9D9;
	border: solid 0.0625rem #333;
	border-radius: 0.9375rem;
	color: #333;
	font-size: 1.625rem;
	font-weight: 700;
	margin-left: 0.625rem;
	padding: 0.3125rem 0.8125rem;
	text-align: center;
}

.form__radio-wrap {
	display: flex;
	flex-wrap: wrap;
}

.form__privacy-wrap .form__radio-wrap {
	margin-top: 2.25rem;
	margin-left: -2rem;
}

.form__radio-label {
	display: inline-block;
	position: relative;
}

.form__radio-label .wpcf7-list-item.first label {
	margin-right: 3.4375rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio] {
	/* color: #333;
	font-size: 2rem;
	font-weight: 700;
	margin-right: 1.5625rem;
	padding-left: 3.125rem; */
	display: inline-block;
	position: relative;
	top: -0.6875rem;
	left: 0;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio]::before {
	border: 0.125rem solid #333;
	border-radius: 50%;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 1.875rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio]::after {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 0.875rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio]:checked::after  {
	opacity: 1;
}

.form__radio-wrap input[type=radio]:checked::after  {
	opacity: 1;
}

.form__radio:not(:last-child) {
	margin-right: 4.0625rem;
}

.form__radio-wrap input[type=radio] {
	top: -0.6875rem;
	left: 0;
	display: inline-block;
  position: relative;
}
.form__radio-wrap input[type=radio]::before {
	border: 0.125rem solid #333;
	border-radius: 50%;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 1.875rem;
}
.form__radio-wrap input[type=radio]::after {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: 0.5rem;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 0.875rem;
	opacity: 0;
}

#year.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
	border: solid 0.0625rem #D9D9D9;
	margin-right: 1rem;
	width: 7.375rem;
}

#month.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#day.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
	width: 5.75rem;
}

.form__input,
.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: solid 0.0625rem #D9D9D9;
	color: #333;
	cursor: pointer;
	font-size: 1.75rem;
	font-weight: 700;
	padding: 0.5rem;
	width: 18.1875rem;
}

.form__selectbox {
	margin-bottom: 0.625rem;
	position: relative;
}

select#select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form__select {
	margin: 0.625rem;
	margin-bottom: 1.25rem;
}

.form__selectbox::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #333;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 0.625rem;
	pointer-events: none;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 1.25rem;
}

.form__privacy-wrap {
	align-items: center;
	color: #333;
	display: grid;
	font-size: 2rem;
	font-weight: 700;
	justify-items: center;
	margin-top: 3.125rem;
	place-items: center;
}

.form__privacy a {
	display: inline-block;
	position: relative;
}

.form__privacy a:hover {
	opacity: 0.7;
}

.form__privacy a::after {
	background-color: #333;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.form__submit-button {
	margin-top: 5rem;
	text-align: center;
}

.form__submit-input {
	-webkit-text-decoration: none;
	background-color: #EEA249;
	border: 0.125rem solid #EEA249;
	border-radius: 3.125rem;
	color: #333;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	max-width: 31.8125rem;
	padding: 1.625rem 1.25rem;
	text-decoration: none;
	transition: color 0.2s, background-color 0.2s;
	width: 100%;
}

.form__submit-input:focus {
	outline: none;
}

.form__submit-input:hover {
	background-color: #FFF;
	color: #EEA249;
}

.wpcf7-spinner {
	display: none;
}

.text1,
.text2 {
	margin-right: 1.875rem;
}

input {
	padding-left: 1.875rem;
}

.ml22 {
	margin-left: 1.375rem;
}

main {
  margin-top: 0;
}

.mv {
	width: 100%;
}

.mv__inner {
	height: inherit;
	width: 100%;
}

.mv__wrap {
	position: relative;
}

.mv__title-wrap {
	background-color: rgba(255, 255, 255, 0.65);
	left: 0;
	padding: 1.875rem 8.75rem;
	position: absolute;
	text-align: center;
	top: 73%;
	white-space: nowrap;
}

.mv__title-en {
	color: #333;
	font-family: "Chonburi", serif;
	font-size: 3.5rem;
	font-weight: 400;
}

.mv__title-jp {
	color: #333;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 700;
}


.oneday {
	padding-bottom: 12.125rem;
	padding-top: 5rem;
}

.oneday__accordion {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.accordion {
	width: 100%;
}

.accordion__item {
	margin-top: 5rem;
}

.accordion__item:not(:first-child) {
	margin-top: 2.5rem;
}

.accordion__title {
	cursor: pointer;
	padding: 1.375rem 10rem;
	position: relative;
}

.accordion__title::before {
	background-color: #333;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 10%;
	top: 45%;
	transition: 0.3s transform, 0.3s opacity;
	width: 1.875rem;
}

/* 下三角形 */

.accordion__title::before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

/* 上三角形 */

.accordion__title.is-open::before {
	-webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.accordion__title.is-open::after {
	opacity: 0;
}

.accordion__title-text {
	font-size: 2.5rem;
	font-weight: 700;
}

.accordion__content {
	display: none;
	padding: 5.625rem 4.375rem;
	position: relative;
}

.accordion__head {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 76.25rem;
}

.accordion__head-box {
	padding: 2.625rem 2.125rem 2.625rem 19.6875rem;
	position: relative;
	width: 100%;
}

.accordion__head-img {
	bottom: 0;
	left: -2.5rem;
	position: absolute;
	width: 22.25rem;
	z-index: 1;
}

.accordion__head-text {
	color: #FFF;
	font-size: 2rem;
	font-weight: 900;
}

.oneday__container {
	margin-top: 3.125rem;
	position: relative;
}

.oneday__box {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.oneday__time-wrap {
	border-bottom: solid 0.0625rem #333;
	display: flex;
	margin-left: 2.5rem;
	width: 100%;
}

.oneday__time-wrap.border-none {
	border: none;
	padding-bottom: 3.75rem;
}

.oneday__time {
	font-size: 1.5rem;
	font-weight: 400;
}

.oneday__text-box {
	display: flex;
	margin-left: 4.375rem;
}

.oneday__text-box.margin-bottom {
	width: 100%;
}

.oneday__text-wrap {
	width: 48%;
}

.oneday__text-wrap.text-wrap-small {
	width: 39%;
}

.oneday__text-wrap.text-wrap-wide {
	width: 100%;
}

.oneday__img-box {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.oneday__img-box img {
	-o-object-fit: cover;
	aspect-ratio: 362/274;
	max-width: 22.625rem;
	object-fit: cover;
}

.oneday__text-items {
	margin-top: 2.5rem;
}

.oneday__text-title {
	color: #333;
	font-size: 2rem;
	font-weight: 700;
}

.oneday__text {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.oneday__text.text-large {
	font-size: 2rem;
	font-weight: 400;
}

.blue-font {
	color: #004CBD;
}

.margin-bottom {
	margin-bottom: 3.75rem;
}

.oneday__icon {
	left: 31%;
	position: absolute;
	top: 10%;
	z-index: 1;
}

.oneday__icon img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 5.3125rem;
}

.oneday__icon-text {
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 0.875rem;
}

.oneday__text-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	width: 61%;
}

.oneday__text-wrap ul li {
	font-size: 1.5rem;
	font-weight: 400;
}

.others-contact {
	margin-top: 10rem;
}

.others-contact__img-wrap {
	display: block;
	position: relative;
}

.others-contact__img-wrap img {
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}

.others-contact__container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.others-contact__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

.others-contact__items {
	display: flex;
	margin-top: 2.5rem;
}

.others-contact__item {
	align-items: center;
	background-color: #FFF;
	border-radius: 5.625rem;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	height: 8rem;
	justify-content: center;
	line-height: 1;
	padding: 0.3125rem;
	text-align: center;
	width: 31.25rem;
}

.others-contact__item:not(:first-child) {
	margin-left: 4.875rem;
}

.others-contact__item-icon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.others-contact__item-icon a {
	align-items: center;
	display: flex;
	justify-content: center;
}

.others-contact__item-icon a:hover {
	opacity: 0.7;
}

.others-contact__item-icon img {
	-o-object-fit: cover;
	margin-right: 1.125rem;
	object-fit: cover;
	width: 3.125rem;
}

.others-contact__item-text {
	font-size: 2.5rem;
	font-weight: 400;
}

.others-contact__item-text span {
	font-size: 1rem;
	font-weight: 400;
}

.others-contact__item-text-mail {
	font-size: 1.875rem;
	font-weight: 400;
}

.logo {
	background-color: #FFF;
	margin-bottom: 2.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10rem;
}

.logo__link {
	align-items: center;
	display: flex;
	justify-content: center;
}

.logo__link:hover {
	opacity: 0.7;
}

.logo__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 25.375rem;
}

#page-recruit .recruit {
	padding-bottom: 12.5rem;
	padding-top: 5.4375rem;
}

#page-recruit .type-info {
	margin-left: auto;
	margin-right: auto;
}

#page-recruit .recruit__container:not(:first-child) {
	margin-top: 10rem;
}

.others-contact__bg-container {
	background-color: #D9D9D9;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.others-contact__bg-container .others-contact__items {
	align-items: center;
	display: flex;
	justify-content: center;
}

#page-recruit .page-recruit__btn-wrap {
	margin-top: 7.5rem;
	text-align: center;
}

.qa__inner {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.qa__item {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	width: 90%;
}

.qa__title {
	align-items: center;
	display: flex;
}

.qa__q {
	background-color: #004CBD;
	border-radius: 50%;
	box-sizing: border-box;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	height: 5.0625rem;
	padding-top: 0.9375rem;
	text-align: center;
	width: 5.0625rem;
}

.qa__title-text {
	color: #333;
	font-size: 2rem;
	font-weight: 700;
	margin-left: 1.5625rem;
}

.qa__text {
	color: #333;
	font-size: 2rem;
	font-weight: 400;
	margin-left: 6.5625rem;
}

.recruit {
	padding-bottom: 10rem;
}

.recruit__inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10rem;
	max-width: 99.375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.recruit__container {
	display: flex;
}

.recruit__container:not(:first-child) {
	margin-top: 5rem;
}

.recruit__container-img {
	margin-top: 7%;
	width: 22%;
}

.recruit__container img {
	-o-object-fit: cover;
	aspect-ratio: 310/293;
	object-fit: cover;
}

.type-info {
	width: 75%;
}

.type-info__title {
	background: transparent;
	color: #333;
	font-size: 2rem;
	font-weight: 500;
	padding: 0.3125rem 1.5rem;
}

.type-info__container {
	border-right: 0.03125rem solid #333;
	border-top: 0.03125rem solid #333;
	margin-top: 3.75rem;
}

.type-info__list {
	display: flex;
	width: 100%;
}

.type-info__term {
	align-items: center;
	border-bottom: 0.03125rem solid #333;
	border-left: 0.03125rem solid #333;
	color: #333;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	padding: 1.1875rem 1.875rem;
	width: 21%;
}

.type-info__description {
	background-color: #FFF;
	border-bottom: 0.03125rem solid #333;
	border-left: 0.03125rem solid #333;
	color: #333;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 1.1875rem 2.5rem;
	width: 79%;
}

.mt40 {
	margin-top: 2.5rem;
}

.ml180 {
	margin-left: 11.25rem;
}

.btn-wrap {
	margin-top: 3.125rem;
}

.btn {
	background-color: #EEA249;
	border: 0.125rem solid #EEA249;
	border-radius: 100vh;
	color: #FFF;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0.625rem 1.875rem;
	transition: color 0.2s, background-color 0.2s;
}

.btn:focus {
	outline: none;
}

.btn:hover {
	background-color: #FFF;
	color: #EEA249;
}

.oneday__btn-wrap {
	margin-top: 9.375rem;
	text-align: center;
}

.oneday__btn {
	background-color: #EEA249;
	border: 0.125rem solid #EEA249;
	border-radius: 3.125rem;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 2.125rem 7.0625rem;
	transition: color 0.2s, background-color 0.2s;
}

.oneday__btn:focus {
	outline: none;
}

.oneday__btn:hover {
	background-color: #FFF;
	color: #EEA249;
}

.bg-light-green {
	background-color: #ADC4C8;
}

.bg-gray {
	background-color: #ADB8C9;
}

.bg-light-pink {
	background-color: #DDCBDC;
}

.bg-light-orange {
	background-color: #ECD1B4;
}

.bg-light-red {
	background-color: #DFBBB4;
}

.border-light-green {
	border-left: solid 1.25rem #ADC4C8;
}

.border-gray {
	border-left: solid 1.25rem #ADB8C9;
}

.border-light-pink {
	border-left: solid 1.25rem #DDCBDC;
}

.border-light-orange {
	border-left: solid 1.25rem #ECD1B4;
}

.border-light-red {
	border-left: solid 1.25rem #DFBBB4;
}

.footer {
	background-color: #004CBD;
	color: #FFF;
	padding-bottom: 1rem;
	padding-left: 17.8125rem;
	padding-right: 5.9375rem;
	padding-top: 4.125rem;
}

.footer__container.md-show {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.footer__box {
	display: flex;
}

.footer__left {
	width: 38%;
}

.footer__left a:hover {
	opacity: 0.7;
}

.footer__info {
	font-size: 1.5rem;
	font-weight: 600;
}

.footer__info:not(:first-child) {
	margin-top: 2.6875rem;
}

.footer__center {
	width: 24%;
}

.footer__nav-arrow {
	padding-left: 2.5rem;
	position: relative;
}

.footer__nav-arrow::before {
	border-right: solid 0.125rem #FFF;
	border-top: solid 0.125rem #FFF;
	content: "";
	height: 0.5rem;
	left: 0.625rem;
	position: absolute;
	top: 0.9375rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.arrow-round {
	border: 0.0625rem solid #FFF;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.5rem;
	padding: 1.25rem;
	padding-left: 1.25rem;
	position: relative;
	top: 0.3125rem;
}

.arrow-round::before {
	border-right: 0.0625rem solid #FFF;
	border-top: 0.0625rem solid #FFF;
	content: "";
	height: 0.5rem;
	left: 0.625rem;
	position: absolute;
	top: 0.3125rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.footer__nav li:not(:first-child) {
	margin-top: 0.9375rem;
}

.footer__nav li a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.25;
}

.footer__nav li a:hover {
	opacity: 0.7;
}

.footer__right {
	width: 38%;
}

.footer__img {
	display: flex;
}

.footer__img01,
.footer__img02 {
	-o-object-fit: cover;
	object-fit: cover;
}

.footer__img01 {
	width: 10.1875rem;
}

.footer__img02 {
	margin-left: 2.125rem;
	width: 7.5625rem;
}

.footer__right-text {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 0.9375rem;
}

.footer__bottom {
	display: flex;
	width: 100%;
}

.sns-btn {
	margin-top: 5rem;
	width: 35%;
}

.sns-btn li {
	display: inline-block;
}

.sns-btn li a:hover {
	opacity: 0.7;
}

.sns-btn img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 3.4375rem;
}

.footer__copyright {
	align-self: flex-end;
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: -0.013em;
	line-height: 2.1428;
	width: 35%;
}

.arrow-round {
	border: 0.0625rem solid #FFF;
	border-radius: 50%;
	display: inline-block;
	padding: 0.625rem;
	position: relative;
	top: 0.3125rem;
}

.arrow-round::before {
	border-right: 0.125rem solid #FFF;
	border-top: 0.125rem solid #FFF;
	content: "";
	height: 0.4375rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.375rem;
	transform: rotate(45deg);
	width: 0.4375rem;
}

.header {
	background-color: #FFF;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 108.125rem;
	padding-bottom: 1.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.header__top {
	align-items: center;
	display: flex;
	justify-content: end;
	margin-left: auto;
	margin-right: auto;
	max-width: 108.125rem;
	padding: 1.3125rem 1.5625rem 2.375rem;
}

.header__top-item {
	display: flex;
}

.header__top-item img {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.3125rem;
	width: 2.6875rem;
}

.header__top-item-text {
	align-items: center;
	display: flex;
	font-size: 2.0625rem;
	font-weight: 500;
	justify-content: center;
	margin-left: 0.3125rem;
	text-align: center;
}

.header__top-item-text span {
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.header__top-sns {
	display: flex;
	margin-left: 3.75rem;
}

.header__top-sns li a:hover {
	opacity: 0.7;
}

.header__top-sns img {
	margin-left: 0.3125rem;
	width: 3.4375rem;
}

.header__name {
	margin-right: auto;
}

.header__logo:hover {
	opacity: 0.7;
	transition: none;
}

.header__logo-img {
	position: relative;
	width: 25.375rem;
	z-index: 9999;
}

.header__nav {
	height: inherit;
}

.header__items {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__item {
	display: inline-block;
	height: inherit;
}

.header__link {
	align-items: center;
	color: #222;
	display: flex;
	font-size: 1.5rem;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	padding: 0.625rem 2.5rem;
}

.header__link:hover {
	opacity: 0.7;
}

.header__link.header__link--contact {
	background-color: #EEA249;
	border: solid 0.0625rem #EEA249;
	border-radius: 3.125rem;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.8125rem 2.5rem;
	position: relative;
}

.header__link.header__link--contact:hover {
	background-color: #FFF;
	color: #EEA249;
}

.hamburger {
	display: none;
}

.hamburger__line {
	background-color: #333;
	border-radius: 0.25rem;
	display: block;
	height: 0.125rem;
	left: 0;
	position: relative;
	transition: 0.3s ease-out;
	width: 100%;
}

.hamburger__line::before,
.hamburger__line::after {
	background-color: #333;
	border-radius: 0.25rem;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: inherit;
	width: 100%;
}

.hamburger__line::before {
	top: -0.4375rem;
}

.hamburger__line::after {
	top: 0.4375rem;
}

.hamburger.is-open .hamburger__line {
	background-color: transparent;
}

.hamburger.is-open .hamburger__line::before,
.hamburger.is-open .hamburger__line::after {
	background-color: #333;
	top: 0;
}

.hamburger.is-open .hamburger__line::before {
	transform: rotate(45deg);
}

.hamburger.is-open .hamburger__line::after {
	transform: rotate(-45deg);
}

.drawer-menu {
	background-color: #FFF;
	color: #333;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.drawer-menu.is-open {
	display: block;
}

.drawer-menu__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	width: 100%;
}

.drawer-menu__items {
	align-items: center;
	display: flex;
	flex-direction: column;
}

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

.drawer-menu__item:not(:first-child) {
	margin-top: 1.5625rem;
}

.drawer-menu__link {
	border-bottom: 0.0625rem solid #ADB8C9;
	color: #333;
	color: #FFF;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 1.5625rem;
	text-align: center;
	width: 12.5rem;
}

.drawer-menu__link:hover {
	opacity: 0.7;
}

.drawer-menu__items .drawer-menu__link {
	color: #333;
}

.drawer-menu__link.drawer-menu__link--contact {
	background-color: #EEA249;
	border: solid 0.0625rem #EEA249;
	border: none;
	border-radius: 3.125rem;
	color: #FFF;
	font-weight: 700;
	padding: 0.875rem;
	transition: 0.3s background-color;
}

.drawer-menu__link.drawer-menu__link--contact:hover {
	background-color: #FFF;
	border: solid 0.0625rem #EEA249;
	color: #EEA249;
	opacity: 1;
}

.drawer-menu {
	transition: transform 0.3s ease-in-out;
}

.drawer-menu.is-open {
	transform: translateX(0);
}

.drawer-menu.closed {
	transform: translateX(-100%);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1730px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.oneday__square {
	background-color: #D9D9D9;
	height: 2.6875rem;
	position: relative;
	width: 2.6875rem;
}

.oneday__box .line {
	left: 1.3125rem;
	position: relative;
	top: 3.9375rem;
	width: 0.0625rem;
}

.others__img-wrap {
	position: relative;
}

.others__img {
	-o-object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	max-width: 81.625rem;
	object-fit: cover;
	position: relative;
}

.others__container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.others__top-text {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.others__top-text span {
	border-bottom: solid 0.03125rem #FFF;
}

.others__center-text-wrap {
	background-color: #004CBD;
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	text-align: center;
}

.others__center-text {
	color: #FFF;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.others__bottom-text {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.section-title {
	background-color: #004CBD;
	padding: 2.5625rem 0 2rem;
	text-align: center;
}

.section-title__main {
	color: #FFF;
	font-size: 4rem;
	font-weight: 600;
}

.text {
	font-size: 1.5rem;
	font-weight: 400;
}

.text-title {
	font-size: 2rem;
	font-weight: 700;
}

.text-bold {
	font-weight: 700;
}

@media (max-width: 1680px) {

html {
	font-size: 0.9523809524vw;
}

}

@media screen and (max-width: 1023px) {

.oneday__box {
	margin-top: 1rem;
}

.margin-bottom {
	margin-top: 3.75rem;
}

}

@media screen and (max-width: 768px) {

.md-none {
	display: none;
}

.md-show {
	display: block;
}

html {
	font-size: 16px;
}

.contact-form {
	padding-bottom: 2.5rem;
}

.contact-form__inner {
	margin-top: 2.8125rem;
}

.contact-form__title {
	font-size: 1rem;
}

.contact-form__lead {
	font-size: 0.875rem;
	margin-bottom: 2.5rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	text-align: center;
}

.form__container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 37.5rem;
	padding: 0rem 1.4375rem 2.5rem 1.4375rem;
}

.form__body.menulist {
	margin-left: auto;
	margin-right: auto;
}

.form__title {
	font-size: 0.875rem;
	padding-left: 0.4375rem;
}

tr,
td {
	display: block;
}

th,
tr,
td {
	border: none;
}

#name.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#furigana.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#tel.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#email.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
	width: 16.875rem;
}

.form__border {
	border-left: none;
	font-size: 0.875rem;
	padding-left: 0;
}

.form__border.form__border-flex {
	display: block;
}

.form__border.form__border-flex p {
	font-size: 0.75rem;
	margin-left: 0;
	margin-top: 0.5rem;
}

table td {
	width: 100%;
}

table th {
	width: 10%;
}

.menulist td,
.menulist th {
	border-bottom: solid 0.0625rem #004CBD;
	font-size: 0.875rem;
	padding-bottom: 1.5rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	padding-top: 0.875rem;
}

.menulist th {
	border-bottom: none;
	padding: 0;
}

.form__item:first-child th,
.form__item:first-child td {
	border-top: none;
}

.form__checkbox-label span.wpcf7-list-item-label {
	font-size: 0.875rem;
	margin-right: 1.25rem;
	margin-top: 0.625rem;
	padding-left: 1.75rem;
	display: block;
}

/* .form__checkbox-label  {
	font-size: 0.875rem;
	margin-right: 1.25rem;
	margin-top: 0.625rem;
	padding-left: 1.75rem;
} */

.form__checkbox-label .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form__checkbox {
	width: 100%;
}

.form__border.form__date .wpcf7-form-control-wrap {
	display: inline-block;
}

/* span.wpcf7-list-item-label:last-child {
	margin-right: 0;
} */

.form__checkbox-label span.wpcf7-list-item-label::before {
	border: 0.03125rem solid #333;
	height: 1.125rem;
	top: 0.1875rem;
	width: 1.125rem;
}

.form__checkbox-label span.wpcf7-list-item-label::after {
	height: 0.375rem;
	left: 0.1875rem;
	top: 0.875rem;
	width: 0.75rem;
}

label:last-child .span.wpcf7-list-item-label {
	margin-top: 0;
}

.menulist td.form__address-wrap {
	padding-right: 0;
}

.p-postal-code,
.p-region,
.p-locality,
.p-street-address,
.p-extended-address {
	border: solid 0.03125rem #333;
	display: block;
	font-size: 0.875rem;
	margin-left: 0;
	margin-top: 0.3125rem;
	padding: 0.1875rem 0.5rem;
	width: 10.0625rem;
}

.p-region,
.p-locality,
.p-street-address,
.p-extended-address {
	margin-top: 0.3125rem;
}

.p-region {
	margin-bottom: 0.9375rem;
}

.p-country-name-wrap {
	display: block;
	margin-bottom: 0.9375rem;
}

.postal-search-wrap {
	display: flex;
	margin-left: 0;
	padding-right: 0;
}

.postal-search {
	font-size: 0.6875rem;
	height: 1.625rem;
	margin-left: 0.3125rem;
	margin-top: 0.5rem;
	padding: 0.125rem 0.125rem;
}

.form__privacy-wrap .form__radio-wrap {
	display: block;
	margin-top: 1rem;
}


.form__radio-label .wpcf7-list-item.first label {
	margin-right: 1.875rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label {
	margin-left: -0.75rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio] {
	top: -0.3125rem;
	left: 0.625rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio]::before {
	border: 0.03125rem solid #333;
	height: 1rem;
	width: 1rem;
}

#radio-gender.wpcf7-form-control.wpcf7-radio.form__radio-label input[type=radio]::after {
	height: 0.625rem;
	left: 0.1875rem;
	width: 0.625rem;
}

.form__privacy-wrap .form__radio {
	display: block;
}

.form__privacy-wrap .form__radio:not(:last-child) {
	margin-bottom: 0.625rem;
	margin-right: 2.5rem;
}

.form__radio:not(:last-child) {
	margin-bottom: 0;
	margin-right: 2.5rem;
}

.form__radio-wrap input[type=radio] {
	top: -0.3125rem;
	left: 0.625rem;
}
.form__radio-wrap input[type=radio]::before {
	border: 0.03125rem solid #333;
	height: 1rem;
	width: 1rem;
}
.form__radio-wrap input[type=radio]::after {
	height: 0.625rem;
	left: 0.1875rem;
	width: 0.625rem;
}

#year.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
	border: 0.03125rem solid #333;
	margin-right: 0.5rem;
	width: 3.5rem;
}

#month.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input,
#day.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form__input {
	width: 2.125rem;
	margin-right: 0.5rem;
}

.form__input,
.form__select {
	border: solid 0.03125rem #333;
	font-size: 0.875rem;
	padding: 0.1875rem 0.5rem;
}

.form__selectbox {
	display: block;
	margin-bottom: 0;
}

.form__selectbox::after {
	height: 0.3125rem;
	left: 9.1875rem;
	top: 2.5625rem;
	width: 0.625rem;
}

select#school.form__select.solid {
	margin: 0;
}

select#select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form__select {
	position: relative;
}

select#select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form__select::after {
	height: 0.3125rem;
	right: 7.625rem;
	top: 2.5625rem;
	width: 0.625rem;
}

.form__privacy-wrap {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

span#privacy.wpcf7-form-control.wpcf7-radio {
	display: block;
}

span#privacy.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: block;
}

span#privacy.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last{
	margin-top: 0.625rem;
}

.form__submit-button {
	margin-top: 2.5rem;
}

.form__submit-input {
	font-size: 1rem;
	max-width: 13.5rem;
	padding: 0.625rem;
}


.text1,
.text2 {
	margin-right: 0;
}

.ml22 {
	margin-left: 0;
}

select#school.form__select.solid,
select#select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form__select {
	display: block;
	margin-top: 0.5rem;
	margin-left: 0;
	margin-bottom: 0;
	width: 10.0625rem;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	display: block;
	/* margin-top: 0.5rem; */
	width: 10.0625rem;
}

main {
	margin-top: 0 !important;
}

.mv__title-wrap {
	left: 50%;
	padding: 0.8125rem 1.25rem;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mv__title-en {
	font-size: 2rem;
}

.mv__title-jp {
	font-size: 1.5rem;
}

.oneday {
	padding-bottom: 3.875rem;
	padding-top: 0;
}

.accordion__item {
	margin-top: 1.375rem;
}

.accordion__item:not(:first-child) {
	margin-top: 1.5rem;
}

.accordion__title {
	padding: 1.5rem 1.875rem;
}

.accordion__title::before {
	height: 0.5rem;
	width: 1rem;
}

.accordion__title-text {
	font-size: 1rem;
}

.accordion__content {
	padding: 0 0.875rem;
}

.accordion__head {
	display: block;
	margin-top: 2.1875rem;
	max-width: 37.5rem;
}

.accordion__head-box {
	padding: 0.9375rem 0.625rem 0.9375rem 30%;
}

.accordion__head-img {
	left: 0;
	width: 7.5rem;
}

.accordion__head-text {
	font-size: 0.875rem;
}

.oneday__time-wrap {
	border-bottom: solid 0.03125rem #333;
	margin-left: 1rem;
	width: 90%;
}

.oneday__time-wrap.border-none {
	padding-bottom: 0;
}

.oneday__time {
	font-size: 0.875rem;
}

.oneday__text-box {
	display: block;
	margin-left: 1rem;
}

.oneday__text-wrap {
	width: 100%;
}

.oneday__text-wrap.text-wrap-small {
	width: 100%;
}

.oneday__img-box {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: flex-start;
	margin-top: 1.125rem;
}

.oneday__img-box img {
	aspect-ratio: 177/135;
	display: block;
	max-width: 15.625rem;
	width: 77.5%;
}

.oneday__text-items {
	margin-top: 0;
}

.oneday__text-title {
	font-size: 1rem;
}

.oneday__text {
	font-size: 0.875rem;
}

.oneday__text.text-large {
	font-size: 0.9375rem;
}

.margin-bottom {
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.oneday__icon {
	display: flex;
	margin-left: 0.75rem;
	margin-top: 1.0625rem;
	position: static;
	position: initial;
}

.oneday__icon img {
	width: 2.5rem;
}

.oneday__text-center {
	margin-top: 1.5625rem;
	padding-bottom: 3.75rem;
	width: 85%;
}

.oneday__text-wrap ul li {
	font-size: 0.875rem;
}

.others-contact {
	margin-top: 2.5rem;
}

/* .others-contact__bg-img {
	height: 6.6875rem;
} */

.others-contact__title {
	font-size: 0.875rem;
}

.others-contact__items {
	margin-top: 1rem;
}

.others-contact__item {
	font-size: 0.6875rem;
	height: 2.5rem;
	width: 8.875rem;
}

.others-contact__item:not(:first-child) {
	margin-left: 1.4375rem;
}

.others-contact__item-icon img {
	margin-right: 0.125rem;
	width: 0.875rem;
}

.others-contact__item-text {
	font-size: 0.625rem;
}

.others-contact__item-text span {
	font-size: 0.5rem;
}

.others-contact__item-text-mail {
	font-size: 0.625rem;
}

.logo {
	margin-bottom: 1.5rem;
	margin-top: 2.5rem;
}

.logo__img {
	width: 7.5rem;
}

#page-recruit .recruit {
	margin-top: 0;
}

#page-recruit .recruit__inner {
	margin-top: 2.6875rem;
}

#page-recruit .recruit__container:not(:first-child) {
	margin-top: 2.6875rem;
}

#page-recruit .type-info__title-wrap {
	margin-left: 0;
}

#page-recruit .type-info__title-wrap {
	margin-left: 0;
}

.page-recruit-qa__inner.qa__inner {
	padding-bottom: 2.5rem;
}

.page-recruit-others-contact__bg-container.others-contact__bg-container {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

#page-recruit .page-recruit__btn-wrap {
	margin-top: 3.75rem;
}

.qa__inner {
	max-width: 37.5rem;
	padding-bottom: 5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.qa__item {
	margin-top: 1.5rem;
	width: 100%;
}

.qa__q {
	font-size: 1rem;
	height: 2.5rem;
	padding-top: 0.4375rem;
	width: 2.5rem;
}

.qa__title-text {
	font-size: 1rem;
	margin-left: 0.5rem;
	width: 88%;
}

.qa__text {
	font-size: 0.875rem;
	margin-left: 3rem;
	margin-top: 0.625rem;
}

.recruit {
	padding-bottom: 5rem;
}

.recruit__inner {
	margin-top: 3.75rem;
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.recruit__container {
	display: block;
}

.type-info {
	width: 100%;
}

.type-info__title-wrap {
	margin-left: 4.375rem;
	position: relative;
}

.type-info__title-wrap img {
	left: -4.375rem;
	position: absolute;
	top: -2.125rem;
	width: 4.375rem;
}

.type-info__title {
	font-size: 1rem;
	padding-bottom: 0;
	padding-left: 0.3125rem;
	padding-top: 0;
}

.type-info__container {
	margin-top: 0.9375rem;
}

.type-info__term {
	font-size: 0.8125rem;
	padding: 0;
	width: 18%;
}

.type-info__description {
	font-size: 0.875rem;
	padding: 0.9375rem 2.1875rem;
	width: 82%;
}

.mt40 {
	margin-top: 1.875rem;
}

.oneday__btn-wrap {
	margin-top: 3.75rem;
}

.oneday__btn {
	font-size: 0.875rem;
	padding: 0.5rem 1.6875rem;
}

.border-light-green {
	border-left: solid 0.5rem #ADC4C8;
}

.border-gray {
	border-left: solid 0.5rem #ADB8C9;
}

.border-light-pink {
	border-left: solid 0.5rem #DDCBDC;
}

.border-light-orange {
	border-left: solid 0.5rem #ECD1B4;
}

.border-light-red {
	border-left: solid 0.5rem #DFBBB4;
}

.footer {
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.3125rem;
}

.footer__box {
	display: block;
}

.footer__left {
	display: block;
	margin-top: 2.375rem;
	width: 100%;
}

.footer__info {
	font-size: 0.875rem;
}

.footer__info:not(:first-child) {
	margin-top: 0;
}

.footer__info:last-child {
	margin-top: 1rem;
}

.footer__center {
	display: block;
	width: 100%;
}

.footer__nav li:not(:first-child) {
	margin-top: 0;
}

.footer__nav li a {
	font-size: 0.875rem;
	line-height: 2.1428;
}

.footer__right {
	display: block;
	width: 100%;
}

.sns-btn {
	margin-top: 0.5rem;
	width: 100%;
}

.sns-btn img {
	width: 2.3125rem;
}

.footer__copyright {
	display: block;
	font-size: 0.5rem;
	font-weight: 600;
	margin-top: 2.5rem;
	text-align: center;
	width: 100%;
}

.header__inner {
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
}

.header__logo-img {
	width: 36%;
}

.hamburger {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.5rem;
	z-index: 9999;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.oneday__square {
	height: 1.625rem;
	width: 1.625rem;
}

.oneday__box .line {
	left: 0.875rem;
	top: 2.6875rem;
}

.others__img-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.others__top-text {
	font-size: 0.6875rem;
	white-space: nowrap;
}

.others__center-text-wrap {
	margin-bottom: 0.1875rem;
	margin-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
}

.others__center-text {
	font-size: 0.875rem;
}

.others__bottom-text {
	font-size: 0.6875rem;
}

.section-title {
	margin-top: 1.125rem;
	padding: 0.3125rem 0 0.3125rem;
}

.section-title__main {
	font-size: 1.25rem;
}

}

@media screen and (max-width: 450px) {

.accordion__head-img {
	left: -7%;
	width: 8.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media screen and (max-width: 375px) {

.accordion__head-img {
	left: -7%;
	width: 8.75rem;
}

}


/*# sourceMappingURL=style.css.map */

