@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
5.0 Page
--------------------------------------------------------------*/
/* 5.0 page.css
--------------------------------------------------------------*/

/* corporate
--------------------------------------------------------------*/
/* corporate-about */
.corporate-about h3 {
    font-weight: 600;
	margin-bottom: 2rem;
}

/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-about h3 {
		font-size: 2rem;
		line-height: 1.5;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-about h3 {
		font-size: 2.8rem;
	}
	.corporate-about p {
		font-size: 1.2rem;
	}
}
/* corporate-information */
.corporate-information__table {
	width: 100%;
}
.corporate-information__tabl tbody {
	display: flex;
	flex-direction: column;
}
.corporate-information__table tr {
	display: flex;
}
.corporate-information__table th {
	border-top: 1px solid var(--black);
	font-weight: 500;
	text-align: left;
}

/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-information__table tr {
		flex-direction: column;
	}
	.corporate-information__table th {
		padding: 1rem 0 1rem;
	}
	.corporate-information__table td {
		border-top: 1px solid var(--border);
		padding: 1rem 0 1rem;
	}
	.corporate-information__table tr:last-child th {
		border-bottom: 1px solid var(--border);
	}
	.corporate-information__table tr:last-child td {
		border-bottom: 1px solid var(--black);
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-information__table th {
		width: 25%;
		padding: 2rem 0;
	}
	.corporate-information__table td {
		border-top: 1px solid var(--black);
		width: 75%;
		padding: 2rem 0;
	}
	.corporate-information__table tr:last-child th {
		border-bottom: 1px solid var(--black);
	}
	.corporate-information__table tr:last-child td {
		border-bottom: 1px solid var(--black);
	}
}
/* corporate-access */
.corporate-access__map {
	margin-top: 2rem;
}
/* corporate / corporate-ceomessage
--------------------------------------------------------------*/
/* corporate-ceomessage */
.corporate-ceomessage h3 {
    font-weight: 600;
	margin-bottom: 2rem;
}
.corporate-ceomessage p.sign {
	text-align: right;
	font-weight: 500;
}
.corporate-about h3 {
    font-weight: 600;
	margin-bottom: 2rem;
}

/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-ceomessage h3 {
		font-size: 2rem;
		line-height: 1.5;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-ceomessage {
		background: url(../img/corporate-ceomessage__b.png) no-repeat 0rem 9rem / 44rem;
	}
	.corporate-ceomessage h3 {
		font-size: 2.8rem;
	}
}
/* corporate / corporate-identity
--------------------------------------------------------------*/
/* corporate-identity__mission */
.corporate-identity__mission {

}
.corporate-identity__mission .wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}
.corporate-identity__mission picture {
	width: 10rem;
}
.corporate-identity__mission p {
    text-align: center;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-identity__mission p {
		font-size: 1.2rem;
		line-height: 2.4;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-identity__mission p {
		font-size: 1.8rem;
		line-height: 2.8;
	}
}
/* corporate-identity__vision */
.corporate-identity__vision p {
    margin-bottom: 4rem;
}
.corporate-identity__vision picture {
	border-radius: var(--radius-mid);
    overflow: hidden;
	max-width: 72.8575rem;
    margin-right: -10%;
}
.corporate-identity__vision picture::before {
	padding-top: 32%;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-identity__vision p {
		font-size: 1rem;
    	line-height: 2;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-identity__vision p {
		font-size: 1.4rem;
    	line-height: 2.4;
	}
}
/* corporate-identity__value */
.section.corporate-identity__value {
	background: url(../img/corporate-identity__value.png) no-repeat center / cover;
}
.corporate-identity__value ul {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.corporate-identity__value li {
	width: 100%;
}
.corporate-identity__value h3 strong {
	font-weight: 500;
}
.corporate-identity__value h3 small {
    font-weight: 500;
    color: var(--border);
}
.corporate-identity__value p {
	font-size: 1.2rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-identity__value ul {
		gap: 2rem;
	}
	.corporate-identity__value h3 {
    	line-height: 1.3;
		margin-bottom: 0.7rem;
	}
	.corporate-identity__value h3 strong {
		font-size: 1.5rem;
		display: block;
	}
	.corporate-identity__value h3 small {
		font-size: 1.2rem;
	}
	.corporate-identity__value p {
		font-size: 1rem;
	    padding-bottom: 1rem;
    	border-bottom: 1px solid var(--border);
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-identity__value ul {
		gap: 4rem;
	}
	.corporate-identity__value h3 strong {
		font-size: 2rem;
		margin-right: 1rem;
	}
	.corporate-identity__value h3 small {
		font-size: 1.4rem;
	}
	.corporate-identity__value p {
		font-size: 1.2rem;
	}
}
/* Office
--------------------------------------------------------------*/
.office-gallery__slide {
	margin-bottom: 2rem;
	margin-top: 4rem;
}
.office-gallery__slide-item {
	border-radius: 1.25rem;
	overflow: hidden;
}
.office-gallery__slide-item.img-box:before {
	padding-top: 55%;
}
.office-gallery__slide-item img {
	cursor: pointer;
}
.office-gallery__slide .slick-arrow {
	width: 3rem;
	height: 3rem;
	z-index: 1;
}
.office-gallery__slide .slick-prev,
.office-gallery__slide .slick-prev:hover,
.office-gallery__slide .slick-prev:focus {
	background: url(../img/link-left__solid-circle.svg) no-repeat center/contain;
	left: 1rem;
}
.office-gallery__slide .slick-next:hover,
.office-gallery__slide .slick-next:focus,
.office-gallery__slide .slick-next {
	background: url(../img/link-right__solid-circle.svg) no-repeat center/contain;
	right: 1rem;
}
.office-gallery__slide .slick-prev:before,
.office-gallery__slide .slick-next:before {
	content: "";
}
.office-gallery__thumb {

}
.office-gallery__thumb-item {
	border-radius: 0.75rem;
	overflow: hidden;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}
.office-gallery__thumb-item:before {
	padding-top: 57%;
}
/* business
--------------------------------------------------------------*/
/* business-summary */
.business-summary .img {
	margin-top: 4rem;
	display: flex;
	gap: 2rem;
}
.business-summary picture:before {
	padding-top: 58%;
}
/* business-strength */
.business-strength__list {
	display: flex;
	gap: 2rem;
}
.business-strength__list li {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.business-strength__list i {
	width: 5rem;
}
.business-strength__list h3 {
	font-size: 1.5rem;
    font-weight: 600;
	line-height: 1.5;
}
@media screen and (max-width:768px) {
	.business-strength__list {
		flex-direction: column;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* business-lineup */
.section.business-lineup {
	background: url(../img/corporate-identity__value.png) no-repeat center / cover;
}
.business-lineup__list {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.business-lineup__list li {
	display: flex;
	justify-content: space-between;
    gap: 2rem;
}
.business-lineup__list .txt {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.business-lineup__list h3 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}
.business-lineup__list picture::before {
	padding-top: 58%;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.business-lineup__list li {
		flex-direction: column;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.business-lineup__list .txt {
		width: 50%;
	}
	.business-lineup__list .img {
		width: 50%;
	}
}
/* business-closing */
.section.business-closing {
	background: url(../img/business-closing.png) no-repeat center / cover;
}
.business-closing h3 {
	text-align: center;
	font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
	line-height: 1.5;
}
.business-closing p {
	text-align: center;
}
/* business / business-clinic
--------------------------------------------------------------*/
/* business-clinic-about */
.business-clinic__about-list {
	margin-top: 4rem;
}
/* business-clinic__brand */
.business-clinic__brand {

}
.business-clinic-brand__list {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
    gap: 2rem;
}
.business-clinic-brand__list li {
	display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.business-clinic-brand__list picture {
	border: 2px solid var(--border);
    display: block;
}
.business-clinic-brand__list h3 {
	font-size: 1.4rem;
    font-weight: 600;
}
.business-clinic-brand__list p {

}
.business-clinic-brand__list a {
	color: var(--main);
    text-decoration: underline;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.business-clinic-brand__list {
		flex-direction: column;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.business-clinic-brand__list li {
		width: calc(34% - 2rem);
	}
}
/* business-clinic__closing */
.section.business-clinic__closing {
	background: url(../img/business-clinic__closing.png) no-repeat center / cover;
}
/* business / business-cosme
--------------------------------------------------------------*/
.business-cosme-development__list {
	margin-top: 5rem;
}
.section.business-cosme-intro {
	background: url(../img/business-cosme__intro.png) no-repeat center / cover;
}
.section.business-cosme__closing {
	background: url(../img/business-cosme__closing.png) no-repeat center / cover;
}
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* recruit
--------------------------------------------------------------*/
.recruit-joblist__list {
	display: flex;
}
.recruit-joblist__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	width: 50%;
}
.recruit-joblist__link {
	margin-top: 4rem;
}
.recruit-joblist__link p {
	margin-top: 2rem;
	text-align: center;
}
.recruit-lookingfor p {
    text-align: center;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.recruit-joblist__list {
		gap: 0;
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
	}
	.recruit-joblist__list .card-img {
		border-radius: 0;
	}
	.recruit-lookingfor p {
		font-size: 1.2rem;
		line-height: 2.5;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.recruit-joblist__list {
		gap: 2rem;
	}
	.recruit-lookingfor p {
		font-size: 1.6rem;
		line-height: 3;
	}
}
/* news
--------------------------------------------------------------*/

/* contact
--------------------------------------------------------------*/
.contact-form .wrap {
	background: var(--bgc);
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-top: 4rem;
}
.contact-form__table {
	display: table;
	width: 100%;
	max-width: var(--max-mid);
}
.contact-form__table tbody {
	display: flex;
	flex-direction: column;
}
.contact-form__table tr {
	display: flex;
}
.contact-form__table th {
	text-align: left;
}
.contact-form__table td {

}
.contact-form__table td.full {
	width: 100%;
}
.contact-form__table .input input {
	display: block;
	background: var(--white);
	width: calc(100% - 2rem);
}
.contact-form__table .input p {
	display: flex;
	gap: 1rem;
}
.contact-form__table .input span {
	width: 100%;
}
.contact-form__table .message textarea {
	display: block;
	background: var(--white);
	padding: 1.5rem 1rem;
	width: calc(100% - 2rem);
}
.contact-form__table .name span {
	width: calc(50% - 1rem);
}
.contact-form__table .accept {
	text-align: center;
}
.contact-form__table .accept label {
	display: flex;
	align-items: center;
    gap: 1rem;
}
.contact-form__table .accept input {
	display: block;
	background: var(--white);
    width: 1.4rem;
    height: 1.4rem;
}
.contact-form__table .accept a {
	color: var(--main);
	text-decoration: underline;
}
.contact-form__table .submit input {
    background: var(--main);
    color: var(--white);
    padding: 1rem 2.5rem 1rem 1rem;
    border-radius: var(--radius-small);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	font-weight: 400;
}
.contact-form__table .submit input:after {
	content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    right: 1.5rem;
    top: calc(50% - 0.4rem);
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(45deg);
}
.contact-form__table .submit input:disabled {
    opacity: 0.5;
}
.contact-form__table .nes {
	color: var(--main);
}

/* media query : mobile */
@media screen and (max-width:768px) {
	.contact-form .wrap {
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
		border-radius: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.contact-form__table tbody {
		gap: 1rem;
	}
	.contact-form__table tr {
		flex-direction: column;
		        gap: 0.5rem;
	}
	.contact-form__table .input input {
		padding: 1rem 1rem;
	}
	.contact-form__table p {
		width: calc(100% - 3rem);
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.contact-form .wrap {
		border-radius: var(--radius-mid);
	}
	.contact-form__table tbody {
		gap: 2rem;
	}
	.contact-form__table tr {
		align-items: center;
	}
	.contact-form__table th {
		width: 25%;
	}
	.contact-form__table td {
		width: 75%;
	}
	.contact-form__table .input input {
		padding: 1.5rem 1rem;
	}
	.contact-form__table .submit p {
		width: 100%;
	}
}
/* terms
--------------------------------------------------------------*/
.privacy {

}
.privacy h2 {
	font-size: 2rem;
    font-weight: 600;
	line-height: 1.5;
    margin-bottom: 2rem;
}
.privacy h3 {
	
}
.privacy p {
	margin-bottom: 1rem;
}

/* 404
--------------------------------------------------------------*/