/* Scss Document */
/* Scss Document */
.slide01 {
  background-image: url(../img/index/img_slide_01.jpg);
}

.slide02 {
  background-image: url(../img/index/img_slide_02.jpg);
}

.slide03 {
  background-image: url(../img/index/img_slide_03.jpg);
}

.slide04 {
  background-image: url(../img/index/img_slide_04.jpg);
}

#lead {
  background: url(../img/index/lead_bg.jpg) no-repeat top center;
  padding: 245px 0 0;
}

#lead h2 {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  color: #FFF;
  letter-spacing: 0.175em;
  margin-left: 120px;
  line-height: 90px;
  height: 550px;
}

#lead h2 span {
  padding-top: 30px;
}
#lead h2 span.ss{
	padding-top:0;
	font-size:29px;
}

#lead .box-text {
  color: #FFF;
  width: 670px;
  margin-top: 30px;
  padding-bottom: 145px;
  letter-spacing: 0;
}

#lead .box-text p + p {
  padding-top: 38px;
}

#lead .btn-common {
  padding-top: 5px;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 999px) {
  #lead .btn-common a {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  #lead {
    background: url(../img/index/sp_lead_bg.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 45% 0 0;
  }
  #lead h2 {
    color: #FFF;
    margin: 8vh 0 -8vh 22.5vw;
    font-size: 24px;
    line-height: 50px;
    height: 320px;
  }
  #lead h2 span {
    padding-top: 30px;
  }
  #lead h2 span.ss{
	padding-top:0;
	font-size:17px;
}

  #lead .box-text {
    background: url(../img/shared/bg.jpg) repeat;
    color: #000;
    width: 100%;
    margin: 41% -4% 0;
    padding: 15px 20px 25px;
    letter-spacing: 0;
  }
  #lead .box-text p + p {
    padding-top: 25px;
  }
  #lead .btn-common a {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  #lead .box-text {
    margin: 38% -4% 0;
  }
}

@media only screen and (max-width: 374px) {
  #lead .box-text {
    margin: 28% -4% 0;
  }
}

#blog {
  background: url(../img/index/bg_blog.jpg) repeat top center;
  padding: 60px 0 80px;
  color: #FFF;
}

#blog h2 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.15em;
}

#blog h2 span {
  position: relative;
}

#blog h2 span::before {
  width: 50%;
  height: 1px;
  border: 1px solid #FFF;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25%;
}

#blog #feed {
  padding-bottom: 42px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#blog #feed .row {
  max-width: 220px;
  margin: 0 35px;
  overflow: hidden;
}

#blog #feed .row .photo {
  transition: all 0.4s ease;
}

#blog #feed .row .photo:hover {
  opacity: 0.7;
}

#blog #feed .row dl {
  padding: 10px 0 20px;
  border-bottom: 2px solid #FFF;
}

#blog #feed .row dl dt {
  text-align: center;
  font-size: 10px;
}

#blog #feed .row dl dd {
  line-height: 26px;
  padding: 4px 0 0px;
  min-height: 50px;
}

#blog ul {
  width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blog ul li {
  width: 380px;
}

#blog ul li a {
  border: 2px solid #FFF;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  height: 60px;
  text-align: center;
  display: block;
  line-height: 60px;
  transition: all 0.4s ease;
}

#blog ul li a::before {
  width: 11px;
  height: 15px;
  background: url(../img/shared/arrow_white.png) center center;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

#blog ul li a:hover::before {
  right: 20px;
}

#blog ul li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 999px) {
  #blog #feed {
    margin: 0 -15px;
  }
  #blog #feed .row {
    margin: 0 15px;
  }
  #blog ul {
    width: 100%;
    max-width: 800px;
  }
  #blog ul li {
    width: 48.5%;
  }
}

@media only screen and (max-width: 767px) {
  #blog {
    padding: 40px 0 30px;
    color: #FFF;
  }
  #blog h2 {
    font-size: 6.5vw;
    margin-bottom: 20px;
  }
  #blog #feed {
    margin: 0 auto;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 450px;
  }
  #blog #feed .row {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  #blog #feed .row .photo {
    width: 150px;
  }
  #blog #feed .row .photo span {
    width: 150px !important;
    height: 95px !important;
  }
  #blog #feed .row dl {
    width: calc(100% - 170px);
    padding: 5px 0 10px;
    border-bottom: 2px solid #FFF;
  }
  #blog #feed .row dl dt {
    text-align: left;
    font-size: 10px;
  }
  #blog #feed .row dl dd {
    line-height: 26px;
    font-size: 14px;
    padding: 4px 0 0px;
    min-height: 38px;
    letter-spacing: 0;
  }
  #blog ul {
    width: 100%;
    margin: 450px;
    margin: 0 auto;
  }
  #blog ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #blog ul li a {
    border: 1px solid #FFF;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  #blog ul li a::before {
    right: 20px;
  }
  #blog ul li a:hover {
    opacity: 1;
  }
}

#sec01 {
  margin-top: 95px;
  background: url(../img/index/sec01_bg.jpg) no-repeat top center;
}

#sec01 .box {
  min-height: 1010px;
}

#sec01 .box h2 {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  color: #e74208;
  letter-spacing: 0.15em;
  margin-left: 783px;
  line-height: 80px;
  font-size: 45px;
  padding-top: 30px;
}

#sec01 .box .title {
  padding: 13px 0 42px 82px;
  max-width: 450px;
  letter-spacing: 0.25em;
}

#sec01 .box .txt {
  max-width: 710px;
  padding: 0 0 40px 83px;
  letter-spacing: 0.075em;
}

#sec01 .box-one {
  background: url(../img/index/sec01_box.jpg) no-repeat top center;
  min-height: 650px;
  color: #FFF;
}

#sec01 .box-one .title {
  padding-top: 95px;
  letter-spacing: 0.25em;
}

#sec01 .box-one .txt {
  max-width: 710px;
  padding: 13px 0 35px;
}

#sec01 .box-one .wrap::before {
  background: url(../img/index/sec01_deco.png) no-repeat;
  width: 505px;
  height: 519px;
  position: absolute;
  bottom: -470px;
  left: -388px;
  content: "";
  z-index: -1;
}

#sec01 .box-two {
  background: url(../img/index/sec01_bottom.png) no-repeat bottom center;
  background-size: 100% auto;
  min-height: 810px;
}

#sec01 .box-two h3 {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  color: #e74208;
  letter-spacing: 0.15em;
  line-height: 80px;
  font-size: 45px;
  position: absolute;
  top: 160px;
  right: 479px;
  height: 400px;
}

#sec01 .box-two h3::before {
  background: url(../img/index/ttl_deco.png) no-repeat top center;
  width: 112px;
  height: 306px;
  position: absolute;
  top: -127px;
  right: -107px;
  content: "";
}

#sec01 .box-two .txt {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  height: 330px;
  padding: 162px 0 18px;
  margin-left: 22px;
}

#sec01 .box-two .btn-common {
  margin-left: -40px;
}

#sec01 .box-two .photo {
  position: absolute;
  top: -130px;
  right: -125px;
}

#sec01 .title {
  font-family: 'Noto Serif JP', serif;
  color: #FFF;
  font-size: 13px;
}

#sec01 .title dd {
  padding-top: 20px;
  font-size: 36px;
  line-height: 55px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #sec01 .box h2 {
    height: 525px;
  }
}

@media only screen and (max-width: 999px) {
  #sec01 {
    margin-top: 95px;
    background: url(../img/index/sec01_bg.jpg) no-repeat top center;
  }
  #sec01 .box {
    min-height: 1010px;
  }
  #sec01 .box h2 {
    margin-left: 80%;
    line-height: 74px;
    font-size: 42px;
  }
  #sec01 .box .title {
    padding: 45px 0 50px 25px;
  }
  #sec01 .box .txt {
    max-width: 710px;
    padding: 0 0 40px 25px;
    letter-spacing: 0;
  }
  #sec01 .box-two {
    background: url(../img/index/sec01_bottom.png) no-repeat bottom center;
    background-size: 150% auto;
    min-height: 650px;
  }
  #sec01 .box-two h3 {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    color: #e74208;
    letter-spacing: 0.15em;
    line-height: 80px;
    font-size: 35px;
    position: absolute;
    top: 160px;
    right: 46%;
    height: 400px;
  }
  #sec01 .box-two h3::before {
    background: url(../img/index/ttl_deco.png) no-repeat top center;
    width: 112px;
    height: 306px;
    position: absolute;
    top: -127px;
    right: -95px;
    content: "";
  }
  #sec01 .box-two .txt {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    height: 305px;
    padding: 162px 0 18px;
    margin-left: 0;
    font-size: 14px;
    line-height: 26px;
  }
  #sec01 .box-two .btn-common {
    margin-left: 20px;
  }
  #sec01 .box-two .btn-common a {
    max-width: 375px;
    height: 65px;
    line-height: 65px;
  }
  #sec01 .box-two .photo {
    position: absolute;
    top: -130px;
    right: -60px;
    width: 45%;
  }
  #sec01 .box-two .photo img {
    width: 100%;
    height: auto;
  }
  #sec01 .title {
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    font-size: 13px;
  }
  #sec01 .title dd {
    padding-top: 20px;
    font-size: 36px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #sec01 {
    margin-top: 50px;
    background: url(../img/index/sp_sec01_bg.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  #sec01 .box {
    min-height: inherit;
  }
  #sec01 .box h2 {
    cursor: inherit;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    word-wrap: inherit;
    margin-left: 0px;
    line-height: 1.6;
    font-size: 6.2vw;
    padding-top: 24%;
  }
  #sec01 .box h2 span {
    margin-left: -13vw;
  }
  #sec01 .box .title {
    padding: 37% 0 10% 0px;
    max-width: 450px;
    letter-spacing: 0.15em;
  }
  #sec01 .box .txt {
    max-width: 710px;
    padding: 0 0 25px 0;
    letter-spacing: 0.075em;
    text-align: justify;
  }
  #sec01 .box .txt br {
    display: none;
  }
  #sec01 .box-one {
    background: url(../img/index/sec01_box.jpg) no-repeat top center;
    background-size: 130% auto;
    min-height: inherit;
  }
  #sec01 .box-one .title {
    padding-top: 33%;
    letter-spacing: 0.25em;
  }
  #sec01 .box-one .txt {
    padding: 9% 0 25px;
    color: #000;
  }
  #sec01 .box-one .txt br {
    display: none;
  }
  #sec01 .box-one .wrap::before {
    display: none;
  }
  #sec01 .box-one .btn-common a {
    border: 1px solid #471e06;
    color: #471e06;
  }
  #sec01 .box-one .btn-common a::before {
    background: url(../img/shared/arrow.png) center center;
  }
  #sec01 .box-two {
    background: url(../img/index/sp_sec01_bottom.jpg) no-repeat bottom center;
    background-size: 100% auto;
    min-height: inherit;
    margin-top: 50px;
    padding-bottom: 45px;
  }
  #sec01 .box-two h3 {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    color: #e74208;
    letter-spacing: 0.15em;
    line-height: 80px;
    font-size: 7.5vw;
    position: absolute;
    top: 14%;
    right: 20%;
    height: 400px;
  }
  #sec01 .box-two h3::before {
    background: url(../img/index/ttl_deco.png) no-repeat top left;
    background-size: 100% auto;
    width: 85px;
    height: 306px;
    position: absolute;
    top: -80px;
    right: -65px;
    content: "";
  }
  #sec01 .box-two .txt {
    cursor: inherit;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    word-wrap: inherit;
    height: inherit;
    padding: 96% 0 25px;
    margin-left: 0;
  }
  #sec01 .box-two .txt br {
    display: none;
    text-align: justify;
  }
  #sec01 .box-two .btn-common {
    margin-left: 0;
  }
  #sec01 .box-two .btn-common a {
    line-height: 50px;
    height: 50px;
    max-width: 100%;
  }
  #sec01 .box-two .photo {
    position: absolute;
    top: 0;
    right: inherit;
    left: 5%;
    width: 50%;
  }
  #sec01 .title {
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    font-size: 13px;
  }
  #sec01 .title dd {
    padding-top: 15px;
    font-size: 5.5vw;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 400px) {
  #sec01 .box-one .title {
    padding-top: 29%;
  }
}

#access {
  background: url(../img/index/bg_img.jpg) no-repeat top center, url(../img/index/bg_floor.jpg) repeat top center;
  padding-top: 180px;
}

#access h2 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 30px 88px;
  position: relative;
  letter-spacing: 0.1em;
}

#access h2 span {
  position: relative;
}

#access h2 span::before {
  width: 30%;
  height: 1px;
  border: 1px solid #000;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 35%;
}

#access .box {
  width: calc(100% - 350px);
  padding-bottom: 160px;
}

#access .box dl {
  display: flex;
  padding: 11px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

#access .box dl dt {
  width: 220px;
  box-sizing: border-box;
  padding-left: 20px;
}

#access .box dl dd {
  width: calc(100% - 220px);
}

#access .box dl dd a,
#access .box dl dd span {
  text-decoration: none;
  font-size: 20px;
}

#access #google-map {
  width: 100%;
  height: 550px;
  margin-bottom: 40px;
}

#access #google-map iframe {
  width: 100%;
  height: 100%;
}

#access ul {
  max-width: 800px;
  margin: auto;
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
}

#access ul li {
  width: 380px;
}

#access ul li a.btn {
  border: 2px solid #471e06;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  color: #471e06;
  height: 55px;
  text-align: center;
  display: block;
  line-height: 55px;
  transition: all 0.4s ease;
}

#access ul li a.btn::before {
  width: 11px;
  height: 15px;
  background: url(../img/shared/arrow.png) center center;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

#access ul li a.btn:hover {
  opacity: 0.8;
}

#access ul li span a {
  text-align: center;
  display: block;
  padding-top: 8px;
  font-size: 15px;
  text-decoration: underline;
}

#access ul li span a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 999px) {
  #access .box {
    width: 70%;
  }
  #access .box dl {
    font-size: 14px;
  }
  #access .box dl dt {
    width: 200px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  #access .box dl dd {
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-right: 15px;
  }
  #access ul li {
    width: 48.5%;
  }
}

@media only screen and (max-width: 767px) {
  #access {
    background: url(../img/index/bg_floor.jpg) no-repeat top center, url(../img/index/bg_floor.jpg) repeat top center;
    padding-top: 35px;
  }
  #access h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 26px;
  }
  #access .box {
    width: 100%;
    padding-bottom: 35px;
  }
  #access .box dl {
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 0;
  }
  #access .box dl dt {
    width: 100%;
    padding-left: 0;
  }
  #access .box dl dd {
    width: 100%;
  }
  #access .box dl dd a,
  #access .box dl dd span {
    text-decoration: none;
    font-size: 18px;
  }
  #access #google-map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #access ul {
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  #access ul li {
    width: 100%;
  }
  #access ul li:first-child {
    display: none;
  }
  #access ul li a.btn {
    border: 1px solid #471e06;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  #access ul li a.btn::before {
    right: 25px;
  }
  #access ul li a.btn:hover {
    opacity: 1;
  }
}

#floor {
  background: url(../img/index/bg_map.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding: 97px 0 100px;
  border-top: 3px double #000;
}

#floor .box {
  float: right;
  padding: 13px 25px 25px;
  max-width: 450px;
}

#floor h2 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 45px 0;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
}

#floor h2 span {
  position: relative;
}

#floor h2 span::before {
  width: 28%;
  height: 1px;
  border: 1px solid #000;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 35%;
}

#floor .map {
  float: left;
  margin: 0 0 40px 25px;
}

#floor .box-floor {
  clear: both;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 25px;
}

#floor .box-floor .txt {
  max-width: 400px;
  padding: 25px 25px 0 0;
}

@media only screen and (max-width: 999px) {
  #floor {
    padding: 97px 0 100px;
  }
  #floor .box {
    max-width: 450px;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 25px 25px;
  }
  #floor .box img {
    width: 100%;
    height: auto;
  }
  #floor .map {
    margin: 0;
    max-width: 450px;
    width: 50%;
    box-sizing: border-box;
    padding: 3.5% 25px 0;
  }
  #floor .map img {
    width: 100%;
    height: auto;
  }
  #floor .box-floor {
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4% 25px 0;
  }
  #floor .box-floor .photo-left {
    max-width: 400px;
    width: 50%;
    box-sizing: border-box;
    padding-right: 25px;
  }
  #floor .box-floor .photo-left img {
    width: 100%;
    height: auto;
  }
  #floor .box-floor .txt {
    max-width: 400px;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0 0 25px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  #floor {
    background: url(../img/index/sp_bg_floor.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding: 30px 0 50%;
  }
  #floor .box {
    float: inherit;
    padding: 0 0 15px;
    max-width: 100%;
    width: 100%;
  }
  #floor h2 {
    font-size: 26px;
    margin: 0 0 25px 0;
  }
  #floor h2 span::before {
    bottom: -18px;
  }
  #floor .map {
    float: inherit;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 10%;
  }
  #floor .box-floor {
    padding: 0;
    width: 100%;
  }
  #floor .box-floor .txt {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
}

#recruit {
  background: url(../img/index/bg_recruit.jpg) no-repeat top center;
  background-size: cover;
  padding: 75px 0 60px;
  color: #FFF;
}

#recruit h2 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 30px 0;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
  float: left;
  padding: 20px 80px 0;
}

#recruit h2 span {
  position: relative;
}

#recruit h2 span::before {
  width: 28%;
  height: 1px;
  border: 1px solid #FFF;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 35%;
}

#recruit .box {
  clear: both;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin-top: 40px;
  border: 1px solid #FFF;
}

#recruit .box .left {
  padding: 35px 47px 38px;
  width: 400px;
  box-sizing: border-box;
}

#recruit .box .left dl {
  padding: 11px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}

#recruit .box .left dl dt {
  width: 30%;
}

#recruit .box .left dl dd {
  width: 70%;
}

#recruit .box .left p {
  padding-top: 10px;
}

#recruit .box .right {
  background: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 24px;
  color: #471e06;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
}

#recruit .box .right dl dt {
  font-size: 16px;
  margin-bottom: 15px;
}

#recruit .box .right dl dd span {
  padding-top: 15px;
  display: block;
}

@media only screen and (max-width: 999px) {
  #recruit h2 {
    padding: 20px 50px 0 35px;
  }
  #recruit .text {
    float: left;
    max-width: 500px;
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 40px;
  }
  #recruit .box .left {
    padding: 35px 25px 38px;
    width: 50%;
    box-sizing: border-box;
  }
  #recruit .box .left dl {
    padding: 11px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    line-height: 24px;
  }
  #recruit .box .left dl dt {
    width: 30%;
  }
  #recruit .box .left dl dd {
    width: 70%;
  }
  #recruit .box .left p {
    padding-top: 10px;
  }
  #recruit .box .right {
    background: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    line-height: 24px;
    color: #471e06;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  #recruit .box .right dl dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #recruit .box .right dl dd span {
    padding-top: 15px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #recruit {
    background: url(../img/index/bg_blog.jpg) repeat top center;
    padding: 25px 0 50px;
    color: #FFF;
  }
  #recruit h2 {
    font-size: 26px;
    margin: 0 0 30px 0;
    text-align: center;
    float: inherit;
    padding: 10px 0 0;
  }
  #recruit .text {
    max-width: 100%;
    float: inherit;
    padding-bottom: 0;
  }
  #recruit .text br {
    display: none;
  }
  #recruit .box {
    margin-top: 25px;
    border: none;
  }
  #recruit .box .left {
    padding: 25px 20px 25px;
    width: 290px;
    margin: 0 auto 15px;
    border: 1px solid #FFF;
    font-size: 13px;
    letter-spacing: 0;
  }
  #recruit .box .left dl {
    flex-wrap: wrap;
  }
  #recruit .box .left dl.last {
    border: none;
    padding: 11px 0 0px;
  }
  #recruit .box .left dl dt {
    width: 100%;
  }
  #recruit .box .left dl dd {
    width: 100%;
  }
  #recruit .box .left p {
    padding-top: 0;
  }
  #recruit .box .right {
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  #recruit .box .right dl dt {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #recruit .box .right dl dd span {
    padding-top: 5px;
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
  #recruit .box .right dl dd img {
    max-width: 230px;
  }
  #recruit .photo {
    max-width: 290px;
    margin: auto;
  }
}

@-webkit-keyframes feature-bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@-webkit-keyframes feature-bounce-list {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

/*# osirase template */
#oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:center;
	background:#ffffff;/*適時変更 */
	border:3px solid #1f0d02;/*適時変更 */
	color:#1f0d02;/*適時変更 */
	font-size:14px;/*適時変更 */
	padding:15px 0;
	display:block;
	width:calc(100vw - 10px);/*100vwからshadow分を引く（左右　5px+5px）*/
	margin:30px auto 0;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
}
#oshirase p{
	margin-bottom: 1em;
}
#oshirase p:last-child{
	margin-bottom: 0em;
}
#oshirase .ttl{
	font-size:130%;
	font-weight: bold;
}

#oshirase1{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:center;
	background:#ffffff;/*適時変更 */
	border:3px solid #1f0d02;/*適時変更 */
	color:#1f0d02;/*適時変更 */
	font-size:14px;/*適時変更 */
	padding:15px 0;
	display:block;
	width:calc(100vw - 10px);/*100vwからshadow分を引く（左右　5px+5px）*/
	margin:30px auto 0;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
}
#oshirase1 p{
	margin-bottom: 1em;
}
#oshirase1 p:last-child{
	margin-bottom: 0em;
}
#oshirase1 .ttl{
	font-size:130%;
	font-weight: bold;
}


@media screen and (min-width:1000px) {
#oshirase{
	font-size:16px;/*適時変更 */
	display:block;
	width:600px;
}
	
	#oshirase1{
	font-size:16px;/*適時変更 */
	display:block;
	width:600px;
}
}
