
@charset "UTF-8";



.vertical-alphabet {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: upright;
    }

    .vertical-alphabet-center {
      writing-mode: vertical-rl;
      text-orientation: upright;
      display: inline-block;
      text-align: center;
      width: 1.5em;
    }

    @media screen and (max-width: 767px) {

      .vertical-alphabet {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
      }

      .vertical-alphabet-center {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        width: 1.5em;
        min-width: 1.5em;
        text-align: center;
        display: inline-block;
      }
      .line {
        display: flex;
        justify-content: center;
      }
      .box.show {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.5em;
        min-width: 1.5em;
        padding: 0;
      }
      .ch.show {
        width: 100%;
        text-align: center;
        display: inline-block;
      }
    }

* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

img {
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
   font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;

}




body {

	position: relative;
	font-family: 'YakuHanRP' , 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.75;
	margin: auto;
	text-align: left;
	letter-spacing: 0.04em;
	background: #fff;
 	height: 100%;
 	
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}


p {
	text-align: justify;
	line-height: 2.0;
	letter-spacing: 0.04em;
	font-weight: 400;
}



.p a,p a, td a, th a {
	text-decoration: underline;
}

li {
  list-style: none;
}

img {
	width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #444;
  transition: 0.2s ease-in-out;
}


a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #df9b42;
}

a.child:hover {
	color: inherit;
}


p a {
	text-decoration: underline;
}


a img {
  transition: 0.6s ease-in-out;
}

a:hover img {
  /*opacity: 0.8;*/
}

*::selection {
  background: #df9b42;
  color: #fff;
}


img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 0.10em;

}





.kern01 {
	letter-spacing: 0.1em;
}

.kern02 {
	letter-spacing: 0.2em;
}

.kern03 {
	letter-spacing: 0.3em;
}

.kern-005 {
	letter-spacing: -0.05em;
}

.kern-01 {
	letter-spacing: -0.1em;
}

.kern-02 {
	letter-spacing: -0.2em;
}

.kern-03 {
	letter-spacing: -0.3em;
}


table {
  border-collapse: collapse;
}

.center {
	text-align: center;
}

.left {
  float: left;
}

.right{
  float: right;
}

.clearfix:after {
  content: ".";
  /* 譁ｰ縺励＞繧ｳ繝ｳ繝�Φ繝� */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 髱櫁｡ｨ遉ｺ縺ｫ */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}



.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;

}

.flex_end {
	align-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
}



.font_s {
	font-size: 1.4rem;
}


/*--------------------------------------
	
	header
	
--------------------------------------*/


@keyframes loadspin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


header {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	position: relative;
	z-index: 51;
	
	font-family: 'Zen Maru Gothic', sans-serif;
}

header .logo,
header .navi,
header .navi_sub {
	width: 120px;
	position: fixed;

	display: block;
}

header .logo {
	left: 0;
	top: 0;
	font-size: 2.4rem;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	padding: 100px 0 40px 0;
	letter-spacing: 0.12em;
}

header .logo .kao {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -29px;
	opacity: 0;
	display: inline-block;
	width: 58px;
	height: 58px;
	background-size: cover;
	background-position: center center;
	transform: scale(0.5);
	transition:  0.5s cubic-bezier(0.68, -0.6, 0.32, 2.0);
	z-index: 100;
}

header .logo .kao.show {
	transform: scale(1.0);
	opacity: 1;
	z-index: 110;
}

header .logo .kao01 {
	background-image: url(images/common/logo01.svg);

}

header .logo .kao02 {
	background-image: url(images/common/logo02.svg);
}

header .logo .kao03 {
	background-image: url(images/common/logo03.svg);
}

header .logo .kao04 {
	background-image: url(images/common/logo04.svg);
}

header .navi {
	right: 0;
	top: 0;
}

header a {
	display: block;
}


header .navi {
	font-size: 1.1rem;
	height: 100%;
}

header .navi ul {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

header .navi ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

header .navi ul li:first-child {
	margin-bottom: 15px;
}

header .navi a {
	font-size: 1.6rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: url(images/common/arrow-bottom.svg) no-repeat;

	background-size: 8px auto;
	padding: 16px 0 12px 0;
}



header .navi_sub {
	left: 0;
	bottom: 0;
	padding: 36px 0;
}

header .navi_sub ul {

	left: 0;
	bottom: 0;
	font-size: 1.3rem;
	width: 120px;
	display: flex;
	align-content: flex-end;
	align-items: stretch;
	align-self: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 22px;

/*
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-tb;
	writing-mode: vertical-tb;
	-webkit-writing-mode: lr-tb;
*/
}

header .navi_sub li {
	display: block;
}

header .navi_sub li a {

	background: url(images/common/arrow-bottom.svg) no-repeat;
	background-size: 8px auto;
	padding: 16px 12px 12px 12px;
}

header .navi a,
header .navi_sub li a {
	background-position: center top 0px;
}

header .navi a:hover,
header .navi_sub li a:hover {
	background-position: center top 4px;
}

@media screen and (max-height:620px){

header .navi ul li:first-child {
	display: none;
}


}


/*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/


.wide_standard {
	width: 100%;
	padding-left: 8.3%;
	padding-right: 8.3%;
	margin: 0 auto;
}




.wide_1_1 {
	width: 100%;
}



.wide_1_4 {
	width: 20.8%;
}

.wide_1_4_w {
	width: 26.3%;
}

.wide_3_4 {
	width: 73.6%;
}

.wide_3_4_w {
	width: 79.1%;
}



.wide_1_3 {
	width: 29.0%;
}

.wide_1_3_w {
	width: 35.5%;
}


.wide_2_3 {
	width: 64.5%;
}

.wide_2_3_w {
	width: 71.0%;
}

.wide_1_2 {
	width: 46.6%;
}

.wide_1_2_w {
	width: 53.6%;
}







.wide_3_4,
.wide_3_4_w,
.wide_2_3,
.wide_2_3_w {
	margin-left: auto;
	margin-right: auto;
}

.wide_3_4_w.wide_left,
.flex .wide_3_4,
.flex .wide_3_4_w,
.flex .wide_2_3,
.flex .wide_2_3_w {
	margin-left: 0;
	margin-right: 0;
}




/*--------------------------------------
	
	layout
	
--------------------------------------*/

.wrapper {
	padding: 0 120px;
}

.wrapper_inner {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.wrapper section {
	padding-top: 100px;
	padding-bottom: 100px;
	
	border-bottom: 1px solid #e8e8e8;
}

/*--------------------------------------
	
	info
	
--------------------------------------*/

.info_list {
	border-top: 1px solid #e8e8e8;
}

.info_list li {
	border-bottom: 1px solid #e8e8e8;
}

.info_list a {
	padding: 35px 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.info_list a .date {
	width: 9.0em;
}

.info_list a .title {
	flex: 1;
}

.home_info {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}

.home_info .info_list {
	flex: 1;
}

.home_info .arrow {
	width: 10em;
}

.home_info .info_list,
.home_info .info_list li {
	border: none;
}

.home_info .info_list li a {
	padding: 5px 0;
}

.post-template-default .layout_right {
	border-top: 1px solid #e8e8e8;
	padding-top: 60px;
	margin-top: 90px;
}

/*--------------------------------------
	
	feature
	
--------------------------------------*/

.feature {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 5.8% 6.4%;
	margin-bottom: 40px;
}

.feature_area:last-child .feature {
	margin-bottom: 0;
	padding-bottom: 0;
}

.feature_area:nth-child(even) .feature {
	flex-direction: row;
}

.feature .title {

	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.feature_area:nth-child(even) .feature .title {
	margin-left: -0.6em;
}

.feature .title .sub {
	font-size: 1.6rem;
	display: block;
	margin: 0 0 0 15px;
	letter-spacing: 0.15em;
}

.feature .title .main {
	font-size: 3.6rem;
	letter-spacing: 0.20em;
}

.feature .content {
	width: 74.1%;
}

.feature .img {
	position: relative;
	margin: 0 0 40px 0;
}

.feature .img .icon_circle {
	font-size: 1.2rem;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -20px;
	top: -20px
}

.feature_area:nth-child(even) .feature .img .icon_circle {
	left: auto;
	right: -20px;
}

.feature_area:nth-child(even) .feature .text {
	text-align: right;
}

.feature .text p {
	margin: 0 0 45px 0;
}


/*--------------------------------------
	
	photo_area
	
--------------------------------------*/

.photo_area {
	text-align: right;
}

.photo_area .title {
	font-size: 2.8rem;
	display: block;
	margin: 0 auto 60px auto;
	text-align: center;
}

.photo_area .title .text {
	display: inline-block;
	line-height: 1;
	vertical-align: text-bottom;
}

.photo_area .title .text:after,
.photo_area .title .text:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	margin: 0 15px;
	vertical-align: middle;
	padding-bottom: 20px;
}

.photo_area .title .text:before {
	background-image: url(images/common/photo_title01.svg);	
}

.photo_area .title .text:after {
	background-image: url(images/common/photo_title02.svg);	
}

.photo_list:after {
	display: block;
	content:"";
	width: 29.0%;
}

.photo_list li {
	margin-bottom: 60px;
}

.home .photo_list li:nth-child(4),
.single-photo .photo_list li:nth-child(4) {
	display: none;
}


.photo_list .text {
	padding: 20px 10px;
	text-align: left;
}

.photo_list .text .st {
	margin: 0 0 10px 0;
}

.photo_list .text .sub {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.photo_list .text .date {
	font-size: 1.2rem;
}

/*--------------------------------------
	
	footer
	
--------------------------------------*/



.pagetop {
	color: #fff;
	font-size: 1.3rem;

	position: absolute;
	left: 30px;
	bottom: 30px;
	


	padding: 0 0 0 36px;
	font-size: 1.3rem;
	color: #fff;
	background: url(images/common/pagetop.svg) no-repeat;
	background-position: left center;
	background-size: 24px auto;
	line-height: 24px;
	z-index: 30;
}

.pagetop:hover {
	color: #fff;
}


.wrapper .section_sitemap {
	background: url(images/common/illust_footer.svg) no-repeat;
	background-position: left 60px bottom;
	background-size: 260px auto;
	border-bottom: none;
	padding-bottom: 120px;
}

.sitemap li {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
}

.sitemap div .btn {
	margin: 0 0 15px 0;
}

.sitemap div p {
	text-align: center;
	font-size: 1.4rem;
}

footer {
	background: #df9b42;
	color: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}

footer p {
	font-weight: 500;
}

footer .title {
	font-size: 2.8rem;
	margin: 0 0 20px 0;
}

footer .title .sub {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
	letter-spacing: 0.04em;
}

footer .address {
	margin: 0 0 40px 0;
}

footer .address a {
	color: #fff;
	text-decoration: none;
}

footer .copyright {
	font-size: 1.1rem;
	color: #fff !important;
}

footer .bn {
	width: 100%;
}

footer .bn a {

	text-align: center;
	background: #fff;
	display: block;
	font-size: 2.0rem;
	padding: 30px;
	margin: 0 0 30px 0;
	border-radius: 5px;
}

footer .bn a:hover {
	color: #fff;
}

footer .bn a .main:after {
	content: '';
	display: inline-block;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 34px 34px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
	transition: 0.2s ease-in-out;
}

footer .bn a .main.yui:after {
	background-image: url(images/common/baby.svg);
}

footer .bn a:hover {
	background: #efb441;
}

footer .bn a:hover .main:after {
	filter: brightness(500%);
}

footer .bn a .sub {
	display: block;
	font-size: 1.4rem;
}

footer .bn a.wide_1_2 {
	font-size: 1.6rem;
	padding: 25px;
}

/*--------------------------------------
	
	parts
	
--------------------------------------*/

.icon_circle {
	border-radius: 50%;
	color: #fff;
	background: #df9b42;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	transition:  0.5s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

a.icon_circle:hover {
	color: #fff;
	transform: scale(1.1);
	background: #efb441;
}

.arrow {
	display: inline-block;
	background: url(images/common/arrow-right.svg) no-repeat left center;
	background-position: left 0px center;
	background-size: 8px auto;
	padding: 0 0 0 16px;
	line-height: 1;
	font-size: 1.2rem;
	transition: 0.2s ease-in-out;
}

.arrow:hover,
a:hover .arrow {
	background-position: left 4px center;	
}

.link {
	display: inline-block;
	color: #df9b42;
	border: 1px solid #df9b42;
	border-radius: 4px;
	padding: 8px 8px;
	min-width: 130px;
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	position: relative;
	overflow: hidden;
}

.link span {
	position: relative;
	z-index: 50;
}

.link:before {
	z-index: 40;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #df9b42;
	position: absolute;
	left: -100%;
	top: 0;
	transition: 0.4s ease-in-out;
}

.link:hover {
	color: #fff;
}

.link:hover:before {
	left: 0;
}


.btn {
	display: block;
	width: 100%;
	max-width: 360px;
	background: #df9b42;

	color: #fff;
	padding: 30px 20px;
	border-radius: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.btn span {
	position: relative;
	z-index: 50;
}

.btn:hover {
	color: #fff;
	transform: scale(1.1);
	background: #efb441;
}

/*
.btn:before {
	z-index: 40;
	content: '';
	display: block;
	width: 120%;
	height: 120%;
	background: #fff;
	position: absolute;
	left: -10%;
	top: -10%;
	transform: scale(0.0);
	transition: 0.4s ease-in-out;
	border-radius: 100px;
}

.btn:hover {
	color: #df9b42;
}

.btn:hover:before {
	transform: scale(1.0);
}
*/

.kao_illust {
	position: relative;
	width: 120px;
	height: 120px;
}

.feature .kao_illust {
	position: absolute;
	right: 0;
	bottom: 0;
}


.kao_illust img {
	position: absolute;
	top: 0;
	left: 0;
}


.feature .kao_illust img.kao00,
.feature .kao_illust img.kao01,
.feature .kao_illust img.kao02,
.feature .kao_illust img.kao03,
.feature .kao_illust img.kao04,
.feature .kao_illust img.kao05 {
	animation-name: none;
}

.feature .kao_illust.show img.kao00{animation-name: kaoanime00;}
.feature .kao_illust.show img.kao01{animation-name: kaoanime01;}
.feature .kao_illust.show img.kao02{animation-name: kaoanime02;}
.feature .kao_illust.show img.kao03{animation-name: kaoanime03;}
.feature .kao_illust.show img.kao04{animation-name: kaoanime04;}
.feature .kao_illust.show img.kao05{animation-name: kaoanime05;}

.kao_illust img.kao00 {
	animation: kaoanime00 7.0s infinite ;
}

@keyframes kaoanime00 {
	0% {transform: scale(1.00); opacity: 1;}

	
	9% {transform: scale(1.00); opacity: 1;}
	12% {transform: scale(1.15); opacity: 1;}
	17% {transform: scale(1.00); opacity: 1;}

	100% {transform: scale(1.00); opacity: 1;}
}


.kao_illust img.kao01 {
	animation: kaoanime01 7.0s infinite ;
}

@keyframes kaoanime01 {
	0% {transform: scale(1.00); opacity: 1;}
	2% {transform: scale(1.00); opacity: 1;}
	5% {transform: scale(1.15); opacity: 1;}
	6% {transform: scale(1.00); opacity: 1;}
	
	87% {transform: scale(1.00); opacity: 1;}
	90% {transform: scale(1.00); opacity: 1;}
	100% {transform: scale(1.00); opacity: 1;}
}

.kao_illust img.kao02 {
	animation: kaoanime02 7.0s infinite ;
}

@keyframes kaoanime02 {
	0% {transform: scale(1.00); opacity: 1;}
	3% {transform: scale(1.00); opacity: 1;}
	6% {transform: scale(1.15); opacity: 1;}
	7% {transform: scale(1.00); opacity: 1;}
	
	87% {transform: scale(1.00); opacity: 1;}
	90% {transform: scale(1.00); opacity: 1;}
	100% {transform: scale(1.00); opacity: 1;}
}


.kao_illust img.kao03 {
	animation: kaoanime03 7.0s infinite ;
}

@keyframes kaoanime03 {
	0% {transform: scale(1.00); opacity: 1;}
	4% {transform: scale(1.00); opacity: 1;}
	7% {transform: scale(1.15); opacity: 1;}
	8% {transform: scale(1.00); opacity: 1;}
	
	87% {transform: scale(1.00); opacity: 1;}
	90% {transform: scale(1.00); opacity: 1;}
	100% {transform: scale(1.00); opacity: 1;}
}


.kao_illust img.kao04 {
	animation: kaoanime04 7.0s infinite ;
}

@keyframes kaoanime04 {
	0% {transform: scale(1.00); opacity: 1;}
	5% {transform: scale(1.00); opacity: 1;}
	8% {transform: scale(1.15); opacity: 1;}
	9% {transform: scale(1.00); opacity: 1;}
	
	87% {transform: scale(1.00); opacity: 1;}
	90% {transform: scale(1.00); opacity: 1;}
	100% {transform: scale(1.00); opacity: 1;}
}

.kao_illust img.kao05 {
	animation: kaoanime05 7.0s infinite ;
}

@keyframes kaoanime05 {
	0% {transform: scale(1.00); opacity: 1;}
	6% {transform: scale(1.00); opacity: 1;}
	9% {transform: scale(1.15); opacity: 1;}
	10% {transform: scale(1.00); opacity: 1;}
	
	87% {transform: scale(1.00); opacity: 1;}
	90% {transform: scale(1.00); opacity: 1;}
	100% {transform: scale(1.00); opacity: 1;}
}


.illust_sub {
	display: flex;
	justify-content: flex-end;
	align-content: stretch;
	align-items: stretch;
	align-self: stretch;
	padding-top: 80px;
}

.illust_sub img {
	width: 180px;
	align-self: flex-end;
}



/*--------------------------------------
	
	kv
	
--------------------------------------*/


.kv_area {
	width: 100%;
	height: 100%;
	padding: 0 120px;
	position: relative;
	
}

.kv_in {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f6f3f0;
	overflow: hidden;
}

.kv {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: 1.0s ease-in-out;
}

.kv.pre {
	z-index: 20;
}

.kv.show {
	opacity: 1;
}

.kv .ph_area {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.kv .ph_out {
	position: relative;
	height: 100%;
}

.kv .ph {
	position: absolute;
	left: 0;
	/*left: -2.5%;*/
	transform: translateX(-2.5%) scale(1.05);
	top: 0;
	/*transform: scale(1.05);*/
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	transition: 6.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.kv.show .ph {
	/*left: 2.5%;*/
	/*transform: scale(1.05);*/
	transform: translateX(2.5%) scale(1.05);
}

.kv01 .ph {
	background-image: url(images/pirka-desk.webp);
}

.kv02 .ph {
	background-image: url(images/pirka-front2.webp);
}

.kv03 .ph {
	background-image: url(images/pirka-genkan.webp);
}

.kv_area .copy {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	position: absolute;
	right: 4.0vw;
	bottom: 3.8vw;
	z-index: 30;
	font-size: 4.4rem;
	font-family: 'Zen Maru Gothic', sans-serif;

}

.kv_area .copy .line {
	display: block;
	line-height: 1;
	width: 1.5em;
}

.kv_area .copy .box {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 1.5em;
	height: 1.15em;

	transition: 0.8 ease-in-out;
}

.kv_area .copy .box.show {

}

.kv_area .copy .box .ch {

	display: inline-block;
transform: translateX(-1.0em);

	opacity: 0;
	transition: 1.6s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-backface-visibility:hidden;
backface-visibility:hidden;
overflow:hidden;
}

.kv_area .copy .box .ch.show {
transform: translateX(0);
opacity: 1;


}

.kv_area .scroll {
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin: 0 0 0 -42px;
	padding: 0 0 0 36px;
	font-size: 1.3rem;
	color: #fff;
	background: url(images/common/scroll.svg) no-repeat;
	background-position: left center;
	background-size: 24px auto;
	line-height: 24px;
	z-index: 30;
	
}

.kv_area .icon_circle {
	font-size: 1.4rem;
	width: 140px;
	height: 140px;
	position: absolute;
	bottom: 3.0vw;
	left: 3.0vw;
	z-index: 30;
}

@media screen and (max-width:1340px){

html {
	font-size: 56.25%;
}


}

@media screen and (min-width:1600px){

html {
	font-size: 68.75%;
}

header .logo,
header .navi,
header .navi_sub {
	width: 160px;
}

header .navi_sub ul {
width: 160px;
	padding: 0 35px;
}

header .navi_sub li a {
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper,
.kv_area {
	padding: 0 160px;
}


}

/*--------------------------------------
	
	sub tpl
	
--------------------------------------*/

.page_title {
	width: 100%;
	height: 520px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f9f9f9;
	color: #fff;
	position: relative;
	transition: 0.8s ease-in-out;

}

.page_title.show {
	opacity: 1;
}

.page_title:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #f9f9f9;
	transition: 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.page_title.show:after {
	width: 0;
}

.page_title .title {
	position: absolute;
	left: 80px;
	bottom: 70px;
	font-size: 4.4rem;
	height: 1.4em;
	overflow: hidden;
}


.page_title .titleline2 {
	margin-bottom: 1.4em;
}


.page_title .title .line {
	transition: 1.6s cubic-bezier(0.22, 1, 0.36, 1);
	display: inline-block;
	transform: translateY(1.4em);
}

.page_title .title .line.show {
	transform: translateY(0);
}

.about .page_title {
	background-image: url(images/pirka-hoikuroom.webp);
}

.life .page_title {
	background-image: url(images/pirka-front.webp);
}

.chiiroba .page_title {
	background-image: url(images/pirka-genkan.webp);
}

.place .page_title {
	background-image: url(images/pirka-front2.webp);
}

.photo .page_title {
	background-image: url(images/pirka-desk.webp);
}

.information .page_title {
	background-image: url(images/pirka-front.webp);
}

.recruit .page_title {
	background-image: url(images/recruit/header.jpg);
}

.format .page_title {
	background-image: url(images/format/header.jpg);
}

.post_title .ttl_standard {
	margin-bottom: 40px;;
}


.page_lead p:last-child {
	margin-bottom: 0;
}

.page_lead .ttl_standard:last-child {
	margin-bottom: 0;
}

.ttl_standard {
	font-size: 3.6rem;
	margin: 0 0 50px 0;
}

.st_standard {
	font-size: 2.8rem;
	margin: 0 0 60px 0;
}

.sst_standard {
	font-size: 2.0rem;
	margin: 0 0 30px 0;
	padding: 0 0 0 24px;
	position: relative;
	text-align: left;
}

.sst_standard:before {
	content: '';
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	position: absolute;
	left: 0;
	top: 0.45em;
	border-radius: 50%;
	margin: 0 14px 0 0;
	border: 4px solid #df9b42;
}

.ssst_standard {
	font-size: 1.6rem;
	margin: 0 0 6px 0;
	color: #df9b42;
}

.wide_1_3_w .ssst_standard,
.wide_1_3 .ssst_standard,
.wide_1_2_w .ssst_standard,
.wide_1_2 .ssst_standard {
	font-size: 1.4rem;
}


.unit {
	margin-bottom: 100px;
}

.unit:last-child {
	margin-bottom: 0;
}

.layout_right {
	text-align: right;
}

.page_lead p.text_standard:last-child,
.text_standard {
	margin-bottom: 40px;
}

.beta {
	font-family: 'Zen Maru Gothic', sans-serif;
}

.wide_1_3_w .text_standard,
.wide_1_3 .text_standard,
.wide_1_2_w .text_standard,
.wide_1_2 .text_standard {
	font-size: 1.4rem;
}

.table_standard {
	font-size: 1.4rem;
	width: 100%;
	margin-bottom: 60px;
}

.table_standard:last-child {
	margin-bottom: 0;
}

.table_standard .arrow {
	font-weight: 500;
	text-decoration: none;
	font-size: 1.4rem;
}

.table_standard th,
.table_standard td {
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
	vertical-align: top;
}

.table_standard th {
	min-width: 140px;
	font-weight: 500;
	position: relative;
	padding-right: 10px;
	
}

.table_standard th:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #df9b42;
	vertical-align: middle;
	margin: 0 8px 0 0;
	/*position: absolute;
	left: 0;
	top: 0.8em;*/
}

.table_standard td {
	font-weight: 400;
}



.problem_table td,
.problem_table th {
	padding: 30px 0;
	font-size: 1.6rem;
}

.problem_table tr:last-child td,
.problem_table tr:last-child th {
	border-bottom: none;
}

.problem_table td div {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
}

.problem_table td div:first-child {
	margin-top: 0;
}

.problem_table td h3 {
	font-weight: 500;
	width: 40%;
	padding-right: 30px;
}

.problem_table td p {
	width: 60%;
	line-height: 1.75;
}

.problem_table td p:nth-child(odd) {
	font-weight: 500;
	width: 35%;
}

.problem_table td p:nth-child(even) {
	margin-bottom: 2.0em;
	width: 60%;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.attention {
	display: block;
	background: #f6f3f0;
	padding: 60px 20px;
	font-size: 2.8rem;


	text-align: center;
	border-radius: 8px;
	line-height: 1.0;
}

.attention.tel,
.attention.mail {
	font-family: 'Outfit', 'Zen Maru Gothic' , sans-serif;
	font-weight: 400;
}

.attention span:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	vertical-align: text-bottom;
	background-color: #df9b42;
	background-size: 18px auto;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;

}

.attention.tel span:before {
	background-image: url(images/common/tel.svg);
}

.attention.mail span:before {
	background-image: url(images/common/mail.svg);
}

.attention.calendar span:before {
	background-image: url(images/common/calendar.svg);
}


.recruit_list {
	position: relative;
}

.recruit_list .icon_circle {
	width: 90px;
	height: 90px;
	font-size: 1.2rem;
	position: absolute;
	top: -20px;
	right: -20px;
}

.recruit_list .icon_circle.black {
	background: #444;
}

.recruit_list .st_standard {
	margin-bottom: 0;
}

.recruit_list .table_standard tr:last-child td,
.recruit_list .table_standard tr:last-child th {
	border-bottom: none;
}

.recruit_list .table_standard {
	margin-top: 60px;
}


.timeline .kao_illust {
	position: absolute;
	right: 0;
	top: -25px;
	width: 100px;
}

.timeline {
	margin-bottom: 70px;
}

.timeline .layout {
	position: relative;
}

.timeline .layout:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 22.5px;
	top: 0;
	background: #e8e8e8;
	z-index: 10;
}

.timeline .layout:last-child:after {
	content: none;
}

.timeline .time {
	width: 29.0%;
	font-family: 'Outfit', 'Zen Maru Gothic' , sans-serif;

	font-size: 3.6rem;
	line-height: 1.15;

}

.timeline .time .fm {
	font-size: 2.0rem;
}

.timeline .time img {
	width: 47px;
	display: inline-block;
	margin: -0.2em 20px 0 0;
	position: relative;
	z-index: 50;
	background: #fff;
}

.timeline .event {
	width: 64.5%;
	position: relative;
	margin: 0 0 70px 0;
}

.timeline .event .text {
	margin: 0 0 30px 0;
}

.timeline .event .text:last-child {
	margin-bottom: 0;
}

.timeline .event .text .title {
	font-size: 2.8rem;
	margin: 0 0 20px 0;
	position: relative;
}

.timeline .event .text .title .age {
	color: #fff;
	display: inline-block;
	padding: 4px;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 3px;
	vertical-align: middle;
	margin: 0 0 5px 15px;
}

.timeline .event .text .title .pink {
	background: #ee9292;
}

.timeline .event .text .title .green {
	background: #8cc153;
}

.timeline .event .text .title .blue {
	background: #7cbfe5;
}

.timeline .event .text .title:before {
	content: '';
	display: inline-block;
	width: 0.15em;
	height: 0.15em;
	position: absolute;
	left: -1.2em;
	top: 0.5em;
	border-radius: 50%;
	margin: 0 10px 0 0;
	border: 5px solid #df9b42;
}

.timeline .event .img {
	margin: 60px 0 0 0;
}

.timeline .event .img div {
	width: 44.9%;
}

.seasons .layout {
	position: relative;
	margin-bottom: 150px;
}

.seasons .layout:nth-child(even) .img {
	order: 2;
}

.seasons .layout:nth-child(even) .text {
	order: 1;
}



.seasons .icon_circle {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 2.4rem;
	width: 90px;
	height: 90px;
}

.seasons .layout:nth-child(even) .icon_circle {
	right: auto;
	left: -20px;
}


.seasons .icon_circle.pink {
	background: #ee9292;
}

.seasons .icon_circle.green {
	background: #8cc153;
}

.seasons .icon_circle.brown {
	background: #d28256;
}

.seasons .icon_circle.bllue {
	background: #58c6de;
}


/*--------------------------------------
	
	post body
	
--------------------------------------*/

.post_body p {
	margin-bottom: 60px;
	font-size: 1.8rem;
}

.post_body figure {
	margin-bottom: 60px;
	padding-top: 20px;
}

.post_body figure img {
	margin-bottom: 10px;
}

.post_body figure figcaption {
	font-size: 1.4rem;
	font-weight: 400;
}

/*--------------------------------------
	
	loading
	
--------------------------------------*/

header .logo .kao_load {
	opacity: 0;
	width: 58px;
	transition: 0.6s ease-in-out;
}

.home header .logo .kao_load {
	opacity: 1;
}

/* header .logo .kao_load img {
	opacity: 1.0;
    animation: loadspin 0.8s linear infinite;
} */

header .logo .kao_load.hide {
	opacity: 1;
}

header .logo .text {
	position: relative;
	overflow: hidden;
}

.home header .logo .text:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: 0.8s cubic-bezier(0.11, 0, 0.5, 0);
}

header .logo .text.show:before {
	height: 0%;
}

.home .navi,
.home .navi_sub,
.kv_area .copy,
.kv_area .icon_circle,
.kv_area .scroll {
	opacity: 0;
}

.navi,
.navi_sub {
	transition: 0.6s ease-in-out;
}

.home .navi.show,
.home .navi_sub.show {
	opacity: 1;
}

.kv_area .kv_in .kv .ph_area {
	width: 30%;
	transition: 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.kv_area .kv_in .kv.show .ph_area {
	width: 100%;
}

.kv_area .kv_in:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
	transition: 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.kv_area.show .kv_in:before {
	width: 0;
}


.kv_area .copy {
	transition: 0.6s ease-in-out;
}


.kv_area .scroll,
.kv_area .icon_circle {
	transition: 0.6s ease-in-out;
}

.kv_area .copy.show {
	opacity: 1;
}

.kv_area .scroll.show {
	opacity: 1;
	
}

.kv_area .icon_circle.show {
	opacity: 1;
}

.kv_area .icon_circle.show.normal {
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/*--------------------------------------
	
	scroll
	
--------------------------------------*/


.fade {
	transition: 0.8s ease-in-out;

	opacity: 0;
}

.fade.show {

	opacity: 1;
}


.feature .icon_circle {
	opacity: 0;
	transform: scale(0.7);
	transition:  0.5s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.feature .icon_circle.show {
	opacity: 1;
	transform: scale(1.0);
}

.feature .img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	transition: 1.0s cubic-bezier(0.65, 0, 0.35, 1);
}

.feature .img.show:before {
	width: 0;
}


.feature .title .sub {
	opacity: 0;
	transition: 0.8s ease-in-out;
}

.feature .title .sub.show {
	opacity: 1;
}


.feature .title .main {

	transition: 0.8s ease-in-out;
}

.feature .title .main .line {
	display: block;
	width: 1.5em;
	overflow: hidden;
}

.feature .title .main .line .ch {
/*	display: inline-block;
	transform: translateX(-1.5em);

	transition: 1.0s cubic-bezier(0.22, 1, 0.36, 1);*/
	opacity: 0;
	transition: 0.8s ease-in-out;
}

.feature .title .main .line .ch.show {
	/*transform: translateX(0);*/
	opacity: 1;
}

.feature .title .main.show {
	opacity: 1;
}


.feature .text {
	opacity: 0;
	transition: 0.8s ease-in-out;
}

.feature .text.show {
	opacity: 1;
}


.feature .title .kao_illust {
	opacity: 0;
	transition: 0.4s ease-in-out;
}


.feature .title .kao_illust.show {
	opacity: 1;
}




/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi_area {
	text-align: center;
	width: 100%;
	margin-top: 60px;
}

.wp-pagenavi {
	margin: 20px auto 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 4px 14px;
	background: #df9b42;
	border: 1px solid #df9b42 !important;
	color: #fff;

	margin: 0 5px !important;
	border-radius: 30px;
}

.wp-pagenavi a:hover {
	border: none;
	border: 1px solid #df9b42 !important;
	background: #fff;
	color: #df9b42;
}

.wp-pagenavi span.current {
	border: none;
	border: 1px solid #df9b42 !important;
	background: #fff;
	color: #df9b42;
	font-weight: normal;
}

.wp-pagenavi span.pages {
	font-size: 75%;
	background: none;
	color: #444;
	display: block;
	margin: 0 0 20px 0 !important;
	border: none !important;
}

.wp-pagenavi a, .wp-pagenavi span {

	padding: 5px 15px !important;
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.extend {
	display: none;
}



/*------------------------------------------------------------------------------------------------------------------------------------

	繧ｹ繝槭�縺薙％縺九ｉ
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:768px){

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-size: 1.4rem;
}

body, html {
  min-width: 100%;
  height: 100%;
}

p {
  /*霑ｽ險倥�邱ｨ髮�*/
  font-size: 1.6rem;
  /*霑ｽ險倥�邱ｨ髮�*/
  text-align: left;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

.wrapper section {
	border-bottom: 0.75px solid #e8e8e8;
}


.info_list li {
	border-bottom: 0.75px solid #e8e8e8;
}


.table_standard th,
.table_standard td {
	border-bottom: 0.75px solid #e8e8e8;

}


.font_s {
	font-size: 1.3rem;
}


/*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/


.wide_standard {


	padding: 0 8vw;

}

.wide_standard_sp {
	padding: 0;
}



.wide_max {

	padding: 0 5vw;

}

.wide_min {

	padding: 0 8vw;

}



.wide_1_4 {
	width: 45.5%;
}

.wide_1_4_w {
	width: 45.5%;
}

.wide_3_4 {
	width: 100%;
}

.wide_3_4_w {
	width: 100%;
}

.wide_1_3 {
	width: 45.5%;
}

.wide_1_3_w {
	width: 45.5%;
}


.wide_2_3 {
	width: 100%;
	padding: 0 8vw;
}

.wide_2_3_w {
	width: 100%;
}

.wide_1_2 {
	width: 100%;
}

.wide_1_2_w {
	width: 100%;
}

.wide_100 {
	width: 100%;	
}


.wide_3_4,
.wide_3_4_w,
.wide_2_3,
.wide_2_3_w,
.wide_1_2,
.wide_1_2_w {
	margin-bottom: 12vw;
}



.wide_3_4,
.wide_3_4_w,
.wide_2_3,
.wide_2_3_w {
	margin-left: auto;
	margin-right: auto;
}

.flex .wide_3_4,
.flex .wide_3_4_w,
.flex .wide_2_3,
.flex .wide_2_3_w {
	margin-left: 0;
	margin-right: 0;
}

.sp_bottom_0 {
	margin-bottom: 0;
}

.sp_block_center {
	margin-left: auto;
	margin-right: auto;
}

.wide_100 {
	width: 100%;
}

/*--------------------------------------
	
	header
	
--------------------------------------*/

header {
	-webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    width: 100%;
    text-align: center;
	padding: 0;
	font-family: 'YakuHanRP' , 'Zen Maru Gothic', sans-serif;
}


.home header {
	position: absolute;
	top: 0;
	left: 0;
}


header .logo {
	position: relative;
	width: 100%;
	font-size: 5.3vw;
	display: inline-block;
	line-height: 40px;
	padding: 6.8vw 0;
	margin: 0 auto;
}

header .logo .kao {
	position: absolute;
	top: 7.0vw;
	left: 7.4vw;
	margin-left: 0;
	width: 40px;
	height: 40px;
}








.toggle {
	display: block ;
	position: fixed;
	z-index: 300;
	top: 4.8vw;
	right: 4.4vw;
	width: 60px;
	height: 60px;


	transition: 0.3s ease-in-out;
	opacity: 1;
	cursor: pointer;
}

.toggle.fix {
	opacity: 1;
}


.toggle span {
	display: block;
	position: absolute;
	background: #111;
	transition: 0.3s ease-in-out;
	width: 30px;
	height: 1px;
	left: 15px;
}


.toggle span:first-child {
	top: 22px;

}

.toggle span:nth-child(2) {
	top: 32px;

}



.toggle.active span:first-child {
	transform: rotate(30deg);
	top: 28px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	transform: rotate(-30deg);
	top: 28px;
}




header .navi,
header .navi_sub {
	padding: 0;
	position: relative;
	z-index: 300;

}






#menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #f6f3f0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	
	transition: 0.6s ease-in-out;
	opacity: 0;
}

header.normal #menu:before {
	opacity: 1;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	/*******
	opacity: 1;*/


	width: 100%;
	height: 100%;
	z-index: 200;
	transition: 0.6s ease-in-out;
	pointer-events: none;
	padding: 0;
	
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}


header.normal #menu {
	opacity: 1;
	pointer-events: auto;
}








header .navi,
header .navi_sub {
	width: 100%;
	position: static;
	text-align: left;
}

header .navi,
header .navi_sub {
	padding: 0 10vw;
}




header a {
	display: block;
}


header .navi {
	font-size: 1.3rem;
	height: auto;
	margin-bottom: 5vw;
}

header .navi ul {
	display: block;

	width: 100%;
	height: 100%;
}

header .navi ul li {
	width: 100%;
	display: block;
	margin-bottom: 0;

}

header .navi ul li:first-child {
	margin-bottom: 40px;
	text-align: center;
}

header .navi a {
	width: 100%;
	display: block;
	background: url(images/common/arrow-right.svg) no-repeat left center #fff;
	background-position: left 6vw center;
	background-size: 8px auto;
	padding: 5vw 8vw 5vw 10vw;
	border-bottom: 0.5px solid #f6f3f0;

}

header .navi li:nth-child(2) a {
	border-radius: 6px 6px 0 0;
}

header .navi li:nth-child(5) a {
	border-radius: 0 0 6px 6px;
}

header .navi a:hover,
header .navi_sub li a:hover {
	background-position: left 6vw center;
}


header .navi_sub ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 0;

/*
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-tb;
	writing-mode: vertical-tb;
	-webkit-writing-mode: lr-tb;
*/
}


header .navi_sub li {
	display: inline-block;
	width: 46.5%;
	margin-bottom: 4.5vw;
}

header .navi_sub li a {
	background: url(images/common/arrow-right.svg) no-repeat left center #fff;
	background-position: left 5vw center;
	background-size: 8px auto;
	padding: 4vw 5vw 4vw 8.5vw;
	border-radius: 6px;
	font-size: 1.2rem;
}


/*--------------------------------------
	
	layout
	
--------------------------------------*/

.wrapper {
	padding: 0 0;
}

.wrapper_inner {
	border-left: none;
	border-right: none;
}

.wrapper section {
	padding-top: 12vw;
	padding-bottom: 10vw;
	

}

/*--------------------------------------
	
	info
	
--------------------------------------*/

.home_info {
	text-align: right;
}

.info_list {
	text-align: left;
	border-top: none;
}

.home .info_list li {
	margin: 0 0 4vw 0;
}

.info_list li:last-child {
	border-bottom: none;	
}

.info_list li:nth-child(12) {
	border-bottom: 0.75px solid #e8e8e8;	
}

.info_list li:first-child a {
	padding-top: 0;
}

.info_list a {
	padding: 5vw 0 5vw 0;
	display: block;

}

.info_list a .date {
	width: 100%;
	display: block;
	font-size: 1.2rem;
}

.info_list a .title {
	width: 100%;
	font-size: 1.6rem;
}

.home_info {
	display: block;
}



.home_info .arrow {
	width: auto;
}

.home_info .info_list,
.home_info .info_list li {
	border: none;
}

.home_info .info_list li a {
	padding: 0 0;
}


.post-template-default .layout_right {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 6vw;
}


/*--------------------------------------
	
	feature
	
--------------------------------------*/

.home .feature_section,
.page-template-page-about .feature_section {
	padding-bottom: 4vw;
}

.feature_area {
	padding-left: 8vw;
	padding-right: 8vw;
}



.feature {
	display: block;
	position: relative;
	padding: 0;
	margin-bottom: 2vw;
}

.feature_area:first-child .feature,
.page-template-page-about .feature_area:nth-child(2) .feature {
	margin-bottom: 4vw;
}



.feature_area:nth-child(even) .feature {
	flex-direction: row;
}

.feature_area:last-child .feature .text,
.feature .text {
	padding-bottom: 35px;
}



.feature .title {
	-webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
	position: static;
	text-align: center;
	margin: 0 0 8vw 0;
	font-family: 'YakuHanRP' , 'Zen Maru Gothic', sans-serif;
}

.feature_area:nth-child(even) .feature .title {
	margin-left: 0;
}

.feature .title .sub {
	font-size: 1.2rem;
	margin: 0 0 2vw 0;
}

.feature .title .main {
	font-size: 2.2rem;
}

.feature .content {
	width: 100%;
}

.feature .img {
	padding: 0 6.6vw;
	margin: 0 0 10vw 0;
}

.feature .img .icon_circle {
	font-size: 1.0rem;
	letter-spacing: 0.02em;
	width: 65px;
	height: 65px;
	left: -20px;
	bottom: -20px;
	top: auto;
	margin-left: 6.6vw;
}

.feature_area:first-child {
	border-bottom: 0.75px solid #e8e8e8;
	margin-bottom: 12vw;
}

.feature_area:nth-child(even) .feature .img .icon_circle {
	left: -20px;
	right: auto;
}

.feature_area:nth-child(even) .feature .text {
	text-align: left;
}

.feature .text p,
.page-template-page-about .feature .text p:last-child {
	margin: 0 0 70px 0;
}

.page-template-page-about .feature .text p {
	margin: 0 0 6vw 0;
}

/*--------------------------------------
	
	parts
	
--------------------------------------*/


.feature .link {
	display: inline-block;
	width: auto;
}


.link {
	display: block;
	width: 100%;
	padding: 3vw;

}

.btn {

	max-width: auto;

	padding: 20px;


}



.kao_illust {
	width: 80px;
	height: 80px;
}

.feature .kao_illust {
	position: absolute;
	bottom: 30px;
}

.illust_sub {
	padding-top: 1vw;
	margin-bottom: 0;
}

.illust_sub img {
	width: 120px;
}



/*--------------------------------------
	
	footer
	
--------------------------------------*/

.pagetop {
	left: auto;
	right: 8vw;
	bottom: 9vw;
	background-size: 15px auto;
	padding: 0 0 0 20px;
	font-size: 1.0rem;



}

.wrapper .section_sitemap {

	background-position: center bottom;
	background-size: 240px auto;
	border-bottom: none;
	padding-bottom: 140px;
}


.sitemap li {
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}

.sitemap div .btn {
	margin: 0 0 15px 0;
}

.sitemap div p {
	font-size: 1.1rem;
}

.sitemap .wide_1_4 {
	width: 32%;
}

.sitemap .wide_1_4:nth-child(4) {
	width: 100%;
	margin: 8vw 0 0 0;
}

footer.wide_standard {
	padding-top: 10vw;
	padding-bottom: 10vw;
	flex-direction: column-reverse;
}


footer .wide_1_2 {
	margin-bottom: 0;
}





footer .title {
	font-size: 2.8rem;
	margin: 0 0 16px 0;
}


footer .address {
	font-size: 1.5rem;
	margin: 0 0 40px 0;
}

footer .copyright {
	font-size: 1.1rem;
}





footer .bn {
	width: 100%;
}

footer .bn a {

	text-align: center;
	background: #fff;
	display: block;
	font-size: 2.0rem;
	padding: 30px;
	margin: 0 0 30px 0;
	border-radius: 5px;
}

footer .bn a .main:after {
	content: '';
	display: inline-block;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 34px 34px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
}

footer .bn a .main.yui:after {
	background-image: url(images/common/baby.svg);
}

footer .bn a .sub {
	display: block;
	font-size: 1.4rem;
}




footer .bn a.wide_1_2 {
	width: 45.5%;
	padding: 20px 10px;
}


/*--------------------------------------
	
	photo_area
	
--------------------------------------*/

.photo_area {
	text-align: right;
}

.photo_area .title {
	font-size: 2.0rem;

	margin: 0 auto 8vw auto;
}



.photo_area .title .text:after,
.photo_area .title .text:before {
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin: 0 10px;
	padding-bottom: 10px;
}



.photo_list li {
	margin-bottom: 6vw;
}

.home .photo_list li:nth-child(4),
.single-photo .photo_list li:nth-child(4) {
	display: block;
}


.photo_list .text {
	padding: 3vw 1vw;
	text-align: left;
}

.photo_list .text .st {
	margin: 0 0 1vw 0;
	font-size: 1.2rem;
}


.photo_list .text .date {
	font-size: 1.1rem;
}




/*--------------------------------------
	
	kv
	
--------------------------------------*/


.kv_area {
	padding: 24vw 0 16vw 0;
	border-bottom: 0.75px solid #e8e8e8;
}

.kv01 .ph {
	background-image: url(images/pirka-front2.webp);
}

.kv02 .ph {
	background-image: url(images/pirka-genkan.webp);
}

.kv03 .ph {
	background-image: url(images/pirka-desk.webp);
}

.kv_area .copy {
	right: 6.5vw;
	bottom: 6.5vw;
	font-size: 3.0rem;
}

.kv_area .scroll {

	bottom: 5.0vw;
	margin: 0 0 0 -37px;
	padding: 0 0 0 20px;
	font-size: 1.0rem;
	background-size: 15px auto;
	background-image: url(images/common/scroll_yellow.svg);
	color: #444;
}

.kv_area .icon_circle {
	font-size: 1rem;
	width: 110px;
	height: 110px;
	bottom: 6vw;
	left: 6vw;
}






.kv_area .copy .box {

	opacity: 0;

}

.kv_area .copy .box.show {
	opacity: 1;
}

.kv_area .copy .box .ch {
	opacity: 1

}


/*--------------------------------------
	
	sub tpl
	
--------------------------------------*/

.page_title {
	width: 100%;
	height: 260px;

}

.page_title .title {
	position: absolute;
	left: 8vw;
	bottom: 8vw;
	font-size: 2.4rem;
	padding-right: 8vw;
}

.about .page_title {
	background-position: right center;
}

.life .page_title {

}

.chiiroba .page_title {

}

.photo .page_title {

}

.information .page_title {

}

.recruit .page_title {

}

.format .page_title {

}

.post_title .ttl_standard {
	margin-bottom: 4vw;
}

.post_title p {
	font-size: 1.2rem;
	margin-bottom: 0;
}

.ttl_standard {
	font-size: 2.4rem;
	margin: 0 0 8vw 0;
}

.st_standard {
	font-size: 2.0rem;
	margin: 0 0 6vw 0;
}

.sst_standard {
	font-size: 1.8rem;
	margin: 0 0 4vw 0;
	padding: 0 0 0 1.4em;
	position: relative;
}

.sst_standard:before {
	top: 0.4em;
}

.ssst_standard {
	font-size: 1.6rem;
	margin: 0 0 2vw 0;
}

.unit {
	margin-bottom: 12vw;
}

.page_lead .wide_2_3 {
	margin-bottom: 0;
}

.page_lead p.text_standard:last-child {
	margin-bottom: 0;
}
.text_standard {
	margin-bottom: 6vw;
}

.wide_1_3_w .text_standard,
.wide_1_3 .text_standard,
.wide_1_2_w .text_standard,
.wide_1_2 .text_standard {
	font-size: 1.4rem;
}

.table_standard {
	font-size: 1.3rem;
	margin-bottom: 8vw;
}

.table_standard th,
.table_standard td {
	
}

.table_standard th {
	min-width: 6em;
	font-weight: 500;
	position: relative;
	padding-right: 10px;

	
}

.table_standard th:before {
	content: none;
}

.problem_table td,
.problem_table th {
	padding: 20px 0;
	font-size: 1.4rem;
}

.problem_table th{
	width: 3em;
}


.problem_table td div {
	display: block;
	margin-top: 15px;
	border-top: 0.75px solid #e8e8e8;
	padding-top: 15px;
}

.problem_table td div:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.problem_table td h3 {

	width: 100%;
	margin-bottom: 5px;
	padding-right: 0;
}


.problem_table td p:nth-child(odd) {
	margin-bottom: 0.7em;
}

.problem_table td p:nth-child(odd),
.problem_table td p:nth-child(even) {
	width: 100%;
}


.problem_table td p {
	width: 100%;
	font-size: 1.3rem;
}


.gmap {
  padding-top: 150%;
}



.attention {
	padding: 8vw 20px;
	font-size: 2.0rem;
	margin-bottom: 6vw;
}

.attention span:before {
	width: 28px;
	height: 28px;
	background-size: 10px auto;

}

.attention.tel span:before {
	background-image: url(images/common/tel.svg);
}

.attention.mail span:before {
	background-image: url(images/common/mail.svg);
}


.recruit_list .icon_circle {
	width: 65px;
	height: 65px;
	font-size: 1.1rem;

	top: -20px;
	right: -5px;
}

.recruit_list .icon_circle.black {
	font-size: 1.0rem;
	line-height: 1.3;
}


.recruit_list .table_standard {
	margin-top: 4vw;
}



.recruit_list .st_standard {
	padding-right: 70px;
}

.format .btn {
	margin-bottom: 6vw;
}











.timeline {
	margin-bottom: 10vw;
}

.timeline .layout {
	position: relative;
}

.timeline .layout:after {
	left: 14px;
}

.timeline .kao_illust {
	display: none;
}

.timeline .time {
	width: 100.0%;
	font-size: 2.0rem;
	margin-bottom: 2vw;

}

.timeline .time .fm {
	font-size: 1.6rem;
}


.timeline .time img {
	width: 30px;
	margin: -0.15em 4vw 0 0;
}

.timeline .event {
	width: 100%;
	margin: 0 0 6vw 0;
	padding-left: 45px;
}

.timeline .event .text {
	margin: 0 0 6vw 0;
}

.timeline .event .text:last-child {
	margin-bottom: 0;
}

.timeline .event .text .title {
	font-size: 1.8rem;
	margin: 0 0 2vw 0;
	position: relative;
}

.timeline .event .text .title .age {
	padding: 2px;
	font-size: 1.1rem;
	margin: 0 0 5px 10px;
}


.timeline .event .text .title:before {
	content: none;
}

.timeline .event .text p {
	font-size: 1.4rem;
	line-height: 1.75;
}

.timeline .event .img {
	margin: 8vw 0 8vw 0;
}

.timeline .event .img div {
	width: 44.9%;
}

.timeline_sub p {
	font-size: 1.1rem;
	margin-bottom: 6vw;
}

.timeline_sub .wide_1_2 {
	margin-bottom: 0;
}

.seasons .layout {
	margin-bottom: 12vw;
}

.seasons .layout .img {
	margin-bottom: 6vw;
}

.seasons .layout:nth-child(even) .img {
	order: 1;
}

.seasons .layout:nth-child(even) .text {
	order: 2;
}

.seasons .icon_circle {

	right: -10px;
	top: -10px;
	font-size: 2.0rem;
	width: 70px;
	height: 70px;
}

.seasons .layout:nth-child(even) .icon_circle {
	right: auto;
	left: -10px;
}

.seasons .layout:nth-child(even) .icon_circle {
	right: -20px;
	left: auto;
}



/*--------------------------------------
	
	post body
	
--------------------------------------*/

.post_body p {
	margin-bottom: 8vw;
	font-size: 1.6rem;
}

.post_body figure {
	margin-bottom: 8vw;
	padding-top: 2vw;
}

.post_body figure img {
	margin-bottom: 2vw;
}

.post_body figure figcaption {
	font-size: 1.2rem;
}



/*--------------------------------------
	
	scroll
	
--------------------------------------*/


.feature .title .main .line {
	display: block;
	width: auto;
	overflow: hidden;
}

.feature .title .main .line .ch {
	transition: 0.8s ease-in-out;
	transform: translateX(0);
	opacity: 0;
}

.feature .title .main .line .ch.show {
	opacity: 1;
}


/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi_area {
	margin: 40px 0 40px 0;
}

.wp-pagenavi {
	margin: 10px auto 30px auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
}



.wp-pagenavi span.pages {
	margin: 0 0 10px 0;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	display: none;
}


}
