@charset "UTF-8";
/* 赤　＝　#e50012　rgb(229,0,18) */
/* 背景　＝　#fbfaf8 */
/* ベージュ　＝　#fbe6d4　rgb(251,230,212) */
/* 黒　＝　#4d4545 */
/*===================================================================
　↓　#hero
===================================================================*/
#hero {
  background-image: url(../img/hero-pc.jpg);
  background-position: center right 20%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #hero {
    background-image: url(../img/hero-tab.jpg);
    background-position: center;
  }
}
@media screen and (max-width: 640px) {}
/*----------------------------------------------
　　#copy
----------------------------------------------*/
#hero #copy {
  position: absolute;
  height: 230px;
  top: 0;
  bottom: 0;
  left: 6%;
  margin: auto;
}
#hero #copy p.main {
  font-size: 2.4rem;
  line-height: 2.4em;
}
#hero #copy p.main span {
  background-color: #fff;
  padding: 10px 20px;
  letter-spacing: 0.08em;
}
#hero #copy p.sub {
  font-size: 1.8rem;
  line-height: 2em;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #hero #copy {
    top: 25%;
    bottom: auto;
    left: 5%;
  }
  #hero #copy p.main {
    font-size: 2rem;
  }
  #hero #copy p.main span {
    background-color: transparent;
    padding: 0 0 8px;
    background: linear-gradient(transparent 50%, rgba(229, 0, 18, 0.2) 50%);
  }
  #hero #copy p.sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #hero #copy p.main {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #hero #copy p.sub {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
/*----------------------------------------------
　　#scroll
----------------------------------------------*/
#hero #scroll {
  position: absolute;
  width: 54px;
  height: 50px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  animation: scroll-move 2s infinite;
  opacity: 1;
}
#hero #scroll img {
  width: 100%;
  height: auto;
}
@keyframes scroll-move {
  0% {
    bottom: 50px;
    opacity: 1;
  }
  50% {
    bottom: 40px;
    opacity: 0.3;
  }
  100% {
    bottom: 50px;
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  #hero #scroll {
    left: 250px;
  }
}
@media screen and (max-width: 1000px) {
  #hero #scroll {
    left: 0;
  }
}
/*===================================================================
　↓　#description
===================================================================*/
#description p {
  line-height: 2.4em;
}
#description .center {
  max-width: 800px;
  margin: auto;
  padding: 0 30px;
  box-sizing: border-box;
}
#description .center p {
  margin-bottom: 15px;
}
#description .center p:last-child {
  margin-bottom: 0;
}
#description .column-2 {
  margin: 50px auto;
}
#description .column-2 .image {
  float: left;
  width: 50%;
}
#description .column-2 .image #background-image li img {
  width: 100%;
  height: auto;
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
}
.slick-dots li.slick-active {
  background-color: #e50012;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /*以下デフォルトstyleキャンセル*/
  font-size: 0;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
#description .column-2 .text {
  float: left;
  width: 50%;
  padding: 4% 30px 0;
  height: 100%;
  box-sizing: border-box;
}
#description .column-2 .text p {
  max-width: 550px;
  margin-bottom: 15px;
}
#description .column-2 .text p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  #description .column-2 .text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  #description .column-2 {
    margin: 30px auto 15px;
  }
  #description .column-2 .image {
    float: none;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #description .column-2 .text {
    float: none;
    width: 100%;
    padding: 30px 30px 0;
  }
  #description .column-2 .text div {
    width: 100%;
  }
  #description .column-2 .text p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  #description .center {
    padding: 0 20px;
  }
  #description .column-2 {
    margin: 20px auto 15px;
  }
  #description .column-2 .image {
    padding: 0 20px;
  }
  #description .column-2 .text {
    padding: 20px 20px 0;
  }
}
/*===================================================================
　↓　#requirements
===================================================================*/
/*----------------------------------------------
　　ul#tab-navi
----------------------------------------------*/
#requirements ul#tab-navi {
  margin: auto auto 10px;
  max-width: 1000px;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
#requirements ul#tab-navi li {
  text-align: center;
  float: left;
  width: 16.6666%;
  padding: 0 5px;
  box-sizing: border-box;
}
#requirements ul#tab-navi li a {
  background-color: #fff;
  color: #4d4545;
  font-size: 1.6rem;
  display: block;
  padding: 10px;
  line-height: 1.3em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#requirements ul#tab-navi li:nth-child(1) a, #requirements ul#tab-navi li:nth-child(2) a, #requirements ul#tab-navi li:nth-child(3) a {
  padding-top: 20px;
}
#requirements ul#tab-navi li a.active {
  background-color: #e50012;
  color: #fff;
}
/** 急募 **/
/*#requirements ul#tab-navi li.kyubo a::after {
  content: "急募";
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background-color: #e50012;
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 3px;
}*/
#requirements ul#tab-navi li.kyubo a.active::after {
  color: #e50012;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  #requirements ul#tab-navi {
    margin: auto;
    padding: 0 30px;
  }
  #requirements ul#tab-navi li {
    width: 33.333%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
  #requirements ul#tab-navi li a {
    font-size: 1.5rem;
    border-radius: 5px !important;
    height: 60px;
    box-sizing: border-box;
  }
  #requirements ul#tab-navi li:nth-child(1) a, #requirements ul#tab-navi li:nth-child(2) a, #requirements ul#tab-navi li:nth-child(3) a {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #requirements ul#tab-navi {
    margin: auto;
    padding: 0 2px;
  }
  #requirements ul#tab-navi li a {
    font-size: 1.4rem;
  }
/*  #requirements ul#tab-navi li.kyubo a::after {
    font-size: 1.2rem;
    padding: 1px 3px;
    margin-left: 3px;
  }*/
}
/*----------------------------------------------
　　#item-contents-wrap
----------------------------------------------*/
#item-contents-wrap {
  background-color: #fff;
  padding: 60px 0;
}
#item-contents-wrap .item-contents {
  max-width: 990px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: auto;
}
#item-contents-wrap .item-contents .first-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px dotted #ddd;
}
#item-contents-wrap .item-contents .first-box p {
  line-height: 2em;
  font-size: 1.6rem;
}
#item-contents-wrap h3 {
  color: #e50012;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 15px;
  border-left: 5px solid #e50012;
  line-height: 1.2em;
  padding-left: 10px;
  display: inline-block;
  box-sizing: border-box;
}
#item-contents-wrap p.comment {
  line-height: 2em;
}
#item-contents-wrap .item-contents .last-box {
  text-align: center;
}
#item-contents-wrap .item-contents .last-box .last-box-inn {
  /*display: inline-block;*/
  text-align: left;
}
#item-contents-wrap .item-contents .last-box table {
  width: 100%;
}
#item-contents-wrap .item-contents .last-box table tr {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
#item-contents-wrap .item-contents .last-box table th {
  width: 160px;
  background-color: rgba(229, 0, 18, 0.08);
  border-radius: 5px;
}
#item-contents-wrap .item-contents .last-box table th h4 {
  text-align: center;
}
#item-contents-wrap .item-contents .last-box table td {
  padding: 10px 0 10px 10px;
}
#item-contents-wrap .item-contents .last-box table td p, #item-contents-wrap .item-contents .last-box table td ul li {
  line-height: 1.6em;
  margin-bottom: 6px;
}
#item-contents-wrap .item-contents .last-box table td ul {
  margin-left: 20px;
}
#item-contents-wrap .item-contents .last-box table td ul li {
  list-style-type: disc;
}
#item-contents-wrap .item-contents .last-box img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #item-contents-wrap {
    padding: 40px 0;
  }
  #item-contents-wrap .item-contents .first-box {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none;
  }
  #item-contents-wrap .item-contents .first-box p {
    font-size: 1.4rem;
  }
  #item-contents-wrap h3 {
    font-size: 1.6rem;
  }
  #item-contents-wrap .item-contents .last-box .last-box-inn {
    display: block;
  }
  #item-contents-wrap .item-contents .last-box table th {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  #item-contents-wrap {
    margin-top: 0;
    padding: 30px 0;
  }
  #item-contents-wrap .item-contents {
    padding: 0 20px;
  }
  #item-contents-wrap h3 {
    margin-bottom: 10px;
  }
  #item-contents-wrap .item-contents .last-box table th {
    width: 90px;
  }
}
/*===================================================================
　↓　#message
===================================================================*/
#message {
  padding: 0 20px;
  box-sizing: border-box;
}
#message p.sub {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4em;
  margin-bottom: 20px;
}
#message p.main {
  text-align: center;
  font-size: 2rem;
  line-height: 2.4em;
}
#message p.main span {
  background: linear-gradient(transparent 60%, rgba(229, 0, 18, 0.2) 60%);
}
@media screen and (max-width: 768px) {
  #message p.sub {
    font-size: 1.4rem;
  }
  #message p.main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  #message p.sub {
    text-align: left;
    margin-bottom: 15px;
  }
  #message p.main {
    font-size: 1.5rem;
  }
}
/*===================================================================
　↓　#entry
===================================================================*/
#entry {
  height: 380px;
  background-image: url(../img/entry-back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#entry .inner {
  text-align: center;
  padding: 50px 0;
  background-image: url(../img/entry-rose.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
#entry .inner p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #e50012;
  line-height: 1.8em;
  margin-bottom: 20px;
}
#entry .inner p span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 10px;
}
#entry .inner a.normal-btn {
  color: #fff;
  background-color: #e50012; /*赤*/
}
#entry .inner a.normal-btn:hover {
  background-color: #faccd0;
  color: #e50012; /*赤*/
}
@media screen and (max-width: 768px) {
  #entry {
    height: 300px;
  }
  #entry .inner {
    padding: 40px 0;
  }
  #entry .inner p {
    font-size: 1.4rem;
  }
  #entry .inner p span {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #entry .inner p span {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
/*===================================================================
　↓　パンくず
===================================================================*/
#contentPath {
  margin: 0 auto .5em;
  font-size: 70%;
  line-height: 140%;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  color: #e50012; /*赤*/
}
#contentPath ul li {
  display: inline-block
}
#contentPath a, a {
  color: #e50012; /*赤*/
}
@media screen and (max-width:768px) {
  #contentPath {
    margin: 0 auto .5em;
    font-size: 70%;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    color: #e50012; /*赤*/
    line-height: 140%
  }
  #contentPath ul li {
    display: inline-block
  }
  #contentPath a {
    color: #e50012; /*赤*/
  }
}