﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------*/
/*  base
/*-------------------------*/
:root,
:host {
    --main_blue: #f1f1f1;
    --sub_blue: #f1f1f1;
    --white: #ffffff;
    --main_text: #111;
}

body {
    font-family: 'ヒラギノ角ゴ ProN', 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    background: #ffffff;
    color: var(--main_text);
}

section.bg {
    background: var(--sub_blue);
}

img {
    width: 100%;
}

h1 {
    position: absolute;
    z-index: 9999999;
}

h1 img {
    width: 100px;
    height: 100%;
}

h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1.2;
    box-sizing: border-box;
}

h2 span {
    display: block;
    text-align: center;
    font-size: 8px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.detail {
    font-size: 12px;
}

.date {
    opacity: 0.5;
}

/*-------------------------*/
/*  header 
/*-------------------------*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 99999;
    padding: 20px 0 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background: #fff;
}

header .inner {
    height: 45px;
    position: relative;
}

header .inner img {
    width: auto;
    height: 45px;
    position: relative;
}

header nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

header nav ul {
    text-align: right;
    padding: 0 4%;
    box-sizing: border-box;
}

header nav li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

header nav li a {
    color: #333;
}

/*-------------------------*/
/*  section
/*-------------------------*/
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

section {
    padding: 0;
    position: relative;
}

/*-------------------------
/*  main
/*-------------------------*/
#main {
    margin-top: 300px;
    overflow-y: hidden;
}

#main .inner {
    height: 100%;
}

#main h2 {
    position: relative;
    z-index: 1;
    font-size: 5vw;
}

@media (min-width: 1200px) {
    #main h2 {
        font-size: 60px !important;
    }
}

#main .img {
    margin-top: -85px;
    z-index: 0;
    width: 100%;
}

section {
    margin-top: 200px;
}

section h2 {
    margin-bottom: 50px;
}

/*-------------------------
/*  greeting
/*-------------------------*/
#greeting {}

#greeting .img {
    max-width: 30%;
}

#greeting .text {
    position: relative;
    margin-top: 200px;
}

#greeting {
    padding-bottom: 40px;
}

#greeting:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 65%;
    background-color: var(--main_blue);
}

/*-------------------------
/*  domain
/*-------------------------*/
#domain {}

#domain .item {
    padding-bottom: 50px;
    margin-bottom: 100px;
}

#domain .item.resort {
    background: url("../images/photo_domain_01.png") no-repeat bottom right;
}

#domain .item.act {
    background: url("../images/photo_domain_02.png") no-repeat bottom right;
}

#domain .item.rice {
    background: url("../images/photo_domain_03.png") no-repeat bottom right;
}

#domain .item.doom {
    background: url("../images/photo_domain_04.png") no-repeat bottom right;
}

#domain .item.re {
    background: url("../images/photo_domain_05.png") no-repeat bottom right;
}

#domain h3 {
    font-size: 26px;
    margin-bottom: 25px;
}

#domain .item_bg {
    width: 70%;
    min-height: 350px;
    padding: 25px;
    box-sizing: border-box;
    background: var(--white);
}

#domain .text div {
    display: inline-block;
    margin-right: 25px;
}

#domain .item_bg a {
    display: inline-block;
    background: var(--main_text);
    color: var(--white);
    padding: 10px 30px;
    margin-top: 25px;
}

/*-------------------------
/*  group 
/*-------------------------*/
#group .col3 {
    text-align: center;
}

#group p {
    background-color: #000;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#group div.active p {
    background-color: #fafafa;
}

#group img {
    max-width: 100px;
    height: auto;
}


/*-------------------------
/*  company 
/*-------------------------*/
#company {
    background-color: var(--main_blue);
    padding: 100px 0;
}

#company table {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

#company table td {
    box-sizing: border-box;
    padding: 0 0 25px 30px;
}


/*-------------------------
/*  footer 
/*-------------------------*/
footer {
    color: #fff;
    background: #000;
}

footer .inner {
    text-align: center;
    padding: 60px 20px;
}

small {
    font-size: 10px;
}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 1200px) {

    #service li.se_01 {
        background: url("../images/sur_01.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_02 {
        background: url("../images/sur_02.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_03 {
        background: url("../images/sur_03.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_04 {
        background: url("../images/sur_04.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

    #service li.se_05 {
        background: url("../images/sur_05.png") no-repeat top right;
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
    }

}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {

    .inner,
    img,
    nav {
        width: 100%;
    }

    #main {
        height: 70vh;
        min-height: audo;
    }

    #service li h3 {
        text-align: center;
    }

    #column .col2 .col2 .text {
        width: calc(100%);
    }

    #column h2 span,
    #column h2 {
        text-align: center;
        margin: 0 0 2em;
        padding: 0;
    }

    #column .col2 .col2 .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

/*-------------------------*/
/*  ハンバーガー
/*-------------------------*/
@media (max-width: 767px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 20px;
        top: 20px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        z-index: 9999999;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #BBBBBB;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(71, 70, 73, 1);
        text-align: center;
        width: 100%;
        transform: translateY(-100%);
        transition: all 0.6s;
        z-index: 9999998;
        padding: 6em 2em;
        box-sizing: border-box;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    nav.globalMenuSp ul li .tel a {
        display: block;
        color: #333;
        padding: 1em 0;
        text-decoration: none;
        margin-top: 30px;
    }

    header nav ul {
        text-align: center;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }
}

/*-------------------------*/
/*  cnt
/*-------------------------*/
#cnt #main {
    height: 50dvh;
    min-height: 400px;
    padding: 0;
    overflow-y: inherit;
    background: var(--main_blue);
    position: relative;
}

#cnt #main .inner {
    height: 50dvh;
    min-height: 400px;
    padding: 0;
    overflow-y: inherit;
    background: var(--main_blue);
    position: relative;
}

#cnt #main .text {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 25px;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}

#cnt #main #mv {
    width: auto;
    position: absolute;
    right: 25px;
    bottom: -20%;
}

#cnt #main img {
    width: 620px;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

#cnt #main #mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 30px solid transparent;
    border-top: 30px solid var(--main_blue);
    border-left: 30px solid var(--main_blue);
    z-index: 10;
}

#cnt .ganre {
    padding: 200px 0 100px;
}

#cnt .ganre2 {
    padding: 100px 0;
}

#cnt .list .img_wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#cnt .list .img_wrap {
    width: 100%;
    display: flex;
    gap: 10px;
}

#cnt .list .img_wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
}

/* #cnt .list p {
    width: 50%;
    height: 220px;
    box-sizing: border-box;
    overflow: hidden;
} */

/* #cnt .list p {
    width: calc(100% / 4 - 10px);
    height: 220px;
    box-sizing: border-box;
} */
/* #cnt .list p.w2000 {
    width: calc(100% / 2  - 10px);
    height: 220px;
    box-sizing: border-box;
}

#cnt .list img {
    height: auto;
    width: 100%;
}
#cnt .list p.hlong img {
    height: 100%;
    width: auto;
    max-width: inherit;
} */


/* #cnt .list p {
    width: auto;
    height: auto;
    max-height: 220px;
    max-width: inherit;
    max-width: 100%;
} */

#cnt .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

#cnt .table-wrapper table {
    width: 100%;
    margin: 0 auto 80px;
}

#cnt .table-wrapper td {
    padding: 20px;
}

#cnt .table-wrapper tr td:nth-child(1) {
    width: 20%;
}

#cnt .table-wrapper tr:nth-child(odd) {
    background: #eef4fd;
}

#cnt .voice {
    padding: 200px 20px 100px;
}

#cnt .voice {
    max-width: 90%;
    margin: 0 auto;
    padding: 200px 20px 100px;
    align-items: center;
}

#cnt .voice h2 {
    text-align: left;
    padding: 0;
}

#cnt .voice .img {
    width: calc(30% - 15px);
}

#cnt .voice .txt {
    width: calc(70% - 15px);
}

@media (max-width: 767px) {
    #cnt #main #mv {
        width: auto;
        position: absolute;
        right: 25px;
        bottom: -20%;
        max-width: 90%;
    }

    #cnt .list img {
        max-height: 120px;
    }

    #cnt .voice {
        max-width: 100%;
    }

    #cnt .voice .img {
        width: 100%;
    }

    #cnt .voice .txt {
        width: 100%;
    }

    #main {
        height: 42vh;
        min-height: 50%;
        background: var(--main_blue);
        padding-top: 80px;
    }

    #main .text {
        top: 35%;
        left: 51%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #slider {
        height: 100%;
        background: url(../images/main_02.png) no-repeat top right;
        background-size: auto 100%;
    }

    #main .mv_catch {
        bottom: 10px;
        right: 10px;
    }

    #catch .text {
        color: #fff;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 100px;
    }

    #catch h2 {
        font-size: 26px;
    }

    #service li .inner {
        padding: 0;
    }

    #service li p {
        padding: 0;
        box-sizing: border-box;
    }

    #service .title h2 {
        padding-left: 0;
    }
}



.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}

.fade.active {
    opacity: 1;
    transform: translateY(0px);
}


@media (max-width: 767px) {
    #greeting .img {
        max-width: 80%;
    }

    #main {
        height: 100vh;
        min-height: 50%;
        background: none;
        padding-top: 0;
        margin-top: 0;
    }

    .inner,
    img,
    nav {
        width: auto;
        max-width: inherit;
        height: 100%;
        overflow: hidden;
    }

    #main h2 {
        padding: 10vh 10px 0;
        font-size: 10vw;
        height: 50vh;
        box-sizing: border-box;
        margin: 0;
        display: flex;
        align-items: center;
    }

    #main .inner {
        padding: 0;
    }

    #greeting .text {
        margin-top: 0;
    }

    #domain .item_bg {
        width: 90%;
    }

    #main .img {
        margin-top: 0;
        z-index: 0;
        width: 100%;
        height: 50vh;
    }
}