body {
	font-family: heisei-kaku-gothic-std, sans-serif;
}

body {
	color: #004f77;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.u-desktop {
	display: none;
}
.c-margin10{
	margin-bottom: 10px;
}
.c-margin20{
	margin-bottom: 20px;
}

.c-disabled {
    pointer-events: none;
}

.c-arrow {
	background-color: #eeeeee;
	border-radius: 50%;
	display: grid;
	height: 100%;
	place-items: center;
	width: 100%;
}

.c-banner {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	display: grid;
	grid-template-columns: 1fr 9.375rem;
	padding: 15px 12px;
	padding: 0.9375rem 0.75rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-banner__lead {
	padding-inline: 10px;
	padding-inline: 0.625rem;
	background-color: #c4e4cd;
	border: 1px solid #004f77;
	border-radius: 0.875rem;
	display: grid;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	height: 28px;
	height: 1.75rem;
	left: 8px;
	left: 0.5rem;
	letter-spacing: 0.05em;
	min-width: 148px;
	min-width: 9.25rem;
	place-items: center;
	position: absolute;
	text-align: center;
	top: -20px;
	top: -1.25rem;
}

.c-banner__title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-banner__text {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.c-banner__img {
	border-radius: 0.375rem;
	overflow: hidden;
}

.c-banner__img img {
	aspect-ratio: 155/92;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-btn {
	background-color: #fff;
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	display: inline-grid;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.05em;
	padding-right: 6px;
	padding-right: 0.375rem;
	place-items: center;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-btn__arrow {
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.c-btn__arrow img {
	width: 6px;
	width: 0.375rem;
}

.c-card {
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	padding: 25px;
	padding: 1.5625rem;
}

.c-card__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 323/216;
	border-radius: 0.375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card__title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin-top: 14px;
	margin-top: 0.875rem;
	text-align: center;
}

.c-card__text {
	line-height: 1.75;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.c-comment p {
	background: #fff;
	border: solid 1px #004f77;
	border-radius: 1.25rem;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.25;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	position: relative;
}

.c-comment p:before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #fff;
	bottom: -8px;
	bottom: -0.5rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9px;
	width: 0.5625rem;
	z-index: 2;
}

.c-comment p:after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #004f77;
	bottom: -10px;
	bottom: -0.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9px;
	width: 0.5625rem;
	z-index: 1;
}

.c-enTitle {
	font-family: "futura-pt-bold", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
}

.c-hamburger {
	background-color: #c4e4cd;
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #004f77;
	border-radius: 0.125rem;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	width: 1.125rem;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.4375rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.4375rem);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

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

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-menuBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #004f77;
	border: 0.0625rem solid #004f77;
	border-radius: 0.625rem;
	color: #004f77;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.16em;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-menuBtn--yellow {
	background-color: #ffff00;
}

.c-menuBtn span {
	height: 24px;
	height: 1.5rem;
	left: 10px;
	left: 0.625rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	width: 26px;
	width: 1.625rem;
}

.c-menuBtn span img {
	display: inline;
	height: 100%;
}

.c-sectionTitle {
	position: relative;
	text-align: center;
}

.c-sectionTitle::before {
	background: url(../images/common/sectionTitle.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 38px;
	height: 2rem;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	width: 40px;
	width: 2rem;
}

.c-sectionTitle::after {
	background-color: #004f77;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
}

.c-sectionTitle span {
	padding-inline: 16px;
	padding-inline: 1rem;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}

.c-sectionTitle--pink span {
	background-color: #ffd1d5;
}

.c-sectionTitle--white span {
	background-color: #fff;
}

.c-sectionTitle--gray span {
	background-color: #f0f0f0;
}

.c-sectionTitle--green span {
	background-color: #cae2b3;
}

.c-sectionTitle--orange span {
	background-color: #ffe4cf;
}

.c-staff-card {
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	display: block;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-staff-card__comment {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.c-staff-card__info {
	padding-block: 10px 10px;
	padding-block: 0.625rem 0.625rem;
}

.c-staff-card__img {
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
}

.c-staff-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-staff-card__sub {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 1.2352941176;
}

.c-staff-card__name {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.c-staff-card__arrow {
	bottom: 6px;
	bottom: 0.375rem;
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: 6px;
	right: 0.375rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.c-staff-card__arrow img {
	width: 6px;
	width: 0.375rem;
}

.c-tab {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 12px;
	padding: 0.375rem 0.75rem;
	width: 100%;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.8;
}

.c-text--center {
	text-align: center;
}

.c-title__main {
	font-family: "futura-pt-bold", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: 0.24em;
	text-align: center;
	text-transform: uppercase;
}

.c-title__sub {
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
}

.c-title__sub::before {
	background-color: #004f77;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.c-title__sub span {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-size: 10px;
	font-weight: 300;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 16px;
	padding: 0.625rem 1rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.c-title__sub--white span {
	background-color: #fff;
}

.c-title__sub--gray span {
	background-color: #eeeeee;
}


.c-badge{
	/*background-color: #c4e4cd;*/
    font-size: 0.7rem !important;
    padding: 0.25em 0.25rem 0.15em;
    border-radius: 50vw;
    font-weight: bold;
    margin-right: 0 !important;
}

.slick-track{
	display: flex;
}
.slick-slide {
    height: auto !important;
}


@media (hover: hover) {

.c-banner:hover {
	-webkit-box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
	box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
}

.c-btn:hover {
	-webkit-box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
	box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
}

.c-btn:hover .c-btn__arrow {
	height: 2.625rem;
	right: 1.0625rem;
	width: 2.625rem;
}

.c-menuBtn:hover {
	-webkit-box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
	box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
}

.c-staff-card:hover {
	-webkit-box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
	box-shadow: 0 0 0.4375rem rgba(0, 0, 0, .35);
}

.c-staff-card:hover .c-staff-card__arrow {
	bottom: 0.4375rem;
	height: 2.625rem;
	right: 0.4375rem;
	width: 2.625rem;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.c-banner {
	border-radius: 0.9375rem;
	grid-template-columns: 1fr 18.4375rem;
	padding: 1.25rem 1.5rem 1.25rem 3.375rem;
}

.c-banner__lead {
	border-radius: 1.1875rem;
	font-size: 0.85rem;
	font-weight: bold;
	height: 2.375rem;
	left: 1.375rem;
	letter-spacing: 0.15em;
	min-width: 13.625rem;
	top: -1.875rem;
}

.c-banner__title {
	font-size: 1.75rem;
}

.c-banner__text {
	font-size: max(1.0625rem, 14px);
	line-height: 1.5882352941;
	margin-top: 0.75rem;
}

.c-banner__img {
	border-radius: 0.75rem;
}

.c-banner__img img {
	aspect-ratio: 293/174;
}

.c-btn {
	border-radius: 0.9375rem;
	font-size: max(1rem, 14px);
	letter-spacing: 0.18em;
}

.c-btn__arrow {
	height: 2.1875rem;
	right: 1.25rem;
	width: 2.1875rem;
}

.c-btn__arrow img {
	width: 0.5rem;
}

.c-card {
	border: none;
	padding: 0;
}

.c-card__thumb img {
	border-radius: 0.625rem;
}

.c-card__title {
	padding-inline: 3.75rem;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	margin-top: 1.125rem;
}

.c-card__text {
	padding-inline: 3.75rem;
	line-height: 2.2142857143;
	margin-top: 1.125rem;
}

.c-comment p {
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.625rem 1.25rem;
}

.c-comment p:before {
	bottom: -1.125rem;
	height: 1.3125rem;
	width: 1.3125rem;
}

.c-comment p:after {
	bottom: -1.25rem;
	height: 1.3125rem;
	width: 1.3125rem;
}

.c-enTitle {
	font-size: 2rem;
}

.c-menuBtn {
	font-size: 1.25rem;
}

.c-menuBtn span {
	height: 2.8125rem;
	left: 1.25rem;
	width: 3.125rem;
}

.c-menuBtn--column {
	gap: 1.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-menuBtn--column span {
	left: auto;
	left: initial;
	position: relative;
	top: auto;
	top: initial;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-sectionTitle::before {
	height: 3.0625rem;
	margin-bottom: 2rem;
	width: 3.25rem;
}

.c-sectionTitle::after {
	bottom: 0.875rem;
}

.c-sectionTitle span {
	padding-inline: 1.5rem;
	font-size: 1.75rem;
}

.c-staff-card {
	border-radius: 0.9375rem;
}

.c-staff-card__comment {
	top: -1.875rem;
}

.c-staff-card__info {
	padding-block: 1rem 1.5rem;
}

.c-staff-card__img {
	border-radius: 0.9375rem 0.9375rem 0 0;
}

.c-staff-card__sub {
	font-size: 1.0625rem;
}

.c-staff-card__name {
	font-size: 1.75rem;
	margin-top: 0.625rem;
}

.c-staff-card__arrow {
	bottom: 0.625rem;
	height: 2.1875rem;
	right: 0.625rem;
	width: 2.1875rem;
}

.c-staff-card__arrow img {
	width: 0.5rem;
}

.c-tab {
	border-radius: 1rem;
	font-size: 0.9375rem;
	padding: 1.5rem 1.5rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-text {
	font-size: max(1rem, 14px);
}

.c-title__main {
	font-size: 2.5rem;
}

.c-title__sub {
	margin-top: 0.875rem;
}

.c-title__sub::before {
	left: 50%;
	max-width: 87.5rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-title__sub span {
	border-radius: 1.25rem;
	padding: 0.75rem 1.5rem;
}

}

