@charset "UTF-8";

.wrapper {
	display: grid;
	grid-template-columns: auto 650px;
	max-width: 1500px;
	margin: 0 auto;
}

.side {
}

.side_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 0;
	height: 100dvh;
	padding: 25px;
}

.side_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	height: auto;
	max-height: 100%;
	padding: 100px;
	border-radius: 65px;
	background: #ffffff;
	aspect-ratio: 1;
	;
}

.side_logo_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 431.35px;
	height: 100%;
	max-height: 354.44px;
}

.main {
	padding-right: 40px;
}

.main_inner {
	max-width: 610px;
	margin: 0 auto;
	padding: 0 40px;
}

.main_wrap {
}

.pagehd {
	padding: 120px 0 80px;
}

.pagehd_catcth {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 13px;
	width: 100%;

	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
}

.pagehd_catcth p {
	display: flex;
	position: relative;
	width: fit-content;
	height: fit-content;
	padding: 17px 19px;
	border-radius: 17px;
	background: #ffffff;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.12em;
}

.pagehd_catcth_color {
	color: var(--txtcolor);
}

.pagehd_catcth_ten {
	position: absolute;
	right: 0.4em;
	bottom: -0.4em;
}

.content {
	padding: 60px 45px;
	border-radius: 65px;
	background: #ffffff;
}

.sec {
}

.sec_hd {
	margin-bottom: 10px;
}

.sec_hd_en {
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	border-bottom: #e2e2af 1px solid;
	color: #5db6e7;
	font-size: 15px;
	font-family: "Ubuntu", sans-serif;
}

.sec_hd_jp {
	padding: 0 12px;
	font-size: 29px;
}

.our {
	margin-bottom: 35px;
}

.our_hd {
}

.our_hd_en {
}

.our_hd_jp {
}

.our_wrap {
}

.our_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 13px;
	width: fit-content;
	font-size: 20px;
}

.note {
	margin-bottom: 30px;
}

.note_cnt {
}

.note_cnt:first-child {
	margin-bottom: 15px;
}

.note_hd {
	margin-bottom: 5px;
	font-size: 20px;
}

.note_hd span {
	color: #faed00;;
}

.recruitment {
	margin-bottom: 50px;
}

.recruitment_wrap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 130px;
	border: #e0dda7 solid 1px;
	border-radius: 15px;
	background: #f7f7de;
}

.recruitment_wrap h3 {
	color: #5db6e7;
	font-size: 30px;
}

.recruitment_wrap p {
	font-size: 18px;
}

.info {
}

.info_hd {
}

.info_hd_en {
}

.info_hd_jp {
}

.info_wrap {
}

.info_map {
	margin-bottom: 24px;
}

.info_map_txt {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	padding: 0 12px;
}

.info_map_txt p {
	display: flex;
	align-items: center;
	gap: 4px;
}

.info_map_txt p .icon-pin {
	display: flex;
	color: #5db6e7;
}

.info_map_txt a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 24px;
	border: 1px solid #5db6e7;
	border-radius: 9999px;
	color: #5db6e7;
	font-size: 14px;
	transition: all 0.4s;
}

.info_map_txt a:hover {
	background: #5db6e7;
	color: #ffffff;
}

.info_map_cnt {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 15px;
}

.info_map_cnt iframe {
	width: 100%;
	height: 100%;
}

.info_tel {
	margin-bottom: 30px;
}

.info_tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 70px;
	border: 2px solid #5ab54d;
	border-radius: 10px;
	color: #5ab54d;
	font-size: 40px;
}

.info_tel a .icon-tel {
	display: flex;
	font-size: 32px;
}

.info_hour {
}

.info_hour table {
	width: 100%;
}

.info_hour table th {
	width: 120px;
	padding: 7px 13px;
}

.info_hour table thead {
}

.info_hour table thead tr {
}

.info_hour table thead tr th {
}

.info_hour table thead tr td {
	text-align: center;
}

.info_hour table tbody {
}

.info_hour table tbody tr {
	border-top: 1px solid #e2e2af;
}

.info_hour table tbody tr > * {
}

.info_hour table tbody tr th {
}

.info_hour table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.mr {
	display: inline-flex;
	width: 14px;
	height: 14px;
	border-radius: 9999px;
	background: #5db6e7;
}

.sr {
	display: inline-flex;
	width: 2px;
	height: 14px;
	border-radius: 9999px;
	background: #faed00;
	transform: rotate(45deg);
}

.info_hour_note {
	margin-top: 10px;
}

.info_hour_note dl {
	padding: 12px 14px;
	border-radius: 20px;
	background: #f7f7de;
}

.info_hour_note dl dt {
}

.info_hour_note dl dd {
}

.cpy {
	padding: 30px 0;
	text-align: center;
}

@media screen and (max-width:1240px) {
	.wrapper {
		grid-template-columns: auto 500px;
	}

	.side {
	}

	.side_wrap {
		padding: 25px 15px;
	}

	.side_logo {
		padding: 30px;
	}

	.side_logo_img {
	}

	.main {
		padding-right: 0;
	}

	.main_inner {
		padding: 0 20px;
	}

	.main_wrap {
	}

	.pagehd {
	}

	.pagehd_catcth {
	}

	.pagehd_catcth p {
	}

	.pagehd_catcth_color {
	}

	.pagehd_catcth_ten {
	}

	.content {
	}

	.sec {
	}

	.sec_hd {
	}

	.sec_hd_en {
	}

	.sec_hd_jp {
	}

	.our {
	}

	.our_hd {
	}

	.our_hd_en {
	}

	.our_hd_jp {
	}

	.our_wrap {
	}

	.our_cnt {
	}

	.info {
	}

	.info_hd {
	}

	.info_hd_en {
	}

	.info_hd_jp {
	}

	.info_wrap {
	}

	.info_map {
	}

	.info_map_txt {
	}

	.info_map_txt p {
	}

	.info_map_txt p .icon-pin {
	}

	.info_map_txt a {
	}

	.info_map_txt a:hover {
	}

	.info_map_cnt {
	}

	.info_map_cnt iframe {
	}

	.info_tel {
	}

	.info_tel a {
	}

	.info_tel a .icon-tel {
	}

	.info_hour {
	}

	.info_hour table {
	}

	.info_hour table th {
	}

	.info_hour table thead {
	}

	.info_hour table thead tr {
	}

	.info_hour table thead tr th {
	}

	.info_hour table thead tr td {
	}

	.info_hour table tbody {
	}

	.info_hour table tbody tr {
	}

	.info_hour table tbody tr > * {
	}

	.info_hour table tbody tr th {
	}

	.info_hour table tbody tr td {
	}

	.mr {
	}

	.sr {
	}

	.info_hour_note {
	}

	.info_hour_note dl {
	}

	.info_hour_note dl dt {
	}

	.info_hour_note dl dd {
	}

	.cpy {
	}
}

@media screen and (max-width:768px) {
	.wrapper {
		display: block;
	}

	.side {
	}

	.side_wrap {
		height: auto;
		padding-top: 70px;
		padding-bottom: 0;
	}

	.side_logo {
		max-width: 300px;
	}

	.side_logo_img {
	}

	.main {
	}

	.main_inner {
	}

	.main_wrap {
	}

	.pagehd {
		padding: 50px 0 30px;
	}

	.pagehd_catcth {
	}

	.pagehd_catcth p {
		padding: 15px 16px;
		border-radius: 10px;
		font-size: 24px;
	}

	.pagehd_catcth_color {
	}

	.pagehd_catcth_ten {
	}

	.content {
		padding: 45px 20px;
		border-radius: 40px;
	}

	.sec {
	}

	.sec_hd {
	}

	.sec_hd_en {
		margin-bottom: 5px;
		padding: 0 5px 5px 5px;
	}

	.sec_hd_jp {
		padding: 0 5px;
		font-size: 19px;
	}

	.our {
		margin-bottom: 20px;
	}

	.our_hd {
	}

	.our_hd_en {
	}

	.our_hd_jp {
	}

	.our_wrap {
	}

	.our_cnt {
		gap: 6px 13px;
		font-size: 16px;
	}

	.info {
	}

	.info_hd {
	}

	.info_hd_en {
	}

	.info_hd_jp {
	}

	.info_wrap {
	}

	.info_map {
		margin-bottom: 20px;
	}

	.info_map_txt {
		flex-flow: column;
		align-items: start;
		margin-bottom: 15px;
		padding: 0 5px;
	}

	.info_map_txt p {
	}

	.info_map_txt p .icon-pin {
	}

	.info_map_txt a {
	}

	.info_map_txt a:hover {
	}

	.info_map_cnt {
		border-radius: 10px;
	}

	.info_map_cnt iframe {
	}

	.info_tel {
		margin-bottom: 30px;
	}

	.info_tel a {
		height: 55px;
		font-size: 32px;
	}

	.info_tel a .icon-tel {
		font-size: 24px;
	}

	.info_hour {
	}

	.info_hour table {
	}

	.info_hour table th {
		width: 100px;
		padding: 6px;
	}

	.info_hour table thead {
	}

	.info_hour table thead tr {
	}

	.info_hour table thead tr th {
	}

	.info_hour table thead tr td {
	}

	.info_hour table tbody {
	}

	.info_hour table tbody tr {
	}

	.info_hour table tbody tr > * {
	}

	.info_hour table tbody tr th {
	}

	.info_hour table tbody tr td {
	}

	.mr {
	}

	.sr {
	}

	.info_hour_note {
	}

	.info_hour_note dl {
	}

	.info_hour_note dl dt {
	}

	.info_hour_note dl dd {
	}

	.cpy {
		padding: 30px 0 100px;
	}

	.telnum {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 240px;
	}

	.telnum a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 100%;
		height: 67px;
		border-radius: 23px 0 0 0;
		background: #5db6e7;
		color: #ffffff;
		font-size: 26px;
		transition: all 0.4s;
	}

	.telnum a:hover {
		opacity: 0.6;
	}

	.telnum a .icon-tel {
		display: flex;
		font-size: 24px;
	}
}
