/*
    Template Name : Gerko - Product Landing Page Template
	Author:  Nano Agency
	Author URI: http://nanothemes.co/
	Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Header
# Footer
# Menu
# Block
# Form
# Other
# Responsive
*/
/* ==========================================================================================================
										Global
   ========================================================================================================== */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

html {
    overflow-x: hidden;
    font-size: 17px;
    line-height: 180%;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

* {
    margin: 0px;
    padding: 0px;
    font-family:
        "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans JP", sans-serif;
}
body {
    letter-spacing: 0.05rem;
    line-height: 190%;
    text-align: justify;
    color: #333333;
}

.center {
    text-align: center;
}

.modal-content {
    border: none;
    background: transparent;
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.8;
}

a img {
    opacity: 1;
    transition: 0.5s;
}

a:hover img {
    opacity: 0.8;
}

#saigai a:hover img {
    opacity: 1;
}

.a-link {
    margin-top: -50px;
    padding-top: 50px;
}

a:hover {
    text-decoration: none;
}

/* ==========================================================================================================
										Header
   ========================================================================================================== */
.header-fixed {
    background: #225e31;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.header-fixed.fixed {
    background: #225e31;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#na-header-wrapper {
    width: 100%;
    background: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 850px;
    left: 0;
    top: 0;
    z-index: 1;
}

#na-header-wrapper .navbar {
    padding: 30px 0px;
}

#logo {
    font-size: 36px;
    position: relative;
    font-weight: bold;
}

#logo:hover {
    text-decoration: none;
}

.pc-header {
    background: #78161b;
}

.pc-header ul {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.pc-header ul li {
    list-style-type: none;
    border-left: 1px solid #ffffff;
}

.pc-header ul li:last-child {
    list-style-type: none;
    border-right: 1px solid #ffffff;
}

.pc-header ul li a.tp1 {
    padding-top: 0.9rem;
}

.pc-header ul li a {
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    line-height: 150%;
    font-weight: 500;
    font-size: 0.95rem;
    transition: 0.5s;
}
.pc-header ul li a:hover {
    color: #a88936;
    text-decoration: none;
}

img.width100 {
    width: 100%;
    display: block;
}

img.width100-2 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.width100-3 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
img.width100-4 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* ==========================================================================================================
										Footer
   ========================================================================================================== */

.bg-gray {
    background-color: #f1f1f1;
}

.img-float-left {
    float: left;
}

.img-float-right {
    float: right;
}

.footer-outer {
    width: 100%;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    background: #fff;
    overflow: hidden;
    color: #225e31;
}

.footer-outer .footer-inner {
    width: 100%;
    height: inherit;
}

.footer-outer table {
    width: 100%;
    text-align: left;
}
.footer-outer table td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-outer table tr {
    border-bottom: 2px solid #99c0b3;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-outer table .tenpo {
    padding-left: 14px;
    width: 35%;

    font-weight: 700;
}

.footer-outer table .address {
    width: 40%;
    font-size: 1.1rem;
}
.footer-outer table .tel {
    font-weight: 700;
    width: 25%;
}

.toiawase {
    background-color: #225e31;
    display: flex;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
}

.moyori {
    font-size: 1.6rem;
    font-weight: 500;
}

.toiawase p {
    color: #ffffff;
    margin-bottom: 0px;
}

.toiawase p.eigyoujikan {
    background-color: #ffffff;
    color: #225e31;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-outer .social-icons-footer a:hover i {
    opacity: 0.6;
    transition: all 0.2s ease;
}

.footer-outer .footer-three-grid {
    margin: 0 auto;
    height: 50px;
    text-align: center;
}

.footer-outer .column-1-3 {
    padding-top: 10px;
    width: 20%;
    float: left;
    height: 50px;
    text-align: left;
}

.footer-outer .column-1-3 h1 {
    font-size: 38px;
    letter-spacing: 3px;
    position: relative;
    top: -5px;
    font-weight: 600;
    color: #fff;
}

.footer-outer .column-2-3 {
    width: 60%;
    float: left;
    height: 50px;
}

.footer-outer .column-3-3 {
    width: 20%;
    float: left;
    height: 50px;
    text-align: right;
}

.footer-outer .column-3-3 a {
    color: #9b9b9e;
}

.footer-outer .column-3-3 a:hover {
    color: #9480f0;
}

.footer-outer .column-3-3 .social-icons-header a:hover {
    color: #fff;
    opacity: 1;
    transition: color 0.2s ease;
}

.footer-outer .footer-nav ul {
    list-style: none;
    text-align: center;
}

.footer-outer .footer-nav ul li {
    display: inline-block;
    line-height: 50px;
    color: #9b9b9e;
    margin: 0 30px;
    font-size: 14px;
}

.footer-outer .footer-nav ul li:hover {
    color: #fff;
    transition: color 0.2s ease-in-out;
}

.footer-outer .footer-nav ul .active {
    color: #fff;
}

.footer-outer .footer-nav ul li a {
    color: #707073;
    text-decoration: none;
}

.footer-outer .footer-nav ul li a:hover {
    color: #9480f0;
}

.footer-outer .border-bottom-footer {
    height: 1px;
    width: 60%;
    margin: 0 auto;
    border: 1px solid #9b9b9e;
    display: block;
    margin-top: 50px;
}

.footer-outer .copyright {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    color: #707073;
    text-align: center;
    font-size: 13px;
    padding: 40px 0;
}

.tel a {
    color: #225e31;
}

/* ==========================================================================================================
										Menu
   ========================================================================================================== */
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    transition: all 0.33s ease;
    text-decoration: underline;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
    text-decoration: underline;
}

.main-navbar-nav .nav-link {
    opacity: 1;
    margin: 0 20px;
    font-size: 15px;
    font-weight: 500;
}

/* ==========================================================================================================
										Block
   ========================================================================================================== */
/* Slider =========================================================================================================   */
.na-slider {
    text-align: center;
    margin-top: 110px;
    position: relative;
}

.na-slider > h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0px;
    max-width: 1200px;
    margin: auto;
}

.na-slider span.sub-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.na-slider .des,
.na-slider .text {
    color: #fff;
    padding-left: 0;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.na-slider .text {
    color: #fff;
    padding-left: 30px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.na-slider .ground-button {
    padding-top: 70px;
}

.na-slider .image-product {
    padding-top: 50px;
    animation-name: cam-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: cam-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.na-slider p {
    width: 400px;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 2em;
}

/*  Advantages ===================================================================================================== */
.na-advantages-outer {
    padding-top: 400px;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.na-advantages-outer .box-title {
    text-align: center;
    display: block;
    font-size: 32px;
    color: #2f2f33;
    font-weight: 600;
    line-height: 46px;
}

.na-advantages-outer .box-content {
    padding-top: 70px;
}

.na-advantages-outer .content-grid {
    padding-bottom: 30px;
    text-align: center;
}

.na-advantages-outer .grid-title {
    font-size: 16px;
    font-weight: 600;
    color: #2f2f33;
    padding-top: 25px;
    padding-bottom: 15px;
    margin: 0;
}

.na-advantages-outer .grid-desc {
    font-size: 14px;
    font-weight: 400;
    color: #727275;
    line-height: 24px;
}

/*  Guide ===================================================================================================== */
.na-guide {
    margin-top: 40px;
    width: 100%;
    background: url("../img/guide-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 650px;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 90px 0 50px;
}

.na-guide .box-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.na-guide p {
    max-width: 1000px;
    margin: auto;
    color: #fff;
}

.na-guide .container-full {
    padding: 60px 50px 40px;
}

.na-guide .item {
    padding: 0 15px;
}

.na-guide .item img {
    border-radius: 10px;
}

.na-guide .grid-video {
    padding-top: 15px;
}

.na-guide .grid-title {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    float: left;
    max-width: 80%;
    transition: 0.4s;
}

.na-guide .grid-title:hover {
    color: #dbdbdb;
    text-decoration: none;
    transition: 0.4s;
}

.na-guide .time {
    float: right;
    font-size: 11px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
}

.na-guide .video-load {
    display: block;
    font-size: 16px;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.na-guide .video-load:hover {
    text-decoration: underline;
}

.na-guide .image-video {
    cursor: pointer;
    position: relative;
}

.na-guide .image-video:hover .btn-play-grid {
    opacity: 1;
    transition: 0.4s;
}

.na-guide .btn-play-grid {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: -25px auto auto;
    top: 50%;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: 0.4s;
}

.banner {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -170px;
    z-index: 200;
}

.banner img {
    max-width: 80px;
    right: 0px;
}

/* ==========================================================================================================
										HERO
   ========================================================================================================== */

#hero1 {
    background-image: url(../img/top-image.png);
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}

h1.t-logo {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
}
h1.t-logo img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 0;
    padding-right: 2rem;
    padding-left: 2rem;
}

#hero2 {
    background-image: url(../img/top-image2.png);
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#hero2 img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    padding-right: 2rem;
    padding-left: 2rem;
}

/* ==========================================================================================================
										TOP-SLIDE
   ========================================================================================================== */

.rer {
    position: relative;
}

#topslide:before {
    content: "";
    background-image: url(../img/top1.jpg);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    position: absolute;
    /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -1; /*重なり順序を一番下にしておく*/
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel {
    width: 100%;
    max-width: 1200px;
}

carousel-item .img-fluid {
    width: 100%;
    height: auto;
}

.carousel-item {
    height: auto;
}

.carousel-item a {
    display: block;
    width: 100%;
}

.carousel-item .show-image {
    display: block;
    width: 100%;
}

.silde-text {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 100;
    width: 60%;
    display: block;
    margin-bottom: 0px;
}
.silde-text img {
    width: 100%;
}

/* ==========================================================================================================
										レジリエンス
   ========================================================================================================== */

#resilience {
    padding-top: 70px;
    padding-bottom: 100px;
    background-image: url(../img/resi-bgg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
}
.resi-logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

.resi-top {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

.resi-top img {
    width: 100%;
    max-width: 690px;
}

.resi-syousai {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 70px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
    margin-top: 50px;
    font-weight: 500;
}
.resi-syousai h2 {
    font-size: 1.6rem;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 3px solid #78161b;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 18rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.6rem;
    font-weight: 700;
}

#resilience2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.resi-title {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-image: url(../img/naname.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.point3 {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.point3 div {
    margin-left: 30px;
    margin-right: 30px;
}

.point3 div img {
    width: 100%;
}

.resi-syousai2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.resi-syousai2 .daiji {
    font-size: 1.2rem;
    line-height: 200%;
}

.under-g {
    border-bottom: 5px solid #658f34;
}
.under-o {
    border-bottom: 5px solid #e89112;
}
.under-b {
    border-bottom: 5px solid #2e86bf;
}

/* ==========================================================================================================
										災害6つ
   ========================================================================================================== */

.max750 {
    max-width: 700px;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: baseline;
}

.box3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.box4 h5 {
    text-align: center;
}
.w80 {
    width: 50%;
    max-width: 186px;
}

.box4 h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.box4 h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 150%;
}
.box4 h3.green {
    color: #658f34;
}
.box4 h3.orange {
    color: #e89112;
}

.bg-green {
    background-color: #658f34;
}

.bg-orange {
    background-color: #e89112;
}

.jisinn {
    background-color: #aa8468 !important;
}

.taihuu {
    background-color: #9c7793 !important;
}

.gouu {
    background-color: #779ba4 !important;
}

.mousyo {
    background-color: #b46a6a !important;
}

.kasai {
    background-color: #c88554 !important;
}

.kenkouhigai {
    background-color: #c8b65b !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-style: none;
}

.nav-tabs.flex .nav-link {
    border-style: none;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    transition: 0.3s;
}

.nav-tabs.flex .nav-link:hover {
    padding-bottom: 38px;
    margin-top: -8px;
}

.icon1 {
    max-width: 221px;
}

.tab-content {
    margin-top: -1px;
}

.flex2 {
    width: 90px;
    transition: 0.5s;
    border: 1px solid #ffffff;
    z-index: 100;
}
.flex2 .nav-item {
    margin-bottom: 0px;
}

.flex2 .nav-link {
    border-style: none;
    transition: 0.3s;
    border-radius: 0px;
    margin-bottom: 0px;
}

.flex2 .nav-link:hover {
    border-style: none;
}

.flex2 .nav-link.clicked {
    border-left: 3px solid #ffd400;
    border-right: 2px solid #ffd400;
    border-bottom: 2px solid #ffd400;
    border-top: 2px solid #ffd400;
}

/* ==========================================================================================================
										ささえ
   ========================================================================================================== */
#sasae {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #7ab5d3;
}

#sasae h3 {
    text-align: center;
}

#sasae h3 img {
    text-align: center;
    width: 40%;
    max-width: 186px;
}

#sasae .kyoutuu {
    margin-top: 30px;
}

#sasae h4 {
    color: #ffffff;
    background-color: #3da5d3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 70px;
    line-height: 150%;
    border: 1px solid #ffffff;
}

.yellow {
    color: #f1e533;
}

.box1 h5 {
    color: #2e86bf;
    text-align: center;
    font-size: 1.6rem;
    padding-right: 35px;
    padding-left: 10px;
    background-image: url(../img/suta.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.5s;
    margin-bottom: 2rem;
}

.box1 a:hover h5 {
    background-position: bottom -1px right;
}

.box1 {
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-bottom: 50px;
    position: relative;
}

.box1 img {
    margin-bottom: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.small {
    font-size: 70%;
}

.number1:before {
    content: "1";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.number2:before {
    content: "2";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.number2:before {
    content: "2";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.number3:before {
    content: "3";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.number4:before {
    content: "4";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.number5:before {
    content: "5";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.number6:before {
    content: "6";
    position: absolute;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #076baf;
    text-align: center;
    padding-top: 0.5rem;
    border-radius: 1.5rem;
    margin-left: -1.5rem;
    left: 50%;
    top: -1.5rem;
    font-weight: 700;
    font-size: 2rem;
}
.boldorange {
    color: #d68c0f;
    font-weight: 700;
}

/* ==========================================================================================================
										安全保障
   ========================================================================================================== */

.hosyou-midasi {
    background-color: #78161b;
    color: #ffffff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 110%;
    margin-bottom: 2rem;
}

.box2 {
    background-color: #ffffff;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
    border-bottom: 3px solid #78161b;
    margin-top: 0px;
    margin-bottom: 1rem;
}

#anzenhosyou a {
    color: #78161b;
}
#anzenhosyou a:hover {
    text-decoration: none;
}
#anzenhosyou h3 {
    text-align: center;
    color: #78161b;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 130%;
    position: relative;
    padding-right: 20px;
}

#anzenhosyou h3:after {
    content: url(../img/sita2.png);
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -17px;
}

.m-obj {
    display: none;
}

#anzenhosyou .hosho-pdf {
    text-align: center;
}
#anzenhosyou .hosho-pdf a {
    background: #326c3e;
    color: #fff;
    padding: 0.6rem 2rem;
}
#anzenhosyou .hosho-pdf a:hover {
    background: #599b66;
    transition: 0.2s;
}

/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.na-features {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 90px;
}

.na-features .box-md-6 {
    width: 50%;
    float: left;
}

.na-features .img-float-left {
    transform: translateX(-40%);
}

.na-features .img-float-right {
    transform: translateX(40%);
}

.na-features .des-box-right {
    margin-top: 50px;
    padding-left: 50px;
}

.na-features .des-box-left {
    margin-top: 120px;
    padding-right: 50px;
}

.na-features .img-box {
    margin-top: 40px;
}

.na-features .des-box p {
    color: #9b9b9e;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.na-features .des-box .list-content {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.na-features .des-box .grid-image {
    width: auto;
    height: auto;
}

.na-features .des-box .grid-inner {
    padding-left: 30px;
}

.na-features .des-box .grid-title {
    font-size: 18px;
}

.na-features .sub-title {
    color: #2f2f33;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.na-features .span-dots {
    position: absolute;
    left: 0px;
    top: 300px;
    margin: auto;
    width: 100px;
}

.na-features .des {
    position: absolute;
    display: block;
    left: -110px;
    top: 140px;
    margin: auto;
    width: 260px;
    background: #fff;
    box-shadow: 0px 0px 3px #cccc;
    font-size: 14px;
    padding: 20px;
    color: #9b9b9e;
}

.na-features .circle {
    border-radius: 50%;
    background-color: #6f55eb;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    -webkit-animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

@-webkit-keyframes scaleIn {
    from {
        transform: scale(0.5, 0.5);
        opacity: 0.5;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.5, 0.5);
        opacity: 0.5;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

/* ==========================================================================================================
										REVIEWS
   ========================================================================================================== */
.na-reviews {
    margin-top: 90px;
    width: 100%;
    background: url("../img/review-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 730px;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 90px 0 90px;
}

.na-reviews .img-quotes {
    padding-bottom: 30px;
}

.na-reviews .box-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.na-reviews .item-author {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    border-top: 1px solid #dddd;
    margin-top: 30px;
    padding: 30px 0px 0;
}

.na-reviews p {
    max-width: 800px;
    margin: auto;
    font-size: 14px;
    color: #ffff;
    padding-bottom: 60px;
}

.na-reviews .item {
    background: #fff;
    border-radius: 5px;
    margin: 0 15px;
    text-align: center;
    padding: 40px;
}

.na-reviews .about-author {
    text-align: left;
    padding-left: 30px;
}

.na-reviews .testimonial-desc {
    font-size: 14px;
    color: #9b9b9e;
    padding-bottom: 0;
}

.na-reviews .name-author {
    display: block;
    color: #1676f2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.na-reviews .position-author {
    display: block;
    padding-top: 3px;
    font-size: 14px;
    color: #9b9b9e;
}

.na-reviews .owl-theme .owl-dots .owl-dot {
    margin-top: 20px;
}

.na-reviews .img-author {
    max-width: 70px;
    border-radius: 100%;
}

.na-reviews .owl-carousel .owl-item img.img-quotes {
    width: auto;
    text-align: center;
    display: inline-block;
}

/* ==========================================================================================================
										SERIVICE
   ========================================================================================================== */
.na-service .box-left {
    text-align: center;
    width: 50%;
    float: left;
    background: url("../img/serviceleft-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 540px;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 90px 0 90px;
}

.na-service .box-right {
    text-align: center;
    width: 50%;
    float: left;
    background: url("../img/serviceright-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 540px;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 90px 0 90px;
}

.na-service .box-inner {
    max-width: 600px;
    margin: auto;
    color: #fff;
}

.na-service .grid-inner {
    padding-top: 20px;
}

.na-service .grid-title {
    font-size: 32px;
}

.na-service .grid-desc {
    padding-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
}

.na-service .btn-link {
    padding: 10px 30px;
}

/* ==========================================================================================================
										LIST PRODUCTS
   ========================================================================================================== */
.na-products {
    padding: 90px 0;
}

.na-products .item {
    margin: 0 15px;
}

.na-products .name-product {
    line-height: 22px;
    font-size: 14px;
    padding-bottom: 10px;
}

.na-products .price-product {
    color: #d51c22;
    font-size: 16px;
    font-weight: 500;
}

.na-products .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.na-products .owl-theme .owl-dots .owl-dot.active span,
.na-products .owl-theme .owl-dots .owl-dot:hover span {
    background: #6f55eb;
}

/* ==========================================================================================================
										Request Form
   ========================================================================================================== */
.na-form {
    width: 100%;
    background: url("../img/form-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 90px 0 90px;
}

.na-form .box-title {
    color: #fff;
    padding-bottom: 10px;
}

.na-form p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 24px;
}

.na-form input {
    width: 100%;
    height: 46px;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #bca8f4;
    background: transparent;
    color: #fff;
    font-size: 14px;
    box-shadow: none;
}

.na-form ::-webkit-input-placeholder {
    color: #fff;
}

.na-form :-ms-input-placeholder {
    color: #fff;
}

.na-form ::-moz-placeholder {
    color: #fff;
}

.na-form ::-ms-input-placeholder {
    color: #fff;
}

.na-form ::placeholder {
    color: #fff;
}

.na-form textarea {
    box-shadow: none;
    width: 100%;
    padding: 5px 10px;
    min-height: 200px;
    margin-bottom: 15px;
    border: 1px solid #bca8f4;
    background: transparent;
    color: #fff;
    font-size: 14px;
}

.na-form .padding-let-sm {
    padding-left: 100px;
}

.na-form .ground-information {
    color: #fff;
}

.na-form .item-ico {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    padding-bottom: 40px;
}

.na-form .item-ico i {
    width: 70px;
    height: 70px;
    background: #9480f0;
    border-radius: 100%;
    line-height: 70px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #9480f0;
    transition: 0.4s;
}

.na-form .item-ico i:hover {
    background: #fff;
    border: 1px solid #fff;
    transition: 0.4s;
    color: #9480f0;
}

.na-form .item-ico:hover i {
    background: #fff;
    border: 1px solid #fff;
    transition: 0.4s;
    color: #9480f0;
}

.na-form .name {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.na-form .des {
    font-size: 14px;
}

.na-form .btn-submit {
    background: #9480f0;
    text-transform: uppercase;
    height: 50px;
    border: 1px solid #9480f0;
    cursor: pointer;
    font-weight: 500;
    transition: 0.4s;
}

.na-form .btn-submit:hover,
.na-form .btn-submit:active,
.na-form .btn-submit:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #9480f0;
    transition: 0.4s;
}

/* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    bottom: -50px;
    opacity: 1;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#page_top a:hover {
    cursor: pointer;
}

.na-subfooter {
    width: 100%;
    background: url("../img/subbottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 400px 0 300px;
}

.na-subfooter .box-title {
    font-weight: 700;
}

.na-subfooter .box-title span {
    color: #1676f2;
}

.na-subfooter p {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #9b9b9e;
}

.na-subfooter .btn-primary {
    padding: 10px 20px;
    font-size: 14px;
    margin: auto;
    display: block;
    max-width: 180px;
    text-transform: uppercase;
}

.na-subfooter .btn-primary:hover,
.na-subfooter .btn-primary:focus {
    text-decoration: none;
}

.na-subfooter .address {
    margin-top: 30px;
    font-size: 24px;
    color: #ef4350;
    padding-bottom: 5px;
    font-weight: 500;
}

.na-subfooter .des {
    font-size: 14px;
    color: #9b9b9e;
}

/* Slider =========================================================================================================   */
/*Cam Animation*/
@-webkit-keyframes cam-animation {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-25px);
    }
}

@keyframes cam-animation {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

/* ==========================================================================================================
										Form
   ========================================================================================================== */
.btn-link {
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
    color: #2f2f33;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #fff;
    transition: all 0.33s ease;
}

.btn-link:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: all 0.33s ease;
}

.btn-primary {
    color: #fff;
    background-color: #6f55eb;
    border-color: #6f55eb;
    border-radius: 5px;
}

.btn-play {
    cursor: pointer;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    color: #2f2f33;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #fff;
    transition: all 0.33s ease;
}

.btn-play .fa {
    font-size: 22px;
    color: #1676f2;
}

.btn-play:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: all 0.33s ease;
}

.btn-play:hover .fa {
    color: #fff;
}

/* ==========================================================================================================
										Other
   ========================================================================================================== */
.google-play-btn {
    margin-left: 10px;
}

.pc-obj {
    display: block;
}
.moba-obj {
    display: none;
}

/* ==========================================================================================================
										追加
   ========================================================================================================== */
#interview {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #eeeeef;
}

.int-pic {
    float: right;
    margin-top: -25%;
    margin-right: 2%;
    margin-left: 3%;
    margin-bottom: 2%;
    width: 30%;
}

.int-pic2 {
    margin-right: 2%;
    margin-left: 3%;
    margin-bottom: -22%;
    width: 31%;
    padding-right: 3%;
    z-index: 10;
}

.int-pic img,
.int-pic2 img {
    width: 100%;
}

.int-cont {
    background-color: #fff;
    clear: both;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}

.int-cont p {
    font-size: 1.1rem;
    line-height: 180%;
}

.interview-midas2 {
    margin-top: 40px;
    margin-bottom: 50px;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
    box-sizing: border-box;
}
.cp_box {
    position: relative;
}
.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(
        to bottom,
        rgba(250, 252, 252, 0) 0%,
        rgba(250, 252, 252, 0.95) 90%
    );
    left: 0px;
    right: 0px;
}
.cp_box input:checked + label {
    background-color: rgba(0, 0, 0, 0); /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: "Font Awesome 5 Free";
    content: "\f13a" " 続きをよむ";
    font-weight: 600;
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #78161b;
}
.cp_box input {
    display: none;
}
.cp_box .cp_container {
    overflow: hidden;
    height: 250px; /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}
.cp_box input:checked + label {
    /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    content: "\f139" " 閉じる";
    font-weight: 600;
}
.cp_box input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

#rekisi img {
    width: 100%;
}

#rekisi {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #eeeeef;
}
#rekisi h3 {
    margin-bottom: 3%;
}

.inner-box {
    background-color: #fff;
    padding-top: 5%;
    padding-right: 3%;
    padding-bottom: 5%;
    padding-left: 3%;
}

.inner-box2 {
    background-color: #fff;
    padding-top: 0%;
    padding-right: 3%;
    padding-bottom: 5%;
    padding-left: 3%;
}

.rekisi-box {
    width: 32%;
    background-color: #eeeeef;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.rekisi-box img {
    width: 100%;
}

#rekisi p {
    font-size: 1rem;
    line-height: 160%;
    margin-top: 30px;
}

#rekisi h3 {
    margin-top: 1%;
}

.cp_box2 *,
.cp_box2 *:before,
.cp_box2 *:after {
    box-sizing: border-box;
}
.cp_box2 {
    position: relative;
}
.cp_box2 label.leavel2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(
        to bottom,
        rgba(250, 252, 252, 0) 0%,
        rgba(250, 252, 252, 0.95) 90%
    );
    left: 0px;
    right: 0px;
}
.cp_box2 input.leavel2:checked + label.leavel2 {
    background-color: rgba(0, 0, 0, 0); /* 開いた時にグラデーションを消す */
}
.cp_box2 label.leavel2:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: "Font Awesome 5 Free";
    content: "\f13a" " 災害対応の歴史";
    font-weight: 600;
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #226032;
}
.cp_box2 input {
    display: none;
}
.cp_box2 .cp_container2 {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}
.cp_box2 input:checked + label.leavel2 {
    /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box2 input:checked + label.leavel2:after {
    font-family: "Font Awesome 5 Free";
    content: "\f139" " 閉じる";
    font-weight: 600;
}
.cp_box2 input:checked ~ .cp_container2 {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

#interview img {
    width: 100%;
}

.moba {
    display: none;
}
.pc {
    display: block;
}

#rekisi h3.mida2 {
    margin-top: 10%;
}

.cp_box3 *,
.cp_box3 *:before,
.cp_box3 *:after {
    box-sizing: border-box;
}
.cp_box3 {
    position: relative;
}
.cp_box3 label.leavel3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(
        to bottom,
        rgba(250, 252, 252, 0) 0%,
        rgba(250, 252, 252, 0.95) 90%
    );
    left: 0px;
    right: 0px;
}
.cp_box3 input.leavel3:checked + label.leavel3 {
    background-color: rgba(0, 0, 0, 0); /* 開いた時にグラデーションを消す */
}
.cp_box3 label.leavel3:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: "Font Awesome 5 Free";
    content: "\f13a" " 続きを読む";
    font-weight: 600;
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #78161b;
}
.cp_box3 input {
    display: none;
}
.cp_box3 .cp_container3 {
    overflow: hidden;
    height: 600px; /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}
.cp_box3 input:checked + label.leavel3 {
    background: none;
    /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box3 input:checked + label.leavel3:after {
    font-family: "Font Awesome 5 Free";
    content: "\f139" " 閉じる";
    font-weight: 600;
}
.cp_box3 input:checked ~ .cp_container3 {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

/* ==========================================================================================================
										Responsive
   ========================================================================================================== */
@media (max-width: 1440px) {
    body {
        overflow-x: hidden;
    }
    .na-features .img-float-left {
        transform: translateX(-20%);
        max-width: 700px;
    }
    .na-features .img-float-right {
        transform: translateX(20%);
        max-width: 700px;
    }
    .na-features .span-dots {
        left: 140px;
    }
    .na-features .des {
        left: 15px;
    }
    .na-subfooter {
        padding: 150px 0 100px;
    }
    .na-guide {
        height: 700px;
    }
    .na-guide .container-full {
        padding: 40px 50px 20px;
    }
    .na-reviews {
        height: 720px;
    }
    .na-products {
        padding: 90px 0 70px;
    }
    .na-features .img-float-right {
        margin-top: 50px;
    }
    .na-features .des-box-left {
        margin-top: 90px;
    }
}

@media (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }
    .na-slider > h1 {
        font-size: 50px;
    }
    .na-slider .image-product {
        max-width: 800px;
    }
    .na-advantages-outer {
        padding-top: 200px;
    }
    .na-subfooter {
        padding: 200px 0 150px;
    }
    .footer-outer .column-3-3 {
        text-align: center;
    }
    .int-pic {
        margin-top: -28%;
    }
}

@media (max-width: 1024px) {
    .na-features .img-float-left {
        transform: translateX(-10%);
        max-width: 500px;
    }
    .na-features .img-float-right {
        transform: translateX(10%);
        max-width: 500px;
    }
    .na-features .img-box {
        margin-top: 100px;
    }
    .na-features .des-box-right,
    .na-features .des-box-left {
        margin-top: 0px;
    }
    .na-reviews {
        height: 650px;
        padding: 50px 0 50px;
    }
}

@media (max-width: 993px) {
    html {
        font-size: 15px;
    }

    body {
        padding-top: 53px;
    }

    body {
        overflow-x: hidden;
    }
    .navbar-light .navbar-toggler {
        padding: 0px;
        border: 1px solid transparent;
        outline: none;
    }
    .navbar-light .navbar-toggler:hover .icon-toggler,
    .navbar-light .navbar-toggler:focus .icon-toggler,
    .navbar-light .navbar-toggler:active .icon-toggler {
        background: #ccc;
    }
    .navbar-light .navbar-toggler-icon {
        color: #fff;
    }
    .navbar-toggler .icon-toggler {
        color: #fff;
        width: 30px;
        height: 3px;
        background: #fff;
        display: block;
        position: relative;
        margin: 7px 0;
        outline: none;
    }
    .navbar-light .navbar-collapse {
        color: #9b9b9e;
        padding-bottom: 10px;
        margin-top: 30px;
    }
    .navbar-light .navbar-collapse .nav-link {
        color: #fff;
        padding: 10px 0;
        border-bottom: 1px dotted #ddd;
        font-weight: 500;
        font-size: 0.9rem;
        text-align: center;
    }
    .navbar-light .navbar-collapse .nav-link:hover,
    .navbar-light .navbar-collapse .nav-link:active,
    .navbar-light .navbar-collapse .nav-link:focus {
        color: #fff;
        text-decoration: none;
    }
    .navbar-light .navbar-collapse .btn-header {
        margin-top: 30px;
        text-align: center;
    }
    .navbar-light .navbar-collapse .btn-header .btn-link {
        background: #9480f0;
        color: #fff;
    }
    .navbar-light .navbar-collapse .nav-item:hover a,
    .navbar-light .navbar-collapse .nav-item:active a,
    .navbar-light .navbar-collapse .nav-item:focus a {
        color: #fdff00;
    }
    .navbar-light .navbar-collapse .active > .nav-link {
        color: #fff;
    }
    .na-slider .image-product {
        max-width: 700px;
    }
    .na-features .box-md-6 {
        width: 100%;
        float: none;
        position: relative;
    }
    .na-features .img-float-left {
        transform: translateX(0%);
        max-width: 500px;
        margin: auto;
        float: none;
    }
    .na-features .span-dots {
        left: 0;
        right: 0;
        top: 50%;
    }
    .na-features .des {
        left: 0;
        right: 0;
        top: 40px;
        margin: auto;
    }
    .img-box {
        text-align: center;
    }
    .na-features .des-box-right {
        margin-top: 50px;
    }
    .footer-outer .footer-nav ul li {
        margin: 0 10px;
    }
    .footer-outer .social-icons-footer i {
        margin: 15px 10px;
        font-size: 20px;
    }
    .na-features-grid-columns.box-2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
    }
    .na-features-grid-columns.box-2 .des-box {
        margin-top: 50px;
        order: 2;
        flex: 0 1 auto;
        align-self: auto;
    }
    .na-features-grid-columns.box-2 .img-box {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }
    .na-features .img-float-right {
        transform: translateX(0%);
        max-width: 500px;
        margin: auto;
        float: none;
    }
    .na-form .padding-let-sm {
        padding-left: 15px;
        padding-top: 50px;
    }
    .column-2-3 .footer-nav {
        display: none;
    }
    .na-guide {
        height: 610px;
        padding: 50px 0 50px;
    }
    .na-reviews {
        height: 610px;
        padding-bottom: 40px;
    }
    .na-reviews p {
        max-width: 600px;
        padding-bottom: 30px;
    }
    .na-products {
        padding: 50px 0 50px;
    }

    .flex2 {
        width: 100vw;
        transition: 0.5s;
        border: 1px solid #ffffff;
        z-index: 100;
        position: fixed;
        flex-wrap: nowrap;
    }

    .flex2 .nav-item {
        margin-bottom: 0px;
    }

    .flex2 .nav-link {
        border-style: none;
        transition: 0.3s;
        border-radius: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .flex2 .nav-link:hover {
        border-style: none;
    }

    .box1 a:hover h5 {
        background-position: right center;
    }

    .toiawase {
        background-color: #225e31;
        display: flex;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-bottom: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }

    .toiawase p.eigyoujikan {
        margin-top: 10px;
    }
    .footer-outer table .address {
        width: 47%;
        font-size: 1rem;
    }
    .footer-outer table .tel {
        font-weight: 700;
        width: 28%;
    }

    .interview-midas2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .int-pic2 {
        margin-right: 2%;
        margin-left: 3%;
        margin-bottom: -22%;
        width: 34%;
        padding-right: 3%;
    }
    .int-pic {
        margin-top: -34%;
    }

    #rekisi h3 {
        margin-top: 1%;
    }

    .inner-box2 {
        padding-top: 3%;
    }

    .footer-outer {
        padding-bottom: 25vw;
    }
}

@media (max-width: 640px) {
    .pc {
        display: none;
    }
    .moba {
        display: block;
    }

    html {
        font-size: 14px;
    }

    .tel a {
        color: #225e31;
        text-decoration: underline;
    }

    #page_top {
        right: 5px;
    }

    #sasae .kyoutuu img {
        width: 30%;
    }

    #sasae .kyoutuu {
        margin-top: 20px;
    }

    .silde-text {
        position: absolute;
        z-index: 100;
        width: 96%;
        bottom: 15px;
        top: inherit;
        right: 2%;
        left: 2%;
    }

    #na-header-wrapper .navbar {
        padding: 0;
    }
    .navbar-light .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .na-slider > h1 {
        font-size: 32px;
    }
    .na-slider .des,
    .na-slider .text {
        display: none;
    }
    .na-slider .image-product {
        max-width: 400px;
    }
    .na-slider .image-product {
        padding-top: 70px;
    }
    #na-header-wrapper {
        height: 650px;
    }
    .na-advantages-outer .box-title {
        font-size: 20px;
        line-height: 28px;
        max-width: 90%;
        margin: auto;
    }
    .na-advantages-outer {
        padding-top: 100px;
    }
    .na-advantages-outer .content-grid {
        padding-bottom: 30px;
        text-align: center;
    }
    .na-advantages-outer .box-grid {
        text-align: center;
    }
    .footer-outer .column-1-3,
    .footer-outer .column-3-3 {
        width: 100%;
    }
    .footer-outer .column-1-3 {
        padding-top: 10px;
        height: 50px;
        text-align: center;
    }
    .na-form {
        padding: 50px 0 50px;
    }
    .na-slider {
        margin-top: 90px;
    }
    .na-guide p {
        max-width: 400px;
        font-size: 14px;
    }
    .na-features .des-box-right {
        padding-left: 0px;
    }
    .na-features .des-box-left {
        padding-right: 0px;
    }
    .na-reviews {
        height: 670px;
    }
    .na-subfooter {
        padding: 100px 0 50px;
    }
    .na-features .sub-title {
        font-size: 26px;
    }
    .na-features .img-float-right {
        max-width: 400px;
    }
    .box-2 .img-box {
        margin-top: 50px;
    }
    .na-guide p,
    .na-reviews p {
        max-width: 340px;
        font-size: 14px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
    }
    .na-guide .container-full {
        padding: 40px 50px 0px;
    }
    .na-features .des-box p {
        text-align: center;
    }
    .na-features .sub-title {
        text-align: center;
    }
    .na-features .des-box .list-content {
        text-align: center;
        display: block;
    }
    .na-features .des-box .grid-title {
        font-size: 20px;
        padding: 20px 0 5px;
    }
    .na-features .des-box .grid-inner {
        padding-left: 0px;
    }
    .na-features .des-box p {
        color: #9b9b9e;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .flex2 .nav-link {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .nav-tabs.flex .nav-link {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .nav-tabs.flex {
        flex-wrap: wrap;
    }

    .nav-tabs.flex .nav-item {
        width: 27%;
        margin-bottom: 1px;
    }

    .nav-tabs.flex .nav-link:hover {
        padding-bottom: 30px;
        margin-top: 0px;
    }
    .resi-syousai {
        background-color: rgba(255, 255, 255, 0.85);
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 20px;
        font-weight: 500;
    }

    .icon1 {
        max-width: 170px;
    }

    #sasae h4 {
        font-size: 1.3rem;
        margin-top: 20px;
    }

    .pc-obj {
        display: none;
    }
    .moba-obj {
        display: block;
    }

    .box1 h5 {
        line-height: 150%;
        font-size: 1.3rem;
        background-image: url(../img/sita-sp1.png);
        padding-right: 15px;
    }

    .box1 {
        background-color: #ffffff;
        border-radius: 10px;
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        margin-bottom: 30px;
        position: relative;
    }

    #resilience {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .resi-syousai2 .daiji {
        font-size: 1rem;
        line-height: 200%;
    }

    .hosyou-midasi {
        font-size: 2rem;
    }

    #anzenhosyou h3 {
        font-size: 1.4rem;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        line-height: 130%;
        padding-right: 10px;
    }

    #anzenhosyou h3:after {
        content: url(../img/sita-sp2.png);
        margin-left: 0px;
        position: absolute;
        right: -20px;
        top: 50%;
        margin-top: -9px;
    }

    #sasae {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #7ab5d3;
    }

    .box3 {
        padding-bottom: 30px;
    }

    .footer-outer table .address {
        width: 100%;
        font-size: 1rem;
        display: block;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: -5px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .footer-outer table .tel {
        font-weight: 700;
        width: 100%;
        display: block;
        margin-top: 0px;
    }

    .footer-outer table .tenpo {
        padding-left: 0px;
        width: 100%;
        font-weight: 700;
        display: block;
    }

    .footer-outer table td {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .moyori {
        font-size: 1.2rem;
    }

    .f-logo img {
        width: 50%;
    }

    .box4 h3 {
        font-size: 1.6rem;
    }

    .box4 h4 {
        font-size: 1.4rem;
        line-height: 140%;
    }

    .point3 div {
        margin-left: 5px;
        margin-right: 5px;
    }

    .w80 {
        width: 30%;
        max-width: 186px;
    }
    #sasae h3 img {
        width: 28%;
        max-width: 186px;
    }

    .box2 {
        background-color: #ffffff;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        position: relative;

        margin-top: 0px;
        margin-bottom: 1rem;
    }

    .flex2 a.nav-link:active,
    .flex2 a.nav-link:hover {
        border-left: 3px solid #ffd400;
        border-right: 2px solid #ffd400;
        border-bottom: 2px solid #ffd400;
        border-top: 2px solid #ffd400;
    }

    .flex a:hover {
        opacity: 0.7;
    }
    .flex a.active {
        opacity: 0.7;
    }

    .rekisi-box {
        width: 100%;
        margin-bottom: 30px;
    }

    #rekisi h3 {
        margin-bottom: 7%;
    }

    .inner-box2 {
        background-color: #fff;
        padding-top: 6%;
        padding-right: 3%;
        padding-bottom: 5%;
        padding-left: 3%;
    }

    #interview {
        padding-top: 60px;
        padding-bottom: 20px;
        background-color: #eeeeef;
    }

    #rekisi {
        padding-top: 30px;
        padding-bottom: 20px;
        background-color: #eeeeef;
    }

    .cp_box label {
        height: 100px;
    }
    .int-cont {
        padding-top: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
    }

    .interview-midas2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #interview img {
        width: 100%;
    }
    .footer-outer {
        padding-bottom: 30vw;
    }
}

@media (max-width: 380px) {
    .icon1 {
        max-width: 150px;
    }
    .resi-syousai {
        background-color: rgba(255, 255, 255, 0.85);
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 20px;
        font-weight: 500;
    }

    .point3 div {
        margin-left: 5px;
        margin-right: 5px;
    }

    .nav-tabs.flex .nav-link {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .nav-tabs.flex .nav-item {
        width: 33%;
        margin-bottom: 1px;
    }

    .nav-tabs.flex .nav-link:hover {
        padding-bottom: 15px;
        margin-top: 0px;
    }

    .na-slider .image-product {
        max-width: 350px;
    }
    .na-features .img-float-left {
        max-width: 370px;
    }
    .na-features .img-float-right {
        max-width: 370px;
    }
    .na-reviews {
        height: 780px;
    }
    .na-products .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
    }
    .na-products {
        padding: 50px 0;
    }
    .na-slider {
        margin-top: 30px;
    }
    .na-guide p,
    .na-reviews p {
        max-width: 340px;
        font-size: 14px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
    }
    .na-guide .container-full {
        padding: 40px 50px 0px;
    }
    .na-features .des-box p {
        text-align: center;
    }
    .na-features .sub-title {
        text-align: center;
    }
    .na-features .des-box .list-content {
        text-align: center;
        display: block;
    }
    .na-features .des-box .grid-title {
        font-size: 20px;
        padding: 20px 0 5px;
    }
    .na-features .des-box .grid-inner {
        padding-left: 0px;
    }
    .na-features .des-box p {
        color: #9b9b9e;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .na-reviews {
        height: 715px;
    }
}
