@charset "UTF-8";

/* 保留
------------------------------------*/
.bgappear {
    opacity: 1;
}



/* common
------------------------------------*/
.companyLayout #main .f_txt {
    line-height: 2;
}
.companyLayout .f_txt {
    display: flex;
    align-items: center;
    color: #0071be;
    font-style: italic;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
}
.companyLayout .f_txt::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 6px;
    background-color: #0071be;
}
.companyLayout .f_txt span {
    font-size: 3.2rem;
  display: inline-block;
  margin-left: 5px;
}
.companyLayout h4 {
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.companyLayout h4 .bold {
    font-weight: bold;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .companyLayout .f_txt span {
                    font-size: 4.2rem;
                }
                .companyLayout h4 {
                    font-size: 2.6rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* c01
------------------------------------*/
.companyLayout #c01 {
    padding-bottom: 0;
}
.companyLayout #c01 .inner {
    max-width: 1800px;
}
.companyLayout #c01 h3.text {
    color: #0071be;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 60px;
}
.companyLayout #c01 h3.text .en {
    font-size: 1.8rem;
    margin-top: 10px;
}
.companyLayout #c01 .ex_bg:not(:last-of-type) {
    margin-bottom: 80px;
}
.companyLayout #c01 .ex01 .mbgextend .bgappear {
    background-image: url("../img/company/company_c01_img02.png");
}
.companyLayout #c01 .ex02 .mbgextend .bgappear {
    background-image: url("../img/company/company_c01_img01.png");
}
.companyLayout #c01 .ex03 .mbgextend .bgappear {
    background-image: url("../img/company/company_c01_img03.png");
}
.companyLayout #c01 .ex02 {
    margin-top: 120px;
}
.companyLayout #c01 .ex02 .f_txt, .companyLayout #c01 .ex02  h4, .companyLayout #c01 .ex02  p {
    color: #fff;
}
.companyLayout #c01 .ex02 .f_txt::before {
    background-color: #fff;
}
.companyLayout #c01 .ex02::before {
    position: absolute;
    content: "";
    background-color: #0071be;
    top: -30px;
    left: 0;
    width: 100%;
    height: 97%;
    z-index: -1;
}
.companyLayout #c01 .ex03  {
    margin-bottom: 0;
}
.companyLayout #c01 .btn_box .ex_btn {
    max-width: calc(480px - 50px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    width: calc(90% - 50px);
}
.companyLayout #c01 .btn_box .ex_btn span::before {
    content: none;
}
.companyLayout #c01 .btn_box .ex_btn img {
    width: 80%;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .companyLayout #c01 h3.text {
                    font-size: 1.5rem;
                }
                .companyLayout #c01 h3.text .en {
                    font-size: 4.5rem;
                }
                .companyLayout #c01 .btn_box .ex_btn {
                    width: calc(100% - 50px);
                }
                .companyLayout #c01 .btn_box .ex_btn img {
                    width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .companyLayout #c01 {
                    padding-bottom: 80px;
                }
                .companyLayout #c01 h3.text {
                    font-size: 2rem;
                }
                .companyLayout #c01 h3.text .en {
                    font-size: 9.5rem;
                }
                .companyLayout #c01 .ex01 .inner > div, .companyLayout #c01 .ex03 .inner > div {
                    padding-bottom: 60px;
                }
                .companyLayout #c01 .ex02 .inner > div {
                    padding-bottom: 120px;
                }
                .companyLayout #c01 .ex_bg:not(:last-of-type) {
                    margin-bottom: 160px;
                }
                .companyLayout #c01 .ex02 {
                    margin-top: 220px;
                }
                .companyLayout #c01 .ex02::before {
                    top: -110px;
                    height: calc(85% + 110px);
                }
            }


/* c02
------------------------------------*/
.companyLayout #c02 {
    padding-top: 0;
}
.companyLayout #c02 .bg {
    background-color: #f6f2e8;
    border-radius: 20px;
    width: 96%;
    margin: 0 auto;
    padding: 80px 0;
}
.companyLayout #c02 h4 {
    position: relative;
    padding-left: 60px;
    color: #0071be;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 60px;
}
.companyLayout #c02 h4::before, .companyLayout #c02 h4::after {
    position: absolute;
    content: "";
    transform: skewX(-20deg);
    width: 25px;
    height: 12px;
}
.companyLayout #c02 h4::after {
    background-color: #0564a6;
    top: 12px;
    left: 20px;
}
.companyLayout #c02 h4::before {
    background-color: #087ab8;
    top: 16px;
    left: 0;
}
.companyLayout #c02 .item-list > li {
    padding: 40px 0;
    border-bottom: 1px solid #9198a7;
}
.companyLayout #c02 .item-list h5 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 40px;
}
.companyLayout #c02 .item-list h5 .en {
    color: #fff;
    background-color: #669cc0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 500;
}
.companyLayout #c02 .item-list .img {
  margin-bottom: 20px;
}
.companyLayout #c02 .item-list .js-count {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 5.5rem;
    font-weight: bold;
    color: #0071be;
    line-height: 1;
}
.companyLayout #c02 .item-list .js-count .en {
    display: inline-block;
}
.companyLayout #c02 .item-list .js-count .nen {
    font-size: 2.5rem;
}
.companyLayout #c02 .item-list li:nth-child(6) .js-count .en {
    transform: scale(0.5, 1);
    display: inline-block;
  margin-left: -70px;
}
.companyLayout #c02 .item-list li:nth-child(6) .js-count .nen {
    min-width: 80px;
  display: block;
  margin-left: -70px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .companyLayout #c02 {
                    padding-top: 0;
                }
                .companyLayout #c02 .bg {
                    border-radius: 35px;
                }
                .companyLayout #c02 .item-list {
                    flex-wrap: wrap;
                }
                .companyLayout #c02 .item-list > li {
                    width: calc(92% / 3);
                }
                .companyLayout #c02 .item-list > li:nth-child(4),
                .companyLayout #c02 .item-list > li:nth-child(5) {
                    width: 48%;
                }
                .companyLayout #c02 .item-list .img {
                    min-height: 200px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-bottom: 20px;
                }
                .companyLayout #c02 h4 {
                    font-size: 1.8rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .companyLayout #c02 .bg {
                    border-radius: 60px;
                    padding: 140px 0;
                }
                .companyLayout #c02 .item-list h5 {
                    font-size: 2rem;
                }
                .companyLayout #c02 .item-list .js-count {
                    font-size: 8rem;
                }
                .companyLayout #c02 .item-list .js-count .nen {
                    font-size: 4rem;
                }
                .companyLayout #c02 .item-list li:nth-child(4) .js-count .en,
                .companyLayout #c02 .item-list li:nth-child(5) .js-count .en {
                    font-size: 10rem;
                }
                .companyLayout #c02 .item-list li:nth-child(4) .js-count .nen,
                .companyLayout #c02 .item-list li:nth-child(5) .js-count .nen {
                    font-size: 6rem;
                }
                .companyLayout #c02 .item-list li:nth-child(6) .js-count .nen {
                    min-width: 130px;
                  margin-left: -80px;
                }
                .companyLayout #c02 .item-list li:nth-child(6) .js-count .en {
                  margin-left: -60px;
                    transform: scale(0.6, 1);
                }
                .companyLayout #c02 .item-list h5 .en {
                    width: 64px;
                    height: 64px;
                    border-radius: 15px;
                    font-size: 1.8rem;
                    margin-right: 10px;
                }
            }


