/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  padding-top: 30px;
  position: relative;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 790px;
  width: 100%;
}
.header-textbox {
  text-align: center;
}
.header-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.header-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000 !important;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-tel::before {
  content: "";
  width: 21px;
  height: 27px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/tel-icon.png);
}
.header-link {
  max-width: 683px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 21px;
}
.header-contact {
  max-width: 250px;
  height: 50px;
  outline: 2px solid #fff;
  margin: 0 auto;
}
.header-contact:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 295px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .main-visual-textbox img {
  max-width: 380px;
  width: 100%;
}
.header .sub-visual {
  width: 100%;
  height: 300px;
  background-position: bottom right -108px !important;
  background-size: 498px 212px !important;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 10px 0 15px;
}
.header .sub-visual-title {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
.header .entrance-main-visual {
  width: 100%;
}
.header .entrance-main-visual-list {
  width: 100%;
  height: 100%;
}
.header .entrance-main-visual-list-item {
  width: 100%;
  height: 365px;
  overflow: hidden;
}
.header .entrance-main-visual-list-item a {
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/common/entrance-img01.png);
}
.header .entrance-main-visual-list-item a:hover {
  opacity: 0.6;
}
.header .entrance-main-visual-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/common/entrance-img02.png);
}
.header .entrance-main-visual-list-item:nth-child(2) .entrance-title {
  background-color: #eb6c9a;
}
.header .entrance-main-visual-list-item:nth-child(2) .entrance-sub-title {
  color: #eb6c9a;
  background-color: #f5dde6;
}
.header .entrance-main-visual-list-item:nth-child(2) .entrance-text-list-item:last-child::before {
  position: absolute;
  content: "";
  background: center/cover no-repeat url(../images/common/entrance-arrow02.png);
}
.header .entrance-main-visual-list-item:last-child a {
  background: center/cover no-repeat url(../images/common/entrance-img03.png);
}
.header .entrance-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 12px 17px;
  background-color: #28a7d4;
}
.header .entrance-sub-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #28a7d4;
  padding: 15px 17px;
  background-color: #c9e8f3;
}
.header .entrance-text-list {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.header .entrance-text-list-item:not(:last-child) {
  margin-bottom: 7px;
}
.header .entrance-text-list-item:last-child {
  position: relative;
}
.header .entrance-text-list-item:last-child::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  width: 27px;
  height: 25px;
  background: center/cover no-repeat url(../images/common/entrance-arrow01.png);
}
.header .entrance-textbox {
  max-width: 453px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3px 17px;
  background-color: rgba(255, 255, 255, 0.9);
}
.header .entrance-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
.header .top-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
.header .top-btn a:hover {
  opacity: 0.6;
}

#top {
  padding-bottom: 117px;
}
#top .header {
  padding-top: 0;
  position: relative;
}
#top .header-inner {
  position: relative;
  justify-content: flex-end;
  height: 80px;
  background-color: #fff;
  padding: 15px;
  z-index: 1;
}
#top .header-logo {
  position: absolute;
  top: 4px;
  left: 15px;
  z-index: 1;
}
#top .header-logo a img {
  max-width: 83px;
  width: 100%;
}
#top .header-logo a:hover {
  opacity: 0.6;
}
#top .header-content {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
}
#top .header-tel {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #eb6c9a !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .header-tel::before {
  content: "";
  width: 27px;
  height: 28px;
  margin-right: 11px;
  background: center/contain no-repeat url(../images/common/entrance-tel-icon.png);
}
#top .header .contact-btn {
  max-width: 220px;
  width: 100%;
  height: 45px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 9px;
  margin-right: 20px;
  background-color: #28a7d4;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top .header .contact-btn::after {
  content: "";
  width: 13px;
  height: 12px;
  margin-left: 16px;
  background: center/cover no-repeat url(../images/common/entrance-contact-arrow.png);
}
#top .header .instagram-btn img {
  max-width: 40px;
  width: 100%;
}

/*========================================
mixin
==========================================*/ /*========================================
main-sp
==========================================*/
.concept {
  overflow: hidden;
  background: left bottom/581px 1081px no-repeat url(../images/top/concept-bg.png);
  position: relative;
  z-index: 1;
}
.concept::before {
  position: absolute;
  content: "";
  right: -141px;
  bottom: 37px;
  width: 565px;
  height: 271px;
  background: center/contain no-repeat url(../images/top/concept-img.png);
  z-index: -1;
}
.concept::after {
  position: absolute;
  content: "";
  right: -73px;
  bottom: 229px;
  width: 554px;
  height: 163px;
  background: center/contain no-repeat url(../images/top/concept-img-bg.png);
  z-index: -2;
}
.concept-inner {
  padding-bottom: 383px;
  position: relative;
}
.concept-inner::before {
  position: absolute;
  content: "";
  top: 54px;
  left: 125px;
  width: 205px;
  height: 197px;
  background: center/contain no-repeat url(../images/top/concept-kanji.png);
}
.concept-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
.concept-title::before {
  position: absolute;
  content: "";
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background: center/cover no-repeat url(../images/top/concept-title-border.png);
}
.concept-textbox {
  flex-direction: column;
  align-items: flex-start;
}
.concept-text {
  line-height: 1.94;
  letter-spacing: 0.16em;
}

.top-service {
  overflow: hidden;
  margin-top: -210px;
  background: center top/1920px 986px no-repeat url(../images/top/top-service-bg.png);
  position: relative;
  z-index: 1;
}
.top-service-inner {
  padding: 160px 0 310px;
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  left: -58px;
  bottom: 27px;
  width: 536px;
  height: 262px;
  background: center/contain no-repeat url(../images/top/top-service-img.png);
}
.top-service-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.1em;
  padding-right: 60px;
  margin-bottom: 20px;
  position: relative;
}
.top-service-title::before {
  position: absolute;
  content: "";
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 100%;
  background: center/cover no-repeat url(../images/top/top-service-border.png);
}
.top-service-textbox {
  flex-direction: column;
  flex-flow: column-reverse;
  align-items: flex-end;
  margin-bottom: 40px;
}
.top-service-text {
  color: #fff;
  line-height: 1.94;
  letter-spacing: 0.16em;
}
.top-service .cmn-btn {
  margin: 0 auto;
}

.top-link {
  background-color: #262626;
}
.top-link-list {
  flex-direction: column;
}
.top-link-list-item {
  max-width: 360px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-link-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-link-list-item a {
  width: 100%;
  height: 100%;
  padding: 0 12px 15px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.top-link-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 360px;
  height: 300px;
  background: center/cover no-repeat url(../images/top/link-list-img01.png);
  z-index: -2;
  transition: all 0.5s;
}
.top-link-list-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.top-link-list-item a:hover::before {
  scale: 1.1;
}
.top-link-list-item a:hover::after {
  opacity: 0;
}
.top-link-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/link-list-img02.png);
}
.top-link-list-item:last-child a::before {
  background: center/cover no-repeat url(../images/top/link-list-img03.png);
}
.top-link-text {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.top-link-text::before {
  position: absolute;
  content: "";
  left: -22px;
  bottom: -20px;
  width: 304px;
  height: 118px;
  background: center/cover no-repeat url(../images/top/link-list-bg.png);
  z-index: -1;
}
.top-link-text::after {
  content: "";
  width: 159px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/link-list-arrow.png);
  transition: all 0.5s;
}
.top-link-text:hover::after {
  transform: translateX(10px);
}

.banner-link {
  overflow: hidden;
}
.banner-link-inner {
  padding: 100px 0 150px 0;
  position: relative;
}
.banner-link-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: -420px;
  width: 420px;
  height: 100%;
  background: center/cover no-repeat url(../images/top/link-banner-bg-left.png);
}
.banner-link-inner::after {
  position: absolute;
  content: "";
  top: 0;
  right: -420px;
  width: 420px;
  height: 100%;
  background: center/cover no-repeat url(../images/top/link-banner-bg-right.png);
}
.banner-link-box {
  max-width: 807px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
  border: 1px solid #2792c3;
}
.banner-link-box::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 250px;
  background: left top/807px 250px no-repeat url(../images/top/link-banner-bg.png);
  border-radius: 15px;
}
.banner-link-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 0 0 0;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.banner-link-box a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 183px;
  width: 158px;
  height: 83px;
  background: center/contain no-repeat url(../images/top/link-banner-accent.png);
  z-index: 1;
}
.banner-link-box a::after {
  position: absolute;
  content: "";
  top: -68px;
  left: 25px;
  width: 167px;
  height: 283px;
  background: center/cover no-repeat url(../images/top/link-banner-woman.png);
}
.banner-link-box a:hover {
  opacity: 0.6;
}
.banner-link-point {
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.banner-link-point img {
  max-width: 140px;
  width: 100%;
}
.banner-link-textbox {
  max-width: 370px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: top right -10px/153px 163px no-repeat url(../images/top/link-banner-title-deco.png);
  position: relative;
  z-index: 2;
}
.banner-link-title {
  text-align: center;
  margin-bottom: 10px;
}
.banner-link-title img {
  max-width: 250px;
  width: 100%;
}
.banner-link-text {
  max-width: 397px;
  width: 100%;
  margin-left: auto;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
}
.banner-link-text::after {
  content: "";
  width: 13px;
  height: 11px;
  margin-left: 12px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.banner-link-text img {
  height: 14px;
}

.news-inner {
  position: relative;
}
.news-textbox {
  position: absolute;
  top: -100px;
  width: 100%;
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.news-textbox .cmn-btn {
  margin: 0 auto;
  background-color: #000;
  outline: 2px solid #fff;
}
.news-section-title {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}
.news-list {
  margin-bottom: 30px;
}
.news-list-item {
  background: center bottom/100% 6px no-repeat url(../images/top/news-border.png);
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  font-family: "Noto serif JP", sans-serif;
  padding-bottom: 20px;
}
.news-list-item a time {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 30px;
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
}
.news-accent-tag {
  min-width: 95px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 1;
  background-color: #000;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  border: 2px solid #2792c3;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #2792c3;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-title {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #2792c3;
  border-bottom: 1px solid #2792c3;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
}
.news-detail-text {
  line-height: 1.75;
  margin-top: 20px;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #2792c3;
  border-right: 1px solid #2792c3;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #2792c3 !important;
}
.news-detail .paginated-link a:hover {
  transform: translateY(-5px);
}

#legame-top .news {
  width: 100%;
  height: 428px;
  background: center left -243px/cover no-repeat url(../images/top/news-bg.png);
}

/*========================================
about
==========================================*/
.seat {
  padding-top: 50px;
}
.seat-inner {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 10px;
  background: center/cover no-repeat url(../images/about/seat-bg.png);
}
.seat-list {
  margin-bottom: 32px;
}
.seat-list-item {
  text-align: center;
}
.seat-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.seat-name {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.16em;
  padding: 11px 15px;
  margin-bottom: 26px;
  background-color: #2792c3;
}
.seat-content {
  flex-direction: column;
}
.seat-visual {
  max-width: 294px;
  width: 100%;
  height: 294px;
  margin-bottom: 30px;
}
.seat-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
.seat-textbox {
  min-width: 285px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  background-color: #fff;
}
.seat-count {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #2792c3;
}
.seat-all {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}
.seat-notice {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}

.price-inner {
  padding: 125px 0 0 0;
}
.price-table {
  max-width: 609px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #eb6c9a;
}
.price-table tr:not(:last-child) th {
  border-bottom: 2px solid #fff;
}
.price-table tr th {
  width: 140px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 13px 0;
  background-color: #eb6c9a;
}
.price-table tr td {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 13px 0 14px 0;
  background-color: #fff;
  border-right: 2px solid #eb6c9a;
  border-bottom: 2px solid #eb6c9a;
}

.flow-inner {
  padding: 120px 15px 175px 15px;
}
.flow-title {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
}
.flow-text {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.944;
}
.flow-text:not(:last-child) {
  margin-bottom: 24px;
}
.flow-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #eb6c9a !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-tel::before {
  content: "";
  width: 21px;
  height: 27px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/about/flow-tel-icon.png);
}
.flow-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #eb6c9a;
}
.flow-sub-textbox {
  margin-bottom: 15px;
}
.flow-flex {
  max-width: 603px;
  width: 100%;
  flex-direction: column;
}
.flow-icon {
  margin-bottom: 30px;
  position: relative;
}
.flow-textbox {
  width: 100%;
}
.flow-textbox .cmn-btn {
  outline: 2px solid #fff;
}
.flow-list-item {
  flex-direction: column;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 50px;
}

/*========================================
service
==========================================*/
.service {
  overflow: hidden;
}
.service-inner {
  padding: 100px 0;
}
.service-inner .section-title {
  font-size: 2.3rem;
}
.service-top-textbox {
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 100px;
  position: relative;
}
.service-top-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.service-top-textbox::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 905px;
  height: 350px;
  background: center/contain no-repeat url(../images/service/service-top-textbox-bg.png);
  z-index: -2;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.94;
  color: #000;
}
.service-list {
  margin-bottom: 130px;
}
.service-list-item {
  flex-direction: column;
}
.service-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.service-visual {
  margin-bottom: 30px;
}
.service-title {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.service-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 69px;
  height: 6px;
  background: center/cover no-repeat url(../images/service/service-title-border.png);
}
.service-textbox {
  max-width: 530px;
  width: 100%;
}
.service-content {
  padding: 60px 10px;
  position: relative;
  z-index: 1;
}
.service-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/service/service-content-bg.png);
  z-index: -1;
}
.service-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.service-content-list {
  justify-content: center;
}
.service-content-list-item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #fff;
  padding: 10px;
  margin-bottom: 13px;
  background-color: #000;
  margin-right: 14px;
}

/*========================================
recruit
==========================================*/
.feature-inner .section-title {
  font-size: 2.2rem;
  margin-bottom: 87px;
}
.feature-list {
  flex-direction: column;
}
.feature-list-item {
  max-width: 531px;
  width: 100%;
  padding: 67px 15px 30px 15px;
  border: 1px solid #000;
  position: relative;
}
.feature-list-item::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 63px;
  height: 42px;
  background: center/cover no-repeat url(../images/recruit/recruit-no01.png);
}
.feature-list-item:nth-child(2)::before {
  width: 67px;
  background: center/cover no-repeat url(../images/recruit/recruit-no02.png);
}
.feature-list-item:nth-child(3)::before {
  width: 67px;
  height: 43px;
  background: center/cover no-repeat url(../images/recruit/recruit-no03.png);
}
.feature-list-item:last-child::before {
  width: 69px;
  background: center/cover no-repeat url(../images/recruit/recruit-no04.png);
}
.feature-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.feature-title {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 22px;
  position: relative;
}
.feature-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  width: 25px;
  height: 1px;
  background-color: #000;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.94;
  letter-spacing: 0.16em;
}

.recruit-link-list {
  max-width: 570px;
  width: 100%;
  flex-direction: column;
  margin: 0 auto 40px auto;
}
.recruit-link-list-item {
  max-width: 230px;
  width: 100%;
}
.recruit-link-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.recruit-link-list-item a {
  height: 50px;
  outline: 2px solid #fff;
}
.recruit-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.16em;
  padding-bottom: 14px;
  margin-bottom: 42px;
  border-bottom: 1px solid #000;
}
.recruit-content:not(:last-of-type) {
  margin-bottom: 95px;
}
.recruit-textbox {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}
.recruit-textbox:not(:last-of-type) {
  margin-bottom: 80px;
}
.recruit-table {
  width: 100%;
}
.recruit-table:not(:last-child) {
  margin-bottom: 28px;
}
.recruit-table tr {
  width: 100%;
  display: inline-block;
}
.recruit-table tr:not(:last-child) {
  margin-bottom: 25px;
}
.recruit-table tr th {
  display: block;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.recruit-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.94;
  letter-spacing: 0.16em;
}
.recruit-name {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.16em;
  padding: 9px 28px;
  margin-bottom: 35px;
  background-color: #000;
}
.recruit-notice {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #000;
}

/*========================================
info
==========================================*/
.info-name {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 45px;
  background-color: #000;
}
.info-content {
  text-align: center;
}
.info-content:not(:last-of-type) {
  margin-bottom: 105px;
}
.info-table {
  width: 100%;
}
.info-table:not(:last-child) {
  margin-bottom: 28px;
}
.info-table tr {
  width: 100%;
  display: inline-block;
}
.info-table tr:not(:last-child) {
  margin-bottom: 25px;
}
.info-table tr th {
  display: block;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.94;
  letter-spacing: 0.16em;
}
.info-map {
  width: 100%;
  height: 60vw;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  color: #fff;
  background-color: #2792c3;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #2792c3;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #2792c3;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #2792c3;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #2792c3;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  flex-direction: column;
}
.site-list-item {
  width: 90%;
  border-bottom: 1px solid #2792c3;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #000 !important;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #2792c3;
  border-right: 1px solid #2792c3;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #eb6c9a !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer-inner {
  width: 100%;
  padding: 40px 0;
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-logo {
  margin-bottom: 69px;
}
.footer-logo img {
  max-width: 130px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 48px;
}
.footer-link {
  max-width: 346px;
  width: 100%;
  margin: 0 auto;
}
.footer-link .cmn-btn {
  outline: 2px solid #fff;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-tel {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-fax {
  margin-bottom: 36px;
}
.footer-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
.footer-textbox {
  text-align: center;
  margin-bottom: 30px;
}
.footer-nav {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.footer-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  padding: 24px 0;
}
.footer-nav-list-item {
  line-height: 1;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid #000;
}
.footer-nav-list-item:nth-child(7) {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.footer-nav-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 19px;
}
.footer-nav-list-item a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000 !important;
}
.footer-nav-list-item a:hover {
  color: #2792c3 !important;
}
.footer-bottom {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  background-color: #000;
}
.footer-bottom a {
  color: #fff !important;
}

#top .footer-inner {
  padding: 10px 0;
  justify-content: center;
  background-image: none;
  background-color: #c9e8f3;
}
#top .footer-inner p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#top .footer-address {
  font-size: 1.5rem;
  margin-bottom: 0;
}
#top .footer-name {
  margin-bottom: 10px;
}
#top .footer-bottom {
  padding: 8px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #28a7d4;
}
#top .footer-bottom a {
  color: #fff;
}/*# sourceMappingURL=style-sp.css.map */