@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Ubuntu:wght@400;500;700&display=swap');
html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    color: #000;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.sp,
.tb {
    display: none;
}

@media screen and (max-width: 768px) {
    .tb {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .sp-hide {
        display: none;
    }
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.en {
    font-family: 'Ubuntu', sans-serif;
}

.col-white {
    color: #fff !important;
}

.col-blue {
    color: #00388D !important;
}

.bg-blue {
    background-color: #00388D !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.letter100 {
    letter-spacing: .1em;
}

.line1 {
    line-height: 1.28;
}

.f-25 {
    font-size: 125%;
}

.f-23 {
    font-size: 115%;
}

.f-22 {
    font-size: 110%;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem !important;
    }
    .sp-center {
        text-align: center;
    }
}

/***************************************
************* header *******************
***************************************/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 29px 34px;
    z-index: 3;
}

.header-sns {
    display: block;
    line-height: 0;
    margin-right: 17px;
}

.header-ctn {
    display: block;
    margin-left: auto;
    width: 177px;
    margin-left: 12px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: #F82B06;
    box-shadow: 0 7px 0 rgba(0, 0, 0, .16);
    border-radius: 50px;
}

@media screen and (max-width: 480px) {
    #header {
        padding: 15px;
    }
}


/*************************************
***************** footer *************
*************************************/

footer {
    padding: 25px 0;
}

.copyright {
    font-size: 1.4rem;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .footer-logo {
        margin: 0 auto;
    }
    .copyright {
        width: 100%;
        margin-top: 2em;
        font-size: 1.2rem;
    }
}


/************************************************/

.mv {
    height: 100vh;
}

.mv-slider {
    width: 58%;
    height: 100%;
}

.mv-slider #jsSlider {
    display: none;
    margin-bottom: 0;
}

.mv-slider #jsSlider.slick-initialized {
    display: block;
    height: 100%;
}

.mv-slider .slick-list,
.mv-slider .slick-list * {
    height: 100% !important;
}

.mv-slider #jsSlider img {
    width: 100%;
    object-fit: cover;
}

.mv-slider .slick-dots {
    bottom: 50px;
    left: calc(50vw - 590px);
    text-align: left;
}

.mv-slider .slick-dots li {
    width: 98px;
    height: 5px;
}

.mv-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
}

.mv-slider .slick-dots li.slick-active button {
    background-color: #00388D;
}

.mv-slider .slick-dots li button:before {
    display: none;
}

.mv-slider__img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: calc(550px + 8vw);
    transform: translateY(-50%);
}

.mv-cont {
    flex: 1;
    background-color: #00388D;
}

.mv-cont::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv_triangle.png) no-repeat center / 100% 100%;
}

.mv-cont__wrapper {
    position: relative;
    max-width: calc(645px - 7.35vw);
    padding: 0 45px;
    line-height: 1.65;
}

.mv-cont h1 {
    margin-bottom: 10px;
    font-size: 270%;
    font-weight: 900;
    line-height: 1.1;
}

.mv-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    padding-bottom: 55px;
    font-size: 2.5rem;
    line-height: 1.2;
    transform: translateX(-50%);
    z-index: 2;
}

.mv-scroll::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 50px;
    background-color: #fff;
}

@media screen and (max-width: 1230px) {
    .mv-slider .slick-dots {
        left: 0;
    }
    .mv-slider__img {
        max-width: none;
        text-align: center;
    }
    .mv-slider__img img {
        max-width: 60%;
    }
    .mv-cont__wrapper {
        max-width: none;
        padding: 0 30px;
    }
    .mv-cont h1 {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 768px) {
    .mv {
        height: auto;
    }
    .mv-slider {
        width: 100%;
    }
    .mv-slider .slick-dots {
        text-align: center;
    }
    .mv-cont {
        flex: none;
        width: 100%;
        padding: 10vw 0 120px;
    }
    .mv-cont__wrapper {
        width: 100%;
        padding: 0 5vw;
    }
    .mv-cont h1 {
        font-size: 6.5vw;
    }
}

@media screen and (max-width: 480px) {
    .mv-slider .slick-dots {
        bottom: 20px;
    }
    .mv-slider .slick-dots li {
        width: 45px;
    }
    .mv-cont {
        font-size: 1.3rem;
        padding-bottom: 85px;
    }
    .mv-scroll {
        padding-bottom: 40px;
        font-size: 1.8rem;
    }
    .mv-scroll::after {
        height: 35px;
    }
}

.main {
    padding-top: 45px;
}

.main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 135px;
    width: 100%;
    background-color: #F8E006;
    z-index: -1;
}

.main-item__txt {
    position: relative;
    z-index: 2;
}

.main-item__img {
    position: absolute;
}

.main-item--1 {
    margin-bottom: 28px;
}

.main-item--1 .main-item__txt {
    padding-left: 5%;
    padding-right: 35.5%;
}

.main-item--1 .main-item__img {
    right: 0;
    top: 3.3%;
    width: 35.5%;
    text-align: center;
}

.main-item--2 {
    margin-bottom: 107px;
}

.main-item--2 .main-item__txt {
    padding-left: 43.6%;
    padding-right: 14.8%;
}

.main-item--2 .main-item__img--left {
    top: 0;
    left: 0;
    width: 43.6%;
    text-align: center;
}

.main-item--2 .main-item__img--right {
    right: 0;
    top: 28%;
    width: 14.8%;
}

.main-item--3 {
    margin-bottom: 42px;
}

.main-item--3 .main-item__txt {
    padding-left: 9.3%;
    padding-right: 33.7%;
}

.main-item--3 .main-item__img--left {
    top: -16%;
    left: 0;
    width: 9.3%;
}

.main-item--3 .main-item__img--right {
    right: -3%;
    top: -66px;
    width: 41.4%;
}

.main-item--4 {
    margin-bottom: 60px;
}

.main-item--4 .main-item__txt {
    padding-left: 24.9%;
}

.main-item--4 .main-item__img {
    top: -8%;
    left: -2%;
    width: 31%;
}

.main-item--5 {
    margin-bottom: 163px;
}

.main-item--5 .main-item__txt {
    padding-right: 22.7%;
}

.main-item--5 .main-item__img {
    right: 0;
    top: -36%;
    width: 49.6%;
    text-align: right;
}

.main-item--6 {
    margin-bottom: 36px;
}

.main-item--6 .main-item__txt {
    padding-left: 27.4%;
}

.main-item--6 .main-item__img {
    left: 0;
    top: -73%;
    width: 31%;
}

.main-item--7 {
    max-width: 1411px;
    margin: 0 auto;
}

.main-item--7 .main-item__txt {
    padding-right: 23.5%;
}

.main-item--7 .main-item__img {
    right: 2.7%;
    top: 17px;
    width: 37.2%;
    text-align: right;
}

@media screen and (max-width: 1230px) {
    .main::before {
        bottom: 10vw;
    }
    .main-item--1 {
        margin-bottom: 2.3vw;
    }
    .main-item--2 {
        margin-bottom: 9vw;
    }
    .main-item--3 {
        margin-bottom: 3.5vw;
    }
    .main-item--4 {
        margin-bottom: 5vw;
    }
    .main-item--5 {
        margin-bottom: 13.6vw;
    }
    .main-item--6 {
        margin-bottom: 8vw;
    }
}

@media screen and (max-width: 480px) {
    .main-item--1 {
        margin-bottom: 17vw;
    }
    .main-item--1 .main-item__txt {
        padding-left: 0;
        padding-right: 0;
    }
    .main-item--1 .main-item__img {
        right: auto;
        left: -6%;
        top: 43.3%;
        width: 47%;
        text-align: left;
    }
    .main-item--2 {
        margin-bottom: 4vw;
    }
    .main-item--2 .main-item__txt {
        padding-left: 0;
    }
    .main-item--2 .main-item__img--left {
        top: -17vw;
        left: auto;
        right: 0;
        width: 45%;
    }
    .main-item--2 .main-item__img--right {
        width: 20%;
    }
    .main-item--3 {
        margin-bottom: 15vw;
    }
    .main-item--3 .main-item__txt {
        padding-left: 13.5%;
        padding-right: 0;
    }
    .main-item--3 .main-item__img--left {
        top: -16%;
        width: 14.3%;
    }
    .main-item--3 .main-item__img--right {
        top: 56%;
        width: 50%;
    }
    .main-item--4 {
        margin-bottom: 18vw;
    }
    .main-item--4 .main-item__txt {
        padding-left: 0;
    }
    .main-item--4 .main-item__img {
        top: 16%;
        width: 50%;
    }
    .main-item--5 {
        margin-bottom: 24.6vw;
    }
    .main-item--5 .main-item__img {
        right: -5%;
        top: -95%;
        width: 64.6%;
    }
    .main-item--6 .main-item__img {
            top: -150%;
        width: 50%;
    }
}

.concept {
    margin: 66px 0 70px;
}

.concept-img--1 {
    width: 62%;
}

.concept-txt {
    margin-top: 2.3em;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    z-index: 2;
}
.concept-txt .f-23{
	font-size: 2.3rem;
}
.concept-txt .f-38 {
    margin-bottom: 15px;
    font-size: 3.8rem;
}

.concept-txt h2 {
    margin-top: 30px;
    font-size: 6.2rem;
}

.concept-img--2 {
    position: absolute;
    right: 0;
    bottom: -70px;
    top: 15%;
    width: 46.7%;
}

.concept-img--2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .concept-txt {
        margin-top: 2em;
        font-size: 3.5vw;
    }
    .concept-txt .f-38 {
        font-size: 100%;
    }
    .concept-txt .f-23 {
        font-size: 80%;
    }
    .concept-txt h2 {
        margin-top: 30px;
        font-size: 200%;
    }
    .concept-img--2 {
        width: 55%;
    }
}

@media screen and (max-width: 480px) {
    .concept {
        margin-bottom: 0;
    }
    .concept-img--1 {
        width: 100%;
    }
    .concept-txt {
        font-size: 5vw;
    }
    .concept-txt .f-38 {
        font-size: 120%;
    }
    .concept-txt .f-23 {
        font-size: 80%;
    }
    .concept-txt h2 {
        font-size: 175%;
    }
    .concept-img--2 {
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        margin-top: 2em;
    }
}

.sec-ttl {
    position: relative;
    padding-top: 30px;
    font-size: 5.8rem;
    line-height: 1.2;
}

.sec-ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 111px;
    height: 6px;
    background-color: #F82B06;
}

.sec-ttl h2 {
    font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
    .sec-ttl {
        font-size: 4.5rem;
    }
    .sec-ttl h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .sec-ttl {
        font-size: 3.5rem;
    }
    .sec-ttl h2 {
        font-size: 2rem;
    }
}

.about-shape {
    position: absolute;
    top: -2.85em;
    left: calc(50% - 42px);
}

.about-item__tag {
    position: absolute;
}

.about-item__txt {
    position: absolute;
    width: 243px;
    padding: 15px 20px;
    line-height: 1.5;
    color: #00388D;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .16);
}

.about-item__txt ul {
    list-style: square;
    padding-left: 1em;
}

.about-cont-item:nth-of-type(1) {
    width: 272px;
    margin-top: 256px;
}

.about-cont-item:nth-of-type(1) .about-item__tag {
    left: 29%;
    bottom: calc(100% - 2px);
    width: 49.7%;
}

.about-cont-item:nth-of-type(1) .about-item__txt {
    left: 23.1%;
    bottom: -12px;
}

.about-cont-item:nth-of-type(2) {
    width: 383px;
    margin-left: 106px;
    margin-top: 203px;
}

.about-cont-item:nth-of-type(2) .about-item__tag {
    left: 0;
    bottom: 104%;
    width: 46.8%;
}

.about-cont-item:nth-of-type(2) .about-item__txt {
    left: 77.5%;
    top: 58.9%;
    width: 331px;
}

.about-cont-item:nth-of-type(3) {
    width: 424px;
    margin-left: -85px;
}

.about-cont-item:nth-of-type(3) .about-item__tag {
    left: -16.5%;
    bottom: 91.8%;
    width: 61.1%;
}

.about-cont-item:nth-of-type(3) .about-item__txt {
    right: -10%;
    bottom: 100%;
}

.about-cont-item:nth-of-type(4) {
    width: 344px;
    margin-left: 237px;
    margin-top: 5px;
}

.about-cont-item:nth-of-type(4) .about-item__tag {
    right: 106%;
    top: 50%;
    width: 58.5%;
    transform: translateY(-50%);
}

.about-cont-item:nth-of-type(4) .about-item__txt {
    right: 56%;
    bottom: -33px;
    width: 366px;
}

.about-cont-item:nth-of-type(5) {
    width: 364px;
    margin-left: 115px;
    margin-top: 76px;
}

.about-cont-item:nth-of-type(5) .about-item__tag {
    right: 58%;
    bottom: 63%;
    width: 49.2%;
}

.about-cont-item:nth-of-type(5) .about-item__txt {
    left: -20px;
    top: 93%;
}

.about-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 785px;
    padding: 32px 15px;
    color: #fff;
    background-color: #F82B06;
    border-radius: 50px;
    box-shadow: 0 14px 0 rgba(0, 0, 0, .16);
}

.about .about-btn a {
    max-width: 517px;
}

.about-btn__shape {
    position: absolute;
    right: calc(50% + 285px);
    top: -60px;
}

.about-btn__character {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30.6%;
    text-align: right;
}

@media screen and (max-width: 1130px) {
    .about-cont-item:nth-of-type(1) {
        width: 24.8%;
        margin-top: 23vw;
    }
    .about-cont-item:nth-of-type(2) {
        width: 34.9%;
        margin-left: 5%;
        margin-top: 18vw;
    }
    .about-cont-item:nth-of-type(3) {
        width: 38.6%;
        margin-left: -3.3%;
    }
    .about-cont-item:nth-of-type(3) .about-item__txt {
        right: -3%;
    }
    .about-cont-item:nth-of-type(4) {
        width: 31.3%;
        margin-left: 21.5%;
        margin-top: 5px;
    }
    .about-cont-item:nth-of-type(5) {
        width: 33.1%;
        margin-left: 10.5%;
        margin-top: 6.8vw;
    }
}

@media screen and (max-width: 1000px) {
    .about-item__txt {
        width: 200px;
        font-size: 1.6rem;
    }
    .about-cont-item:nth-of-type(2) .about-item__txt {
        width: 265px;
    }
    .about-cont-item:nth-of-type(4) .about-item__txt {
        width: 115%;
        max-width: 297px;
    }
}

@media screen and (max-width: 768px) {
    .about-shape {
        width: 25%;
    }
    .about-cont-item:nth-of-type(1) {
        width: 38%;
    }
    .about-cont-item:nth-of-type(2) {
        width: 57%;
    }
    .about-cont-item:nth-of-type(2) .about-item__txt {
        left: auto;
        right: -3%;
    }
    .about-cont-item:nth-of-type(3) {
        width: 100%;
        max-width: 424px;
        margin: 180px auto 0;
    }
    .about-cont-item:nth-of-type(4) {
        width: 60%;
        max-width: 344px;
        margin-left: 40%;
    }
    .about-cont-item:nth-of-type(5) {
        width: 100%;
    }
    .about-btn__shape {
        right: auto;
        left: -15px;
        top: -40px;
        width: 20%;
    }
}

@media screen and (max-width: 480px) {
    .about-item__txt {
        width: 170px;
        padding: 15px;
        font-size: 1.4rem;
    }
    .about-cont-item:nth-of-type(1) {
        width: 100%;
        max-width: 272px;
        margin: 140px auto 0;
    }
    .about-cont-item:nth-of-type(2) {
        width: 100%;
        margin-left: 0;
        margin-top: 150px;
        padding-right: 20%;
    }
    .about-cont-item:nth-of-type(2) .about-item__txt {
        width: 227px;
    }
    .about-cont-item:nth-of-type(3) .about-item__tag {
        left: -3.5%;
        bottom: 85%;
        width: 45%;
    }
    .about-cont-item:nth-of-type(4) .about-item__tag {
        top: 30%;
    }
    .about-cont-item:nth-of-type(5) {
        margin-top: 60px;
    }
    .about-btn a {
        padding: 20px 15px;
    }
    .about-btn__shape {
        top: -3px;
        left: -30px;
        width: 15%;
    }
}

.video .inner {
    max-width: 1045px;
}

.video-item {
    width: 50%;
    max-width: 503px;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
}

.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.d-flex>.video-item__btn {
    width: 48%;
}

.video-item__btn>a {
    display: inline-block;
    width: 100%;
    max-width: 337px;
    line-height: 2.52;
    color: #fff;
    background-color: #00388D;
    border-radius: 50px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, .16);
}

.d-flex>.video-item__btn>a {
    max-width: none;
}

.video-item__btn .f-14 {
    font-size: 1.4rem;
    font-weight: 400;
}

.video-item__btn .f-14 a {
    color: #2648D6;
    text-decoration: underline;
}

.before-after {
    display: none;
}

.before-after.slick-initialized {
    display: block;
}

.before-after__item {
    display: flex !important;
    padding: 0 10px;
}

.before-after__item-part {
    position: relative;
    width: 50%;
}

.before-after__item-part img {
    width: 100%;
}

.before-after__item-part p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 109px;
    text-align: center;
    line-height: 1.44;
    color: #fff;
}

.before-after__item-part--b p {
    background-color: #000;
}

.before-after__item-part--a p {
    background-color: #00388D;
}

@media screen and (max-width: 480px) {
    .video-item {
        width: 100%;
    }
    .before-after__item {
        padding: 0;
    }
    .d-flex>.video-item__btn {
        width: 100%;
        margin-bottom: 20px;
    }
}

.owner-youtube {
    max-width: 600px;
    margin: 0 auto;
}

.message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 615px;
    background-color: #F8E006;
    z-index: -1;
}

.message-cont__txt {
    max-width: 932px;
    margin: 0 auto;
}

.icn_msg {
    position: absolute;
    text-align: left;
}

.icn_msg--1 {
    left: 0;
    top: 70px;
    width: 210px;
    text-align: right;
}

.icn_msg--2 {
    right: 0;
    top: -23px;
    width: 280px;
}

.icn_msg--3 {
    left: -8px;
    top: 242px;
    width: 212px;
    text-align: right;
}

.icn_msg--4 {
    right: 0;
    top: 253px;
    width: 220px;
}

.icn_msg--5 {
    left: 0;
    top: 485px;
    width: 205px;
    text-align: right;
}

.icn_msg--6 {
    right: 0;
    top: 495px;
    width: 200px;
}

.icn_msg--7 {
    left: 0;
    top: 670px;
    width: 280px;
    text-align: center;
}

.icn_msg--8 {
    right: 0;
    top: 608px;
    width: 235px;
}

.message-character {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 26%;
}

@media screen and (max-width: 1000px) {
    .icn_msg--1 {
        width: calc(50% - 240px);
        max-width: 160px;
    }
    .icn_msg--2 {
        width: calc(50% - 240px);
    }
    .icn_msg--3 {
        width: calc(50% - 240px);
    }
    .icn_msg--4 {
        width: calc(50% - 260px);
    }
    .icn_msg--5 {
        width: calc(50% - 290px);
    }
    .icn_msg--6 {
        width: calc(50% - 300px);
    }
    .icn_msg--7 {
        width: calc(50% - 235px);
    }
    .icn_msg--8 {
        width: calc(50% - 235px);
    }
}

@media screen and (max-width: 768px) {
    .icn_msg--1,
    .icn_msg--2 {
        width: calc(50% - 190px);
        max-width: 160px;
    }
    .icn_msg--3 {
        width: calc(50% - 175px);
    }
    .icn_msg--4 {
        width: calc(50% - 185px);
    }
    .icn_msg--5 {
        width: calc(50% - 200px);
    }
    .icn_msg--6 {
        width: calc(50% - 220px);
    }
    .icn_msg--7,
    .icn_msg--8 {
        width: calc(50% - 195px);
    }
}

.company {
    background-color: #F8E006;
}


.company-info {
    padding: 2.5em 15px 3.5em;
    background-color: #fff;
}

.company-info dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 882px;
    margin: 0 auto;
    padding: 33px 0;
    line-height: 1.67;
    border-bottom: 1px solid #E3E3E3;
}

.company-info dl dt {
    width: 270px;
    font-weight: 700;
}

.company-info dl dd {
    flex: 1;
    font-size: 90%;
    font-weight: 400;
}

.company-info dl dd i {
    display: block;
    line-height: 0;
}

.company-info__tag span {
    padding: 0 15px;
}

.company-info__sns a {
    width: 182px;
    height: 59px;
    margin-right: 20px;
    color: #fff;
    border-radius: 3px;
}

.company-info__sns a i {
    margin-right: 12px;
}

.company-info__sns-fb {
    background-color: #1DA1F2;
    box-shadow: 0 5px 0 #095684;
}

.company-info__sns-is {
    background: linear-gradient(to right, #535ACF, #D63281, #F5762F);
    box-shadow: 0 5px 0 #541679;
}

@media screen and (max-width: 768px) {
    .company-info dl dt {
        width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .company-info dl dt {
        width: 100%;
        margin-bottom: 10px;
    }
    .company-info dl dd {
        flex: none;
        width: 100%;
    }
    .company-info__sns {
        justify-content: space-between;
    }
    .company-info__sns a {
        width: 48%;
        margin-right: 0;
    }
}

.last-sec {
    background-color: #00388D;
}

.last-sec::before,
.last-sec::after {
    content: '';
    position: absolute;
    top: 0;
    width: calc(50% - 315px);
    height: 100%;
}

.last-sec::before {
    left: 0;
    background: url(../img/bg_footer01.png) no-repeat center / cover;
}

.last-sec::after {
    right: 0;
    background: url(../img/bg_footer02.png) no-repeat center / cover;
}

.last-sec__cont {
    max-width: 85%;
    padding: 1.8em 25px;
    font-size: 3.3rem;
    line-height: 1.36;
    z-index: 2;
}

@media screen and (max-width: 1230px) {
    .last-sec::before, 
    .last-sec::after {
        width: 24vw;
    }
    .last-sec__cont {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 480px) {
    .last-sec::before, 
    .last-sec::after {
        width: 17vw;
    }
    .last-sec__cont {
        padding: 1.8em 10px;
        font-size: 3.25vw;
    }
}
/**
/*  お知らせ一覧 CSS
----------------------------------------------- */
.news-guide{
	padding: 12rem 0 10rem 0;
}
.news-guide .news-grid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4rem;
}
.news-guide .sec-ttl{
	width: 22rem;
	margin-left: 5rem;
}
.news-guide .news-list{
	width: calc(100% - 27rem);
	padding-left: 8rem;
}
.news-guide .news-list .news-items{
	border-bottom: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
}
.news-guide .news-list .news-items dt{
	width: 15rem;
	font-size: 90%;
	line-height: 1;
	transform: rotate(0.03deg);
}
.news-guide .news-list .news-items dd{
	width: calc(100% - 15rem);
}
.news-guide .news-list .news-items dd a{
	position: relative;
	display: block;
	padding-right: 2rem;
}
.news-guide .news-list .news-items dd a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-left: 13px solid #F82B06;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news-guide .block_btn{
	text-align: center;
}
.news-guide .block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 345px;
}
.news-guide .block_btn .btn{
	background: #F82B06;
	display: block;
	color: #ffffff;
	font-size: 125%;
	font-weight: 700;
	line-height: 3.6;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0 14px 0 rgba(0, 0, 0, .16);
}
@media screen and (max-width: 768px) {
	.news-guide{
		padding: 6rem 0 7rem 0;
	}
	.news-guide .news-grid{
		display: block;
		margin-bottom: 4rem;
	}
	.news-guide .sec-ttl{
		width: 100%;
		font-size: 4.5rem;
		margin-left: 0;
		margin-bottom: 6rem;
	}
	.news-guide .sec-ttl h2 {
		font-size: 3rem;
	}
	.news-guide .news-list{
		width: 100%;
		padding-left: 0;
	}
	.news-guide .news-list .news-items{
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}
	.news-guide .news-list .news-items dt{
		width: 10rem;
	}
	.news-guide .news-list .news-items dd{
		width: calc(100% - 10rem);
	}
	.news-guide .news-list .news-items dd a:after{
		border-left: 10px solid #F82B06;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.news-guide .block_btn .btn{
		box-shadow: 0 8px 0 rgba(0, 0, 0, .16);
	}
}
@media screen and (max-width: 480px) {
	.news-guide{
		padding: 50px 0;
	}
	.news-guide .news-grid{
		display: block;
		margin-bottom: 40px;
	}
	.news-guide .sec-ttl{
		width: 100%;
		margin-left: 0;
		margin-bottom: 1.2em;
	}
	.news-guide .news-list{
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.news-guide .news-list .news-items{
		display: block;
		padding-bottom: 1em;
		margin-bottom: 1.5em;
	}
	.news-guide .news-list .news-items dt{
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 0.5em;
	}
	.news-guide .news-list .news-items dd{
		width: 100%;
	}
	.news-guide .news-list .news-items dd a{
		font-size: 1.4rem;
		padding-right: 20px;
	}
	.news-guide .news-list .news-items dd a:after{
		border-left: 10px solid #F82B06;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.news-guide .block_btn .btn{
		font-size: 1.8rem;
		line-height: 3.4;
		box-shadow: 0 8px 0 rgba(0, 0, 0, .16);
	}
}