@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');


.section-ttl-sub small {
    margin-left: 1em;
}

main section h2::after {
	display: none;
}

footer {
    background: #fff;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:896px) {
    .section-ttl {
        font-size: 300%;
    }
}

@media screen and (max-width:480px) {
    .section-ttl {
        font-size: 300%;
    }
}

.banner-wrapper {
    display: grid;
    grid-template-areas: "hero";
    align-items: center;
}

.banner-wrapper > * {
    grid-area: hero;
}

.banner-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#mainimg {
    z-index: 0;
    width: 100%;
    overflow-x: hidden;
}

.top-banner {
    display: grid;
    grid-template-areas: "hero";
    color: white;
}

.top-banner:hover {
    text-decoration: none;
}

.top-banner img,
.top-banner .text-wrapper {
    grid-area: hero;
}

.top-banner img {
    object-fit: cover;
    height: calc(100vh - 60px);
    max-height: 800px;
    width: 100%;
    opacity: 1;
    z-index: -1;
}

.top-banner .text-wrapper {
    place-self: stretch start;
    display: grid;
    align-items: center;
    padding: 5rem 15rem 5rem 10rem;
}

.top-banner .text-wrapper.overlay-black {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0));
}

.top-banner .text-wrapper.overlay-white {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
}

.overlay-white .default-btn:nth-child(2){
	background: rgba(255,255,255,50%);
}

.top-banner .main-text {
    text-align: left;
    z-index: 2;
}

.main-text .subtitle{
    font-size: 100%;
    border:1px solid white;
    border-top: none;
    border-bottom: none;
    padding:0 0.5em;
    margin-bottom: 1em;
    display: inline-block;
}

.main-text h2 {
    font-weight: 900;
    font-size: 400%;
    margin-bottom: 0.3em;
}

.overlay-black .main-text h2,
.overlay-black .main-text .description {
    color: #fff;
}

.overlay-white .main-text h2,
.overlay-white .main-text .description {
    color: var(--black);
}

.main-text .description {
    font-size: 120%;
    max-width: 600px;
}

.main-text .cta-btn{
	justify-content: flex-start;
	margin-top: 2em;
}

.main-text .default-btn {
    font-size: 110%;
}

.banner-btn {
    z-index: 10;
}


.banner-arrows {
    display: flex;
    justify-content: space-between;
}

.banner-prev,
.banner-next {
    color: var(--green);
    font-size: 30px;
    display: block;
    text-align: center;
    width: 35px;
    height: 90px;
    border: solid 1px darkgray;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    line-height: 80px;
    cursor: pointer;
    transition: all 300ms 0s ease;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 10%);
}

.banner-prev:hover,
.banner-next:hover {
    background-color: rgba(6, 6, 6, 0.55);
    color: white;
}

@media screen and (max-width:1280px) {
    .main-text h2 {
        font-size: 300%;
    }
}

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

    .main-text h2 {
        font-size: 200%;
    }

    .main-text .description {
        font-size: 100%;
		max-width: 30em;
		margin: 0 auto;
    }

    .main-text .default-btn {
        font-size: 100%;
    }
	
	.top-banner .cta-btn{
	justify-content: center;
}

    .top-banner .main-text {
        text-align: center;
    }

    .top-banner img {
        object-position: 50% 70%;
		max-height: 600px;
    }

    .top-banner .text-wrapper {
        padding: 3rem;
        margin: 3rem;
        max-width: 600px;
        place-self: center;
        border-radius: 10px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .top-banner .text-wrapper.overlay-black {
        background: rgba(0, 0, 0, 0.5);
    }

    .top-banner .text-wrapper.overlay-white {
        background: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width:720px) {
    .top-banner {
        min-height: 550px;
    }
    
    .top-banner img{
        height: 100%;
    }

    .top-banner .text-wrapper {
        padding: 2rem;
    }
}

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

    .banner-dots {
        place-self: end center;
    }

    .banner-dots .slick-dots li button:before {
        line-height: 16px;
    }

    .banner-wrapper .slick-dots {
        position: relative;
        background: white;
        border: 1px solid gainsboro;
        bottom: 2em;
        width: auto;
        border-radius: 50px;
        padding: 0 20px;
    }

}

@media screen and (max-width:480px){
	.main-text .cta-btn .default-btn{
		min-width: auto;
		width: 100%;
}
	.main-text .description {
		text-align: justify;
	}
}

#main {
    position: relative;
    z-index: 1;
    background: #fff;
}

#top-cases {
    position: relative;
    padding: 40px 0;
}

#case-list {
    margin-top: 40px;
}

#case-list .button a {
    display: grid;
}

#case-list .button .txt {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
}

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

    #case-list .button .txt {
        display: flex;
        justify-content: start;
        padding: 0;
    }
}

section {
    padding: 180px 0 140px;
    background-position: center top;
}

.section-ttl {
    text-align: left;
}

.section-ttl-box {
    text-align: left;
    margin-bottom: 40px;
}

.section-ttl-box h3 {
    text-align: left;
}

.section-ttl-box .ttl {
    margin-bottom: 20px;
}

.section-ttl-box.flex {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section-ttl-box.flex .ttl {
    margin-bottom: 0;
}

.section-ttl-box.flex .det {
    padding-top: 2%;
}

.section-ttl-box.flex .det p {
    line-height: 2;
}

.section-ttl-box.flex .det .btn-green {
    margin: 30px 0 0 auto;
}

@media screen and (max-width:1024px) {
    section {
        padding: 100px 0 80px;
    }

    .section-ttl-box.flex {
        flex-wrap: wrap;
    }

    .section-ttl-box.flex .det .btn-green {
        margin: 30px auto 0 0;
    }
}

@media screen and (max-width:896px) {}

@media screen and (max-width:480px) {
    section {
        padding: 60px 0 40px;
    }
}

#product {
    background-color: #dcdddd;
    padding-bottom: 120px;
}

.product-slider {
    position: relative;
}

#product .slick-list {
    margin: 0;
}

.product-slider:before {
    content: "";
    position: absolute;
    bottom: -8%;
    left: 0;
    background-color: #444444;
    display: block;
    width: 100%;
    height: 85%;
}

.product-btn {
    width: 20%;
    text-align: right;
    padding-right: 30px;
    align-self: flex-end;
    position: relative;
}

.product-arrows {
    color: #fff;
}

.product-prev,
.product-next {
    font-size: 30px;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    border: solid 2px #7d7d7d;
    line-height: 55px;
    border-radius: 55%;
    margin: 0 0 0 auto;
    cursor: pointer;
    transition: all 300ms 0s ease;
}

.product-prev {
    margin-bottom: 20px;
}

.product-prev:hover,
.product-next:hover {
    background-color: rgba(6, 6, 6, 0.55);
    border-color: var(--green);
}

.progress-bar {
    position: absolute;
    left: 0;
    bottom: -8%;
    width: 100%;
    height: 8px;
    background-color: #7d7d7d;
    margin: 40px 0 0 auto;
}

.progress-bar-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background-color: var(--green);
}

.product-slide {
    width: 80%;
    padding-top: 25px;
}

.product-slide .slider .slick-list {
    padding-right: 20%;
}

.product-slide .item {
    width: 250px;
    backface-visibility: hidden;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.product-slide .item img {
    background-color: #f7f8f8;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
}

.product-slide .item a:hover {
    text-decoration: none;
}

.product-slide .txt {
    width: 100%;
    padding: 20px 10px 12px;
    min-height: 125px;
}

.product-slide .category {
    display: inline-block;
    font-size: 90%;
    color: gray;
    padding: 2px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 1px gray;
}

.product-slide .title {
    font-size: 120%;
    font-weight: bold;
}

#product .btn-green {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (max-width:480px) {
    .product-btn {
        display: none;
    }

    .product-slide {
        width: 100%;
    }

    #product .slick-list {
        margin-left: 20px;
    }

    #product .btn-green {
        width: 250px;
        display: block;
        margin: 30px auto;
    }
}

#business {
    position: relative;
    background-image: url("../img/top/bg-top-business.jpg");
    background-attachment: fixed;
}

#business:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#business .wrap-common {
    position: relative;
    z-index: 1;
}

#business .ttl a {
    color: #fff;
}

#business .ttl a:hover {
    color: #32a138;
}

#business .link-list {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
}

#business .link-list li {
    width: 33.3333%;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: left;
}

#business .link-list li a {
    color: #fff;
    display: block;
    padding: 30px 20px;
    font-size: 16px;
    background: rgba(7, 153, 73, 0);
    transition: all 300ms 0s ease;
    position: relative;
}

#business .link-list li a:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: rgba(var(--holdings), 0.8);
}

#business .link-list li a:hover {
    text-decoration: none;
}

#business .link-list li a span,
#business .link-list li a:after {
    position: relative;
    z-index: 1;
}

#business .link-list li a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
}

#business .link-list li a:hover:before {
    width: 100%;
}

@media screen and (max-width:1024px) {
    #business {
        background-size: cover;
    }
}

@media screen and (max-width:896px) {
    #business .link-list li {
        width: 50%;
    }

    #business .link-list li a {
        width: 100%;
        padding: 15px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    #business .link-list li {
        width: 100%;
    }
}

.parallax {
    background-image: url("../img/top/bg-aboutus.jpg");
    background-size: cover;
    background-attachment: fixed;
}

#aboutus {
    position: relative;
    overflow: hidden;
    padding-bottom: 500px;
}

#aboutus .link-list {
    position: relative;
}

#aboutus .link-list ul {
    margin-right: -8px;
}

#aboutus .link-list li {
    width: 33.3333%;
    padding-right: 8px;
}

#aboutus .link-list li .inner {
    display: block;
    position: relative;
    z-index: 2;
}

#aboutus .link-list li .img {
    transition: all 300ms 0s ease;
    opacity: 1;
}


#aboutus .link-list li .inner p,
#aboutus .bnr-w .inner p {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 300ms 0s ease;
}

#aboutus .link-list li .inner p span,
#aboutus .bnr-w .inner p span {
    display: block;
    font-size: 140%;
    letter-spacing: .1em;
}


#aboutus .link-list li:hover a.inner p {
    font-size: 120%;
    color: #fff;
    mix-blend-mode: normal;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
}

.bg-group {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#group .bg-group {
    top: 0;
}

#aboutus .bnr-w {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

#aboutus .bnr-w .inner p {
    z-index: 1;
}

#aboutus .bnr-w .img {
    display: none;
}

#aboutus .bnr-w .item:after {
    padding-top: 15%;
    height: 100%;
}

#aboutus .bnr-w a .hover-img img {
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#aboutus .bnr-w a:hover .hover-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

@media screen and (max-width:896px) {
    .parallax {
        background-size: contain;
    }

    #aboutus {
        padding-bottom: 80px;
    }

    #aboutus .link-list li .inner p {
        bottom: 20px;
    }

    #aboutus .link-list.hover .img {
        opacity: 1;
    }

    #aboutus .link-list li a:hover > .hover-img {
        opacity: 0;
    }

    #aboutus .link-list li a:hover > .hover-img img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #aboutus .link-list.hover li .inner p {
        color: #fff;
        mix-blend-mode: normal;
    }

    #aboutus .link-list li:hover .inner p {
        font-size: 100%;
        color: #fff;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    }

    .bg-group {
        display: none;
    }

    #aboutus .bnr-w .inner p {
        bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    #aboutus .ttl h2 {
        margin-bottom: 20px;
    }

    #aboutus .link-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    #aboutus .link-list li .trimming-img:before,
    #aboutus .bnr-w .trimming-img:before {
        padding-top: 70%;
    }

    #aboutus .link-list li .inner p,
    #aboutus .bnr-w .inner p {
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    }

    #aboutus .bnr-w {
        margin-top: 0;
    }

    #aboutus .bnr-w .img {
        display: block;
    }

    #aboutus .bnr-w .hover-img {
        display: none;
    }

    #aboutus .bnr-w .item:after {
        padding-top: 30%;
    }
}

#group {
    padding-top: 0;
    position: relative;
    overflow: hidden;
    background: url("../img/top/bg-group02.jpg");
    background-size: 100%;
    background-attachment: fixed;
}

#group:before {
    content: "";
    display: block;
    height: 500px;
}

#group .inner {
    position: relative;
    z-index: 1;
}

#group .link-list {
    margin-right: -20px;
    margin-bottom: 20px;
}

#group .link-list li {
    width: 33.3333%;
    text-align: left;
    padding-right: 20px;
    margin-bottom: 20px;
    display: flex;
}

#group .link-list .line-box {
    padding: 30px;
    border: solid 1px #000;
    display: block;
    width: 100%;
    position: relative;
    color: #000;
    background: rgba(7, 153, 73, 0);
}

#group .link-list .line-box:before {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: rgba(7, 153, 73, .8);
}

#group .link-list .line-box:after {
    content: "\f24d";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
}

#group .link-list .line-box:hover {
    color: #fff;
    text-decoration: none;
}

#group .link-list .line-box:hover:before {
    width: 100%;
}

#group .link-list .line-box p {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5;
}

#group .link-list .line-box span {
    display: block;
    font-size: 76.8%;
    font-weight: normal;
}

#group .btn-green {
    margin: 30px auto;
}

#group .btn-green:hover {
    background: none;
}

@media screen and (max-width:896px) {
    #group {
        padding-top: 60px;
    }

    #group:before {
        display: none;
    }

    #bg-group {
        display: none;
    }

    #group .link-list li {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #group .link-list li {
        width: 100%;
    }

    #group .link-list .line-box {
        padding: 20px;
    }
}

#news {
    padding: 70px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

#news .section-ttl-box {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 450px auto;
    grid-gap: 80px;
}

#news .ttl {}

#news h2 {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: normal;
}

#news .ttl p {
    margin-bottom: 20px;
}

#news .news-list dl {
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 10px 20px;
    margin-bottom: 30px;
    text-align: left;
}

#news .news-list {
    font-size: 15px;
    line-height: 27px;
}

#news .news-list a {
    color: var(--green);
}

#news .news-list a:hover {
    text-decoration: underline;
}

#news .news-list .index .tag:before {
    content: "｜";
    display: inline-block;
    padding-left: 8px;
    margin-right: 6px;
}

@media screen and (max-width:1020px) {
    #news .section-ttl-box {
        grid-template-columns: auto;
        grid-gap: 60px;
    }

    #news #mailmaga-top {
        max-width: 450px;
    }
}

@media screen and (max-width:480px) {
    #news .section-ttl-box {
        grid-gap: 30px;
    }

    #news {
        padding: 30px 0;
    }

    #news .ttl {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    #news .news-list dl {
        grid-gap: 10px 10px;
    }

    #news .news-list {
        font-size: 13px;
        line-height: 1.5;
    }

    #news .news-list dt {}
}

#svg {
    display: block;
}

#svg svg {
    max-width: 316px;
    width: 100%;
    height: auto;
    will-change: transform;
}
