@charset "utf-8";

@font-face {
	font-family: 'Noto Sans JP';
	src: url(/fonts/NotoSansJP-Regular.woff2);
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	src: url(/fonts/NotoSansJP-Medium.woff2);
	font-weight: 500;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
	src: url(/fonts/NotoSansJP-Bold.woff2);
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif JP';
	src: url(/fonts/NotoSerifJP-Regular.woff2);
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Serif JP';
	src: url(/fonts/NotoSerifJP-Medium.woff2);
	font-weight: 500;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url(/fonts/NotoSerifJP-SemiBold.woff2);
	font-weight: 600;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url(/fonts/NotoSerifJP-Bold.woff2);
	font-weight: 700;
	font-display: swap;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

.l-page a {
    transition: 0.4s;
}
.l-page a:hover {
    color: transparent;
    text-decoration: unset;
    opacity: .7;
    transition: 0.4s;
}

#path,.pageHead {
	display: none;
}

#contents {
    width: 100%;
    padding-bottom: 0;
    background: #FFFFFF;
	overflow: hidden;
}

/* =========================================
   MV Section
   ========================================= */
.mv {
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding: 49px 0 54px;
    background: url(../images/bg_mv.webp) no-repeat center center / cover;
}

.mv__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.mv__content {
    position: relative;
    z-index: 2;
    width: 670px;
}

.mv__text {
    margin-bottom: 28px;
}

.mv__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 63px;
    line-height: 1em;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.mv__subtitle {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.mv__description {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.mv__description-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    color: #FFFFFF;
}

.mv__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 385px;
    height: 80px;
    padding: 27px 25px 27px 46px;
    background: linear-gradient(135deg, rgba(14, 82, 186, 1) 0%, rgba(34, 73, 134, 1) 100%);
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}

.mv__btn::before {
    content: '';
    position: absolute;
    left: 49px;
    width: 29px;
    height: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/icon_mail.svg) no-repeat center center / contain;
}
.mv__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.9em;
    color: #FFFFFF;
}
.mv__btn::after {
    content: '';
    position: absolute;
    right: 22px;
    width: 6px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/icon_arrow.svg) no-repeat center center / contain;
}

/* =========================================
   Philosophy Section
   ========================================= */
.philosophy {
    width: 100%;
    padding: 118px 0 120px;
    background: #FFFFFF;
}

.philosophy__inner {
    width: 1080px;
    margin: 0 auto;
}

.philosophy__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    margin-bottom: 41px;
}

.philosophy__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
}

.philosophy__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #084198;
    text-align: center;
}

.philosophy__content {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.philosophy__caption {
    width: 100%;
}

.philosophy__caption-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: transparent;
    background: linear-gradient(90deg, rgba(33, 164, 218, 1) 24%, rgba(31, 84, 164, 1) 78%);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}

.philosophy__body {
    display: flex;
    align-items: center;
    gap: 50px;
}

.philosophy__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.philosophy__text-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.8em;
    color: #333333;
}

.philosophy__text-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.philosophy__text-item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
}

.philosophy__image {
    width: 464px;
    height: 464px;
    flex-shrink: 0;
}

.philosophy__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   Reason Section
   ========================================= */
.reason {
    width: 100%;
    padding: 120px 0;
    background: #EDF5F9;
}

.reason__inner {
    width: 1080px;
    margin: 0 auto;
}

.reason__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    margin-bottom: 40px;
}

.reason__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
}

.reason__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #084198;
    text-align: center;
}

.reason__list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.reason__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 340px;
}

.reason__item-image {
    position: relative;
    width: 340px;
    height: 255px;
}

.reason__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason__item-number {
    position: absolute;
    left: 0;
    top: 0;
}

.reason__item-number-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 12px 13px;
    width: fit-content;
    height: fit-content;
    display: block;
}
.reason__item-number-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 110px;
    height: 92px;
    background: url(../images/bg_reason-num.svg) no-repeat center center / contain;
    z-index: -1;
}

.reason__item-text {
    display: flex;
    flex-direction: column;
}

.reason__item-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.7;
    color: #333333;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 13px;
}

.reason__item-line {
    width: 100%;
    height: 1px;
    background: #DDDDDD;
}

.reason__item-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
}

/* =========================================
   Trust Section
   ========================================= */
.trust {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background: url(../images/bg_trust.webp) no-repeat center center / cover;
}

.trust__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.trust__content {
    position: relative;
    display: flex;
    gap: 50px;
}

.trust__text {
    width: 615px;
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.trust__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trust__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.trust__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.trust__text-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.trust__text-item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9em;
    color: #FFFFFF;
}

.trust__image {
    width: 415px;
    height: 648px;
    flex-shrink: 0;
}

.trust__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   Service Section
   ========================================= */
.service {
    width: 100%;
    padding: 120px 0;
    background: #FFFFFF;
}

.service__inner {
    width: 1080px;
    margin: 0 auto;
}

.service__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    margin-bottom: 40px;
}

.service__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
}

.service__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #084198;
    text-align: center;
}

.service__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service__item {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 1080px;
    height: 190px;
    background: #EDF5F9;
}

.service__item-image {
    width: 240px;
    height: 190px;
    flex-shrink: 0;
}

.service__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service__item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 775px;
}

.service__item-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.7em;
    color: #084198;
}

.service__item-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9em;
    color: #333333;
}

/* =========================================
   Alignment Section
   ========================================= */
.alignment {
    width: 100%;
    padding: 120px 0 121px;
    background: #EDF5F9;
}

.alignment__inner {
    width: 1080px;
    margin: 0 auto;
}

.alignment__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    margin-bottom: 40px;
}

.alignment__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
}

.alignment__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #084198;
    text-align: center;
}

.alignment__subtitle {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.7em;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.alignment__list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    width: 1080px;
}

.alignment__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 0 30px;
    width: 346px;
    background: #FFFFFF;
}

.alignment__item-image {
    width: 346px;
    height: 231px;
}

.alignment__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alignment__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 286px;
}

.alignment__item-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.alignment__item-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.7em;
    color: #333333;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 14px;
}

.alignment__item-line {
    width: 100%;
    height: 1px;
    background: #DDDDDD;
}

.alignment__item-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9em;
    color: #333333;
    text-align: center;
    height: 60px;
}

.alignment__item-number {
    position: absolute;
    left: 0;
    top: 0;
}

.alignment__item-number-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 12px 13px;
    width: fit-content;
    height: fit-content;
    display: block;
}
.alignment__item-number-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 110px;
    height: 92px;
    background: url(../images/bg_alignment-num.svg) no-repeat center center / contain;
    z-index: -1;
}

/* =========================================
   Thought Section
   ========================================= */
.thought {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: url(../images/bg_thought.webp) no-repeat center center / cover;
}

.thought__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.thought__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.thought__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.thought__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.thought__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.thought__body {
    position: relative;
}

.thought__text-box {
    position: relative;
    width: 1080px;
    padding: 60px 124px 49px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.thought__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.2;
    color: #333333;
    text-align: center;
    margin-bottom: 32px;
}

.thought__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 284px;
    height: 70px;
    margin: 0 auto;
    padding: 16px 70px;
    background: #333333;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}

.thought__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.9em;
    color: #FFFFFF;
}

.thought__btn::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/icon_arrow.svg) no-repeat center center / contain;
}

/* =========================================
   Contact Section
   ========================================= */
.contact-mail {
    position: relative;
    width: 100%;
    padding: 98px 0 111px;
    background: url(../images/bg_contact.webp) no-repeat center center / cover;
}

.contact-mail__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.contact-mail__headline {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    margin-bottom: 40px;
}

.contact-mail__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.contact-mail__title-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}
.contact-mail__body {
    display: flex;
    gap: 75px;
    align-items: center;
    padding-left: 153px;
}
.contact-mail__content {
    position: relative;
    z-index: 2;
}

.contact-mail__info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    width: 328px;
}

.contact-mail__tel {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 31px;
    box-sizing: border-box;
}

.contact-mail__tel-icon {
    width: 30px;
    height: 30px;
}

.contact-mail__tel-number {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.7em;
    color: #FFFFFF;
    text-align: center;
    padding-left: 44px;
    position: relative;
}
.contact-mail__tel-number::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/icon_tel.svg) no-repeat center center / contain;
}

.contact-mail__hours {
    display: flex;
    align-items: center;
    gap: 21px;
    flex-wrap: wrap;
}

.contact-mail__hours-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-mail__hours-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 5px 9px 2px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    flex-shrink: 0;
}

.contact-mail__hours-value {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}

.contact-mail__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 355px;
    height: 70px;
    padding: 14px 60px 17px 97px;
    background: linear-gradient(135deg, rgba(14, 82, 186, 1) 0%, rgba(34, 73, 134, 1) 100%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}

.contact-mail__btn::before {
    content: '';
    position: absolute;
    left: 60px;
    width: 22px;
    height: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/icon_mail.svg) no-repeat center center / contain;
}

.contact-mail__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.9em;
    color: #FFFFFF;
}

.contact-mail__btn::after {
    content: '';
    position: absolute;
    right: 24px;
    width: 5px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/icon_arrow.svg) no-repeat center center / contain;
}