@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Hind:wght@300;400&family=Noto+Sans+JP:wght@400;500;700&display=swap');


html,
body {
    font-family: 'BIZ UDPGothic', 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-size: clamp(12px, 1.25vw, 16px);
    font-weight: 700;
    /*overflow-x: hidden;*/

    height: 100%;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

.fadeIn,
.fadeInDown,
.fadeInUp,
.fadeInLeft,
.fadeInRight {
    opacity: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
}

a {
    color: #000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: flex-start;
}

.flex_c {
    display: flex;
    justify-content: center;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_al {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header {
    position: fixed;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    top: 0;
    z-index: 99;
}

header.fixed {
    background-color: #fff;
}

header:hover {
    background-color: #fff;
}

header .logo {
    width: 15%;
    margin: 0 2.5%;
}

header .logo img {
    width: 180px;
}

header .menu {
    width: 85%;
}

header ul {
    width: 74%;
    margin: 0 auto;
}

header ul li {
    position: relative;
    margin: 0;
    min-width: 15%;
    border-right: 1px solid #000;
    text-align: center;
    padding: 0 5%;
}

header ul li:last-child {
    border-right: none;
}

header ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.95em;
    font-weight: 700;
    padding: 0 0 3px;
    color: #000;
    text-shadow: 0px 2px 3px #fff;
    line-height: 1.2;
}

header ul li a:hover {
    border-bottom: 1px solid #ff8800;
}

header ul li a:hover::after {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #ff8800 #ff8800;
    transform: rotate(-45deg);
}

header ul li span {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    color: #ff8800;
    font-size: 0.9em;
}

header .contact {
    width: 26%;
    max-width: 280px;
}

.bg_01 {
    background-image: url(../img/lp/bg_01.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.mainvisual {
    height: 35vh;
    min-height: 440px;
    position: relative;
}

.mainvisual img.main_ttl {
    width: 50%;
    max-width: 650px;
    position: absolute;
    top: 33%;
    left: 3vw;
}

.lineup {
    position: relative;
}


.lineup .arrow {
    position: absolute;
    right: 6%;
    top: 20%;
}

.lineup .ttl {
    margin-left: 8px;
    width: 23.4%;
    max-width: 323px;
}

.lineup .flex {
    margin: 2%;
}

.lineup .box {
    width: 27%;
    max-width: 342px;
}

.lineup h2 {
    writing-mode: vertical-rl;
    color: #ffff04;
    font-size: 1.8em;
    position: relative;
    top: 10px;
    left: 10px;
}

.lineup p {
    color: #fff;
    margin: 0 15px 10px;
}

#network {
    margin-top: -80px;
    padding-top: 80px;
}

.network {
    position: relative;
    margin: 6% auto;
    min-height: 450px;
}

.network .ttl {
    position: relative;
    width: 35%;
    max-width: 475px;
    padding: 10% 0 20%;
    margin-left: 8px;
}

.network img.map {
    position: absolute;
    width: 37%;
    max-width: 560px;
    top: 0;
    left: 20%;
    right: 0;
}

.network .txt {
    position: absolute;
    top: 17%;
    right: 0;
    width: 63%;
    padding-left: 20%;
}

.network .txt p {
    color: #fff;
    font-weight: 700;
    font-size: 2.4em;
}

.network .txt p span {
    font-size: 1.5em;
}

.network .txt a {
    display: block;
    text-align: right;
    color: #fff;
    margin-right: 30%;
}

#case_study {
    margin-top: -150px;
    padding-top: 150px;
}

.case_study {
    background-image: url(../img/lp/bg_02.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    top: -200px;
    padding: 10% 0 0;
}

.case_study .ttl {
    position: relative;
    width: 41%;
    max-width: 557px;
    left: 59%;
    right: 0;
}

.case_study h3 {
    width: 62%;
    max-width: 848px;
}

.example {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 6% 0;
    top: -200px;
    margin-top: -1%;
}

.example .inner {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
}

.example .ex_title {
    border: 1px solid #7900a4;
    padding: 5px;
    margin-bottom: 3%;
}

.example h4 {
    position: relative;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 2em;
    color: #7900a4;
    border-left: 1px solid #7900a4;
}

.example h4::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 2%;
    top: 20%;
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-color: transparent transparent #af66c8 #af66c8;
    transform: rotate(-45deg);
}

.example .close h4::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 2%;
    top: 40%;
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-color: transparent transparent #af66c8 #af66c8;
    transform: rotate(135deg);
}

.example .box {
    margin: 3% auto 6%;
    padding: 0 3% 0;
    display: none;
}

.example .flex_sb {
    align-items: flex-start;
    margin-bottom: 3%;
}

.example .txt_area {
    width: 100%;
    margin-right: 4%;
}

.example .flex_c .main_image {
    width: 49%;
    margin-right: 2%;
}

.example .flex_c .main_image img {
    margin-bottom: 2%;
}

.example .txt_area p {
    margin-bottom: 5%;
    font-size: 1.1em;
}

.example .txt_area p.name {
    font-size: 1.8em;
    margin-bottom: 1%;
}


.example .sub_image {
    flex-wrap: wrap;
    width: 49%;
}

.example .sub_image img {
    width: 48%;
    max-width: 240px;
    margin-right: 4%;
    margin-bottom: 3%;
}

.example .sub_image img:nth-child(2n) {
    margin-right: 0;
}


.example .sub_image02 {
    flex-wrap: wrap;
    width: 100%;
}

.example .sub_image02 img {
    width: 23.5%;
    max-width: 240px;
    margin-right: 2%;
    margin-bottom: 4%;
}

.example .sub_image02 img:nth-child(4n) {
    margin-right: 0;
}

.example .detail {
    align-items: center;
    background-color: #f8f4de;
    padding: 3%;
    margin: 2% auto;
}

.example .detail img {
    width: 15%;
    max-width: 140px;
    margin-right: 3%;
}

.example .detail p {
    margin: 0 2%;
    font-size: 1.2em;
}

p.al_r {
    text-align: right;
    font-size: 1.7em;
    margin: 8% auto;
}

p.al_r span {
    display: inline-block;
    transform: rotate(20deg);
}

.bg_02 {
    background-image: url(../img/lp/bg_03.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 3;
    top: -400px;
    padding-top: 410px;
}


.bg_02 .arrow {
    position: absolute;
    right: 6%;
    top: 7%;
}

#service {
    margin-top: -100px;
    padding-top: 100px;
}

.service {
    position: relative;
}

.service .ttl {
    margin-left: 8px;
    position: relative;
    width: 26%;
    max-width: 345px;
    margin-left: 8px;
}

.service .inner {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
}

.service h3 {
    margin-top: 5%;
    font-size: 1.9em;
    color: #fff;
}

.service h3 span {
    color: #ffff04;
}

.service .bdr {
    border-bottom: 1px solid #fff;
    width: 65%;
    margin: 1% 0;
}

.service p {
    color: #fff;
    font-size: 1em;
}

.service .image_area {
    margin: 5% auto;
}

.service p.al_c {
    text-align: center;
    font-size: 1.7em;
    padding-bottom: 5%;
}

.service p.al_c span {
    display: inline-block;
    transform: rotate(20deg);
}

footer {
    width: 100%;
    min-height: 400px;
    margin-top: -400px;
    padding: 5% 0 1%;
}


footer .inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}

footer .company {
    text-align: center;
    width: 53%;
}

footer .company .logo {
    width: 250px;
    margin: 0 auto 5%;
}

footer .company p.name {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 2%;
}

footer .company p.bold {
    font-weight: 700;
    margin-bottom: 1%;
}

footer .company a {
    display: inline-block;
    margin: 4% auto;
}

footer .link {
    width: 47%;
    font-size: 0.9em;
    border-left: 1px solid #000;
}

footer .list {
    align-self: flex-start;
}

footer .list li.bold {
    font-weight: 700;
}

footer .list li a {
    color: #000;
}

footer .list ul.mb15 {
    margin-bottom: 15%;
}

footer .list ul.mb20 {
    margin-bottom: 20%;
}

footer .list a img {
    margin: 3% 0;
}

footer .flex_al.al02 {
    font-size: 0.6em;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    header {
        position: fixed;
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
        top: 0;
        z-index: 99;

        height: 55px;
    }

    header ul {
        width: 77%;
        margin: 0 auto;
    }

    header .contact {
        width: 23%;
        max-width: 280px;
    }

    .bg_01 {
        background-image: url(../img/lp/bg_01.png);
        background-position: top center;
        background-repeat: no-repeat;

        background-position: center 13%;
    }

    .mainvisual {
        height: 35vh;
        min-height: 450px;
        position: relative;

        min-height: 350px;
    }

    .network .txt {
        position: absolute;
        top: 17%;
        right: 0;
        width: 60%;
        padding-left: 13%;
    }


    .example h4::after {
        content: "";
        margin: auto;
        position: absolute;
        right: 2%;
        width: 18px;
        height: 18px;
        border: 4px solid;
        border-color: transparent transparent #af66c8 #af66c8;
        transform: rotate(-45deg);
        top: 18%;
    }

    .bg_02 {
        background-image: url(../img/lp/bg_03.png);
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        z-index: 2;
        background-size: cover;
        top: -300px;
        padding-top: 260px;
    }


    footer {
        width: 100%;

        min-height: 300px;
        margin-top: -300px;
        padding: 5% 0 1%;
    }


    footer .link {
        align-items: flex-start;
        margin: 3% auto;
    }

    footer .list ul.mb15 {
        margin-bottom: 15%;
    }

    footer .list ul.mb20 {
        margin-bottom: 10%;
    }

    footer .list a img {
        margin: 3% 0;
    }

    footer .flex_al.al02 {
        font-size: 0.6em;
        max-width: 500px;
        margin: 0 auto;
    }

}


@media (max-width: 480px) {
    header {
        position: fixed;
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
        top: 0;
        z-index: 99;

        height: 105px;
    }

    /*header.fixed {
		background-color: #fff;
	}

	header:hover {
		background-color: #fff;
	}*/

    header .flex_sb {
        display: block;

    }

    header .logo {
        width: 40%;
        margin: 2% 2.5%;
    }

    header .logo img {
        width: 180px;
    }

    header .menu {
        width: 100%;
    }

    header .flex_end {
        display: block;
    }

    header ul.flex_end {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }

    header ul li {
        min-width: 0%;
        padding: 0 2%;
    }

    header .contact {
        width: 35%;
        max-width: 280px;
        position: absolute;
        right: 0;
        top: 0
    }

    .bg_01 {
        background-image: url(../img/lp/bg_01.png);
        background-position: top center;
        background-repeat: no-repeat;

        background-position: center 48%;
    }

    .mainvisual {
        height: 30vh;
        min-height: 263px;
    }

    .mainvisual img.main_ttl {
        width: 70%;
        max-width: 630px;
        position: absolute;
        top: 50%;
        left: 5vw;
    }

    .lineup {
        position: relative;
    }


    .lineup .arrow {
        position: absolute;
        right: 3%;
        top: 0%;
        width: 15px;
    }

    .lineup .ttl {
        margin-left: 8px;
        width: 23.4%;
        max-width: 323px;
    }

    .lineup .flex {
        margin: 2%;
        flex-wrap: wrap;
    }

    .lineup .box {
        width: 90%;
        max-width: 342px;
        margin-bottom: 10%;
    }

    #network {
        margin-top: -110px;
        padding-top: 110px;
    }

    .network {
        position: relative;
        margin: 0% auto;
        min-height: 500px;
    }

    .network .ttl {
        position: relative;
        width: 35%;
        max-width: 475px;
        padding: 10% 0 20%;
        margin-left: 8px;
    }

    .network img.map {
        width: 90%;
        top: 0;
        left: 5%;
        right: 5%;
        opacity: 0.6;
    }

    .network .txt {
        position: absolute;
        top: 25%;
        right: 0;
        width: 85%;

        padding-left: 0%;
    }

    .network .txt p {
        color: #fff;
        font-weight: 700;
        font-size: 2em;
    }

    #case_study {
        margin-top: -280px;
        padding-top: 280px;
    }

    .example {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding: 5% 0;
        top: -200px;
    }

    .example .inner {
        width: 96%;
        max-width: 1080px;
        margin: 0 auto;
    }

    .example .ex_title {
        border: 1px solid #7900a4;
        padding: 5px;
        margin-bottom: 3%;
    }

    .example h4 {
        font-size: 1.2em;
    }

    .example h4::after {
        top: 0%;
    }

    .example .box {
        margin: 3% auto 10%;
        padding: 0 3% 0;
        display: none;
    }

    .example .flex_sb {
        align-items: flex-start;
        margin-bottom: 3%;
        flex-wrap: wrap;
    }

    .example .txt_area {
        width: 100%;
        margin-right: 4%;
    }
    
    .example .flex_c{
        flex-wrap: wrap;
    }

    .example .flex_c .main_image {
        width: 100%;
        margin-right: 0;
    }

    .example .flex_c .main_image img {
        margin-bottom: 4%;
    }

    .example .txt_area p {
        margin-bottom: 5%;
        font-size: 1.1em;
    }

    .example .txt_area p.name {
        font-size: 1.6em;
        margin-bottom: 1%;
    }


    .example .sub_image {
        flex-wrap: wrap;
        width: 100%;
    }

    .example .sub_image img {
        width: 48%;
        max-width: 240px;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .example .sub_image img:nth-child(2n) {
        margin-right: 0;
    }


    .example .sub_image02 {
        flex-wrap: wrap;
        width: 100%;
    }

    .example .sub_image02 img {
        width: 48%;
        max-width: 240px;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .example .sub_image02 img:nth-child(2n) {
        margin-right: 0;
    }


    p.al_r {
        text-align: right;
        font-size: 1em;
        margin: 8% auto;
    }

    .bg_02 {
        background-image: url(../img/lp/bg_03.png);
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        z-index: 2;
        top: -300px;
        padding-top: 410px;

        background-size: cover;
        top: -280px;
        padding-top: 200px;
    }


    .bg_02 .arrow {
        position: absolute;
        right: 3%;
        top: 7%;
        width: 15px;
    }

    #service {
        margin-top: -110px;
        padding-top: 110px;
    }

    /*.service {
		position: relative;
	}

	.service .ttl {
		margin-left: 8px;
		position: relative;
		width: 26%;
		max-width: 345px;
		margin-left: 8px;
	}

	.service .inner {
		width: 96%;
		max-width: 1080px;
		margin: 0 auto;
	}*/

    .service h3 {
        margin-top: 5%;
        font-size: 1.5em;
        color: #fff;
    }

    /*.service h3 span {
		color: #ffff04;
	}

	.service .bdr {
		border-bottom: 1px solid #fff;
		width: 65%;
		margin: 1% 0
	}

	.service p {
		color: #fff;
		font-size: 0.9em;
	}

	.service .image_area {
		margin: 5% auto;
	}*/

    .service p.al_c {
        text-align: center;
        font-size: 1.1em;
        padding-bottom: 5%;
    }

    /*.service p.al_c span {
		display: inline-block;
		transform: rotate(20deg);
	}*/

    footer {
        width: 100%;

        min-height: 300px;
        margin-top: -280px;
        padding: 5% 0 1%;
    }

    footer .flex_al {
        flex-wrap: wrap;
    }


    /*footer .inner {
		width: 96%;
		max-width: 1000px;
		margin: 0 auto;
	}*/

    footer .company {
        text-align: center;
        width: 100%;
    }

    /*footer .company .logo {
		width: 250px;
		margin: 0 auto 5%;
	}

	footer .company p.name {
		font-weight: 700;
		font-size: 1.3em;
		margin-bottom: 2%;
	}

	footer .company p.bold {
		font-weight: 700;
		margin-bottom: 1%;
	}

	footer .company a {
		display: inline-block;
		margin: 4% auto;
	}*/

    footer .link {
        width: 100%;
        font-size: 0.9em;

        border-left: none;
    }

    /*footer .list li.bold {
		font-weight: 700;
	}

	footer .list li a {
		color: #000;
	}*/

    footer .link {
        align-items: flex-start;
        margin: 5% auto;
    }

    footer .list ul.mb15 {
        margin-bottom: 15%;
    }

    footer .list ul.mb20 {
        margin-bottom: 10%;
    }

    footer .list a img {
        margin: 3% 0;
    }

    footer .flex_al.al02 {
        font-size: 0.6em;
        max-width: 500px;
        margin: 0 auto;
    }

    */
}
