<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Taikyo pharmaceutical Recruit - contents
-----------------------------------------------------*/

main {
	padding-top: 180px;
}

@media screen and (max-width: 700px) {
	main {
		padding-top: 80px;
	}
}

/* ==============================================
    
============================================== */
.pageHead {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	margin-bottom: 50px;
	opacity: 0;
	animation: fadeIn 0.5s ease forwards 0.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0; 
   
  }
  100% {
    opacity: 1;
    
  }
}

.pagetitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	flex: 1;
}
.pagetitle h1 {
	font-family: var(--font-maru);
	color: var(--main-color);
	font-size: 2em;
	flex: 1;
}


.pageHead .subpage {
	background: #fef7cb;
	padding: 30px;
}
.pageHead .subpage ul {
	display: flex;
	align-items: center;
	column-gap: 20px;
	height: 100%;
}
.pageHead .subpage li {
	width: 100%;
}
.pageHead .subpage li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid var(--main-color);
	border-radius: 999px;
	font-family: var(--font-maru);
	font-size: 1.375em;
	font-weight: 700;
	color: #000;
	min-width: 8em;
	height: 60px;
	position: relative;
}

.pageHead .subpage li .btn_arrow::after{
	background-image: url("image/arrow2_r.svg");
	width: 14px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}

@media screen and (max-width: 1100px) {
	.pageHead .subpage {
		padding: 30px 10px;
	}
	.pageHead .subpage li a {
		font-size: 1.25em;
		min-width:8em;
	}
}


@media screen and (max-width: 768px) {
	.pageHead {
		flex-direction: column;
		row-gap: 20px;
	}
	.pagetitle h1 {
		font-size: 1.6em;
	}
	.pageHead .subpage {
		padding: 20px;
	}
	.pageHead .subpage ul {
		flex-direction: column;
		row-gap: 10px;
	}
	.pageHead .subpage li a {
		font-size: 1.125em;
		width: 100%;
		height: 50px;
		border-width: 1px;
	}
}



/*#pagetitle .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}


#pagetitle h1 {
	font-family: var(--font-maru);
	color: var(--main-color);
	font-size: 2em;
	flex: 1;
}

@media screen and (max-width: 700px) {
	#pagetitle .inner {
		gap: 10px;
	}
	#pagetitle h1 {
		font-size: 1.6em;
	}
}*/


.currenttitle {
	margin: 80px 0 50px;
	padding-bottom: 10px;
	border-bottom: 6px solid var(--main-color);
}
.currenttitle h2 {
	font-family: var(--font-maru);
	font-size: 1.5em;
	font-weight: 700;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.currenttitle h2::before {
	content: "";
	background: #ff3c3c;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 10px 0 14px;
}

.ttl-border {
	font-size: 1.25em;
	font-family: var(--font-maru);
    font-weight: 700;
	color: var(--main-color);
    margin: 50px 0 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
}


.ttl-bg-yellow {
	font-size: 2em;
	line-height: 1.4;
	font-family: var(--font-maru);
    font-weight: 700;
	background: #fef7cb;
	padding: 20px 10px;
	margin: 50px 0 30px;
}

@media screen and (max-width: 700px) {
	.ttl-bg-yellow {
		font-size: 1.5em;
	}
}


.p_round img{
	border-radius: 50%;
}


/* ==============================================
    works
============================================== */

.works-job-section {}

.works-job-section .lead {
	margin-bottom: 50px;
	line-height: 1.6;
}

.works-job-flexbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8%;
}
.works-job-flexbox figure {
	width: 340px;
	text-align: center;
}
.works-job-flexbox .job-content {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 2%;
}

@media screen and (max-width: 1100px) {
	.works-job-flexbox figure {
		width: 30%;
	}
}
@media screen and (max-width: 700px) {
	.works-job-flexbox {
		flex-direction: column;
		gap: 0;
	}
	.works-job-flexbox figure {
		width: 80%;
		margin: 20px auto;
	}
	.works-job-flexbox .job-content {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 15px;
	}
}

.job-content::after {
	content: "";
	display: block;
	background: url("image/rec_icon_seizou.svg") no-repeat center center / contain;
	width: 200px;
	height: 120px;
	grid-column: 1 / 3;
}

body.seizou .job-content::after {
	background-image: url("image/rec_icon_seizou.svg");
}
body.kenkyu .job-content::after {
	background-image: url("image/rec_icon_kenkyu.svg");
}
body.hinshitsu .job-content::after {
	background-image: url("image/rec_icon_hinshitsu.svg");
	margin-left: auto;
}


.job-content dl {
	border: 1px solid #a4bff6;
	background: #fff;
	padding: 16px;
}
.job-content dt {
	font-size: 1.125em;
	font-family: var(--font-maru);
	font-weight: 700;
}
.job-content dd {
	margin-top: 10px;
}
.job-content dd ul {
	list-style: none;
}
.job-content dd ul li {
	padding-left: 10px;
	margin: 3px 0;
}
.job-content dd ul li::before {
	content: "●";
	display: inline-block;
	font-size: 8px;
	color: var(--main-color);
	width: 10px;
	margin-left: -10px;
}







.works-flow-section .lead {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 40px;
}

ol.works-flow {
	list-style: none;
}
ol.works-flow li {
	position: relative;
	margin-bottom: 40px;
}

@media screen and (min-width: 701px) {
	ol.works-flow.flow-3col {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 40px;
	}
}

@media screen and (max-width: 700px) {
	ol.works-flow {
		max-width: 340px;
		margin: 0 auto;
	}
}


ol.works-flow li strong.tit::before {
	content: "";
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #86a4e6 url("image/icon_n1.svg") no-repeat 50% 34% / 26% 26%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
ol.works-flow li:nth-child(1) strong.tit::before {
	background-image: url("image/icon_n1.svg");
}
ol.works-flow li:nth-child(2) strong.tit::before {
	background-image: url("image/icon_n2.svg");
}
ol.works-flow li:nth-child(3) strong.tit::before {
	background-image: url("image/icon_n3.svg");
}
ol.works-flow li:nth-child(4) strong.tit::before {
	background-image: url("image/icon_n4.svg");
}
ol.works-flow li:nth-child(5) strong.tit::before {
	background-image: url("image/icon_n5.svg");
}
ol.works-flow li:nth-child(6) strong.tit::before {
	background-image: url("image/icon_n6.svg");
}
ol.works-flow li.n_other strong.tit::before {
	background-image: url("image/icon_n_other.svg");
	background-size: 70% 70%;
}


ol.works-flow strong.tit {
	display: flex;
	align-items: center;
	font-size: 1.125em;
	font-family: var(--font-maru);
	font-weight: 700;
	min-height: 54px;
	padding: 0 0 0 86px;
	position: relative;
	overflow: hidden;
}
ol.works-flow li p {
	line-height: 1.4;
	margin-top: 25px;
}


.works-flow-section figure {
	text-align: center;
}
.works-flow-section figure img {
	border: 1px solid #b6caf5;
}


ol.works-flow li figure {
	position: relative;
	z-index: 2;
}


.works-flow-section .flexbox ol.works-flow {
	flex: 1;
}
.works-flow-section .flexbox figure {
	width: 340px;
	margin-left: 50px;
}

@media screen and (max-width: 700px) {
	.works-flow-section .flexbox {
		flex-direction: column;
	}
	.works-flow-section .flexbox figure {
		width: auto;
		margin: 0 auto;
	}
}

/* ==============================================
    data
============================================== */

.data-contents {
	/*font-family: var(--font-maru);*/
}

.numberBlock dl {
	border: 1px solid #b6caf5;
	border-radius: 0 34px 0 0;
	overflow: hidden;
}

.data-contents dt {
	font-size: 1.25em;
	font-family: var(--font-maru);
	font-weight: 700;
	background: #b6caf5;
	padding: 20px 30px;
}
.data-contents dd {
	background: #fff;
	padding: 30px 30px;
	min-height: 86%;
	text-align: center;
	place-content: center;
	place-items: center;
}

@media screen and (max-width: 1024px) {
	.data-contents dt {
		font-size: 1.125em;
		padding: 20px 10px;
	}
}
@media screen and (max-width: 700px) {
	.numberBlock dl {
		border-radius: 0 16px 0 0;
	}
	.data-contents dt {
		padding: 10px 10px;
	}
	.data-contents dd {
		padding: 20px 10px;
	}
}

.numberBlock dl.scrollin {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.numberBlock dl.scrollin.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


.data-contents section {
	margin-bottom: 50px;
}

.data-contents section h2 {
	font-size: 1.875em;
	font-family: var(--font-maru);
	font-weight: 700;
	margin-bottom: 30px;
}
.data-contents section h2 span {
	font-size: 0.8em;
	margin-left: 20px;
}

@media screen and (max-width: 700px) {
	.data-contents section h2 {
		font-size: 1.625em;
	}
	.data-contents section h2 span {
		display: block;
		margin-left: 0px;
	}
}


section.manufacturer .numberBlock {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
section.manufacturer .numberBlock dl:nth-child(1) {
	grid-column: 1 / 3;
}

section.employees .numberBlock {
	display: grid;
	grid-template-columns: 1fr 35%;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

section.opinions .numberBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
section.opinions .numberBlock dl:nth-child(1) {
	grid-column: 1 / 3;
}


dd .pic {
	width: 100%;
}
dd .pic img {
	width: 100%;
}

@media screen and (max-width: 700px) {
	section .numberBlock {
		display: block !important;
	}
	section .numberBlock dl {
		margin-bottom: 30px;
	}
}



section.manufacturer .numberBlock dl:nth-child(1) dd {
	font-size: 1.25em;
}



dl.d01 dd {
	display: grid;
	grid-template-columns: 1fr 120px 1fr;
	gap: 10px;
}

@media screen and (max-width: 700px) {
	dl.d01 dd {
		grid-template-columns: 1fr 18vw;
		grid-template-rows: repeat(2, auto);
		gap: 30px 10px;
	}
	dl.d01 dd div:nth-child(3) {
		grid-column: 1 / 3;
	}

}


dl.d02 dd {
	display: grid;
	grid-template-columns: auto 160px;
    grid-template-rows: repeat(2, auto);
    gap: 30px 0px;
}

dl.d02 dd div:nth-child(3) {
    grid-column: 1 / 3;
}

@media screen and (max-width: 700px) {
	dl.d02 dd {
		grid-template-columns: auto 30vw;
	}
}

dl.d03 dd {
	display: grid;
	grid-template-columns: 1fr 28%;
	gap: 20px;
}
@media screen and (max-width: 1024px) {
	dl.d03 dd {
		display:block;
	}
	dl.d03 .pic {
		width: 50%;
		margin: 20px auto 0;
	}
}

dl.d04 dd,
dl.d06 dd {
	display: grid;
	grid-template-columns: auto 100px;
    grid-template-rows: repeat(2, auto);
    gap: 30px 0px;
}
dl.d04 dd div:nth-child(3),
dl.d06 dd div:nth-child(3) {
    grid-column: 1 / 3;
}

@media screen and (max-width: 700px) {
	dl.d04 dd,
	dl.d06 dd {
		grid-template-columns: auto 24vw;
	}
}

dl.d05 dd {
	display: grid;
	grid-template-columns: 1fr 30%;
	gap: 30px;
}
@media screen and (max-width: 1000px) {
	dl.d05 dd {
		display:block;
	}
	dl.d05 .pic {
		width: 40%;
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 700px) {
	dl.d05 dd {
		display: grid;
		grid-template-columns: 1fr 20vw;
		gap: 30px;
	}
	dl.d05 .pic {
		width: 100%;
		margin: 0;
	}
}


dl.d07 .pic img {
	width: 270px;
}


dl.d08 dd {
	place-items: start;
}
dl.d08 .text {
	margin-bottom: 40px;
}
dl.d08 .graph {
	width: 100%;
	position: relative;
}

dl.d08 .graph .pic {
	width: 100%;
	margin: 0 auto;
}

dl.d08 .graph .box {
	text-align: left;
	background: #c4d4f8;
	border-radius: 10px;
	margin: 10px 0;
	padding: 10px 20px;
}
dl.d08 .graph .box1 {
	background: #c4d4f8;
}
dl.d08 .graph .box2 {
	background: #e3eaf7;
}
dl.d08 .graph .box3 {
	background: #ffbab8;
}
dl.d08 .graph .box4 {
	background: #ffd5d4;
}
dl.d08 .graph .box strong {
	display: block;
	margin-bottom: 5px;
	font-family: var(--font-maru);
	font-weight: 700;
}
dl.d08 .graph .box ul {
	list-style: none;
}
dl.d08 .graph .box li {
	font-size: 1em;
	position: relative;
	padding-left: 10px;
}
dl.d08 .graph .box li::before {
	content: "●";
	color: #4675ca;
	display: inline-block;
	font-size: 8px;
	position: absolute;
	top: 5px;
	left: 0;
}

@media screen and (min-width: 1024px) {
	dl.d08 .graph {
		padding: 0 0 100px 0;
	}
	dl.d08 .graph .pic {
		width: 60%;
	}
	dl.d08 .graph .box strong {
		
	}
	dl.d08 .graph .box {
		position: absolute;
		margin: 0;
	}
	dl.d08 .graph .box::after {
		content:"";
		position:absolute;
		border: solid transparent;
		height:0;
		width:0;

		
	}
	
	
	dl.d08 .graph .box1 {
		top: -30px;
		left: calc( 50% + 200px );
	}
	dl.d08 .graph .box1::after {
		border-top-color:#c4d4f8;
		
		border-top-width:30px;
		border-bottom-width:30px;
		border-left-width:10px;
		border-right-width:10px;

		top:100%;
		left:15%;
	}
	dl.d08 .graph .box2 {
		bottom: 100px;
		left: calc( 50% + 250px );
	}
	dl.d08 .graph .box2::after {
		border-right-color:#e3eaf7;
		border-top-width:10px;
		border-bottom-width:10px;
		border-left-width:20px;
		border-right-width:20px;
		right:100%;
		top:50%;
	}
	
	dl.d08 .graph .box3 {
		bottom: -10px;
		left: 36%;
		width: 300px;
	}
	dl.d08 .graph .box3::after {
		border-bottom-color:#ffbab8;
		border-top-width:20px;
		border-bottom-width:20px;
		border-left-width:10px;
		border-right-width:10px;
		bottom:100%;
		left:15%;
	}
	dl.d08 .graph .box4 {
		top: 50%;
		left: 0;
		width: 220px;
	}
	dl.d08 .graph .box4::after {
		border-left-color:#ffd5d4;
		border-top-width:10px;
		border-bottom-width:10px;
		border-left-width:30px;
		border-right-width:30px;
		left:100%;
		top:10%;
	}
}


dl.d09 .pic,
dl.d10 .pic {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	dl.d09 .pic,
	dl.d10 .pic {
		width: 100%;
	}
}

.numberBlock .text {
	text-align: left;
}
.text-large {
	font-size: 1.5em;
	font-weight: 700;
	padding-top: 10px;
}
.countnum {
	font-family: var(--font-maru);
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 10px;
}

.countnum span[data-to] {
	font-size: 80px;
	line-height: 0.8;
}
dl.d01 .countnum span[data-to] {
	font-size: 110px;
}
.c_green {
	color:  #57c7a6;
}
.c_yellow {
	color:  #ebb101;
}
.c_pink {
	color:  #f7817e;
}
.c_blue {
	color:  #45afca;
}


@media screen and (max-width: 700px) {
	.text-large {
		font-size: 1.25em;
	}
	.countnum {
		font-size: 18px;
	}
	.countnum span[data-to] {
		font-size: 60px;
	}
	dl.d01 .countnum span[data-to] {
		font-size: 70px;
	}
}

/* ==============================================
    message
============================================== */
.message-intro {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
	gap: 50px;
}
.message-intro .text {
	flex: 1;
}
.message-intro figure {
	width: 50%;
}

@media screen and (max-width: 700px) {
	.message-intro {
		flex-direction: column;
		margin-bottom: 90px;
	}
	.message-intro .text {
		flex: 1;
	}
	.message-intro figure {
		width: 100%;
	}
}



.message-intro .lead {
	font-size: 1.125em;
	line-height: 1.6;
	margin-bottom: 30px;
}

.message-intro dl.profile dt {
	font-size: 1.125em;
	font-weight: 700;
	font-family: var(--font-maru);
	color: var(--main-color);
	margin-bottom: 10px;
}
.message-intro dl.profile dd {
	line-height: 1.6;
	margin-bottom: 20px;
}

.message-intro .text::after {
	content: "";
	display: block;
	background: url("image/rec_icon_seizou.svg") no-repeat center center / contain;
	width: 200px;
	height: 120px;
	margin: 0 auto;
}

body.seizou .message-intro .text::after {
	background-image: url("image/rec_icon_seizou.svg");
}
body.kenkyu .message-intro .text::after {
	background-image: url("image/rec_icon_kenkyu.svg");
}
body.hinshitsu .message-intro .text::after {
	background-image: url("image/rec_icon_hinshitsu.svg");
}


.interview-flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.interview-flexbox figure {
	width: 48%;
}
.interview-flexbox ul.interview {
	flex: 1;
}

@media screen and (max-width: 700px) {
	.interview-flexbox {
		flex-direction: column;
	}
	.interview-flexbox figure {
		width: 100%;
		text-align: center;
		order: 1;
	}
	.interview-flexbox ul.interview {
		order: 2
	}
}


ul.interview {
	list-style: none;
	margin-bottom: 50px;
}
ul.interview li {
	position: relative;
	min-height: 100px;
	display: flex;
	align-items: center;
	margin: 10px 0 10px 100px;
}

ul.interview li div {
	width: 100%;
	line-height: 1.6;
}
ul.interview li.mc div {
	padding-bottom: 10px;
	border-bottom: 8px dotted #a4bff6;
}

ul.interview li.ans div {
	background: #fefae0;
	padding: 20px;
	width: 100%;
}

ul.interview li::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background: url("image/person_mc.svg") no-repeat center center / contain;
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
}

ul.interview li.mc::before {
	background-image: url("image/person_mc.svg");
}

ul.interview li.a1::before {
	background-image: url("image/person_a1.svg");
}
ul.interview li.b1::before {
	background-image: url("image/person_b1.svg");
}
ul.interview li.a2::before {
	background-image: url("image/person_a2.svg");
}
ul.interview li.b2::before {
	background-image: url("image/person_b2.svg");
}

@media screen and (max-width: 700px) {
	ul.interview li {
		min-height: 70px;
		margin: 10px 0 10px 80px;
	}
	ul.interview li::before {
		width: 70px;
		height: 70px;
		left: -80px;
	}
}


.message-schedule-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0  60px;
	margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
	.message-schedule-section {
		grid-template-columns: 1fr;
		grid-gap: 60px 0;
	}
}

.message-schedule {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	grid-gap: 20px 0;
}

.timeschedule {
	width: 100%;
	background: #fefae0;
	padding: 20px 30px;
}

.message-schedule dl {
	display: grid;
	grid-template-columns: 4em auto;
}

.message-schedule dt,
.message-schedule dd {
	padding: 5px 0;
}


.message-schedule h3 {
	font-size: 1.875em;
	font-weight: 700;
	font-family: var(--font-maru);
	color: var(--main-color);
	position: relative;
	padding: 0 0 20px 110px;
}
.message-schedule h3 span {
	display: block;
	font-size: 0.6em;
	margin-top: 10px;
}

.message-schedule h3::before {
	content: "";
	display: block;
	background: url("image/person_a1.svg") no-repeat center center / contain;
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.message-schedule h3.a1::before {
	background-image: url("image/person_a1.svg");
}
.message-schedule h3.b1::before {
	background-image: url("image/person_b1.svg");
}
.message-schedule h3.a2::before {
	background-image: url("image/person_a2.svg");
}
.message-schedule h3.b2::before {
	background-image: url("image/person_b2.svg");
}


@media screen and (max-width: 700px) {
	.message-schedule h3 {
		font-size: 1.5em;
	}
}

/* ==============================================
    requirement
============================================== */
.requirement {}

.req_detail {
	border: 1px solid #664c1a;
	margin-bottom: 50px;
}

.req_detail h3 {
	font-size: 1.5em;
	font-family: var(--font-maru);
	font-weight: 700;
	background: #fefcf1;
	padding: 20px;
	
	
	cursor: pointer;
	position: relative;
}
.req_detail h3::before,
.req_detail h3::after {
	content: "";
	background: #664c1a;
	width: 20px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
}
.req_detail h3::after {
	transform: rotate(90deg);
	transition: .2s;
}
.req_detail h3.active::after {
	transform: rotate(0);
}


.req_detail .content {
	display: none;
}

.req_detail table {
	width: 100%;
}
.req_detail table th,
.req_detail table td {
	padding: 20px;
	border: 1px solid #ddddd3;
	font-weight: 400;
	background: #fff;
}
.req_detail table th {
	background: #ecece3;
	width: 12em;
}

.req_detail td dl {
	display: grid;
	grid-template-columns: 10em auto;
	grid-column-gap: 10px;
	border: 1px solid #ddddd3;
}
.req_detail td dl:not(:last-child) {
	border-bottom: none;
}

.req_detail td dt,
.req_detail td dd {
	padding: 20px;
}
.req_detail td dt {
	border-right: 1px solid #ddddd3;
}

@media screen and (max-width: 700px) {
	.req_detail table th,
	.req_detail table td {
		display: block;
		width: 100%;
	}
	.req_detail td dl {
		grid-template-columns: 6em auto;
	}
	.req_detail td dt,
	.req_detail td dd {
		padding: 10px 0.5em;
		font-size: 0.875em;
	}
}

.contact_block {
	text-align: center;
	margin: 50px auto;
}
.contact_block a.btn_form {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	width: 390px;
    height: 60px;
    border-radius: 999px;
	font-size: 1.125em;
    background: var(--main-color);
    color: #fff;
	margin: 0 auto;
}
.contact_block a.btn_form::before {
    content: "";
    display: inline-block;
    background: url(image/icon_mail.svg) no-repeat 0 0 / contain;
    width: 26px;
    height: 26px;
    margin-right: 20px;
}
.contact_block a.btn_form:hover {
	text-decoration: none;
}

.contact_block dl.tel {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	font-family: var(--font-maru);
	font-weight: 700;
}
.contact_block dl.tel dt {
	font-size: 1.125em;
}
.contact_block dl.tel dd {
	font-size: 1.6em;
	color: var(--main-color);
	
}

@media screen and (max-width: 700px) {
	.contact_block a.btn_form {
		width: 100%;
	}
	.contact_block dl.tel {
		flex-direction: column;
		gap: 10px;
	}
}
</pre></body></html>