@charset "UTF-8";

/*============================
loading
============================*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: #fff;
}

.loader,
.loader:after {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -30px;
}

.loader {
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #3b1e87;
    border-right: 5px solid #3b1e87;
    border-bottom: 5px solid #3b1e87;
    border-left: 5px solid #019fc7;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*============================
トップ共通
============================*/

.link {
    padding-top: 40px;
}

@media only screen and (max-width: 768px) {
    .link {
        padding-top: 20px;
    }
}

/*============================
top_img
============================*/
#top_img {
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper {
    background: #f3f3f3;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
}

.slide-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide.slide01 {
    position: relative;
}

.slide.slide01::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(1, 159, 199, 0), rgba(1, 159, 199, 0.7));
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/*画像*/
.swiper-slide-active .slide-media img,
.swiper-slide-duplicate-active .slide-media img,
.swiper-slide-prev .slide-media img {
    animation: zoom-in 10s linear 0s 1 normal both;
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*文字*/
.slide-title {
    position: relative;
    width: 1040px;
    height: 0;
    padding-top: 600px;
    background: url(../images/home/catch01.png)no-repeat center center;
    background-size: 100%;
    margin: auto;
}

.slide-title.title01 {
    background-image: url(../images/home/catch01.png);
    z-index: 2;
}

.slide-title.title02 {
    background-image: url(../images/home/catch02.png);
}

.slide-title.title03 {
    background-image: url(../images/home/catch03.png);
}

/*文字のアニメーション*/

.swiper-slide-active .slide-title,
.swiper-slide-duplicate-active .slide-title,
.swiper-slide-prev .slide-title {
    animation: mv01-fadeIn 2s 0.5s ease-in-out both;
}

@keyframes mv01-fadeIn {
    0% {
        /*        transform: scale(1);*/
        opacity: 0;
        /*        filter: blur(300px);*/
    }

    100% {
        /*        transform: scale(1.2);*/
        opacity: 1;
        /*        filter: blur(0);*/
    }
}

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

    /*文字*/
    .slide-title {
        position: relative;
        width: 90.625%;
        height: 0;
        padding-top: 78.542%;
        background: url(../images/home/catch01_sp.png)no-repeat center center;
        background-size: 100%;
        margin: auto;
    }

    .slide-title.title01 {
        background-image: url(../images/home/catch01_sp.png);
        z-index: 2;
    }

    .slide-title.title02 {
        background-image: url(../images/home/catch02_sp.png);
    }

    .slide-title.title03 {
        background-image: url(../images/home/catch03_sp.png);
    }
}

/*============================
container
============================*/

.container {
    position: relative;
}

.primary {
    width: 100%;
    float: none;
}

.primary > article {
    padding: 100px 0 100px;
}

.primary .inner {
    width: 1040px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .primary > article {
        padding: 50px 0;
    }

    .primary .inner {
        width: 90.625%;
    }
}


/*============================
h2
============================*/

h2 .eng {
    font-size: 60px;
}


@media only screen and (max-width: 768px) {
    h2 .eng {
        font-size: 40px;
    }
}

/*============================
h3
============================*/

h3 {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 16px;
    }
}

/*============================
reason
============================*/
#reason {
    padding-bottom: 60px;
}

#reason .flex {
    counter-reset: num 0;
}

#reason .flex li {
    text-align: center;
}

#reason .flex li::after {
    counter-increment: num 1;
    content: counter(num, decimal-leading-zero);
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    display: block;
    color: #019fc7;
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
}

#reason .flex li img {
    display: block;
    margin: 0 auto 10px;
}

#reason .flex li img.icon_1 {
    width: 100px;
}

#reason .flex li img.icon_2 {
    width: 95px;
}

#reason .flex li img.icon_3 {
    width: 79px;
}

#reason .flex li img.icon_4 {
    width: 120px;
}

#reason .flex li img.icon_5 {
    width: 100px;
}

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

    #reason {
        padding-bottom: 40px;
    }

    #reason .flex {
        grid-gap: 20px;
    }

    #reason .flex li {
        background: #f3f3f3;
        padding: 20px;
        border-radius: 10px;
        width: 100%;
        font-size: 14px;
    }

    #reason .flex li img {
        display: block;
        margin: 0 auto 10px;
    }

    #reason .flex li img.icon_1 {
        width: 70px;
    }

    #reason .flex li img.icon_2 {
        width: 67px;
    }

    #reason .flex li img.icon_3 {
        width: 56px;
    }

    #reason .flex li img.icon_4 {
        width: 84px;
    }

    #reason .flex li img.icon_5 {
        width: 70px;
    }
}

/*============================
service
============================*/

#service {
    background: #f3f3f3;
    padding-top: 0;
}

#service .lead_bg {
    background: linear-gradient(180deg, #fff 0%, #fff 158px, #3b1e87 158px, #3b1e87 100%);
    position: relative;
}

#service .lead_bg::before {
    content: "";
    background: url(../images/home/service/town_bg.png) repeat-x bottom center;
    background-size: auto 100%;
    display: block;
    height: 158px;
}

#service .lead_bg::after {
    content: "";
    background: #3b1e87;
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -80px;
}

#service .lead {
    color: #fff;
    padding: 30px 0 60px;
}

#service .lead p {
    font-size: 18px;
    width: 660px;
}

#service .lead h2 {
    color: #fff;
}

#service .lead h2 .eng {
    color: #fff;
}

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

    #service .lead_bg {
        background: linear-gradient(180deg, #fff 0%, #fff 79px, #3b1e87 79px, #3b1e87 100%);
    }

    #service .lead_bg::before {
        height: 79px;
    }

    #service .lead_bg::after {
        content: "";
        background: #3b1e87;
        display: block;
        width: 100%;
        height: 80px;
        position: absolute;
        left: 0;
        bottom: -80px;
    }

    #service .lead {
        padding: 15px 0 30px;
    }

    #service .lead p {
        font-size: 16px;
    }
}

/*============================
ポイント共通
============================*/
#service .point {
    position: relative;
    z-index: 1;
    counter-reset: number 0;
    margin-bottom: 60px;
}

#service .box {
    background: #fff;
    border-radius: 10px;
    padding: 60px;
}

.point_1 .photo,
.point_2 .photo {
    width: 440px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.flex .photo img {
    width: 100%;
}

.point_1 .flex .text,
.point_2 .text {
    width: 440px;
}

#service .point h3 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.2;
}

#service .point h3 .eng {
    font-size: 40px;
    color: #019fc7;
    display: block;
    letter-spacing: 0.05em;
}

#service .point h3 .eng i {
    font-size: 32px;
    padding-right: 10px;
}

#service .point h3 .eng::after {
    padding-right: 10px;
    counter-increment: number 1;
    content: "."counter(number, decimal-leading-zero);
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}

.point_1 {
    margin-bottom: 40px;
}

.point_1 > .flex {
    margin-bottom: 40px;
}

.point_2 .text p span {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.repainting {
    border: 1px solid #019fc7;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.repainting .photo {
    width: 300px;
    height: 300px;
}

.repainting .photo img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.repainting .text {
    width: 500px;
}

.repainting h4 {
    color: #019fc7;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.repainting h4::before {
    content: "\f059";
    font: var(--fa-font-regular);
    padding-right: 10px;
    font-size: 30px;
}

.design_concrete h2 {
    margin-bottom: 33px;
}

.design_concrete h3 {
    font-size: 22px;
}

.design_concrete h3 {
    line-height: 1;
    margin-bottom: 40px;
}

.design_concrete .flex ul {
    width: 420px;
}

.design_concrete .flex li {
    width: 190px;
    border-radius: 10px;
    overflow: hidden;
}

.design_concrete .flex li img {
    width: 100%;
}

.youtube {
    width: 560px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    #service .point {
        margin-bottom: 40px;
    }

    #service .box {
        padding: 20px;
    }

    .point_1 .photo,
    .point_2 .photo {
        width: 100%;
        height: 0;
        padding-top: 60%;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

    .point_1 .flex .photo img,
    .point_1 .repainting .photo img,
    .point_2 .photo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .point_1 .flex .text,
    .point_2 .text {
        width: 100%;
    }

    #service .point h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    #service .point h3 .eng {
        font-size: 34px;
    }

    #service .point h3 .eng i {
        font-size: 26px;
        padding-right: 6px;
    }

    #service .point h3 .eng::after {}

    .point_1 {
        margin-bottom: 20px;
    }

    .point_1 > .flex {
        margin-bottom: 20px;
    }

    .repainting {
        padding: 20px;
    }

    .repainting .photo {
        width: 100%;
        height: 0;
        position: relative;
    }

    .repainting .photo img {
        width: 100%;
    }

    .repainting .text {
        width: 100%;
    }

    .repainting h4 {
        font-size: 18px;
    }

    .repainting h4::before {
        padding-right: 6px;
        font-size: 24px;
    }

    .design_concrete h2 {
        margin-bottom: 10px;
    }

    .design_concrete h3 {
        font-size: 18px;
    }

    .design_concrete h3 {
        line-height: 1;
        margin-bottom: 20px;
    }

    .design_concrete .flex ul {
        width: 100%;
        margin-bottom: 20px;
    }

    .design_concrete .flex li {
        width: calc(50% - 10px);
    }
    .youtube {
        width: 100%;
    }
}

/*============================
pick_up
============================*/

#pick_up {
    padding-bottom: 0;
	/*一時的なコード*/
	padding-bottom: 100px;
}

#pick_up .inner .flex {
    align-items: stretch;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
}

.plan {
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    width: 500px;
    position: relative;
}

.plan h3 {
    font-size: 20px;
    color: #fff;
    background: #3b1e87;
    padding: 8px 30px;
    border-bottom-right-radius: 10px;
    width: 340px;
    position: absolute;
    top: 0;
    left: 0;
}

.plan .photo img {
    width: 100%;
}

.plan .text {
    padding: 20px 30px;
}

.plan .text p.price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.plan .text p.price .eng {
    font-size: 48px;
    color: #019fc7;
}

.plan .text p.price .min {
    font-size: 16px;
    font-weight: 600;
}

.plan .text dl {
    font-size: 14px;
    font-weight: 500;
}

.plan .text dt,
.plan .text dd {
    display: inline;
}

.plan .text dt::before {
    content: "\f5aa";
    font: var(--fa-font-solid);
    color: #019fc7;
    padding-right: 3px;
}

.plan .text dt.year::before {
    content: "\f132";
    font: var(--fa-font-solid);
}

.plan .text dt::after {
    content: "|";
    color: #019fc7;
    padding-left: 5px;
}

ul.notes {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

ul.notes li::before {
    content: "※";
}

@media only screen and (max-width: 768px) {
	
	/*一時的なコード*/
	#pick_up {
	padding-bottom: 50px;
}
	/*end_一時的なコード*/

    #pick_up .inner .flex {
        align-items: flex-start;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }

    .plan {
        width: 100%;
    }

    .plan h3 {
        font-size: 16px;
        padding: 8px 20px;
        border-bottom-right-radius: 0;
        width: 100%;
        position: static;
    }

    .plan .text {
        padding: 20px;
    }

    .plan .text p.price .eng {
        font-size: 36px;
    }

    .plan .text p.price .min {
        font-size: 13px;
    }

}

/*============================
works
============================*/

#works {
    background: #fff;
/*一時的なコード*/
	display: none;
}

#works .box {
    width: 330px;
    border-radius: 10px;
    overflow: hidden;
}

#works .box .photo {
    height: 260px;
}

/*wp用*/
#works .box .photo .img {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}

#works .box .text {
    background: #f3f3f3;
    padding: 10px 15px;
}

#works h3 {
    font-size: 16px;
}

#works .box .text ul {
    font-size: 14px;
}

#works .box .text ul li.details {
    position: relative;
}

#works .box .text ul li::before {
    color: #019fc7;
    padding-right: 5px;
}

#works .box .text ul li.details::before {
    content: "\f807";
    font: var(--fa-font-solid);
}

#works .box .text ul li.period {
    position: relative;
}

#works .box .text ul li.period::before {
    content: "\f017";
    font: var(--fa-font-solid);
}

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

    #works .box {
        width: 100%;
    }

    #works .box:not(:first-child) {
        margin-top: 20px;
    }

    #works .box .photo {
        height: 200px;
    }
}

/*============================
voice
============================*/

#voice {
    background: #f3f3f3;
}

#voice .voice_box {
    padding-top: 60px;
}

#voice .voice_box .box6 {
    letter-spacing: -0.02em;
}

#voice .voice_box .box6::before {
    background-image: url(../images/home/voice/icon_6.png);
}

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

    #voice .voice_box {
        padding-top: 45px;
    }

    #voice .voice_box .box6 {
        letter-spacing: inherit;
    }
}

/*============================
insta
============================*/

.insta_line {
    padding: 80px 0;
}

.insta_widget .box {
    width: 500px;
    height: 327px;
}

.insta_widget a {
    font-size: 32px;
    color: #fff;
    background: #3b1e87;
    border-radius: 10px;
    padding: 13px 0;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}

.insta_widget a i {
    padding-right: 10px;
}

.line_contact {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 36px 40px;
}

.line_contact p.catch {
    letter-spacing: 0.08em;
}

.line_contact .box {
    width: 420px;
}

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

    .insta_line {
        padding: 40px 0;
        display: block;
    }

    .insta_widget {
        width: 100%;
        margin-bottom: 40px;
    }

    .insta_widget .box {
        width: 100%;
		height: auto;
    }

    .insta_widget a {
        font-size: 28px;
        padding: 5px 0;
		margin-top: 0;
    }

    .line_contact {
        padding: 20px;
    }

    .line_contact .box {
        width: 100%;
    }
}