@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 374px) {
	.corporation-nav__item {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.top-mv__movie {
		aspect-ratio: 1920 / 596;
	}

	.top-mv__text {
		bottom: auto;
	}

	.top-mv__catch {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 100%;
		max-width: 1920px;
	}

	.corporation-interview__bnr {
		max-width: 1200px;
		width: 100%;
	}

	.corporation-interview__bnr img {
		width: 100%;
	}

	.thanks {
		text-align: center;
	}

	.thanks-img {
		max-width: 270px;
	}
}

@media screen and (min-width: 1200px) {
	html {
		scroll-padding-top: 150px;
	}

	body {
		letter-spacing: 0.06em;
	}

	.dpn--1200 {
		display: none !important;
	}

	.dpb--1200 {
		display: block !important;
	}

	.dpi--1200 {
		display: inline !important;
	}

	.btn--02 {
		width: 252px;
		font-size: 20px;
		padding: 23px 10px;
		font-weight: 400;
	}

	.btn--02::before,
	.btn--02::after {
		width: 48px;
		height: 48px;
		right: 19px;
	}

	.btn--03 a {
		margin-inline: auto;
		width: 252px;
		font-size: 20px;
		padding-block: 16px;
		height: 74px;
	}

	.head--01 {
		margin-bottom: 60px;
		font-size: 16px;
		font-weight: 400;
	}

	.head--01:before {
		letter-spacing: 0.1em;
	}

	.head--02 {
		font-size: 20px;
	}

	.head--02::after {
		margin-block: 16px;
	}

	.head--03 {
		font-size: 30px;
		margin-bottom: 70px;
	}

	.head--04 {
		font-size: 30px;
		margin-bottom: 60px;
	}

	.head--05 {
		font-size: 28px;
	}

	.head--06 {
		font-size: 22px;
		margin-top: 100px;
		margin-bottom: 56px;
	}

	.head--07 {
		font-size: 20px;
	}

	.head--08 {
		font-size: 26px;
	}

	.dl-01 {
		display: flex;
		flex-wrap: wrap;
	}

	.dl-01__dt {
		width: 248px;
		margin-right: 48px;
		display: flex;
		align-items: center;
		padding-left: 46px;
		padding-block: 30px;
	}

	.dt--access {
		display: flex;
		height: 100%;
	}

	.dl-01__dd {
		width: calc(100% - 248px - 48px);
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-block: 30px;
	}

	.dl-02 {
		display: flex;
		flex-wrap: wrap;
	}

	.dl-02__dt {
		width: 213px;
	}

	.dl-02__dd {
		width: calc(100% - 213px);
	}

	.dl-02__dt.last,
	.dl-02__dd.last {
		margin-top: 62px;
	}

	.dl-04 {
		display: flex;
		flex-wrap: wrap;
	}

	.dl-04__dt {
		width: 340px;
		border-bottom: #196A5C 1px solid;
		padding-block: 35px;
		font-size: 20px;
		display: flex;
		align-items: center;
	}

	.dl-04__dd {
		width: calc(100% - 340px);
		padding-block: 35px;
		font-size: 20px;
	}

	.dl-04__dt.memo {
		padding-bottom: 35px;
	}

	.dl-04__dt.memo span {
		bottom: 15px;
	}

	.ul-01__li {
		display: inline-block;
	}

	.ul-01__li+.ul-01__li {
		margin-left: 1em;
	}

	.header-container {
		padding-inline: 0;
		height: 130px;
	}

	.header-title {
		width: 332px;
	}

	.content {
		padding-block: 130px 200px;
	}

	.content-header {
		background: #1A7567 url(../../img/content-hd-bg-pc.png) center center no-repeat;
	}

	.content-header__container {
		background-image: none;
		background-size: cover
	}

	.content-header__title {
		line-height: 1.4375;
	}

	.content-header__title::before {
		line-height: 1.32;
	}

	.breadcrumbs {
		padding-block: 80px 90px;
	}

	.ft-contact {
		background: linear-gradient(180deg, rgba(26, 117, 103, 0.8), rgba(0, 21, 18, 0.8)), url(../../img/ft-contact-bg-pc.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding-block: 101px;
	}

	.ft-contact__container {
		/* padding: 35px 42px; */
		padding: 35px 70px;
	}

	.ft-contact__container .head--01 {
		margin-bottom: 60px;
	}

	.ft-contact__list {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.ft-contact__item {
		width: 100%;
		border-top: none !important;
		padding-block: 6px !important;
	}

	/* .ft-contact__item:first-child {
		order: 2;
	}
	.ft-contact__item:nth-child(2) {
		order: 1;
	}
	.ft-contact__item:last-child {
		order: 3;
	} */
	/* .ft-contact__item:first-child, */
	.ft-contact__item:last-child {
		border-left: #707070 1px solid;
		padding-left: 63px;
		/* margin-left: 63px; */
		margin-left: 33px;
	}

	.ft-contact__item--position {
		font-size: 16px;
	}

	.ft-contact__item--tel {
		font-size: 37px;
		letter-spacing: 0;
	}

	.ft-contact__item--time {
		font-size: 16px;
		margin-top: 8px;
	}

	.ft-contact__item .btn--01 {
		font-size: 20px;
		margin: 21px auto;
		padding-block: 19px;
	}

	.ft-contact__item .btn--01 span {
		width: 100%;
		text-align: center;
	}

	.ft-information__flex {
		display: flex;
		justify-content: space-between;
	}

	.footer-title {
		width: 410px;
	}

	.ft-information__left--01 .btn--02 {
		margin: 21px 0 64px 0;
	}

	.ft-information__left--02 {
		display: block;
		font-size: 18px;
	}

	.nav-footer__list {
		display: flex;
		grid-column-gap: 78px;
	}

	.nav-footer__anchor::before {
		content: attr(data-eng);
		display: block;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.08em;
		color: #F9C158;
	}

	.nav-footer__sublist {
		margin-top: 30px;
	}

	.ft-copyright {
		display: flex;
		flex-direction: column-reverse;
		text-align: right;
		grid-row-gap: 20px;
		margin-top: 0;
		font-size: 14px;
		position: relative;
		top: -26px;
	}

	.ft-copyright p:first-child {
		text-align: left;
		letter-spacing: 0.05em;
	}

	.ft-copyright small {
		margin-top: 0;
		font-size: 16px;
	}

	.top-catch {
		padding-block: 170px 240px;
	}

	.top-catch__title {
		text-align: center;
		margin-bottom: 100px;
	}

	.top-catch__description {
		text-align: center;
	}

	.top-news {
		padding-bottom: 140px;
	}

	.top-news__item {
		width: 100%;
		max-width: 360px;
		margin-bottom: 60px;
	}

	.top-news__list::after {
		max-width: 360px;
		height: 0;
	}

	.top-news__thumb {
		max-width: none;
	}

	.top-news__title {
		font-size: 16px;
	}

	.top-diversity {
		padding-block: 0;
		background: #E0E9DE;
		height: 575px;
	}

	.top-diversity::before {
		content: "";
		display: block;
		background: #FFF;
		background-image: none;
		width: 1310px;
		height: 575px;
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 2;
		transform: scale(1.01) skew(-24deg) translateX(-50%);
	}

	.top-diversity__grid {
		display: grid;
		grid-template-columns: 604px 421px;
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 180px;
		position: relative;
		z-index: 3;
		padding-block: 19px;
	}

	.top-diversity__title {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	.top-diversity__img {
		grid-column: 1 / 2;
		grid-row: 1 / -1;
		margin-bottom: 0;
	}

	.top-diversity__description {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}

	.top-service {
		padding-block: 200px 240px;
	}

	.top-service__list {
		width: 100%;
		max-width: initial;
		flex-wrap: nowrap;
		border-bottom: #BFBFBF 1px solid;
		margin-block: 50px;
	}

	.top-service__item {
		width: 20%;
		border: none;
		font-size: 16px;
		height: 214px;
	}

	.top-service__item::before {
		width: 83px;
		height: 75px;
	}

	.top-service__item::before {
		background-image: url(../../img/service-ico-01.png);
	}

	.top-service__item--02::before {
		background-image: url(../../img/service-ico-02.png);
	}

	.top-service__item--03::before {
		background-image: url(../../img/service-ico-03.png);
	}

	.top-service__item--04::before {
		background-image: url(../../img/service-ico-04.png);
	}

	.top-service__item--05::before {
		background-image: url(../../img/service-ico-05.png);
	}

	.top-service__item:nth-child(2n-1) {
		border: none;
	}

	.top-service__item+.top-service__item {
		border-left: #BFBFBF 1px solid;
	}

	.top-service__item--06 {
		display: none;
	}

	.top-service .btn--03 a {
		margin-left: 0;
	}

	.top-product {
		padding-block: 47px 0;
	}

	.top-product__title.head--01 {
		margin-bottom: 60px;
	}

	.top-product__text--01 {
		font-size: 20px;
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	.top-product__text--02 {
		font-size: 50px;
		line-height: 1;
		margin-block: 23px;
	}

	.top-product__text--02 strong {
		grid-column-gap: 10px;
	}

	.top-product__text--02 strong::before,
	.top-product__text--02 strong::after {
		width: 88px;
		height: 53px;
	}

	.top-product__text--03 {
		font-size: 26px;
	}

	.top-product {
		background: #1A7567;
		position: relative;
	}

	.top-product::before {
		content: "";
		display: block;
		width: 59px;
		height: 100%;
		background: #FFF;
		position: absolute;
		left: 50%;
		top: 0;
		transform: scale(1.01) skew(-24deg) translateX(-1400%);
	}

	.top-product__container {
		background: url(../../img/product.png) right 37px top no-repeat;
		background-size: 252px;
		position: relative;
	}

	.top-product__flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.top-product__btn {
		position: relative;
		top: -45px;
	}

	.top-corporation {
		padding-block: 240px 190px;
	}

	.top-corporation__container {
		display: grid;
		grid-template-columns: 389px 628px;
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 183px;
	}

	.top-corporation__title {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		margin-bottom: 60px;
	}

	.top-corporation__img {
		grid-column: 2 / -1;
		grid-row: 1 / -1;
	}

	.top-corporation__description {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		margin-block: 0;
		letter-spacing: 0.03em;
	}

	.top-corporation__btn.btn--03 a {
		margin-left: 0;
	}

	.top-recruit {
		padding-bottom: 200px;
	}

	.top-recruit__title {
		margin-bottom: 60px;
	}

	.recruit-list {
		margin-bottom: 100px;
	}

	.recruit-list__download--anchor {
		font-size: 18px;
	}

	.recruit-list__download--anchor::before {
		width: 19px;
		height: 20px;
		margin-right: 15px;
	}

	.top-recruit-photo__list {
		grid-column-gap: 25px;
	}

	.top-disclaimer__text {
		font-size: 16px;
	}

	.top-news__list {
		justify-content: space-between;
	}

	.top-news__item {
		width: 35.83%;
		max-width: 429px;
		margin-bottom: 100px;
	}

	.top-news__date {
		font-size: 16px;
		margin-top: 20px;
	}

	.top .top-news__list {
		grid-column-gap: 4.49%;
	}

	.top .top-news__item {
		width: 30.34%;
		max-width: 365px;
	}

	.news .btn--03 a {
		text-align: left;
		padding-inline: 26px;
	}

	.post-content__date {
		font-size: 24px;
	}

	.post-content__title {
		font-size: 28px;
		margin-bottom: 60px;
	}

	.isms-sign {
		margin-top: 106px;
		line-height: 2.5;
		display: flex;
		align-items: center;
		grid-column-gap: 30px;
	}

	.isms-range {
		padding-block: 100px;
	}

	.isms-apply {
		padding-bottom: 100px;
	}

	.service-introduction {
		padding-bottom: 90px;
	}

	.service-introduction__catch {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.service-list {
		background: #CDDBC7;
		position: relative;
		padding-block: 120px;
	}

	.service-list::before {
		content: "";
		display: block;
		background: #E0E9DE;
		width: 2330px;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: skew(-24deg) translateX(-50%);
	}

	.service-item {
		width: 878px;
		position: relative;
		z-index: 1;
	}

	.service-item+.service-item {
		margin-top: 120px;
	}

	.service-item:nth-child(2n-1) {
		padding: 47px 90px 47px 236px;
		margin-left: auto;
	}

	.service-item:nth-child(2n) {
		padding: 47px 236px 47px 90px;
		margin-right: auto;
	}

	.service-item__title {
		font-size: 24px;
		padding-bottom: 28px;
		border-bottom: #A3A3A3 1px solid;
	}

	.service-item__title::before {
		width: 57px;
		height: 51px;
	}

	.service-item__img {
		position: absolute;
		max-width: 410px;
	}

	.service-item:nth-child(2n-1) .service-item__img {
		left: -320px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}

	.service-item:nth-child(2n) .service-item__img {
		right: -320px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}

	.service-item--02 img {
		position: relative;
		top: -60px;
		right: -2px;
	}

	.service-item--03 img {
		position: relative;
		top: -30px;
	}

	.service-item--04 img {
		position: relative;
		top: -30px;
	}

	.service-item--05 img {
		position: relative;
		top: -15px;
	}

	.corporation-nav__list {
		padding: 0;
		flex-wrap: nowrap;
		grid-column-gap: 0;
		margin-bottom: 180px;
	}

	.corporation-nav__item {
		width: 100%;
	}

	.corporation-nav__anchor {
		border-right: none;
		grid-row-gap: 5px;
		padding-block: 18px;
	}

	.corporation-nav__item:last-child .corporation-nav__anchor {
		border-right: #888 1px solid;
	}

	.corporation-message {
		padding-bottom: 200px;
	}

	.corporation-message__title {
		margin-bottom: 60px;
	}

	.corporation-message__conatiner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.corporation-message__photo {
		position: static;
		transform: translateY(-30px);
		width: 452px;
	}

	.corporation-message__text {
		width: 545px;
		letter-spacing: 0.06em;
	}

	.corporation-message__sign {
		margin-bottom: 88px;
	}

	.corporation-vision__container {
		display: grid;
		grid-template-columns: 540px 579px;
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 81px
	}

	.corporation-vision__title {
		grid-column: 2 / -1;
		grid-row: 1 / 2;
	}

	.corporation-vision__photo {
		grid-column: 1 / 2;
		grid-row: 1 / -1;
	}

	.corporation-vision__description {
		grid-column: 2 / -1;
		grid-row: 2 / -1;
	}

	.corporation-vision__description .ul-03__li+.ul-03__li {
		margin-top: 38px;
	}

	.corporation-information__container {
		padding-inline: 138px;
	}

	.corporation-information__iso {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.corporation-history__container {
		padding-inline: 288px;
	}

	.corporation-information .dl-01__dt {
		width: 166px;
		font-size: 20px;
		padding-inline: 12px;
	}

	.corporation-information .corporation-information__list .dl-01__dt:nth-last-of-type(1),
	.corporation-information .corporation-information__list .dl-01__dd:nth-last-of-type(1) {
		border: none;
	}

	.corporation-information .dl-01__dd {
		width: calc(100% - 166px - 52px);
	}

	.corporation-history {
		padding-bottom: 200px;
	}

	.corporation-history .dl-01__dt {
		width: 148px;
		padding: 12px;
		font-size: 18px;
	}

	.corporation-history .dl-01__dd {
		width: calc(100% - 148px - 48px);
	}

	.corporation-history .dl-01__dt .month {
		margin-left: 1em;
	}

	.corporation-history .dl-01__dt .date {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.corporation-interview__title {
		margin-bottom: 113px;
	}

	.corporation-interview__list {
		margin-bottom: 200px;
	}

	.corporation-interview__item {
		width: 1087px;
		display: grid;
		grid-template-columns: 432px 510px;
		grid-template-rows: 98px 415px 73px;
		grid-column-gap: 145px;
		margin-left: auto;
	}

	.corporation-interview__item+.corporation-interview__item {
		margin-top: 172px;
	}

	.corporation-interview__item::before {
		width: 258px;
		height: 96px;
		font-size: 60px;
		line-height: 96px;
		left: -112px;
		top: -48px;
		padding-left: 107px;
		text-align: left;
	}

	.corporation-interview__photo {
		width: 432px;
		margin: 0;
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}

	.corporation-interview__catch {
		font-size: 26px;
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		margin-top: 0;
	}

	.corporation-interview__sign {
		font-size: 18px;
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		text-align: left;
	}

	.corporation-interview__description {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	.corporation-interview__sign span {
		font-size: 32px;
	}

	.corporation-interview__bnr {
		margin-block: 200px;
	}

	.contact-memo {
		text-align: center;
	}

	.contact-tel {
		padding-bottom: 80px;
	}

	.contact-tel__list {
		border-top: none;
		border-bottom: none;
		/* border-left: #196A5C 1px solid; */
		/* border-right: #196A5C 1px solid; */
		display: flex;
	}

	.contact-tel__item {
		width: 100%;
	}

	.contact-tel__item+.contact-tel__item {
		border-top: none;
		border-left: #196A5C 1px solid;
	}

	.contact-tel__item--position {
		font-size: 16px;
	}

	.contact-tel__item--tel {
		font-size: 50px;
	}

	.contact-tel__item--time {
		font-size: 16px;
		/* margin-top: 180px; */
	}

	.thanks-img {
		margin: 160px auto 86px auto;
	}
}



/* 2025.04.23 smcp追記 */

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

	.top-news__banner {
		width: 80%;
		height: auto;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 450px) {

	.banner-note br {
		display: block;
	}

	.banner-note {
		line-height: 20px;
	}
}