@charset "utf-8";
/* add css */

.news-detail img {
  margin-top: 40px;
}

.news-detail h2 {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.news-detail h2::before {
    content: "";
    width: 10px;
    height: 4px;
    background-color: var(--blue-00);

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-detail h3 {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.nt-card-img {
  object-fit: cover;
}

.nt-btn-grey {
  background-color: var(--blue-00);
}

.job-desc-container h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--blue-00);
    position: relative;
    padding-left: 30px;
    padding-bottom: 11px;
}

.job-desc-container h2::after {
    content: "";
    background: url(/assets/img/common/line.png);
    width: 100%;
    height: 1px;
    position: absolute;
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
}

.job-desc-container h2::before {
    content: '';
    background: url(/assets/img/common/ic_mark.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.job-desc-container p {
    color: #1D1D1D;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.56px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.job-desc-container p.apply-text {
    color: var(--white-00);
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.fulltime-staff {
  flex-wrap: wrap;
  gap: 40px;
}
.recruit-card {
  width: 47%;
}

.contact-form {
  padding: 80px 68px 60px;
  margin: 0 auto 80px;
}

.cf-ttl {
  margin-bottom: 50px;
}

.top-ab-img img {
  border-radius: 20px;
}

.ceo-img-blk img,
.addr-left-blk img {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .news-detail h2 {
        margin-top: 40px;
    }
    .news-detail h3 {
        margin-top: 40px;
    }
    .job-desc-container h2 {
        padding-bottom: 15px;
        font-size: 1.6rem;
        padding-left: 24px;
    }
    .job-desc-container p {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .job-desc-container p.apply-text {
        margin-top: 0;
        margin-bottom: 0;
    }
}



@media screen and (max-width: 900px) {
    .form-grid {
        grid-template-columns: 200px auto;
        row-gap: 40px;
    }

}

@media screen and (max-width: 768px) {
    .contact-form {
        padding: 30px 5px 60px;
    }

    .cf-ttl {
        font-size: 1.4rem;
    }

    .contact-form {
        border-radius: 10px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .input-label {
        padding-top: 10px;
        font-size: 1.4rem;
    }

    .input-label-span {
        font-size: 1rem;
    }

    .input-label-mg {
        margin-bottom: -16px;
    }

    .contact-select {
        height: 50px;
        font-size: 1.4rem;
        padding-left: 25px;
    }

    .cf-select-wrapper::after {
        width: 13px;
        height: 10px;
    }

    .cf-input {
        height: 50px;
        font-size: 1.4rem;
    }

    .input-label::before {
        width: 6px;
        height: 6px;
        bottom: 21px;
    }

    .short-input {
        max-width: 100%;
    }

    .contact-checkbox-label {
        font-size: 1.4rem;
        width: fit-content;
        margin: -8px auto 0 auto;
    }

    .cf-input-textarea {
        height: 200px;
    }

    .contact-btn {
        height: 80px;
        max-width: 295px;
    }

    .contact-btn-txt {
        font-size: 1.6rem;
        padding-left: 35px;
    }

    .contact-btn-txt::before {
        width: 27px;
        height: 21px;
    }
}

@media screen and (max-width: 330px) {
    .contact-checkbox-label {
        font-size: 1.3rem;
    }
}


@media screen and (max-width: 370px) {
    .corporate-flex:nth-child(even) {
        padding-right: 20px;
        padding-left: 20px;
        margin: 70px auto 0 0;
    }

    .corporate-flex:nth-child(odd) {
        padding-left: 20px;
        padding-right: 20px;
        margin: 70px 0 0 auto;
    }

    .culture-group {
        margin-top: -60px;
    }

    .corporate-flex:nth-child(even) .culture-img-wrap {
        transform: translate(-5px, -80px);
    }

    .corporate-flex:nth-child(odd) .culture-img-wrap {
        transform: translate(-45px, -80px);
    }

    .inner-recruit-req {
        padding: 0 15px;
    }
}

/* add css */

.news-detail h1 {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    clear: both;
}

.news-detail h1::before {
    content: "";
    width: 10px;
    height: 4px;
    background-color: #003E90;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-detail h2 {
    clear: both;
}

.news-detail h3 {
	background-color: #eff5f5;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4.375rem;
	padding: 0.5625rem 1.4375rem;
	position: relative;
    clear: both;
}

.news-detail h3::before {
	background-color: #aad0d3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.news-detail h4 {
	border-bottom: 1px solid #003E90;
	color: #003E90;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 3.125rem;
	padding: 0.5rem 1.75rem;
    clear: both;
}

.news-detail h5 {
	border: 1px solid #003E90;
	border-radius: 0.25rem;
	color: var(--blue-00);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 3.125rem;
	padding: 0.5rem 1.25rem;
    clear: both;
}

.news-detail h6 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 3.125rem;
    clear: both;
}

.news-detail a {
  display: inline-block;
  text-decoration: underline;
  color: #003E90;
}

.news-detail img {
  width: auto;
  height: auto;
  margin: 0 2em 2em;
}

.news-detail table {
  border: solid 1px #ccc;
}

.news-detail thead {
  font-weight: 600;
  text-align: center;
  background-color: #eff5f5;
}

.news-detail td {
  border: solid 1px #ccc;
  padding: 0.3em;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.news-detail ul {
  list-style: disc;
}

.news-detail ol {
  list-style: decimal;
}

.news-detail li {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: 2em;
}

.news-detail a.plus-link-btn {
  display: block;
}

.news-detail a.plus-link-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  display: inline-block;
}
.footer_sns {
  display: inline-block;
  margin-left: 2em;
}

@media screen and (max-width: 768px) {
    .footer-sns-img {
        max-width: 30px;
    }
.footer_sns {
  display: block;
  margin: 20px auto 0;
}
}