@charset "utf-8";
/* CSS Document */

:root {
  --baseColor: #3c3c3c;
}


@keyframes slide-down {
	0% {transform: translateY(-100%);}
  100% {transform: translateY(0);}
}

* {
	box-sizing: border-box;
	flex-wrap: wrap;
}

/*リンク*/
a:link {
	text-decoration: none;
	color: white;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	color: white;
}

a:active {
	text-decoration: none;
	color: white;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* html {
  scroll-behavior: smooth;
} */

body {
  padding: 0;
	margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--baseColor);
  line-height:1;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sp_text {
  display: none;
}

.wrapper {
  width: min(1920px, 100%);
  margin: auto;
}

.top_wrapper {
  background: url(../images/bg_top.jpg) no-repeat center top,
  linear-gradient(to bottom, #45b4fa, #45b4fa);
}

.common_wrapper {
  background: url(../images/bg_common.jpg) no-repeat center top,
  linear-gradient(to bottom, #45b4fa, #45b4fa);
}

header {
  height: auto;
  position: relative;
  padding: 20px 0;
}

header .logo {
  width: 268px;
  position: absolute;
  top: 43px;
  inset-inline: 0;
  margin: auto;
}

header .global_nav {
  width: min(1920px, 100%);
  color: white;
  margin: 0 auto;
  padding: 0 220px 0 360px;
}

header .global_nav ul {
  height: 196px;
  display: flex;
  align-items: center;
}

header .global_nav ul li {
  padding: 0 30px;
  border-right: solid 1px white;
  font-size: 20px;
  letter-spacing: 0.2em;
}

header .global_nav ul li:nth-of-type(3) {
  margin-right: auto;
  border: none;
}

header .global_nav ul li:last-child {
  border: none;
}

.sp_menu_block {
  display: none;
}

.page_title {
  font-size: 60px;
  text-align: center;
  color: white;
  height: 372px;
  display: flex;
  justify-content: center;
  align-content: center;
  letter-spacing: 0.06em;
}

.page_title span {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 30px;
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

footer {
  height: 495px;
  background: white;
  position: relative;
}

footer .footer_inner_block {
  width: min(1400px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  padding: 90px 40px 0;
}

footer::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  background: #45b4fa;
}

footer .footer_nav {
  width: min(1200px, 100%);
  margin: 0 auto 100px;
}

footer .footer_nav ul {
  font-size: 20px;
  display: flex;
  justify-content: space-around;
}

 .footer_nav ul li a {
  color: #3c3c3c;
  letter-spacing: 0.2em;
}

footer .footer_info01 {
  width: 50%;
  color: #5c5c5c;
  font-size: 18px;
}

footer .footer_info01 h4 {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

footer .footer_info01 h4 img {
  width: 471px;
}

footer .footer_info01 p {
  width: 100%;
  line-height: 1.68;
}

footer .footer_info01 p a {
  color: #5c5c5c;
}

footer .footer_info01 ul {
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

footer .footer_info01 ul li a {
  color: var(--baseColor);
}

footer .footer_info02 {
  width: 50%;
  display: flex;
}

footer .footer_info02 p {
  width: 314px;
  height: 58px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  align-self: flex-end;
}

footer .footer_info02 p span {
  font-size: 24px;
  margin-right: 10px;
  align-self: flex-end;
  padding-bottom: 12px;
}

footer .footer_info02 p.tel {
  background: #45b4fa;
  color: white;
  pointer-events: none;
}

footer .footer_info02 p.fax {
  color: white;
  background: white;
  color: #45b4fa;
  margin-left: 10px;
  border: solid 3px #45b4fa;
}

footer .copyright {
  width: 100%;
  color: #5c5c5c;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  line-height: 1.68;
}

/* top */
.concept {
  height: 2064px;
  background: url(../images/bg_concept2.png) no-repeat center top;
  margin: 25px auto 0;
  padding: 32px 0;
}

.concept .office_list_block {
  width: min(1400px, 100%);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 140px;
  padding: 0 110px 0 100px;
}

.concept .office_list_block .list_item {
  width: 297px;
  height: 496px;
  background: url(../images/icon_leaf.png) no-repeat center top 73px / 64px auto;
  text-align: center;
  padding-top: 160px;
  letter-spacing: 0.1em;
}

.concept .office_list_block .list_item:nth-child(2) {
  width: 320px;
  padding-top: 180px;
}

.concept .office_list_block .list_item:nth-child(2) dt {
  font-size: 40px;
}

.concept .office_list_block .list_item:nth-child(2) dd {
  font-size: 38px;
}

.concept .office_list_block .list_item dt {
  font-size: 34px;
  line-height: 1.2;
  color: #3b3b3b;
  padding-bottom: 25px;
  border-bottom: solid 2px var(--baseColor);
  -webkit-text-stroke: 8px white;
  paint-order: stroke;
}

.concept .office_list_block .list_item dd {
  font-size: 30px;
  color: #5c5c5c;
  padding-top: 25px;
  white-space: nowrap;
  -webkit-text-stroke: 8px white;
  paint-order: stroke;
  line-height: 1.67;
}

.concept .office_list_block .list_item:nth-child(2) dd {
  padding-top: 50px;
}

.concept .office_list_img {
  width: 1190px;
  margin: 0 auto 40px;
}

.concept .concept_logo {
  width: 427px;
  margin: 0 auto 50px;
}

.concept .concept_main_text {
  text-align: center;
  font-size: 30px;
  color: #f18d00;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.concept .concept_img {
  width: 1190px;
  margin: 0 auto 20px;
}

.concept .concept_main_text span {
  background-image: linear-gradient(to right, #b9b9b9, #b9b9b9 13px, transparent 13px);
  background-size: 20px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 16px;
  line-height: 2.1;
}

.concept .concept_bottom_text {
  text-align: center;
  font-size: 24px;
  line-height: 1.68;
  letter-spacing: 0.1em;
}

.concept .concept_bottom_text span {
  font-size: 30px;
  color: #57cfff;
  display: inline-block;
  margin: 8px 0;
}

.service {
  padding: 170px 0 204px;
  background: url(../images/bg_service.jpg) no-repeat center bottom;
}

.service .service_list {
  width: min(1400px, 100%);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
}

.service .service_list li {
  width: 654px;
  height: 548px;
  background: white;
  border: solid 8px #8edaf9;
  border-radius: 60px;
  margin-bottom: 136px;
  box-shadow: 8px 9px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 68px 30px 48px;
  color: #5c5c5c;
  font-size: 22px;
}

.service .service_list li .service_title {
  width: 100%;
  height: 116px;
  position: relative;
  padding: 10px 0 0 28px;
  line-height: 1.4;
  border-bottom: solid 2px #aaa9a9;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.service .service_list li .service_title span {
  font-size: 34px;
  color: #3c3c3c;
  display: block;
}

.service .service_list li .service_title::before {
  content: "";
  width: 10px;
  height: 84px;
  background: #ffd399;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.service .service_list li .service_text {
  line-height: 2;
  letter-spacing: 0.04em;
}

.service .service_list li:nth-child(2) .service_title::before {
  background: #a9fde4;
}
.service .service_list li:nth-child(3) .service_title::before {
  background: #e6a9fd;
}
.service .service_list li:nth-child(4) .service_title::before {
  background: #ccfda9;
}

/* business */
.business {
  margin-bottom: 126px;
}

.business .business_list {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.business .business_list > li {
  width: 100%;
  height: 653px;
  border-radius: 24px;
  border: solid 8px #8edaf9;
  box-shadow: 8px 9px 1px 0px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 70px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.business .business_list li .business_img {
  width: 567px;
}

.business .business_list li .business_img img {
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.business .business_list li iframe {
  width: 567px;
  height: 100%;
}

.business .business_list li .map_dummy {
  width: 567px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d8e0e7;
  font-size: 20px;
}


.business .business_list li .data_block {
  width: 533px;
  height: 100%;
  margin-left: auto;
}

.business .business_list li .data_block .name {
  width: 100%;
  height: 58px;
  background: #45b4fa;
  color: white;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.01em;
}

.business .business_list li .data_block .data_box {
  padding: 25px 15px;
}

.business .business_list li .data_block .data_box .tel,
.business .business_list li .data_block .data_box .tel a,
.business .business_list li .data_block .data_box .fax {
  font-size: 34px;
  color: #45b4fa;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 10px;
}

.business .business_list li .data_block .data_box .tel a {
  pointer-events: none;
}

.business .business_list li .data_block .data_box .data_list {
  margin: 20px 0;
}

.business .business_list li .data_block .data_box .data_list li {
  font-size: 20px;
  line-height: 1.7;
}

.business .business_list li .data_block .data_box .data_list li a {
  color: #45b4fa;
}

.business .business_list li .data_block .data_box .data_list li.open {
  font-size: 30px;
}

.business .business_list li .data_block .data_box .data_list li.open span {
  font-size: 24px;
}

.business .business_list li .data_block .data_box table {
  font-size: 20px;
  line-height: 1.7;
}

.business .business_list li .data_block .data_box table tr td:nth-child(even) {
  padding-left: 45px;
}

.sns_link {
  display: flex;
  align-items: center;
  margin: 20px;
}

.sns_link .instagram_icon {
  width: 60px;
  margin-right: 20px;
}

.sns_link .instagram_icon img {
  width: 100%;
  display: block;
}

.sns_link .instagram_qr {
  width: 90px;
}

.sns_link .instagram_qr img {
  width: 100%;
  display: block;
}

/* information */
.information {
  margin-bottom: 160px;
}

.information .information_list {
  width: min(1200px, 100%);
  border-top: solid 1px white;
  margin: 0 auto;
}

.information .information_list li {
  width: 100%;
  height: 140px;
  border-bottom: solid 1px white;
  align-content: center;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px white;
}

.information .information_list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.information .information_list li a:hover {
  opacity: 0.6;
  transition: 1.2s ease-in-out;
}

.information .information_list li time {
  width: 22%;
  font-size: 18px;
  display: inline-block;
}

.information .information_list li p {
  width: 78%;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/****************
	pager
****************/
.pager {
	width:100%;
	margin:20px auto;
	}

.pager ul {
	width:100%;
	margin:10px auto;
	display: flex;
	justify-content: center;
	}

.pager ul li {
	width:	30px;
	height: 30px;
	margin: 0 1px;
	text-align:center;
	float: left;
	border: #fff solid 1px;
  border-radius: 5px;
	cursor: pointer;
	}

.pager ul li.current {
	background:#fff;
	border: #fff solid 1px;
  border-radius: 5px;
	}

.pager ul li a {
	display: block;
	font-size: 12px;
	line-height: 27px;
	}

.pager ul li a {
  color: #fff;
	text-decoration: none;
	}

.pager ul li a.current {
	color:#45b4fa;
	border-radius: 50%;
	}


.information .info_detail_box {
  width: min(1000px, 100%);
  height: auto;
  margin: 0 auto;
  color: white;
}

.information .info_detail_box .info_title {
  font-size: 40px;
  padding: 20px 10px;
}

.information .info_detail_box .info_text_box {
  padding: 20px 10px;
  font-size: 20px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

.information .info_detail_box .info_text_box time {
  margin-bottom: 40px;
  display: inline-block;
}

.information .info_detail_box .info_text_box p {
  line-height: 2;
  font-size: 24px;
}

.information .info_detail_box .info_text_box .info_img_box {
  text-align: center;
}

.information .info_detail_box .info_text_box .info_img_box img {
  margin: 40px auto 0;
}

.information .info_detail_box .back_btn {
  width: 490px;
  height: 60px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  border: solid 2px white;
  border-radius: 30px;
  position: relative;
}

.information .info_detail_box .back_btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid white;
  border-right: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -12px;
}

/* faq */
.faq {
  margin-bottom: 126px;
}

.faq .faq_list {
  width: min(1000px, 100%);
  margin: 0 auto;
}

.faq .faq_list li {
  width: 100%;
  min-height: 290px;
  border-radius: 24px;
  border: solid 8px #8edaf9;
  box-shadow: 8px 9px 1px 0px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 70px;
  padding: 0 25px;
  font-size: 30px;
}

.faq .faq_list li.coming_soon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.5em;
}

.faq .faq_list li dl dt {
  padding: 30px 5px 30px 70px;
  border-bottom: solid 2px #878787;
  position: relative;
}
.faq .faq_list li dl dd {
  padding: 30px 5px 30px 70px;
  position: relative;
}

.faq .faq_list li dl dd .answer {
  color: #45b4fa;
  margin-bottom: 15px;
}

.faq .faq_list li dl dd .answer_detail {
  font-size: 18px;
  line-height: 1.67;
}

.question::before {
  content: "Q";
  width: 51px;
  height: 51px;
  font-size: 36px;
  background: #848484;
  color: white;
  border-radius: 50%;
  margin-right: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  top: 20px;
  left: 5px;
}

.answer::before {
  content: "A";
  width: 51px;
  height: 51px;
  font-size: 36px;
  background: #45b4fa;
  color: white;
  border-radius: 50%;
  margin-right: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  top: 20px;
  left: 5px;
}

/* contact */
.contact {
  margin-bottom: 145px;
}

.contact .form_block {
  width: min(900px, 100%);
  margin: 0 auto;
}

.contact .form_block dl {
  display: flex;
  font-size: 18px;
  color: white;
  line-height: 1.56;
}

.contact .form_block dl dt {
  width: 28.4%;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  margin-right: auto;
}

.contact .form_block dl dt span {
  width: 60px;
  height: 27px;
  font-size: 14px;
  color: #ff5980;
  background: white;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact .form_block dl dt span.required {
  color: #ff5980;
}

.contact .form_block dl dt span.any {
  color: #8191a0;
}

.contact .form_block dl dd {
  width: 70%;
  margin-bottom: 24px;
  color: var(--baseColor);
  display: flex;
  justify-content: space-between;
}

.contact .form_block dl dd input {
  width: 100%;
  height: 38px;
  background: white;
  border-radius: 7px;
  padding: 0 10px;
}

.contact .form_block dl dd input.min {
  width: 49.2%;
}

.contact .form_block dl dd span {
  color: white;
  font-size: 13px;
  margin-top: 10px;
}

.contact .form_block dl dd span.confirm {
  font-size: 18px;
}

.contact .form_block dl dd textarea {
  width: 100%;
  height: 200px;
  background: white;
  border-radius: 7px;
  padding: 10px;
}

.contact .form_block .send_btn {
  width: 490px;
  height: 60px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  border: solid 2px white;
  border-radius: 30px;
  position: relative;
}

.contact .form_block .send_btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid white;
  border-right: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -12px;
}

::placeholder {
  color: #b6b6b6;
}

.contact_text{
  width: 100%;
  margin:0 auto 50px auto;
  color: white;
  text-align: center;
}

/* recruit */
.recruit {
  margin-bottom: 126px;
}

.recruit .recruit_inner_block {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.recruit .recruit_inner_block .recruit_box {
  width: 100%;
  border-radius: 24px;
  border: solid 8px #fcf3f2;
  box-shadow: 8px 9px 1px 0px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 70px;
  padding: 60px 30px 20px;
}

.recruit .recruit_inner_block .recruit_box .shop_name {
  font-size: 42px;
  margin-bottom: 30px;
  border-left: solid 8px #3c3c3c;
  padding-left: 20px;
}

.recruit .recruit_inner_block .recruit_box .recruit_data {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  border-bottom: solid 1px #3c3c3c;
  color: #3c3c3c;
}

.recruit .recruit_inner_block .recruit_box .recruit_data:last-child {
  border: none;
}

.recruit .recruit_inner_block .recruit_box .recruit_data .icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.type-part-time {
  background: #ff6759;
}

.type-full-time {
  background: #15b940;
}

.type-contract {
  background: #e3a636;
}

.recruit .recruit_inner_block .recruit_box .recruit_data .job_description {
  width: 450px;
  font-size: 30px;
  margin: 0 auto;
  line-height: 1.28;
  font-weight: 500;
}

.recruit .recruit_inner_block .recruit_box .recruit_data .job_description span {
  font-size: 22px;
  font-weight: 400;
}

.recruit .recruit_inner_block .recruit_box .recruit_data .job_detail {
  width: 400px;
  font-size: 20px;
}

.recruit .recruit_inner_block .recruit_box .recruit_data .job_detail li {
  width: 400px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  margin-bottom: 10px;
}

.salary {
  background: url(../images/icon_salary.png) no-repeat left top / 24px auto;
}
.work_place {
  background: url(../images/icon_work_place.png) no-repeat left top / 24px auto;
}
.working_time {
  content: "";
  background: url(../images/icon_working_time.png) no-repeat left top / 24px auto;
  margin-bottom: 0 !important;
}

/* recruit_detail */
.recruit_detail {
  width: min(1200px, 100%);
  margin: 60px auto 126px;
  background: rgba(255, 255, 255, 1.0);
  padding: 90px 60px;
  line-height: 1.4;
}

.recruit_header {
  display: flex;
  margin-bottom: 60px;
}

.recruit_header .overview {
  width: 54%;
  background: #fff5ed;
  padding: 20px;
  margin-right: auto;
}

.recruit_header .overview .icon {
  color: white;
  padding: 3px 8px;
  margin-bottom: 5px;
  display: inline-block;
}

.recruit_header .overview h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #333;
}

.recruit_header .overview h2 span {
  font-size: 24px;
  color: #666;
}

.recruit_header .overview .overview_text {
  color: #333;
}

.recruit_header .mv_block {
  width: 44%;
}

.recruit_body {
  margin: 0 auto;
}

.recruit_body h3 {
  font-size: 27px;
  margin-bottom: 20px;
  border-left: solid 6px #ff6f61;
  padding-left: 10px;
  color: #333;
}

.recruit_body .application_form h3 {
  border-left: solid 6px #ff6f61;
}

.recruit_requirements, .application_info {
  margin-bottom: 60px;
}

.recruit_requirements .requirements_list,
.application_info .application_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.recruit_requirements .requirements_list dt,
.application_info .application_list dt {
  width: 30%;
  background-color: #f5f5f5;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  color: #333;
  border-left: 1px solid #ff6f61;
}

.recruit_requirements .requirements_list dd,
.application_info .application_list dd {
  width: 70%;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}

.fs12 {
  font-size: 12px;
}

.no-marked {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.marked {
  background-color: #fff3e0;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.recruit_requirements .requirements_list dt:last-of-type,
.recruit_requirements .requirements_list dd:last-of-type,
.application_info .application_list dt:last-of-type,
.application_info .application_list dd:last-of-type {
  border-bottom: none;
}

.job_features, .work_environment {
  margin-bottom: 60px;
}

.job_features h3, .work_environment h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
  border-left: solid 6px #ffa500;
  padding-left: 10px;
}

.feature_list, .environment_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature_list li, .environment_list li {
  background-color: #ffa500;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  color: white;
}

.application_form .requirements_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.application_form .requirements_list dt {
  width: 30%;
  background-color: #f5f5f5;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #333;
  border-left: 1px solid #ff6f61;
}

.application_form .requirements_list dd {
  width: 70%;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.application_form .requirements_list dt:last-of-type,
.application_form .requirements_list dd:last-of-type {
  border-bottom: none;
}

.required {
  color: #ff6f61;
  margin-left: 10px;
  font-size: 0.8em;
}

.submit_area {
  text-align: center;
  margin-top: 30px;
}

.submit_button {
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 27px;
  width: 100%;
  max-width: 800px;
  transition: background-color 0.3s ease;
}

.submit_button:hover {
  background-color: #e65c54;
}

.application_form .requirements_list dd select {
  width: 100%;
  max-width: 200px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.application_form .requirements_list dd input[type="text"],
.application_form .requirements_list dd input[type="tel"],
.application_form .requirements_list dd input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.application_form .requirements_list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.application_form .requirements_list dd [name="birth_year"],
.application_form .requirements_list dd [name="birth_month"],
.application_form .requirements_list dd [name="birth_day"] {
  width: calc(33.33% - 5px);
  margin-right: 5px;
  flex: 1;
  min-width: 0;
}

.application_form .requirements_list dd [name="birth_day"] {
  margin-right: 0;
}

.application_form .requirements_list dd label {
  margin-right: 20px;
}

.application_form .requirements_list dd textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* ハンバーガーメニュー */
.hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 86px;
  height: 86px;
  cursor: pointer;
  z-index: 999;
  padding: 6px 12px;
  background: rgba(69, 180, 250, .5);
}

.hamburger::before {
  content: "MENU";
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 56px;
  height: 6px;
  left: 15px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 32px;
}

.hamburger span:nth-child(2) {
  top: 52px;
}

.hamburger span:nth-child(3) {
  top: 72px;
}

.hamburger.active::before {
  content: "CLOSE";
  font-size: 20px;
}

.hamburger.active span:nth-child(1) {
  top: 52px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 52px;
  transform: rotate(45deg);
}

