@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
    list-style: none;
}
body,html {
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif!important;
    height: 100%;
    margin: 0 auto;
    letter-spacing:1px;
    
}
body{
    
}
.pc{
    display: block;
}
.sphead{
    display: none;
}
a{
    color: #000;
}
img{
    -webkit-backface-visibility: hidden;
}
/*ここまでパララックスとは関係のない設定*/
.hidebtn{
    transform: translateY(-100%);
}
.pagelink{
    position: fixed;
    bottom: 20px;
    right: 36px;
    z-index: 9999;
    -webkit-transform: translateZ(0);
    transition: .3s;
}
.pagelink a {
    display: block;
    width: 174px;
    height: auto;
}
.pagelink img{
    width: 100%;
    height: auto;
}
/*---------------------スクロール値関係---------------------*/
#scroll{
	display: block;
	z-index: 20;
	position: fixed;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;
    -webkit-transform: translateZ(0);

}


/*---------------------header---------------------*/
nav{
	z-index: 6;
	position: fixed;            
    top: 0px;                   
    left: 0px;
    -webkit-transform: translateZ(0);

}
/* --- ナビゲーションバー --- */
nav {
    width: 100%; /* ナビゲーションの幅 */
    background-color: rgba(255, 255, 255, 0.8);; /* ナビゲーションの背景色 */
    font-size: 100%;
}
.pc nav{
    height: 100px;
}
.header_inner{
    display: block;
    width: 980px;
    margin: 0 auto;
    opacity: 1;
}
nav img{
    margin: 0 0 -50px 2px;
}
/* --- メニューエリア --- */
nav ul {
    width: 649px;
    display: inline-block;
    margin: 22px 0 0 337px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

/* --- メニュー項目 --- */
nav ul li {
    width: 16.5%;
    display: inline-block;
    float: left;
}
.pc nav ul li{
    border-left: 1px solid #000;
    padding: 3px 0;
}
nav ul li img{

}
/* --- ヘッダーリンク --- */
nav ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0; 
    line-height: 1.5;
    text-decoration: none; /* テキストの下線（なし） */
}
nav ul li a span{
}
.contents img{
	margin: -20px 0 0 0;
}
img.a3{
	margin: -60px 0 0 0;
}
.hover{
	border-bottom: 2px solid #008d42;
    color: #008d42;
}
/* --- ポイント時の設定 --- */


/* --- clearfix --- */
.clearFix::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*----------トグルボタン----------*/
#toggle{
	display: none;
}

/*------------------固定された画像------------------*/
.parallax {
    position: relative;
    background: url(images/back_ground_image1.png);
    min-height: 100%; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 80% 40%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden

}
.parallax2 {
    position: relative;
    background: url(images/back_ground_image2.png);
    min-height: 100%; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 93% 40%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
}
.parallax3 {
    position: relative;
    background: url(images/back_ground_image3.png);
    min-height: 100%; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 80% 40%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
}
.parallax4 {
    position: relative;
    background: url(images/back_ground_image4.png);
    min-height: 100%; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 95% 40%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
}
.parallax5 {
    position: relative;
    background: url(images/back_ground_image5.png);
    min-height: 100%; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 80% 40%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
}
/*------------------内タイトル------------------*/
.parallax h2,
.parallax2 h2,
.parallax3 h2,
.parallax4 h2,
.parallax5 h2{
    color:#fff;
    position: fixed;
    width :100%;
    top: 50%;
	left: 50%;
    margin-left: -219px;
	display: inline-block;
    -webkit-transform: translateZ(0);
    
}
h2 img{
	margin: 0 0 0 0;
}
/*------------------スクロールするボックスコンテンツ------------------*/
#contents,
#contents1,
#contents2,
#contents3,
#contents4,
.contents1_inner{
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20% 20px 10%;
	margin: 0 auto;
    text-align :center;
	width: 940px;
    }
#contents1{
	max-height: 2190px;
	padding: 6% 0 6% 0;
    width: 100%;
}
.contents1_inner{
    background: #e5e5e5;
    width: 100%;
    height: 960px;
    padding: 50px 0 0;
	margin: 0;
}
.contents1_inner_box{
    width: 960px;
    margin: 0 auto;
    overflow-x: hidden
}
.triangle{
    width: 0;
    height: 0;
    border-top: 80px solid #008d43;
    border-right: 80px solid transparent;
}
.triangle p{
    font-size: 28px;
    color: #fff;
    margin: -71px 0 0 7px;
}
.graf_box{
    width: 334px;
    height: 429px;
    background-color: #fff;
    float: left;
    position: relative;
}
.graf_box p{
    position: absolute;
    z-index: 24;
}
.graf_box:nth-of-type(2){
    width: 606px;
    height: 429px;
    background-color: #fff;
    float: left;
    margin-left: 20px;
}
.graf_box:nth-of-type(2) p.head_text{
    left: 209px;
}
.graf_box:nth-of-type(3){
    width: 606px;
    height: 429px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
    background-image: url(images/back_map.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 162%;
}
.graf_box:nth-of-type(3) p.head_text3{
    top: 20px;
    left: 100px;
}
.graf_box:nth-of-type(3) .num_build{
    position: absolute;
    top: 68px;
    left: 355px;
    color: #008d42;
}
.graf_box:nth-of-type(3) .num_build p{
    font-size: 110px;
    letter-spacing: -10px;
    font-weight: bold;
}
.graf_box:nth-of-type(3) .num_build p:nth-of-type(2){
    margin: 60px 0 0 170px;
    font-size: 40px;
}
.graf_box:nth-of-type(3) ul{
    margin: 20px 0 0 -200px;
    display: inline-block;
}
.graf_box:nth-of-type(3) ul li{
    float: left;
    margin: 0 6px;
}
.graf_box:nth-of-type(3) ul:nth-of-type(2){
    margin: 0px 53px;
    display: inline-block;
}
.graf_box:nth-of-type(3) ul:nth-of-type(2) li{
    float: left;
    margin: 0 6px;
}
.graf_box:nth-of-type(3) ul:nth-of-type(3){
    margin: 0px 53px;
    display: inline-block;
}
.graf_box:nth-of-type(3) ul:nth-of-type(3) li{
    float: left;
    margin: 0 6px;
}

.graf_box:nth-of-type(4){
    width: 334px;
    height: 429px;
    background-color: #fff;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.graf_box:nth-of-type(4) p.head_text{
    top: 8px;
    left: 104px; 
    text-align: center;
    line-height: 1.2;
}
.graf_box:nth-of-type(4) .num_resident{
    position: absolute;
    top: 134px;
    left: 36px;
    color: #008d42;
}
.graf_box:nth-of-type(4) .num_resident p{
    font-size: 133px;
    letter-spacing: -4px;
    font-weight: bold;
}
.graf_box:nth-of-type(4) .num_resident p:nth-of-type(2) {
    margin: 59px 0 0 225px;
    font-size: 61px;
}
#myChart{
    width: 100%;
}
#graf_line{
    width: 54px;
    position: absolute;
    z-index: 21;
    top: 51.7%;
    left: 11.1%;
}
#graf_line2{
    width: 54px;
    position: absolute;
    z-index: 21;
    top: 29.7%;
    left: 15.1%;
}
#graf_line3{
    width: 54px;
    position: absolute;
    z-index: 24;
    top: 34.1%;
    left: 63.1%;
}
#graf_line4{
    width: 19px;
    position: absolute;
    z-index: 24;
    top: 20.1%;
    left: 72.6%;
}
#egraf{
    width: 218px;
    position: absolute;
    z-index: 20;
    top: 27%;
    left: 13.3%;
}
#egraf_red{
    width: 218px;
    position: absolute;
    z-index: 21;
    top: 27%;
    left: 59.7%;
}
#egraf_green{
    width: 235px;
    position: absolute;
    z-index: 22;
    top: 15%;
    left: 15.5%;
}
#contents2{
	min-height: 1500px;
	padding: 5% 20px 4%;
}
#contents3{
	min-height: 200px;
	padding: 7% 20px 7%;
}
#contents4{
	min-height: 890px;
	padding: 7% 20px 7%;
}
#contents5{
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 0 30px 0;
}
#contents1 img,
#contents2 img,
#contents3 img,
#contents4 img,
#contents5 img{
	display: block;
	margin: 0 auto;
}

/*--------------------コンテンツ内画像--------------------*/
.contimg01_1{
	max-width: 529px;
	margin: 0 auto;
}
.contimg01_1 p,
.contimg02_1 p{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #000;
}
.contimg01_1 img{
    width: auto;
}
.contents1_text{
    font-size: 19px;
    line-height: 2;
}
.contents1_text p:nth-of-type(1){
    margin-bottom: 41px;
}
.contents1_text p:nth-of-type(2){
    margin-bottom: 38px;
}
.contimg01_2{
	max-width: 769px;
	margin: 0 auto;
}
.contimg01_3{
	max-width: 842px;
	margin: 0 auto;
}
.contimg01_4{
	max-width: 844px;
	margin: 0 auto;
}
.contimg01_5{
	max-width: 952px;
	margin: 0 auto;
}
.contimg02_1,
.contimg02_text{
	margin: 0 auto;
}
.contimg02_text{
    clear: both;
    text-align: left;
    width: 92%;
}
.contimg02_2{
	max-width: 100%;
	margin: 0 auto;
}
.contimg02_text dl{
    display: inline-block;
    height: auto;
    width: 100%;
    margin-left: 10px;
    line-height: 2;
}
.contimg02_text dt{
    display: inline-block;
    float: left;
    clear: both;
    width: 141px;
    font-size: 20px;
    background-color: #f2f2f2;
    height: 80px;
    border-left: 1.5px solid #d5d5d5;
    border-right: 1.5px solid #d5d5d5;
    border-bottom: 1.5px solid #d5d5d5;
    padding: 8px 0 8px 16px;
}
.contimg02_text dt:nth-of-type(1){
    border-top: 1.5px solid #d5d5d5; 
}
.contimg02_text dt:nth-of-type(2),
.contimg02_text dt:nth-of-type(3),
.contimg02_text dt:nth-of-type(4),
.contimg02_text dt:nth-of-type(5),
.contimg02_text dt:nth-of-type(6),
.contimg02_text dt:nth-of-type(7){
    height: auto;
}
.contimg02_text dd{
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 80px;
    width: 77%;
    border-right: 1.5px solid #d5d5d5;
    border-bottom: 1.5px solid #d5d5d5;
    padding: 8px 0 8px 16px;
}
.contimg02_text dd:nth-of-type(1){
    border-top: 1.5px solid #d5d5d5;
}
.contimg02_text dd:nth-of-type(2),
.contimg02_text dd:nth-of-type(3),
.contimg02_text dd:nth-of-type(4),
.contimg02_text dd:nth-of-type(5),
.contimg02_text dd:nth-of-type(6),
.contimg02_text dd:nth-of-type(7){
    height: auto;
}
.contimg02_text p.last{
    font-size: 15px;
    margin-left: 10px;
    line-height: 2;
}
.contimg03_1{
	margin: 0 auto;
}
.contimg03_1 img{
    padding-bottom: 60px;
}
.contimg03_2{
	margin: 0 auto;
}
.contimg03_2 p:first-child{
    font-size: 20px;
    margin-bottom: 60px;
    line-height: 2;
}
.list_box{
    margin: 0 0 0 63px;
}
.price_list_left{
    text-align: left;
    float: left;
}
.price_list_left img{
    margin: 0!important;
    padding-bottom: 15px;
}
.price_list_left p{
    font-size: 15px;
    width: 88%;
    text-indent: -1.1em;
    margin-left: 15.8px;
}
.price_list_right{
    text-align: left;
    display: inline-block;
}
.price_list_right img{
    margin: 0!important;
    padding-bottom: 15px;
}
.price_list_right p{
    font-size: 15px;
    width: 82%;
    text-indent: -1.1em;
    margin-left: 15.8px;
}
.contimg04_1{
	max-width: 180px;
	margin: 0 auto;
}
.contimg04_1 img{
    margin-bottom: 60px!important;
}
.contimg04_1_box{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.contimg04_1_box img{
    margin: 5px 0 0 0!important;
}
.top_box,
.center_box,
.bottom_box{
    display: flex;
    display:-webkit-flex;
}
.left_box{
    background-color: #f2f2f2;
    margin: 0 10px 20px;
    padding: 21px 14px;
    width: 432px;
    line-height: 2;
}
.inner_top{
    border-bottom: 1.5px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inner_top img{
    clear: both;
    float: left;
}
.inner_top .text_box{
    width: 350px;
    height: 71px;
    margin: 0 0 0 70px;
    text-align: justify;
}
.inner_top .text_box p{
    font-size: 18.6px;
    font-weight: bold;
}
.inner_top .text_box p.one_line{
    padding: 16px 0;
}
.inner_bottom{
    clear: both;
}
.inner_bottom img{
    clear: both;
    float: left;
}
.inner_bottom .text_box2{
    width: 376px;
    margin: 0 0 0 70px;
}
.inner_bottom .text_box2 p{
    letter-spacing: 0.4px;
    font-size: 15px;
    width: 95%;
}
#contents1 img{
	padding: 0 0 73px;
}
#contents2 img{
	padding: 0 0 85px;
}
.contimg02_2 img{
    float: left;
}
.contimg02_2 img.point_img{
    padding: 0 0 85px 6px!important;
}
.contimg02_2 img:nth-of-type(3) {
    padding: 27px 0 0 28px!important;
}
.contimg02_2 p{
    float: left;
    text-align: left;
    font-size: 19px;
    margin: 18px 0 0 30px;
    line-height: 2;
}
#contents3 img#top003{
	padding: 0 0 90px;
}
#contents4 img{
}
#contents5 img{
    padding-top: 7%;
}
/*--------------------フォーム上部文字--------------------*/
h3 {
	text-align: center;
	margin: 0 auto;
	padding: 120px 0 0 0;
	font-size: 35px;
	font-weight: normal;
	display: block;
	width: 350px;
	border-bottom: 3px solid #008d42;
}

h4 {
	text-align: center;
	display: block;
	padding: 50px 0 0 0;
	font-size: 19px;
	font-weight: normal;
	
}
h4 p{
    text-align: center;
	display: block;
	padding: 50px 0 0 0;
	font-size: 19px;
	font-weight: normal;
    line-height: 2;
}
.mailnote2{
	margin: 48px auto 0;
	text-align: center;
}
.underline{
    padding: 0 0 5px 0;
	border-bottom: 2px solid #db3336;
}
.mailnote2 p a {
    color: #db3336;
    font-size: 19px;
    padding: 15px 35px;
    text-decoration: none;
}
/*--------------------フッター--------------------*/
footer {
	position: relative;
	background-color: #222;
	top: -20px;
	z-index: 7;
	
}
footer h5 {
	padding: 60px 0;
}
h5 p{
	color: #B4B4B4;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
h5 p.footright a{
	text-decoration: none;
	color: #B4B4B4;
}
h5 p.footright a:hover{
	text-decoration: underline;
}
h5 p.footright{
	float: right;
	margin: 0 18% 0 0;
}
/*
h5 p.footright{
	float: right;
	margin: 0 18% 0 0;
}
*/
h5 p::after{
	clear: both;
}
/*--------------------フォーム住所--------------------*/
td ul li{
	list-style: none;
	margin-bottom: 10px;
}
.tabletbr{
    display: none;
}
/*--------------------スライダー--------------------*/
.being_published{
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 40px;
}
.slider_contents{
    height: 516px;
}
/* 全体のスタイル */
.swiper-wrapper {
	width: 236px;
	height: 308px;
}
.view{
    display: block;
}
/* 全スライド共通スタイル */
.swiper-slide,.swiper-slide img {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 250px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-slide{
/*    margin: 0 5.5px!important;*/
    display: block;
    height: auto;
/*    cursor: pointer;*/
}
.shadow_box{
    box-shadow: 6px 6px 14px -5px rgba(0,0,0,0.63);
    -webkit-transition: opacity .25s ease .25s, box-shadow .25s ease, width 1s ease;
    transition: opacity .25s ease .25s, box-shadow .25s ease, width 1s ease;
}
.swiper-slide:hover .media img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
/*    filter: brightness(110%);*/
}
.media img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-slide-active .media img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-slide:hover .shadow_box{
    box-shadow: 6px 6px 14px -5px rgba(0,0,0,0.0);
    -webkit-transition: opacity .25s ease .25s, box-shadow .25s ease, width 1s ease;
    transition: opacity .25s ease .25s, box-shadow .25s ease, width 1s ease;
}
.swiper-slide a{
    text-decoration: none;
}
.swiper-slide img{
    width: 100%;
    height: auto;
    margin: 0 0 -120px 0;
}
.swiper-slide-active,
.swiper-slide-active img{
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-slide-active{
    height: 148%;
    width: 343px!important;
/*    margin: 0 30px 0 15px!important;*/
}
.swiper-slide-active .shadow_box{
    height: 100%;
    animation-name: slide-down;
    animation-duration: .7s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes slide-down {
    0% {
        height: 65%;
    }
    100% {
        height: 100%;                  
    }
}
.swiper-slide-active img{
    width: 100%;
    height: auto;
    transform-origin: top;
}
/*
.swiper-slide:nth-child(5n+1) {
	background-color: #EECB27;
}
.swiper-slide:nth-child(5n+2) {
	background-color: #E13239;
}
.swiper-slide:nth-child(5n+3) {
	background-color: #1F1762;
}
.swiper-slide:nth-child(5n+4) {
	background-color: #BEDAE5;
}
.swiper-slide:nth-child(5n+5) {
	background-color: #b7f075;
}
*/

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
    background-image: none!important; /* デフォルトのボタン画像を消す */
	width: 48px; /* ボタンの幅 */
	height: 48px; /* ボタンの高さ */
	background-size: 48px 48px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(images/arrow.svg)!important;
    opacity: 0.9;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(images/arrow.svg)!important;
    opacity: 0.9;
	transform: scale(-1, 1); /* 左右反転 */
}
/* Swiperの親要素 */
.swiper-parent {
	position: relative;
}
/* Swiper本体 */
.swiper-container {
	padding-bottom: 270px;		/* ★ページネーション・スクロールバー分の余白50pxを下に取る */
	box-sizing: content-box;
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	margin-top: 176px;			/* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 2px;
}
.media{
    position: relative;
    display: block;
    overflow: hidden;
/*    height: 339px;*/
    z-index: 1;
}
.swiper-slide-active .media{
    height: 100%;
}
.company_content{
    display: block;
    height: 68px;
    padding: 0 16px;
    background: #fff;
    overflow: hidden;
    opacity: 1;
    margin: 0 0 0 -1px;
    width: auto;
/*    transition-duration: 0.4s;*/
    position: relative;
    z-index: 2;
    -webkit-transition: height .7s ease;
    transition: height .7s ease;
}
.company_content p{
    color: #000;
    line-height: 1;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 23px 0 0 0;
/*    transition-duration: 0.2s;*/
}
.swiper-slide-active .company_content{
    background: rgba(255, 255, 255, 0);
    box-shadow: 6px 6px 14px -5px rgba(0,0,0,0.0);
/*    transition-duration: 0.9s;*/
    margin: 0 0 0 0;
    z-index: 0;
    height: 98px;
/*    padding: 0 0 60px 0;*/
}
.swiper-slide-active .company_content p{
    text-align: center;
    font-size: 25px;
/*    transition-duration: 0.2s;*/
    margin: 34px 0 0 0;
    position: relative;
    z-index: 0;
}
/*
.expansion{
    height: 450px;
}
*/
.under_white{
    background-color: #fff;
    display: block;
    height: 180px;
    margin: -131px 0 0 0;
}
/*
.img_hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
*/

@media screen and ( max-width:1430px ){
    .swiper-slide-active {
        height: 154%;
        width: 356px!important;
    }
}
@media screen and ( max-width:1366px ){
    .swiper-slide, .swiper-slide img{
        line-height: 0px; 
    }
    .swiper-slide img{
        margin: 0 0 0px 0;
    }
    .company_content p{
        font-size: 1.3vw;
    }
    .swiper-slide-active {
        height: 109.4%;
        width: 253px!important;
    }
    .swiper-slide-active .company_content {
        height: 66px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px;
        z-index: 11;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        padding: 5px;
    }
    .swiper-container {
        padding-bottom: 149px;
    }
    .pagelink a {
        width: 134px;
    }
}
@media screen and ( max-width:1280px ){
    .slider_contents {
        min-height: 516px!important;
    }
}
@media screen and ( max-width:1028px ){
    .slider_contents {
        min-height: 574px!important;
    }
}
@media screen and ( max-width:1024px ){
    .company_content p{
        font-size: 1.5vw;
    }
    
}
@media screen and ( max-width:1020px ){
    
}

/*--------------------980px以下トグルボタン--------------------*/
@media screen and ( max-width:980px ){
    .pc{
        display: none;
    }
    .sphead{
        display: block;
    }
    .sphead nav ul li a {
        padding: 14px 45%;
    }
    #toggle_menu{
        display: none;
    }
    #toggle_menu li{
        width: 100%;
        border-top: 1px solid #d4d4d4;
    }
    #toggle_menu li:nth-of-type(6){
        border-bottom: 1px solid #d4d4d4;
    }
    .hover{
        border-top: none;
    }
    #toggle{
        display: block;
        width: 100%;
        background: #222;
        position: fixed;
        z-index: 300;
        -webkit-transform: translateZ(0);

    }
    #toggle a{
        display: inline-block;
    /*	padding: 12px 0 10px;*/
/*        border-bottom: 1px solid #444;*/
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: #222;
    }
    .sphead nav{
        margin: 79px 0 0 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    nav ul {
        width: auto;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }
    .mod_form {
        width: 100%;
    }
    #contents, #contents1, #contents2, #contents3, #contents4, .contents1_inner {
        width: 930px;
    }
    .contimg02_2 img.point_img {
        padding: 0 0 85px 29px!important;
        width: 43%;
    }
    .left_box {
        margin: 0 10px 20px 3px;
    }
    .graf_box,
    .graf_box:nth-of-type(2),
    .graf_box:nth-of-type(3),
    .graf_box:nth-of-type(4){
        float: none;
        margin: 0 auto 40px;
        width: 606px;
    }
    .contents1_inner {
        width: 100%;
        height: 1940px;
    }
    .contents1_inner_box {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }
    .slider_contents{
        height: 0px;
    }
}
/*--------------------レスポンシブ・PC--------------------*/
.sp{
	display: none !important;
}
.youtube-video{
	width: 640px;
	height: 390px;
}
/*--------------------レスポンシブ・backgroundimage--------------------*/
@media screen and ( max-width:970px ){
    #toggle{
        display: block;
        width: 100%;
/*        background: #222;*/
        position: fixed;
        z-index: 300;
    }
    #contents,
    #contents1,
    #contents2,
    #contents3,
    #contents4{
        position: relative;
        z-index: 1;
        font-size:60px;
        background: #fff;
        padding: 10% 20px 10%;
        margin: 0 auto;
        text-align :center;
        width: 90%;
    }
    #contents5{
        padding: 0 20px 10%;
        margin: 0 auto;
    }
    .parallax,
    .parallax1,
    .parallax2,
    .parallax3,
    .parallax4,
    .parallax5{
        clear: both;
    }
    #contents2 img.signage {
        padding: 0 0 85px 0;
    }
    nav ul li img{
        width: auto;
    }
    .contimg02_2 img {
        float: none;
    }
    .contimg02_2 p {
        float: none;
        text-align: center;
        margin: 20px 0 30px 0;
    }
    .contimg02_text {
        margin-top: 36px;
    }
    .contimg02_text dt {
        width: 17%;
        font-size: 16px;
        line-height: 1.4em;
    }
    .contimg02_text dd {
        font-size: 16px;
        line-height: 1.4em;
    }
    .tabletbr{
        display: block;
    }
    .list_box {
        margin: 0 0 0 3.4%;
        width: 100%;
    }
    .contimg03_2 p:first-child {
        margin-bottom: 40px;
    }
    .price_list_left {
        text-align: left;
        float: left;
        width: 47%;
    }
    .inner_top .text_box {
        width: 84%;
    }
    .inner_bottom .text_box2 {
        width: 81%;
        text-align: justify;
    }
    .inner_top .text_box p {
        font-size: 16.5px;
        width: 97%;
    }
    .top-box2 {
        min-height: 0;
    }
    .center_box {
        min-height: 0;
    }
    .bottom-box2 {
        min-height: 0;
    }
    .contimg02_2 img.point_img {
        padding: 0 0 35px 0!important;
        width: 50%;
    }
}
@media screen and ( max-width:933px ){
    .price_list_left img,
    .price_list_right img{
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 92%;
    }
    .price_list_left,
    .price_list_right{
        width: 47%;
    }
}
@media screen and ( max-width:924px ){
    
}
@media screen and ( max-width:912px ){
    .inner_top .text_box p {
        font-size: 15px;
        width: 94%;
        letter-spacing: 0.8px;
    }
    .inner_bottom .text_box2 p {
        letter-spacing: 0.4px;
        font-size: 14.5px;
        width: 95%;
    }
    .company_content p {
        font-size: 1.7vw;
    }
}
@media screen and ( min-width:858px ){
    .br857{
        display: block;
    }
}
@media screen and ( max-width:857px ){
    .br857{
        display: none;
    }
}
@media screen and ( max-width:843px ){
    .top_box .left_box:nth-of-type(1) .inner_top{
        padding-bottom: 8%;
    }
}
@media screen and ( min-width:819px ){
    .br768{
        display: none;
    }
}
@media screen and ( max-width:818px ){
    .br768{
        display: block;
    }
}
@media screen and ( max-width:804px ){
    .bottom_box .left_box:nth-of-type(1) .inner_top .text_box p.one_line{
        padding: 3% 0;
    }
}
@media screen and ( min-width:769px ){
    .br768_1{
        display: none;
    }
}
@media screen and ( max-width:768px ){
    .sphead nav ul li a {
        padding: 14px 44%;
    }
    .contimg02_text {
        width: 100%;
    }
    .price_list_right img {
        margin: 0!important;
        padding-bottom: 15px;
    }
    .inner_top img,
    .inner_bottom img{
        width: 17%;
    }
    .inner_bottom .text_box2 {
        margin: 0 0 0 65px;
        text-align: justify;
    }
    .inner_top .text_box p {
        font-size: 15px;
        width: 91%;
        letter-spacing: 2.3px;
    }
/*
    .center_box .left_box:nth-of-type(1) .inner_top {
        padding-bottom: 8%;
    }
*/
/*    .center_box .left_box .inner_top,*/
    .bottom_box .left_box:nth-of-type(2) .inner_top{
        padding-bottom: 8%;
    }
    .br768_1{
        display: block;
    }
    .br768{
        display: none;
    }
    .center_box .text_box p{
        letter-spacing: 0.7px;
    }
    .inner_top .text_box{
        margin: 0 0 0 66px;
    }
    .contimg02_2 img.point_img {
        width: 60%;
    }
    .swiper-slide-active {
        height: 122.4%;
        width: 283px!important;
    }
    .swiper-container {
        padding-bottom: 199px;
    }
    .company_content p {
        font-size: 2.2vw;
    }
}
@media screen and ( max-width:761px ){
    .inner_top .text_box {
        width: 81.2%;
    }
    .inner_top .text_box p{
        letter-spacing: 1px;
    }
}
@media screen and ( max-width:765px ){
    .top_box, .center_box, .bottom_box {
        display: block;
        display: -webkit-block;
    }
    .left_box {
        width: 94%;
    }
    .inner_top img, .inner_bottom img {
        width: 8%;
    }
    .left_box {
        margin: 0 5px 20px;
    }
    .top_box .left_box:nth-of-type(1) .inner_top {
        padding-bottom: 10px;
    }
    .bottom_box .left_box:nth-of-type(1) .inner_top .text_box p.one_line {
        padding: 0;
    }
    .bottom_box .left_box:nth-of-type(2) .inner_top {
        padding-bottom: 10px;
    }
}
@media screen and ( max-width:752px ){
    .contimg02_2 img:nth-of-type(3) {
        padding: 27px 0 0 0!important;
    }
}

/*--------------------レスポンシブ・tb--------------------*/
@media screen and ( max-width:661px ){
    .contimg02_text dd {
        letter-spacing: 0.3px;
    }
}
@media screen and ( max-width:650px ){
    #toggle{
        display: block;
        width: 100%;
        background: #222;
        position: fixed;
        z-index: 300;
    }
    #contents,
    #contents1,
    #contents2,
    #contents3,
    #contents4{
        position: relative;
        z-index: 1;
        font-size:60px;
        background: #fff;
        padding: 20% 20px 10%;
        margin: 0 auto;
        text-align :center;
    /*	width: 100%;*/
    }
    .contimg02_text dt{
        padding-left : 11px;
    }
    .contimg02_text dd {
        padding-left : 10px;
    }
}
@media screen and ( max-width:632px ){
    .contimg02_text dt {
        padding-left: 7px;
        padding-right: 1px;
    }
}
@media screen and ( max-width:630px ){
    .contents1_inner{
        min-height: 2220px;
    }
    .graf_box, .graf_box:nth-of-type(2), .graf_box:nth-of-type(3), .graf_box:nth-of-type(4) {
        float: none;
        margin: 0 auto 40px;
        width: 400px;
    }
}
@media screen and ( max-width:600px ){
    .sphead nav ul li a {
        padding: 14px 42%;
    }
    .swiper-slide-active {
        height: 124%;
        width: 287px!important;
    }
    .swiper-container {
        padding-bottom: 190px;
    }
    .slider_contents {
        min-height: 610px;
    }
    .company_content p {
        font-size: 2.5vw;
    }
}
/*--------------------レスポンシブ・sp--------------------*/
@media screen and ( max-width:599px ){
    .swiper-slide, .swiper-slide img {
        line-height: 135px;
    }
    .swiper-slide img {
        margin: 0 0 -62px 0;
    }
    .swiper-slide-active {
        height: 100%;
        width: 100%!important;
    }
    .swiper-slide-active .company_content{
        display: block;
        height: 68px;
        padding: 0 16px;
        background: #fff;
        overflow: hidden;
        opacity: 1;
        margin: 0 0 0 -1px;
        width: auto;
        position: relative;
        z-index: 2;
    }
    .swiper-slide-active .media {
        height: auto;
    }
    .swiper-slide-active .company_content p{
        color: #000;
        line-height: 1;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 23px 0 0 0;
        /* transition-duration: 0.2s; */
    }
    .swiper-slide-active .shadow_box{
        box-shadow: 6px 6px 14px -5px rgba(0,0,0,0);
        -webkit-transition: opacity .25s ease .25s, box-shadow .25s ease, width 1s ease;
        transition: opacity .25s ease .25s, box-shadow .25s ease, width 1s ease;
    }
    .company_content p {
        font-size: 16px;
    }
    .under_white {
        height: 140px;
        margin: -81px 0 0 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
}
@media screen and ( max-width:546px ){
    #contents2 img{
        width: 92%;
    }
    .contimg02_1 img{
        width: 100%;
    }
}
@media screen and ( max-width:500px ){
    .swiper-container {
        padding-bottom: 232px;
    }
    .under_white {
        height: 181px;
        margin: -144px 0 0 0;
    }
    .swiper-button-prev, .swiper-button-next {
        margin-top: 150px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 26px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        padding: 3px;
    }
}
@media screen and ( max-width:440px ){
    #toggle{
        display: block;
        width: 100%;
        background: #222;
        position: fixed;
        z-index: 300;
    }
    #contents,
    #contents1,
    #contents2,
    #contents3,
    #contents4{
        position: relative;
        z-index: 1;
        font-size:60px;
        background: #fff;
        padding: 20% 20px 45%;
        margin: 0 auto;
        text-align :auto;
        width: auto;
        }
    #contents2 {
        max-height: 2040px;
    }
    #contents3 {
        max-height: 620px;
    }
    #contents4 {
        max-height: 1800px;
    }
    h3{
        padding-top: 10px;
    }
    .pc{
        display: none !important;	
    }
    .signage{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .parallax {
        position: relative;
        background: url(images/back_ground_image1.png);
        min-height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 80% 40%;
    }
    h2 img{
        width: 80%;
    }
    .contimg01_1 img,
    .contimg02_1 img{
        width: 95%;
        margin: 0 auto;
    }
    .mailnote2 p a {
        color: #db3336;
        font-size: 19px;
        padding: 15px 35px;
        text-decoration: none;
    }
    .parallax h2,
    .parallax2 h2,
    .parallax3 h2,
    .parallax4 h2,
    .parallax5 h2 {
        margin-left: -38%;
    }
    h5 p.footright{
        margin: 0 8% 0 0;
    }
}
@media screen and ( max-width:375px ){
    #contents1 {
        max-height: 1950px;
    }
    #contents2 {
        max-height: 1880px;
    }
    #contents3 {
        max-height: 890px;
    }
    #contents4 {
        max-height: 1610px;
    }
    .parallax h2,
    .parallax2 h2, 
    .parallax3 h2, 
    .parallax4 h2, 
    .parallax5 h2 {
        margin-left: -38%;
    }
    h3 {
        text-align: center;
        margin: 0 auto;
        padding: 120px 0 0 0;
        font-size: 35px;
        font-weight: normal;
        display: block;
        width: auto;
        border-bottom: 3px solid #008d42;
    }
}
@media screen and ( max-width:320px ){
    h3{
        width: 220px;
    }
    .mailnote2 p a {
        font-size: 10px;
    }
    }
    @media (max-width: 320px){
    h5 p.footright {
        float: right;
        margin: -2px 7% 0 0px;
    }
    #contents1 {
        max-height: 1730px;
    }
    #contents2 {
        max-height: 2010px;
    }
    #contents3 {
        max-height: 790px;
    }
    #contents4 {
        max-height: 1420px;
    }
    .parallax h2, 
    .parallax2 h2, 
    .parallax3 h2, 
    .parallax4 h2, 
    .parallax5 h2 {
        margin-left: -38%;
    }
}
/*----------------------youtubeサイズ----------------------*/
@media screen and ( max-width:730px ){
    .youtube-video{
        width: 100%;
        height: 316px;
    }
}
@media screen and ( max-width:440px ){
    .youtube-video{
        width: 100%;
        height: 231.563px;
    }
}
@media screen and ( max-width:375px ){
    .youtube-video{
        width: 100%;
        height: 194.999px;
    }
}
/*--------------------フォームコンプリート--------------------*/
.box7{
    margin: 0 0 0 0;
    padding: 45px 15px 145px 15px;
}
.underconstruction{
    margin: 230px 0;
}
.underconstruction p {
    text-align: center;
    font-size: 2em;
}
.comp_ver{
	top: 40px;
}
.underconstruction p a {
    font-weight: bold;
}
/*--------------------メニューボタン--------------------*/
.sphead img{
    position: relative;
    top: 28px;
    margin: 0px auto;
    display: block;
}
#menuButton{
    display: block;
    width: auto;
    height:47px;
/*    position: fixed;*/
    top: 10px;
    right: 10px;
    z-index: 400;
	margin: 0 auto;
}
#menuButton span {
    display: block;
    background: #C6C6C6;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 4.1%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	margin: 0 auto;
}
#menuButton span:first-child {
    top: 29px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 29px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}

@media screen and ( max-width:440px ){
/*
    #menuButton span {
        left: 47%;
    }
*/
}
@media (max-width:768px){
    .pagelink{
        position: fixed;
        bottom: 20px;
        right: -20px;
        z-index: 9999;
    }
    .pagelink a {
        display: block;
        width: 75%;
        height: auto;
    }
    .pagelink img{
        width: 100%;
        height: auto;
    }
}
@media (min-width:414px){
    .inner_top .text_box p {
        letter-spacing: 0.5px;
    }
}
@media (min-width:426px){
    .accordion{
        display: none;
    }
}
@media (max-width:425px){
    body{
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .normal{
        display: none;
    }
    #toggle {
        display: block;
        width: 100%;
        background: #222;
        position: fixed;
        z-index: 300;
        transition: .3s;
    }
    .sphead nav ul li a {
        padding: 14px 39%;
    }
    .accordion{
        display: block;
    }
    .pagelink{
        position: fixed;
        bottom: 20px;
        right: -67px;
        z-index: 9999;
    }
    .pagelink a {
        display: block;
        width: 55%;
        height: auto;
    }
    .pagelink img{
        width: 100%;
        height: auto;
    }
    .accordion .top_box, .center_box, .bottom_box {
        display: block;
        display: -webkit-block;
    }
    .accordion .left_box {
        background-color: #f2f2f2;
        margin: 0 10px 20px;
        padding: 21px 14px;
        width: 88%;
    }
    .inner_top img, .inner_bottom img {
        width: 11%;
    }
    #contents4 {
        max-height: 1800px;
    }
    .accordion .inner_bottom{
        display: none;
    }
    .inner_top {
        border-bottom: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    i.fas.fa-angle-down {
        margin: 7px 98px 0;
        font-size: 20px;
        color: #445a44;
    }
    .accordion .inner_top p:nth-of-type(2)::after{
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        margin: 0 22.4vw;
        color: #3e633e;
    }
    .mailnote2 p a {
        color: #db3336;
        font-size: 19px;
        padding: 0;
        text-decoration: none;
        font-size: 16px;
    }
    #contents2{
        padding: 14% 17px 20%;
    }
    #contents3 {
        max-height: 950px;
    }
    #contents4{
        padding: 14% 20px 20%;
    }
    #contents5 {
        padding: 20px 20px 10%;
    }
    .contimg02_2 img.point_img {
        padding: 0!important;
    }
    .price_list_left {
        text-align: left;
        float: none;
    }
    .price_list_left, .price_list_right {
        width: 99%;
    }
    .price_list_right img {
        padding-top: 30px;
    }
    .contimg02_2 p {
        font-size: 17px;
    }
    .slider_contents {
        min-height: 559px!important;
    }
    .swiper-container {
        padding-bottom: 152px;
    }
    .swiper-slide-active {
        height: 100%;
        width: 84%!important;
    }
    .company_content p{
        font-size: 3.6vw;
    }
    .swiper-slide-active .company_content p{
        font-size: 4vw;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
        margin-top: 125px;
    }
    .under_white {
        height: 141px;
        margin: -110px 0 0 0;
    }
}
@media (max-width:375px){
    body{
        -webkit-overflow-scrolling: touch;
    }
    .sphead nav ul li a {
        padding: 14px 38%;
    }
    .top_box .left_box:nth-of-type(1) .inner_top,
    .center_box .left_box:nth-of-type(1) .inner_top{
        padding-bottom: 8%;
    }
    .contents1_text {
        font-size: 16px;
    }
    .contimg03_2 p:first-child {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    h4 {
        font-size: 16px;
    }
    .mailnote2 p a {
        font-size: 14px;
    }
    .accordion .top_box .left_box:nth-of-type(1) .inner_bottom,
    .accordion .center_box .left_box:nth-of-type(1) .inner_bottom{
        margin-top: 30px; 
    }
    .inner_top .text_box {
        margin: 0 0 0 17vw;
    }
}
@media (max-width:360px){
    body{
        overflow-x: hidden;
    }
    .inner_bottom .text_box2 p {
        letter-spacing: 0px;
        font-size: 13.7px;
    }
    #contents4 {
        max-height: 2010px;
    }
    .contimg01_1 img, 
    .contimg02_1 img {
        width: 100%;
    }
    .underline {
        padding: 0 0 5px 0;
        border-bottom: 2px solid #db3336;
        font-size: 14px;
    }  
    #contents5 {
        padding: 20px 0px 20%;
    }
    #contents2 img {
        width: 100%;
    }
    .contents1_inner{
        padding: 30px 0 0;
    }
    .being_published{
        font-size: 23px;
        margin-bottom: 20px;
    }
    .swiper-slide-active {
        height: 97.3%;
        width: 74%!important;
    }
    .company_content p{
        font-size: 14px;
    }
    .swiper-slide-active .company_content p{
        font-size: 15px;
    }
    .swiper-container {
        padding-bottom: 114px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 66px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        padding: 1px;
    }
    .under_white {
        height: 96px;
    }
    .slider_contents {
        min-height: 450px!important;
    }
}
@media (max-width:320px){
    .sphead nav ul li a {
        padding: 14px 35%;
    }
    .sphead img{
        width: 65%;
        margin: 0 0 0 65px;
    }
    .inner_bottom .text_box2 {
        margin: 0 0 0 55px;
        text-align: justify;
    }
    .inner_bottom .text_box2 p {
        letter-spacing: 0px;
        font-size: 14.6px;
    }
    .accordion .top_box .left_box:nth-of-type(1) .inner_bottom,
    .accordion .center_box .left_box:nth-of-type(1) .inner_bottom,
    .accordion .center_box .left_box:nth-of-type(2) .inner_bottom,
    .accordion .bottom_box .left_box:nth-of-type(2) .inner_bottom{
        margin-top: 40px; 
    }
    .accordion .center_box .left_box:nth-of-type(2),
    .accordion .bottom_box .left_box:nth-of-type(2){
        padding-bottom: 30px;
    }
    .contents1_text {
        font-size: 15.4px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .ex_essential p {
        margin: 0px 0 0 0;
    }
}

/*ipad横*/
@media screen and (max-width: 1366px) and (min-width: 1023px) and (orientation: landscape) {
    
}

/* header.pc {
    position: relative;
} */

.report_link {
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 9999;
    background: linear-gradient(90deg, rgba(28, 191, 105, 1) 0%, rgba(0, 141, 66, 1) 100%);
    padding: 10px;
    border-radius: 8px;

}
@media (max-width: 1360px) {
    .report_link {
        top: 110px;  
    }
}

.report_link a {
   text-decoration: none; 
   color: #fff;
   line-height: 1.2;
}