@charset "UTF-8";

#wrap{
  overflow:hidden;
}

#page_title::before,
#page_title::after{
	display:none;
}
ruby rt{
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  #header {
    padding: 0;
  }

  #header .container {
    margin: 0;
    max-width: 100%;
  }

  .header_logo {
    width: 335px;
    max-width: 25%;
  }

  .header_info.columns {
    max-width: 70%;
  }

  .header_info img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header_text {
    text-align: center;
    margin-top: 2.4rem;
  }

  .header_logo {
    width: 80%;
    margin: auto;
  }
}

#nav .subtext {
  font-size: 1.3rem;
  color: #ea5504;
  display: block;
  margin: 4px 0;
}

@media print, screen and (min-width: 768px) {
  #nav img {
    display: block;
    margin: 0 auto 4px;
  }

  #nav .header_menu>li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #nav .header_menu {
    align-items: unset;
    height: 100%;
  }

  #nav .header_menu>li>a {
    height: 100%;
  }

  #nav .header_menu>li>a:hover {
    color: #595656;
  }

  #nav .header_menu>li>.sub-menu_wrap .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #nav .header_menu>li>.sub-menu_wrap .sub-menu li {
    width: 32%;
  }

  #nav .header_menu>li>.sub-menu_wrap .sub-menu li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 1039px) and (min-width : 768px) {

  #nav .header_menu>li>.sub-menu a,
  #nav .header_menu>li>.sub-menu_wrap .sub-menu a {
    font-size: 1.4rem;
  }

  #nav .subtext {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  #nav .subtext {
    display: inline;
    margin-left: 10px;
  }

  #nav .header_menu .menu-item img {
    width: 30px;
    margin-right: 10px;
  }
}

.footer .cont01 p,
.footer .cont02 p {
  margin-top: 2.4rem;
}
.footer .cont01 .link_box {
  padding: 50px;
  border-radius: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.footer .cont01 .recruit {
  background: url(../img/common/img_bnr_recruit.jpg)no-repeat center / cover;
}

.footer .cont01 .faq {
  background: url(../img/common/img_bnr_faq.jpg)no-repeat center / cover;
}

.footer .cont01 .recruit:before,
.footer .cont01 .faq:before {
  font-size: 5rem;
  line-height: 4rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  margin: 0 auto;
  opacity: 0.5;
}

.footer .cont01 .recruit:before {
  content: "Recruit";
}

.footer .cont01 .faq:before {
  content: "Q&A";
}

.footer .cont01 .link_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 30px;
  margin: 0 auto;
  width: 40px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.footer .cont01 {
  text-align: center;
padding: 100px 0;}

.footer .cont02{
padding: 50px 0 30px;
    background: #f6efe5;
}
.footer h2{
  position: relative;display: table;margin: auto;font-size:4rem;
  color:#ea5504;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.footer h2 img{
  display:block;
margin: auto;}
.footer h2:before,
.footer h2:after{
      content: "";
    display: block;
    position: absolute;
top:25px;
    margin:0 auto;
    width: 1000px;
    height: 5px;
  border-radius:5px;
background:  #ea5504;}

.footer h2:before{
  left: -1050px;
}
.footer h2:after{
  right: -1050px;
}
.footer .btn_box {
  width: 92%;

}

.footer .btnstyle a {
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  color: #ea5504;
  border: 2px solid #ea5504;
  border-radius: 100px;
}

.footer .btnstyle a:after {
  border-top: 2px solid #ea5504;
  border-right: 2px solid #ea5504;
}
.footer .btnstyle a:hover {
	background:#ffe4d6;
	opacity:1;
}

.footer .btnstyle a {
  width: auto;
  padding: 1.2rem 4rem;
}
.footer .arrow{
}
.footer .arrow a{
    position: relative;
  display:table;
  margin:auto;
  padding-right:20px
}
.footer .arrow a:after{
    border-top: 1px solid #ea5504;
  border-right: 1px solid #ea5504;
  content: "";
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (max-width: 1039px) {
  .footer h2{
    width:600px;
  }
  .footer h2:before{
    left:-1020px;
    top:15px;
  }
    .footer h2:after{
    right:-1020px;
    top:15px;
  }
	.footer .btn_box{
		width:100%;
	}
	.footer .btnstyle:first-child {
	width: 46%;
	}
		.footer .btnstyle:last-child {
	width: 52%;
	}
  .footer .btnstyle a{
    font-size:1.8rem;
    padding:1.4rem 3rem 1.4rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
	.footer .cont01{
		padding: 30px 0 50px;
	}
  .footer .cont01 .link_box{
    margin-top:2.4rem;
  padding: 20px 0 40px;
  }
  .footer h2{
    font-size:3rem;
    width:90%;
  }

  .footer .cont02{
    padding: 2rem 0 3rem;
  }
	.footer .cont02 .column + .column{
		margin-top: 40px;
	}
.footer .btn_box{
  width:100%;
}
		.footer .btnstyle:first-child,
	.footer .btnstyle:last-child{
width:100%;
	}

}


@media print, screen and (min-width: 768px) {
	.mainimage{margin-bottom:250px;}
.mainimage .slick-dots{
  bottom:-200px;
}
.slider_nav_wrap{
  width:1400px;
  margin:auto;
}
.slick-dots li button{
  width:100%;
  height:150px;
}
.slick-dots li{
  width:320px;
  max-width: 24%;
height: 150px;  transition: .3s;
}
.slick-dots li button:before{
  width:100%;
  height:100%;
  content:""!important;
}
	.slick-dots li:nth-of-type(1) button:before{
		background: url("../img/top/main_nav01.jpg") no-repeat;
		background-size: contain!important;
	}
	.slick-dots li:nth-of-type(2) button:before{
		background: url("../img/top/main_nav02.jpg") no-repeat;
		background-size: contain!important;
	}
	.slick-dots li:nth-of-type(3) button:before{
		background: url("../img/top/main_nav03.jpg") no-repeat;
		background-size: contain!important;
	}
	.slick-dots li:nth-of-type(4) button:before{
		background: url("../img/top/main_nav04.jpg") no-repeat;
		background-size: contain!important;
	}

ul.slick-dots li:hover{
  opacity: .7;
  cursor : pointer;
}

.mainimage .slick-dots li{
  margin:auto;
}
ul.slick-dots li:not(:first-child){
  margin-left: 1%;
}
.slick-slide img {
  margin: 0;
}

ul.slick-dots li:not(.slick-active){
  opacity: .3;
}
}

@media print, screen and (max-width: 1439px) {
  .mainimage{
    margin-bottom: 16vw;
  }
  .mainimage .slick-dots{
    bottom: -13vw;
  }
.slick-dots li{
 height: 10vw;
}
}
@media only screen and (max-width: 767px) {
.mainimage .slick-dots li{
  margin:0 5px;
}
}


/* ------------------------------ */
.section_top h2,
.section_top h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
	background:none;
	padding:0;
	margin:0;
}


.tab_btn {
	display: block;
}
.tab_btn.active {
}
.tab_item_wrap {
}
.tab_item {
	display: none;
}
.tab_item.active {
	display: block;
}

.tab_btn_wrap{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content: center;
}
.tab_btn{
	color:#fff;
	text-align:center;
	font-size:2.4rem;
	border-radius:10px 10px 0 0;
	padding:1rem;
	font-weight:bold;
	letter-spacing:0.3rem;
	width:22%;
max-width: 22%;}
.tab_btn:not(:first-child){
	margin-left:1%;
}
.tab_btn:hover{
	cursor:pointer;
}
.tab_btn.active{
	position:relative;
}
.tab_btn.active:after{
	    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left:0;
    right:0;
    margin:0 auto;
    width:0;
    height:0;
	border: solid 20px transparent;
	border-top: solid 20px #ccc;
}
.tab_item{
	padding:40px 4%;
	border:3px solid #ccc;
	background: #fff;border-radius:30px;
}
.tab_item ul{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;}
.tab_item ul li{
	display:block;
	width:210px;
	max-width: 22%;
}
.tab_item ul li{
	margin-right: 4%;
}.tab_item ul li:nth-child(4n){
	margin-right:0;
}
.tab_item ul li a {
	margin-top:20px;
  background: #333;
  border-radius:10px;
  color: #fff;
	font-weight:bold;

  line-height: 1.2;
  padding: 8px 2rem 8px 10px;width:210px;
  max-width: 100%;position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
	height:70px;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.tab_item ul li a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.tab_btn:nth-child(1){
	background: #e27127;
}
.tab_btn:nth-child(2){
	background: #ab8f68;
}
.tab_btn:nth-child(3){
	background: #69b06c;
}
.tab_btn:nth-child(4){
	background: #f2b600;
}
.tab_item:nth-child(1){
	border:3px solid #e27127;
}
.tab_item:nth-child(2){
	border:3px solid #ab8f68;
}
.tab_item:nth-child(3){
	border:3px solid #69b06c;
}
.tab_item:nth-child(4){
	border:3px solid #f2b600;
}
.tab_btn:nth-child(1).active:after{
border-top: solid 20px #e27127;
}
.tab_btn:nth-child(2).active:after{
border-top: solid 20px #ab8f68;
}
.tab_btn:nth-child(3).active:after{
border-top: solid 20px #69b06c;
}
.tab_btn:nth-child(4).active:after{
border-top: solid 20px #f2b600;
}

.tab_item:nth-child(1) ul li a {
	background:#e27127 url(../img/top/tab_btn_bg.png)no-repeat center;
}
.tab_item:nth-child(2) ul li a {
	background:#ab8f68 url(../img/top/tab_btn_bg.png)no-repeat center;
}
.tab_item:nth-child(3) ul li a {
	background:#69b06c url(../img/top/tab_btn_bg.png)no-repeat center;
}
.tab_item:nth-child(4) ul li a {
	background:#f2b600 url(../img/top/tab_btn_bg.png)no-repeat center;
}

.tab_item:nth-child(1) ul li a:hover {
	color:#fff;
	background:#f39c63 url(../img/top/tab_btn_bg.png)no-repeat center;
}
.tab_item:nth-child(2) ul li a:hover {
	color:#fff;
	background:#c4a981 url(../img/top/tab_btn_bg.png)no-repeat center;
}
.tab_item:nth-child(3) ul li a:hover {
	color:#fff;
	background:#99ca9c url(../img/top/tab_btn_bg.png)no-repeat center;
}
.tab_item:nth-child(4) ul li a:hover {
	color:#fff;
	background:#fcd86b url(../img/top/tab_btn_bg.png)no-repeat center;
}

/* -------------------------- 背景*/

.sec01{
	padding: 70px 0 100px;
	background:url(../img/top/sec01_bg.jpg)no-repeat center bottom;
}
.sec02{
	padding: 100px 0;

	background: -webkit-linear-gradient(180deg, transparent 60%,#e27127 60%);
background: -moz-linear-gradient(180deg,  transparent 60%,#e27127 60%);
background: linear-gradient(180deg, transparent 60%,#e27127 60%);
}

.sec03{
	padding: 100px 0 0;
}

.sec04{
	padding: 100px 0 0;
}
.sec04 .bg{
	margin-top:50px;
	padding: 50px 0 100px;
	background:#f6efe5;
}

.sec05{
	padding: 100px 0 0;
}
/* -------------------------- 見出し*/
.section_top h2{
	position:relative;
	font-size:4rem;
	display:table;
	margin:auto;
}
.title_img{
	text-align:center;
position: relative;}
.sec03 .title_img,
.sec03 .title_img,
.sec04 .title_img,
.sec04 .title_img{
	text-align: left;width:1000px;
	max-width: 100%;margin: auto;

margin-bottom: 20px;}
.sec03 .title_img:before,
.sec03 .title_img:after,
.sec04 .title_img:before,
.sec04 .title_img:after{
	    content: "";
    display: block;
    position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
    margin:0 auto;
    width:190px;
    height:50px;
	background:url(../img/top/top_title_bg01.png)no-repeat center / cover;
}
.sec03 .title_img:before,
.sec04 .title_img:before{
	left: -230px;
}
.sec03 .title_img:after,
.sec04 .title_img:after{
	right:-230px;
}
.sec03 h2,
.sec04 h2{
	margin-left:0;
}
/* -------------------------- 詳細*/

.sec01 h3{
	font-size:2rem;
}
.sec01 h3 img{
vertical-align: baseline;
margin-right:1em;}

.sec01 .news_box{
	position:relative;
}

.sec01 .news .btnstyle a{
	background:#ea5504;
	border-color:#ea5504;
}
.sec01 .news .btnstyle a:hover{
	background:#fd7d38;
	border-color:#fd7d38;
}
.sec01 .news dl{
	border-top:3px solid #ea5504;
	border-bottom:3px solid #ea5504;
}
.sec01 .blog dl{
	border-top:3px solid #ab8f68;
	border-bottom:3px solid #ab8f68;
}
.sec01 table{
	margin-top:50px;
}



.section_top.sec02 h2:before,
.section_top.sec02 h2:after{
	    content: "";
    display: block;
    position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
    margin:0 auto;
    width:30px;
    height:5px;
	border-radius:5px;
	background:#ea5504;
}
.section_top.sec02 h2:before{
	left:-50px;
}
.section_top.sec02 h2:after{
	right:-50px;
}
.section_top.sec02 h3{
	margin-top:2rem;
font-size:2.5rem;
	text-align:center;
}

.sec02 .container{
	max-width:1200px;
}
.sec02 .shadow_box{
	padding: 50px 5% 130px;
	border-radius: 20px;
	background:#fff;
box-shadow: -5px 5px 5px #eee;}
.sec02 .btn_box{
width:90%;
	margin:auto;
}
.sec02 .btnstyle a{
	background:#ea5504;
	border-color:#ea5504;
}
.sec02 .btnstyle a:hover{
	background:#fd7d38;
	border-color:#fd7d38;
}
.loopslider_wrap{
	margin-top: -80px;
}
.loopslider_wrap .slick-slide img{
	padding-right:20px;
}

.sec03 .shadow_box{
	padding: 20px 4% 40px;
	border-radius: 20px;
	background:#fff;
box-shadow: 0 0 10px #ccc;
	margin:50px 0 70px;
}
.sec03 .column{
	width:50%;
	padding:70px 0;
}
.sec03 .cont01{
	background:url(../img/top/sec03_bg01.jpg)no-repeat center / cover;
}
.sec03 .cont02{
	background:url(../img/top/sec03_bg02.jpg)no-repeat center / cover;
}
.sec03 .text_box01{
	width:480px;
	max-width:90%;
	height:100%;
	padding:50px;
	margin: auto;color:#fff;
}

.sec03 .cont01 .text_box01{
	background:rgba(219,134,78,0.9);
}
.sec03 .cont02 .text_box01{
	background:rgba(171,143,104,0.9);
}
.sec03 h3{
	background:#fff;
	font-size:3rem;
	text-align:center;
	padding:1.4rem 1rem;
}
.sec03 h3 .subtext{
	display:block;
	color:#fd7d38;
	font-size:1.6rem;
}
.sec03 .cont02 h3 .subtext{
	color:#ab8f68;
}
.sec03 .cont01 h3{
	background-image:url(../img/top/sec03_title_bg01.png),
		url(../img/top/sec03_title_bg02.png);
	  background-repeat: no-repeat,no-repeat;
		   background-position: top left,
      right bottom;
}
.sec03 .cont02 h3{
	background-image:url(../img/top/sec03_title_bg03.png),
		url(../img/top/sec03_title_bg04.png);
	  background-repeat: no-repeat,no-repeat;
		   background-position: top left,
      right bottom;
}
.sec03 .text_box01 > ul li{
	font-size:1.8rem;
	padding-left:20px;
	position:relative;
	line-height:1.4;
	margin-top:1rem;
}
.sec03 .text_box01 > ul li:before{
	position:absolute;
	left:0;
	top:0;
	content:"・";
}
.sec03 .text_box02{
	font-size:2rem;
	border:3px solid #fff;
	margin-top:2rem;
}
.sec03 .text_box02 p:first-child{
	margin-top:0;
	background:#fff;
	color:#ea5504;
	font-weight:bold;
	text-align:center;
}
.sec03 .cont02 .text_box02 p:first-child{
	color:#ab8f68;
}
.sec03 .text_box02 ul{
	margin:10px 10px;
}
.sec03 .text_box02 p:last-child{
	text-align:right;
	margin:0 20px 10px 0;
}
.sec03 .btnstyle a{
	background:#fff;
	color:#ea5504;
	border-color:#fff;
	box-shadow:0 0 10px #555;
width: 220px;
}
.sec03 .btnstyle a:after{
	border-color:#ea5504;
}
.sec03 .cont02 .btnstyle a{
color:#ab8f68;
}

.sec03 .cont02 .btnstyle a:after{
	border-color:#ab8f68;
}
.sec03 .btnstyle a:hover{
	opacity:0.8;
}

.sec04 .link_box{
	font-family: fot-tsukuardgothic-std, sans-serif;margin-top:2.4rem;
	padding:20px 0;
	width: 320px;height: 170px;background: url(../img/top/sec04_bnr_bg.jpg)no-repeat center / cover;
}
.sec04 .link_box:before{
	    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    margin:0 auto;
    width:100%;
    height:100%;
	border:5px solid #ddc8ae;
box-sizing: border-box;}
.sec04 .link_box:after{
	    content: "";
    display: block;
    position: absolute;
    bottom:10px;
    right:10px;
    margin:0 auto;
    width:0;
    height:0;
	border-top:solid 10px transparent;
	border-right:solid 10px #fff;
}
.sec04 p{
	font-size:2.4rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.sec04 p .en{
	display:block;
	font-size:1.7rem;
}
.sec04 h3{
	font-size:3rem;
	color:#ea5504;
	position:relative;
	text-align:center;
	margin:70px auto 50px;
	padding:20px 0 20px 100px;
	display:table;
	background:url(../img/top/icon_search.png)no-repeat center left;
}
.sec04 h3:before,
.sec04 h3:after{
	    content: "";
    display: block;
    position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
    margin:0 auto;
    width: 60px;
    height: 3px;
	border-radius:10px;
	background:#ea5504;
}
.sec04 h3:before{
	left:-80px;
-webkit-transform: rotate(65deg);
transform: rotate(65deg);
}
.sec04 h3:after{
		right:-80px;
-webkit-transform: rotate(-65deg);
transform: rotate(-65deg);
}
.sec05 .columns{
	margin-top:70px;
}
.sec05 .text_box{
	width:480px;
	max-width: calc(100% - 50px);
}

.sec05 h3{
	font-size:3rem;
	color:#ea5504;
	padding-left:130px;
	min-height:108px;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sec05 .cont06 h3,
.sec05 .cont07 h3,
.sec05 .cont09 h3{
}
.sec05 .cont01 h3{
background:url(../img/top/point01.png)no-repeat center left;
}
.sec05 .cont02 h3{
background:url(../img/top/point02.png)no-repeat center left;
}
.sec05 .cont03 h3{
background:url(../img/top/point03.png)no-repeat center left;
}
.sec05 .cont04 h3{
background:url(../img/top/point04.png)no-repeat center left;
}
.sec05 .cont05 h3{
background:url(../img/top/point05.png)no-repeat center left;
}
.sec05 .cont06 h3{
background:url(../img/top/point06.png)no-repeat center left;
}.sec05 .cont07 h3{
background:url(../img/top/point07.png)no-repeat center left;
}.sec05 .cont08 h3{
background:url(../img/top/point08.png)no-repeat center left;
}.sec05 .cont09 h3{
background:url(../img/top/point09.png)no-repeat center left;
}
.sec05 .cont10 h3{
background:url(../img/top/point10.png)no-repeat center left;
}
.sec05 .cont11 h3{
background:url(../img/top/point11.png)no-repeat center left;
}
.sec05 .cont12 h3{
background:url(../img/top/point12.png)no-repeat center left;
}
.sec05 .cont13 h3{
background:url(../img/top/point13.png)no-repeat center left;
}
.sec05 .cont14 h3{
background:url(../img/top/point14.png)no-repeat center left;
}
.sec05 .cont15 h3{
background:url(../img/top/point15.png)no-repeat center left;
}
.sec05 .shadow_box{
	position:relative;
	padding: 30px;box-shadow: 0 3px 10px #ccc;
border-radius: 10px;margin-top: 2.4rem;}
.sec05 .shadow_box:before{
	    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    margin:0 auto;
    width:10px;
    height:100%;
	border-radius:10px 0 0 10px;
	background: -webkit-linear-gradient(180deg, #f6efe5 10%,#ea5504 10%);
background: -moz-linear-gradient(180deg,  #f6efe5 10%,#ea5504 10%);
background: linear-gradient(180deg, #f6efe5 10%,#ea5504 10%);
}
.sec05 .shadow_box p:first-child{
	margin-top:0;
}

@media print, screen and (min-width: 768px) {
.sec03 .cont01{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sec03 .cont01 .text_box01{
	margin-right:25px;
}
.sec03 .cont02 .text_box01{
	margin-left:25px;
}
.sec05 .columns>*{
	width:50%;
	max-width:50%;
}
	.sec05 .reverse .column:last-child{
		display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
	}
	.sec05 .text_box{
	margin-left:50px;
}
.sec05 .reverse .text_box{
	margin-left:0;
	margin-right:50px;
}
}

@media print, screen and (max-width: 1039px) {
.section_top.sec02 h3{
	font-size:2rem;
}
	.sec02 .btnstyle a{
		padding:1rem;
		font-size:1.6rem;
	}
	.sec02 .btnstyle a:after{
		right:1rem;
	}
	.sec03 .text_box01{
		padding:20px;
	}
	.sec03 .text_box02{
		font-size:1.6rem;
	}
	.sec04 p .en{
		font-size:1.4rem;
	}
	.tab_btn{
		font-size:2rem;
	}
	.tab_item ul li{
		margin-right:2%;
		width: 320px;
		max-width:32%;
	}
	.tab_item ul li a{
		width:100%;
	}

.tab_item ul li,
	.tab_item ul li:nth-child(4n){
		margin-right: 2%;
	}
.tab_item ul li:nth-child(3n){
	margin-right:0;
}
	.sec05 .columns{
		-ms-flex-wrap: wrap;
flex-wrap: wrap;
	}
.sec05 .columns figure{
	width:70%;
	max-width:70%;
}
	.sec05 .columns>.column{
		margin-top:2.4rem;
		width:100%;
	max-width:100%;
	}
	.sec05 .text_box{
		width: 80%;
	}
	.sec05 .cont03 h3 .pc_br{
		display:inline;
	}
		.sec05 .column:last-child{
			display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
	}
	.sec05 .column:last-child{
		margin-right:30px
	}

	.sec05 .reverse .column:last-child{
		-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
	}
	.sec05 .reverse .column:last-child{
		margin-left:30px;
	}
}

@media only screen and (max-width: 767px) {
	.sec01{
		padding:30px 0 70px;
	}
		.sec02{
		padding:30px 0;
	}
			.sec03{
		padding: 30px 0 0;
	}
		.sec04{
		padding: 30px 0 0;
	}
		.sec05{
		padding:30px 0;
	}


	.sec01 .blog{
		margin-top: 50px;
	}
	.sec02 .shadow_box{
		padding:20px 4% 60px;
	}
	.loopslider_wrap{
		margin-top:-40px;
	}
	.section_top.sec02 h3{
		font-size:2.2rem;
	}
	.sec03 .shadow_box{
		margin:30px 0;
		padding:10px 4% 20px;
	}
	.sec03 .column{
		width:100%;
		padding:20px 10px;
	}
	.sec03 .text_box01{
		max-width:100%;
	}
	.sec04 .container{
		    margin-left: 10px;
    margin-right: 10px;
	}
	.sec04 .bg{
		margin-top:30px;
		padding:10px 0 30px;
	}
	.sec04 .link_box{
		height:120px;
		padding:10px 0;
	}
	.sec04 p{
		font-size:2rem;
	}
	.sec04 p .en{
		font-size:1.1rem;
	}
	.sec04 h3{
		margin:30px auto;
		padding-left:50px;
		background-size:40px;
	}
	.sec04 h3:before{
		left:-50px;
	}
		.sec04 h3:after{
		right:-50px;
	}
	.tab_btn{
		font-size:1.6rem;
		padding:1rem 0;
	}
	.tab_item{
	border-radius:15px;
		padding:20px 4%;
	}
		.tab_item ul li{
		width: 340px;
		max-width:48%;
	}

.tab_item ul li,
	.tab_item ul li:nth-child(3n){
		margin-right: 4%;
	}
.tab_item ul li:nth-child(2n){
	margin-right:0;
}
	.sec05 .columns{
		width:92%;
		margin:auto;
		margin-top:40px;
	}
	.sec05 .columns figure{
	width:100%;
	max-width:100%;
}
	.sec05 .columns>.column,
	.sec05 .reverse .column:last-child{
		margin:0;
		margin-top:2.4rem;
	}
	.sec05 .text_box{
		width: 100%;
	max-width: 100%;
	}
	.sec05 h3{
		font-size: 2.6rem;min-height: 80px;padding-left:70px;
		background-size:60px!important;
	}
}
/* -------------------------------------下層 */
body:not(.home) #main .btn_box p{
margin-top:2.4rem!important;

}
@media only screen and (min-width: 767px) {
body:not(.home) #main .btn_box{
	width: 640px;
	max-width: 100%;margin:auto;
}

body:not(.home) #main .btn_box p a{
	width:100%;
}
}

.sec_message .container{
	border-radius:20px;
	padding:20px 4% 50px;
background:#f6efe5;
}
.sec_message .tel a {
	display:table;
	margin:auto;
  font-family: "Arial";
  font-size: 4rem;
  color: #ea5504;
  font-weight: bold;
  padding-left: 36px;
  background: url(../img/common/icon_tel.png)no-repeat center left;
line-height: 1;
}

.sec06 {
	padding: 50px 0 0;
}
.sec06 h2 {
	font-size: 3.6rem;
	text-align: center;
	margin: 0 0 25px;
	background: none;
	padding: 0;
	color: #ea5504;
}
.sec06 h2:after, .sec06 h2:before {
	display: none;
}
.sec06 h2 .sec_span {
	display: block;
	font-size: 2rem;
}
.sec06 .sec_bnr {
	font-weight: 500;
	color: #fff;
	background: #ea5504;
	border-radius: 20px;
	padding: 15px 10px;
	margin: 0;
	text-align: center;
}
.sec06 .sec_bnr .sec_nen {
	margin-bottom: 0;
}
.sec06 .sec_bnr .sec_nen, .sec06 .sec_bnr .sec_ken {
	display: block;
}
.sec06 .sec_bnr .sec_nen1 {
	font-size: 16px;
	line-height: 1;
}
.sec06 .sec_bnr .sec_nen2 {
	font-size: 12px;
	line-height: 1;
}
.sec06 .sec_bnr .sec_ken1 {
	font-size: 26px;
		line-height: 1;
}
.sec06 .sec_bnr .sec_ken2 {
	font-size: 14px;
		line-height: 1;
}
@media screen and ( max-width : 767px ) {
	.sec06 .row {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}
	.sec06 .row .col_4 {
		width: 49%;
		margin: 0;
	}
}
@media screen and ( min-width : 768px ) {
	.sec06 {
		padding: 100px 0 0;
	}
	.sec06 .row {
		display: flex;
		gap: 0 2%;
		justify-content: space-between;
	}
	.sec06 .row:after {
		display: none;
	}
	.sec06 .row .col_4 {
		width: 23.5%;
		margin: 0;
	}
	.sec06 h2 {
		font-size: 5rem;
		margin: 0 0 30px;
	}
	.sec06 h2 .sec_span {
		font-size: 3rem;
	}
	.sec06 .sec_bnr {
		padding: 15px 10px;
	}
	.sec06 .sec_bnr .sec_nen1 {
		font-size: 18px;
	}
	.sec06 .sec_bnr .sec_nen2 {
		font-size: 14px;
	}
	.sec06 .sec_bnr .sec_ken1 {
		font-size: 36px;
	}
	.sec06 .sec_bnr .sec_ken2 {
		font-size: 18px;
	}
}
@media screen and ( min-width : 1050px ) {
	.sec06 h2 {
		font-size: 6rem;
		margin: 0 0 40px;
	}
	.sec06 h2 .sec_span {
		font-size: 4rem;
	}
}