@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.story_list{display:grid}.story_list_item_link{display:grid;gap:20px;grid-template-rows:subgrid;grid-row:span 3;background-color:#f7f4ed;position:relative}.story_list_item_link::before{content:"";display:block;position:absolute;border:1px solid #00a0ca;background-color:#fff;border-radius:50%;width:30px;height:30px;right:0}.story_list_item_link::after{content:"";display:block;position:absolute;-webkit-mask-image:url(/assets/img/common/icon_arrow.svg);mask-image:url(/assets/img/common/icon_arrow.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff;background-color:#00a0ca;width:5px;height:11px;right:12px}.story_list_item_link::before{width:26px;height:26px}.story_list_item_link::after{width:4px;height:9px}.story_list_item_link_img{padding-bottom:15px;border-bottom:1px solid #ccc}.story_list_item_link_ttl{font-weight:bold;line-height:1.5;font-feature-settings:"palt";font-size:2rem}.story_list_item_link_ttl_sub{display:block;margin-bottom:7px;font-size:1.4rem}.story_list_item_link_tag{min-height:60px;display:flex;flex-direction:column;row-gap:4px;padding-right:40px}.story_list_item_link_tag_label{background-color:#00a0ca;font-size:1.3rem;letter-spacing:0;color:#fff;border-radius:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media all and (min-width: 768px){.story_list{gap:20px;grid-template-columns:repeat(3, 1fr)}.story_list_item{display:contents}.story_list_item_link{padding:30px 28px;height:100%;transition:.3s ease-in-out;max-width:385px}.story_list_item_link::before{right:30px;bottom:30px}.story_list_item_link::after{right:40px;bottom:38px}.story_list_item_link::before,.story_list_item_link::after{transition:.3s ease-in-out}.story_list_item_link_img img{transition:.3s ease-in-out}.story_list_item_link_ttl{transition:.3s ease-in-out}.story_list_item_link_tag_label{padding:4px 12px}.story_list_item_link:hover::before{background-color:#00a0ca}.story_list_item_link:hover::after{background-color:#fff}.story_list_item_link:hover .story_list_item_link_img img{opacity:.4}.story_list_item_link:hover .story_list_item_link_ttl{color:#00a0ca}}@media screen and (max-width: 767px){.story_list{flex-direction:column;row-gap:6vw}.story_list_item_link{padding:20px}.story_list_item_link::before{right:23px;bottom:30px}.story_list_item_link::after{right:33px;bottom:38px}.story_list_item_link_img img{width:100%}.story_list_item_link_tag_label{padding:3px 12px 5px}}@-webkit-keyframes paginationAnime{to{width:100%}}@keyframes paginationAnime{to{width:100%}}.social_story .slick-track,.other_story .slick-track{display:grid;grid-auto-flow:column}.social_story .slick-track .story_list_item,.other_story .slick-track .story_list_item{display:contents}.social_story .story_list_arr_prev,.social_story .story_list_arr_next,.other_story .story_list_arr_prev,.other_story .story_list_arr_next{background-color:#00a0ca;border:1px solid #00a0ca;border-radius:4px}.social_story .story_list_arr_prev::before,.social_story .story_list_arr_next::before,.other_story .story_list_arr_prev::before,.other_story .story_list_arr_next::before{content:"";display:block;position:absolute;-webkit-mask-image:url(/assets/img/common/icon_arrow.svg);mask-image:url(/assets/img/common/icon_arrow.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff;inset:50% auto auto 50%}.social_story .story_list_arr_prev::before,.other_story .story_list_arr_prev::before{transform:rotate(180deg) translate(50%, 50%)}.social_story .story_list_arr_next::before,.other_story .story_list_arr_next::before{transform:translate(-50%, -50%)}.social_story .story_list_pagination,.other_story .story_list_pagination{margin-top:32px}.social_story .story_list_pagination .slick-dots,.other_story .story_list_pagination .slick-dots{display:flex;justify-content:center;position:relative;-moz-column-gap:10px;column-gap:10px;height:3px}.social_story .story_list_pagination .slick-dots li,.other_story .story_list_pagination .slick-dots li{display:inline-block;background-color:#ccc;width:100%;cursor:pointer;position:relative}.social_story .story_list_pagination .slick-dots li button,.other_story .story_list_pagination .slick-dots li button{height:3px;font-size:0}.social_story .story_list_pagination .slick-dots .slick-active button::before,.other_story .story_list_pagination .slick-dots .slick-active button::before{content:"";position:absolute;display:block;inset:0 auto auto 0;background-color:#00a0ca;width:0;height:100%;-webkit-animation:paginationAnime 5.4s forwards linear;animation:paginationAnime 5.4s forwards linear}@media all and (min-width: 768px){.social_story .story_list,.other_story .story_list{max-width:1200px;width:87vw;margin-left:auto;margin-right:auto}.social_story .slick-track,.other_story .slick-track{gap:20px}.social_story .story_list_arr,.other_story .story_list_arr{display:flex;justify-content:center;-moz-column-gap:2px;column-gap:2px;margin:32px auto 20px}.social_story .story_list_arr_prev,.social_story .story_list_arr_next,.other_story .story_list_arr_prev,.other_story .story_list_arr_next{width:60px;height:60px;position:relative}.social_story .story_list_arr_prev::before,.social_story .story_list_arr_next::before,.other_story .story_list_arr_prev::before,.other_story .story_list_arr_next::before{width:8px;height:17px}.social_story .story_list_pagination .slick-dots li,.other_story .story_list_pagination .slick-dots li{max-width:60px}}@media screen and (max-width: 767px){.social_story,.other_story{position:relative}.social_story .slick-track,.other_story .slick-track{gap:10px}.social_story .story_list_arr,.other_story .story_list_arr{position:absolute;top:50%;transform:translateY(-50%);width:100%;pointer-events:none}.social_story .story_list_arr_prev,.social_story .story_list_arr_next,.other_story .story_list_arr_prev,.other_story .story_list_arr_next{width:30px;height:30px;position:absolute;pointer-events:auto}.social_story .story_list_arr_prev::before,.social_story .story_list_arr_next::before,.other_story .story_list_arr_prev::before,.other_story .story_list_arr_next::before{width:5px;height:11px}.social_story .story_list_arr_prev,.other_story .story_list_arr_prev{left:20px}.social_story .story_list_arr_next,.other_story .story_list_arr_next{right:20px}.social_story .story_list_pagination .slick-dots li,.other_story .story_list_pagination .slick-dots li{max-width:45px}}main.social_page div.contentInner nav.social_index{margin-bottom:180px}main.social_page div.contentInner nav.social_index li{margin-bottom:60px}main.social_page div.contentInner nav.social_index a{display:block}main.social_page div.contentInner nav.social_index picture{display:block;width:1200px;max-width:100%;margin-bottom:15px;overflow:hidden}main.social_page div.contentInner nav.social_index a picture>*{transition:all .2s ease-in}main.social_page div.contentInner nav.social_index span{line-height:1;display:inline-block;vertical-align:middle;transition:all .2s ease-in}main.social_page div.contentInner nav.social_index span:nth-of-type(1){font-family:Roboto;font-weight:bold;font-size:1.4rem;letter-spacing:.2em;color:#707070}main.social_page div.contentInner nav.social_index span:nth-of-type(2){padding:0 .4em 0 .03em;font-family:Roboto;font-weight:bold;font-size:5rem;color:#707070}main.social_page div.contentInner nav.social_index span:nth-of-type(3){font-weight:bold;font-size:3rem;letter-spacing:.05em;color:#000}@media all and (min-width: 768px){main.social_page div.contentInner nav.social_index a:hover picture>*{transform:scale(1.2)}main.social_page div.contentInner nav.social_index a:hover span{color:#00a0ca}}@media all and (max-width: 767px){main.social_page div.contentInner nav.social_index{margin-bottom:100px}main.social_page div.contentInner nav.social_index li{margin-bottom:40px}main.social_page div.contentInner nav.social_index span:nth-of-type(1){font-size:1rem}main.social_page div.contentInner nav.social_index span:nth-of-type(2){font-size:3rem}main.social_page div.contentInner nav.social_index span:nth-of-type(3){display:block;padding:10px 0;background:url(/assets/img/sustainability/icon_arrow.svg) no-repeat center right;background-size:30px 30px;font-size:1.6rem}main.social_page div.contentInner nav.social_index a:hover span{color:#00a0ca}}main.social_page h1 strong.num{position:relative;top:.22em;font-family:Roboto;font-weight:bold;font-size:5rem}article.social_article section{position:relative;padding-left:34%;margin-bottom:102px}article.social_article section h2{position:absolute;top:0;left:0;display:flex;align-items:center;flex-wrap:wrap;font-weight:bold;font-size:2.4rem;letter-spacing:.05em;color:#000}article.social_article section p{margin-bottom:30px;font-size:1.6rem;line-height:2;color:#707070}article.social_article section p+p.img{margin-top:60px}article.social_article section p.img+p.img{margin-top:-10px}nav.social_nav{padding:100px 0 100px;border-top:1px solid #ccc}nav.social_nav dt{margin-bottom:30px;text-align:center;font-weight:bold;font-size:2.4rem;letter-spacing:.05em;color:#000}nav.social_nav ul{display:flex}nav.social_nav ul li{width:33.3333333333%;background:#f0f3f8}nav.social_nav ul a{display:block;height:100%}main.social_page nav.social_nav picture{display:block;overflow:hidden}main.social_page nav.social_nav li:nth-child(2) p{border-left:1px solid #ccc;border-right:1px solid #ccc}main.social_page nav.social_nav span:nth-of-type(1){font-family:Roboto;font-weight:bold;font-size:1.4rem;letter-spacing:.2em;color:#707070}main.social_page nav.social_nav span:nth-of-type(2){padding:0 .4em 0 .03em;font-family:Roboto;font-weight:bold;font-size:5rem;color:#707070}main.social_page nav.social_nav span:nth-of-type(3){display:block;font-weight:bold;font-size:2rem;letter-spacing:.05em;color:#000}@media all and (min-width: 768px){main.social_page nav.social_nav a,main.social_page nav.social_nav a span,main.social_page nav.social_nav a picture>*{transition:all .2s ease-in}nav.social_nav ul a{background:url(/assets/img/sustainability/icon_arrow.svg) no-repeat bottom 26px right 26px}main.social_page nav.social_nav li:hover{background:#00a0ca}main.social_page nav.social_nav a:hover picture>*{transform:scale(1.2)}main.social_page nav.social_nav a:hover p span{color:#fff}article.social_article section h2{width:32%}main.social_page nav.social_nav p{padding:0 56px 60px 26px}}@media all and (max-width: 767px){main.social_page div.contentInner section{margin-bottom:60px;padding-left:0}main.social_page div.contentInner section h2{position:relative;margin-bottom:20px;font-size:2rem}article.social_article section p+p.img{margin-top:20px}article.social_article section p.img+p.img{margin-top:-10px}nav.social_nav{padding:60px 0}nav.social_nav ul{display:block}nav.social_nav ul li{width:auto;margin-bottom:6vw}main.social_page nav.social_nav p{height:auto;padding:10px 45px 20px 10px;background:url(/assets/img/sustainability/icon_arrow.svg) no-repeat center right 10px}main.social_page nav.social_nav li:nth-child(2) p{border:none}main.social_page nav.social_nav li p br{display:none}main.social_page nav.social_nav span:nth-of-type(1){font-size:1.4rem;letter-spacing:0}main.social_page nav.social_nav span:nth-of-type(2){font-size:4rem}main.social_page nav.social_nav span:nth-of-type(3){margin-top:-10px;font-size:2rem;letter-spacing:0}}@keyframes paginationAnime{to{width:100%}}.social_theme_list_item_link_desc_ttl{font-family:"Roboto",sans-serif;font-weight:bold}@media all and (min-width: 768px){.social_theme{background-color:#00a0ca;padding:100px 0;margin-bottom:100px}.social_theme .ttl04{color:#fff;margin-bottom:60px}.social_theme_list{display:grid;grid-template-columns:repeat(2, 1fr);gap:65px 20px;width:87vw;max-width:1200px;margin:0 auto}.social_theme_list_item_link{display:block}.social_theme_list_item_link_img{margin-bottom:10px;position:relative;overflow:hidden}.social_theme_list_item_link_img::before{content:"";display:block;position:absolute;border:1px solid #00a0ca;background-color:#fff;border-radius:50%;width:30px;height:30px;right:0}.social_theme_list_item_link_img::after{content:"";display:block;position:absolute;-webkit-mask-image:url(/assets/img/common/icon_arrow.svg);mask-image:url(/assets/img/common/icon_arrow.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff;background-color:#00a0ca;width:5px;height:11px;right:12px}.social_theme_list_item_link_img::before,.social_theme_list_item_link_img::after{transform:translateY(-50%);transition:.3s ease-in-out;z-index:1}.social_theme_list_item_link_img::before{inset:50% 10px auto auto}.social_theme_list_item_link_img::after{inset:50% 21px auto auto}.social_theme_list_item_link_img img{transition:.3s ease-in-out}.social_theme_list_item_link_desc{color:#fff;display:flex;align-items:center;-moz-column-gap:1em;column-gap:1em}.social_theme_list_item_link_desc_ttl{font-size:1.4rem;display:flex;align-items:center;letter-spacing:.2em;-moz-column-gap:8px;column-gap:8px}.social_theme_list_item_link_desc_ttl_num{font-size:4rem;letter-spacing:0}.social_theme_list_item_link_desc_txt{font-size:2.4rem;font-weight:bold}.social_theme_list_item_link:hover .social_theme_list_item_link_img::before{background-color:#00a0ca}.social_theme_list_item_link:hover .social_theme_list_item_link_img::after{background-color:#fff}.social_theme_list_item_link:hover .social_theme_list_item_link_img img{transform:scale(1.2)}}@media screen and (max-width: 767px){body:not(.en) .social_wrap .ttl03{text-align:center;margin-bottom:80px}.social_theme{margin-bottom:80px}.social_theme_list .slick-track{display:flex}.social_theme_list .slick-track .slick-slide{height:auto !important}.social_theme_list_item{position:relative}.social_theme_list_item_link{display:block;height:100%}.social_theme_list_item_link_img img{width:100%}.social_theme_list_item_link_desc{background-color:#f0f3f8;font-weight:bold;height:100%;border-right:1px solid #ccc;padding:11px 55px 25px 27px}.social_theme_list_item_link_desc::before{content:"";display:block;position:absolute;border:1px solid #00a0ca;background-color:#fff;border-radius:50%;width:30px;height:30px;right:0}.social_theme_list_item_link_desc::after{content:"";display:block;position:absolute;-webkit-mask-image:url(/assets/img/common/icon_arrow.svg);mask-image:url(/assets/img/common/icon_arrow.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff;background-color:#00a0ca;width:5px;height:11px;right:12px}.social_theme_list_item_link_desc::before{right:25px;bottom:25px}.social_theme_list_item_link_desc::after{right:37px;bottom:34px}.social_theme_list_item_link_desc_ttl{color:#707070;font-family:"Roboto",sans-serif;letter-spacing:.2em;display:flex;align-items:center;font-weight:bold;font-size:1rem;-moz-column-gap:3px;column-gap:3px}.social_theme_list_item_link_desc_ttl_num{letter-spacing:0;font-size:3.6rem}.social_theme_list_item_link_desc_txt{font-feature-settings:"palt";font-size:1.6rem}.social_theme .social_theme_prev,.social_theme .social_theme_next{background-color:#00a0ca;border:1px solid #00a0ca;border-radius:4px;position:absolute;width:30px;height:30px;top:50%;z-index:99}.social_theme .social_theme_prev::before,.social_theme .social_theme_next::before{content:"";display:block;position:absolute;-webkit-mask-image:url(/assets/img/common/icon_arrow.svg);mask-image:url(/assets/img/common/icon_arrow.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff;inset:50% auto auto 50%;width:5px;height:11px}.social_theme .social_theme_prev{left:20px}.social_theme .social_theme_prev::before{transform:rotate(180deg) translate(50%, 50%)}.social_theme .social_theme_next{right:20px}.social_theme .social_theme_next::before{transform:translate(-50%, -50%)}.social_theme_pagination{margin-top:32px}.social_theme_pagination .slick-dots{display:flex;justify-content:center;position:relative;-moz-column-gap:10px;column-gap:10px;height:3px}.social_theme_pagination .slick-dots li{display:inline-block;background-color:#ccc;width:100%;max-width:60px;cursor:pointer;position:relative}.social_theme_pagination .slick-dots li button{height:3px;font-size:0}.social_theme_pagination .slick-dots .slick-active button::before{content:"";position:absolute;display:block;inset:0 auto auto 0;background-color:#00a0ca;width:0;height:100%;-webkit-animation:paginationAnime 5.4s forwards linear;animation:paginationAnime 5.4s forwards linear}}.social_story_btn_link{margin:0 auto}@media all and (min-width: 768px){.social_story_btn{margin-top:60px}}@media screen and (max-width: 767px){.social_story_btn{margin-top:40px}}.story_ttl{font-weight:bold;line-height:1.5;font-feature-settings:"palt"}.story_ttl_sub{display:block;color:#707070}.story_mainImg{text-align:center}.story_sec{max-width:790px;margin-left:auto;margin-right:auto}.story_sec_ttl{font-weight:bold;line-height:1.5;font-feature-settings:"palt"}.other_story{border-top:1px solid #ccc}.other_story_ttl{font-size:2.4rem;text-align:center;font-weight:bold;line-height:1.5;font-feature-settings:"palt"}@media all and (min-width: 768px){.story_ttl{text-align:center;font-size:4.8rem;margin-bottom:64px}.story_ttl_sub{font-size:3rem;margin-bottom:3px}.story_mainImg{margin-bottom:120px}.story_sec+.story_sec{margin-top:120px}.story_sec_ttl{font-size:3rem;margin-bottom:28px}.story_sec_img{text-align:center}.other_story{margin:120px 0 160px;padding-top:120px}.other_story_ttl{margin-bottom:32px}}@media screen and (max-width: 767px){.story_ttl{font-size:3rem;margin-bottom:40px}.story_ttl_sub{font-size:1.8rem;margin-bottom:6px}.story_mainImg{margin-bottom:64px}.story_sec+.story_sec{margin-top:64px}.story_sec_ttl{font-size:2rem;margin-bottom:20px}.other_story{margin:64px 0 120px;padding-top:64px}.other_story_ttl{margin-bottom:20px}}
/*# sourceMappingURL=social.min.css.map */