@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:'M PLUS Rounded 1c',"ヒラギノ角ゴ 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;transform: rotate(0.03deg);         /* シャギーを防ぐ指定 */}
td,th{transform: rotate(0.03deg);}
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!important;}
.pc{display: block!important;}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #fff;
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    text-decoration: none;
    transform: rotate(0.03deg);         /* シャギーを防ぐ指定 */
}

/*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:1300px){

.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%;
}
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    position: fixed;
    height: 115px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
header a {
}
header img{
    width:100%;
}
.slick-slide img {
    width:100%;
}
.mainimg{
    padding-top: 150px;
}
.mainimg2{
    position: relative;
}
.mainimg img{
    width:94%;
    margin: 0 auto;
}
.underlayer .mainimg .mainimg2{
    width: 85%;
    margin: 0 auto;
}
.underlayer .mainimg img{
    width: 100%;
}
.main_sub{
    position: absolute;
    width:20%;
    top:31vw;
    right:6%;
}
.main_deco1{
    position: absolute;
    width:15%;
    top:2vw;
    left:7%;
}
.main_deco2{
    position: absolute;
    width:13%;
    top:0vw;
    left:35%;
}
.main_deco3{
    position: absolute;
    width:9%;
    top:42vw;
    left:20%;
}
.main_deco4{
    position: absolute;
    width:17%;
    top:-2vw;
    right:0px;
}
.main_bg1{
    position: absolute;
    width:9%;
    top:34vw;
    left:7%;
    z-index: -1;
}
.main_bg2{
    position: absolute;
    width:9%;
    top:39vw;
    left:50%;
    z-index: -1;
}
.main_bg3{
    position: absolute;
    width:9%;
    top:20vw;
    right:3%;
    z-index: -1;
}
.main_text{
    position: absolute;
    width:26%;
    top:31vw;
    left: 18%;
}
.logo {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width:350px;
    z-index: 10001;
    transition: 0s;
}

/*トップページへの追加設定*/
/*ロゴ画像*/
/*トップページへの追加設定*/
.home header h1 {
	width: 300px;		/*ロゴ画像の幅を上書き*/
	padding-top: 90px;	/*上に空ける余白の上書き。*/
}

/*画面幅1024px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
header {
    height: 60px;
}
}
/*画面幅820px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.mainimg{
    padding-top: 60px;
}

}
/*画面幅480px以下の設定　ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.mainimg img {
    width: 95%;
    margin: 0 auto;
}
.main_sub {
    width: 50%;
    top: 106vw;
    right: 0%;
}
.main_deco1{
    width:30%;
    left:2%;
}
.main_deco2 {
    display: none;
}
.main_deco3 {
    width: 22%;
    top: 125vw;
    left: 18%;
}
.main_deco4{
    width:33%;
    top:-3vw;
}
.main_bg1 {
    width: 22%;
    top: 107vw;
    left: 1%;
}
.main_bg2 {
    width: 24%;
    top: 123vw;
    left: 37%;
}
.main_bg3 {
    width: 23%;
    top: 50vw;
    right: 0%;
}
.main_text {
    width: 58%;
    top: 83vw;
    left: 0%;
}
.underlayer .mainimg .mainimg2{
    width: 98%;
}
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
/*ナビゲーションを横並びに*/
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	transition:all .3s;
}

.header1 #menubar li li{
    border-right: none;
    padding: 15px 10px;
    background-color: #fff;
    width: 180px;
}

nav ul li a:hover{
	color:#fff;	
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before{
	content:'';
	position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:6px;
	height:6px;
	border-top: 2px solid #000;
    border-right:2px solid #000;
    transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */
.header1 #menubar li li a{
    text-align: left;
}
/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:47px;
	z-index: 4;
    /*形状を指定*/
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
    width:180px;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
}

nav li.has-child ul li:last-child a{
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
}


/*==3階層目*/

/*3階層目の位置*/
nav li.has-child ul ul{
	top:0;
	left:182px;
	background:#66ADF5;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active{
	background:#448ED3;
}


/*==768px以下の形状*/

@media screen and (max-width:900px){
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
	
nav ul li a{
	border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}
.header_info{
    position: absolute;
    top:0;
    right: 5%;
    display: flex;
}
.header_info a{
    color: #000;
}
.header_info p{
    font-weight: 500;
    line-height: 1.1;
}
.header_tel{
    line-height: 1.1;
    background-color: #ffe554;
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 0 0 15px 15px;
}
.header_tel p:first-child{
    padding-left: 20px;
    position: relative;
}
.header_tel p:first-child span{
    font-size: 18px;
}
.header_tel p:first-child::before{
    position: absolute;
    content: "";
    background-image: url("../images/index/header_info_tel.png");
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 14px;
    height:19px;
    background-size: contain;
    background-repeat: no-repeat;
}
.header_tel span{
    font-size: 12px;
}
.header_mail{
    background-color: #552b00;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    border-radius: 0 0 15px 15px;
}
.header_mail p{
    padding-left: 25px;
    position: relative;
    color: #fff;
}
.header_mail p:first-child::before{
    position: absolute;
    content: "";
    background-image: url("../images/index/header_info_mail.png");
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 19px;
    height:14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.header1{
    width: 100%;
    z-index: 10;
    background-color: #fff;
}
/*メニューブロック*/
.header1 #menubar {
	clear: both;
    position: absolute;
    width:100%;
    z-index: 10000;
    transition: 0s;
    top: 70%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header1 #menubar ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
    justify-content: center;
}
/*メニュー１個あたりの設定*/
.header1 #menubar li {
/*	width: 16.6%;	/*メニュー幅（100÷5個=20%）*/
    padding: 0px 15px;
    font-weight: 500;
    border-right: dashed 1px #000;
    font-size: 14px;

}
.header1 #menubar li a {
    color: #000;
    text-align: center;
	display:  block;
	font-size: 14px;	/*文字サイズ*/
	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:#20c73d;
}
.header1 #menubar .line{
    width:80px;
}
/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
.header1 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    .header1 #menubar li {
    font-size: 13px;

}
.header1 #menubar li a {
	font-size: 13px;	/*文字サイズ*/
}
    .header1 #menubar .line{
        width:60px;
    }
    .header1 #menubar ul li:last-child img{
        width:60px;
    }
}
/*画面幅1250px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1290px){
.header1 #menubar ul {
    margin-right: 3%;
    justify-content: end;
}
    
.header1 #menubar li a {
	font-size: 12px;	/*文字サイズ*/
}
    .header1 #menubar li {
        font-size: 12px;
    padding: 0px 10px;
    font-weight: normal;
}
    .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;
}


/*メニューブロック*/
.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;
}

/*画面幅1500px以下の設定 メニューバー 画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
    header{
        height: 102px;
    }
    .header1{
        height: 102px;
    }
    .header3{
        height: 102px;
    }
.logo {
    left: 3%;
}
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px){
.logo {
    width:300px;
}
}
/*画面幅1180px以下の設定 メニューバー　画面小さくしたときにグローバルナビとロゴが重ならないようにしています
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1090px){
.logo {
    width:250px;
}
}
/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.logo {
    width:200px;
    top:40%;
}
    #menubar ul {
    justify-content: flex-end;
}
}
/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    header{
        height: 60px;
    }
    .header1{
        height: 50px;
    }
    .header3{
        height: 60px;
    }
    
.logo {
    top:26px;
    width:200px;
}
}

/*画面幅480px以下の設定 メニューバー
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

.logo {
    width:45%;
}
}
/*contents
---------------------------------------------------------------------------*/
.contents {
	clear: both;overflow: hidden;
	padding-top: 100px;		/*上に空けるボックス内の余白*/
	padding-bottom: 100px;	/*下に空けるボックス内の余白*/
}
/*コンテンツのh2タグ設定*/
h1 {
    margin-top: 130px;
    margin-bottom: 30px;
	clear: both;
    font-weight: 400;
    text-align: center;
	padding: 10px 0;		/*上下、左右への余白*/
	font-size: 26px;		/*文字サイズ*/
    position: relative;
}
h2 {
	clear: both;
    font-weight: 600;
    text-align: center;
	margin-bottom: 45px;	/*見出しの下に空けるスペース*/
	padding: 10px 0;		/*上下、左右への余白*/
	font-size: 40px;		/*文字サイズ*/
    position: relative;
    line-height: 0.7;
    z-index: 2;
}
.dotted_line::after{
    content: "";
    position: absolute;
    border-bottom: dashed 2px #000;
    top: 40%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 2px;
    width: 100%;
    z-index: -1;
}
.title_color{
    background-color: #fff;
    padding: 0 20px;
}
.bg1 .title_color{
    background-color: #faf8f6;
}
/*h2タグに「span class="title_sub"」を指定した場合の追加設定。見出しの下に小文字です。*/
h2 .title_sub{
    font-size: 16px;
    letter-spacing: 1px;
}
/*h2タグに「span class="title_sub"」を指定した上で、h2に直接「class="title_up"」を指定した場合の追加設定。見出しの上に小文字です。*/
h2.title_up{
    line-height: 1.1;    
    margin-top: -30px;
}
.h2_title_deco{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 80px;
}
.h2_title_deco img{
    width: 350px;
    margin-bottom: 40px;
}
.h2_title_deco::before{
    content: "";
    display: inline-block;
    background-image: url("../images/index/title_deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 80px;
    margin: 0 10px;
}
.h2_title_deco::after{
    content: "";
    display: inline-block;
    background-image: url("../images/index/title_deco2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 80px;
    margin: 0 10px;
    
}
.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: 5px;	/*見出しの下に空けるスペース*/
	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;
    line-height: 1.8;
}
li p{
    padding: 0 15px;
}
/*他*/
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
    .contents {
    clear: both;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
h1 {
    margin-top: 60px;
    font-size: 22px;
}
h2 {
    font-size: 28px;
    margin-bottom: 45px;
}
h2 .title_sub {
    font-size: 14px;
}
h3 {
    font-size: 22px;
}
p {
    font-size: 16px;
}
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.h2_title_deco::before {
    content: none;
}
.h2_title_deco::after {
    content: none;
}

.h2_title_deco img{
    margin-bottom: 0px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/*コンテンツのh2タグ設定*/
h1 {
    margin-top: 100px;
    font-size: 18px;
}
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;
    align-items: flex-start;
}
.footer_l{
    width: 40%;
}
/*１行分の設定*/
#footermenu ul {
    width:30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#footermenu li{
    width: 140px;;
    font-weight: 500;
    margin-top: 10px;
}
#footermenu .footer_c li{
    font-weight: 400;
}
#footermenu .footer_c li:first-child{
    font-weight: 500;
}
#footermenu .w100{
    width: 100%;
}
.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: 100%;
    margin-bottom: 30px;
}
#footermenu ul {
    width:50%;
}
}
@media screen and (max-width:620px){
#footermenu ul {
}
#footermenu li {
    width: 100%;
}
}
@media screen and (max-width:480px){
#footermenu {
    padding: 30px 3% 60px;
    }
.footer_l {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#footermenu ul {
    padding: 0;
    justify-content: center;
}
#footermenu li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #dddddd;	/*背景色*/
	font-size: 12px;	/*文字サイズ*/
	color: #9a9a9b;		/*文字色*/
}
/*リンクテキスト*/
#copyright a {text-decoration: none;color: #9a9a9b;}



/*btn1 ボタンの設定
---------------------------------------------------------------------------*/
p.btn1 a {
	text-decoration: none;display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	background: #000;	/*背景色*/
	color: #fff;	/*文字色*/
	padding: 10px 60px 10px 30px ;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
    position: relative;
    width:175px;
    margin: 40px 0px 0;
    border-radius: 25px;
}
p.btn1 a::after {
    content: "";
    background-image: url("../images/index/arrow_w.png");
    background-repeat: no-repeat;
    width:37px;
    height:6px;
    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 {
    background-image: url("../images/index/arrow_b.png");
}

.btn_flex{
    display: flex;
    margin-top: 30px;
}
.btn_arrow_flex{
    display: flex;
    align-items: center;
    color: #000;
    transition: 0s;
    font-size: 17px;
    font-weight: 500;
}
.btn_arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width:70px;
    height:70px;
    color: #fff;
    border-radius: 50px;
}
.arrow_color1 .btn_arrow{
    background-color: #665c54;
}
.arrow_color1:hover{
    color: #665c54;
    opacity: 1;
}
.btn_arrow_text{
    padding-left: 20px;
    font-size: 17px;
}

@media screen and (max-width:1300px){

.btn_arrow{
    width:5.385vw;
    height:5.385vw;
}
.btn_arrow_text{
    padding-left: 1.539vw;
    font-size: 1.30769vw;
}
}
@media screen and (max-width:1024px){
.btn_arrow{
    width:50px;
    height:50px;
}
.btn_arrow_text{
    padding-left: 15px;
    font-size: 16px;
}
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.top_news .dotted_line::after {
    content: none;

}
.top_news_flex{
    flex-wrap: wrap;
    width: 100%;
}
.top_news_title_flex{
}
.top_news_list_flex{
}
.top_news a{
    display: flex;
    flex-wrap: wrap;
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #999;
    margin-bottom: 30px;
}
.top_news .btn_arrow_flex{
    border-bottom: none;
    justify-content: flex-end;
}
.top_news ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.top_news_day{
    font-size: 14px;
}
.top_news_cat{
    font-size: 14px;
    background-color: #ff9189;
    padding: 2px 10px;
    color: #fff;
    margin-left: 10px;
    width: 70px;
    text-align: center;
}
.top_news_cat2{
    font-size: 14px;
    background-color: #5ebbc3;
    padding: 2px 10px;
    color: #fff;
    margin-left: 10px;
    width: 70px;
    text-align: center;
}
.top_news_title{
    margin-top: 5px;
    width: 100%;
}
.top_news_list_flex ul{
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

}


/*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;
}   
}

/*box4-3（４カラムボックス　背景画像でタイトルテキストリンク）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box4-3 ul{
    display: flex;
    flex-wrap: wrap
}

.box4-3 li {
    width: 234px;
    height: 230px;
    padding: 2%;
    margin-left:2%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.box4-3 li h3{
    font-size: 20px;
    margin: 30px 0 10px;
    background-color: #ff0;
    border-radius: 8px;
    display: inline-flex;
}
.box4-3 li p{
    font-size: 16px;
}
.box4-3 li:nth-of-type(4n+1){
    margin-left: 0;
}
.box4-3 li:nth-child(1){
    background-image: url("../images/index/guidance1.png");
}
.box4-3 li:nth-child(2){
    background-image: url("../images/index/guidance2.png");
}
.box4-3 li:nth-child(3){
    background-image: url("../images/index/guidance3.png");
}
.box4-3 li:nth-child(4){
    background-image: url("../images/index/guidance4.png");
}
.box4-3 .btn_flex{
    justify-content: center;
}
/*画面幅1300px以下の設定 box4-3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.box4-3 li {
    width: 18.3vw;
    height: 18vw;
    padding: 1.89vw;
    margin-left:1.89vw;
} 
.box4-3 li h3{
    font-size: 1.69231vw;
}
.box4-3 li p{
    font-size: 1.23077vw;
}   
}
/*画面幅1024px以下の設定 box4-3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.box4-3 ul {
    justify-content: center;
}
.box4-3 li {
    width: 270px;
    height: 270px;
    padding: 20px;
    margin:10px;
} 
.box4-3 li:nth-of-type(2n+1) {
    margin-left: 10px;
    }
.box4-3 li h3{
    font-size: 22px;
    margin-top: 50px;
}
.box4-3 li p{
    font-size: 18px;
}   
}
/*画面幅767px以下の設定 box4-3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.box4-3 li{
}   
.box4-3 li:nth-of-type(3n+1){
}
}

/*画面幅480px以下の設定 box4-3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box4-3 li{
}   
}


/*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;
} 
}
/*box5-6（3カラムボックス2段　フォトギャラリー的な）
------------------------------------------------------------------------------------------------------------------------------------------*/
.box5-6 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5-6 li{
    width:31%;
    margin-left: 3.5%;
    margin-bottom: 30px;
}
.box5-6 li:nth-of-type(3n+1){
    margin-left: 0;
}
.box5-6 li img{
    width: 100%;
}

/*画面幅480px以下の設定 box5
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.box5-6 li{
    width:48%;
} 
.box5-6 li:nth-of-type(3n+1) {
    margin-left: 3.5%
}
.box5-6 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;
    align-items: flex-start;
}
.contactarea p{
    font-weight: 500;
}
.contactarea div{
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    width:400px;
    box-sizing: border-box;
}
.contactarea div:last-child p{
    font-weight: 500;
}
.contactarea div:last-child{
    border-left: solid 2px #552b00;
}
.contactarea_btn{
    position: relative;
    padding: 5px 30px 5px 10px;
    background-color: #552b00;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    border: solid 1px #552b00;
}
.contactarea_btn::after{
    content: "▶";
    position: absolute;
    font-size: 10px;
    top: 52%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.contactarea .tel{
    margin-bottom: 5px;
}
.contactarea .tel a{
    font-size: 41px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #552b00;
}
.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:25px;
    height:34px;
}
.contactarea .mail{
    position: relative;
    text-decoration: none;
    padding: 0px 70px 10px 40px;
    border-radius: 10px;
    color: #552b00;
    font-size: 24px;
}
.contactarea .mail a{
    position: relative;
    text-decoration: none;
    border: solid 2px #fff;
    padding: 10px 70px 10px 50px;
    border-radius: 10px;
    color: #000;
}
.contactarea .mail::before{
    position: absolute;
    top: 46%;
    left: 0px;
    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:25px;
    height:22px;
}
.contactarea .mail a::after{
    content: "";
    background-image: url(../images/index/arrow_w.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;
}
.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;
}

.footer_contact_bg{
    color: #552b00;
    padding: 100px 0;
    background-image: url("../images/index/contact_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*画面幅1024px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.contactarea .tel a{
    font-size: 30px;
}
.contactarea div {
    width: 350px;
}
}
/*画面幅900px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.contactarea {
    max-width: 400px;
    margin: 0 auto;
}
    .contactarea .tel a {
    font-size: 28px;
    padding-left: 25px;
}
    .contactarea .tel a::before {
    width: 18px;
    height: 25px;
}
    .contactarea .mail {
        width: auto;
        padding: 0px 0px 10px 40px;
}
    .contactarea .line {
    font-size: 14px;
        margin-bottom: 10px;
}
.contactarea div {
    width: 400px;
    justify-content: center;
    padding: 20px 0;
}
.contactarea div:last-child {
    border-top:solid 2px #552b00;
    border-left:none;
}
.contactarea p {
    width: 100%;
}
.footer_contact_bg{
    background-image: url("../images/index/contact_bg_s.png");
    padding: 50px 0;
}
}

/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
.contactarea div:last-child {
    border-left: none;
    margin-bottom: 0;
}
}
/*画面幅480px以下の設定 box3
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.contactarea {
}
    .contactarea p:last-child{
        margin-top: 0px;
}
.contactarea div {
    width: 300px;
}
.contactarea .tel {
    font-size: 22px;
    padding-left: 20px;
    line-height: 1.5;
}
.contactarea p {
    font-size: 14px;
}
.contactarea .tel a {
    font-size: 21px;
    padding-left: 25px;
}
.contactarea .mail {
    font-size: 18px;
}
.contactarea .tel a::before {
    width: 18px;
    height: 19px;
    left: 5px;
}
.contactarea .tel::before {
    left: 30px;
}
.contactarea .mail::before {
    left: 10px;
    top:43%;
}
    .footer_contact h3{
        font-size: 18px;
        margin-bottom: 0;
        padding: 0;
    }
.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;
	color: #666;			/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	padding: 20px 10px;	/*ボックス内の余白*/
	word-break: break-all;
    font-size: 14px;
}
.ta1 tr{
    position: relative;
}
.ta1 tr::after{
	content: "";
    background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 8px);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 250px;		/*幅*/
/*	text-align: center;	/*センタリング*/
	font-weight: normal;
}
.ta1 span{
    padding:0 5px;
    margin-left: 10px;
    color: #fff;
    background-color: #e50012;
    border-radius: 5px;
    
}
/*リンクテキストの文字色*/
.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: #fc8a0e;		/*背景色*/
    width: 150px;
    border-radius: 25px;
    padding: 10px;
    margin: 5px;
    color: #fff;
    transition: 0.7s;
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	border: 1px solid #fc8a0e;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
    cursor: pointer;
    color: #fc8a0e;
}

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan {
/*	background: #111;	/*背景色（古いブラウザ用）*/
/*	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で、0.7は70%色がついた状態の事。*/
	margin-bottom: -50px;			/*ボックスの下に空けるスペース*/
/*	margin-top: -40px;				/*ボックスを上のメニューにつけるための指定*/
	padding: 10px 3%;				/*ボックス内の余白。上下、左右。*/
/*	color: #fff;					/*文字色*/
}
/*メニュー１個あたりの設定*/
.pan li {
	display: inline-block;	/*横並びにさせる指定*/
	padding: 5px;		/*余白*/
}
/*リンクテキストの文字色*/
.pan a {
	color: #999;
}
/*マウスオン時リンクテキストの文字色*/
.pan a:hover {
	color: #000;
}
/*リストタグの頭に加える記号*/
.pan li::before {
	content: ">";	/*このテキストを表示させる*/
	color: #000;	/*文字色*/
	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: #faf8f6;
}
.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{
}
.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: 150px 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: 70px;		/*幅*/
	line-height: 70px;	/*高さ*/
	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: 45px;
    line-height: 45px;
}
}
/*「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: 98%;
    border: none;
    padding: 10px;
    background-color: #f7f5ec;
}
.ws {
    width: 98%;
    border: none;
    padding: 13px;
    background-color: #f7f5ec;
}
.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;
}

/*画面幅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 {
}

}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.pan{
    margin-bottom: -50px;
}  
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.pan{
    font-size: 12px;
}
.sp2 {display:block!important;}
.pc2 {display:none!important;}
.header_mail {
    padding: 0;
    width: 50px;
    height:50px;
    border-radius: 0;
    justify-content: center;
}
.header_mail p:first-child::before {
    width: 30px;
    height: 20px;
}
.header_tel {
    display: flex;
    align-items: center;
    padding:0px;
    width: 50px;
    height:50px;
    margin-right: 0px;
    border-radius: 0;
    justify-content: center;
}
.header_tel p:first-child::before {
    width: 20px;
    height: 24px;
}
.header_info {
    right: 49px;
}
.home header {
/*	height: 300px;	/*ヘッダーの高さを上書き。*/
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 50px;	/*上から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: #009544;
    }
/*メニュー１個あたりの設定*/
#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: 0px;	/*上から24pxの場所に配置*/
	right: 0px;	/*左から3%の場所に配置*/
    z-index: 11;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #009544 url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #009544 url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*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 5px 30px;
    margin-bottom: 20px;
    position: relative;
}

.ta1 tr::after{
	content: none;
}
.ta1 td::after{
	content: "";
    background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 8px);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.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 {
/*	padding: 0;				/*ボックス内の余白。上下、左右。*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*パンくずナビ
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.pan{
    font-size: 10px;
}

/*全体の設定
---------------------------------------------------------------------------*/
.sp {display:block!important;}
.pc {display:none!important;}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページへの追加設定*/
.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;}
}

.slide-navigation li{
    padding: 10px 5px;
    margin: 0 15px;
}

    .color_b{
        color:#000;
        text-decoration: none;
}
.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!important;
    }
.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:100%;
    }
.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;
}
}
/*お問い合わせ
---------------------------------------------------------------------------*/
.brown{
    color: #552b00;
}
.dashed.brown::before {
    background-image: linear-gradient(to right, #552b00, #552b00 5px, transparent 5px, transparent 8px);
}
.contact_info{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.3;
    padding: 20px 0;
    text-align: center;
    margin: 30px auto 50px;
    border: solid 2px #c0c1c1;
    width: 700px;
    border-radius: 15px;
}
.contact_info a {
    font-weight: bold;
    position: relative;
    text-align: left;
    color: #ffbc1d;
    padding-left: 45px;
    text-decoration: none;
    font-size: 33px;
}
.contact_info a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url("../images/contact/tel.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    background-size: contain;
}
.contents.privacy{
    padding: 50px 0;
}
.privacy h3{
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.privacy p{
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.privacy p:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.privacy h3 {
    font-size: 28px;
}
.privacy h4 {
    font-size: 22px;
}
.w1000.privacy {
    margin: 0 2%;
}
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
.contact_info {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.3;
    padding: 20px 0;
    text-align: center;
    margin: 30px auto 50px;
    border: solid 2px #c0c1c1;
    width: 100%;
    border-radius: 15px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.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);
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.move{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(60px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.dashed::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
    padding-bottom: 20px;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.sp3 {display:none!important;}
.top_guidance .box4-3 p{
    font-weight: 500;
}
.top_therapy .box3-2_text h3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.top_therapy .box3-2_text p{
    font-size: 16px;
    padding: 0;
}
.therapy_color1 h3{
    color: #ff9189;
}
.therapy_color2 h3{
    color: #5ebbc3;
}
.therapy_color3 h3{
    color: #71bb8d;
}
.therapy1{
    font-size: 16px;
}
.therapy2{
    font-size: 50px;
    margin-left: 15px;
}
.therapy_title{
    width: 100%;
    font-size: 32px;
}
.top_therapy .box3-2_img{
    width: 48%;
    margin: 0 2% 0 0;
}
.top_therapy .box3-2_text{
    width:50%;
}
.top_therapy .box3-2 li:nth-child(odd) .box3-2_img {
    order: 2;
    margin-left: 2%;
    margin-right: 0;
}
.top_therapy .box3-2 li:nth-child(odd) .box3-2_text {
    order: 1;
}
.top_work{
    margin: 85px auto 75px;
}
.top_work a{
    transition: 0s;
}
.top_work a:hover{
    opacity: 0.5;
}

.recruit_bg{
    background-image: url("../images/index/recruit.jpg");
    background-size: cover;
    background-position: center;
}
.recruit_bg .btn_flex{
    justify-content: flex-end;
}
.recruit_bg .btn_arrow_flex{
  /*  color: #552b00;*/
}
.recruit_bg .btn_arrow_flex:hover{
}

.recruit_bg .arrow_color1 .btn_arrow {
  /*  background-color: #552b00;;
    color: #fff;*/
}
.nav-fix-pos-pagetop{
    transform: none;
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.top_therapy .box3-2 li {
    align-items: center;
}    
.dashed::before {
    top: 20px;
}
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
.sp3 {display:block!important;}
.pc3 {display:none!important;}
    .top_therapy .box3-2_text {
    width: 100%;
}
    .top_therapy .box3-2_text img {
    margin-bottom: 15px;
        max-width: 450px;
        width: 100%;
    }
    
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.top_therapy .box3-2_text h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 0;
    justify-content: center;
}
}



/*お知らせ・ブログ
------------------------------------------------------------------------------------------------------------------------------------------*/
.news_cat_list ul{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.news_cat_list a{
    margin: 0 20px;
    position: relative;
}
.news_cat_list a:hover {
	top:-5px;
}
.news_list ul{
}
.news_list a{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 50px;
    color: #000;
}
.news_list li{
    padding-bottom: 30px;
    border-bottom: solid 1px #999;
}
.news_list_img{
    overflow: hidden;
}
.news_list_img img{
    height: 250px;
    object-fit: contain;
    width: 100%;
    transition: 0.5s;
}
.news_list a:hover img{
  transform: scale(1.1);
    opacity: 0.7;
}
.news_list_text{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news_box{
    max-width: 900px;
    margin: 0 auto 100px;
}
.news_box .top_news_title{
    font-size: 36px;
    border-bottom: dotted 3px #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.news_box_text p{
    padding: 0;
}
.news_box_img{
    margin-top: 20px;
}
.news_box li{
    margin-bottom: 40px;
}
.news_box li:last-child{
    margin-bottom: 0px;
}
.c .btn_flex{
    justify-content: center;
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.news_box .top_news_title{
    font-size: 24px;
} 
.news_cat_list a img {
    width: 100px;
    object-fit: contain;
}
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.news_list a {
    width: 48%;
    margin-left: 0%;
    margin-bottom: 50px;
    color: #000;
}

.news_list a:nth-of-type(3n+1){
/*    margin-left: 4%;*/
}
.news_list a:nth-of-type(2n+1){
/*    margin-left: 0%;*/
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.news_list a {
    width: 100%;
    margin-left: 0%;
}
.news_list li {
    margin-top: 30px;
}
.news_box .top_news_title{
    font-size: 21px;
}  
.news_list_text .top_news_day{
    font-size: 12px;
}
.news_list_text .top_news_cat{
    font-size: 12px;
    width: 60px;
}
.news_list_text .top_news_cat2{
    font-size: 12px;
    width: 60px;
}
.news_list_text .top_news_title{
    font-size: 14px;
}
}

/*関連施設
------------------------------------------------------------------------------------------------------------------------------------------*/
.facilities .box3-2{
    margin-bottom: 50px;
}
.facilities .box3-2 li:nth-child(odd) .box3-2_text {
    order: 1;
}
.facilities .box3-2_img {
    width: 50%;
    margin: 0;
}
.facilities .box3-2_text {
    width: 48%;
    margin-right: 2%;
}
.facilities .box3-2_text h2{
    font-size: 36px;
    text-align: left;
    line-height: 1.2;
    color: #7ac78e;
}
.facilities .box3-2_text h3{
    padding: 0;
}
.facilities .box3-2_text p{
    padding: 0;
}
.facilities table{
    width: 100%;
    margin-bottom: 50px;
}
.facilities_title{
    text-align: center;
    background-color: #7ac78e;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 15px;
}
.facilities table tr{
    border-bottom: solid 1px #ccc;
}
.facilities table th,.facilities table td{
    padding: 15px 10px;
}
.facilities table td a{
    color: #000;
}
.facilities_map{
    margin-bottom: 80px;
}
.facilities_map:last-child{
    margin-bottom: 0px;
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){
.facilities .box3-2_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
}    
.facilities .box3-2_text h3 {
    font-size: 21px;
}    
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
    .facilities .box3-2_text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
    .facilities .box3-2_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
    .facilities .box3-2_text {
    width: 100%;
}
    .facilities .box3-2_text img {
    margin-bottom: 15px;
        max-width: 450px;
        width: 100%;
    } 
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.facilities table th{
    width:80px;
}
}


/*作品紹介
------------------------------------------------------------------------------------------------------------------------------------------*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.gallery-list{
    display: flex;
    flex-wrap: wrap;
}
.gallery-list li{
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 50px;
}
.gallery-list li:nth-of-type(3n+1){
    margin-left: 0%;
}
.gallery-list img{
    width:100%;
    max-height: 250px;
    object-fit: cover;
}

/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){ 
.gallery-list li{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2.3vw;
}
.gallery-list img{
    max-height: 19vw;
}
    
}
/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){ 
.gallery-list li{
    width: 49%;
    margin-left: 2%;
    margin-bottom: 4vw;
}
.gallery-list li:nth-of-type(3n+1){
    margin-left: 2%;
}
.gallery-list li:nth-of-type(2n+1){
    margin-left: 0%;
}
.gallery-list img{
    width:100%;
    max-height: 30vw;
    object-fit: cover;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.gallery-list li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 6vw;
}
.gallery-list li:nth-of-type(3n+1){
    margin-left: 0;
}
.gallery-list li:nth-of-type(2n+1){
    margin-left: 0%;
}
.gallery-list img{
    width:100%;
    max-height: 55vw;
    object-fit: cover;
}
}

/*採用情報
------------------------------------------------------------------------------------------------------------------------------------------*/
.yellow{
    color: #ffbc1d;
}

.dashed.yellow::before {
    background-image: linear-gradient(to right, #ffbc1d, #ffbc1d 5px, transparent 5px, transparent 8px);
}
.recruit_title{
    text-align: center;
    border: solid 3px #fff;
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #ffbc1d;
    outline: solid 5px #ffbc1d;
}
.cooking .recruit_title{
}
.recruit_title span{
    font-size: 22px;
}
.recruit table {
    width: 100%;
    margin-bottom: 60px;
}
.recruit .cooking table:last-of-type{
    margin-bottom: 0px;
}
.recruit table tr {
    border-bottom: solid 1px #ccc;
}
.recruit table th, .recruit table td {
    padding: 15px 10px;
}
.recruit .btn_flex{
    margin:50px 0 100px;;
    justify-content: flex-end;
}

/*
.green{
    color: #b7d413;
}
.nutritionist .recruit_title{
    background-color: #b7d413;
    outline: solid 5px #b7d413;
}*/
.recruit .nutritionist .btn_flex {
    margin-bottom: 0px;
}
/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){ 
.recruit_title {
    font-size: 24px;
}
.recruit_title span {
    font-size: 18px;
}  
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.recruit_title {
    font-size: 21px;
}
.recruit_title span {
    font-size: 16px;
}  
.recruit h2{
    margin-bottom: 20px;
}
.recruit .btn_flex {
    margin: 20px 0 50px;
}

.recruit table th {
    width: 80px;
}
.recruit table td {
    font-size: 14px;
}
}


/*ひまわり苑について
------------------------------------------------------------------------------------------------------------------------------------------*/
#about1,#about2,#about3,#about4{
    padding-top: 102px;
    margin-top: -102px;
}
.about_cat{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px auto 0;
}
.about_cat a{
    font-size: 20px;
    position: relative;
    text-align: center;
    background-color: #ccc;
    width: 180px;
    padding: 10px 0 25px;
    margin:0 15px;
    border-radius: 15px;
}
.about_cat a::before{
    position: absolute;
    content: "";
    background-image: url("../images/about/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  
}
.about_cat a:nth-child(1){
    background-color: #e59a67;
}
.about_cat a:nth-child(2){
    background-color: #e78085;
}
.about_cat a:nth-child(3){
    background-color: #7ac68d;
}
.about_cat a:nth-child(4){
    background-color: #67cad5;
}
.about_cat li{
    font-weight: 500;
}
.about h2{
    padding-bottom: 30px;
}
.about h2::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 10px;
    background-size: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.philosophy h2{
    color: #e59a67;
}
.philosophy h2::before{
    background-image: url("../images/about/dots1.png");
}
.founder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
.founder p{
    text-align: center;
    width: 100%;
}
.policy h4{
    background-color: #ffde54;
    border-radius: 20px;
    text-align: center;
    margin: 40px 0 20px;
    padding: 10px;
    font-size: 24px;
}
.greeting_bg{
    background-color: #f4f3f1;
}
.greeting .box1:nth-child(even) .box1_text {
    padding-left: 0;    
}
.greeting .box1_text{
    width: 73%;
}
.greeting .box1_img{
    margin-left: 4%;
    width: 23%;
}
.greeting .box1_text h3{
    border-bottom: dashed 2px #e78085;
    margin-bottom: 15px;
    font-size: 28px;
}
.greeting h2{
    color: #e78085;
}
.greeting h2::before{
    background-image: url("../images/about/dots2.png");
}
.overview_title {
    text-align: center;
    background-color: #7ac78e;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 80px;
}
.overview table{
    width: 100%;
}
.overview table tr{
    border-bottom: solid 1px #ccc;
}
.overview table th,.overview table td{
    padding: 15px 10px;
}

.overview h2{
    color: #7ac68d;
}
.overview h2::before{
    background-image: url("../images/about/dots3.png");
}
.overview h3{
    text-align: center;
    font-size: 28px;
}
.overview h4{
    background-color: #f4f3f1;
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    padding: 10px 0;
    margin: 50px 0 30px;
}
.overview p{
    text-align: center;
}
.overview .box5-6 ul{
    margin-top: 50px;
}
.access_bg{
    background-color: #f4f3f1;
}
.access h2{
    color: #67cad5;
}
.access h2::before{
    background-image: url("../images/about/dots4.png");
}
.access h3{
    border-bottom: dashed 2px #67cad5;
    margin-bottom: 20px;
}
.access_map iframe{
    width: 100%;
}
.directions{
    background-color: #fff;
    border: solid 2px #67cad5;
    padding:20px 30px;
    margin-top: 30px;
}
.directions h4{
    position: relative;
    border-bottom: dashed 2px #000;
    padding-left: 45px;
}
.directions h4:last-of-type{
    margin-top: 20px;
}
.directions h4::before{
    content: "";
    position: absolute;
    width: 41px;
    height: 41px;
    background-image: url("../images/about/train.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.directions h4:last-of-type::before{
    background-image: url("../images/about/car.png");
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){ 
.about h2 {
    padding-bottom: 25px;
}
.about h2::before {
    height: 7px;
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){ 
#about1,#about2,#about3,#about4{
    padding-top: 50px;
    margin-top: -50px;
}
    .about_cat{
        max-width: 600px;
    }
.about_cat a{
    width: 200px;
    margin:0 15px 20px;
}
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){ 
    .greeting .box1{
        justify-content: center;
    }
    .greeting .box1_text {
    width: 100%;
        order: 2;
}
    .greeting .box1:nth-child(even) .box1_text {
    padding: 0%;
}
    .greeting .box1_img {
    width: 250px;
}
    .greeting .box1_text h3 {
    text-align: center;
}
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.about_cat a{
    width: 150px;
    font-size: 16px;
    margin:0 10px 20px;
    padding: 5px 0 20px;
}
.about_cat a::before{
    width: 12px;
    height: 8px;
    bottom: 8px;
}
.policy h4 {
    font-size: 20px;
}
.greeting .box1_text h3 {
    font-size: 21px;
}
.overview h3 {
    font-size: 21px;
}

.overview table th{
    width: 80px;
}
}

/*取組について
------------------------------------------------------------------------------------------------------------------------------------------*/

#effort1,#effort2,#effort3,#effort4{
    padding-top: 102px;
    margin-top: -102px;
}
.effort_cat{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px auto 0;
}
.effort_cat a{
    font-size: 20px;
    position: relative;
    text-align: center;
    background-color: #ccc;
    width: 180px;
    padding: 10px 0 25px;
    margin:0 15px;
    border-radius: 15px;
}
.effort_cat a::before{
    position: absolute;
    content: "";
    background-image: url("../images/about/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  
}
.effort_cat a:nth-child(1){
    background-color: #e78085;
}
.effort_cat a:nth-child(2){
    background-color: #7ac68d;
}
.effort_cat a:nth-child(3){
    background-color: #67cad5;
}
.effort_cat li{
    font-weight: 500;
}
.music h2{
	color: #FF9189;
}
.music .dashed::before {
    background-image: linear-gradient(to right, #FF9189, #FF9189 5px, transparent 5px, transparent 8px);
}
{
}
.music .box1_text,.horticultural .box1_text,.language .box1_text{
    width: 53%;
	margin-right: 2%;
	
}
.music .box1:nth-child(even) .box1_text ,.horticultural .box1:nth-child(even) .box1_text,.language .box1:nth-child(even) .box1_text{
    padding-left: 0;
}
.music .box1_img,.horticultural .box1_img ,.language .box1_img{
    width: 45%;
}
.music_title {
    text-align: center;
    border: solid 3px #fff;
    font-size: 26px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
	background-color: #FF9189;
	outline: solid 5px #FF9189;
}
.music_title span{
	font-size: 16px;
}
.ls1{
	letter-spacing: -1px;
}
.music li p{
	padding: 0;
	letter-spacing: -1px;
	text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.music .box5-6 ul {
    justify-content: space-around;
}
.music h4{
	text-align: center;
	font-size: 30px;
	color: #FF9189;
    border: solid 3px #FF9189;
	border-radius: 30px;
    background-color: #ffffe2;
}
.horticultural h2{
	color: #5EBBC3;
}
.horticultural .dashed::before {
    background-image: linear-gradient(to right, #5EBBC3, #5EBBC3 5px, transparent 5px, transparent 8px);
}
.horticultural_title {
    text-align: center;
    border: solid 3px #fff;
    font-size: 26px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
	background-color: #5EBBC3;
	outline: solid 5px #5EBBC3;
}
.horticultural_title span{
	font-size: 16px;
}
.horticultural_flow h3{
	max-width: 580px;
	text-align: center;
	margin: 50px auto 30px;
	border-radius: 30px;
	background-color: #5EBBC3;
	color: #fff;
	padding: 10px;
}
.horticultural_flow p{
	text-align: center;
}
.horticultural_flow_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.horticultural_flow_img div{
	margin: 20px 1% 40px;
	width:380px;
}
.horticultural_flow li{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.horticultural_flow li::before{
	position: absolute;
	content: "";
	background-image: url("../images/effort/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 40px;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.horticultural_flow li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.horticultural_flow li:last-child::before{
	content: none;
}
.study{
	margin: 50px auto;
	max-width: 800px;
	width: 100%;
	padding: 15px;
	border: solid 3px #FFBF54;
	display: flex;
	flex-wrap: wrap;
}
.study_img{
	width: 22%;
	margin-right: 3%;
}
.study_text{
	width: 75%;
	color: #552B00;
}
.study_text h4{
	padding: 5px 10px;
	display: inline-block;
	background-color: #FFE454;
	border-radius: 10px;
}
.gardening_club .box1_text{
	width: 55%;
}
.gardening_club .box1_img{
	width: 43%;
	display: flex;
	flex-wrap: wrap;
}
.gardening_club .box1_img img{
	width: 48%;
	margin: 1%;
}
.gardening_club .box1:nth-child(odd) .box1_text {
    order: 1;
    padding-right: 0%;
}

.gardening_club .potato .box1_text{
	width: 65%;
}
.gardening_club .potato .box1_img{
	width: 33%;
	flex-wrap: wrap;
	display: flex
}
.gardening_club .potato .box1_img img{
	width: 100%;
	margin: 0%;
}
.language .dashed::before {
    background-image: linear-gradient(to right, #7ac68d, #7ac68d 5px, transparent 5px, transparent 8px);
}
.language h2 {
    color: #7ac68d;
    line-height: 1.5;
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){ 
.language .dashed::before {
    top:30px;
}
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){ 
#effort1,#effort2,#effort3,#effort4{
    padding-top: 50px;
    margin-top: -50px;
}
.effort_cat{
        max-width: 600px;
    }
.effort_cat a{
    width: 130px;
    margin:0 15px 20px;
}

.music1.box5-6 li {
    width: 31%;  
}
.effort .box5-6 li {
    width: 45%;
}
.effort .box5-6 li:nth-of-type(3n+1) {
    margin-left: 0%;
}
.effort .box5-6 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
.study {
    max-width: 100%;
    width: auto;
}
.music_title ,.horticultural_title{
    font-size: 20px;
    padding: 5px 10px;
}
.horticultural_flow_img div {
    width: 48%;
}
    .horticultural_flow_img div img{
        width: 100%;
    }
.music h4 {
    font-size: 22px;
}
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){ 
    .music .box1,.horticultural .box1,.language .box1{
        justify-content: center;
    }
    .music .box1_img, .horticultural .box1_img, .language .box1_img {
    width: 80%;
}
    .music .box1_text, .horticultural .box1_text, .language .box1_text {
    width: 100%;
    margin-right: 0%;
        padding: 0;
}
    .gardening_club .potato .box1_text {
    width: 100%;
}
    .gardening_club .potato .box1_img {
    width: 80%;
}
.music h4 {
    font-size: 18px;
}
    
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.effort_cat a{
    width: 150px;
    font-size: 16px;
    margin:0 10px 20px;
    padding: 5px 0 20px;
}
.effort_cat a::before{
    width: 12px;
    height: 8px;
    bottom: 8px;
}
.study_img {
    width: 100%;
    margin-right: 0%;
    order: 2;
}
    .study_img img{
        width: 100%;
    }
.study_text {
    width: 100%;
    margin-bottom: 15px;
}
.effort .box5-6 li {
    width: 90%;
    margin: 0 0 30px;
}
.horticultural_flow_img div {
    width: 90%;
    margin: 0 0 30px;
}
.horticultural_flow p {
    margin-bottom: 10px;
}
}

/*入所のご案内
------------------------------------------------------------------------------------------------------------------------------------------*/
.information .flow3 ul{
    max-width: 1050px;
    margin: 0 auto;
}
.information .flow3 li {
    padding: 20px 10px;
    justify-content: center;
    background-color: #eeecea;
    border-radius: 15px;
}
.information .flow3_img {
    width: 100px;;
    margin: 0 2.5% 0 0;
}
.information .flow3_text {
    width: 85%;
}
.information .flow3 li::after {
    bottom: -50px;
    border: none;
    background-image: url("../images/information/arrow.png");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.information .flow3_text h3{
    color: #ffb01d;
}
.information_flow h2{
    color: #ffb01d;
}
.information_flow .dashed::before {
    background-image: linear-gradient(to right, #ffb01d, #ffb01d 5px, transparent 5px, transparent 8px);
}

.information_qa h2{
    color: #ff8380;
}
.information_qa .dashed::before {
    background-image: linear-gradient(to right, #ff8380, #ff8380 5px, transparent 5px, transparent 8px);
}
.information_qa .accordion-area .title::before {
    background-image: url("../images/information/q.png");
}
.information_qa .accordion-box::after {
    background-image: url("../images/information/a.png");
}
.information_qa .accordion-area .title::after {
    width: 20px;
    height: 20px;
    background-image: url("../images/information/plus.png");
    top: 50%;
    background-position: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.information_qa .accordion-area .title.close::after {
    background-image: url("../images/information/mainasu.png");
    background-repeat: no-repeat;
    transform: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.information_qa .accordion-area {
    max-width: 950px;
    width: 100%;
}
.information_note{
    padding: 15px 20px;
    color: #552b00;
    border: solid 3px #ffb454;
    background-color: #eeecea;
    border-radius: 10px;
}
.information_note h4{
    display: inline-block;
    background-color: #ffd954;
    padding: 10px 20px;
    border-radius: 10px;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){ 
.information .flow3_text {
    width: 75%;
}
.information_qa .accordion-area .title {
    padding: 20px 50px;
}
.information_qa .accordion-area .title::before {
    top: 23px; 
}    
.information_qa .accordion-box::after {
    top: 11px; 
}
.information_qa .accordion-area .title::after {
    width: 15px;
    height: 15px;
}
}

/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.information .flow3_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.information .flow3_text h3 {
    color: #ffb01d;
    width: 100%;
    text-align: center;
}
}

/*1日の生活
------------------------------------------------------------------------------------------------------------------------------------------*/
.life .box1 {
    display: flex;
    align-items: center;
}
.life .box1_text h3{
    font-size: 30px;
}
.life .box2 li {
    padding-bottom: 0px;
    background-color: #eeecea;
    padding: 30px 1%;
    margin-left: 2%;
    border-radius: 15px;
}
.life .box2 li:nth-of-type(3n+1) {
    margin-left: 0;
}
.life .box2 img{
    width: 140px;
}
.life .box2 h3 {
    font-size: 21px;
    color: #67b4bf;
}
.life_service h2{
    color: #5eadb5;
}
.life_service .dashed::before {
    background-image: linear-gradient(to right, #5eadb5, #5eadb5 5px, transparent 5px, transparent 8px);
}
.life_flow h2{
    color: #66c713;
}
.life_flow .dashed::before {
    background-image: linear-gradient(to right, #66c713, #66c713 5px, transparent 5px, transparent 8px);
}

/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){ 
.life .box1_text h3{
    font-size: 24px;
}  
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.life .box2 li {
    width: 45%;
    margin-left: 6%;
    margin-bottom: 30px;
}  
.life .box2 li:nth-of-type(2n+1) {
    margin-left: 0;
}
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){ 
    .life .box1{
        justify-content: center;
    }
.life .box1_img {
    width: 80%;
}
    .life .box2 ul {
    justify-content: center;
}
.life .box2 li {
    width: 400px;
    margin-left: 0%;
    margin-bottom: 30px;
}  
.life .box1:nth-child(odd) .box1_img {
    order: 2;
}
.life .box1:nth-child(odd) .box1_text {
    order: 1;
}
}

/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.life .box2 li {
    margin-left: 0%;
}
.life .box1_text h3 {
    font-size: 21px;
}
}


/*ひまわり苑の1年
------------------------------------------------------------------------------------------------------------------------------------------*/
.year_title{
    margin-bottom: 50px;
}
.year_title h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.spring h3{
    text-align: center;
    border: solid 3px #ff8380;
    border-radius: 30px;
    color: #ff8380;
    margin-bottom: 50px;
}
.year .box5-6{
    margin-bottom: 80px;
}
.spring h2{
    color: #ff8380;
}
.spring .dashed::before {
    background-image: linear-gradient(to right, #ff8380, #ff8380 5px, transparent 5px, transparent 8px);
}
.summer h2{
    color: #21c0f7;
}
.summer .dashed::before {
    background-image: linear-gradient(to right, #21c0f7, #21c0f7 5px, transparent 5px, transparent 8px);
}
.summer h3{
    text-align: center;
    border: solid 3px #21c0f7;
    border-radius: 30px;
    color: #21c0f7;
    margin-bottom: 30px;
}
.autumn h2{
    color: #e2421f;
}
.autumn .dashed::before {
    background-image: linear-gradient(to right, #e2421f, #e2421f 5px, transparent 5px, transparent 8px);
}
.autumn h3{
    text-align: center;
    border: solid 3px #e2421f;
    border-radius: 30px;
    color: #e2421f;
    margin-bottom: 30px;
}
.autumn .box5-6 .cultural{
    width: 65.5%;
}
.winter h2{
    color: #67b4bf;
}
.winter .dashed::before {
    background-image: linear-gradient(to right, #67b4bf, #67b4bf 5px, transparent 5px, transparent 8px);
}
.winter h3{
    text-align: center;
    border: solid 3px #67b4bf;
    border-radius: 30px;
    color: #67b4bf;
    margin-bottom: 30px;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){ 
.year_title h3 {
    font-size: 28px;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
.year_title h3 {
    font-size: 21px;
}
.spring h3 {
    font-size: 18px;
    padding: 5px 0;
}
}
/*さまざまな活動
------------------------------------------------------------------------------------------------------------------------------------------*/
.everyday h2 {
    color: #FF9189;
}
.everyday .box1_text h3 {
    color: #FF9189;
    font-size: 36px;
}
.everyday_club_text{
    text-align: center;
}
.everyday .dashed::before {
    background-image: linear-gradient(to right, #FF9189, #FF9189 5px, transparent 5px, transparent 8px);
}
.everyday .box1,.region .box1{
    align-items: center;
}
.everyday .box1_text,.region .box1_text{
    width: 53%;
	margin-right: 2%;
	
}
.everyday .box1:nth-child(even) .box1_text ,.region .box1:nth-child(even) .box1_text{
    padding-left: 0;
}
.everyday .box1_img,.region .box1_img{
    width: 45%;
}
.everyday_title {
    text-align: center;
    border: solid 3px #fff;
    font-size: 26px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #FF9189;
    outline: solid 5px #FF9189;
}
.everyday .box5-6 p{
    text-align: center;
}
.region h2 {
    color: #66c713;
}
.region .box1_text h3 {
    color: #66c713;
    font-size: 36px;
}
.region .dashed::before {
    background-image: linear-gradient(to right, #66c713, #66c713 5px, transparent 5px, transparent 8px);
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){ 
.everyday .box1_text h3,.region .box1_text h3 {
    font-size: 24px;
}
}


/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){ 
.everyday .box5-6 li {
    width: 48%;
}
.everyday .box5-6 li:nth-of-type(3n+1) {
    margin-left: 4%;
}
.everyday .box5-6 li:nth-of-type(2n+1) {
    margin-left: 0%;
}
.everyday_club_text{
    text-align: left;
}
.everyday .box1, .region .box1 {
    justify-content: center;
}
.everyday .box1_text, .region .box1_text {
    width: 100%;
    margin-right: 0%;
    padding: 0;
}
.everyday .box1_img, .region .box1_img {
    width: 80%;
}
.everyday .box1_text h3 {
    text-align: center;
}
.region .box1_text h3 {
    text-align: center;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 
}



/*取組について
------------------------------------------------------------------------------------------------------------------------------------------*/
.language .box5-6 ul{
    justify-content: center;
}












/*動きなど追加分
------------------------------------------------------------------------------------------------------------------------------------------*/
.top_about .btn_flex .arrow_color1 .btn_arrow ,.top_about .btn_flex .arrow_color1 .btn_arrow_text,.top_news .btn_flex .arrow_color1 .btn_arrow ,.top_news .btn_flex .arrow_color1 .btn_arrow_text,.therapy_color1 .btn_flex .arrow_color1 .btn_arrow ,.therapy_color1 .btn_flex .arrow_color1 .btn_arrow_text,.therapy_color2 .btn_flex .arrow_color1 .btn_arrow ,.therapy_color2 .btn_flex .arrow_color1 .btn_arrow_text,.therapy_color3 .btn_flex .arrow_color1 .btn_arrow ,.therapy_color3 .btn_flex .arrow_color1 .btn_arrow_text,.cooking .btn_flex .arrow_color1 .btn_arrow ,.cooking .btn_flex .arrow_color1 .btn_arrow_text,.nutritionist .btn_flex .arrow_color1 .btn_arrow ,.nutritionist .btn_flex .arrow_color1 .btn_arrow_text{
    transition: 0.3s;
}

.top_about .btn_flex .arrow_color1:hover .btn_arrow,.top_news .btn_flex .arrow_color1:hover .btn_arrow {
    background-color: #FFA500;
}
.top_about .btn_flex .arrow_color1:hover .btn_arrow_text,.top_news .btn_flex .arrow_color1:hover .btn_arrow_text{
    color: #FFA500;
}
.top_news .btn_flex{
    justify-content: flex-end;
}
.top_guidance .btn_flex a:hover{
    opacity: 0.7;
}
.therapy_color1 .btn_flex .arrow_color1:hover .btn_arrow {
    background-color: #ff9189;
}
.therapy_color1 .btn_flex .arrow_color1:hover .btn_arrow_text{
    color: #ff9189;
}
.therapy_color2 .btn_flex .arrow_color1:hover .btn_arrow {
    background-color: #5ebbc3;
}
.therapy_color2 .btn_flex .arrow_color1:hover .btn_arrow_text{
    color: #5ebbc3;
}
.therapy_color3 .btn_flex .arrow_color1:hover .btn_arrow {
    background-color: #71bb8d;
}
.therapy_color3 .btn_flex .arrow_color1:hover .btn_arrow_text{
    color: #71bb8d;
}
.contactarea_btn:hover {
    background-color: #fff;
    color: #552b00;
    border: solid 1px #552b00;
}

.cooking .btn_flex .arrow_color1:hover .btn_arrow {
    background-color: #ffbc1d;
}
.cooking .btn_flex .arrow_color1:hover .btn_arrow_text{
    color: #ffbc1d;
}
.nutritionist .btn_flex .arrow_color1:hover .btn_arrow {
    background-color: #b7d413;
}
.nutritionist .btn_flex .arrow_color1:hover .btn_arrow_text{
    color: #b7d413;
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){ 
nav ul li.has-child::before {
    content: '';
    position: absolute;
    bottom:auto;
    top: 20px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    left: auto;
    right: 20px;
    width: 20px;
    height: 20px;
    border:none;
    background-image: url("../images/index/plus2.png");
    background-size: contain;
    background-repeat: no-repeat;
}
nav ul li.has-child.active::before{
    transform: none;
    background-position: center;
    background-image: url("../images/index/mainasu2.png");
}
#menubar-s .has-child li {
    background-color: #006400;
}
}