@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â«
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    /* font: inherit; */
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

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

img {
    border: none;
    vertical-align: bottom;
}

a {
    cursor: pointer;
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

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

body {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    background: #FFF;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    word-wrap: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 0 0 20px;
}

a, a:hover {
    text-decoration: none;
    /* color: #000000; */
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

[id] {
    scroll-margin-top: 100px;
}

.left, .fl {
    /* float: left; */
}

.right, .fr {
    /* float: right; */
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 26.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.txt-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

/*============================
site
============================*/
.main {
}

.article {
}

.section {
    padding: 80px 3%;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0 3%;
    width: 100%;
}

.header .container {
    max-width: 100%;
    align-items: center;
}

.headder_logo__wrap {
    width: 100%;
    max-width: 210px;
    padding: 30px 0;
}

.headder_logo {
}

.header_logo__image {
}

.header_menu__wrap {
    width: calc(100% - 250px);
}

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

.header_menu__list {
    width: calc(100% - 230px);
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 710px;
    /*max-width: 560px;
    max-width: 660px;*/
}

.header_menu__item {
    /* border-right: 1px solid #FFF; */
}

.header_menu__item:last-child {
    border-right: none;
}

.header_menu__link {
    color: #FFF;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    /* border-right: 1px solid #FFF; */
}

.header_menu__contact {
    width: 230px;
    text-align: center;
    color: #FFF;
    background: #023366;
    padding: 26px 3%;
    border: 1px solid #023366;
}

.header_menu__contact:hover {
    opacity: 1;
}

.header_sp__menubtn {
    width: 60px;
    height: 60px;
    /* background: #b11313; */
    display: none;
    position: relative;
}

.header.active {
    background: rgb(255 255 255 / 70%);
}

.header.active .header_menu__item {
    /* border-right: 1px solid #000; */
}

.header.active .header_menu__item:last-child {
    border-right: none;
}

.header.active .header_menu__link {
    color: #023366;
}

.header_sp__menubtn span {
    width: 35px;
    height: 2px;
    background: #FFF;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.header.active .header_sp__menubtn span {
    background: #023366;
}

.header_sp__menubtn span:nth-child(1) {
    top: 18px;
}

.header_sp__menubtn span:nth-child(2) {
    top: 29px;
}

.header_sp__menubtn span:nth-child(3) {
    bottom: 18px;
}

.header_sp__menubtn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 30px;
}

.header_sp__menubtn.active span:nth-child(2) {
    display: none;
}

.header_sp__menubtn.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 28px;
}

.aside {
}

.aside_access {
    padding: 80px 0 0;
}

.top .aside_access {
    padding: 130px 0 0;
}

.aside_access .container {
    max-width: 100%;
}

.aside_access .top__ttl.navy {
}

.aside_access .top__ttl.navy .jp {
}

.aside_access .aside_access__address {
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}

.aside_access .map {
}

.aside_access .map iframe {
    width: 100%;
    height: 450px;
    vertical-align: bottom;
}

.aside_contact {
    background: #00a0e9;
    background: linear-gradient(to top right, #00a0e9, #4ad8ff);
}

.aside_contact .container {
}

.aside_contact .top__ttl.white {
}

.aside_contact .top__ttl.white .jp {
}

.aside_contact__item {
}

.aside_contact__tel {
    width: 50%;
    border-right: 2px solid #FFF;
    padding: 10px 3%;
}

.aside_contact__ttl {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
}

.aside_contact__mail .aside_contact__ttl {
    margin: 0 0 20px;
}

.aside_contact__teltext {
    font-size: 45px;
    text-align: center;
    /* display: block; */
    font-weight: bold;
    color: #FFF;
    line-height: 1.2;
}

.aside_contact__tel .t2 {
    color: #FFF;
    text-align: center;
    margin: 12px 0 0;
    font-size: 16px;
}

.aside_contact__mail {
    width: 50%;
    border-left: 2px solid #FFF;
    padding: 10px 3%;
}

.aside_contact__mailtext {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #00a0e9;
    font-weight: bold;
    background: #FFF;
    padding: 20px 0;
    border-radius: 10px;
    /* background: #023366; */
    /* color: #FFF; */
}

.footer {
    background: #023366;
    padding: 80px 3%;
    background: linear-gradient(to top right, #023366, #011b38);
    background: linear-gradient(to top right, #023366 0%, #0056a2 50%, #011b38 100%);
}

.footer .container {
    max-width: 1000px;
}

.footer_information {
    width: 47%;
}

.footer_logo__wrap {
    margin: 0 0 40px;
}

.footer_logo {
}

.footer_logo img {
}

.footer_logo__text {
    color: #FFF;
    font-size: 16px;
    margin: 12px 0 0;
}

.footer_address {
}

.footer_address__text {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.footer_address__text a {
    color: #FFF;
}

.footer_navigation__wrap {
    width: 50%;
}

.footer_navigation {
}

.footer_navigation__list {
}

.footer_navigation__item {
    width: 48%;
    margin: 0 0 16px;
}

.footer_navigation__link {
    font-size: 16px;
    color: #FFF;
    padding: 0px 0 0 30px;
    position: relative;
}

.footer_navigation__link::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 15px;
    background-image: url(../img/common/v_02_white.svg);
    margin: auto;
    top: 1px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.under-line {
    position: relative;
    0 FONT-VARIANT: JIS83;
    0 FONT-VARIANT: JIS83;
}

.under-line:hover {
    opacity: 1;
}

.under-line::after {
    background: #ffffff;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 30px;
    bottom: -8px;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.header .under-line::after {
    background: #ffffff;
    left: 0;
}

.header.active .under-line::after {
    background: #000;
}

.under-line:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.footer_navigation__link:hover {
    color: #FFF;
}

.copyright {
    width: 100%;
    margin: 80px 0 0;
    color: #FFF;
}

.top__ttl {
    font-size: 80px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 40px;
}

.top__ttl .jp {
    font-size: 20px;
    display: block;
}

.top__ttl.left {
    text-align: left;
}

.top__ttl.left .jp {
}

.top__ttl.navy {
    color: #023366;
}

.top__ttl.navy .jp {
    color: #000;
}

.top__ttl.white {
    color: #FFF;
}

.top__ttl.white .jp {
}

.top__ttl.blue {
    color: #00a0e9;
}

.top__ttl.blue .jp {
    color: #000;
}

.top_titlelink {
    font-size: 80px;
    font-weight: bold;
    color: #FFF;
    padding-right: 80px;
    line-height: 1;
    position: relative;
    display: block;
    width: 480px;
}

.top_titlelink::after {
    content: '';
    width: 66px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 32px;
    top: 13px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/common/big_arrow.svg);
}

.btn01 {
    color: #FFF;
    background: #023366;
    padding: 20px 56px 20px 30px;
    border: 2px solid #FFF;
    border-radius: 90px;
    display: block;
    max-width: 280px;
    position: relative;
}

.btn01::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 13px;
    background-image: url(../img/common/v_02_white.svg);
    margin: auto;
    top: 1px;
    bottom: 0;
    right: 26px;
    background-repeat: no-repeat;
}

.btn01.center {
    margin: 0 auto;
}

.top_mv {
    height: 100vh;
    /*background-image: url(../img/top/mv.jpg);
      background-size: cover;
      background-position: center center;
      position: relative;*/
    position: relative;
}

.top_mv::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000030;
    position: absolute;
    top: 0;
    left: 0;
}

.top_mv__text {
    position: absolute;
    bottom: -9px;
    padding: 0 3%;
}

.top_mv__text img {
}

.top_mv__text .t1 {
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
    line-height: 1;
    padding: 0 0 0 6px;
}

.top_mv__text .t2 {
    font-size: 140px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    color: #FFF;
}

.top_news {
}

.top_news .container {
    align-items: flex-end;
    max-width: 800px;
}

.top_news__content {
    width: 48%;
    position: relative;
    width: 100%;
}

.top_news__content .top__ttl.blue {
    display: inline-block;
    position: relative;
    left: -80px;
    left: -4px;
}

.top_news__content .top__ttl.blue .jp {
    position: relative;
    left: 6px;
}

.top_news__wrap {
}

.top_news__list {
    margin: 0 0 30px;
}

.top_news__item {
    padding: 20px 0;
    border-bottom: 1px solid;
}

.top_news__link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000;
}

.top_news__link .date {
    padding-right: 16px;
}

.top_news__youtubewrap {
    width: 48%;
    padding: 20px;
    box-shadow: 0px 1px 12px 0px rgba(153, 153, 153, 1);
}

.top_news__youtube {
    padding-top: 50%;
    margin: 0 0 20px;
}

.top_news__youtube iframe {
    width: 100%;
}

.top_news__youtubewrap .t1 {
    font-size: 16px;
    font-weight: bold;
}

.top_news__youtubewrap .t2 {
    margin: 0;
}

.top_aboutus {
    background: #023366;
    padding: 80px 0;
    background: linear-gradient(to top right, #023366, #011b38);
}

.top_aboutus .container {
}

.top_aboutus__lbox {
    width: 160px;
}

.top_aboutus__lbox .top__ttl.white {
    margin: 8px 0 0;
}

.top_aboutus__lbox .top__ttl.white .jp {
}

.top_aboutus__rbox {
    width: calc(100% - 280px);
}

.top_aboutus__read {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.8;
}

.top_aboutus__sliderlink {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    overflow: hidden;
    display: block;
}

.top_aboutus__slider {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    transform: translateX(0);
    flex-wrap: nowrap;
}

.top_aboutus__slider li {
    flex-shrink: 0;
    width: 490px;
}

.top_aboutus__slider .top_titlelink {
}

.top_service {
    padding: 80px 3% 80px;
}

.top_service .container {
}

.top_service__text {
    width: 40%;
}

.top_service__text .top__ttl.navy.left {
}

.top_service__text .top__ttl.navy.left span.jp {
}

.top_service__text .t1 {
    margin: 0 0 40px;
}

.top_service__text .btn01 {
}

.top_service__tabwrap {
    width: 55%;
}

.top_service__tab {
    position: relative;
    top: 30px;
}

.top_service__item {
    border: 2px solid;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
    position: relative;
    background: #FFF;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top_service__item a {
    display: block;
    padding: 30px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top_service__item a:hover {
    opacity: 0.6;
}

.top_service__item.active a:hover {
    opacity: 1;
}

.top_service__item .t1 {
    display: none;
}

.top_service__ttl {
    font-size: 20px;
    color: #023366;
    margin: 0 0 14px;
}

.top_service__item.active {
    background: #00a0e9;
    border-color: #00a0e9;
    /* background: linear-gradient(to top right, #00a0e9, #4ad8ff); */
}

.top_service__item.active .t1 {
    display: block;
    color: #FFF;
    padding: 0px 20px 0;
}

.top_service__item.active .top_service__ttl {
    color: #FFF;
}

.top_selfconsumption {
    background: #023366;
    padding: 80px 3% 0;
    background: linear-gradient(to top right, #023366, #011b38);
    background: linear-gradient(to top right, #023366 0%, #0056a2 50%, #011b38 100%);
}

.top_selfconsumption .container {
}

.top_selfconsumption .top__ttl.white.left {
}

.top_selfconsumption .top__ttl.white.left .jp {
}

.top_selfconsumption__content {
}

.top_selfconsumption__text {
    width: 27%;
}

.top_selfconsumption__text .t1 {
    color: #FFF;
    margin: 0 0 40px;
}

.top_selfconsumption__text .btn01 {
}

.top_selfconsumption__image {
    width: 65%;
    position: relative;
    top: -80px;
}

.top_selfconsumption__image img {
}

.top_works {
    /* padding: 80px 0; */
}

.top_works .container {
}

.top_works .top__ttl.blue {
}

.top_works .top__ttl.blue .jp {
}

.top_works__slidercontainer {
    /* width: calc(100% - ((100% - 1000px) / 2)); */
    margin: 60px 0 60px auto;
    /* padding: 0 3%; */
}

.top_works__slider {
    padding-left: 300px;
}

.top_works__item {
    margin: 0 10px;
}

.top_works__link {
    height: 390px;
    flex-flow: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.top_works__link::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.top_works__link:hover::before {
    transform: scale(1.2);
}

.top_works__link::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000026;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 30px;
}

.top_works__data {
    color: #FFF;
    position: relative;
    z-index: 2;
}

.top_works__datanum {
}

.top_works__dataplace {
    display: inline-block;
    padding: 0 10px;
}

.top_works__datadate {
}

.top_works__title {
    color: #FFF;
    font-size: 17px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_works .btn01 {
    margin: 0 0 0 auto;
}

.top_recruit {
    background: #00a0e9;
    padding: 80px 3% 450px;
    background: linear-gradient(to top right, #00a0e9, #4ad8ff);
    overflow: hidden;
    position: relative;
}

.top_recruit::before {
    content: " ";
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.top_recruit .container {
    max-width: 1000px;
}

.top_recruit__lbox {
    width: 120px;
}

.top_recruit__lbox .top__ttl.white {
    margin: 8px 0 0;
}

.top_recruit__lbox .top__ttl.white .jp {
}

.top_recruit__rbox {
    width: calc(100% - 280px);
}

.top_recruit__read {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.8;
}

.top_recruit__rbox .top_titlelink {
    width: 420px;
}

.top_recruit__floatimage {
    position: absolute;
    width: 340px;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}

.top_recruit__floatimage.image01 {
    background-image: url(../img/top/recruit_img01.jpg);
    left: -12%;
    bottom: -175px;
}

.top_recruit__floatimage.image02 {
    background-image: url(../img/top/recruit_img02.jpg);
    right: -12%;
}

.top_recruit__floatimage.image03 {
    background-image: url(../img/top/recruit_img03.jpg);
    right: 3%;
    bottom: -450px;
}

.lower_mv {
    height: 600px;
    background-image: url(../img/about_us/mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 3%;
    position: relative;
}

.lower_mv::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000005e;
    position: absolute;
    top: 0;
    left: 0;
}

.lower_mv.recruit::after {
    display: none;
}

.lower_mv .container {
    height: 100%;
}

.lower_mv__text {
    position: absolute;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -5px;
}

.lower_h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1;
}

.lower_h1 .ja {
    display: block;
    font-size: 20px;
}

.breadcrumb {
    padding: 16px 3%;
}

.breadcrumb .container {
}

.breadcrumb span {
}

.breadcrumb span a {
    color: #000;
}

.breadcrumb .home {
    color: #000;
}

.breadcrumb .home span {
}

.breadcrumb .post.post-page.current-item {
}

.lower_ttl {
    font-size: 80px;
    line-height: 1;
    margin: 0 0 40px;
}

.lower_ttl .ja {
    font-size: 20px;
    display: block;
    padding: 0 0 15px;
    margin: 0 0 0px;
    border-bottom: 1px solid #000;
}

.lower_ttl.blue {
    color: #00a0e9;
}

.lower_ttl.blue .ja {
    color: #000;
}

.lower_ttl.navy {
    color: #023366;
}

.lower_ttl.navy .ja {
    color: #000;
}

.lower_ttl.white {
    color: #FFF;
}

.lower_ttl.white .ja {
    border-bottom: 1px solid #ffffff;
}

.lower_ttl.left {
    text-align: left;
}

.lower_ttl.left .ja {
}

.lower_ttl.noline {
}

.lower_ttl.noline .ja {
    padding: 0;
    border: none;
}

.lower_subttl {
    font-size: 28px;
    margin: 0 0 30px;
}

.lower_subttl.blue {
    color: #00a0e9;
}

.lower_subttl.navy {
    color: #023366;
}

.lower_subttl.white {
    color: #FFF;
}

.lower_subttl02 {
    font-weight: bold;
    color: #00a0e9;
    font-size: 18px;
    margin: 0 0 30px;
}

.mt60 {
    margin: 60px 0 0;
}

.section.bg_navy {
    background: #023366;
    background: linear-gradient(to top right, #023366, #011b38);
    background: linear-gradient(to top right, #023366 0%, #0056a2 50%, #011b38 100%);
}

.section.bg_gray {
    background: #f0f0f0;
}

.section.bg_blue {
    background: #00a0e9;
    background: linear-gradient(to top right, #00a0e9, #4ad8ff);
}

.lower_section__item {
}

.lower_section_box {
    /* max-width: 1000px; */
    margin: 0 auto;
    width: 100%;
}

.lower_section__childitem {
    width: 48%;
}

.lower_section__childitem .lower_subttl {
}

.aboutus_text {
    margin: 0 0 40px;
}

.aboutus_name {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.aboutus_name span {
    display: block;
    font-size: 14px;
}

.aboutus_image {
    position: relative;
    top: -90px;
}

.our-mission__items {
    padding: 50px 0 0;
}

.our-mission__items > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.our-mission__items > ul > li {
    width: 32%;
    border: 4px solid #023366;
    border-radius: 10px;
    padding: 50px 20px 10px;
    position: relative;
    min-height: 380px;
    /* background: #023366; */
    background: #FFF;
}

.our-mission__items span {
    background: #023366;
    display: block;
    width: 80px;
    margin: 0 auto 0px;
    padding: 20px 0;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.our-mission__items > ul > li:nth-child(1) {
    /* border-color: #17dbe4; */
}

.our-mission__items > ul > li:nth-child(2) {
    /* border-color: #aed644; */
}

.our-mission__items > ul > li:nth-child(3) {
    border-color: #023366;
}

.our-mission__items > ul > li:nth-child(1) span {
    /* background: #17dbe4; */
}

.our-mission__items > ul > li:nth-child(1) h3 {
    /* color: #17dbe4; */
}

.our-mission__items > ul > li:nth-child(2) span {
    /* background: #aed644; */
}

.our-mission__items > ul > li:nth-child(3) span {
    background: #023366;
}

.our-mission__items > ul > li ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.our-mission__items > ul > li ul li {
    display: block;
    padding: 8px 10px;
    line-height: 1;
    margin: 0 0 0px;
    background: #023366;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
}

.our-mission__items img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    display: block;
    margin: auto;
}

.our-mission__items h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 20px;
    line-height: 1.4;
    /* background: #023366; */
    /* color: #FFF; */
    /* padding: 5px 0; */
    /* background: #FFF; */
    /* color: #023366; */
}

.our-mission__items p {
    /* color: #FFF; */
}

.lower_section__frameitem {
    border: 2px solid #000;
    padding: 40px;
    border-radius: 20px;
}

.lower_section__frameitem .lower_subttl02 {
}

.aboutus_text01 {
    margin: 0;
}

.abuotus_history__wrap {
}

.abuotus_history {
    position: relative;
    padding-left: 30px;
    width: 48%;
}

.abuotus_history::before {
    content: '';
    height: 100%;
    width: 4px;
    background: #FFF;
    position: absolute;
    left: 10px;
    top: 6px;
}

.abuotus_history__item {
    margin: 0 0 30px;
    position: relative;
}

.abuotus_history__item::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 30px;
    position: absolute;
    top: 4px;
    left: -27px;
}

.abuotus_history__date {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
}

.abuotus_history__content {
    color: #FFF;
    margin: 0 0 0;
}

.abuotus_history.longline {
}

.aboutus_table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.aboutus_table tbody {
}

.aboutus_table tr {
    border-bottom: 1px solid;
}

.aboutus_table th {
    text-align: left;
    padding: 20px 3%;
    width: 130px;
}

.aboutus_table td {
    padding: 20px 3%;
}

.aboutus_table td a {
    color: #000;
}

.btn-span {
    display: inline-block;
    background: #82c0ff;
    color: #02274d;
    line-height: 1;
    margin: 0 0 0 10px;
    border-radius: 5px;
    padding: 0;
    margin: 10px 0 0 0;
}

.btn-span a {
    display: block;
    padding: 5px 10px 7px;
    line-height: 1;
}

.aboutus_message {
    padding: 80px 3% 0;
}

.service_item01 {
    padding: 50px 0;
    border-bottom: 1px solid;
}

.service_item01:first-child {
    padding: 0 0 50px;
}

.service_item01:last-child {
    padding: 50px 0 0;
    border-bottom: none;
}

.service_item01__image {
    width: 48%;
}

.service_item01__image img {
    border-radius: 44px;
}

.service_item01__text {
    width: 48%;
    display: flex;
    align-items: center;
}

.service_item01__text .lower_subttl.navy {
}

.service_item01__text p {
}

.service_item02 {
    padding: 50px 0;
}

.service_item02:last-child {
    padding: 50px 0 0;
}

.service_item02__text {
    width: 48%;
    padding: 10px 0 10px 30px;
    border-left: 4px solid #00a0e9;
}

.service_item02__text .lower_subttl.blue {
}

.service_item02__text p {
}

.service_item02__image {
    width: 48%;
}

.service_item02__image img {
    border-radius: 44px;
}

.archive_newslist {
}

.archive_newslist__item {
    border-bottom: 1px solid;
}

.archive_newslist__cnt {
    width: calc(100% - 120px);
}

.news_sentence {
    margin: 0;
}

.news_item {
    /* display: block; */
    height: 100%;
    width: 100%;
    /* box-shadow: 0px 0px 10px 1px #777777; */
    padding: 30px;
    color: #000;
}

.news_tag {
    background: #00a0e9;
    color: #FFF;
    padding: 4px 20px 6px;
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 20px;
}

.news_date {
    display: block;
    margin: 0 0 6px;
    width: 200px;
    font-size: 16px;
}

.news_title {
    font-size: 16px;
    margin: 0 0 10px;
}

.wp-pagenavi {
    margin: 40px 0 0;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .previouspostslink {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #000;
    font-weight: bold;
}

.wp-pagenavi .current {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #00a0e9;
    font-weight: bold;
}

.wp-pagenavi .page.smaller {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #000;
    font-weight: bold;
}

.wp-pagenavi .page.larger {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #000;
    font-weight: bold;
}

.wp-pagenavi .nextpostslink {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #000;
    font-weight: bold;
}

.sngle_news__footer .btn01 {
    margin: 0 auto;
}

.lower_mv.recruit {
    background-color: #00a0e9;
    position: relative;
    padding: 0;
    background-image: none;
    background: linear-gradient(135deg, #00a0e9, #1cace9);
}

.lower_mv.recruit::before {
    content: '';
    background-image: url(../img/recruit/recruit_mv_parts.png);
    width: 100%;
    height: 90%;
    background-position: center center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 140px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.recruit_infograph {
}

.recruit_infograph__item {
    width: 31%;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 40px;
}

.recruit_infograph__item:nth-child(5) {
    width: 65%;
}

.recruit_infograph__cnt {
}

.recruit_infograph__ttl {
    text-align: center;
    border-bottom: 1px solid;
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.recruit_infograph__pct {
    margin: 0 auto 10px;
    height: 100px;
    display: block;
}

.recruit_infograph__pct.nonmargine {
    margin: 0 auto 0;
}

.recruit_infograph__num {
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #00a0e9;
}

.recruit_infograph__num .small {
    font-size: 42px;
    position: relative;
    top: -4px;
    display: inline-block;
    padding-left: 4px;
}

.recruit_infograph__text {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: center;
}

.recruit_infograph__text.left {
    text-align: left;
}

.recruit_infograph__text.nonmargine {
    margin: 0px 0 0;
}

.recruit_infograph__childitem {
    align-items: center;
    margin: 0 auto 20px;
    max-width: 260px;
}

.recruit_infograph__childitem:last-child {
    margin: 0 auto;
}

.recruit_infograph__childitem .recruit_infograph__childimage {
    width: 70px;
}

.recruit_infograph__childitem .recruit_infograph__childtext {
}

.recruit_infograph__childlist {
}

.recruit_infograph__childlistitem {
    width: 25%;
    border-right: 1px solid #000;
    padding: 15px;
}

.recruit_infograph__childlistitem:last-child {
    border-right: none;
}

.recruit_infograph__childlist .recruit_infograph__pct {
    height: 90px;
    margin: 0 auto 20px;
}

.recruit_infograph__childlist .recruit_infograph__num {
    font-size: 68px;
}

.recruit_infograph__childlist .recruit_infograph__num .small {
    font-size: 30px;
    top: -1px;
}

.recruit_list {
}

.recruit_list__item {
    width: 48%;
    margin: 0 0 40px;
}

.recruit_list__image {
    width: 48%;
}

.recruit_list__image img {
    border-radius: 20px;
}

.recruit_list__text {
    width: 48%;
}

.recruit_list__text .lower_subttl {
    margin: 0 0 20px;
}

.recruit_list__text p {
    margin: 0;
}

.recruit_list__text p.white {
    color: #FFF;
}

.interview .top_works__item {
}

.interview .top_works__link {
    justify-content: flex-end;
    padding: 40px 0;
}

.interview_slider__wrap {
    position: relative;
    z-index: 2;
    width: 94%;
    margin: 0 auto;
    width: 100%;
}

.interview_slider__job {
    color: #FFF;
    background: #00a0e9;
    display: inline-block;
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 40px;
    margin-left: 20px;
}

.interview_slider__text {
    /* background: #FFF; */
    display: inline-block;
    /* padding: 8px 10px 8px 10px; */
    color: #333;
    font-size: 18px;
    font-weight: bold;
    /* 行間を調整 */
    margin: 0;
    width: 100%;
}

.interview_slider__text br {
    display: block;
    content: "";
    margin-bottom: 15px;
}

.interview_content__wrap {
}

.interview_content {
    width: 48%;
    padding: 0px 0 0;
}

.interview_content__box {
    margin: 0 0 50px;
}

.interview_content__box:last-child {
    margin: 0 0 0;
}

.interview_content__ttl {
    font-size: 20px;
    color: #00a0e9;
    padding: 0 0 8px;
    border-bottom: 1px solid #000;
    margin: 0 0 20px;
}

.interview_content__box .t1 {
    margin: 0 0 0;
}

.interview_content__image {
    width: 48%;
}

.interview_content__image img {
    border-radius: 30px;
}

.interview_content__wrap.reverse {
}

.interview_content__wrap.reverse .interview_content {
    order: 2;
}

.interview_content__wrap.reverse .interview_content__box {
}

.interview_content__wrap.reverse .interview_content__ttl {
}

.interview_content__wrap.reverse .interview_content__box .t1 {
}

.interview_content__wrap.reverse .interview_content__image {
    order: 1;
}

.interview_content__wrap.reverse .interview_content__image img {
}

.lower_mv.interview {
    margin: 142px 0 20px;
    background-image: none;
    height: 400px;
    background-color: #FFF;
}

.lower_mv.interview::before {
    display: none;
}

.lower_mv.interview .container {
    position: relative;
    /* background-image: url(../img/interview/mv.jpg); */
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    /* position: relative; */
}

.lower_mv.interview .container::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    /* position: relative; */
    border-radius: 30px;
}

.interview_mv__text {
    /* width: 200px; */
    position: absolute;
    left: 0;
    bottom: 0;
}

.interview_mv__tag {
    color: #FFF;
    background: #00a0e9;
    display: inline-block;
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 40px;
    margin: 0 0 10px;
}

.interview_mv__reads {
    /* background: #FFF; */
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 2;
}

.interview_mv__data {
    font-weight: normal;
    font-size: 16px;
}

.interview_mv__data .name {
    display: inline-block;
    padding-left: 1em;
}

.highlight-text span {
    background: #FFF;
    padding: 0 0 4px;
}

.interview_slider__text.highlight-text span {
    background: #FFF;
    padding: 8px 6% 11px;
    line-height: 2.5;
}

.self-consumption {
    padding: 80px 3% 40px;
}

.self-consumption .container {
}

.self-consumption h2 {
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #231815;
    font-weight: normal;
    margin: 0 0 40px;
    padding: 0 0 10px;
}

.self-consumption .img-txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.self-consumption .img-txt .img {
    width: 50%;
}

.self-consumption .img-txt .img img {
}

.self-consumption .img-txt .txt {
    width: 47%;
}

.self-consumption .img-txt .txt p {
}

.howto-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.howto-item {
    width: 48%;
    border-radius: 40px;
    border: 3px solid #000;
}

.howto-item.type-green {
    border-color: #36b44c;
}

.howto-item.type-blue {
    border-color: #0aa0e7;
}

.howto-item.type-pink {
    border-color: #ec1f78;
}

.howto-item.type-orange {
    border-color: #ff780a;
}

.howto-item__head {
    background: #000;
    border-radius: 30px 30px 0 0;
    padding: 30px 20px 30px;
}

.type-green .howto-item__head {
    background: #36b44c;
}

.type-blue .howto-item__head {
    background: #0aa0e7;
}

.type-pink .howto-item__head {
    background: #ec1f78;
}

.type-orange .howto-item__head {
    background: #ff780a;
}

.howto-item__head span {
    display: block;
    color: #FFF;
    text-align: center;
    margin: 0 0 2px;
}

.howto-item__head h3 {
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    position: relative;
    font-size: 20px;
}

.howto-item__head h3::before,.howto-item__head h3::after {
    content: " ";
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #FFF;
    position: relative;
    top: -5px;
}

.howto-item__head h3::before {
    margin: 0 14px 0 0;
}

.howto-item__head h3::after {
    margin: 0 0px 0 14px;
}

.howto-item__main {
    padding: 20px 18px 20px;
}

.howto-item__main-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.howto-item__main-tag {
    width: 48%;
    border: 2px solid #606060;
    text-align: center;
    padding: 12px 0;
    margin: 0 0 20px;
}

.howto-item__main-tag {
}

.howto-item__main-tag span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.howto-item__main-tag p {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.type-green .howto-item__main-tag p {
    color: #36b44c;
}

.type-blue .howto-item__main-tag p {
    color: #0aa0e7;
}

.type-pink .howto-item__main-tag p {
    color: #ec1f78;
}

.type-orange .howto-item__main-tag p {
    color: #ff780a;
}

.howto-item__main-detail {
}

.howto-item__main-detail p {
    font-weight: bold;
}

.howto-item__main-detail img {
    display: block;
    margin: 0 auto 10px;
}

.howto-item__main-table {
    margin: 0 0 20px;
}

.howto-item__main-table table {
    width: 100%;
}

.howto-item__main-table tbody {
}

.howto-item__main-table tr {
}

.howto-item__main-table th,.howto-item__main-table td {
    border-bottom: 2px solid #000;
    padding: 10px 10px 10px;
    font-weight: bold;
}

.howto-item__main-table tr:last-child th,.howto-item__main-table tr:last-child td {
    border-bottom: none;
}

.howto-item__main-table th {
    text-align: left;
    border-right: 2px solid #000;
}

.howto-item__main-table td {
    text-align: center;
}

.howto-item__main-table td span {
}

.type-green .howto-item__main-table td span {
    color: #36b44c;
}

.type-blue .howto-item__main-table td span {
    color: #0aa0e7;
}

.type-pink .howto-item__main-table td span {
    color: #ec1f78;
}

.type-orange .howto-item__main-table td span {
    color: #ff780a;
}

.howto-item__main-table p {
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0 0;
}

.howmuch-btn {
    text-align: center;
    margin: 80px 0 40px;
}

.howmuch-btn a {
    display: inline-block;
    background: #0aa0e7;
    color: #FFF;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.4;
    padding: 30px 70px;
    border-radius: 20px;
    transition: all 0.6s ease-in-out;
}

.howmuch-btn a:hover {
    transform: scale(1.2);
    opacity: 1;
}

.howmuch-btn span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1;
    border-bottom: 2px solid #FFF;
    padding: 0 0 14px;
    position: relative;
}

.howmuch-btn span::before {
    content: " ";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../img/self-consumption/icon_headset.svg) no-repeat top left;
    position: relative;
    margin: 0 10px 0 0;
    top: 7px;
}

.self-consumption img {
}

.merit-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.merit-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    width: 48%;
}

.merit-item .img {
    width: 40%;
}

.merit-item img {
    border-radius: 20px;
}

.merit-item .txt {
    width: 54%;
}

.merit-item h3 {
    color: #00a0e9;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 8px;
    line-height: 1.4;
}

.merit-item p {
}

.works {
}

.works:nth-child(2n) {
    background: #efefef;
}

.works .container {
}

.works h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 30px;
    color: #023366;
    border-bottom: 1px solid #000;
}

.works-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

.works-items::before {
    content: "";
    display: block;
    width: 31%;
    order: 1;
}

.works-items::after {
    content: "";
    display: block;
    width: 31%;
}

.works-item {
    width: 31%;
}

.works-item a {
    display: block;
}

.works-item_image {
    margin: 0 0 5px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    height: calc(200px - 0vh);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.works-item_image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.works-item_image:hover::before {
    transform: scale(1.2);
}

.works-item img {
    margin: 0 0 5px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    height: calc(200px - 6vh);
    width: 100%;
}

.works-item h3 {
    font-size: 14px;
}

.works a.btn01.center {
    max-width: 230px;
    text-align: center;
}

.works-detail {
}

.works-detail .container {
}

.works-detail h2 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
}

.works-detail__contents {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 60px;
}

.works-detail__main {
    width: calc(100% - 420px);
}

.works-detail__main-imgs {
}

.works-detail__main-imgs ul {
}

.works-detail__main-imgs li {
    margin: 0 0 30px;
}

.works-detail__main-imgs img {
    width: 100%;
}

.works-detail__main-txts {
    margin: 0 0 60px;
}

.works-detail__main-txts p {
}

.works-detail__tags {
    margin: 0 0 60px;
}

.works-detail__tags h3 {
    font-size: 16px;
    margin: 0 0 10px;
    position: relative;
}

.works-detail__tags h3::before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    position: relative;
    top: -4px;
    margin: 0 5px 0 0px;
}

.works-detail__tags ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
}

.works-detail__tags li {
    width: 18%;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1;
    width: calc((100% - 8%) / 5 );
    margin: 0 2% 10px 0;
}

.works-detail__tags li:nth-child(5n) {
    margin: 0 0 10px 0;
}

.works-detail__tags a {
    display: block;
    padding: 9px 0 12px;
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
}

.works-detail__info {
    width: 380px;
}

.works-detail__info-border {
    border: 1px solid #000;
    padding: 40px 20px;
}

.works-detail__info h3 {
    color: #00a0e9;
    position: relative;
    font-size: 21px;
    margin: 0 0 20px;
}

.works-detail__info h3::before,.works-detail__info h3::after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/works/quotation_02.svg) no-repeat top left;
    position: relative;
    top: -7px;
    margin: 0 6px 0 0;
}

.works-detail__info h3::after {
    background-image: url(../img/works/quotation_01.svg);
    margin: 0 0 0 6px;
}

.works-detail__info table {
}

.works-detail__info tbody {
}

.works-detail__info tr {
}

.works-detail__info th,.works-detail__info td {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    text-align: left;
}

.works-detail__info th {
    width: 100px;
}

.works-detail__info td {
}

.works-detail .sngle_news__footer {
}

.works-detail .sngle_news__footer a.btn01 {
}

.mv__image {
    width: 100%;
    height: 100%;
}

.mv__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

#stkr {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: rgba(0, 174, 239, 0.5);
    border-radius: 50%;
    transition: 0.2s;
    transition-timing-function: ease-out;
    pointer-events: none;
    z-index: 990;
}

.button-border {
    position: relative;
}

.button-border::after, .button-border::before, .button-border span::after, .button-border span::before {
    background-color: #FFF;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

/* 左上へ配置 */
.button-border::after {
    width: 0px;
    height: 2px;
    top: -1px;
    left: -1px;
}

/* 右下へ配置 */
.button-border::before {
    width: 0px;
    height: 2px;
    right: -1px;
    bottom: -1px;
}

/* 左下へ配置 */
.button-border span::after {
    width: 2px;
    height: 0px;
    left: -1px;
    bottom: -1px;
}

/* 右上へ配置 */
.button-border span::before {
    width: 2px;
    height: 0px;
    top: -1px;
    right: -1px;
}

/* hover */
.button-border:hover::after, .button-border:hover::before {
    width: 100%;
    width: calc(100% + 1px);
}

.button-border:hover span::after, .button-border:hover span::before {
    height: 100%;
    height: calc(100% + 1px);
}

.button-border__common {
    margin: 40px auto;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #023366;
    padding: 16px 50px;
    border: 1px solid #023366;
    position: relative;
}

.button-border__common:hover {
    opacity: 1;
}

.button-border__common::after, .button-border__common::before, .button-border__common span::after, .button-border__common span::before {
    background-color: #FFF;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

/* 左上へ配置 */
.button-border__common::after {
    width: 0px;
    height: 2px;
    top: -1px;
    left: -1px;
}

/* 右下へ配置 */
.button-border__common::before {
    width: 0px;
    height: 2px;
    right: -1px;
    bottom: -1px;
}

/* 左下へ配置 */
.button-border__common span::after {
    width: 2px;
    height: 0px;
    left: -1px;
    bottom: -1px;
}

/* 右上へ配置 */
.button-border__common span::before {
    width: 2px;
    height: 0px;
    top: -1px;
    right: -1px;
}

/* hover */
.button-border__common:hover::after, .button-border__common:hover::before {
    width: 100%;
    width: calc(100% + 1px);
}

.button-border__common:hover span::after, .button-border__common:hover span::before {
    height: 100%;
    height: calc(100% + 1px);
}

.int-btn {
    display: inline-block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    color: #1B85FB;
    background-color: #fff;
    position: relative;
    border: 1px solid #1B85FB;
    transition: color 0.3s ease;
}

.int-btn:hover {
    opacity: 1;
    color: #fff;
}

.int-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.int-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1B85FB;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
}

.int-btn .text {
    position: relative;
}

.naname-btn {
    display: inline-block;
    border: 1px solid #023366;
    padding: 17px 120px 17px 30px;
    background: #023366;
    color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.naname-btn.bd-white {
    border-color: #e0e0e0;
}

.naname-btn.aside-contact {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    border: none;
}

.naname-btn.wide {
    width: 100%;
}

.naname-btn::before {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
    transform: skewY(-10deg) scale(1, 0);
    height: 140px;
}

.naname-btn.aside-contact::before {
    transition: 0.28s cubic-bezier(0.45, 0, 0.55, 1);
    transform: skewY(-30deg) scale(1, 0);
}

.naname-btn:hover {
    opacity: 1;
    color: #023366;
    border-radius: 5px;
}

.naname-btn:hover::before {
    transform: skewY(-10deg) scale(1, 1);
}

.naname-btn.aside-contact:hover::before {
    transform: skewY(-30deg) scale(1, 3);
}

.naname-btn::after {
    content: " ";
    display: block;
    width: 10px;
    height: 9px;
    background: url(../img/common/v_02_white.svg) no-repeat 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.naname-btn:hover::after {
    background-image: url(../img/common/v_02_darkblue.svg);
    right: 10px;
}

/* 親要素のスタイル */
.flowing-border {
    /* 要素のサイズと位置の設定 */
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
    background-color: #333;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    /* 境界線の丸みを設定 */
    border-radius: 50px;
    /* 擬似要素を隠すための overflow: hidden; */
    overflow: hidden;
    /* ホバー時のtransitionを設定 */
    transition: all 0.3s ease;
    z-index: 1;
}

/* 擬似要素のスタイル */
.flowing-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 枠線の丸みを親要素と合わせる */
    border-radius: 50px;
    /* グラデーションを背景に設定 */
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    background-size: 200% 200%;
    /* グラデーションのサイズを拡大 */
    z-index: -1;
    /* 最初は非表示 */
    opacity: 0;
    transition: opacity 0.3s ease;
    /* 境界線として見せるためのマスク */
    mask-image: radial-gradient(circle at center, transparent 80%, white 81%);
}

/* ホバー時のアニメーション */
.flowing-border:hover::before {
    opacity: 1;
    /* ホバー時に擬似要素を表示 */
    /* アニメーションの開始 */
    animation: flowing 8s linear infinite;
}

/* キーフレームアニメーションの定義 */
@keyframes flowing {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 1380px) {
    .top_recruit__floatimage.image02 {
        right: -8%;
    }
}

@media screen and (max-width: 1180px) {
    .top_works {
        padding: 80px 3%;
    }

    .top_recruit {
        overflow: hidden;
    }

    .top_news__content .top__ttl.blue {
        left: 0;
    }

    .top_recruit__floatimage.image02 {
        right: -12%;
    }

    .top_recruit::before {
        display: none;
    }

    .top_recruit__floatimage.image03 {
        right: 28%;
        bottom: -390px;
    }

    .top_works__slider {
        padding-left: 200px;
    }
}

@media screen and (max-width: 1100px) {
    .header_menu__wrap {
        width: calc(100% - 160px);
    }

    .headder_logo__wrap {
        max-width: 140px;
    }

    .header_menu__list {
        width: calc(100% - 150px);
        margin: 0 auto 0 0;
    }

    .header_menu__link {
        padding: 20px 0;
        font-size: 14px;
    }

    .header_menu__contact {
        width: 140px;
        padding: 12px 0px;
    }

    .footer_navigation__link {
        padding: 0 0 0 24px;
    }

    .footer_navigation__link::before {
        width: 12px;
        height: 11px;
        top: 3px;
    }
}

@media screen and (max-width: 1024px) {
    .top_recruit__floatimage.image02 {
        right: -15%;
    }

    .top_recruit {
        padding: 80px 3% 320px;
    }

    .top_recruit .container {
        /* max-width: 650px; */
        /* flex-direction: column; */
    }

    .top_recruit__lbox {
        /* margin: 0 0 20px; */
        /* width: 100%; */
    }

    .top_recruit__lbox .top__ttl.white {
        text-align: left;
        margin: 0;
    }

    .top_recruit__lbox .top__ttl.white .jp {
    }

    .top_recruit__rbox {
        /* width: calc(100% - 160px); */
        /* width: 100%; */
    }

    .top_recruit__read {
        font-size: 22px;
        /* margin: 0 auto 360px; */
        /* max-width: 410px; */
        /* text-align: center; */
    }

    .top_recruit__rbox .top_titlelink {
    }

    .top_recruit__floatimage {
        width: 240px;
        height: 240px;
        border-radius: 16px;
    }

    .top_recruit__floatimage.image01 {
        left: -40px;
        bottom: auto;
        top: 120px;
        right: auto;
        margin: auto;
    }

    .top_recruit__floatimage.image02 {
        right: 0;
        top: -60px;
        right: -40px;
        left: auto;
        margin: auto;
    }

    .top_recruit__floatimage.image03 {
        right: 34%;
        right: 0;
        top: 300px;
        left: 0px;
        margin: auto;
        bottom: auto;
    }
}

@media screen and (max-width: 1000px) {
    .works-detail__contents {
        flex-direction:column;
    }

    .works-detail__main {
        width: 100%;
        order: 2;
    }

    .works-detail__info {
        width: 100%;
        order: 1;
        margin: 0 0 50px;
    }

    .works-detail {
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 930px) {
    .top_recruit__floatimage.image02 {
        right: -15%;
    }

    .top_recruit {
        padding: 80px 3% 320px;
    }

    .top_recruit .container {
        /* max-width: 650px; */
        /* flex-direction: column; */
    }

    .top_recruit__lbox {
        /* margin: 0 0 20px; */
        /* width: 100%; */
    }

    .top_recruit__lbox .top__ttl.white {
        text-align: left;
        margin: 0;
    }

    .top_recruit__lbox .top__ttl.white .jp {
    }

    .top_recruit__rbox {
        /* width: calc(100% - 160px); */
        /* width: 100%; */
    }

    .top_recruit__read {
        font-size: 22px;
        /* margin: 0 auto 360px; */
        /* max-width: 410px; */
        /* text-align: center; */
    }

    .top_recruit__rbox .top_titlelink {
    }

    .top_recruit__floatimage {
        width: 240px;
        height: 240px;
        border-radius: 16px;
    }

    .top_recruit__floatimage.image01 {
        left: -40px;
        bottom: auto;
        top: 120px;
        right: auto;
        margin: auto;
    }

    .top_recruit__floatimage.image02 {
        right: 0;
        top: 330px;
        right: -40px;
        left: auto;
        margin: auto;
    }

    .top_recruit__floatimage.image03 {
        right: 34%;
        right: 0;
        top: 300px;
        left: 0px;
        margin: auto;
        bottom: auto;
    }
}

.top_service__list {
}

.top_service__listitem {
}

.top_service__listbnr {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.top_service__listbnr::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.top_service__listbnr:hover::before {
    transform: scale(1.2);
}

.top_service__listttl {
    padding: 30px 3%;
    background-color: rgba(0,0,0,0.4);
    color: #FFF;
    font-size: 20px;
}

.top_service__listcnt {
    display: none;
    padding: 30px 3% 60px;
}

.top_service__listimage {
    width: 43%;
}

.top_service__listimage img {
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.top_service__listtext {
    width: 52%;
}

.top_service__listtext .t1 {
}

.sdgs_mainimage {
    text-align: center;
}

.sdgs_mainimage img {
    border-radius: 0;
    margin: 0 auto;
}

.sustainability__table_wrap {

}

.sustainability__table {
    width: 100%;
    border-top: 1px solid #023366;
    margin: 60px 0 0;
}

.sustainability__table tbody {
}

.sustainability__table tr {
    border-bottom: 1px solid #023366;
}

.sustainability__table th {
    text-align: left;
    padding: 20px 3%;
    font-size: 18px;
    vertical-align: middle;
}

.sustainability__table td {
    padding: 20px 3%;
    vertical-align: middle;
}

.sustainability__tablenum {
    display: inline-block;
    margin-right: 16px;
    padding: 4px 30px 6px;
    background: #00a0e9;
    color: #FFF;
    border-radius: 90px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.sustainability__iconlist.flex {
    justify-content: flex-start;
    align-items: center;
}

.sustainability__iconlist.flex li {
    margin-right: 3%;
}

.sustainability__iconlist.flex li:last-child {
    margin-right: 0;
}

.sustainability__iconlist.flex img {
    display: block;
    width: 70px;
}

.sustainability__item {
    align-items: center;
}

.sustainability__itemimage {
    width: 400px;
}

.sustainability__itemimage img {
}

.sustainability__itemtext {
    width: calc(100% - 480px);
}

.sustainability__textlist {
}

.sustainability__textlist li {
    font-size: 18px;
    padding: 20px 3%;
    margin: 0 0 20px;
    border: 1px solid #023366;
    border-radius: 10px;
}

.sustainability__textlist li:last-child {
    margin: 0 0 20px;
}

.sustainability__textliststep {
    font-size: 14px;
    font-weight: bold;
    background: #023366;
    color: #FFF;
    padding: 2px 12px 3px;
    border-radius: 20px;
    margin-right: 16px;
    position: relative;
    top: -1px;
}

.sustainability__imagebox {
    max-width: 860px;
    margin: 0 auto;
}

.sustainability__textlist p {
    margin: 0;
}

.sustainability__itemttl {
    font-size: 20px;
    margin: 0 0 16px;
}

.sustainability__read {
    font-size: 18px;
    margin: 0 0 50px;
}

.naname-btn.type02 {
    padding: 17px 50px 17px 30px;
}


@media screen and (max-width: 1280px) {
    .sustainability__table_wrap {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 0 20px;
    }

    .sustainability__table {
        width: 1280px;
    }
}

.aside_access .aside_access__address.mt60 {
    margin: 60px 0 40px;
}