@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;700&display=swap');
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {

}
#header-top #title-area img{
	display: block;
}
.sub-title-en {
	font-size: 1.2em;
}

.contents-area {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.contents-area img {
	width: 100%;
}
.cotents-list {
	padding-right: 1%;
	padding-left: 1%;
}
.form-area {

	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.mar_top {
	margin-top: 20vh;
}
/* NEWS */
.date-header{
	font-size: 1em;
}

.cat-name-sub{
	margin-left: 5%;
	font-size: 1em;
}
.cat-name-sub a{
	color: #666;
}
.cat-name-sub a:hover{
	color: #333;
}
.news-name{
	margin-bottom: 20px;
	font-size: 1.8em;
}
.news-name a{
	color: #666;		
}
.news-name a:hover{
	color: #333;		
}
.contents-main {
	margin-top: 100px;
}
.contents-main-news{
	margin-bottom: 100px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 1em;
	margin-top: 50px;
}
.contents-main-news img{

	width: 99%;
	height: 99%;
}
.contents-header {
	width: 100%;
	margin-top: 200px;
}
.top-title {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 3px;
}
.pageng{
	
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pageng li{
	display: inline-block;
}
.pageng li:first-child{
	margin-right: 10%;
}
.portfolio-img{
   position: relative;
    width: 100%;
    height: auto;
}
.portfolio-img:before{
	content: "";
    display: block;
    padding-top: 100%;
}
.portfolio-img img{
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;	

}
.title-news {
	width: 96%;
	padding-left: 2%;
	margin: 0;
	font-size: 1.8em;
}
.title-news-date {
	width: 96%;

	padding-left: 2%;
	font-size: 1.1em;
}
.news-cat {
	width: 100%;
	font-size: 1em;
}
.categories-area{
    width:90%;
	max-width: 1024px;
    padding: 10px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 1px solid #ccc;
 	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

.cat-list-title{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	white-space: nowrap;
	background-color: #e88238;
	color: #eee;
	padding: 5px 2%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline-block;
}
.cat-list-title:hover{
	background-color: #ee9f66;
    color: #FFF;
}
.entry-text{
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 50px;
	overflow: hidden;
}
.entry-text img{
	width: 100%;
	height: 100%;
}
.entry-title-jp {
	width: 100%;
	float: left;
	margin-top: 120px;
	text-align: center;
	font-size: 4em;
	color: #e88238;
	font-weight: bold;
	letter-spacing: 3px;
}
/* page */
.page-title {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 120px;
	font-size: 5.5em;
	color: #e88238;
	font-weight: bold;
	letter-spacing: 3px;
}
.page-title-jp {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 1.2em;
	letter-spacing: 3px;
}

/* sub-menu */
.sub-menu{
	padding: 0;
}
.sub-menu li{
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 30px;
	cursor: pointer;
	font-size: 1em;
}
.sub-menu li:hover{
	border-bottom: 2px solid #aaa;
}
.sub-menu li:first-child{
	margin-right: 7%;
}
.sub-menu li a {
	color: #000;
	letter-spacing: 0.25em;

}
.sub-menu li a:hover, .sub-menu li:hover a{
	color: #aaa;
	text-decoration: none;
}
/* slider */
#cover-content {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: -1;
	background-color: #000;
}
#cover-content img{
	height: 100vh;	
	width:100vw;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.no-slide {
	margin-top: 200px;
}

.mk-img img{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
/* ===========youtube================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 50px;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* widge */
.widget-area{
	width: 95%;
	padding: 2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 2em;
	border: 1px solid #eee;
	background-color: #f0f0f0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.widget-header{
	font-size: 1 em;
	margin-bottom: 10px;
}
.widget-list{
	margin-bottom: 15px;
	padding-left: 15px;
}
/*----- table -----*/
table{
	width: 100%;
	border-collapse:collapse;
  	margin:0 auto;
}
td,th{
	border: 1px solid #ebebeb;
}
th{
	background:#FFF;
}
.td10-t{
	height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	background-color: #000;
}
.td10-c{
	height: 50px;
	text-align: center;
	color: #333;
	font-size: 1em;
}
.td20-h{
	height: 50px;
	width: 30%;
	text-align: center;

	color: #333;
	font-size: 12px;
	background-color: #f5f5f5;
}

.td20-c{
	color: #333;
	padding: 10px 10px 10px 4%;
}
.table-ad {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.td-left {
	width: 20%;
	border-style: none;
	text-align: center;
	background-color: #fff4d8;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #FFF;
	letter-spacing: 2px;
}
.td-right {
	width: 70%;
	border-style: none;
	text-align: left;
	padding: 10px 3%;
	background-color: #fffbf3;
	border-bottom: 2px solid #FFF;
}
.pad_l_about10 { padding-left: 10px; }
.pad_l_about50 { padding-left: 50px; }
.pad_l_about100 { padding-left: 100px; }


/*----- form -----*/

.form-title{
	letter-spacing: 2px;
	margin-top: 15px;
	font-size: 1.1em;
	margin-left: 10px;
}
.form-input {
	margin-top: 5px;
	margin-left: 10px;
}
.form-btn{
	text-align: center;
}


input[type="text"]{
border: 1px solid #ccc;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;

}


.checkbox-area {
  margin: auto;
  padding: 30px;
  background: #484848;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1.2em;
  font-weight: 500;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #bfd600;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



      

textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
#qt1 {
	font-size: 12px;
	margin-top: -2px;
}

#adress-area {

	display: none;	
}
.about-area {
	width: 100%;
	float: left;
	clear: both;
}
.about-left, .about-right {
	width: 50%;
	float: left;
}
.about-left img, .about-right img{
	width: 100%;
}
.pr-img {
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 75px;
}
.about-title, .about-title-w {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 2.2em;
	letter-spacing: 5px;
	font-weight: 700;
	color: #e88238;
}
.about-title-w {
	font-size: 2em;
	color: #e88238;
	border-radius: 10px;
	background-color: #FFF;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.about-sub-title {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7em;
	background: linear-gradient(150deg, #f7b029, 60%, #ea8c0a);
	padding: 10px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border-radius: 5px;
	letter-spacing: 3px;
}
.about-text {
	font-size: 1.2em;
	letter-spacing: 2px;
	line-height: 1.6em;
}
.about-no-block {
	width: 90%;
	float: left;
	max-width: 1024px;
	padding-left: 12%;
	padding-right: 0;
}
/* no-button */
.about-no-area{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	background: #f6f4e9;
	border: 5px solid #ffe147;
	float: left;
	margin-right: 8%;
	margin-left: 0;
}
.ps img{
	width: 180px;
	margin-top: 10px;
}
.service-title {
	font-size: 1.6em;
	letter-spacing: 2px;
	line-height: 1.6em;	
}
.company-add {
	float: left;
	width: 80%;
	padding-left: 10%;
	padding-top: 30px;
}
.text-s {
	font-size: 1.1em;
	margin-top: 0;
}
.no-bottom {
	margin-bottom: 5px;
}
/* genealogy */
.genealogy-area {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.genealogy-area img{
	width: 100%;
	max-width: 1024px;
	min-width: 767px;
}
.genealogy {
    display: table;
    position: relative;
    margin: 0px auto;
	font-size: 1.5vw;
}

.genealogy > dl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5em 0px 0px;
    margin: 0px;
}
.genealogy > dl::after {
    position: absolute;
    top: 3em;
    left: 6em;
    right: 6em;
    height: 2em;
    background:
        linear-gradient(to right, #000 0%, #000 100%) top center / 0.2em 100% no-repeat,
        linear-gradient(to right, #000 0%, #000 100%) bottom  left / 100% 0.2em no-repeat;
    content: "";
}

.genealogy > dl > dt,
.genealogy > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    width: 10em;
    height: 3em;
    border: 0.2em solid #ffe147;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
	background-color: #FFF;
	border-radius: 5px;
}

.genealogy > dl > dt {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.genealogy > dl > dd {
    position: relative;
    padding: 0px;
    margin: 2em 1em 0px;
}
.genealogy > dl > dd::before {
    position: absolute;
    top: -2.4em;
    left: 0px;
    width: 100%;
    height: 2.5em;
    background:
        linear-gradient(to right, #000 0%, #000 100%) top center / 0.2em calc(100% - 0.3em) no-repeat;
    overflow: hidden;
    content: "";
}

.genealogy .genealogy {
    position: absolute;
    top: -0.2em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
}

.dd-child {
	margin: .4em 5px 0px !important;
}
.dd-children {
	width: 5em!important;
	margin: .4em 3px 0px !important;
}
.dd-children span{
	font-size: .7em;
}
.smp-msg {
	display: none;
	padding-top: 30px;
}
.smp-msg img{
	width: 100%;
}
/* service */
.service-area {
	width: 96%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.service-g {
	width: 100%;
	float: left;
	background-color: #ededed;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	border: 5px solid #fff;
	border-radius: 10px;
	padding-bottom: 10px;
}
.service-box {
	float: left;
	width: 30%;
	margin-bottom: 20px;
	margin-right: 1%;
	border-radius: 10px;

	vertical-align: middle;
	margin-left: 1%;
	height: 15em;
}
.service-box-text-sub {
	background-color: #FFFFFF;
	border-radius: 10px;
	font-size: 1em;
	padding: 15px 2%;
	margin-top: 10px;
}
.service-right {
	float: left;
	width: 60%;
	font-size: 1em;
	line-height: 1.8em;
	margin-left: 1%;
	padding-right: 15px;
	padding-left: 15px;
}
.service-left {
	float: left;
	width: 60%;
	background-color: #ededed;
	border-radius: 5px;
	padding-right: 15px;
	padding-left: 3%;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
}
.bk-01 {
	background-color: #e88238;	
}
.bk-02 {
	background-color: #e88238;	
	float: right;
}
.bk-03 {
	background-color: #e88238;	
}
.bk-04 {
	background-color: #e88238;	
	float: right;
}
.bk-05 {
	background-color: #e88238;
}
.bk-06 {
	background-color: #e88238;
	float: right;
}
.service-in-box{

	margin: 0;
}
.service-no {
	font-weight: bold;
	font-size: 6em;
	color: #fff;
}
.service-box-title {
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	margin-top: 5%;
	font-weight: bold;
}
.service-box-title-sub {
	font-size: 1em;
	color: #FFF;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	margin-top: 50px;
}
/* recruit */
.recruit-area {
	width: 90%;
	margin-right: 5%;
	margin-top: 50px;
	margin-left: 5%;
}
.recruit-box {
	border-top: 1px solid #e1e1e1;
	width: 100%;
	float: left;
}

.recruit-box-img {
	width: 30%;
	float: left;
	padding: 5%;
}
.recruit-text {
	width: 60%;
	float: right;
	text-align: left;
	margin-top: 45px;
}
.welfare-title {
	color: #000000;
	padding: 5px 0;
	font-size: 1.2em;
}
.bar {
	width: 100%;
	border-top: 1px solid #FFF;
	padding-top: 30px;
}
#entry-boxes {
	float: left;
	width: 96%;
	margin-top: 80px;
	margin-left: 2%;
	margin-right: 2%;
}
.left-line, .right-line {
	border-bottom: 5px dotted #ffc31a;
	width: 35%;
	margin-top: 17px;
}
.left-line {
	float: left;
}
.right-line {
	float: right;
}

.right-line-s, .right-line-sw {
	border-bottom: 3px dotted #f7b029;
	width: 20%;
	margin-top: 2%;
	float: right;
	margin-right: 5%;
}
.left-line-s, .left-line-sw {
	border-bottom: 3px dotted #f7b029;
	width: 20%;
	margin-top: 2%;
	float: left;
	margin-left: 5%;
}
.right-line-sw, .left-line-sw {
	border-bottom: 3px dotted #FFFFFF;
}
.intro-title, .intro-title-w {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
	font-size: 2em;
	letter-spacing: 4px;
	font-weight: 700;
	color: #f7b029;
	margin-top: 50px;
}
.intro-title-w {
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 80px;
}
.intro-area {
	width: 96%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.intro-box {
	float: left;
	width: 32%;
	margin-bottom: 20px;
	margin-right: 1%;
	position: relative;
}
.intro-box img{
	width: 100%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.intro-in-box {
	background-color: rgba(255, 255, 255, .95);
	padding: 30px 5%;
	position: absolute;
	top: 10px;
	width: 77%;
	height: 60%;
	left: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.intro-box-title {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 15px;
}
.intro-box-link {
	font-weight: bold;
	margin-top: 20px;
}

/* intro-page */
.intro-page-title {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 10%;
}
.intro-page-title-en {
	margin-top:5px;
	font-size: 1.2em;
	letter-spacing: 3px;
	padding-left: 10%;
}
.intro-page-title-jp {
	font-size: 1.2em;
	letter-spacing: 3px;
}
.intro-area {
	width: 85%;
	float: left;
	padding-right: 5%;
	padding-left: 10%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.intro-page-qa {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.intro-page-q {
	font-size: 1.2em;
	letter-spacing: 3px;
	font-weight: bold;
	color: #df8f00;
}
.intro-page-a {
	font-size: 1em;
	letter-spacing: 3px;	
}
.intro-page-a span{
	font-size: 2em;
}
.intro-page-link {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 2em;
	margin-top: 50px;
}
#welfare, #department {
	padding-top: 50px;
}
@media screen and (max-width: 1080px) {
	.about-no-block {
	padding-left: 5%;
	width: 100%;
	}
	.about-no-area {
	margin-right: 6%;
	}
	.intro-in-box {
		font-size: .9em;
	}
}
@media screen and (max-width: 960px) {
	.about-no-block {
	padding-left: 4%;
	width: 100%;
	}
	.about-no-area {
	margin-right: 2%;
	}
	.intro-in-box {
	padding: 20px 5%;
	height: 70%;
	width: 75%;
	}
	.intro-box-title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	.intro-box-text {
	font-size: 1em;
	margin-bottom: 0;
	}
	.intro-box-link {
	font-size: 1em;
	margin-top: 10px;
	}
	.intro-title, .intro-title-w {
	letter-spacing: 3px;
	}
}
.about-no2{
	background: #f0eee5;
	border: 5px solid #ffa53f;
}
.about-no3{
	background: #ebe6da;
	border: 5px solid #ffe147;
}
.about-no-tx {
	font-size: 1.5em;
	margin-top: 40px;
	margin-bottom: 15px;
}
.about-no-mini {
	letter-spacing: 1px;
	font-size: 1em;
	margin-top: 5px;
}
@media screen and (max-width: 860px) {
	.about-no-block {
	padding-left: 6%;
	}
	.about-no-area {
	margin-right: 1%;
	}
	.service-g {
	width: 99%;
	}
	.service-box {
	width: 29%;
	height: 14em;
	}
	.service-box-title {
	font-size: 1.5em;

	}
	.service-box-title-sub {
	font-size: 1em;

	}
	.service-right {
		font-size: 1em;
	}
	.service-left {
		font-size: 1em;
	}
	.recruit-text {
	margin-top: 35px;
	}
	.intro-box {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	}
	.intro-in-box {
	height: 70%;
	width: 65%;
		font-size: 1em;
	}
}
@media screen and (max-width: 768px) {
	.widget-area{
		width: 90%;
	}
/* page */
	.page-title {
	font-size: 5em;
	margin-top: 100px;
	}
	.page-title-jp {
	margin-top: 0;
	}
	.about-title, .about-title-w {
	letter-spacing: 3px;
	}
	.about-title-w {
	font-size: 1.8em;
	width: 80%;
	}
	.about-sub-title {
	font-size: 1.4em;
	padding: 8px;
	width: 200px;
	}
	.about-no-block {
	padding-left: 3%;
	}
	.about-no-area {
	margin-right: 4%;
	width: 140px;
	height: 140px;
	}
	.about-no-tx {
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 15px;
	}
	.about-no-mini {
	letter-spacing: 0;
	font-size: .8em;
	margin-top: 5px;
	line-height: 1.5em;
	}
	.service-box {
	height: 11em;
	}
	.service-box-title {
	font-size: 1.2em;
	}
	.service-right {
		padding-top: 0;
	}
	.service-left {
		padding-top: 0;
	}
	.recruit-text {
	margin-top: 25px;
	}
	.genealogy-area {
	width: 96%;
	height: 380px;
	overflow: scroll;
	border-style: solid;
	padding: 50px 10px;
	border-color: #ff9327;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	display: none;
	}
	.smp-msg {
	width: 94%;
	display: block;
	margin-left: 2%;
	float: left;
	color: #FFF;
	font-size: 1.1em;
	}
	.intro-in-box {
	height: 70%;
	}
	.intro-box-title {
	font-size: 1.4em;
	}
	.intro-box-text {
	font-size: .9em;
	}
	.intro-box-link {
	font-size: .9em;
	}
	.intro-title, .intro-title-w {
	font-size: 1.8em;
	letter-spacing: 3px;
	}
	.right-line-s, .right-line-sw {
	border-bottom: 2px dotted #f7b029;
	width: 20%;
	margin-top: 3%;
	margin-right: 5%;
	}
	.left-line-s, .left-line-sw {
	border-bottom: 2px dotted #f7b029;
	width: 20%;
	margin-top: 3%;
	margin-left: 5%;
	}
	.right-line-sw, .left-line-sw {
		border-color: #FFFFFF;
	}
}
@media screen and (max-width: 605px) {
	.shopify-area {
		margin-top: 20%;
	}
/* page */
	.page-title {
	font-size: 4em;

	}
	.about-left {
	width: 100%;


	}
	.about-right {
	width: 100%;
	margin-top: -100px;
	}
	.about-title{
	font-size: 2em;
	letter-spacing: 4px;
	}
	.about-title-w {
	font-size: 1.6em;
	width: 80%;
	}
	.about-no-block {
	padding-left: 0;
	}
	.about-no-area{
	width: 280px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	}
	.about-no-tx {
	font-size: 2em;
	margin-top: 70px;
	margin-bottom: 25px;
	}
	.about-no-mini {
	letter-spacing: 1px;
	font-size: 1.2em;
	margin-top: 5px;
	}
	.genealogy {
	font-size: 3vw;
	}
	.service-box {
	height: 14em;
	width: 20%;
	}
	.service-right {
		width: 70%;
	}
	.service-left {
		width: 70%;
	}
	.service-box-title {
	font-size: 1.1em;
	}
	.service-box-title-sub {
	font-size: .8em;
	}
	.service-title-sub {
		line-height: 1.5em;
	}
	.recruit-text {
	margin-top: 5px;
	}
	.left-line, .right-line {
	border-bottom: 3px dotted #ffc31a;
	width: 25%;
	margin-top: 14px;
	}
	.title-news {
	font-size: 1.6em;
	}
	.intro-box {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	}
	.intro-in-box {
	height: 50%;
	}
/* intro-page */
	.intro-page-title {
	font-size: 2.5em;
	}
	.intro-page-title-en {
	font-size: 1em;
	}
	.intro-page-title-jp {
	font-size: 1.2em;
	}
	.intro-page-q {
	font-size: 1.2em;
	}
	.intro-page-a span{
	font-size: 1.6em;
	}
	.right-line-s, .right-line-sw {
	margin-top: 4%;
	}
	.left-line-s, .left-line-sw {
	margin-top: 4%;
	}
}
@media screen and (max-width: 460px) {
	.no-slide {
	margin-top: 100px;
	}
	#cover-content {
	width: 100%;
	height:100%;

	}
	.widget-area{
		width: 85%;
	}
	.contents-main-news img{
	
		width: 100%;
		height: 100%;
	}
	.sub-menu li{
	font-size: 0.8em;
	}
	.contents-header {
	margin-top: 150px;
	}
	.top-title {
	font-size: 2em;
	}
	.news-name{
	font-size: 1.5em;
	width: 98%;
	margin-right: auto;
		margin-left: auto;
	}
	.date-header{
	font-size: 0.9em;
	}

	.cat-name-sub{
	font-size: 0.9em;
	}
	.contents-main {
	margin-top: 60px;
	}
	.contents-main-news{
	margin-top: 30px;
	}

	.pad_l_about10 { padding-left: 0; }
	.pad_l_about50 { padding-left: 10px; }
	.pad_l_about100 { padding-left: 10px; }
	.small-text {
		font-size: 0.8em;
	}
	.td-left {
		font-size: 0.9em;
	}
	.td-right {
		font-size: 0.9em;
	}
	.form-title{
	margin-top: 15px;
	font-size: 1em;
	margin-left: 5px;
	}
	.form-input {
	margin-left: 5px;
	}
/* page */
	.page-title {
	font-size: 3em;

	}
	.page-title-jp {
	font-size: .9em;
	}
	.about-title-w {
	font-size: 1.2em;
	}
	.about-title{
	font-size: 1.6em;
	letter-spacing: 3px;
	}
	.about-sub-title {
	font-size: 1.2em;
	padding: 5px;
	width: 180px;
	}
	.about-text {
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.6em;
	}
	.genealogy {
	font-size: 3.5vw;
	}
	.genealogy-area {
	width: 94%;
	height: 350px;
	overflow: scroll;
	}
	.about-no-area{
	width: 240px;
	height: 240px;
	}
	.recruit-box-img{
		width: 100%;
		padding: 2%;
		margin-top: 25px;
	}
	.recruit-text {
		width: 95%;
	}
	.recruit-box .box-title {
	font-size: 1em;
	height: 2em;
	}
	.service-g {
	width: 97%;
	}
	.service-box {
	height: 12em;
	width: 97%;
	}
	.service-right {
		width: 90%;
		font-size: 1em;
		float: right;
	}
	.service-left {
		width: 90%;
		font-size: 1em;
		float: right;
	}
	.service-box-title {
	font-size: 1.6em;
	margin-top: 0;
	}

	.bk-02, .bk-04, .bk-06 {
	float: left;
	}
	.intro-box-title {
	font-size: 1.3em;
	}
	.intro-in-box {
	height: 55%;
	width: 70%;
	}
/* intro-page */
	.intro-page-title {
	font-size: 2em;
	}
	.intro-page-title-en {
	font-size: .8em;
	}
	.intro-page-title-jp {
	font-size: 1.2em;
	}
	.intro-page-q {
	font-size: 1.2em;
	}
	.intro-page-a span{
	font-size: 1.4em;
	}
	.intro-title, .intro-title-w {
	letter-spacing: 1px;
	font-size: 1.6em;
	}
	.right-line-s, .right-line-sw {
	margin-top: 5%;
	}
	.left-line-s, .left-line-sw {
	margin-top: 5%;
	}
	.service-in-box .box-cat {
		font-size: 1em;
	}
}
