@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');

body{
  color: #333;
}
a{
  transition: ease all .3s;
}
/*=====================================
*
*header
*
=======================================*/
header{

}
header .header_inner{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
header .header_inner .left{
  width: 50%;
}
header .header_inner .left .sitetitle{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #666;
}
header .header_inner .left .sitetitle span{
  font-weight: bold;
  font-size: 40px;
  display: block;
}
header .header_inner .left .sitetitle span a{
  color: #333;
}
header .header_inner .left .sitetitle span a:hover{
  opacity: .7;
}
header .header_inner .left .address{
  margin-top: 20px;
  color: #666;
}
header .header_inner .right{
  width: 50%;
}
header .header_inner .right .right_inner{
  width: 100%;
}
header .header_inner .right .right_inner .tel{
  position: relative;
}
header .header_inner .right .right_inner .tel a{
  display: flex;
  max-width: 320px;
  width: 100%;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
header .header_inner .right .right_inner .tel a:hover{
	opacity: .7;
}
header .header_inner .right .right_inner .tel a .image{
  background: linear-gradient(to right,#f07100,#ffbb03);
  border-radius: 10px 0 0 10px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_inner .right .right_inner .tel a .text{
  border-radius: 0 10px 10px 0;
  background: #fff;
  padding: 6px 10px 8px;
  border: 2px solid #ffbb03;
  line-height: 1.2;
  width: calc( 100% - 70px);
  text-align: center;
}
header .header_inner .right .right_inner .tel a .text .number{
  font-weight: bold;
  font-size: 30px;
  color: #f27a01;
}
header .header_inner .right .right_inner .tel a .text .hours{
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
header .header_inner .right .right_inner .Gmenu{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
header .header_inner .right .right_inner .Gmenu li{
  margin-left: 30px;
}
header .header_inner .right .right_inner .Gmenu li a{
  color: #333;
  font-size: 16px;
}
header .header_inner .right .right_inner .Gmenu li a:hover{
  opacity: .7;
}
header .header_inner .right .right_inner .close{
  display: none;
}
@media screen and (max-width:1260px){
  header .header_inner .left .sitetitle{
    font-size: 12px;
  }
  header .header_inner .left .sitetitle span{
    font-size: 32px;
  }
  header .header_inner .left .address{
    font-size: 14px;
  }
  header .header_inner .right .right_inner .Gmenu li{
    margin-left: 20px;
  }
  header .header_inner .right .right_inner .Gmenu li a{
    font-size: 14px;
  }
}
@media screen and (max-width:968px){
  header .header_inner {
    padding: 10px 20px;
  }
  header .header_inner .left{
    width: 100%;
  }
  header .header_inner .left .sitetitle {
    font-size: 12px;
    line-height: 1.5;
    padding-right: 60px;
    font-weight: 400;
  }
  header .header_inner .left .sitetitle span {
    font-size: 24px;
  }
  header .header_inner .left .address {
    font-size: 12px;
    margin-top: 5px;
  }
  header .header_inner .right{
    width: 40px;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 99;
  }
  header .header_inner .right .drawer{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  header .header_inner .right .drawer span{
    display: block;
    background: #ff7c0e;
    width: 100%;
    height: 3px;
  }
  header .header_inner .right .right_inner{
    width: 80%;
    height: 100%;
    background: #333;
    position: fixed;
    right: -80%;
    top: 0;
    transition: ease all .5s;
    padding-top: 80px;
  }
  header .header_inner .right .right_inner .close{
    display: block;
    position: absolute;
    top: 15px;
    right: 2px;
    font-size: 50px;
    line-height: 1;
    color: #ff7c0e;
  }
  header .header_inner .right .right_inner.active{
    right: 0;
  }
  header .header_inner .right .right_inner .Gmenu{
    display: block;
  }
  header .modalbg{
    background: #000;
    z-index: 98;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: ease all .5s;
  }
  header .modalbg.active{
    opacity: .3;
    pointer-events: all;
  }
  body.hide{
    overflow: hidden;
  }
  header .header_inner .right .right_inner .Gmenu{
    display: block;
    margin-top: 30px;
  }
  header .header_inner .right .right_inner .Gmenu li{
    margin: 0;
  }
  header .header_inner .right .right_inner .Gmenu li a {
    font-size: 16px;
    padding: 20px;
    display: block;
    border-bottom: 1px solid #555;
    color: #fff;
    background: linear-gradient(to top,#333,#363636);
  }
  header .header_inner .right .right_inner .Gmenu li:first-child a{
    border-top: 1px solid #555;
  }
  header .header_inner .right .right_inner .tel a{
    left: 50%;
    transform: translateX(-50%);
    width: calc( 100% - 20px );
  }
  header .header_inner .right .right_inner .tel a .image{
    width: 50px;
  }
  header .header_inner .right .right_inner .tel a .image img{
    width: auto;
    max-width: 70%;
  }
  header .header_inner .right .right_inner .tel a .text{
    width: calc( 100% - 50px);
  }
  header .header_inner .right .right_inner .tel a .text .number{
    font-size: 26px;
  }
  header .header_inner .right .right_inner .tel a .text .hours{
    font-size: 12px;
  }
}
/*=====================================
*
*front
*
=======================================*/
.front_title{

}
.front_title h2{
  font-weight: bold;
  font-size: 45px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.front_title h2 span{
  font-size: 60px;
  color: #f27a01;
}
.front_title h2::before{
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right,#f07100,#ffbb03);
}
@media screen and (max-width:1260px){
  .front_title h2{
    font-size: 27px;
  }
  .front_title h2::before{
    width: 50px;
  }
  .front_title h2 span{
    font-size: 35px;
  }
}
@media screen and (max-width:570px){
  .front_title h2{
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .front_title h2 span{
    font-size: 30px;
  }
}

/*=====================================
*mv
=======================================*/
.mv{
  position: relative;
}
.mv .image{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.mv .image img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
}
.mv .text{
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1260px;
  background: linear-gradient(to right,transparent,#ffffffce,#ffffffce,#ffffffce,transparent);
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  z-index: 2;
}
.mv .text::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,transparent,#f27e0a80,#f27d0a,#f27e0a80,transparent);
  position: absolute;
  left: 0;
  top: 15px;
  opacity: .2;
}
.mv .text::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,transparent,#f27e0a80,#f27d0a,#f27e0a80,transparent);
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: .2;
}
.mv .text span{
  font-size: 45px;
  color: #f27d0a;
}
@media screen and (max-width:968px){
  .mv .image{
    height: 50vh;
    overflow: hidden;
    position: relative;
  }
  .mv .image img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
    height: 100%;
  }
  .mv .text{
    width: calc( 100% - 40px );
    font-size: 25px;
  }
  .mv .text span{
    font-size: 30px;
  }
}
@media screen and (max-width:570px){
	.mv .image{
		height: 30vh;
	}
  .mv .text{
    font-size: 16px;
	  bottom: 20px;
	  padding: 15px 0;
  }
	.mv .text::before{
		top: 8px;
	}
	.mv .text::after{
		bottom: 8px;
	}
  .mv .text span {
    font-size: 18px;
  }
}

/*=====================================
*section1
=======================================*/
.section01{
  margin: 80px auto;
}
.section01 .w130{
  padding: 0 20px;
}
.section01 .text{
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.section01 .center_image{
  text-align: center;
  margin: 60px auto;
}

@media screen and (max-width:1260px){
  .section01 .text{
    font-size: 16px;
  }
}
/*=====================================
*section2
=======================================*/
.section02{
  background: url(../img/sec2_bg.jpg)repeat-y center top;
  padding: 50px 0;
}
.section02 .w126{
  padding: 40px 30px 100px;
  background: #fff;
  border-radius: 10px;
}
.section02 .sec2_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section02 .sec2_flex .image{
  max-width: 520px;
  width: 100%;
}
.section02 .sec2_flex .text{
  color: #666;
  font-size: 18px;
  line-height: 2.2;
  width: calc( 100% - 550px );
}
@media screen and (max-width:1260px){
  .section02 .w126{
    width: calc( 100% - 40px );
  }
  .section02 .sec2_flex .text{
    font-size: 16px;
  }
  .section02 .sec2_flex .image{
    max-width: 45%;
  }
  .section02 .sec2_flex .text{
    width: 52%;
  }
}
@media screen and (max-width:768px){
  .section02 .w126 {
    width: calc( 100% - 40px );
    padding: 20px 10px;
  }
  .section02 .sec2_flex{
    display: block;
  }
  .section02 .sec2_flex .image{
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .section02 .sec2_flex .text{
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
}

/*=====================================
*section3
=======================================*/
.section03{
  position: relative;
  background: #fff3df;
  overflow: hidden;
}
.section03 .w130{
  padding: 0 20px;
  margin: 50px auto;
}
.section03 .sec3_list{

}
.section03 .sec3_list ol{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section03 .sec3_list ol li{
  width: 400px;
  margin-right: 30px;
  margin-bottom: 45px;
}
.section03 .sec3_list ol li:nth-child(3n){
  margin-right: 0;
}
.section03 .sec3_list ol li .text{

}
.section03 .sec3_list ol li .text h3{
  font-weight: 500;
  font-size: 25px;
  margin: 15px 0;
  line-height: 1;
}
.section03 .sec3_list ol li .text p{
  font-size: 14px;
  line-height: 1.8;
}
.section03 .sec3_list .btn{
  margin: 25px auto 90px;
  max-width: 320px;
  width: 100%;
}
.section03 .sec3_list .btn a{
  background: linear-gradient(to right,#f07100,#ffbb03);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  padding: 12px 10px;
  border-radius: 5px;
}
.section03 .sec3_list .btn a::before{
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform:translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}
.section03 .sec3_list .btn a:hover{
  opacity: .7;
}
@media screen and (max-width:1260px){
  .section03 .sec3_list ol li{
    width: 32%;
    margin-right: 2%;
  }
  .section03 .sec3_list ol li:nth-child(3n){
    margin-right: 0;
  }
  .section03 .sec3_list ol li .text h3{
    font-size: 22px;
  }
}
@media screen and (max-width:768px){
  .section03 .sec3_list ol li,
  .section03 .sec3_list ol li:nth-child(3n){
    width: 48%;
    margin-right: 4%;
  }
  .section03 .sec3_list ol li:nth-child(2n){
    margin-right: 0;
  }
  .section03 .sec3_list ol li .text h3 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.3;
  }
}
@media screen and (max-width:570px){
  .section03 .sec3_list ol{
    display: block;
  }
  .section03 .sec3_list ol li,
  .section03 .sec3_list ol li:nth-child(3n){
    width: 100%;
    margin: 20px auto 40px;
  }
  .section03 .sec3_list ol li .image{
    text-align: center;
  }
}


/*=====================================
*section4
=======================================*/
.section04{
  position: relative;
  overflow: hidden;
  margin: 80px auto;
}
.section04 .w130{
  padding: 0 20px;
}
.section04 .sec4_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section04 .sec4_flex .image{
  width: 560px;
}
.section04 .sec4_flex .text{
  width: calc( 100% - 630px );
}
.section04 .sec4_flex .text p{
  font-size: 18px;
  line-height: 2.2;
  color: #666;
}
.section04 .sec4_flex .text .point{
  margin-top: 40px;
  background: #fff9f0;
  padding: 20px;
}
.section04 .sec4_flex .text .point ol{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section04 .sec4_flex .text .point ol li{
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 5px;
  color: #f27a01;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width:1260px){
  .section04 .sec4_flex .image {
    width: 45%;
  }
  .section04 .sec4_flex .text {
    width: 53%;
  }
  .section04 .sec4_flex .text p{
    font-size: 16px;
  }
  .section04 .sec4_flex .text .point ol li{
    font-size: 15px;
  }
}
@media screen and (max-width:768px){
  .section04 .sec4_flex{
    display: block;
  }
  .section04 .sec4_flex .image{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .section04 .sec4_flex .text{
    width: 100%;
  }
}

/*=====================================
*section5
=======================================*/
.section05{
  position: relative;
  overflow: hidden;
  background: url(../img/sec5_bg.jpg)repeat-y center top;
  padding: 50px 0;
}
.section05 .w130{
  padding: 0 20px;
}
.section05 .sec5_list ol{

}
.section05 .sec5_list ol li{
  display: flex;
  position: relative;
  margin: 100px auto;
}
.section05 .sec5_list ol li:nth-child(2n){
  flex-flow: row-reverse;
}
.section05 .sec5_list ol li .text{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px;
  padding: 20px 60px;
  width: 60%;
  display: flex;
  align-items: center;
  min-height: 270px;
  overflow: hidden;
  font-size: 18px;
  color: #666;
}
.section05 .sec5_list ol li:nth-child(2n) .text{
  left: 0;
}
.section05 .sec5_list ol li .text .num{
  position: absolute;
  right: -10px;
  bottom: -10px;
  color: #fafafa;
  font-weight: bold;
  font-size: 160px;
  line-height: 1;
}
.section05 .sec5_list ol li .text .text_inner{
  position: relative;
}
.section05 .sec5_list ol li .text .text_inner h3{
  color: #f27a01;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1;
}
.section05 .sec5_list ol li .text .text_inner h3 span{
  font-size: 20px;
  color: #333;
}
.section05 .sec5_list ol li .text .text_inner p{
  line-height: 1.8;
}
.section05 .sec5_list ol li .text .text_inner .under{
  margin-top: 30px;
}
.section05 .sec5_list ol li .text .text_inner .under a{
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}
.section05 .sec5_list ol li .text .text_inner .under a::before{
  content: '';
  display: block;
  background: url(../img/right-arrow.png)no-repeat center;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.section05 .sec5_list ol li .text .text_inner .under a:hover{
  opacity: .7;
}
@media screen and (max-width:1260px){
  .section05 .sec5_list ol li .image{
    width: 60%;
  }
  .section05 .sec5_list ol li .text{
    font-size: 16px;
    min-height: 200px;
    padding: 20px 40px;
  }
  .section05 .sec5_list ol li .text .text_inner h3{
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .section05 .sec5_list ol li .text .text_inner h3 span{
    font-size: 18px;
    display: inline-block;
  }
}
@media screen and (max-width:768px){
  .section05 .sec5_list ol li .image{
    width: 95%;
  }
  .section05 .sec5_list ol li .text{
    width: 80%;
    top: 85%;
  }
  .section05 .sec5_list ol li .text .text_inner h3{
    font-size: 22px;
  }
}
@media screen and (max-width:570px){
  .section05 .sec5_list ol li .text {
    width: 95%;
    top: 80%;
    padding: 10px;
    min-height: 180px;
  }
  .section05 .sec5_list ol li .text .num{
    font-size: 120px;
  }
  .section05 .sec5_list ol li .text .text_inner h3 {
    font-size: 18px;
  }
  .section05 .sec5_list ol li .text .text_inner h3 span{
    font-size: 16px;
  }
  .section05 .sec5_list ol li .text .text_inner p {
    line-height: 1.5;
    font-size: 14px;
  }
}

/*=====================================
*section6
=======================================*/
.section06{
  position: relative;
  margin: 80px auto;
}
.section06 .w130{
  padding: 0 20px;
}
.section06 .text{
  color: #666;
  font-size: 18px;
  line-height: 2.2;
}
.section06 .work{
  background: #fff9f0;
  padding: 20px;
  margin: 40px auto;
}
.section06 .work h3{
  font-size: 22px;
  font-weight: bold;
  color: #f27a01;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1;
}
.section06 .work h3::before{
  content: '';
  border: 8px solid transparent;
  border-left: 8px solid #f27a01;
  position: absolute;
  left: 0;
  top: calc( 50% + 2px );
  transform: translateY(-50%);
}
.section06 .work p{
  color: #666;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width:1260px){
  .section06 .text{
    font-size: 16px;
  }
}

/*=====================================
*section7
=======================================*/
.section07{
  position: relative;
  overflow: hidden;
}
.section07 .w130{
  padding: 0 20px;
}
.section07 .profile_table{
  width: 100%;
}
.section07 .profile_table table{
  width: 100%;
  border-collapse: collapse;
}
.section07 .profile_table table tr{
  background: #fff;
}
.section07 .profile_table table tr:nth-child(2n){
  background: #fafafa;
}
.section07 .profile_table table th{
  padding: 20px;
  font-size: 20px;
  border: 1px solid #666;
  text-align: left;
}
.section07 .profile_table table td{
  padding: 20px;
  font-size: 16px;
  border: 1px solid #666;
  line-height: 1.8;
}
.section07 .profile_table table td .name{
  font-size: 20px;
  font-weight: bold;
}
.section07 .profile_table table td .year{
  font-weight: bold;
}
.section07 .profile_table table td .mini{
  font-size: 14px;
}
@media screen and (max-width:1260px){
  .section07 .profile_table table th{
    padding: 10px;
    font-size: 18px;
    min-width: 240px;
  }
  .section07 .profile_table table td{
    padding: 10px;
  }
}
@media screen and (max-width:768px){
  .section07 .profile_table table{
    display: block;
  }
  .section07 .profile_table table th{
    display: block;
    border-bottom: none;
  }
  .section07 .profile_table table td{
    display: block;
    border-bottom: none;
  }
  .section07 .profile_table table tr:last-child td{
    border-bottom: 1px solid #666;
  }
  .section07 .profile_table table td .year{
    display: block;
    margin-top: 15px;
  }
}

/*=====================================
*cv
=======================================*/
.cv{
  background: url(../img/cv_bg.jpg)no-repeat center top;
  padding: 60px 0;
}
.cv .w130{
  padding: 0 20px;
}
.cv .btn_list{
  display: flex;
  justify-content: space-between;
}
.cv .btn_list .btn{
  width: 100%;
  max-width: 560px;
  text-align: center;
}
.cv .btn_list .btn a{
  display: block;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 5px;
  height: 100%;
	transition: ease all .3s;
}
.cv .btn_list .btn a:hover{
	opacity: .8;
}
.cv .btn_list .btn a .btn_inner{
  background: #fff;
  padding: 20px;
  color: #f27a01;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  position: relative;
}
.cv .btn_list .btn a .btn_inner::before{
  content: '';
  display: block;
  background: url(../img/right-arrow02.png)no-repeat center;
  width: 16px;
  height: 26px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.cv .btn_list .btn a .btn_inner span{
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #333;
  color: #666;
}
@media screen and (max-width:1260px){
  .cv .btn_list .btn{
    max-width: 48%;
  }
  .cv .btn_list .btn a .btn_inner{
    font-size: 25px;
    padding: 15px;
  }
  .cv .btn_list .btn a .btn_inner span{
    font-size: 16px;
  }
}
@media screen and (max-width:968px){
  .cv .btn_list .btn a .btn_inner::before{
    background-size: 100%;
    right: 15px;
    width: 8px;
    height: 18px;
  }
}
@media screen and (max-width:768px){
  .cv .btn_list .btn a .btn_inner{
    font-size: 20px;
  }
  .cv .btn_list .btn a .btn_inner span {
    font-size: 14px;
  }
}
@media screen and (max-width:570px){
  .cv{
    background-size: auto 100%;
  }
  .cv .btn_list{
    display: block;
  }
  .cv .btn_list .btn {
    max-width: 100%;
    margin: 10px auto;
  }
}

/*=====================================
*
*single
*
=======================================*/
.single_header{
	overflow: hidden;
	position: relative;
}
.single_header .image{
	max-width: 1300px;
    padding: 0 20px;
	margin: 0 auto;
}
.single_header .breadcrumb{
	margin: 0 auto;
    max-width: 1300px;
    padding: 0 20px;
}
.single_header .breadcrumb li a{
	color: #333;
}
.single_header .breadcrumb li a:hover{
	opacity: .7;
}
.single_header h1{
    font-weight: bold;
    font-size: 40px;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
	margin: 60px auto 40px;
}
#single .maincontents .contents{
	max-width: 1300px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 40px;
}
#single .maincontents .contents h2{
	font-weight: bold;
    padding: 15px;
    padding-left: 35px;
    font-size: 27px;
    margin: 40px auto 20px;
    background: linear-gradient(to right,#f07100,#ffbb03);
    color: #fff;
    border-radius: 3px;
	position: relative;
}
#single .maincontents .contents h2::before{
	content: '';
	display: block;
	width: 5px;
	height: calc( 100% - 30px );
	background: #fff;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
}
#single .maincontents .contents h3{
	font-weight: bold;
    padding: 15px;
    padding-left: 35px;
    font-size: 23px;
    margin: 40px auto 20px;
    border-radius: 3px;
	position: relative;
	border: 2px solid #f07100;
	color: #f07100;
}
#single .maincontents .contents h3::before{
	content: '';
	display: block;
	width: 5px;
	height: calc( 100% - 30px );
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
    background: #f07100;
}
#single .maincontents .contents h4{
	font-weight: bold;
    padding: 15px 5px;
    font-size: 20px;
    margin: 40px auto 20px;
    position: relative;
    border-bottom: 2px solid #f07100;
}
#single .maincontents .contents p{
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    margin: 20px auto;
}
@media screen and (max-width:768px){
	.single_header h1{
		font-size: 25px;
		margin: 20px auto 0;
	}
	#single .maincontents .contents h2{
		font-size: 22px;
	}
	#single .maincontents .contents h3{
		font-size: 20px;
	}
	#single .maincontents .contents h4{
		font-size: 18px;
	}
	#single .maincontents .contents p{
		line-height: 1.8;
		font-size: 15px;
	}
}
/*=====================================
*
*page
*
=======================================*/
.page_header{
	overflow: hidden;
	position: relative;
}
.page_header .image{
	position: relative;
	height: 400px;
	overflow: hidden;
}
.page_header .image::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
}
.page_header .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.page_header h1{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
}
.page_header .breadcrumb{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	color: #fff;
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
}
.page_header .breadcrumb li a{
	color: #fff;
}
.page_header .breadcrumb li a:hover{
	opacity: .7;
}

#page .maincontents{
	
}
#page .maincontents .contents{
	max-width: 1300px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 80px;
}
#page .maincontents .contents h2{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	color: #333;
	margin: 80px auto 40px;
	padding-bottom: 8px;
}
#page .maincontents .contents h2::before{
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right,#f07100,#ffbb03);
    width: 120px;
    height: 3px;
}
#page .maincontents .contents .top_text{
	margin: 80px auto;
	font-size: 18px;
    text-align: center;
}
#page .maincontents .contents .service_contents{
	background: #fff3df;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 10px;
}
#page .maincontents .contents .service_contents .service_title{
	margin: 40px auto 20px;
}
#page .maincontents .contents .service_contents .service_title > div{
    display: inline-block;
    position: relative;
}
#page .maincontents .contents .service_contents .service_title > div .num{
	font-size: 20px;
	margin: 0;
    margin-right: 10px;
    color: #f07100;
    position: absolute;
    top: 0;
    right: -40px;
    line-height: 1;
    transform: translateY(-50%);
    font-weight: bold;
}
#page .maincontents .contents .service_contents .service_title > div h3{
	font-size: 25px;
    letter-spacing: 1px;
    display: block;
    position: relative;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}
#page .maincontents .contents .service_contents .service_inner p{
	line-height: 2;
	margin: 20px auto;
	color: #444;
}
#page .maincontents .contents .service_contents .service_inner p a{
	display: inline-block;
	border-bottom: 1px solid #333;
	margin-top: 5px;
	color: #333;
	padding-right: 30px;
	position: relative;
}
#page .maincontents .contents .service_contents .service_inner p a::before {
    content: '';
    display: block;
    background: url(../img/right-arrow.png)no-repeat center;
    background-size: 100%;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
#page .maincontents .contents .service_contents .service_inner p a:hover{
	opacity: .7;
}
#page .maincontents .contents .about_table{
	margin: 80px auto;
}
#page .maincontents .contents .about_table table{
	border-collapse: collapse;
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
}
#page .maincontents .contents .about_table table td:first-child{
	font-size: 18px;
	padding: 15px;
}
#page .maincontents .contents .about_table table tr:nth-child(2n){
	background: #fafafa;
}
#page .maincontents .contents .about_table table td{
	padding: 15px;
	font-size: 16px;
	border: 1px solid #666;
}
#page .maincontents .contents .left_text{
	text-align: left;
}
#page .maincontents .contents .left_text p{
	margin: 20px auto;
	font-size: 16px;
	line-height: 2;
}
#page .maincontents .contents .left_text .orange_bg{
	margin: 20px auto;
	padding: 10px 20px;
	background: #fff3df;
	border-radius: 3px;
}
#page .maincontents .contents .left_text .orange_bg p{
	margin: 10px auto;
	line-height: 1.5;
}
#page .maincontents .contents .privacy{
	margin: 80px auto;
}
#page .maincontents .contents .privacy p{
	line-height: 2;
	margin: 20px auto;
}
#page .maincontents .contents .underline {
	text-decoration: underline;
}
#page .maincontents .contents .underline:hover {
	text-decoration: none;
}
#page .maincontents .contents .contact_text{
	text-align: center;
    margin: 80px auto;
    font-size: 18px;
    line-height: 2;
}
#page .maincontents .contents .form_table{
	max-width: 960px;
	width: 100%;
	margin: 40px auto;
}
#page .maincontents .contents .form_table table{
	width: 100%;
}
#page .maincontents .contents .form_table table th{
	padding: 10px;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}
#page .maincontents .contents .form_table table th span{
	font-size: 14px;
	color: #bf2d2d;
}
#page .maincontents .contents .form_table table td{
	padding: 10px;
}
#page .maincontents .contents .form_table table td input{
	width: 100%;
	font-family: 'Noto Sans JP';
	font-size: 15px;
	padding: 10px;
}
#page .maincontents .contents .form_table table td textarea{
	width: 100%;
	font-family: 'Noto Sans JP';
	font-size: 15px;
	padding: 10px;
}
#page .maincontents .contents .form_table .js-mw-checkbox{
	text-align: center;
	margin: 20px auto;
}
#page .maincontents .contents .form_table input[type="submit"]{
	display: block;
    max-width: 320px;
    width: 100%;
    background: linear-gradient(to right,#f07100,#ffbb03);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Noto Sans JP';
    text-align: center;
    padding: 15px;
    border: none;
    margin: 40px auto;
    border-radius: 3px;
	transition: ease all .3s;
}
#page .maincontents .contents .form_table input[type="submit"]:hover{
	opacity: .7;
	cursor: pointer;
}
#page .maincontents .contents .privacy{
	
}
#page .maincontents .contents .privacy h2{
	text-align: left;
	margin: 40px auto 20px;
	font-size: 25px;
}
#page .maincontents .contents .privacy h2::before{
	content: none;
}
@media screen and (max-width:1280px){
	.page_header .image img{
		width: auto;
		max-width: inherit;
		height: 100%;
	}
}
@media screen and (max-width:570px){
	.page_header h1{
		font-size: 30px;
	}
	.page_header .image{
		height: 240px;
	}
	.page_header .image img{
		max-width: inherit;
		height: 100%;
		width: auto;
	}
	.page_header .breadcrumb{
		bottom: 10px;
	}
	#page .maincontents .contents h2{
		font-size: 25px;
		margin: 40px auto;
	}
	#page .maincontents .contents .top_text{
		margin: 40px auto;
		font-size: 16px;
		line-height: 1.8;
	}
	#page .maincontents .contents .service_contents{
		padding: 10px;
		padding-bottom: 40px;
	}
	#page .maincontents .contents .service_contents .service_title > div h3{
		font-size: 18px;
	}
	#page .maincontents .contents .service_contents .service_title > div .num{
		font-size: 16px;
		right: -25px;
		margin: 0;
	}
	#page .maincontents .contents .service_contents .service_title{
		margin: 40px auto 10px;
	}
	#page .maincontents .contents .service_contents .service_inner p{
		font-size: 1.8;
	}
	#page .maincontents .contents .left_text .orange_bg p{
		font-size: 13px;
	}
	#page .maincontents .contents .about_table table{
		display: block;
	}
	#page .maincontents .contents .about_table table tbody,
	#page .maincontents .contents .about_table table tbody tr{
		width: 100%;
		display: block;
	}
	#page .maincontents .contents .about_table table td{
		display: block;
		border-bottom: none;
	}
	#page .maincontents .contents .about_table table td:first-child{
		font-weight: bold;
		font-size: 16px;
	}
	#page .maincontents .contents .about_table table tr:last-child td:last-child{
		border-bottom: 1px solid #666;
	}
	#page .maincontents .contents .contact_text{
		margin: 40px auto;
		font-size: 16px;
	}
	#page .maincontents .contents .form_table table,
	#page .maincontents .contents .form_table table tbody,
	#page .maincontents .contents .form_table table tbody tr,
	#page .maincontents .contents .form_table table tbody tr th,
	#page .maincontents .contents .form_table table tbody tr td{
		display: block;
	}
	#page .maincontents .contents .form_table table tbody tr th{
		font-size: 16px;
	}
	#page .maincontents .contents .form_table table tbody tr td{
		padding-top: 0;
	}
}

/*=====================================
*
*archive
*
=======================================*/
.archive_header{
	overflow: hidden;
	position: relative;
}
.archive_header .image{
	position: relative;
	height: 400px;
	overflow: hidden;
}
.archive_header .image::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
}
.archive_header .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.archive_header h1{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
}
.archive_header .breadcrumb{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	color: #fff;
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
}
.archive_header .breadcrumb li a{
	color: #fff;
}
.archive_header .breadcrumb li a:hover{
	opacity: .7;
}
#archive .looplist{
	max-width: 1300px;
	width: 100%;
	padding: 0 20px;
	margin: 80px auto;
}
#archive .looplist ol{
	
}
#archive .looplist ol li{
	
}
#archive .looplist ol li a{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	transition: ease all .3s;
}
#archive .looplist ol li a:hover{
	background: #efefef;
}
#archive .looplist ol li a .image{
	width: 48%;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}
#archive .looplist ol li a .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	max-width: inherit;
	height: 100%;
}
#archive .looplist ol li a .text{
	width: 50%;
	color: #333;
	padding: 20px 0;
	padding-bottom: 80px;
	position: relative;
}
#archive .looplist ol li a .text h2{
	font-weight: bold;
    font-size: 25px;
    margin: 10px auto;
}
#archive .looplist ol li a .text p{
	line-height: 1.8;
}
#archive .looplist ol li a .text .more{
	position: absolute;
    right: 0;
    bottom: 20px;
    padding-right: 20px;
}
#archive .looplist ol li a .text .more::before {
    content: '';
    display: block;
    background: url(../img/right-arrow.png)no-repeat center;
    background-size: 100%;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
#archive .pagination{
	margin-top: 40px;
}
#archive .pagination ul{
	display: inline-flex;
	align-items: center;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}
#archive .pagination ul li{
	margin-right: 10px;
}
#archive .pagination ul li:last-child{
	margin-right: 0;
}
#archive .pagination ul li span{
	font-weight: bold;
	color: #fff;
	background: #f07100;
    width: 26px;
    height: 26px;
    display: flex;
	justify-content: center;
	align-items: center;
}
#archive .pagination ul li a{
	color: #333;
    width: 26px;
    height: 26px;
    display: flex;
	justify-content: center;
	align-items: center;
}
#archive .pagination ul li a:hover{
	opacity: .7;
}
@media screen and (max-width:1280px){
	.archive_header .image img{
		width: auto;
		max-width: inherit;
		height: 100%;
	}
}
@media screen and (max-width:570px){
	.archive_header h1{
		font-size: 30px;
	}
	.archive_header .image{
		height: 240px;
	}
	.archive_header .image img{
		max-width: inherit;
		height: 100%;
		width: auto;
	}
	.archive_header .breadcrumb{
		bottom: 10px;
	}
	.archive_header .breadcrumb li a{
		font-size: 12px;
	}
	#archive .looplist ol li a{
		display: block;
		padding: 20px 0;
	}
	#archive .looplist ol li a .image{
		width: 100%;
		padding-top: 60%;
	}
	#archive .looplist ol li a .text{
		width: 100%;
		padding-bottom: 50px;
	}
	#archive .looplist ol li a .text h2{
		font-size: 20px;
	}
}
/*=====================================
*
*breadcrumb
*
=======================================*/
.breadcrumb{
	
}
.breadcrumb ul{
	display: inline-flex;
	align-items: center;
}
.breadcrumb ul li{
	display: inline-block;
	position: relative;
}
.breadcrumb ul li::after{
	content: '>';
	margin: 0 10px;
}
.breadcrumb ul li:last-child::after{
	content: none;
}
@media screen and (max-width:768px){
	.breadcrumb li a{
		font-size: 12px;
	}
	.breadcrumb ul li::after{
		margin: 0 5px;
	}
}
/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/
footer{

}
footer .w130{
  padding: 0 20px;
}
footer .footer_inner{
  margin-top: 140px;
  padding: 40px 20px;
  position: relative;
  border-top: 2px solid #f27a01;
  display: flex;
  justify-content: space-between;
}
footer .footer_inner .Fmenu{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .footer_inner .Fmenu li{
  margin-right: 10px;
  position: relative;
}
footer .footer_inner .Fmenu li::after{
  content: '/';
  margin-left: 10px;
}
footer .footer_inner .Fmenu li:last-child::after{
  content: none;
}
footer .footer_inner .Fmenu li a{
  color: #333;
}
footer .footer_inner .Fmenu li a:hover{
  opacity: .7;
}
footer .footer_inner .left{
}
footer .footer_inner .left .footer_logo a{
  font-weight: bold;
  font-size: 40px;
  color: #333;
}
footer .footer_inner .left .footer_logo a:hover{
	opacity: .7;
}
footer .footer_inner .left .footer_logo .address{
  font-size: 16px;
  margin-top: 5px;
}
footer .footer_inner .left .tel{
  position: relative;
  margin: 40px auto;
}
footer .footer_inner .left .tel a{
  display: flex;
  max-width: 320px;
  width: 100%;
  position: relative;
	transition: ease all .3s;
}
footer .footer_inner .left .tel a:hover{
	opacity: .7;
}
footer .footer_inner .left .tel a .image{
  background: linear-gradient(to right,#f07100,#ffbb03);
  border-radius: 10px 0 0 10px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_inner .left .tel a .text{
  border-radius: 0 10px 10px 0;
  background: #fff;
  padding: 6px 10px 8px;
  border: 2px solid #ffbb03;
  line-height: 1.2;
  width: calc( 100% - 70px);
  text-align: center;
}
footer .footer_inner .left .tel a .text .number{
  font-weight: bold;
  font-size: 30px;
  color: #f27a01;
}
footer .footer_inner .left .tel a .text .hours{
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
footer .footer_inner .right{
  width: calc( 100% - 640px );
  position: relative;
  padding-top: 35%;
}
footer .footer_inner .right iframe{
  position: absolute;
  left: 0;
  top: 0;
}
footer .copyright{
  background: #333;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width:1260px){
  footer .footer_inner .left{
    width: 47%;
  }
  footer .footer_inner .left .footer_logo a{
    font-size: 30px;
  }
  footer .footer_inner .left .footer_logo .address{
    font-size: 14px;
  }
  footer .footer_inner .right{
    width: 50%;
  }
  footer .footer_inner{
    margin-top: 80px;
  }
}
@media screen and (max-width:768px){
  footer .footer_inner{
    display: block;
  }
  footer .footer_inner .left{
    width: 100%;
  }
  footer .footer_inner .right{
    width: 100%;
    padding-top: 50%;
  }
}
@media screen and (max-width:570px){
  footer .footer_inner{
    padding: 20px 0;
  }
  footer .footer_inner .left .footer_logo a {
    font-size: 26px;
  }
  footer .footer_inner .Fmenu li{
    margin-bottom: 5px;
  }
  footer .footer_inner .left .tel a .text .number{
    font-size: 28px;
  }
  footer .footer_inner .left .tel a .text .hours{
    font-size: 13px;
  }
}
/*=====================================
*
*sidenav
*
=======================================*/

/*=====================================
*
*pcのみ
*
=======================================*/
@media screen and (min-width:969px){
  .sp{
    display: none;
  }
}
/*=====================================
*
*sp用
*
=======================================*/
@media screen and (max-width:968px){
  .pc{
    display: none;
  }
}
