




/**
 * 教育研修・働き方・各種制度 (workstyle)
 * ---------------------------------------- */
.p-workstyle .visual_title .deco {
	bottom: -32px;
}
@media screen and (min-width: 768px) {
	.p-workstyle .visual_title .deco {
		right: -160px;
		bottom: -32px;
		width: 294px;
	}
}
@media screen and (max-width: 767px) {
	.p-workstyle .visual_title .deco {
		right: -120px;
		bottom: -24px;
		width: 224px;
	}
}
@media screen and (max-width: 374px) {
	.p-workstyle .visual_title .deco {
		right: -72px;
		width: 200px;
	}
}
.p-workstyle .main_section {
	position: relative;
	max-width: 880px;
	margin-top: 160px;
	margin-bottom: 120px;
	padding-top: 120px;
}
.p-workstyle .main_section::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
}
.workstyle_title {
	position: absolute;
}
.p-workstyle p {
	margin-top: 24px;
	font-size: 14px;
	text-align: justify;
}
@media screen and (max-width: 767px) {
	.p-workstyle p {
		font-size: 13px;
	}
}
@media screen and (max-width: 479px) {
	.p-workstyle .main_section {
		padding-top: 80px;
	}
}
@media screen and (max-width: 374px) {
	.p-workstyle .main_section {
		padding-top: calc(80vw / 3.75);
	}
}

/* タイトル */
.p-workstyle .section_title {
	position: relative;
	padding-top: 80px;
	font-size: 25px;
	line-height: 1.6;
	font-family: "Midashi Go MB31", sans-serif;
}
.p-workstyle .section_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	background: center / cover no-repeat;
}
@media screen and (max-width: 767px) {
	.p-workstyle .section_title {
		padding-top: 48px;
		font-size: 16px;
	}
	.p-workstyle .section_title::before {
		left: calc(50% - 24px);
		width: 48px;
		height: 48px;
	}
}

.p-workstyle .column_title {
	padding-bottom: 16px;
	border-bottom: 1px solid currentcolor;
	color: #27a23a;
	font-size: 20px;
	line-height: 1.6;
	font-family: "Midashi Go MB31", sans-serif;
	text-align: left;
}
.p-workstyle .column_title::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 16px;
	background: url(../img/title_pixel.svg) center / cover no-repeat;
	vertical-align: middle;
}

/* セクション */
.workstyle_section {
	color: white;
}
.workstyle_section .section_title {
	padding-bottom: 0;
	font-size: 28px;
}
@media screen and (min-width: 375px) {
	.workstyle_section {
		display: flex;
		align-items: center;
	}
	.workstyle_section .section_title {
		flex-basis: 88px;
		margin-right: 16px;
	}
	.workstyle_section p {
		flex-basis: calc(100% - 88px);
		margin: 0;
		padding-left: 24px;
		border-left: 2px solid currentcolor;
	}
}
@media screen and (min-width: 768px) {
	.workstyle_section {
		padding: 0 24px;
	}
	.workstyle_section .section_title {
		flex-basis: 216px;
	}
	.workstyle_section p {
		flex-basis: calc(100% - 216px);
		padding: 8px 48px;
	}
}
@media screen and (max-width: 767px) {
	.workstyle_section {
		font-size: 18px;
	}
	.workstyle_section .section_title {
		font-size: 18px;
	}
}
@media screen and (max-width: 374px) {
	.workstyle_section p {
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid currentcolor;
	}
}

.workstyle_panel {
	padding: 32px;
	border-radius: 5px;
	background: white;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1), 24px 24px 0 rgba(0,0,0,.1);
}
.workstyle_panel > * {
	max-width: 712px;
	margin-right: auto;
	margin-left: auto;
}
.workstyle_column {
	margin-top: 48px;
}
.workstyle_figure figcaption {
	color: #27b53a;
	font-family: "Midashi Go MB31", sans-serif;
}
.workstyle_figure figcaption small {
	font-size: 85%;
}
@media screen and (max-width: 767px) {
	.workstyle_panel {
		box-shadow: 10px 10px 10px rgba(0,0,0,.1), 16px 16px 0 rgba(0,0,0,.1);
	}
}
@media screen and (max-width: 479px) {
	.workstyle_panel {
		padding: 24px 16px;
		box-shadow: 5px 5px 5px rgba(0,0,0,.1), 8px 8px 0 rgba(0,0,0,.1);
	}
}

/* :::::: 人材育成への取り組み :::::: */
.p-workstyle1::before {
	background: #27b53a url(../img/bg_stripe.png) center top / 250px 250px;
}
.p-workstyle1 .workstyle_title {
	top: -96px;
	left: calc(50% - 193px);
}	
@media screen and (max-width: 767px) {
	.p-workstyle1 .workstyle_title {
		top: -64px;
		left: calc(50% - 130px);
		width: 260px;
	}	
}

.p-workstyle1_1 .section_title::before {
	background-image: url(../img/workstyle_ico1.svg);
}
.p-workstyle1_2 .section_title::before {
	background-image: url(../img/workstyle_ico2.svg);
}
.p-workstyle1_3 .section_title::before {
	background-image: url(../img/workstyle_ico3.svg);
}
/* 人材育成 */
.p-workstyle1_2 {
	margin-top: 64px;
}
@media screen and (max-width: 767px) {
	.p-workstyle1_2 {
		margin-top: 40px;
	}
}
@media screen and (max-width: 374px) {
	.p-workstyle1_2 {
		margin-top: 24px;
	}
}
/* 教育研修体系の紹介 */
.p-workstyle1_3 {
	margin-top: 64px;
}
@media screen and (min-width: 768px) {
	.p-workstyle1_3 {
		padding-bottom: 48px;
	}
}
@media screen and (max-width: 767px) {
	.p-workstyle1_3 {
		margin-top: 40px;
	}
}
.p-workstyle1_3 > .workstyle_figure {
	margin-top: 24px;
}
.workstyle_table {
	width: 100%;
}
.workstyle_table {
	width: 100%;
	margin-top: .3em;
}
.workstyle_table th,
.workstyle_table td {
	padding: .8em;
	line-height: 1.4;
	font-family: "Midashi Go MB31", sans-serif;
}
.workstyle_table th {
	color: white;
}
.workstyle_table th:first-child {
	width: 8em;
}
.workstyle_table .fix {
	width: 6em;
}
.workstyle_table.-wt1 th {
	background: #1e913a url(../img/bg_title2.png) center / 125px 125px;
}
.workstyle_table.-wt1 td {
	background: #e1f3e4;
}
.workstyle_table.-wt2 th {
	background: #29b23e url(../img/bg_title.png) center / 125px 125px;
}
.workstyle_table.-wt2 td {
	background: #def4e2;
}
.workstyle_table.-wt3 th {
	background: #1ba974 url(../img/bg_table.png) center / 125px 125px;
}
.workstyle_table.-wt3 td {
	background: #e6f3f0;
}
.workstyle_table th:first-child {
	border-radius: 5px 0 0 5px;
}
.workstyle_table th:last-child {
	border-top-right-radius: 5px;
}
.workstyle_table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
@media screen and (max-width: 767px) {
	.workstyle_table th,
	.workstyle_table td {
		padding: .6em .3em;
		font-size: 13px;
	}
	.workstyle_table th:first-child {
		width: 4em;
	}
	.workstyle_table .fix {
		width: 4em;
	}
}
/* 特定教育 */
@media screen and (min-width: 768px) {
	.p-workstyle1_3_3 {
		display: grid;
		grid-template-rows: auto 1fr;
		grid-template-columns: calc(45% - 40px) 55%;
		column-gap: 40px;
	}
	.p-workstyle1_3_3 .column_title {
		grid-area: 1 / 1 / 2 / 2;
	}
	.p-workstyle1_3_3 > p {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}
	.p-workstyle1_3_3 .workstyle_figure {
		grid-row: 1 / 3;
		grid-column: 2 / 3;
	}
}
/* 主な資格取得状況（2021年12月1日現在の資格取得者数） */
.p-workstyle1_3_3 .workstyle_figure {
	font-size: 14px;
	line-height: 1.4;
}
.p-workstyle1_3_3 .c-table {
	width: 100%;
	margin-top: .5em;
	border: 1px solid #27b53a;
	border-radius: 5px;
	border-spacing: 0;
}
.p-workstyle1_3_3 .c-table th,
.p-workstyle1_3_3 .c-table td {
	padding: 12px;
	font-family: "Midashi Go MB31", sans-serif;
}
.p-workstyle1_3_3 .c-table tbody th,
.p-workstyle1_3_3 .c-table tbody td {
	border-top: 1px solid #27b53a;
}
.p-workstyle1_3_3 .c-table th {
	color: white;
	background: #27b53a url(../img/bg_title2.png) center / 125px 125px;
}
.p-workstyle1_3_3 .c-table th:last-child,
.p-workstyle1_3_3 .c-table td:last-child {
	border-left: 1px solid white;
}
.p-workstyle1_3_3 .c-table td:last-child {
	border-color: #27b53a;
}

/* :::::: ワークライフバランスへの取り組み :::::: */
.p-workstyle2::before {
	background: #27b53a url(../img/bg_stripe2.png) center top / 250px 250px;
}
.p-workstyle2 .workstyle_title {
	top: -104px;
	left: calc(50% - 259px);
}
@media screen and (max-width: 767px) {
	.p-workstyle2 .workstyle_title {
		top: -72px;
		left: calc(50% - 170px);
		width: 340px;
	}
	.p-workstyle1_3_3 .workstyle_figure {
		margin-top: 24px;
	}
}
@media screen and (max-width: 374px) {
	.p-workstyle2 .workstyle_title {
		top: calc(-72vw / 3.75);
		left: calc(50% - 170vw / 3.75);
		width: calc(340vw / 3.75);
	}
}

.workstyle_panel.-v .section_title {
	padding-bottom: 16px;
	border-bottom: 1px solid #27a23a;
}
.p-workstyle2_6.-h::after {
	content: "";
	display: block;
	clear: both;
}
.p-workstyle2_6.-h .photo {
	float: right;
	margin: .3em 0 .5em 24px;
}
@media screen and (min-width: 768px) {
	.p-workstyle2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 56px;
	}
	.p-workstyle2_1,
	.p-workstyle2_4,
	.p-workstyle2_5,
	.p-workstyle2_6 {
		grid-column: 1 / 3;
	}
	.workstyle_panel.-h {
		display: flex;
		justify-content: space-between;
	}
	.workstyle_panel.-h .section_title {
		flex-basis: 260px;
		align-self: center;
		padding-right: 16px;
	}
	.workstyle_panel.-h p {
		flex-basis: calc(100% - 260px);
		margin: 0;
		padding: 8px 0 8px 32px;
		border-left: 1px solid #27a23a;
	}
}
@media screen and (max-width: 767px) {
	.p-workstyle2 .workstyle_panel {
		margin-top: 24px;
	}
	.p-workstyle2 .p-workstyle2_1 {
		margin-top: 0;
	}
	.workstyle_panel.-h .section_title {
		padding-bottom: 16px;
		border-bottom: 1px solid #27a23a;
	}
	.p-workstyle2_6.-h .photo {
		max-width: 43%;
	}
}
@media screen and (max-width: 767px) {
	.p-workstyle2_6.-h .photo {
		margin-left: 16px;
	}
}
.p-workstyle2_1 .section_title::before {
	background-image: url(../img/workstyle_ico4.svg);
}
.p-workstyle2_2 .section_title::before {
	background-image: url(../img/workstyle_ico5.svg);
}
.p-workstyle2_3 .section_title::before {
	background-image: url(../img/workstyle_ico6.svg);
}
.p-workstyle2_4 .section_title::before {
	background-image: url(../img/workstyle_ico7.svg);
}
.p-workstyle2_5 .section_title::before {
	background-image: url(../img/workstyle_ico8.svg);
}
.p-workstyle2_6 .section_title::before {
	background-image: url(../img/workstyle_ico9.svg);
}
/* 働き方に関する各種制度 */
.p-workstyle2_1 .workstyle_column {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 56px;
	padding: 80px;
	border-radius: 10px;
	background: #f3f3f3;
}
.p-workstyle2_1 .title {
	position: absolute;
	top: -40px;
	left: calc(50% - 196px);
}
.p-workstyle2_1 .c-dotlist {
	font-size: 18px;
	text-align: left;
}
.p-workstyle2_1 .c-dotlist li {
	font-family: "Midashi Go MB31", sans-serif;
}
.p-workstyle2_1 .c-dotlist small {
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
	.p-workstyle2_1 {
		padding-bottom: 48px;
	}
}
@media screen and (max-width: 767px) {
	.p-workstyle2_1 .workstyle_column {
		margin-top: 48px;
		padding: 48px 24px 24px;
	}
	.p-workstyle2_1 .title {
		top: -28px;
		left: calc(50% - 142px);
		width: 284px;
	}
}
@media screen and (max-width: 479px) {
	.p-workstyle2_1 .c-dotlist {
		font-size: 13px;
	}
	.p-workstyle2_1 .c-dotlist small {
		font-size: 10px;
	}
}


/**
 * よくあるご質問 (faq)
 * ---------------------------------------- */
.p-faq {
	padding-bottom: 80px;
}
.p-faq .visual_title .deco {
	bottom: 0;
}
@media screen and (min-width: 768px) {
	.p-faq .visual_title {
		max-width: 520px;
	}
	.p-faq .visual_title .main,
	.p-faq .visual_title .sub {
		margin: 0 8px;
	}
	.p-faq .visual_title .deco {
		right: -128px;
		width: 275px;
	}
}
@media screen and (max-width: 767px) {
	.p-faq .visual_title .deco {
		width: 176px;
		right: -80px;
	}
}
.faq_title {
	display: inline-block;
}
.faq_lead {
	position: relative;
	max-width: 640px;
	margin-top: 96px;
	padding: 48px 24px;
	border-width: 3px 0;
	border-style: solid;
	border-image: url(../img/stripe_line.svg) 3 0 / 4px 0 round;
}
.faq_lead .label_title {
	position: absolute;
	top: -38px;
	left: calc(50% - 52px);
	width: 104px;
	background: white;
}
.faq_lead p {
	font-size: 17px;
	text-align: center;
}
.faq_list {
	max-width: 760px;
	margin: 40px auto 0;
}
.faq_item {
	border: 1px solid #29b23e;
	border-radius: 5px;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}
.faq_item:nth-child(n+2) {
	margin-top: 40px;
}
.faq_item .q,
.faq_item .a {
	display: flex;
	position: relative;
	line-height: 1.8;
}
.faq_item .label {
	flex-basis: 88px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 88px;
}
.faq_item .text {
	flex-basis: calc(100% - 88px);
	align-self: center;
	text-align: justify;
}
.faq_item .q {
	cursor: pointer;
	font-size: 20px;
	text-align: left;
}
.faq_item .q .label {
	min-height: 80px;
	padding: .8em 0 .8em 8px;
	background: url(../img/bg_title2.png) center / 125px 125px;
}
.faq_item:nth-child(2n) .q .label {
	background-image: url(../img/bg_title.png);
}
.faq_item .q .text {
	padding: 1em 2.4em 1em 1.6em;
	font-family: "Midashi Go MB31", sans-serif;
	font-weight: 700;
}
.faq_item .q .ar {
	position: absolute;
	top: calc(50% - 10px);
	right: 1em;
	width: 12px;
	height: 20px;
	fill: #29b23e;
}
.faq_item .a  {
	align-items: flex-start;
	font-size: 14px;
}
.faq_item .a .label {
	min-height: 88px;
	padding: 1.2em 0 1.2em 8px;
}
.faq_item .a .text {
	padding: 1.2em 1.2em 1.2em 0;
}
.faq_item .a::before,
.faq_item .a::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	border-top: 1px solid #29b23e;
}
.faq_item .a::before {
	width: 100%;
	border-top: 1px solid #29b23e;
}
.faq_item .a::after {
	top: -1px;
	left: calc(50% - 17px);
	width: 34px;
	height: 12px;
	background: url(../img/faq_tail.svg) center / cover no-repeat;
}
@media screen and (max-width: 767px) {
	.p-faq .main_section {
		padding: 32px 0;
	}
	.faq_title {
		max-width: 226px;
	}
	.faq_lead p {
		font-size: 15px;
	}
	.faq_list {
		margin-top: 24px;
	}
	.faq_item:nth-child(n+2) {
		margin-top: 24px;
	}
	.faq_item .q,
	.faq_item .a {
		line-height: 1.4;
	}
	.faq_item .q {
		font-size: 15px;
	}
	.faq_item .a {
		font-size: 13px;
	}
}


/**
 * 募集要項 (information)
 * ---------------------------------------- */
.p-information {
	padding-bottom: 0;
}
.p-information .visual_title {
	width: 80%;
	max-width: 560px;
}
.p-information .visual_title .deco {
	right: 0;
}
@media screen and (min-width: 768px) {
	.p-information .visual_title .deco {
		bottom: -72px;
		width: 276px;
	}
}
@media screen and (max-width: 767px) {
	.p-information .visual_title .deco {
		bottom: -40px;
		width: 160px;
	}
}
.information_title {
	display: inline-block;
	z-index: 0;
	position: relative;
}
.information_title::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 8px;
	bottom: 8px;
	right: -16px;
	left: -16px;
	background: white;
}
@media screen and (max-width: 479px) {
	.information_title {
		width: 203px;
	}
	.information_title::before {
		bottom: 0;
	}
}

/* :::::: 募集要項 :::::: */
.requirements_table {
	max-width: 848px;
	margin: -48px auto 0;
	padding: 12px;
	border: 2px solid #29b23e;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.1);
}
.requirements_table .table_row {
	display: flex;
	background: url(../img/dotline_h.svg) left bottom / 4px 2px repeat-x,
		url(../img/dotline_v.svg) 232px top / 2px 4px repeat-y;
	line-height: 1.6;
}
.requirements_table .table_row:last-child {
	background: url(../img/dotline_v.svg) 232px top / 2px 4px repeat-y;
}
.requirements_table .table_row > dt,
.requirements_table .table_row > dd {
	align-self: center;
	padding: 32px 40px;
}
.requirements_table .table_row:first-child > dt,
.requirements_table .table_row:first-child > dd {
	padding-top: 80px
}
.requirements_table .table_row > dt {
	flex-basis: 232px;
	font-size: 20px;
}
.requirements_table .table_row > dt > span {
	width: 6em;
	display: inline-flex;
	justify-content: space-between;
	font-family: "Midashi Go MB31", sans-serif;
}
.requirements_table .table_row > dd {
	flex-basis: calc(100% - 232px);
	font-size: 14px;
	text-align: left;
}
.requirements_table .table_row > dd small {
	font-size: 86%;
}
@media screen and (min-width: 768px) {
	.p-requirements {
		padding-top: 104px;
	}
}
@media screen and (max-width: 767px) {
	.requirements_table {
		margin-top: -32px;
	}
	.requirements_table .table_row {
		background-position: left bottom, 33% top;
	}
	.requirements_table .table_row:last-child {
		background-position: 33% top;
	}
	.requirements_table .table_row > dt,
	.requirements_table .table_row > dd {
		padding: 24px 1em;
	}
	.requirements_table .table_row > dt {
		flex-basis: 33%;
		max-width: 33%;
		padding-left: .5em;
		font-size: 17px;
	}
	.requirements_table .table_row > dd {
		flex-basis: 67%;
		padding-left: 1.5em;
	}
	.requirements_table .table_row:first-child > dt,
	.requirements_table .table_row:first-child > dd {
		padding-top: 48px
	}
}
@media screen and (max-width: 479px) {
	.requirements_table {
		padding: 6px;
	}
	.requirements_table .table_row > dt {
		font-size: 14px;
	}
	.requirements_table .table_row > dd {
		font-size: 13px;
	}
}

/* :::::: 新卒採用のながれ :::::: */
.p-flow {
	position: relative;
}
.p-flow .information_title {
	z-index: 2;
	position: absolute;
	top: 48px;
	left: calc(50% - 131px);
	width: 262px;
}
.p-flow .information_title::before {
	top: 40px;
}
@media screen and (max-width: 479px) {
	.p-flow .information_title {
		left: calc(50% - 102px);
		width: 204px;
	}
}

.p-flow .section_bg {
	z-index: -1;
	background: #27b53a url(../img/bg_stripe.png) center top / 250px 250px;
}
.c-flow-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	padding: 80px 80px 64px;
	border-radius: 5px;
	background: white;
}
.c-flow {
	width: auto;
}
.c-flow::after {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 24px;
	pointer-events: none;
	box-shadow: 0 0 0 1px #27b53a, 0 0 0 4px white, 0 0 0 6px #27b53a;
	mix-blend-mode: multiply;
}
.flow_item {
	position: relative;
	padding-left: 80px;
}
.flow_item .num {
	z-index: 0;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 48px;
	height: 40px;
}
.flow_item .num::before {
	content: "";
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 12px;
	background: url(../img/bg_title.png) center / 125px 125px;
}
.flow_item:not(:last-child) .num::after {
	content: "";
	position: absolute;
	top: calc(100% + 24px);
	left: calc(50% - 3px);
	width: 5px;
	height: 54px;
	background: url(../img/flow_arr.svg) center bottom / 5px 54px;
}
.flow_item .text {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-height: 136px;
	padding: .6em 0;
	font-size: 20px;
	line-height: 1.6;
	font-family: "Midashi Go MB31", sans-serif;
	text-align: left;
}
.flow_item:not(:last-child) .text {
	background: url(../img/dotline_h.svg) left bottom / 4px 2px repeat-x;
}
.c-flow-wrap .note {
	margin-top: .3em;
	font-size: 12px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
	.c-flow::after {
		inset: 16px;
	}
	.c-flow-wrap {
		padding: 64px 32px 32px;
		box-shadow: 16px 16px 0 rgba(0,0,0,.1);
	}
	.flow_item {
		padding-left: 56px;
	}
	.flow_item .num {
		width: 40px;
		height: 32px;
	}
	.flow_item .num img {
		width: 32px;
	}
	.flow_item:not(:last-child) .num::after {
		top: calc(100% + 12px);
		height: 32px;
	}
	.flow_item .text {
		min-height: 80px;
		font-size: 15px;
		line-height: 1.4;
	}
	.c-flow-wrap .note {
		padding-left: 1em;
		font-size: 10px;
		text-indent: -1em;
	}
}
@media screen and (max-width: 374px) {
	.flow_item .text br {
		display: none;
	}
}

/* :::::: Contact :::::: */
.p-entry {
	z-index: 3;
	position: relative;
	padding: 120px 0 160px;
}
.p-entry .label_title {
	z-index: 1;
	padding: 32px 24px 0;
	background: white;
}
.entry_address {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	max-width: 680px;
	margin: -40px auto 0;
	padding: 64px 24px;
	border-width: 3px 0;
	border-style: solid;
	border-image: url(../img/stripe_line.svg) 3 0 / 4px 0 round;
}
.entry_address dt {
	font-size: 22px;
	font-family: "Midashi Go MB31", sans-serif;
	font-weight: 700;
}
.entry_address dd {
	width: 100%;
	max-width: 528px;
	line-height: 1.8;
	text-align: left;
}
.entry_address dt + dd {
	margin-top: 1em;
}
.entry_address dd small {
	font-size: 80%;
}
@media screen and (min-width: 768px) {
	.entry_address dd + dd {
		margin-top: .3em;
	}
}
@media screen and (max-width: 767px) {
	.p-entry {
		padding: 64px 0 184px;
	}
	.entry_address {
		padding: 40px 8px;
	}
	.entry_address dt {
		font-size: 15px;
	}
	.entry_address dd {
		font-size: 13px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 374px) {
	.p-entry {
		padding-bottom: calc(184vw / 3.75);
	}
}

.entry_button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 48px);
	max-width: 416px;
	height: 160px;
	margin-top: 120px;
	padding: 24px;
	border-radius: 10px;
	color: white;
	background: linear-gradient(to top, #962100, #c12100 80%);
}
.entry_button .arr {
	position: absolute;
	fill: currentcolor;
}
@media (hover: hover) {
	.entry_button {
		transition: transform .6s cubic-bezier(.3,1,.7,1), box-shadow .6s cubic-bezier(.3,1,.7,1);
	}
	.entry_button:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 16px rgba(0,0,0,.1);
		transition-duration: .2s;
	}
}
@media screen and (min-width: 768px) {
	.entry_button .arr {
		width: 21px;
		height: 9px;
		top: calc(50% - 5px);
		right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.entry_button {
		height: 104px;
		margin-top: 48px;
	}
	.entry_button img {
		width: 84px;
	}
	.entry_button .arr {
		top: calc(50% - 3px);
		right: 32px;
	}
}

.entry_deco {
	position: absolute;
	right: 6%;
	bottom: -32px;
	width: 160px;
	height: 208px;
	pointer-events: none;
}
.entry_deco .balloon {
	display: grid;
	place-items: center;
	position: absolute;
	bottom: 96%;
	left: 36%;
	width: 163px;
	height: 156px;
	padding-bottom: 24px;
	text-align: center;
	background: url(../img/entry_bln.svg) center / cover no-repeat;
}
.entry_deco .balloon .t {
	font-size: 20px;
	line-height: 1.3;
	font-family: "Midashi Go MB31", sans-serif;
	font-weight: 700;
	transform: skewY(-3deg);
}
.entry_deco .balloon .t .s {
	font-size: 85%;
}
@media screen and (max-width: 767px) {
	.entry_deco {
		right: calc(50% - 60px);
		width: 120px;
		height: 157px;
	}
	.entry_deco .balloon {
		bottom: 50%;
		left: 104%;
		width: 114px;
		height: 109px;
		padding-bottom: 16px;
	}
	.entry_deco .balloon .t {
		font-size: 14px;
	}
}
@media screen and (max-width: 374px) {
	.entry_deco {
		right: calc(50% - 60vw / 3.75);
		width: calc(120vw / 3.75);
		height: calc(157vw / 3.75);
	}
	.entry_deco .balloon {
		width: calc(114vw / 3.75);
		height: calc(109vw / 3.75);
	}
	.entry_deco .balloon .t {
		font-size: calc(14vw / 3.75);
	}
}