@charset "utf-8";
/* 共通スタイル
 * ************************************************** */
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
    margin: 0 auto;
    max-width: 100%;
    background: url("../images/bg.jpg") repeat-y 0 0 / 100%;
}
body * {
    box-sizing: border-box;
}
a, a:focus {
    outline: none;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
.d_sp {
    display: none !important;
}
/* slider */
.slick-slide {
    position: relative;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.dots-class li {
    width: 14px;
    height: 14px;
    background-color: #b3b3b3;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #666666;
}
.dots-class li:hover {
    background-color: #666666;
}
.dots-class li:last-child {
    margin-right: 0;
}
/* スクロールCSS */
.fade-in {
    opacity: 0;
}
.fade-in-up {
    transform: translate(0, 80px);
}
.fade-in-down {
    transform: translate(0, -80px);
}
.fade-in-left {
    transform: translate(-80px, 0);
}
.fade-in-right {
    transform: translate(80px, 0);
}
.scroll-in {
    animation: fadeIn 0.8s ease;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
/* ふわふわ */
.fuwa01 {
  animation: fuwa01_ani 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa01_ani {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.fuwa02 {
  animation: fuwa02_ani 1.4s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa02_ani {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}
.fuwa03 {
  animation: fuwa03_ani 1.6s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa03_ani {
  0% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(6px);
  }
}
.yura01 {
    animation: yura01_ani 2s infinite;
}
@keyframes yura01_ani {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}
.yura02 {
    animation: yura02_ani 1.3s ease-in-out infinite alternate;
}
@keyframes yura02_ani {
    0% { transform:translateX(   -3px); }
  100% { transform:translateX(  3px); }
}
.yura02 img {
    animation: yura02_img_ani 1.5s ease-in-out infinite alternate;
}
@keyframes yura02_img_ani {
    0% { transform:translateY(-4px); }
  100% { transform:translateY(  4px); }
}
.yura03 {
    animation: yura03_ani 1.2s ease-in-out infinite alternate;
}
@keyframes yura03_ani {
    0% { transform:translateX(   -5px); }
  100% { transform:translateX(  5px); }
}
.yura03 img {
    animation: yura02_img_ani 1.3s ease-in-out infinite alternate;
}
@keyframes yura03_img_ani {
    0% { transform:translateY(-3px); }
  100% { transform:translateY(  3px); }
}
.yura04 {
    animation: yura01_ani 2.3s infinite;
}
@keyframes yura01_ani {
    0% {
        transform: rotate(9deg);
    }
    50% {
        transform: rotate(-9deg);
    }
    100% {
        transform: rotate(9deg);
    }
}

/* layout
 * ************************************************** */
#content {
    overflow: hidden;
    width: 100%;
}

/* mv
 * ************************************************** */
#mv {
    width: 100%;
    height: 56.1vw;
    background: url("../images/mv_bg02.png") no-repeat 50% 100% / 100% , url("../images/mv_bg01.png") no-repeat 50% -1.611vw / 96.633% #fff;
    position: relative;
}
#mv::after {
    display: block;
    content: '';
    width: 34.553vw;
    height: 29.356vw;
    position: absolute;
    bottom: 0.293vw;
    left: 0;
    background: url("../images/mv_left_img01.png") no-repeat 0 0 / contain;
}
#mv .mv_logo {
    position: absolute;
    top: 1.171vw;
    left: 1.537vw;
    width: 3.441vw;
}
#mv .mv_ttl {
    position: absolute;
    top: 6.589vw;
    left: 31.113vw;
    width: 37.189vw;
    height: 6.223vw;
}
#mv .mv_ttl > * {
    position: absolute;
    line-height: 1;
}
#mv .mv_ttl .mv_ttl01 {
    top: 26.786%;
    left: 0;
    width: 12.203%;
    animation-delay: 0.5s;
}
#mv .mv_ttl .mv_ttl02 {
    top: 12.5%;
    left: 11.864%;
    width: 12.712%;
    animation-delay: 0.6s;
}
#mv .mv_ttl .mv_ttl03 {
    top: 33.929%;
    left: 24.576%;
    width: 6.102%;
    animation-delay: 0.7s;
}
#mv .mv_ttl .mv_ttl04 {
    top: 30.357%;
    left: 31.186%;
    width: 5.424%;
    animation-delay: 0.8s;
}
#mv .mv_ttl .mv_ttl05 {
    top: 19.643%;
    left: 37.458%;
    width: 5.932%;
    animation-delay: 0.9s;
}
#mv .mv_ttl .mv_ttl06 {
    top: 26.786%;
    left: 43.898%;
    width: 5.424%;
    animation-delay: 1s;
}
#mv .mv_ttl .mv_ttl07 {
    top: 0;
    left: 51.186%;
    width: 11.356%;
    animation-delay: 1.1s;
}
#mv .mv_ttl .mv_ttl08 {
    top: 5.357%;
    left: 63.39%;
    width: 11.356%;
    animation-delay: 1.2s;
}
#mv .mv_ttl .mv_ttl09 {
    top: 42.857%;
    left: 75.254%;
    width: 4.915%;
    animation-delay: 1.3s;
}
#mv .mv_ttl .mv_ttl10 {
    top: 39.286%;
    left: 80.847%;
    width: 5.932%;
    animation-delay: 1.4s;
}
#mv .mv_ttl .mv_ttl11 {
    top: 48.214%;
    left: 87.288%;
    width: 6.102%;
    animation-delay: 1.5s;
}
#mv .mv_ttl .mv_ttl12 {
    top: 55.357%;
    left: 93.898%;
    width: 6.102%;
    animation-delay: 1.6s;
}
#mv .mv_main {
    position: absolute;
    bottom: 1.464vw;
    left: 29.868vw;
    width: 39.531vw;
    animation-delay: 2s;
    z-index: 1;
}
#mv .mv_deco_bird01 {
    position: absolute;
    top: 19.034vw;
    left: 9.37vw;
    width: 7.321vw;
}
#mv .mv_deco_cloud01 {
    position: absolute;
    top: 8.126vw;
    left: 16.471vw;
    width: 3.441vw;
}
#mv .mv_deco_cloud02 {
    position: absolute;
    top: 5.93vw;
    left: 24.378vw;
    width: 2.562vw;
}
#mv .mv_deco_cloud03 {
    position: absolute;
    top: 10.176vw;
    right: 22.328vw;
    width: 3.221vw;
}
#mv .mv_deco_cloud04 {
    position: absolute;
    top: 6.589vw;
    right: 11.786vw;
    width: 4.246vw;
}
#mv .mv_deco_person {
    position: absolute;
    bottom: 19.18vw;
    right: 6.076vw;
    width: 20.864vw;
}
#mv .mv_nav {
    padding-top: 3.294vw;
    width: 12.592vw;
    background: url("../images/nav_img01.png") no-repeat 50% 0 / 19.186%;
    position: absolute;
    bottom: 2.416vw;
    right: 13.543vw;
}
#mv .mv_nav li:not(:last-child) {
    margin-bottom: 0.805vw;
}

/* content_main
 * ************************************************** */
#content_main {
    width: 100%;
    position: relative;
}
.slide_person01 {
    width: 5.857vw;
    position: absolute;
    bottom: 1.464vw;
    left: 1.611vw;
}
.slide_person02 {
    content: '';
    display: block;
    width: 6.735vw;
    position: absolute;
    bottom: 1.464vw;
    right: 2.196vw;
}
.slide_person01.person-active {
    animation: slide_person01_ani .5s ease-in-out alternate;
}
@keyframes slide_person01_ani {
    0% { transform : rotateY(0turn); }
  100% { transform : rotateY(1.0turn); }
}
.slide_person02.person-active {
    animation: slide_person02_ani .5s ease-in-out alternate;
}
@keyframes slide_person02_ani {
    0% { transform : rotateY(0turn); }
  100% { transform : rotateY(-1.0turn); }
}
/* cont_slider */
.cont_slider {
    margin: 0 auto;
    width: 91.542%;
    position: relative;
}
.cont_slider .slider {
    margin: 0 auto 3.4vw;
}
.cont_slider .slick-slide {
    margin: 0 0.732vw;
}
.cont_slider .btn_detail {
    margin: 0 auto;
    width: 17.910%;
}
/* slick */
.cont_slider .slick-arrow {
  display: block;
  position: absolute;
  top: 57%;
  padding: 0;
  width: 3.221vw;
  height: 2.855vw;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
.cont_slider .slick-arrow:hover {
    top: 59%;
    transition: all 0.2s ease;
}
.cont_slider .slick-next::before,
.cont_slider .slick-next::after,
.cont_slider .slick-prev::before,
.cont_slider .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cont_slider .slick-next::after{
  width: 3.221vw;
  height: 2.855vw;
  top: 0;
  right: 0;
}
.cont_slider .slick-prev::after {
  width: 3.221vw;
  height: 2.855vw;
  top: 0;
  left: 0;
}
.cont_slider .slick-next {
  right: -1.464vw;
}
.cont_slider .slick-next::after {
  background: url("../images/slide_arrow_r.png") no-repeat 50% 50% / contain;
}
.cont_slider .slick-prev {
  left: -1.464vw;
}
.cont_slider .slick-prev::after {
  background: url("../images/slide_arrow_l.png") no-repeat 50% 50% / contain;
}


/* lead
 * ************************************************** */
#lead {
    padding: 17.716vw 0 21.962vw;
    position: relative;
    background: url("../images/lead_img01.png") no-repeat left 0 bottom 7.321vw / 100%;
}
#lead::before {
    display: block;
    content: '';
    width: 2.2vw;
    height: 6.369vw;
    background: url("../images/lead_arrow.png") no-repeat 0 0 / contain;
    position: absolute;
    top: 5.271vw;
    left: calc(50% - 1.1vw);
}
#lead .lead_txt {
    margin: 0 auto 40px;
    width: 44.656%;
}
#lead .lead_img01 {
    display: block;
    margin: 0 auto 30px;
    width: 97.067%;
}
#lead .lead_sdgs {
    width: 9.81%;
    position: absolute;
    bottom: 14.056vw;
    left: 13.177vw;
    cursor: pointer;
    transition: all 0.2s ease;
}
#lead .lead_sdgs:hover {
    transform: translateY(5px);
    transition: all 0.2s ease;
}
/* modal */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 10;
}
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-container.active {
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    width: 800px;
    max-height: 90vh;
    overflow-y: scroll;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1.464vw;
    right: 2.5%;
    width: 5.25%;
    height: 5.25%;
    cursor: pointer;
    background: url("../images/modal_close.png") no-repeat 0 0 / contain;
    z-index: 1;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
    background: url(../images/bg.png) repeat-y 0 0 / 100% #fff;
    padding: 75px 0 40px;
    position: relative;
}
.modal-content .modal_logo {
    position: absolute;
    top: 1.464vw;
    left: 2.5%;
    width: 5.875%;
}
.modal-content .modal_txt {
    margin: 0 auto 35px;
    width: 65.375%;
}
.modal-content .modal_sdgs {
    margin: 0 auto;
    width: 41.5%;
}

/* environment
 * ************************************************** */
#environment {
    margin: 0 auto 6.955vw;
    padding: 4.026vw 0;
    width: 73.572vw;
    background: url("../images/environment_bg02.png") no-repeat 50% 2.635vw / 88.358% , url("../images/environment_bg01.png") no-repeat 50% 0 / 100%;
}
#environment .environment_img01 {
    display: block;
    margin: 0 auto 3.294vw;
    width: 34.826%;
}
#environment .environment_ttl {
    margin: 0 auto 3.807vw;
    width: 37.512%;
}
#environment .environment_txt {
    margin: 0 auto 4.026vw;
    width: 60.498%;
}
#environment .environment_sdgs {
    display: block;
    margin: 0 auto 3.294vw;
    width: 43.781%;
}

/* local
 * ************************************************** */
#local {
    margin: 0 auto;
    padding: 4.026vw 0;
    width: 73.572vw;
    background: url("../images/local_bg02.png") no-repeat 50% 2.635vw / 88.358% , url("../images/local_bg01.png") no-repeat 50% 0 / 100%;
}
#local .local_img01 {
    display: block;
    margin: 0 auto 1.464vw;
    width: 36.219%;
}
#local .local_ttl {
    margin: 0 auto 3.7vw;
    width: 45.274%;
}
#local .local_txt {
    margin: 0 auto 3.807vw;
    width: 46.269%;
}
#local .local_sdgs {
    display: block;
    margin: 0 auto 3.294vw;
    width: 34.726%;
}

/* footer
 * ************************************************** */
.pagetop {
    position: fixed;
    bottom: -400px;
    right: 25px;
    width: 40px;
    transition: .6s ease-out;
}
.pagetop.is-active {
    bottom: 20px;
}
#footer {
    padding: 7.321vw 0;
    font-size: 75%;
}
#footer .footer_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 20px;
}
#footer .footer_navi a {
    margin-bottom: 0.9em;
    padding: 0 2.6vw;
    border-right: 1px solid #000;
    line-height: 1;
    font-size: 12px;
}
#footer .footer_navi a:last-child {
    border-right: 0;
}
#footer .copy {
    margin: 0 auto;
    width: 990px;
    max-width: 92%;
}
#footer .copy p {
    margin-bottom: 15px;
    text-align: right;
    font-size: 50%;
    letter-spacing: 0.02em;
    color: #231815;
}
#footer .footer_aeon {
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #707070;
}
#footer .footer_aeon .footer_aeon_inner {
    margin: 0 auto;
    width: 990px;
    max-width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .footer_aeon .footer_aeon_inner > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 58.667%;
}
#footer .footer_aeon .logo_aeon {
    display: block;
    margin-right: 2em;
    width: 88px;
}
#footer .footer_aeon .foot_link {
    line-height: 1.2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#footer .footer_aeon .foot_link li a {
    position: relative;
    font-size: 11px;
    margin-right: 2em;
}
#footer .footer_aeon .foot_link li a::before {
    content: '＞';
    display: inline;
}
#footer .footer_aeon .logo_tree {
    width: 156px;
}