@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.sp_br {
    display: none;
}

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

    .sp_br {
        display: inline;
    }

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	扉ページ
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#quality_index {
    border-top: solid 1px #fff;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
}

#quality_index img {
    width: 100%;
}

/*-------------------------------------------
	MV
-------------------------------------------*/
#mv_sec {
    position: relative;
}

#mv_sec #mv_area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mv_sec #mv_area #mv_inner {
    position: relative;
    opacity: 0;
    z-index: 1;
}

#mv_sec #mv_area::before {
    content: "";
    background-color: rgba(255,255,255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    border-radius: 20px;
    width: 88vw;
    height: 27vw;
}

#mv_sec #mv_area #mv_inner h2 {
    font-size: 14rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

#mv_sec #mv_area #mv_inner h2 span {
    color: #064299;
}

#mv_sec #mv_area #mv_inner div {
    font-size: 2rem;
    letter-spacing: 0.12em;
}

#mv_sec #mv_img_list li {
    position: absolute;
    opacity: 0;
}

#mv_sec #mv_img_list li#mv_img_item01 {
    width: 39%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#mv_sec #mv_img_list li#mv_img_item02 {
    width: 23.5%;
    bottom: 3.5vw;
    left: 11%;
}

#mv_sec #mv_img_list li#mv_img_item03 {
    width: 22%;
    top: 6vw;
    left: 0;
}

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

    #mv_sec {
        
    }

    #mv_sec #mv_area::before {
        width: 78vw;
        height: 63vw;
        right: auto;
        left: 8vw;
        top: 15vw;
        border-radius: 10px;
        margin: 0;
    }

    #mv_sec #mv_area #mv_inner {
        position: absolute;
        top: 32.5vw;
        left: 11vw;
        letter-spacing: 0.07em;
    }

    #mv_sec #mv_area #mv_inner h2 {
        font-size: 18vw;
        letter-spacing: 0.08em;
    }

    #mv_sec #mv_area #mv_inner div {
        font-size: 2.7vw;
        margin-top: 1vw;
    }

    #mv_sec #mv_img_list li#mv_img_item01 {
        width: 64%;
        top: 8vw;
        transform: translateY(0);
        right: -6%;
    }

    #mv_sec #mv_img_list li#mv_img_item02 {
        width: 33%;
        bottom: 4.7vw;
        left: -5.5%;
    }

    #mv_sec #mv_img_list li#mv_img_item03 {
        width: 33.5%;
        top: 19vw;
    }

}

/*-------------------------------------------
	品質ステートメント
-------------------------------------------*/
#statement_sec {
    background: url("../images/index_statement_bg_pc.jpg") no-repeat left top / cover;
    padding: 112px 20px 102px;
    text-align: center;
    color: #fff;
}

#statement_sec h2 {
    font-size: 4.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#statement_sec p {
    font-size: 2rem;
    line-height: 2.8;
    margin-top: 38px;
    letter-spacing: 0.08em;
}

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

    #statement_sec {
        padding: 50px 20px;
    }

    #statement_sec h2 {
        font-size: 2.5rem;
    }

    #statement_sec p {
        font-size: 1.5rem;
        line-height: 2.2;
        margin-top: 15px;
    }

}

/*-------------------------------------------
	トップページ共通
-------------------------------------------*/
.index_common_contents {
    position: relative;
    z-index: 1;
}

/* 背景01 */
.index_common_bg01 {
    position: relative;
    background-image: linear-gradient(#f0f6fa, #dbebff);
    padding: 72px 20px 102px;
}

.index_common_bg01::before,
.index_common_bg01::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.index_common_bg01::before {
    width: 466px;
    background: url("../images/index_contents01_bg01_pc.png") no-repeat left top / 100%;
    left: 0;
}

.index_common_bg01::after {
    width: 545px;
    background: url("../images/index_contents01_bg02_pc.png") no-repeat left top / 100%;
    right: 0;
}

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

    .index_common_bg01::before {
        width: 1186px;
        background-size: 466px;
        left: auto;
        right: 0;
    }

    .index_common_bg01::after {
        width: 1186px;
        background-size: 545px;
        background-position: right top;
        left: 0;
        right: auto;
    }

}

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

    .index_common_bg01 {
        padding: 40px 20px;
    }

}

/* 背景02 */
.index_common_bg02 {
    position: relative;
    padding: 118px 20px 106px;
}

.index_common_bg02::before,
.index_common_bg02::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.index_common_bg02::before {
    width: 813px;
    background: url("../images/index_contents02_bg01_pc.png") no-repeat left top / 100%;
    left: 0;
}

.index_common_bg02::after {
    width: 545px;
    background: url("../images/index_contents02_bg02_pc.png") no-repeat left top / 100%;
    right: 0;
}

@media only screen and (max-width: 1186px) {
    
    .index_common_bg02::before {
        width: 1186px;
        background-size: 813px;
        left: auto;
        right: 0;
    }

    .index_common_bg02::after {
        width: 1186px;
        background-size: 545px;
        background-position: right top;
        left: 0;
        right: auto;
    }
}

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

    .index_common_bg02 {
        padding: 40px 20px;
    }

}


/* タイトル */
.index_common_head {
    font-size: 12rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #dde0e0;
    font-weight: 500;
    text-align: center;
}

.index_common_head span {
    color: #064299;
    font-size: 14rem;
    line-height: 1;
}

.index_common_head + div {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
}

.index_common_lead {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 50px;
}

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

    .index_common_head span {
        font-size: 6rem;
    }

    .index_common_head {
        font-size: 5rem;
    }

    .index_common_head + div {
        font-size: 2rem;
    }

    .index_common_lead {
        margin-top: 20px;
    }
}

/* コンテンツリスト */
.index_common_contents_list {
    margin: 65px auto 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.index_common_contents_list li {
    padding: 20px 20px 30px;
}

.index_common_bg01 .index_common_contents_list li {
    background-color: #fff;
}

.index_common_bg02 .index_common_contents_list li {
    background-color: #064299;
    color: #fff;
}

.index_common_contents_list li .index_common_contents_list_img {
    border-radius: 15px;
    overflow: hidden;
}

.index_common_contents_list li .index_common_contents_list_info {
    margin-top: 30px;
    padding: 0 18px;
}

.index_common_contents_list li .index_common_contents_list_info h3 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_common_contents_list li .index_common_contents_list_info p {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.index_common_contents_list li .index_common_contents_list_info h3 {
    line-height: 1.5;
}

.index_common_contents_list li .index_common_contents_list_info p {
    margin-top: 18px;
}

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

    .index_common_contents_list {
        margin-top: 25px;
        display: block;
    }

    .index_common_contents_list li {
        padding: 10px 10px 20px;
    }

    .index_common_contents_list li .index_common_contents_list_img {
        border-radius: 10px;
    }

    .index_common_contents_list li .index_common_contents_list_info {
        margin-top: 20px;
        padding: 0 8px;
    }

    .index_common_contents_list li .index_common_contents_list_info h3 {
        font-size: 1.8rem;
    }

}

/* コンテンツリスト2 */
.index_common_contents_list2 li {
    width: 48.5%;
    border-radius: 30px;
}

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

    .index_common_contents_list2 li {
        width: 100%;
        border-radius: 15px;
    }

    .index_common_contents_list2 li:nth-child(n+2) {
        margin-top: 20px;
    }
}

/* コンテンツリスト3 */
.index_common_contents_list3 li {
    width: 31%;
    border-radius: 25px;
    padding-bottom: 45px;
}

.index_common_contents_list3 li .index_common_contents_list_info {
    margin-top: 18px;
}

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

    .index_common_contents_list3 li {
        width: 100%;
        border-radius: 15px;
    }

    .index_common_contents_list3 li:nth-child(n+2) {
        margin-top: 20px;
    }

}

/* ボタン */
.index_common_btn {
    width: 330px;
    max-width: 100%;
    margin: 72px auto 0;
}

.index_common_btn a {
    display: block;
    position: relative;
    color: #0c489a;
    font-size: 1.8rem;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .1);
    background-image: linear-gradient(90deg, #0c489a, #00a1f4);
    transition: 0.2s;
    padding: 14px 10px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
}

.index_common_btn a span {
    position: relative;
    z-index: 2;
    display: block;
}

.index_common_btn a span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #0c489a;
    border-right: solid 2px #0c489a;
    transform: rotate(45deg);
    right: 15px;
    top: calc(50% - 5px);
}

.index_common_btn a::before,
.index_common_btn a::after {
    content: "";
    position: absolute;
}

.index_common_btn a::before {
    background-color: #fff;
    z-index: 0;
    border-radius: 30px;
    inset: 2px;
}

.index_common_btn a::after {
    background-image: linear-gradient(90deg, #0c489a, #00a1f4);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    inset: 0;
}


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

    .index_common_btn a:hover {
        color: #fff;
        text-decoration: none;
    }

    .index_common_btn a:hover span::after {
        border-top-color: #fff;
        border-right-color: #fff;
    }

    .index_common_btn a:hover::after {
        transform: scaleX(1);
    }

}

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

    .index_common_btn {
        margin-top: 35px;
    }
}


/*-------------------------------------------
	System
-------------------------------------------*/

#system_sec.index_common_bg01 {
    padding-top: 62px;
}

#system_sec .index_common_head + div {
    line-height: 1.6;
}

#system_sec .index_common_contents_list {
    margin-top: 55px;
}

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

    #system_sec.index_common_bg01 {
        padding-top: 40px;
    }

    #system_sec .index_common_contents_list {
        margin-top: 35px;
    }
 
}


/*-------------------------------------------
	当社の品質に関する情報はこちら
-------------------------------------------*/
#info_sec {
    padding: 72px 20px 85px;
}

#info_sec h2 {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}

#info_sec #info_list {
    margin: 38px auto 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

#info_sec #info_list li {
    position: relative;
    background-image: linear-gradient(90deg, #0c489a, #00a1f4);
    border: solid 2px transparent;
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .1);
    width: 48.5%;
    border-radius: 20px;
}

#info_sec #info_list li a {
    display: block;
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
}

#info_sec #info_list li .info_list_img {
    position: relative;
}

#info_sec #info_list li .info_list_img div {
    position: absolute;
    font-size: min(4.7vw, 7rem);
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 1.1;
    color: #fff;
    top: min(1vw, 10px);
    left: min(2vw, 20px);
    z-index: 1;
    opacity: 0.7;
}

#info_sec #info_list li .info_list_text {
    font-size: 1.8rem;
    color: #0c489a;
    text-align: center;
    position: relative;
    padding: 13px;
    letter-spacing: 0.06em;
}

#info_sec #info_list li .info_list_text::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #0c489a;
    border-right: solid 2px #0c489a;
    transform: rotate(45deg);
    right: 18px;
    top: calc(50% - 5px);
}

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

    #info_sec #info_list li a .info_list_img {
        aspect-ratio: 1 / 0.293;
        overflow: hidden;
    }

    #info_sec #info_list li a .info_list_img img {
        transition: 0.5s;
    }

    #info_sec #info_list li a:hover .info_list_img img {
        transform: scale(1.1);
    }

}

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

    #info_sec {
        padding: 40px 20px 50px;
    }

    #info_sec h2 {
        font-size: 2rem;
    }

    #info_sec #info_list {
        display: block;
        margin-top: 20px;
    }

    #info_sec #info_list li {
        width: 100%;
        border-radius: 10px;
    }

    #info_sec #info_list li a {
        border-radius: 7px;
    }

    #info_sec #info_list li:nth-child(n+2) {
        margin-top: 15px;
    }

    #info_sec #info_list li .info_list_img div {
        font-size: 9.5vw;
        top: 2vw;
        left: 3vw;
    }

    #info_sec #info_list li .info_list_text {
        padding: 5px;
    }

}

/*----------------------------------------------------------------------------------
	アニメーション
----------------------------------------------------------------------------------*/
.js-animation {
	opacity: 0;
}

/* セクションごとに */
.js-animation-element {
	opacity: 0;
}

:root {
  --delay: .15s;
}

/*----------------------
	各種
-----------------------*/
.js-animation--fadeUp {
	transform: translateY(35px);
}

.js-animation-trigger.is-animation__action .js-animation-element.js-animation--fadeUp,
.js-animation--fadeUp.is-animation__action {
	animation-name: fadeUp;
	animation-duration: .8s;
	animation-fill-mode: both;
}

.js-animation-trigger.is-animation__action .js-animation-element.js-animation--fadeIn,
.js-animation--fadeIn.is-animation__action {
	animation-name: fadeIn;
	animation-duration: .8s;
	animation-fill-mode: both;
}

.js-animation-trigger .js-animation-element {
    animation-delay: calc(var(--i) * var(--delay));
}

.js-animation-trigger .js-animation-element:nth-child(1) {
    --i: 1;
}

.js-animation-trigger .js-animation-element:nth-child(2) {
    --i: 2;
}

.js-animation-trigger .js-animation-element:nth-child(3) {
    --i: 3;
}

/* 個別 */
#mv_sec.is-animation__action,
#mv_sec.is-animation__action #mv_img_list li#mv_img_item01,
#mv_sec.is-animation__action #mv_img_list li#mv_img_item02,
#mv_sec.is-animation__action #mv_img_list li#mv_img_item03,
#mv_sec.is-animation__action #mv_area::before,
#mv_sec.is-animation__action #mv_area #mv_inner {
	animation-name: fadeIn;
	animation-duration: .8s;
	animation-fill-mode: both;
}

#mv_sec #mv_img_list li#mv_img_item01 {
	animation-delay: .3s;
}

#mv_sec #mv_img_list li#mv_img_item02 {
	animation-delay: .4s;
}

#mv_sec #mv_img_list li#mv_img_item03 {
	animation-delay: .5s;
}

#mv_sec #mv_area::before {
	animation-delay: .7s;
}

#mv_sec #mv_area #mv_inner {
	animation-delay: .8s;
}

#mv_sec.is-animation__action #mv_area #mv_inner {
    animation-duration: 1.2s;
}

#system_sec .index_common_contents_list2 li:first-child {
    --i: 3;
}

#system_sec .index_common_contents_list2 li:nth-child(2) {
    --i: 4;
}

#system_sec .index_common_btn {
    --i: 5;
}

#initiatives_sec .index_common_contents_list3 li:first-child {
    --i: 3;
}

#initiatives_sec .index_common_contents_list3 li:nth-child(2) {
    --i: 4;
}

#initiatives_sec .index_common_contents_list3 li:nth-child(3) {
    --i: 5;
}

#initiatives_sec .index_common_btn {
    --i: 6;
}

#culture_sec .index_common_contents_list3 li:first-child {
    --i: 3;
}

#culture_sec .index_common_contents_list3 li:nth-child(2) {
    --i: 4;
}

#culture_sec .index_common_contents_list3 li:nth-child(3) {
    --i: 5;
}

#culture_sec .index_common_btn {
    --i: 6;
}

#info_sec #info_list li:first-child {
    --i: 2;
}

#info_sec #info_list li:nth-child(2) {
    --i: 3;
}

/*-----------------------------------------
	keyframes
------------------------------------------*/
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeUp {
	0% { opacity: 0; transform: translateY(35px); }
	100% { opacity: 1; transform: translateY(0); }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	詳細共通
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#quality_contents {
    padding: 115px 10px 0;
}

#quality_contents img {
    max-width: 100%;
}

#quality_contents .img_border {
    border: solid 1px #e6e9ec;
}

#quality_contents .img_max_660 {
    max-width: 660px;
    width: 100%;
}

#quality_contents .img_max_880 {
    max-width: 880px;
    width: 100%;
}

#quality_contents .ttl_03_2 {
    margin-bottom: 37px;
}

.quality_caption {
    margin-top: 10px;
    font-size: 81%;
}

.quality_caption span {
    display: block;
}

#quality_contents .mb120 {
    margin-bottom: 120px;
}

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

    #quality_contents {
        padding-top: 45px;
    }

    #quality_contents .img_max_660,
    #quality_contents .img_max_880 {
        max-width: 100%;
    }

    #quality_contents .ttl_03_2 {
        margin-bottom: 20px;
    }

    .last_sec {
        margin-bottom: 50px;
    }


}

/*-----------------------------------------
	各ページMV
------------------------------------------*/
.Page_title.bg-company_system {
    background-image: url(../images/bg-title-company_system.jpg);
    background-size: cover;
}

.Page_title.bg-company_initiatives {
    background-image: url(../images/bg-title-company_initiatives.jpg);
    background-size: cover;
}

.Page_title.bg-company_culture {
    background-image: url(../images/bg-title-company_culture.jpg);
    background-size: cover;
}

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

    .Page_title.bg-company_system {
        background-position: left top;
    }
}










