html,
body,
head {
    margin: 0;
    padding: 0;
}
body {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3",
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia,
        "Sawarabi Mincho", serif;
}
.bold {
    font-weight: bold;
    margin-top: 12px;
}
.btn-mt {
    margin-top: 36px;
}
.btn {
    border-radius: 12px;
    opacity: 1;
    font-weight: bold;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}
.btn:hover {
    opacity: 0.7;
    transform: scale(1.1);
}
.main-image.video {
    height: 400px !important;
    margin: 100px 0 !important;
}
.contact-wrapper {
    margin-top: 128px;
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
    .privacy {
        text-align: center;
        margin-top: 100px;
    }
    .video {
        width: 100% !important;
        height: 500px !important;
    }
    .header {
        color: white;
        transition: all 0.3s ease;
    }
    .header.active {
        display: flex !important;
        background-color: #00897b;
        height: 100vh;
        justify-content: center;
        align-items: center;
        z-index: 100;
        opacity: 0.9;
    }
    .header-company-name {
        display: inline-block;
        position: fixed;
        left: 12px;
        top: 12px;
        font-size: 20px;
        border-bottom: 3px solid white;
        color: white;
        z-index: 999999;
        cursor: pointer;
    }
    .header-menu-item {
        display: none !important;
    }
    .active .header-menu-wrapper {
        display: block !important;
    }
    .active .header-menu-item {
        display: flex !important;
        border: none !important;
        font-size: 32px;
        margin: 32px 0;
        justify-content: center;
    }
    .header .header-menu-item:nth-child(6) {
        display: none !important;
    }
    .menu {
        display: inline-block;
        position: fixed;
        top: 12px;
        right: 32px;
        height: 32px;
        width: 32px;
        z-index: 999;
    }
    .menu .line {
        display: flex;
        width: 32px;
        height: 3px;
        margin: 4px 0;
        border-bottom: 2px solid white;
        opacity: 1;
        transition: all 0.3s ease;
    }
    .menu.active .line:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
        position: relative;
        right: -4px;
    }
    .menu.active .line:nth-child(2) {
        opacity: 0;
        right: 128px;
    }
    .menu.active .line:nth-child(3) {
        transform: rotate(-45deg);
        top: -8px;
        position: relative;
        right: -2px;
    }
    .main-image {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .main-image img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .padding-side {
        padding: 0 12px;
    }
    .common-image {
        transition: opacity 0.5s ease;
        position: absolute;
    }
    .main-title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        z-index: 1;
        color: white;
        text-align: center;
    }
    .main-title .main-title-img {
        width: 200px;
        margin: 0 auto;
        height: 100px;
    }
    .main-title .main-title-img img {
        height: 100%;
    }
    .main-title .main-title-text {
        font-size: 30px;
        font-weight: bold;
        margin-top: 4px;
    }
    .main-title .sub-title-text {
        font-size: 18px;
        font-family: "Yu Gothic", "Meiryo", "Helvetica", "Arial", sans-serif;
    }
    .contents {
        padding: 60px 0px;
    }
    .info {
        display: block;
        width: 100%;
        text-align: center;
    }
    .info img {
        width: 70%;
        height: 70%;
    }
    .title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        color: black;
        padding: 20px 0;
    }
    .message {
        font-size: 18px;
        color: black;
        line-height: 1.8;
        letter-spacing: 2px;
        text-align: left;
    }
    .header-scroll {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        opacity: 0.9;
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 1;
    }
    .big-title {
        font-size: 40px;
        margin: 160px 0 60px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .big-title.sp {
        font-size: 28px;
    }
    .profile {
        font-size: 18px;
    }
    .profile-item {
        padding: 32px 12px 12px 12px;
        border-bottom: 1px solid #ccc;
        display: block;
    }
    .profile-item-title {
        font-weight: bold;
    }
    .profile-item-content {
        margin-top: 12px;
    }
    .location-wrapper {
        background-color: rgba(24, 81, 45, 0.1);
        padding-bottom: 64px;
    }
    .address {
        background-color: rgba(24, 81, 45, 0.1);
        padding: 24px 12px;
        margin: 0 auto;
        font-size: 18px;
        margin-bottom: 4px;
    }
    .location-outer {
        position: relative;
        margin-bottom: 64px;
    }
    .location {
        margin: 4px 0;
        width: 100%;
        margin: 0 auto;
    }
    .common-image {
        transition: opacity 0.5s ease;
        position: absolute;
    }
    .big-title.inquiry {
        margin-top: 32px;
    }
    .contact-wrapper {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 128px;
    }
    .contact-contents {
        background-color: white;
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 60px;
        padding: 60px 0 60px 0;
    }
    .contact-form-wrapper {
        margin: 0 auto;
        width: 90%;
    }
    .contact-form-title {
        font-size: 18px;
        font-weight: bold;
        margin: 0 12px 12px 0;
    }
    .form-control {
        width: 90%;
        height: 40px;
        border: 0px solid #ccc;
        border-bottom: 1px solid #bbb;
        border-radius: 4px;
        padding: 0 10px;
    }
    .required {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 4px 16px;
        font-size: 12px;
        position: relative;
        bottom: 1px;
        margin-left: 12px;
    }
    .input-field {
        margin-bottom: 48px;
    }
    .btn {
        background-color: #00897b;
        color: white;
        padding: 12px 24px;
        border-radius: 4px;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 200px;
        text-decoration: none;
    }
    .footer {
        height: 40px;
        top: 16px;
        position: relative;
        text-align: center;
        font-size: 12px;
    }
    .footer .copy-right {
        font-size: 12px;
        position: relative;
        top: 24px;
    }
    .scroll-view-area-item {
        transition: all 0.7s ease;
        opacity: 0;
    }
    .scroll-view-area-item.active {
        opacity: 1;
    }
    .img-wrapper {
        display: inline-flex;
        align-items: center;
        overflow: hidden;
        width: 230px;
    }
    .img-wrapper .cover {
        position: absolute;
        background-color: white;
        width: 230px;
        height: 230px;
        z-index: 1;
        transition: all 0.7s ease;
        border-radius: 12px;
    }
    .img-wrapper img {
        width: 230px;
        height: 230px;
        border-radius: 12px;
    }
    .img-wrapper.active .cover {
        width: 0;
    }
    .img-wrapper img {
        opacity: 0;
        position: relative;
    }
    .img-wrapper img {
        opacity: 1;
    }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
    .privacy {
        text-align: center;
        margin-top: 100px;
    }
    .video {
        width: 100% !important;
    }
    .header {
        color: white;
        transition: all 0.3s ease;
    }
    .header.active {
        display: flex !important;
        background-color: #00897b;
        height: 100vh;
        justify-content: center;
        align-items: center;
        z-index: 100;
        opacity: 0.9;
    }
    .header-company-name {
        display: inline-block;
        position: fixed;
        left: 12px;
        top: 12px;
        font-size: 20px;
        border-bottom: 3px solid white;
        color: white;
        z-index: 999999;
        cursor: pointer;
    }
    .header-menu-item {
        display: none !important;
    }
    .active .header-menu-wrapper {
        display: block !important;
    }
    .active .header-menu-item {
        display: flex !important;
        border: none !important;
        font-size: 32px;
        margin: 32px 0;
        justify-content: center;
    }
    .header .header-menu-item:nth-child(6) {
        display: none !important;
    }
    .menu {
        display: inline-block;
        position: fixed;
        top: 12px;
        right: 32px;
        height: 32px;
        width: 32px;
        z-index: 999;
    }
    .menu .line {
        display: flex;
        width: 32px;
        height: 3px;
        margin: 4px 0;
        border-bottom: 2px solid white;
        opacity: 1;
        transition: all 0.3s ease;
    }
    .menu.active .line:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
        position: relative;
        right: -4px;
    }
    .menu.active .line:nth-child(2) {
        opacity: 0;
        right: 128px;
    }
    .menu.active .line:nth-child(3) {
        transform: rotate(-45deg);
        top: -8px;
        position: relative;
        right: -2px;
    }
    .main-image {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .main-image img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .padding-side {
        padding: 0 12px;
    }
    .common-image {
        transition: opacity 0.5s ease;
        position: absolute;
    }
    .main-title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        z-index: 1;
        color: white;
        text-align: center;
    }
    .main-title .main-title-img {
        width: 200px;
        margin: 0 auto;
        height: 100px;
    }
    .main-title .main-title-img img {
        height: 100%;
    }
    .main-title .main-title-text {
        font-size: 30px;
        font-weight: bold;
        margin-top: 4px;
    }
    .main-title .sub-title-text {
        font-size: 18px;
        font-family: "Yu Gothic", "Meiryo", "Helvetica", "Arial", sans-serif;
    }
    .contents {
        padding: 60px 0px;
    }
    .info {
        display: block;
        width: 100%;
        text-align: center;
    }
    .info img {
        width: 70%;
        height: 70%;
    }
    .title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        color: black;
        padding: 20px 0;
    }
    .message {
        font-size: 18px;
        color: black;
        line-height: 1.8;
        letter-spacing: 2px;
        text-align: left;
    }
    .header-scroll {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        opacity: 0.9;
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 1;
    }
    .big-title {
        font-size: 40px;
        margin: 160px 0 60px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile {
        font-size: 18px;
    }
    .profile-item {
        padding: 32px 12px 12px 12px;
        border-bottom: 1px solid #ccc;
        display: block;
    }
    .profile-item-title {
        font-weight: bold;
    }
    .profile-item-content {
        margin-top: 12px;
    }
    .location-wrapper {
        background-color: rgba(24, 81, 45, 0.1);
        padding-bottom: 64px;
    }
    .address {
        background-color: rgba(24, 81, 45, 0.1);
        padding: 24px 12px;
        margin: 0 auto;
        font-size: 18px;
        margin-bottom: 4px;
    }
    .location-outer {
        position: relative;
        margin-bottom: 64px;
    }
    .location {
        margin: 4px 0;
        width: 100%;
        margin: 0 auto;
    }
    .common-image {
        transition: opacity 0.5s ease;
        position: absolute;
    }
    .big-title.inquiry {
        margin-top: 32px;
    }
    .contact-wrapper {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 128px;
    }
    .contact-contents {
        background-color: white;
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 60px;
        padding: 60px 0 60px 0;
    }
    .contact-form-wrapper {
        margin: 0 auto;
        width: 90%;
    }
    .contact-form-title {
        font-size: 18px;
        font-weight: bold;
        margin: 0 12px 12px 0;
    }
    .form-control {
        width: 90%;
        height: 40px;
        border: 0px solid #ccc;
        border-bottom: 1px solid #bbb;
        border-radius: 4px;
        padding: 0 10px;
    }
    .required {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 4px 16px;
        font-size: 12px;
        position: relative;
        bottom: 1px;
        margin-left: 12px;
    }
    .input-field {
        margin-bottom: 48px;
    }
    .btn {
        background-color: #00897b;
        color: white;
        padding: 12px 24px;
        border-radius: 4px;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 200px;
        text-decoration: none;
    }
    .footer {
        height: 40px;
        top: 16px;
        position: relative;
        text-align: center;
        font-size: 12px;
    }
    .footer .copy-right {
        font-size: 12px;
        position: relative;
        top: 24px;
    }
    .scroll-view-area-item {
        transition: all 0.7s ease;
        opacity: 0;
    }
    .scroll-view-area-item.active {
        opacity: 1;
    }
    .img-wrapper {
        display: inline-flex;
        align-items: center;
        overflow: hidden;
        width: 230px;
    }
    .img-wrapper .cover {
        position: absolute;
        background-color: white;
        width: 230px;
        height: 230px;
        z-index: 1;
        transition: all 0.7s ease;
        border-radius: 12px;
    }
    .img-wrapper img {
        width: 230px;
        height: 230px;
        border-radius: 12px;
    }
    .img-wrapper.active .cover {
        width: 0;
    }
    .img-wrapper img {
        opacity: 0;
        position: relative;
    }
    .img-wrapper img {
        opacity: 1;
    }
}
@media screen and (min-width: 1000px) {
    .privacy {
        text-align: center;
        margin-top: 36px;
    }
    .video {
        width: 100% !important;
        height: 500px !important;
    }
    .menu {
        display: none;
    }
    .main-image {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .main-image img {
        height: 100%;
        object-fit: cover;
    }
    .main-title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        z-index: 1;
        color: white;
        text-align: center;
    }
    .main-title .main-title-img {
        width: 400px;
        margin: 0 auto;
        height: 100px;
    }
    .main-title .main-title-text {
        font-size: 60px;
        font-weight: bold;
        margin-top: 4px;
    }
    .main-title .sub-title-text {
        font-size: 18px;
        font-family: "Yu Gothic", "Meiryo", "Helvetica", "Arial", sans-serif;
    }
    .header {
        position: fixed;
        display: flex;
        justify-content: space-between;
        padding: 32px 32px;
        color: white;
        width: 100%;
        z-index: 100;
    }
    .header .header-company-name {
        font-size: 20px;
        border-bottom: 3px solid white;
        cursor: pointer;
    }
    .header .header-menu-wrapper {
        display: flex;
        font-size: 18px;
        margin-right: 32px;
    }
    .header .header-menu-item {
        padding: 0 12px;
        border-left: 1px solid white;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .contents {
        padding: 60px 0px;
    }
    .padding-side {
        padding: 0 180px;
    }
    .info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title {
        font-size: 36px;
        font-weight: bold;
        margin-top: 20px;
        color: black;
        padding: 20px 0;
    }
    .title.pc {
        font-size: 3vw;
        white-space: nowrap;
        overflow: hidden;
    }
    .message {
        font-size: 18px;
        color: black;
        line-height: 1.8;
        letter-spacing: 2px;
        text-align: left;
    }
    .info .title-wrapper {
        margin-left: 120px;
    }
    .header-scroll {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        opacity: 0.9;
    }
    .big-title {
        font-size: 40px;
        margin: 160px 0 60px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile {
        font-size: 18px;
    }
    .profile-item {
        padding: 32px 120px;
        border-bottom: 1px solid #ccc;
        display: flex;
    }
    .profile-item-title {
        font-weight: bold;
        width: 120px;
        text-align: right;
    }
    .profile-item-content {
        padding-left: 32px;
    }
    .location-outer {
        position: relative;
    }
    .location-wrapper {
        background-color: rgba(24, 81, 45, 0.1);
        padding-bottom: 128px;
    }
    .address {
        background-color: rgba(24, 81, 45, 0.1);
        padding: 30px 200px;
        margin-bottom: 30px;
        width: 50%;
        margin: 0 auto;
        font-size: 18px;
    }
    .location {
        margin: 30px 0;
        width: 78%;
        margin: 0 auto;
    }
    .common-image {
        transition: opacity 0.5s ease;
        position: absolute;
        width: 100%;
    }
    .contact-wrapper {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 128px;
        padding-top: 128px;
        margin-top: 128px;
    }
    .contact-contents {
        background-color: white;
        width: 70%;
        margin: 0 auto;
        position: relative;
        padding: 60px 0;
    }
    .contact-form-wrapper {
        margin: 0 auto;
        width: 70%;
    }
    .contact-form-title {
        font-size: 18px;
        font-weight: bold;
        margin: 0 12px 12px 0;
    }
    .form-control {
        width: 100%;
        height: 40px;
        border: 0px solid #ccc;
        border-bottom: 1px solid #bbb;
        border-radius: 4px;
        padding: 0 10px;
    }
    .required {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 4px 16px;
        font-size: 12px;
        position: relative;
        bottom: 1px;
        margin-left: 12px;
    }
    .input-field {
        margin-bottom: 48px;
    }
    .btn {
        background-color: #00897b;
        color: white;
        padding: 12px 24px;
        border-radius: 4px;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 200px;
        text-decoration: none;
    }
    .footer {
        height: 24px;
        top: 32px;
        position: relative;
        text-align: center;
        font-size: 12px;
    }
    .big-title.inquiry {
        margin-top: 32px;
    }
    .scroll-view-area-item {
        transition: all 0.7s ease;
        opacity: 0;
    }
    .scroll-view-area-item.active {
        opacity: 1;
    }
    .img-wrapper {
        height: 100%;
    }
    .img-wrapper .cover {
        position: absolute;
        background-color: white;
        width: 400px;
        height: 400px;
        z-index: 1;
        transition: all 0.7s ease;
        border-radius: 12px;
    }
    .img-wrapper.active .cover {
        width: 0;
    }
    .img-wrapper img {
        opacity: 0;
        position: relative;
        border-radius: 12px;
    }
    .img-wrapper img {
        opacity: 1;
    }
}
