@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
    text-align: justify;
}
body .bg_b,body .bg5{
    color:#fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: 400;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 20px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}
.sp{display: none;}
.sp2{
    display: none;
}
.slick-slide .sp {
    display: none;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #fff;
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    text-decoration: none;
}

/*w共通
---------------------------------------------------------------------------*/
.w1000 {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}

.w1200{
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1400{
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1000-2 {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1200-2{
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w1400-2{
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
}
.w950{
    max-width: 950px;
    margin: 0 auto;
}
/*画面幅1500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
    
.w1400{
    max-width: 94%;
}
.w1400-2{
    max-width: 100%;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

.w1200{
    max-width: 94%;
}
.w1200-2{
    max-width: 100%;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}
}
/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1100px){

.w1000{
    max-width: 94%;
}
.w1000-2 {
    max-width: 100%;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}
}


/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

.w950{
    max-width: 96%;;
    margin: 0 auto;
    padding: 0 2%;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.slick-slide .sp {
    display: block;
}  
.slick-slide .pc {
    display: none;
}
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    position: fixed;
    height: 110px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
header a {
}
header img{
    width:100%;
}
.slick-slide img {
    width:100%;
}
.mainimg_bg{
     background-image: linear-gradient(90deg, rgba(252, 204, 0, 1), rgba(252, 204, 0, 1));
    background-size: 90% 90%;
    background-repeat: no-repeat;
    position: relative;
}
.mainimg{
    position: relative;
}
.mainimg img{
    padding-top: 74px;
    width:85%;
    margin-left: 15%;
    margin-top: 5%;
}
.mainimg.lower img {
    width: 100%;
    margin-left: 0%;
}
.main_text{
    position: absolute;
    bottom: 29%;
    left: 6%;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.main_text h2{
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 60px;
    color: #000;
    background-color: #fff;
    padding: 20px 15px;
}
.main_text p{
    display: inline-block;
    background-color: #2e9648;
    padding: 5px 10px;
}
.main_text .sp2{
    display: none;
}
.logo {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width:250px;
    z-index: 10001;
    transition: 0s;
}

/*トップページへの追加設定*/
/*ロゴ画像*/
/*トップページへの追加設定*/
.home header h1 {
	width: 300px;		/*ロゴ画像の幅を上書き*/
	padding-top: 90px;	/*上に空ける余白の上書き。*/
}


@media screen and (max-width:1180px){
.main_text h2{
    margin-bottom: 15px;
    font-size: 48px;
    padding: 5px 0;
}
}
@media screen and (max-width:900px){
.main_text h2{
    margin-bottom: 10px;
    font-size: 36px;
}
}
@media screen and (max-width:480px){
.main_text h2{
    margin-bottom: 5px;
    font-size: 28px;
}
.main_text p{
    font-size: 14px;
}
.main_text {
    bottom: 2%;
}
}
/*画面幅1024px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
header {
    height: 60px;
}
}
/*画面幅820px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.mainimg img{
    padding-top: 100px;
}
    .sp2{
        display: block;
    }
    .main_text .pc2{
        display: none;
    }

.main_text .sp2{
    display: inline-block;
    margin-bottom: 5px;
}
.main_text h2 {
    padding: 5px 10px;
}
}
/*画面幅480px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

}

/*メインメニュー
---------------------------------------------------------------------------*/
.header1{
    width: 100%;
    z-index: 10;
    background-color: #fff;
    transition: 0.7s;
    top:0;
}
/*メニューブロック*/
.header1 #menubar {
	clear: both;overflow: hidden;position: absolute;
    width:100%;
    z-index: 10000;
    transition: 0s;
    top: 0%;
    left: 0%;
}
.header1 #menubar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
    justify-content: flex-end;
}
/*メニュー１個あたりの設定*/
.header1 #menubar li {
/*	width: 16.6%;	/*メニュー幅（100÷5個=20%）*/
    padding: 0px 30px;
    font-weight: normal;
}
.header1 #menubar li:last-child {
    padding: 0px 0;
}
.header1 #menubar li:last-child a{
    padding: 25px 20px 25px 50px;
    margin-left: 30px;
    background-color: #2e9648;
    position: relative;color: #fff;
}
.header1 #menubar li:last-child a::before{
    position: absolute;
    content: "";
    background-image: url("../images/index/mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header1 #menubar li a {
    color: #000;
    text-align: center;
	display:  block;
	font-size: 16px;	/*文字サイズ*/
	margin: 0px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-left: 0px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
}

.header1 #menubar .tel_info a{
	text-shadow: none;display: block;
	font-size: 32px;		/*文字サイズ*/
	padding-left: 25px;		/*左に少しだけ余白を作る。*/
}
.header1 #menubar .tel_info a{
    font-weight: bold;
    position: relative;
    text-align: left;
}
.header1 #menubar .tel_info a::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url("../images/index/header_tel.png");
    width:20px;
    background-size: contain;
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
.header1 #menubar li a:hover{
color:#2e9648;
}
.header1 #menubar li:last-child a:hover{
color:#fff;
background-color: #fccc00;
}
.header1 #menubar .line{
    width:80px;
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
.header1 #menubar ul {
    justify-content: flex-end;
}
    .header1 #menubar .line{
        width:60px;
    }
    .header1 #menubar ul li:last-child img{
        width:60px;
    }
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px){
    .header1 #menubar li {
}
    .header1 #menubar .line{
        width:40px;
    }
    .header1 #menubar ul li:last-child img{
        width:40px;
    }
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
.header2 #menubar {
	clear: both;overflow: hidden;position: relative;
    width:100%;
    z-index: 10000;
    transition: 0.5s;
}
.header2 #menubar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
}
/*メニュー１個あたりの設定*/
.header2 #menubar li {
/*	width: 16.6%;	/*メニュー幅（100÷5個=20%）*/
    padding: 10px 30px;
    font-weight: normal;

}
/*メニュー1つ目の左右に点線を入れる*/
.header2 #menubar li:nth-child(1){
    border-left: dashed 1px #000;
    border-right: dashed 1px #000;
}
/*メニュー2つ目の右に点線を入れる*/
.header2 #menubar li:nth-child(2){
    border-right: dashed 1px #000;
}
/*メニュー3つ目の右に点線を入れる*/
.header2 #menubar li:nth-child(3){
    border-right: dashed 1px #000;
}
.header2 #menubar li:last-child{
    padding: 10px 0;
    
}
.header2 #menubar li a {
    color: #000;
    text-align: center;
	display:  block;
	font-size: 16px;	/*文字サイズ*/
	margin: 0px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-left: 0px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
}

.header2 #menubar .tel_info a{
	text-shadow: none;display: block;
	font-size: 32px;		/*文字サイズ*/
	padding-left: 25px;		/*左に少しだけ余白を作る。*/
}
.header2 #menubar .tel_info a{
    font-weight: bold;
    position: relative;
    text-align: left;
}
.header2 #menubar .tel_info a::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url("../images/index/header_tel.png");
    width:20px;
    background-size: contain;
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
.header2 #menubar li a:hover{
color:#20c73d;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


.header2 #menubar .line{
    width:80px;
}
.tel_info,#menubar .tel_info a{
    line-height: 1.4;
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
.header2 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header2 #menubar .line{
        width:60px;
    }
    .header2 #menubar ul li:last-child img{
        width:60px;
    }
.header2 #menubar li {
    padding: 18px 30px;
}
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
    .header2 #menubar li {
    padding: 18px 20px;
}
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px){
.header2 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header2 #menubar li {
    padding: 23px 10px;
    font-weight: normal;
}
    .header2 #menubar .line{
        width:40px;
    }
    .header2 #menubar ul li:last-child img{
        width:40px;
    }
.header2 #menubar .tel_info a{
	font-size: 25px;		/*文字サイズ*/
}
    .header2 #menubar li a {
    font-size: 14px;
}
    .header2 .logo {
    width: 180px;
}
}

/*メインメニュー
---------------------------------------------------------------------------*/
.header3{
    width: 100%;
    z-index: 10;
    background-color: #fff;
}
/*メニューブロック*/
.header3 #menubar {
	clear: both;overflow: hidden;position: absolute;
    width:100%;
    z-index: 10000;
    transition: 0s;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header3 #menubar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
}
/*メニュー１個あたりの設定*/
.header3 #menubar li {
/*	width: 16.6%;	/*メニュー幅（100÷5個=20%）*/
    padding: 8px 30px;
    font-weight: normal;
}
.header3 #menubar li:nth-child(5){
    padding-right: 0;
}
.header3 #menubar li:nth-child(6){
    padding-left: 0;
}

.header3 #menubar li a {
    color: #000;
    text-align: center;
	display:  block;
	font-size: 16px;	/*文字サイズ*/
	margin: 0px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-left: 0px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
}

.header3 #menubar .tel_info a{
	text-shadow: none;display: block;
	font-size: 32px;		/*文字サイズ*/
	padding-left: 25px;		/*左に少しだけ余白を作る。*/
}
.header3 #menubar .tel_info a{
    font-weight: bold;
    position: relative;
    text-align: left;
}
.header3 #menubar .tel_info a::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url("../images/index/header_tel.png");
    width:20px;
    background-size: contain;
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
.header3 #menubar li a:hover{
color:#20c73d;
}

.header3 #menubar .line{
    width:80px;
}
body.is-fixed-menu .header3 #menubar.nav-fix-pos {
	position: absolute;width: 100%;
    top: 50%;
    background-color: #fff;
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
.header3 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header3 #menubar .line{
        width:60px;
    }
    .header3 #menubar ul li:last-child img{
        width:60px;
    }
    .header3 #menubar ul li:nth-child(5) img{
        width:60px;
    }
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px){
.header3 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header3 #menubar li {
    padding: 10px;
    font-weight: normal;
}
    .header3 #menubar .line{
        width:40px;
    }
    .header3 #menubar ul li:last-child img{
        width:40px;
    }
    .header3 #menubar ul li:nth-child(5) img{
        width:40px;
    }
}

/*メインメニュー
---------------------------------------------------------------------------*/
.header4{
    height: 200px;
    background: none;
}
.header4 .logo{
    left: 0;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    width: 200px;
}

.logo {
    top: 30%;
    z-index: 10001;
    transition: 0.7s;
}
.is-fixed-menu .logo{
    top: 50%;
}

/*メニューブロック*/
.header4 #menubar {
	clear: both;overflow: hidden;position: absolute;
    width:100%;
    z-index: 10000;
    transition: 0s;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header4 #menubar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
    justify-content: center;
}
/*メニュー１個あたりの設定*/
.header4 #menubar li {
/*	width: 16.6%;	/*メニュー幅（100÷5個=20%）*/
    padding: 10px 30px;
    font-weight: normal;
    background-color: #fff;

}

.header4 #menubar li:last-child {
    background:none;
}
.header4 #menubar li:first-child{
    border-radius: 15px 0 0 15px;
}
.header4 #menubar li:nth-child(3){
    border-radius: 0 15px 15px 0;
}
.header4 #menubar li:last-child a{
    padding: 10px 20px 10px 50px;
    margin-left: 30px;
    background-color: #ffe600;
    position: relative;
    border-radius: 10px;
}
.header4 #menubar li:last-child a::before{
    position: absolute;
    content: "";
    background-image: url("../images/index/mail_b.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header4 #menubar li a {
    color: #000;
    text-align: center;
	display:  block;
	font-size: 16px;	/*文字サイズ*/
	margin: 0px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-left: 0px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
}

.header4 #menubar .tel_info a{
	text-shadow: none;display: block;
	font-size: 32px;		/*文字サイズ*/
	padding-left: 25px;		/*左に少しだけ余白を作る。*/
}
.header4 #menubar .tel_info a{
    font-weight: bold;
    position: relative;
    text-align: left;
}
.header4 #menubar .tel_info a::before{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url("../images/index/header_tel.png");
    width:20px;
    background-size: contain;
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
.header4 #menubar li a:hover{
color:#20c73d;
}
.header4 #menubar .line{
    width:80px;
}
.pt0 img{
    padding-top: 0;
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
.header4 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header4 #menubar .line{
        width:60px;
    }
    .header4 #menubar ul li:last-child img{
        width:60px;
    }
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px){
.header4 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header4 #menubar li {
    padding: 10px;
    font-weight: normal;
}
    .header4 #menubar .line{
        width:40px;
    }
    .header4 #menubar ul li:last-child img{
        width:40px;
    }
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.header4 .logo {
    width: 100px;
}
.header4 #menubar-s {
    top: 100px;
}
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: absolute;width: 100%;
}
body.is-fixed-menu .header1 #menubar.nav-fix-pos {
    position:absolute;
    width: 100%;
    background-color: #fff;
}
body.is-fixed-menu .contents:first-of-type {
/*	margin-top: 100px;	/*メニューブロックの高さを指定する。背景画像も高さ100pxなので通常はこのままで。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed .contents:first-of-type {
	margin-top: 100px;
}
.is-fixed-menu .header1{
    height: 74px;
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
    header{
        height: 102px;
    }
    .header3{
        height: 102px;
    }
.logo {
    left: 3%;
}
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px){
.logo {
    width:200px;
}
}
/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    #menubar ul {
    justify-content: flex-end;
}
}
/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    header{
        height: 60px;
    }
    .header1{
        height: 74px;
    }
    .header3{
        height: 60px;
    }
    .is-fixed-menu .header1 {
    height: 60px;
}
.logo {
    top:50%;
    width:200px;
    transition: 0s;
}
}

/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

}
/*contents
---------------------------------------------------------------------------*/
.contents {
	clear: both;overflow: hidden;
	padding-top: 100px;		/*上に空けるボックス内の余白*/
	padding-bottom: 100px;	/*下に空けるボックス内の余白*/
}
/*コンテンツのh2タグ設定*/
h2 {
	clear: both;
    font-weight: 600;
    text-align: center;
	margin-bottom: 30px;	/*見出しの下に空けるスペース*/
	padding: 10px 0;		/*上下、左右への余白*/
	font-size: 36px;		/*文字サイズ*/
    position: relative;
    line-height: 0.7;
}
/*h2タグに「span class="title_sub"」を指定した場合の追加設定。見出しの下に小文字です。*/
h2 .title_sub{
    font-size: 16px;
    color: #2e9648;
    letter-spacing: 1px;
}
/*h2タグに「span class="title_sub"」を指定した上で、h2に直接「class="title_up"」を指定した場合の追加設定。見出しの上に小文字です。*/
h2.title_up{
    line-height: 1.1;    
    margin-top: -30px;
}
.h2_underbar{
    padding-bottom: 30px;
}
.h2_underbar::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url("../images/index/underbar.png");
    height: 4px;
    width: 56px;
    
}
/*コンテンツのh3タグ設定*/
h3 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下に空けるスペース*/
	padding: 10px 0;		/*上下、左右への余白*/
	font-size: 24px;		/*文字サイズ*/
    font-weight: bold;
}
li h3{
    padding: 0 15px;    
}
/*コンテンツのh4タグ設定*/
h4 {
	clear: both;
	margin-bottom: 10px;	/*見出しの下に空けるスペース*/
	padding: 5px 0px;		/*上下、左右への余白*/
	font-size: 20px;		/*文字サイズ*/
    font-weight: bold;
}
li h4{
    padding: 0 15px;
}
/*コンテンツの段落タグ設定*/
p {
	margin-bottom: 0px;
    font-size: 18px;
}
li p{
    padding: 0 15px;
}
/*他*/
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    .contents {
    clear: both;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
h2 .title_sub {
    font-size: 14px;
}
h3 {
    font-size: 22px;
}
p {
    font-size: 16px;
}
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*コンテンツのh2タグ設定*/
h2 {
    font-size: 24px;
    line-height: 0.9;
}
h2 .title_sub {
    font-size: 12px;
}
h2.title_up{ 
    margin-top: -20px;
    line-height: 1.2;    
}
/*コンテンツのh3タグ設定*/
h3 {
	font-size: 21px;	/*文字サイズ*/
}

h4{
        font-size: 16px;
    }
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	font-size: 16px;	/*文字サイズ*/
/*	color: #fff;	/*文字色*/
/*	background: #231815;	/*背景色*/
}
/*リンクテキスト*/
footer a {
	color: #000;	/*文字色*/
	text-decoration: none;
}
/*リンクのマウスオン時*/
footer a:hover {
	color: #20c73d;
}
/*画面幅480px以下の設定　フッター
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
footer {
	font-size: 14px;	/*文字サイズ*/
}    
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
    font-size: 14px;
	overflow: hidden;
	padding: 20px 3%;	/*上下、左右のボックス内の余白*/
/*	color: #fff;		/*文字色*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.footer_l{
    width: 40%;
}
.footer_l h4{
    width: 250px;
}
/*１行分の設定*/
#footermenu ul {
    width:60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
#footermenu li{
    text-align: center;
    padding: 0 15px;
}
.footer_map{
    position: relative;
    padding-left: 20px;
}
.footer_map::before{
    position: absolute;
    content: "";
    left: 3px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/index/map.png");
    height:15px;
    width:15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_tel{
    position: relative;
    padding-left: 20px;
}
.footer_tel::before{
    position: absolute;
    content: "";
    left: 3px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/index/tel_b.png");
    height:15px;
    width:15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_fax{
    position: relative;
    padding-left: 20px;
}
.footer_fax::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/index/fax.png");
    height:15px;
    width:15px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width:900px){
.footer_l{
    width: 50%;
}
#footermenu ul {
    width:50%;
}
}
@media screen and (max-width:480px){
#footermenu {
    padding: 30px 3% 60px;
    }
.footer_l {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.footer_l h4 {
    margin: 5px auto 10px;
}
#footermenu ul {
	width:100%;	/*１列あたりの幅の再設定*/
    padding: 0;
    justify-content: center;
}
#footermenu li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	font-size: 12px;	/*文字サイズ*/
}
/*リンクテキスト*/



/*btn1 ボタンの設定
---------------------------------------------------------------------------*/
p.btn1 a {
	text-decoration: none;display: inline-block;
    background-color: #fccc00;
    border: 1px solid #fccc00;
    border-radius: 30px;
	color: #000;	/*文字色*/
	padding: 10px 60px 10px 30px ;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
    position: relative;
    width:175px;
    margin: 40px 0px 0;
}
p.btn1 a::after {
    content: "";
    background-image: url("../images/index/arrow.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width:33px;
    height:12px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
    
    
}
/*マウスオン時*/
p.btn1 a:hover {
	border: 1px solid #000;	/*枠線の幅、線種、色。*/
	background: #fff;			/*背景色*/
	color: #000;	/*文字色*/
}
p.btn1 a:hover::after {
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.news{
    background-color: #f7f8f8
}
.news_flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news_title_flex{
    width:200px;
}
.news_list_flex{
    width: 1000px;
}
.news a{
    color: #000;
    text-decoration: none;
}
.news dl {
	padding: 0px 20px 10px;	/*上下、左右へのボックス内の余白*/
	border-bottom: 1px solid #aaa;
	position: relative;
	margin: 0 auto 12px;
}
.news dl:last-child{
    margin-bottom: 10px;
}
/*日付設定*/
.news dt {
	float: left;	/*左に回り込み*/
    padding: 5px;
	width: 7em;/*幅*/
    margin-right: 1em;
    text-align: center;
	letter-spacing: 0.1em;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
}
/*記事設定*/
.news dd {
	padding:5px 0 5px 8em;	/*左に空ける余白*/
    position: relative;
}
.news-dd{
    position: relative;
}
.news-dd::after {
    position: absolute;
    content: "";
    background-image: url("../images/index/arrow2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
    bottom: 2px;
    right: 0px;
}
.blog-dd{
    position: relative;
}
.blog-dd::after {
    position: absolute;
    content: "";
    background-image: url("../images/index/arrow2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
    bottom: 2px;
    right: 0px;
}

dt .news-cat{
    margin: 0 10px 5px 0;
    display: inline-block;
    font-size: 0.8rem;
    color: #ffff;
    text-align: center;
    padding: 6px 10px 7px;
    vertical-align: text-top;
    line-height: 1;
/*	border: 1px solid #2b82bd;*/
	background-color: #2b82bd;
    width:70px
}
dt .blog-cat{
    margin: 0 10px 5px 0;
    display: inline-block;
    font-size: 0.8rem;
    color: #ffff;
    text-align: center;
    padding: 6px 10px 7px;
    line-height: 1;
/*	border: 1px solid #2b82bd;*/
	background-color: #ffa500;
    width:70px;
}
.news_title p{
    text-align: center;
}
.news_title h2{
    line-height: 1;
}
.news_box{
    max-width: 800px;
    margin: 0 auto;
}
.news_box img{
    margin-bottom: 20px;
}
.news_box p{
    margin-bottom: 40px;
}
.news_list_btn{
    font-size: 14px;
    text-align: right;
    padding-right: 35px;
    position: relative;
}
.news_list_btn a{
    color: #25489c;
    font-weight: 500;
}
.news_list_btn::after {
    position: absolute;
    content: "";
    background-image: url("../images/index/arrow2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
    bottom: 1px;
    right: 20px;
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
    .news_title_flex {
    width: 100%;
}
    .news_list_flex {
    width: 80%;
        margin: 0 auto;
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    .news_list_flex {
    width: 100%;
        margin: 0 auto;
}
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

    .news {
}
    .news dt {
    float: none;
}
    .news dl {
    width: 90%;
}
    .news dd {
    padding-left: 0px;
    width: 100%;
}
}


/*box1
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
/*box1 ２カラムボックス　左画像＋右テキスト　サイズ標準*/
.box1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.box1:last-child{
    margin-bottom: 0;
}
.box1:nth-child(odd) .box1_text{
    order: 1;
    padding-right: 4%;
}
.box1:nth-child(even) .box1_text{
    padding-left: 4%;
}
.box1:nth-child(odd) .box1_img{
    order: 2;
}

.box1_text{
    width:41%;
    flex-wrap: wrap;
}
.box1_text h3{
    padding-top: 0;
}
.box1_img{
    width:55%;
}
.box1_img img{
    width:100%;
}

.box1 .btn1 a{
    background-color: #fc8a0e;
    border: solid 1px #fc8a0e;
}
.box1 .btn1 a:hover {
    border: solid 1px #fc8a0e;
	background: #fff;			/*背景色*/
	color: #fc8a0e;	/*文字色*/
}
.box1 .btn1 a:hover::after {
    background-image: url("../images/index/arrow_orange.png");
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box1 {
    margin-bottom: 30px;
}    
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.box1_text {
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
.box1:nth-child(odd) .box1_text{
    order: 2;
}
.box1:nth-child(odd) .box1_img{
    order: 1;
}
.box1:nth-child(even) .box1_text{
    padding-left: 2.5%;
}
.box1:nth-child(odd) .box1_text {
    padding-right: 2.5%;
}
.box1_img {
    width: 100%;
    margin-bottom: 30px;
}
.box1_text {
    width: 100%;
    padding: 2.5%;
    margin-bottom: 15px;
    justify-content: center;
}
}


/*box1-2 ２カラムボックス　左画像＋右テキスト　サイズ変更など*/
.box1-2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.box1-2:last-child{
    margin-bottom: 0;
}
.box1-2:nth-child(odd){
    justify-content: flex-end;
}
.box1-2:nth-child(odd) .box1-2_text{
    order: 1;
    padding-right: 4%;
}
.box1-2:nth-child(even) .box1-2_text{
    padding-left: 4%;
}
.box1-2:nth-child(odd) .box1-2_img{
    order: 2;
}
.box1-2_text{
    width:350px;    /*横幅サイズ*/
    flex-wrap: wrap;
}
.box1-2_text h3{
    padding-top: 0;
}
.box1-2_img{
    width:50%;    /*横幅サイズ*/
}
.box1-2_img img{
    width:100%;
}


/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box1-2 {
    margin-bottom: 50px;
}
    
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
.box1-2:nth-child(odd) .box1-2_text{
    order: 2;
}
.box1-2:nth-child(odd) .box1-2_img{
    order: 1;
}
.box1-2_img {
    width: 100%;
    margin-bottom: 30px;
}
.box1-2_text {
    width: 100%;
    padding: 2.5%;
    margin-bottom: 15px;
    justify-content: center;
}
}
/*box2（３カラムボックスリンクボタン付き）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2 li{
	position: relative;
	width: 30%;		/*ボックスの幅*/
    margin-left: 5%;
	padding-bottom: 105px;	/*下の余白 ボタン消したらここを15pxに変更する*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
}
.box2 li:nth-of-type(3n+1){
    margin-left: 0;
}
.box2 img{
    width:100%;
}
.box2 h3 {
    text-align: center;
    margin: 15px 0;
}
.box2 p.btn1 {
	position: absolute;
	bottom: 25px;	/*box2の下から30pxの場所に配置*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
 
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.box2 p.btn1 a {
    width: 110px;
}
.box2 p.btn1 a::after {
    right: 15px;
}
}
/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box2 li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 30px;
}    
.box2 li:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
.box2 li:last-child {
    margin-bottom: 0;
}    
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*ボックス１個あたりの設定*/
.box2 {
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}
.box2 li {
    width: 100%;
    margin-left: 0%;
}
.box2 li:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2 li:last-child {
    margin-bottom: 0px;
}

.box2 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}

/*box2-1（4カラムボックスリンクボタン付き）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-1 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-1 li{
	position: relative;
	width: 22%;		/*ボックスの幅*/
    margin-left: 4%;
    margin-bottom: 30px;
	padding-bottom: 105px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
}
.box2-1 li:nth-of-type(4n+1){
    margin-left: 0;
}
.box2-1 img{
    width:100%;
}

.box2-1 h3 {
    text-align: center;
    margin: 15px 0;
}
.box2-1 p.btn1 {
	position: absolute;
	bottom: 25px;	/*box2の下から30pxの場所に配置*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.box2-1 p.btn1 a {
    width: 100px;
}    
.box2-1 p.btn1 a::after {
    right: 20px;
}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box2-1 li {
    width: 48%;
    margin-left: 4%;
}    
.box2-1 li:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2-1 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box2-1 {
    padding: 3%;
    margin: 0 0 20px 0;
}
.box2-1 li {
    width: 100%;
    margin-left: 0%;
}
.box2-1 li:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-1 li:last-child {
    margin-bottom: 0px;
}
}

/*box2-2（３カラムボックスリンク全体）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-2 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-2 a{
	position: relative;
	width: 30%;		/*ボックスの幅*/
    margin-left: 5%;
    margin-bottom: 30px;
	padding-bottom: 15px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
    color: #000;
}
.box2-2 a:nth-of-type(3n+1){
    margin-left: 0;
}
.box2-2 img{
    width:100%;
}

.box2-2 h4 {
    text-align: center;
    color: #e9910e;
    margin: 10px 0;
}
.box2-2_img{
    overflow: hidden;
}
.box2-2_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.box2-2 a:hover{
    opacity: 0.7;
}
.box2-2 a:hover img {
  transform: scale(1.1);
}

 
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
}
/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box2-2 a {
    width: 48%;
    margin-left: 4%;
}    
.box2-2 a:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2-2 a:nth-of-type(2n+1) {
    margin-left: 0%;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*ボックス１個あたりの設定*/
.box2-2 {
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
}
.box2-2 a {
    width: 100%;
    margin-left: 0%;
}
.box2-2 a:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-2 a:last-child {
    margin-bottom: 0px;
}

.box2-2 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}


/*box2-3（4カラムボックスリンク全体）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2-3 ul{
    display: flex;
    flex-wrap: wrap;
}
.box2-3 a{
	position: relative;
	width: 22%;		/*ボックスの幅*/
    margin-left: 4%;
    margin-bottom: 30px;
	padding-bottom: 15px;	/*下の余白だけ上書き*/
	line-height: 1.5;	/*行間*/
    background-color: #fff;
    color: #000;
}
.box2-3 a:nth-of-type(4n+1){
    margin-left: 0;
}
.box2-3 img{
    width:100%;
}

.box2-3 h4 {
    text-align: center;
    color: #e9910e;
    margin: 10px 0;
}
.box2-3 p.btn1 {
	position: absolute;
	bottom: 25px;	/*box2の下から30pxの場所に配置*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.box2-3_img{
    overflow: hidden;
}
.box2-3_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.box2-3 a:hover{
    opacity: 0.7;
}
.box2-3 a:hover img {
  transform: scale(1.1);
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.box2-3 p.btn1 a {
    width: 100px;
}    
.box2-3 p.btn1 a::after {
    right: 20px;
}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box2-3 a {
    width: 48%;
    margin-left: 4%;
}    
.box2-3 a:nth-of-type(3n+1) {
    margin-left: 4%;
}
.box2-3 a:nth-of-type(2n+1) {
    margin-left: 0%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box2-3 {
    padding: 3%;
    margin: 0 0 20px 0;
}
.box2-3 a {
    width: 100%;
    margin-left: 0%;
}
.box2-3 a:nth-of-type(3n+1) {
    margin-left: 0%;
}
.box2-3 a:last-child {
    margin-bottom: 0px;
}

.box2-3 h4 {
	font-size: 16px;	/*文字サイズ*/
}
}



/*box3（２カラムボックス　左テキスト広め　右画像）
---------------------------------------------------------------------------*/
.box3{
}
.box3 li{
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.box3_text{
    width:65%;
}
.box3_text h3{
    font-size: 58px;
    margin-bottom: 0;
}
.box3_text h4{
    font-size: 24px;
}
.box3_img{
    width:30%;
    margin-right: 5%;
}
.box3_img img{
    width: 100%;
}
.box3 li:last-child{
    margin-bottom: 0px;
}
.box3 li:last-child::after{
    content: none;
}


/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box3_text h3{
    font-size: 42px;
}
.box3_text h4{
    font-size: 22px;
}  
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
.box3_img {
    width: 100%;
    margin-right: 0%;
}
.box3_text {
    width: 100%;
}
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box3 li{
    margin-bottom: 40px;
}
.box3_text {
    width: 100%;
}
}

/*box3-2（２カラムボックス　テキスト広め＋画像が交互になる）
---------------------------------------------------------------------------*/
.box3-2{
}
.box3-2 li{
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.box3-2_text{
    width:65%;
}
.box3-2_img{
    width:30%;
    margin: 0 2.5%;
}
.box3-2 li:nth-child(odd) .box3-2_text{
    order:2;
}
.box3-2 li:nth-child(odd) .box3-2_img{
    order: 1;
}
.box3-2 li:last-child{
    margin-bottom: 0px;
}
.box3-2 li:last-child::after{
    content: none;
}

.box3-2 li p{
}

/*画面幅480px以下の設定 box3-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box3-2{
}
.box3-2_text {
    width: 100%;
}
}

/*box4（２カラムボックス　背景画像でタイトルテキストリンク）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box4 ul{
    display: flex;
    flex-wrap: wrap
}

.box4 li{
    width:42%;
    padding: 2%;
    margin: 0 2%;
}
.box4 li:nth-child(1){
    background-image: url("../images/index/box4-1.jpg");
}
.box4 li:nth-child(2){
    background-image: url("../images/index/box4-2.jpg");
}

/*画面幅767px以下の設定 box4
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box4 li{
    width:480px;
    padding: 2% 0;
    margin: 2% auto;
}   
}

/*画面幅480px以下の設定 box4
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box4 li{
    width:100%;
    padding: 2% 0;
}   
}

/*box4-2（３カラムボックス　背景画像でタイトルテキストリンク）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box4-2 ul{
    display: flex;
    flex-wrap: wrap
}

.box4-2 li{
    width:28%;
    padding:2%;
    margin-left:2%;
}
.box4-2 li:nth-of-type(3n+1){
    margin-left: 0;
}
.box4-2 li:nth-child(1){
    background-image: url("../images/index/box4-2-1.jpg");
}
.box4-2 li:nth-child(2){
    background-image: url("../images/index/box4-2-2.jpg");
}
.box4-2 li:nth-child(3){
    background-image: url("../images/index/box4-2-3.jpg");
}

/*画面幅767px以下の設定 box4-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box4-2 li{
    width:480px;
    padding: 2% 0;
    margin: 2% auto;
}   
.box4-2 li:nth-of-type(3n+1){
    margin-left: auto;
}
}

/*画面幅480px以下の設定 box4-2
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box4-2 li{
    width:100%;
    padding: 2% 0;
}   
}



/*box5（4カラムボックス2段　フォトギャラリー的な）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5 li{
    width:25%;
}
.box5 li img{
    width: 100%;
}

/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5 li{
    width:50%;
} 
}
/*box5-2（スライダー　フォトギャラリー的な　index.php下部のscriptのところで調整する）
------------------------------------------------------------------------------------------------------------------------------------------*/

/*box5-3（4カラムボックス2段　フォトギャラリー的な　リンク付き）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5-3 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5-3 li{
    width:25%;
    overflow: hidden;
}
.box5-3 li img{
    width: 100%;
}
.box5-3 a img{
    transition: 0.5s;
}
.box5-3 a:hover img{
  transform: scale(1.1);
    opacity: 0.7;
}
/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5-3 li{
    width:50%;
}  
}
/*box5-4（スライダー　フォトギャラリー的な　リンク付き　index.php下部のscriptのところで調整する）
------------------------------------------------------------------------------------------------------------------------------------------*/


/*box5-5（4カラムボックス2段　フォトギャラリー的な）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5-5 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5-5 li{
    width:22%;
    margin-left: 4%;
}
.box5-5 li:nth-of-type(4n+1){
    margin-left: 0;
}
.box5-5 li img{
    width: 100%;
}

/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5-5 li{
    width:48%;
} 
.box5-5 li:nth-of-type(2n+1){
    margin-left: 0;
} 
}
/*お問い合わせ
---------------------------------------------------------------------------*/
.footer_contact_info h3{
    margin: 15px 0 0;
}
.footer_contact_info p{
    margin-bottom: 30px;
}
.contactarea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.contactarea div{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width:50%;
    box-sizing: border-box;
    justify-content: center;
}
.contactarea div:last-child p{
    font-weight: 500;
}
.contactarea div:last-child{
    border-left: solid 1px #fff;
}
.contactarea .tel{
    margin-bottom: 10px;
    width: 100%;
}
.contactarea .tel a{
    font-size: 24px;
    padding-left: 25px;
    position: relative;
    line-height: 1;
    text-decoration: none;
}
.contactarea .tel a::before{
    position: absolute;
    top: 53%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/index/tel.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:17px;
    height:23px;
}
.contactarea .mail{
    font-size: 18px;
    position: relative;
    display: inline-block;
    font-weight: 500;
}
.contactarea .mail a{
    position: relative;
    text-decoration: none;
    border: solid 2px #fff;
    padding: 10px 70px 10px 50px;
}
.contactarea .mail a::before{
    position: absolute;
    top: 53%;
    left: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/index/mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:16px;
}
.contactarea .mail a::after{
    content: "";
    background-image: url("../images/index/arrow_w.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 11px;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
}
.contactarea .line {
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: 500;
}
.contactarea .line a{
    background-color: #fff;
    color: #06c755;
    position: relative;
    text-decoration: none;
    border: solid 2px #06c755;
    padding: 10px 70px 10px 50px;
    border-radius: 10px;
}
.contactarea .line a::before{
    position: absolute;
    top: 53%;
    left: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/index/line.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:22px;
    height:22px;
}
.contactarea .line a::after{
    content: "";
    background-image: url(../images/index/arrow_green.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 6px;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .contactarea .tel a {
    font-size: 28px;
    padding-left: 25px;
}
    .contactarea .tel a::before {
    width: 18px;
    height: 25px;
}
    .contactarea .mail {
    font-size: 14px;
        margin-bottom: 10px;
}
    .contactarea .line {
    font-size: 14px;
        margin-bottom: 10px;
}
}

/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
.contactarea div {
    width:400px;
    border-left:none;
    padding: 0;
    margin-bottom: 20px;
    order: 2;
}
.contactarea div:last-child {
    border-left: none;
    order: 1;
}
.contactarea .mail {
    margin-top: 20px!important;
}
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.contactarea {
    margin-top: 20px;
}
    .contactarea p:last-child{
        margin-top: 0px;
}
.contactarea .tel {
    font-size: 22px;
    padding-left: 20px;
    line-height: 1.5;
}
.contactarea .tel::before {
    left: 30px;
}
.contactarea .mail::before {
    top: 60%;
}
.footer_contact_info h3 {
    margin: 15px 0 0;
    line-height: 1.5;
}
}



/*アコーディオン全体
------------------------------------------------------------------------------------------------------------------------------------------*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

/*アコーディオンタイトル*/
.accordion-area .title {
    margin-bottom: 10px;
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
    font-weight: 600;
    padding: 20px 50px;
    transition: all .5s ease;
	border-bottom: 1px solid #ccc;
}
.accordion-area h3.title span{
    font-size: 20px;
}
/*アイコンの＋と×*/
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 30px;
    height: 30px;
    background-image: url("../images/company/plus.png");
    background-size: contain;
    
}
.accordion-area .title::after{    
    top:10px;
    right: 10px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
	transform: rotate(-45deg);
    right:10.5px;
}
.accordion-area .title::before{
    position: absolute;
    content :"";
    left:0;
    width:30px;
    height:30px;
    background-image: url("../images/service/q.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/*アコーディオンで現れるエリア*/
.accordion-box {
    position: relative;
    display: none;/*はじめは非表示*/
	margin:0;
    padding: 1% 3% 1% 50px;
}
.accordion-box p{
    padding: 0;
    position: relative;
}
.accordion-box::after{
    
    position: absolute;
    content :"";
    left:0;
    top:10px;
    width:30px;
    height:30px;
    background-image: url("../images/service/a.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
    .accordion-area .title::after {
    right: 10px;
}
.accordion-area .title.close::after{
	transform: rotate(-45deg);
    right:10px;
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .accordion-area .title {
    font-size: 16px;
    padding: 8px 50px 20px;
        
}
    .accordion-area h3.title span {
    font-size: 16px;
}
    .accordion-area .title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/company/plus.png);
    background-size: contain;
} 
.accordion-area .title::before {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.accordion-box::after {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
}

/*流れ
---------------------------------------------------------------------------*/
.flow{
}
.flow li{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.flow_text{
    width:65%;
}
.flow_img{
    width:30%;
    margin: 0 2.5%;
}
.flow li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flow li::after{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
.flow li:last-child::after{
    content: none;
}

.flow li p{
}

/*画面幅480px以下の設定 flow
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.flow{
}
.flow_text {
    width: 100%;
}
.flow li p:last-child{
    margin-top: 10px;
}

}
/*流れ２（テキストと画像が交互）
---------------------------------------------------------------------------*/
.flow2{
}
.flow2 li{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.flow2_text{
    width:61%;
    margin: 0 2%;
}
.flow2_img{
    width:31%;
    margin: 0 2%;
}
.flow2 li:nth-child(odd) .flow2_text{
    order:2;
}
.flow2 li:nth-child(odd) .flow2_img{
    order: 1;
}
.flow2 li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flow2 li::after{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
.flow2 li:last-child::after{
    content: none;
}

.flow2 li p{
}

/*画面幅480px以下の設定 flow
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.flow2{
}
.flow2_text {
    width: 100%;
}
.flow2 li p:last-child{
    margin-top: 10px;
}
}

/*流れ3
---------------------------------------------------------------------------*/
.flow3{
}
.flow3 li{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.flow3_text{
    width:65%;
}
.flow3_img{
    width:30%;
    margin: 0 2.5%;
}
.flow3 li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flow3 li::after{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
.flow3 li:last-child::after{
    content: none;
}

.flow3 li p{
}

/*画面幅480px以下の設定 flow
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.flow3{
}
.flow3_text {
    width: 100%;
}
.flow3 li p:last-child{
    margin-top: 10px;
}
}



/*テーブル
---------------------------------------------------------------------------*/

/*.ta1　お問い合わせのテーブル　※お問い合わせは要カスタマイズ
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 30px auto 20px;
	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	padding: 10px 10px;	/*ボックス内の余白*/
	word-break: break-all;
    font-size: 14px;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 250px;		/*幅*/
/*	text-align: center;	/*センタリング*/
	font-weight: normal;
}
.ta1 span{
    float: left;
    padding:0 10px;
    margin-right: 10px;
    color: #fff;
    background-color: #e50012;
    
}
/*リンクテキストの文字色*/
.ta1 a {color: #666;}
/*ta1のtdタグ内のリストタグ*/
.ta1 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta1 p {padding: 0;}


/*.ta2　会社概要に使ってるテーブル
------------------------------------------------------------------------------------------------------------------------------------------*/

.ta2 {
	width: 100%;
	margin: 0 auto 20px;
/*	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}

.ta2, .ta2 td, .ta2 th{
    border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
.ta2,.ta2 tr:last-child th,.ta2 tr:last-child td{
    border-bottom: none;
}
/*ta2の左側ボックス*/
.ta2 th {
    font-size: 14px;
	width: 140px;		/*幅*/
	text-align: left;	/*センタリング*/
	font-weight: normal;
}
.ta2 td{
    font-size: 14px;
}
/*リンクテキストの文字色*/
.ta2 a {
    color: #666;
    text-decoration: underline;
    transition: 0s;
}
.ta2 a:hover{
    opacity: 0.5;
}
/*ta1のtdタグ内のリストタグ*/
.ta2 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta2 p {padding: 0;}


/*画面幅480px以下の設定 news
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.ta2 th {
    font-size: 12px;
    width: 90px;
    padding-right: 0;
    padding-left: 10px;
}
.ta2 td {
    font-size: 13px;
    padding-right: 10px;
}
}






/*inputボタン
---------------------------------------------------------------------------*/
::placeholder {
  color: #ccc;
}
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 10px 30px;
	border: 1px solid transparent;
	font-size: 15px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #fccc00;		/*背景色*/
    width: 150px;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
    transition: 0.7s;
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	border: 1px solid #fccc00;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
    cursor: pointer;
    color: #fccc00;
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
	background: #111;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で、0.7は70%色がついた状態の事。*/
	margin-bottom: 40px;			/*ボックスの下に空けるスペース*/
	margin-top: -40px;				/*ボックスを上のメニューにつけるための指定*/
	padding: 10px 3%;				/*ボックス内の余白。上下、左右。*/
	color: #fff;					/*文字色*/
}
/*メニュー１個あたりの設定*/
.pan li {
	display: inline-block;	/*横並びにさせる指定*/
	padding: 5px;		/*余白*/
}
/*リンクテキストの文字色*/
.pan a {
	color: #bebebe;
}
/*マウスオン時リンクテキストの文字色*/
.pan a:hover {
	color: #fff;
}
/*リストタグの頭に加える記号*/
.pan li::before {
	content: ">";	/*このテキストを表示させる*/
	color: #bebebe;	/*文字色*/
	padding-right: 12px;	/*記号とテキストとの余白*/
}
/*１番目のリストタグの頭に加える文字のリセット*/
.pan li:first-child::before {
	content: "";	/*テキストを空にする*/
}

/*背景色（bg1）
---------------------------------------------------------------------------*/
.bg_about{
    background-image: url("../images/index/about.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_recruit {
    background-image: url("../images/index/recruit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg_recruit .btn1 a{
    background-color: #0d18a2;
}
.bg_recruit .btn1 a:hover{
    background-color: #fff;
    border: solid 1px #0d18a2;
    color: #0d18a2;
}

.bg_recruit .btn1 a:hover::after {
    background-image: url("../images/index/arrow_blue.png");
}
.bg_recruit h3.title span{
    color: #fff;
}
.bg1{
    background-color: #fffbd9;
}
.bg6 {
    background-color: #FAE9E7;
}
.bg7 {
    background-color: #FFFFF0;
}
.bg_w{
    background-color: #fff;
}
.bg_b{
    background-color: #000;
}
.contents.bg_b  h2.simple {
	background: none;padding: 0;
	font-size: 30px;	/*文字サイズ*/
	text-align: center;	/*文字を中央に*/
	color: #fff;		/*文字色*/
    font-weight: bold;
}

.contents.bg_b h2::before{
  background-color: #fff;/*線の色*/
}
/*背景飾り（bg3）
---------------------------------------------------------------------------*/
.bg3{
    background-color: #E6FFE9;
}

.bg4{
    background-image: url("../images/bg4.png");
    background-size: cover;
    background-position: center;
    color:#fff;
}
.contents.bg4 h2::before{
  background-color: #fff;/*線の色*/
}
.bg5{
    background-image: url("../images/bg5.png");
    background-size: cover;
    background-position: center;
}
.contents.bg5 h2::before{
  background-color: #fff;/*線の色*/
}
.service_bg{
    background-image: url("../images/service/service_bg.jpg");
    background-size: cover;
    background-position: center;    
    color: #fff;
}
.contents.service_bg h2::before {
    background-color: #fff;
}
.company_bg{
    background-image: url("../images/company/company_bg.jpg");
    background-size: cover;
    background-position: center;    
    color: #fff;
}
.contents.company_bg h2::before {
    background-color: #fff;
}
.company_bg2{
    background-image: url("../images/company/company_bg2.jpg");
    background-size: cover;
    background-position: center;    
    color: #fff;
}
.footer_contact{
  background-image: url('../images/index/contact_bg.webp');
    background-size: cover;
    background-position: center;   
    color: #fff;
}
.footer_contact h2 .title_sub {
    font-size: 16px;
    color: #fff;
}

/*背景色（bg2）
---------------------------------------------------------------------------*/
.bg2 {
	background-color:#f1f0f0;
}
/*背景固定写真（bg_fixed）
---------------------------------------------------------------------------*/
.bg_fixed div{
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.parallax-bg {
  background-image: url('../images/index/img_parallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    padding: 100px 0;
}
.contents.bg_fixed{
    padding: 0;
}
/*スクロールするコンテンツ*/
.scrollbox1 {
  background-color: #111;
}
.scrollbox2 {
  background-color: #222;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.contents.footer_contact h2::before {
    width: 60px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.footer_contact h2 .title_sub {
    font-size: 12px;
}
}
/*背景色（bg-access）※全ページ下部にある「アクセス」ブロック
---------------------------------------------------------------------------*/
.bg-access {
	background: #184062 url("../images/bg_access.png");	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #184062 url("../images/bg_access.png") center / cover;	/*背景色、背景画像の読み込み。*/
}
.bg-access,.bg-access a {color: #fff;}
/*bg-access内のテーブル(ta1)*/
.bg-access .ta1 {
	background: transparent;
	color: #fff;
}
/*bg-access内の「h2 class="simple"」見出し*/
.bg-access h2.simple {
	color: #fff !important;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 80px;		/*幅*/
	line-height: 80px;	/*高さ*/
	border-radius: 50%;	/*角丸のサイズ。円形にする。正方形がいいならこの１行削除。*/
	bottom: 30px;	/*下から30pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
/*	background: #000;	/*背景色（古いブラウザ用）*/
/*	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は色が60%ついた状態の事。*/
	color: #fff;	/*文字色*/
/*	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
/*	background: #999;	/*背景色*/
}


/*画面幅1050px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
    width: 60px;
    line-height: 60px;
}
}
/*「NEW」アイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;	/*背景色*/
	color:#fff;				/*文字色*/
	padding: 10px 25px !important;	/*上下、左右へのボックス内余白*/
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb40 {margin-bottom: 40px !important;}
.mb70{margin-bottom: 70px!important;}
.mb100{margin-bottom: 100px!important;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.clear {clear: both;}
.ofh {overflow: hidden;}
ul.disc {padding: 0em 25px 20px;list-style: disc;}
.color1, .color1 a {color: #3fa6e7;}
.pr {font-size: 10px;}
.wl {
    width: 97%;
    border: solid 1px #000;
    padding: 10px;
}
.ws {
    width: 97%;
    border: solid 1px #000;
    padding: 10px;
}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr,figure.fr {float: right;margin: 10px;}
img.fl,figure.fl {float: left;margin: 10px;}
.fr {float: right;}
.fl {float: left;}
.w30p {width: 30%;}
.w65p {width: 65%;}
.big1 {font-size: 28px;letter-spacing: 0.1em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.link {display: block;margin-top: -120px;padding-top: 120px;}

.w900{
    width:900px;
    margin: 0 auto;
}
.guidance_img{
    width:100%;
}
.letter{
    letter-spacing: 1.4px;
}
.w550{
    max-width: 550px;
    margin: 0 auto;
}

/*画面幅1050px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1050px){
    .w900{
        width: 90%;
    }
.bg3{
    background-image: url("../images/bg3.png");
    background-size: contain;
}

.bg4{
    background-image: url("../images/bg4.png");
    background-size: cover;
    background-position: center;
}
.bg5{
    background-image: url("../images/bg5.png");
    background-size: cover;
    background-position: center;
}
.parallax-bg {
  background-attachment: inherit;
  background-repeat: no-repeat;
  padding: 50px 0;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li a {
}
    #menubar li:first-child a {
}
    #menubar li a img {
}

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

.home header {
/*	height: 300px;	/*ヘッダーの高さを上書き。*/
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 59px;	/*上から100pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10000;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
    #menubar-s li{
        background-color: #2e9648;
    }
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	height: auto;		/*高さ。下のpadding-top(15)と合計して「100」になるようにする。*/
	padding: 15px 10px;	/*上に空ける余白*/
/*	padding-left: 80px;	/*左に空ける余白。背景用アイコンとの距離をここで調整。*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	font-size: 20px;	/*文字サイズ*/
	color: #fff;	/*文字色*/
}
/*「施設のご案内」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar-s li.info {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px 0px / 50px;
}
/*「イベント」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar-s li.event {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -100px / 50px;
}
/*「お買い物」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar-s li.shopping {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -200px / 50px;
}
/*「周辺マップ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-300px)を基準に読み込む。サイズは50px。*/
#menubar-s li.map {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -300px / 50px;
}
/*「お問い合わせ」メニューの設定
背景色。アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-400px)を基準に読み込む。サイズは50px。*/
#menubar-s li.contact {
	background: rgba(0,0,0,0.8) url(../images/mark_menu.png) no-repeat 15px -400px / 50px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズを小さく*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	top: 6px;	/*上から24pxの場所に配置*/
	right: 3%;	/*左から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
    z-index: 11;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 45px;	/*幅*/
	height: 45px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/45px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/45px;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）の設定をなくす
---------------------------------------------------------------------------*/
body.is-fixed-menu .contents:first-of-type,
body.is-fixed .contents:first-of-type {
	margin-top: 0px;
}

/*contents
---------------------------------------------------------------------------*/
/*h2タグに「class="simple"」を指定した場合の追加設定。大文字でセンタリングされる見出しです。*/
.contents h2.simple {
	font-size: 30px;	/*文字サイズ*/
}

/*main,sub
---------------------------------------------------------------------------*/
.main, .sub{
	float: none;
	width: auto;
}

/*subコンテンツ内のlistブロック
---------------------------------------------------------------------------*/
.sub .list {
	line-height: 2;		/*行間*/
	padding: 10px;		/*ボックス内の余白*/
}
/*画像*/
.sub .list figure {
	width: 15%;			/*画像幅*/
	margin-right: 10px;	/*画像の右に空けるスペース*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.link {margin-top: 0;padding-top: 0;}

    
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
.ta1 td, .ta1 th {
    display: block;
    width:auto;
}
/*.ta1 span {
    float: none;
    padding: 5px 10px;
    margin-left: 15px;
}*/
.ws, .wl {
    width: 97%;
}
}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){


/*サブメニュー（左側ブロックのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}



/*各ページ下部に配置している「アクセス」ブロック
---------------------------------------------------------------------------*/
/*左側ブロック、右側ブロック*/
.href-left,.href-right {
	float: none;
	width: auto;
	padding-bottom: 30px;
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
	margin-bottom: 20px;	/*ボックスの下に20pxのスペースを空ける*/
	margin-top: -20px;		/*ボックスを上のメニューにつけるための指定*/
	padding: 0;				/*ボックス内の余白。上下、左右。*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
.sp {display:block;}
.pc {display:none;}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページへの追加設定*/
.home header {
/*	height: 300px;	/*ヘッダーの高さを上書き。*/
}
.mb70{margin-bottom: 40px!important;}
.mb100{margin-bottom: 50px!important;}

/*ヘッダー右上メニュー
---------------------------------------------------------------------------*/
/*メニュー全体のブロック設定*/

/*３本バーアイコン設定
---------------------------------------------------------------------------*/

/*３本バーブロック*/
#menubar_hdr {
}



/*box1とbox2
---------------------------------------------------------------------------*/
/*h4(見出し)タグ*/

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,figure.fr,img.fl,figure.fl {float: none;margin: 0;width: 100%;}
.fr, .fl {float: none;}
.w30p, .w65p {width: auto;}
.big1 {font-size: 18px;letter-spacing: normal;}
}

.bg_about p{
    text-align: center;
}
.top_recruit p{
    text-align: center;
}
.news ul li{
    display: flex;
    margin-bottom: 20px;
}
.news .news_day{
    width:15%;
}
.news .news_text{
    width:85%;
}
.recruit{
    margin-bottom: 40px;
}

.slide-navigation li{
    padding: 10px 5px;
    margin: 0 15px;
}

    .color_b{
        color:#000;
        text-decoration: none;
}
#recruit{
    padding-top: 72px;
    margin-top: -72px;
}

.contents .bg3span{
	text-align: center;
	font-size: 18px;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background:#fff;
  text-align:center;
  color:#fff;
}
#splash2 {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:250px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
 /* transform: translateY(100px);*/
  }

  to {
    opacity: 1;
 /* transform: translateY(0);*/
  }
}

.decoration{
    margin-bottom: -13px;
}
.decoration img{
    width: 100%;
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.bg_about p{
    text-align: justify;
}

.top_recruit p{
    text-align: justify;
}
    .top_recruit .btn1{
        text-align: center;
    }
}
/*会社概要
---------------------------------------------------------------------------*/
.message{
    padding-top: 50px;
}
.message .box1{
    padding-bottom: 50px;
}
.message .box1_img{
    width:48%;
}
.message .box1_text{
    width:50%;
    padding: 20px 2% 20px 0;
    position: relative;
}
.message .box1_text .sign{
   text-align: right;
    width:100%;
}
.message .box1_img img{
    margin-left: -50px;
}
.member{
    margin-bottom: 80px;
}
.member h4{
    font-size: 20px;
    color: #000;
}
.member .box2 li{
    width:23.5%;
    margin-left: 2%;
}
.member .box2 li:nth-of-type(4n+1) {
    margin-left: 0;
}


.member .box2 img{
    width:80%;
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
    .message .box1_img {
    width: 45%;
}
    .message .box1_text{
        width:50%;
        margin-left: 0;
        padding: 2%;
    }
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.message .box1 {
    justify-content: center;
}
    .message .box1_img {
    width: 80%;
        order: 2;
}
    .message .box1_img img {
    margin-left: 0px;
}
    .message .box1_text {
    width: 100%;
    margin-left: 0;
    padding: 2%;
        justify-content: center;
}
    .message .box1_text .title .title_color {
    font-size: 22px;
}
#message,#company_information,#access,#history,#philosophy,#corevalue{
    margin-top: 0px;
    padding-top: 0px
}
.member .box2 h4{
    font-size: 18px;
    color: #000;
}
    .member .box2 li{
        width:48%;
        margin-left: 4%;
    }
    
.member .box2 li:nth-of-type(2n+1) {
    margin-left: 0;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    .company_information {
    background-color: #fff;
    padding: 20px 0;
}
    .company_nav li {
    width: 33%;
}
    .company_nav li:nth-child(3) {
    border-right: none;
}
    .message .box1_text .title .title_color {
    font-size: 18px;
}
    .member{
        margin-bottom: 30px;
    }
    .member .box2{
        justify-content: center;
        margin-bottom: 0;
    }
    .member .box2 li{
        width:90%;
        margin-left: 0%;
    }
    
.member .box2 li:nth-of-type(2n+1) {
    margin-left: 0;
}
}

.footer_info {
    display: none;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    .decoration {
    margin-bottom: -10px;
}
.footer_info {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}
    .footer_info ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer_info a{
        width:17%;
    }
    .footer_info img{
        width:60px;
    }
}


/*採用情報
---------------------------------------------------------------------------*/
.recruit_message p{
    font-size: 20px;
}
.requirements{
    padding: 50px 0;
}
.requirements .ta2, .requirements .ta2 tr:last-child th, .requirements .ta2 tr:last-child td {
    border-bottom: none;
}
.btn1.orange a{
    background-color: #fc8a0e;
    border: solid 1px #fc8a0e;
}
.btn1.orange a:hover{
    background-color: #fff;
    color: #fc8a0e;
    border: solid 1px #fc8a0e;
}
.btn1.orange a:hover::after{
    background-image: url("../images/index/arrow_orange.png");
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.recruit_message p {
    font-size: 14px;
    text-align: justify;
}
}

/*事業案内
---------------------------------------------------------------------------*/
.strength h2{
    font-size: 30px;
    color: #e9910e;
    border-top: solid 3px #e9910e;
    border-bottom:  solid 3px #e9910e;
    display: inline-block;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 5px 10px;
}
.strength h2::before{
    content: none;
}
.strength .box2 p{
    padding: 0 15px;
}
.service_cat{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.service_cat a{
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    font-size: 26px;
	font-weight: 500;
    padding: 20px 40px 25px;
    margin: 0 25px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}

/*上鍜治追加*/
.service_cat a:hover{
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}


.service_cat a::before{
    position: absolute;
    content: "▼";
    font-size: 16px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.title_green{
    background: repeating-linear-gradient( -135deg, #20c73d, #20c73d 12px, #1dbf34 0, #1dbf34 24px );
}
.title_green::after{
    content: "";
    position: absolute;
    top:-55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url("../images/service/title_green.png");
    background-repeat: no-repeat;
    width: 80px;
    height:50px;
    background-size: contain;
}
.title_orange{
    background: repeating-linear-gradient( -135deg, #fc8a0e, #fc8a0e 12px, #f77f08 0, #f77f08 24px );
}
.title_orange::after{
    content: "";
    position: absolute;
    top:-55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url("../images/service/title_orange.png");
    background-repeat: no-repeat;
    width: 80px;
    height:50px;
    background-size: contain;
}

.sale h2{
    font-size: 38px;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.4;
}
.sale h2::before{
    content: none;
}
.sale_title{
    display: flex;
    align-items: center;
}
.sale_title:before,
.sale_title:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #000;
}
.sale h3{
    font-size: 30px;
	font-weight: 600;
}
.sale h4{
    text-align: center;
    font-weight: 600;
	font-size: 22px;
}
.sale_title:before {
    margin-right: 1rem;
}
 
.sale_title:after {
    margin-left: 1rem;
}
.sale .box1_text{
    width:58%;
    padding: 0;
    margin-right: 2%;
}
.sale .box1_img{
    width: 40%;
}
.sale .box1{
    margin-bottom: 50px;
}
.sale_merit_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sale table{
    border: solid 2px #000;
    width:100%;
}
.sale table th,.sale table td{
    padding: 0 10px;
    width:50%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    text-align: center;
}
.sale table th{
    font-size: 22px;
}
.sale table td{
    font-size: 24px;
	background-color: #FFFFFF;
}


.sale_merit,.sale_demerit{
    width:48%;
    margin-bottom: 20px;
}
.sale_merit th{
    background-color: #ffe000;
}
.sale_demerit th{
    background-color: #8ca299;
    color: #fff;
}
.contents .title_bar{
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.title_bar::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    background-image: url("../images/service/bar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:6px;
}
.sale_flow{
    margin-bottom: 100px;
}
.sale_flow:last-child{
    margin-bottom: 0;
}
.title_box:first-child{
    margin-bottom: 50px;
}
.sale .title_box h3{
    margin-bottom: 10px;
}
.sale .title_box h4{
    margin-bottom: 20px;
}
.sale_merit_flex.leaseback{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0;
}
.leaseback .sale_merit,.leaseback .sale_demerit{
    width:70%;
}

.voice .box2 li{
    border-radius: 0;
    border: solid 1px #000;
    box-sizing: border-box;
}
.voice h4{
    color: #000;
    text-align: left;
    font-size: 18px;
}
.voice{
    margin-bottom: 100px;
}
.sale_flow .tb{
    display: none;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.strength h2 {
    font-size: 26px;
}
.service_cat {
    margin-top: 50px;
}
.sale h3 {
    font-size: 26px;
}
.sale table th {
    font-size: 18px;
}
.sale table td {
    font-size: 21px;
}
    .sale_flow .pc{
        display: none;
    }
.sale_flow .tb{
    display: block;
}
}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.sale h2 {
    font-size: 30px;
}
.sale_merit_flex{
    justify-content: center;
}
.sale_merit,.sale_demerit{
    width:85%;
    margin-bottom: 20px;
}

.leaseback .sale_merit,.leaseback .sale_demerit{
    width:90%;
}
.accordion-area .title::before {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.box::after {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    
    .sale_flow .tb{
        display: none;
    }
    .sale_flow .sp{
        display: block;
    }
    .service_cat {
    justify-content: space-around;
}
    .service_cat a {
    font-size: 16px;
    padding: 5px 10px 15px;
    margin: 0;
}
    .service_cat a::before {
    font-size: 12px;
    bottom: 0px;
}
    .title_green::after {
    top: -35px;
    width: 50px;
}
    .title_orange::after {
    top: -35px;
    width: 50px;
}
    .sale h2 {
    font-size: 21px;
        padding: 5px;
}
    .sale h3 {
    font-size: 18px;
}
    .sale h4 {
    font-size: 16px;
        text-align: justify;
}
    .sale .box1 {
    justify-content: center;
        margin-bottom: 0;
}
    .sale .box1_text {
    width: 100%;
    padding: 0;
    margin-right: 0%;
    order: 2!important;
}
    
.sale .box1_img {
    width: 95%;
    order: 1!important;
}
    .w900{
        width:95%;
    }
.sale table th {
    font-size: 14px;
}
.sale table td {
    font-size: 15px;
}
.sale_merit_flex {
    margin-bottom: 30px;
}
.sale_flow {
    margin-bottom: 30px;
}
.voice .box2 li {
    border-radius: 0;
    border: solid 1px #000;
    box-sizing: border-box;
}
.voice {
    margin-bottom: 0px;
}
}
/*お問い合わせ
---------------------------------------------------------------------------*/
.contact_info{
    max-width: 700px;
    line-height: 1.3;
    padding: 40px 20px;
    text-align: center;
    margin-top: 50px;
    border: solid 1px #000;
    border-radius: 25px;
}
.contact_info a {
    font-weight: bold;
    position: relative;
    text-align: left;
    color: #00a83e;
    padding-left: 45px;
    text-decoration: none;
    font-size: 38px;
}
.contact_info a::before {
    content: "";
    position: absolute;
    top: 52%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../images/contact/tel.webp");
    width: 16px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.contents.privacy{
    padding: 50px 0;
}
.w1000.privacy{
    padding: 20px 2%;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 30px;
}
.privacy h3{
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.privacy h4{
    font-size: 24px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.privacy p{
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #000; 
}
.privacy p:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.privacy h3 {
    font-size: 28px;
}
.privacy h4 {
    font-size: 22px;
}
.w1000.privacy {
    margin: 0 2%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.contact_info {
    max-width: 700px;
    width: 90%;
    padding: 20px 10px;
}
.privacy h3 {
    font-size: 21px;
    margin-bottom: 20px;
}
.privacy h4 {
    font-size: 18px;
}
.privacy p {
    font-size: 14px;
}
}

@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}



#form,#sale,#buy{
    padding-top: 102px;
    margin-top: -102px;
}



/*スクロールすると右から飛び出す画像１*/

/*リンクの形状*/
#popup1 a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 100px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#popup1 a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#popup1 {
	position: fixed;
	right: 0px;
	bottom:200px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#popup1.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#popup1.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*スクロールすると右から飛び出す画像２*/

/*リンクの形状2*/
#popup2 a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 100px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#popup2 a:hover{
	background: #008800;
}

/*リンクを右下に固定*/
#popup2 {
	position: fixed;
	right: 0px;
	bottom:400px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#popup2.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#popup2.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*　マウスオーバーで画像が大きくなる動き（画像の親要素にzoom-in-imgのクラスをつける）　*/

.zoom-in-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zoom-in-img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom-in-img:hover img {
  transform: scale(1.1);
}


.top_about .box1-2:first-child{
    margin-bottom: 0;
}
.top_about .box1-2_text {
    width: 450px;
}
.top_about .box1-2_text h2 {
    text-align: left;
    line-height: 1.3;
}
.top_tariff table{
     width: 100%;   
    text-align: center;
}
.top_tariff th,.top_tariff td{
    padding: 15px;
}
.top_tariff th{
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    background-color: #fccc00;
}
.top_tariff td{
    border-right: solid 1px #717071;
    border-left: solid 1px #717071;
}
.top_tariff tr:nth-child(odd){
    background-color: #f7f8f8;
}
.top_tariff tr:last-child{
    border-bottom: solid 1px #717071;
}
.top_tariff tr td:nth-child(3){
    color: red;
    font-weight: bold;
    font-size: 130%;
}
.top_strengths{
    background-color: #f9f6ea;
}
.top_strengths .box2{
    margin-top: -30px;
}
.top_strengths .box2 li {
    padding-bottom: 0px;
    background: none;
    margin-top: 30px;
}
.top_strengths .box2 li p{
    text-align: center;
    margin-top: 10px;
}

.top_room .box2 li {
    padding-bottom: 0px;
    background: none;
}
.other_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other_flex div{
    max-width: 350px;
    margin: 0 15px;
}
.other_flex div img{
    width: 100%;
}
.other_flex a{
    transition: 0s;
}
.other_flex a:hover{
    opacity: 0.5;
}
.sp3{
    display: none;
}


/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    .top_about .box1-2{
        justify-content: center;
    }
.top_about .box1-2_text {
    max-width: 600px;
    width: 100%;
}
    .top_about .box1-2:nth-child(even) .box1-2_text {
    padding: 2.5%;
}
    .top_about .box1-2_text h2{
        text-align: center;
    }
    .top_about .box1-2_text img{
        margin-bottom: 10px;
    }
    .top_about .btn1{
        text-align: center;
    }
    .sp3{
        display: block;
    }
    .pc3{
        display: none;
    }
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .tariff_table{
        overflow-x: scroll;
    }
    .top_tariff table{
        min-width:600px;
    }
}
@media screen and (max-width:638px){
    .tariff_table::-webkit-scrollbar{
        height: 10px;
    }
    .tariff_table::-webkit-scrollbar-track{
        background-color: #f2f2f2;
        border-radius: 10px;
    }
    .tariff_table::-webkit-scrollbar-thumb{
        background-color: #fccc00;
        border-radius: 10px;
    }
    
}

/*会社概要
------------------------------------------------------------------------------------------------------------------------------------------*/
.greeting h3{
    font-size: 30px;
}
.company{
    background-color: #f8f6f6;
}
.company table{
    width: 100%;
    text-align: left;
}
.company tr{
    border-bottom: solid 1px #717071;
}
.company th{
    padding: 25px;
    width: 150px;
}
.company td{
    padding: 15px 25px;
}
.map{
    position: relative;
    padding-left: 2rem;
    margin-bottom: 15px;
}
.map::before{
    content: "";
    background-image: url("../images/company/map.webp");
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}
.walk{
    position: relative;
    padding-left: 2rem;
}
.walk::before{
    content: "";
    background-image: url("../images/company/walk.webp");
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.greeting h3{
    font-size: 21px;
}    
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){
.w550 {
    max-width: 95%;
    margin: 0 auto;
}    
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.greeting h3 {
    font-size: 18px;
}
.company th {
    padding: 15px;
    width: 80px;
}
.company td {
    padding: 15px;
}
.map,.walk{
    width: 90%;
    margin: 15px auto 15px;
}
.walk{
    width: 90%;
    margin: 0 auto;
}
    
}


/*ご利用の流れ
------------------------------------------------------------------------------------------------------------------------------------------*/
.use h3{
    text-align: center;
    font-size: 30px;
    padding: 0;
}
.use h3 span{
    font-size: 20px;
    color: #fff;
    background-color: #2e9648;
    border-radius: 15px;
    padding: 2px 25px 4px;
}
.step2{
    background-color: #f8f6f6;
}
.step2 .box2 li{
    padding-bottom: 0px;
}
.application{
    border: solid 2px #fccc00;
}
.step3 .application h4{
    text-align: center;
    font-size: 24px;
	background-color: #fccc00;
}
.step3 .applicationbox{
    padding: 30px;
}
.step3 .application p{
    margin-bottom: 20px;
}
.step3 .application p span{
    font-size: 24px;
    color: #dd3828;
    font-weight: bold;
}
.examination{
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
}
.examination h4{
    text-align: center;
    font-size: 24px;
}
.step4{
    background-color: #f8f6f6;
}
.step5 {
    
}
.payment{
    padding: 30px;
    border: solid 2px #fdd000;
    border-radius: 50px;
    text-align: center;
}
.payment h4{
    font-size: 24px;
}
.payment h5{
    font-size: 20px;
    margin-bottom: 10px;
}

.step6{
    background-color: #f8f6f6;
}
.contract{
    border: solid 2px #fdd000;
}
.step6 .contract h4{
    text-align: center;
    font-size: 24px;
	background-color: #fccc00;
}
.step6 .contractbox{
    padding: 30px;
}
.step6 .contract p{
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.step3 .application p span {
    font-size: 21px;
}    
}
/*よくある質問
------------------------------------------------------------------------------------------------------------------------------------------*/
.qa h4{
    padding-left: 35px;
    position: relative;
}
.qa h4::before{
    position: absolute;
    content: "";
    background-image: url("../images/qa/q.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
}
.qa p{
    padding-left: 35px;
    position: relative;
}
.qa p::before{
    position: absolute;
    content: "";
    background-image: url("../images/qa/a.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
}
.qa li{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #717071;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

.qa h4::before{
    top: 0px;
}   
.qa p::before{
    top: 0px;
} 
}

.ta1 .gray {
    background-color: #dbdcdc;
    color: #717071;
}
.ta1 .red{
    color: #db0012;
}
.policy{
    background-color: #f8f6f6;
}
.policy h4{
    margin-top: 30px;
    margin-bottom: 0px;
}

#news{
    padding-top: 74px;
    margin-top: -74px;
}
.tariff_news{
    color: #2e9648;
}
@media screen and (max-width:900px){
    
#news{
    padding-top: 60px;
    margin-top: -60px;
}
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.eachTextAnime2 span{opacity: 0;}
.eachTextAnime2.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.eachTextAnime3 span{opacity: 0;}
.eachTextAnime3.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.eachTextAnime4 span{opacity: 0;}
.eachTextAnime4.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.eachTextAnime5 span{opacity: 0;}
.eachTextAnime5.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.eachTextAnime6 span{opacity: 0;}
.eachTextAnime6.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


.f90{
    font-size: 80%;
}
.credit img{
    max-width: 400px;
    width: 100%;
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:950px){
.credit img{    
    max-width: 41vw;
    width: 100%;
}
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.credit img{
    max-width: 480px;
    width: 100%;
}
}


.top_room li p{
    text-align: center;
    margin-top: 10px;
}