@charset "UTF-8";

/* reset
----------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-Mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #b0e18b;
    font-size: 1.6rem;
    letter-spacing: 0.11em;
}

a {
    color: inherit;
    text-decoration: none;
}

.u_link {
    display: block;
}

.u_link:hover,
.u_link:active,
.u_link:focus {
    opacity: 0.8;
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

main {
    position: relative;
    display: block;
    overflow: hidden;
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

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


/*******************************
*　common
********************************/


/* コンテンツ幅 */

.inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .inner {
        padding: 0;
        width: 92%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        padding: 0;
        width: 92%;
        max-width: 100%;
    }
}

.page_ttl {
    position: relative;
    margin-bottom: 64px;
    padding-bottom: 62px;
    text-align: center;
    font-size: 4.4rem;
    line-height: 1.47;
    letter-spacing: 0.1em;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .page_ttl {
        font-size: 2.2rem;
        margin-bottom: 10%;
        padding-bottom: 10%;
    }
}

.page_ttl .en {
    display: block;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .page_ttl .en {
        font-size: 1.8rem;
    }
}

.page_ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background-image: linear-gradient( 135deg, #75c936 25%, transparent 25%, transparent 50%, #75c936 50%, #75c936 75%, transparent 75%);
    background-size: 8px 8px;
    height: 6px;
    max-width: 1080px;
    width: 100%;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .page_ttl::after {
        background-size: 4px 4px;
    }
}

.sec01 .page_ttl::before {
    content: "";
    margin: 0 auto 22px;
    display: block;
    text-align: center;
    background: url(../img/icon_circle@2x.png) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .sec01 .page_ttl::before {
        width: 2em;
        height: 2em;
    }
}

.txt01 {
    font-size: 1.8rem;
    line-height: 1.44;
    letter-spacing: 0.11em;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .txt01 {
        font-size: 1.4rem;
        line-height: 1.42;
    }
}

.c-ttl02 {
    position: relative;
    padding-bottom: 25px;
    font-size: 2.6rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .c-ttl02 {
        text-align: center;
        font-size: 1.8rem;
    }
}

.c-ttl02 span {
    padding-right: 0.5em;
    display: inline-block;
    font-size: 3.8rem;
    color: #75c936;
}

@media screen and (max-width: 768px) {
    .c-ttl02 span {
        padding-right: 0;
        margin-bottom: 0.5em;
        display: block;
        font-size: 2.4rem;
        text-align: center;
    }
}

.c-ttl02::before {
    content: "Project";
    display: block;
    color: #91c66a;
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
    .c-ttl02::before {
        font-size: 1rem;
        text-align: center;
    }
}

.c-ttl02::after {
    position: absolute;
    content: " ";
    display: block;
    bottom: 0;
    height: 5px;
    width: 43px;
    background-color: #91c66a;
}

@media screen and (max-width: 768px) {
    .c-ttl02::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-ttl02[data-type="type02"] {
    font-size: 3.8rem;
}

@media screen and (max-width: 768px) {
    .c-ttl02[data-type="type02"] {
        font-size: 1.8rem;
    }
}

.c-ttl02[data-type="type02"]::before {
    content: "工程";
}

.c-box01 .item .thumb {
    width: 310px;
}

@media screen and (max-width: 768px) {
    .c-box01 .item .thumb {
        margin: 30px auto 0;
        width: 100%;
    }
}

.c-box01 .item .item-body {
    margin-left: 70px;
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0.11em;
    width: calc(100% - 380px);
}

@media screen and (max-width: 768px) {
    .c-box01 .item .item-body {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
}

.c-box01 .item .item-body .txt {
    margin-top: 20px;
    font-size: 1.8rem;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .c-box01 .item .item-body .txt {
        font-size: 1.6rem;
    }
}


/*******************************
* utility
**********************************/

.u_marker[data-marker="pink"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd1d1));
    background: linear-gradient(transparent 60%, #ffd1d1 60%);
}

.u_marker[data-marker="yellow"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f3f9b0));
    background: linear-gradient(transparent 60%, #f3f9b0 60%);
}

.u_marker[data-marker="blue"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d6ddfd));
    background: linear-gradient(transparent 60%, #d6ddfd 60%);
}

.u_marker[data-marker="green"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d6f7be));
    background: linear-gradient(transparent 60%, #d6f7be 60%);
}

.u_bg_gray {
    background-color: #f7f7f7;
}

.u_bg_blue {
    background-color: #518ce5;
}

.u_keycolor {
    color: #75c936;
}

.u_blue {
    color: #1364dd;
}

.u_bold {
    font-weight: 700;
}


/* flex wrapper */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
    .flex-sp-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-sp-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-sp-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-sp-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}


/**********************************
* modal
**********************************/

html {
    overflow: auto;
}

html.is-open {
    overflow: hidden;
}

html .bg_overlay {
    display: block;
    visibility: hidden;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    -webkit-transition-property: background-color, visibility;
    transition-property: background-color, visibility;
    pointer-events: none;
}

html.is-open .bg_overlay {
    display: block;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.c-modal {
    display: block;
    position: fixed;
    left: 0;
    top: -100vh;
    padding: 100px 0;
    background-color: #fff;
    width: 100%;
    height: auto;
    z-index: 1000;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    -webkit-transition-property: top, visibility, height;
    transition-property: top, visibility, height;
}

@media screen and (max-width: 768px) {
    .c-modal {
        padding: 0;
        height: 0;
        -webkit-transition: top 0.5s ease-in-out;
        transition: top 0.5s ease-in-out;
        -webkit-transition-property: top, visibility, height;
        transition-property: top, visibility, height;
    }
}

@media screen and (max-width: 768px) {
    .c-modal .inner {
        overflow-y: scroll;
        height: 90vh;
        padding: 0 8%;
    }
}

.c-modal .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    font-size: 3.8rem;
    font-weight: 100;
    letter-spacing: 0.11em;
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: #75c936;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .c-modal .modal_close {
        width: 40px;
        height: 40px;
    }
}

html.is-open .c-modal.is-open {
    top: 0;
    height: auto;
    z-index: 1000;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    html.is-open .c-modal.is-open {
        height: 100vh;
    }
}

html.is-open .c-modal.is-open .modal_close {
    z-index: 1002;
}


/**********************************
* mv
**********************************/

.header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    mix-blend-mode: multiply;
    z-index: 100;
}

.header.is-active {
    mix-blend-mode: normal;
    background-color: #fff;
}

.header_logo {
    padding: 8px 0 8px 23px;
    width: 229px;
}

@media screen and (max-width: 768px) {
    .header_logo {
        width: calc(404 / 1125 * 100%);
        max-width: 202px;
    }
}

.header_logo img {
    mix-blend-mode: multiply;
}

.mv_wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.mv_wrap::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    padding-top: calc(150 / 1610 * 100%);
    height: 0;
    width: 100%;
    background: url(../img/bg_green_before.png) no-repeat bottom center;
    background-size: contain;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .mv_wrap::before {
        padding-top: calc(120 / 1125 * 100%);
        background: url(../img/bg_green_before_sp.png) no-repeat bottom center;
        background-size: contain;
    }
}

.mv_wrap .mv {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.mv_wrap .mv::after {
    content: "";
    display: block;
    padding-top: calc(850 / 1610 * 100%);
    width: 100%;
    height: 0;
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv::after {
        content: "";
        display: block;
        padding-top: calc(1764 / 1125 * 100%);
        width: 100%;
        height: 0;
    }
}

.mv_wrap .mv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mv_wrap .mv-bg.is-fixed {
    position: fixed;
}

.mv_wrap .mv-bg::after {
    content: "";
    display: block;
    padding-top: calc(850 / 1610 * 100%);
    width: 100%;
    height: 0;
    background: #fff url(../img/mv_eat.gif) no-repeat center;
    background-size: contain;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv-bg::after {
        content: "";
        display: block;
        padding-top: calc(1764 / 1125 * 100%);
        width: 100%;
        height: 0;
        background: #fff url(../img/mv_sp_eat.gif) no-repeat center;
        background-size: contain;
        z-index: -1;
    }
}

.mv_wrap .mv_ttl {
    position: absolute;
    right: calc(53 / 1610 * 100%);
    top: calc(76 / 850 * 100%);
    color: #313131;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv_ttl {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.mv_wrap .mv_ttl .icon {
    font-size: 6rem;
    font-weight: 700;
    line-height: 2;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .mv_wrap .mv_ttl .icon {
        font-size: 3.72vw;
    }
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv_ttl .icon {
        font-size: 7.28vw;
    }
}

.mv_wrap .mv_ttl .icon::before {
    content: "";
    margin: 0 auto 20px;
    display: inline-block;
    text-align: center;
    background: url(../img/icon_circle@2x.png) no-repeat center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .mv_wrap .mv_ttl .icon::before {
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv_ttl .icon::before {
        margin-bottom: 4%;
    }
}

.mv_wrap .mv_ttl .icon .text_sub {
    font-size: 4rem;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .mv_wrap .mv_ttl .icon .text_sub {
        font-size: 2.72vw;
    }
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv_ttl .icon .text_sub {
        font-size: 6.28vw;
    }
}

.mv_wrap .mv_ttl .underline {
    text-decoration: underline;
    -webkit-text-decoration-color: #e10d1c;
    text-decoration-color: #e10d1c;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.7;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .mv_wrap .mv_ttl .underline {
        font-size: 3.72vw;
    }
}

@media screen and (max-width: 768px) {
    .mv_wrap .mv_ttl .underline {
        font-size: 7.28vw;
    }
}

.mv_wrap .arrow_red {
    position: absolute;
    width: calc(47 / 1610 * 100%);
    right: calc(907 / 1610 * 100%);
    top: calc(529 / 850 * 100%);
    cursor: pointer;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
    .mv_wrap .arrow_red {
        width: calc(60 / 1125 * 100%);
        right: calc(689 / 1125 * 100%);
        top: auto;
        bottom: calc(412 / 2036 * 100%);
    }
}

.mv_wrap .arrow_red:hover,
.mv_wrap .arrow_red:active,
.mv_wrap .arrow_red:focus {
    -webkit-animation: bounds 2s ease-in-out infinite;
    animation: bounds 2s ease-in-out infinite;
}

.mv_wrap .arrow_blue {
    position: absolute;
    width: calc(48 / 1610 * 100%);
    left: calc(569 / 1610 * 100%);
    top: calc(245 / 850 * 100%);
    cursor: pointer;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
    .mv_wrap .arrow_blue {
        width: calc(61 / 1125 * 100%);
        left: calc(231 / 1125 * 100%);
        top: auto;
        bottom: calc(781 / 2036 * 100%);
    }
}

.mv_wrap .arrow_blue:hover,
.mv_wrap .arrow_blue:active,
.mv_wrap .arrow_blue:focus {
    -webkit-animation: bounds 2s ease-in-out infinite;
    animation: bounds 2s ease-in-out infinite;
}

.mv_wrap .arrow_green {
    position: absolute;
    width: calc(45 / 1610 * 100%);
    left: calc(512 / 1610 * 100%);
    top: calc(409 / 850 * 100%);
    cursor: pointer;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
    .mv_wrap .arrow_green {
        width: calc(58 / 1125 * 100%);
        left: calc(163 / 1125 * 100%);
        top: auto;
        bottom: calc(565 / 2036 * 100%);
    }
}

.mv_wrap .arrow_green:hover,
.mv_wrap .arrow_green:active,
.mv_wrap .arrow_green:focus {
    -webkit-animation: bounds 2s ease-in-out infinite;
    animation: bounds 2s ease-in-out infinite;
}

.mv_wrap .arrow_orange {
    position: absolute;
    width: calc(40 / 1610 * 100%);
    right: calc(716 / 1610 * 100%);
    top: calc(413 / 850 * 100%);
    cursor: pointer;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
    .mv_wrap .arrow_orange {
        width: calc(52 / 1125 * 100%);
        left: calc(604 / 1125 * 100%);
        top: auto;
        bottom: calc(566 / 2036 * 100%);
    }
}

.mv_wrap .arrow_orange:hover,
.mv_wrap .arrow_orange:active,
.mv_wrap .arrow_orange:focus {
    -webkit-animation: bounds 2s ease-in-out infinite;
    animation: bounds 2s ease-in-out infinite;
}

.is-stop-animation.mv_wrap .arrow_red:not(.is-hover),
.is-stop-animation.mv_wrap .arrow_blue:not(.is-hover),
.is-stop-animation.mv_wrap .arrow_green:not(.is-hover),
.is-stop-animation.mv_wrap .arrow_orange:not(.is-hover) {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes bounds {
    0% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }
    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }
    30% {
        -webkit-transform: scale(1.3, 0.5) translate(0%, 10%);
        transform: scale(1.3, 0.5) translate(0%, 10%);
    }
    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }
    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    100% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }
}

@keyframes bounds {
    0% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }
    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }
    30% {
        -webkit-transform: scale(1.3, 0.5) translate(0%, 10%);
        transform: scale(1.3, 0.5) translate(0%, 10%);
    }
    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }
    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    100% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }
}

@-webkit-keyframes shakingPlane {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px) rotate(1deg);
        transform: translate(-3px) rotate(1deg);
    }
    30% {
        -webkit-transform: translateY(2px) rotate(0deg);
        transform: translateY(2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
        transform: translate(2px, 2px) rotate(0deg);
    }
    to {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg);
    }
}

@keyframes shakingPlane {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px) rotate(1deg);
        transform: translate(-3px) rotate(1deg);
    }
    30% {
        -webkit-transform: translateY(2px) rotate(0deg);
        transform: translateY(2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
        transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
        transform: translate(2px, 2px) rotate(0deg);
    }
    to {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

.bg_img {
    position: relative;
    margin-top: 0;
    padding-top: calc(80 / 1610 * 100%);
    padding-bottom: calc(100 / 1610 * 100%);
    background: #b0e18b url(../img/bg_green03.png) repeat-y top center;
    background-size: 100%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .bg_img {
        padding-top: 12%;
        background: #b0e18b url(../img/bg_green03_sp.png) repeat-y top center;
        background-size: 100%;
    }
}

.content_wrap {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.sec01 {
    padding: 106px 50px 130px;
}

@media screen and (max-width: 768px) {
    .sec01 {
        padding: 50px 4% 60px;
    }
}

.sec01 .txt01 {
    padding: 0 10px 0;
}

@media screen and (max-width: 768px) {
    .sec01 .txt01 {
        font-size: 1.6rem;
    }
}

.sec02 {
    padding: 138px 60px 85px;
}

@media screen and (max-width: 768px) {
    .sec02 {
        padding: 50px 4% 40px;
    }
}

.sec03 {
    padding: 60px 60px;
}

@media screen and (max-width: 768px) {
    .sec03 {
        padding: 30px 4% 30px;
    }
}

.food_recycle_wrap {
    margin-top: 130px;
}

@media screen and (max-width: 768px) {
    .food_recycle_wrap {
        margin-top: 75px;
    }
}

.food_recycle_item {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .food_recycle_item {
        max-width: 100%;
    }
}

.food_recycle_item:nth-child(2n) {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .food_recycle_item:nth-child(2n) {
        margin-top: 40px;
        margin-left: 0px;
    }
}

.food_recycle_item .ttl_balloon {
    position: relative;
    padding: 0.6em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #d160b5;
    border-radius: 5px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .food_recycle_item .ttl_balloon {
        font-size: 2.2rem;
    }
}

.food_recycle_item .ttl_balloon .u_bold {
    display: inline-block;
    padding-right: 0.5em;
    border-right: 1px solid #fff;
}

.food_recycle_item .ttl_balloon .sub {
    display: inline-block;
    padding-left: 0.5em;
    font-size: 3rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .food_recycle_item .ttl_balloon .sub {
        font-size: 2.2rem;
    }
}

.food_recycle_item .ttl_balloon[data-kind="chickens"] {
    background-color: #6c72f0;
}

.food_recycle_item .ttl_balloon[data-kind="chickens"]::after {
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #6c72f0 transparent transparent transparent;
}

.food_recycle_item .figure01 {
    margin: 30px auto 0;
}

.food_recycle_item .figure01 img {
    width: 40%;
    object-fit: contain;
}

.food_recycle_item figcaption {
    margin-left: 40px;
    font-size: 2rem;
    line-height: 1.42;
    max-width: 519px;
    word-break: break-all;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .food_recycle_item .figure01 img {
        width: 100%;
    }
    .food_recycle_item figcaption {
        margin-top: 20px;
        margin-left: 0;
        font-size: 1.6rem;
    }
}

.project_wrap .item:nth-child(n + 2) {
    margin-top: 40px;
}

.project_wrap.c-box01 .item .item-body {
    width: 100%;
    margin-left: 0;
}

.btn_link {
    text-align: center;
}

.btn_link a {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    border-radius: 20px;
    width: 700px;
    text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .btn_link a {
        width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .btn_link a {
        width: 100%;
        font-size: 3.86vw;
        border-radius: 10px;
    }
}

.btn_link a .btn_linkwrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .btn_link a .btn_linkwrap {
        border-radius: 10px;
    }
}

.btn_link a .btn_link_txt {
    padding: 0.8em 0 1.2em;
    position: relative;
    padding-left: 80px;
    display: block;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .btn_link a .btn_link_txt {
        padding-left: 10.66vw;
        letter-spacing: 0.01em;
    }
}

.btn_link a .btn_link_txt::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    text-align: center;
    background: url(../img/icon_circle@2x.png) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .btn_link a .btn_link_txt::before {
        width: 8vw;
        height: 8vw;
    }
}

.btn_link a .sub {
    display: inline-block;
    padding-bottom: 0.5em;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .btn_link a .sub {
        font-size: 2.66vw;
    }
}

.btn_link a:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
    background-image: linear-gradient( 135deg, #4171b9 25%, transparent 25%, transparent 50%, #4171b9 50%, #4171b9 75%, transparent 75%);
    background-size: 8px 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
    .btn_link a:before {
        border-radius: 10px;
        background-size: 4px 4px;
    }
}

.btn_link a:hover,
.btn_link a:focus,
.btn_link a:active {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.btn_link a:hover:before,
.btn_link a:active:before,
.btn_link a:focus:before {
    bottom: 0px;
}


/* footer parallax対応*/

footer {
    position: relative;
    font-size: 15px;
    z-index: 5;
}

#footer .copy {
    text-align: center;
}


/*******************************
* animation
********************************/

.js-animated {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
}

@media screen and (max-width: 768px) {
    .js-animated {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: 2s ease-out;
        transition: 2s ease-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
    }
}

.js-animated.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}