﻿
@import url('css2-CormorantGaramondwght300400500600700_Courgette_ShipporiMinchowght400500600700800_swap.css');
@import url(all1.css);
/*----------------------------------------------------
font-family
----------------------------------------------------*/
/*
font-family: 'Cormorant Garamond', serif;
font-family: 'Courgette', cursive;
font-family: 'Shippori Mincho', serif;
*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}

html {
  background-color: #FFF;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Shippori Mincho', serif;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  /*letter-spacing: 0.08em;*/
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #224165;
  color: #FFF;
  /* Safari */
}
::-moz-selection {
  background-color: #224165;
  color: #FFF;
  /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
  line-height: 1.7;
}
/* indent
-------------------*/
.center{text-align:center!important}.left{text-align:left!important}.right{text-align:right!important}.top0{margin-top:0!important}.top5{margin-top:5px!important}.top10{margin-top:10px!important}.top15{margin-top:15px!important}.top20{margin-top:20px!important}.top25{margin-top:25px!important}.top30{margin-top:30px!important}.top35{margin-top:35px!important}.top40{margin-top:40px!important}.btm0{margin-bottom:0!important}.btm5{margin-bottom:5px!important}.btm10{margin-bottom:10px!important}.btm15{margin-bottom:15px!important}.btm20{margin-bottom:20px!important}.btm25{margin-bottom:25px!important}.btm30{margin-bottom:30px!important}.btm35{margin-bottom:35px!important}.btm40{margin-bottom:40px!important}.btm45{margin-bottom:45px!important}.btm50{margin-bottom:50px!important}.btm55{margin-bottom:55px!important}.btm60{margin-bottom:60px!important}.btm65{margin-bottom:65px!important}.btm70{margin-bottom:70px!important}.btm75{margin-bottom:75px!important}.btm80{margin-bottom:5pc!important}.btm85{margin-bottom:85px!important}.btm90,.btm95{margin-bottom:90px!important}.pT0{padding-top:0!important}.pT5{padding-top:5px!important}.pT10{padding-top:10px!important}.pT15{padding-top:15px!important}.pT20{padding-top:20px!important}.pT25{padding-top:25px!important}.pT30{padding-top:30px!important}.pT35{padding-top:35px!important}.pT40{padding-top:40px!important}.pT45{padding-top:45px!important}.pB0{padding-bottom:0!important}.pB5{padding-bottom:5px!important}.pB10{padding-bottom:10px!important}.pB15{padding-bottom:15px!important}.pB20{padding-bottom:20px!important}.lm5{margin-left:5px!important}.lm10{margin-left:10px!important}.lm15{margin-left:15px!important}.lm20{margin-left:20px!important}.lm50{margin-left:50px!important}.lm60{margin-left:60px!important}.lm70{margin-left:70px!important}.rm5{margin-right:5px!important}.rm10{margin-right:10px!important}.rm15{margin-right:15px!important}.rm20{margin-right:20px!important}.vAT{vertical-align:top!important}.vAM{vertical-align:middle!important}.vAB{vertical-align:bottom!important}.bold{font-weight:700}.normal{font-weight:400}.is-pc{display:block}.is-sp{display:none}.is-ipad{display:none;}.spTel{pointer-events:none}@media only screen and (max-width:768px){.is-sp{display:block!important}.is-pc{display:none!important}.spImg{max-width:100%}a.spTel{color:#b69260;pointer-events:auto}}.size10{font-size:1rem!important}.size11{font-size:1.1rem!important}.size12{font-size:1.2rem!important}.size13{font-size:1.3rem!important}.size14{font-size:1.4rem!important}.size15{font-size:1.5rem!important}.size16{font-size:1.6rem!important}.size17{font-size:1.7rem!important}.size18{font-size:1.8rem!important}.size19{font-size:1.9rem!important}.size20{font-size:2rem!important}.size21{font-size:2.1rem!important}.size22{font-size:2.2rem!important}.size23{font-size:2.3rem!important}.size24{font-size:2.4rem!important}.w5{width:5%!important}.w10{width:10%!important}.w15{width:15%!important}.w18{width:18%!important}.w20{width:20%!important}.w25{width:25%!important}.w30{width:30%!important}.w35{width:35%!important}.w40{width:40%!important}.w45{width:45%!important}.w50{width:50%!important}.w55{width:55%!important}.w60{width:60%!important}.w65{width:65%!important}.w70{width:70%!important}.w75{width:75%!important}.w80{width:80%!important}.w85{width:85%!important}.w90{width:90%!important}.w95{width:95%!important}.wFull{width:100%!important}

/*------------------------------------common--*/
.flexBox{
	display: flex;
}	

body {
    -webkit-animation: contentScale 2.6s forwards;
    animation: contentScale 2.6s forwards;
}

/*------------------------------------for header--*/
#header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
#header .hdInr {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
#header .hdInr .logo {
  margin: 0 auto;
  width: 180px;
}


/* hamburger
-------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 991;
  right: 30px;
  top: 30px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 34px;
  height: 2px;
  left: 17px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 23px;
}
.hamburger span:nth-child(2) {
  top: 33px;
}
.hamburger span:nth-child(3) {
  top: 43px;
}
.hamburger.active span:nth-child(1) {
  top: 33px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 33px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Nav {
  height: 100%;
  display: block;
  /*transition: all 550ms ease 0.25s;*/
  visibility: hidden;
  padding-top: 100px;
  width: 50%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav #Bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  /*transition: all 550ms ease 0.25s;*/
  pointer-events: none;
}
#Nav:after {
  background-color: #efe3e4;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  /*transition: all 550ms ease 0.25s;*/
}
#Nav:before {
  opacity: 0;
  /*transition: all 550ms ease 0.25s;*/
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav.active #Bg {
  right: auto;
  opacity: 1;
  pointer-events: auto;
  background: url(../image/bg_nav.jpg) center center no-repeat;
  width: 50%;
  height: 94vh;
  background-size: cover;
  left: 0;
}
#Nav.active:before, #Nav.active:after {
  opacity: 1;
}

#Nav .logo{
  max-width: 130px;
  margin: 0 auto 30px;
}

#Nav ul{
	margin-bottom: 20px; 
}

#Nav ul li{
text-align: center;	
}

#Nav ul li a{
color: #000; 
display: block;
font-size: 22px;
font-size: 2.2rem;
font-family: 'Cormorant Garamond', serif;
padding: 4% 20px;
}

#Nav ul li a:hover{
background: #ECCDCC;
color: #fff;	
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s; 		
}

#Nav ul li a .en{
font-size: 22px;
font-size: 2.2rem;	
}

#Nav .navBtn{
	padding: 0 5%;
}

#Nav .navBtn .navTel{
	background: #dfbfb8;
  border-radius: 10px;
	color: #fff;
	display: block;
  font-size: 18px;
  font-size: 1.8rem;
	text-align: center;
  padding: 3%;
}

#Nav .navBtn .navTel span{
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Courgette', cursive;
}

#Nav .navBtn .navTel:hover{
  background: #d3a399;
}

#Nav .navBtn .navTel small{
    display: inline-block;	
}

#Nav .navBtn .navMail{
	background: #758776;
  border-radius: 10px;
	color: #fff;
	display: block;
  font-size: 26px;
  font-size: 2.6rem;
	text-align: center;
  padding: 5%;
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

#Nav .navBtn .navMail:hover{
  background: #5f7560;
}

/*topcontrol*/
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(https://nihonriyou.com/tutu/recruit/images/scrollup.svg) center center no-repeat #000;
  background: url(https://nihonriyou.com/tutu/recruit/images/scrollup.svg) center center no-repeat\9 #000; /* IE8 */
  *background: url(https://nihonriyou.com/tutu/recruit/images/scrollup.svg) center center no-repeat #000; /* IE7 */
  _background: url(https://nihonriyou.com/tutu/recruit/images/scrollup.svg) center center no-repeat #000; /* IE6 */
  /*display: block;*/
  display: none;	
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*------------------------------------for font--*/
.en { font-family: 'Courgette', cursive;}

/*------------------------------------common btn--*/
.btnGreen{
  background: #758776;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-size: 2.1rem;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.btnGreen:hover{
  background: #5f7560;
}

.btnPink{
  background: #dfbfb8;
  border-radius: 50px;
  color: #fff !important;
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-size: 21px;
  font-size: 2.1rem;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.btnPink:hover{
  background: #d3a399;
}

/*------------------------------------for mv--*/
#mv {
	background: url("../image/mv.jpg") center center no-repeat;
	background-size: cover;
	height: 94vh;
	position: relative;
}

#mv .mvInr {
	width: 90%;
	position: absolute;
  top: 15%;
  left: 5%;
}

#mv .mvInr .catch h1 {
  font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.5!important;
	margin-bottom: 40px;
}

#mv .mvInr .catch .subTtl.en{
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
    margin-bottom: 30px;
}

/*------------------------------------for pc contents--*/

.secInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.grayscale_100 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#footer {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 20px;
}

/*------------------------------------for pc resize--*/

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

#mv .mvInr{
  width: 90%;
  position: absolute;
  top: 26%;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
}

@media only screen and (max-width: 920px) {
.head01 {
    margin-bottom: 50px;
}
.head01 .en {
    font-size: 36px;
    font-size: 3.6rem;
}
}
/*------------------------------------for sp--*/

@media only screen and (max-width: 768px) {	
.hamburger {
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
}
.hamburger span {
    width: 28px;
    height: 2px;
    left: 11px;
}
.hamburger span:nth-child(1) {
    top: 14px;
}
.hamburger span:nth-child(2) {
    top: 24px;
}
.hamburger span:nth-child(3) {
    top: 34px;
}	
.hamburger.active span:nth-child(1) {
    top: 24px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}	
.hamburger.active span:nth-child(2), 
.hamburger.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.secInr {
    padding: 40px 0;
}

.head01 {
    margin-bottom: 30px;
}

.head01 .en {
    margin-bottom: 2px;
}	
	
#Nav {
    padding-top: 50px;
    width: 100%;
}

#Nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
}

#Nav.active #Bg {
    display: none;
}

#mv .info {
    max-width: 100%;
    width: 100%;
}
#mv .info a {
    padding: 20px 0;
    border-radius: 0;
}
#header .hdInr {
    padding-top: 26px;
}	
#mv .mvInr .en {
    font-size: 40px;
    font-size: 4rem;
}
#mv .mvInr h1 {
    font-size: 22px;
    font-size: 2.2rem;
}
#mv .mvInr h1 small {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}
#footer {
    font-size: 10px;
    font-size: 1.0rem;
    padding-bottom: 20px;
}	
}

@media only screen and (max-width: 480px) {
body {
    font-size: 13px;
    font-size: 1.3rem;
}

.secInr {
    padding: 20px 0;
}

.flexBox{
    display: block;
}

#header .hdInr .logo {
    width: 135px;
}

.scrolldown {
    left: 90% !important;
}

#mv {
  background: url(../image/mv_sp.jpg) bottom center no-repeat;
  height: 100vh;
  margin-bottom: 20px;
}

#mv .mvInr {
    width: 90%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#mv .mvInr .catch h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
    text-align: center;
}

#mv .mvInr .catch .subTtl.en {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 40px;
    text-align: center;
}

#mv .mvInr .btnGreen {
    margin: 0 auto;
}
}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
.is-ipad{
display: block !important;
}	
}
/* animation
-------------------*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b69260;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}
.main {
  -webkit-animation: contentScale 2.6s forwards;
  animation: contentScale 2.6s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes contentScale {
  70% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
*/
@media only screen and (min-width: 1024px) {
/*
  #area05 .col3List li.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area05 .col3List li.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
  #area05 .col3List li.fadein:nth-of-type(5) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
  #area05 .col3List li.fadein:nth-of-type(6) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
*/
}
@media only screen and (max-width: 1024px) {
/*
  #area05 .col3List li.fadein:nth-of-type(2), #area05 .col3List li.fadein:nth-of-type(4), #area05 .col3List li.fadein:nth-of-type(6) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }
*/
}

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

}