/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  height: 100vh;
  width: 100%;
}
.mainvisual #top_mainimage {
  -webkit-transition: 1s;
  transition: 1s;
}
.mainvisual #top_mainimage .splide__track {
  height: 100%;
}
.mainvisual #top_mainimage .splide__slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainvisual #top_mainimage .splide__slide.is-active figure {
    -webkit-animation: 6s ease topslide-pc;
            animation: 6s ease topslide-pc;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual #top_mainimage .splide__slide.is-active figure {
    -webkit-animation: 7s linear topslide-sp;
            animation: 7s linear topslide-sp;
  }
}
.mainvisual #top_mainimage figure {
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (min-width: 768px) {
  .mainvisual #top_mainimage figure {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual #top_mainimage figure {
    width: 200%;
    left: -60%;
  }
}
.mainvisual__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .mainvisual__inner {
    padding: 14.3rem 0 0 0;
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__inner {
    padding: 10rem 5rem 0;
    width: 100%;
  }
}
.mainvisual__content {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-variant-east-asian: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.mainvisual__title {
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-weight: 300;
  position: relative;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 6px rgba(0, 0, 0, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 768px) {
  .mainvisual__title {
    line-height: 1.8021978022;
    font-size: 4.55rem;
    margin: -0.5rem 0 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__title {
    line-height: 1.68;
    font-size: 2.5rem;
    margin: 0 0 0 2.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual__title span {
    font-size: 3.276rem;
    line-height: 2.4725274725;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__title span {
    font-size: 1.8rem;
    line-height: 2.4725274725;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual__title span.note {
    font-size: 4.55rem;
    line-height: 1.8021978022;
    letter-spacing: 0.15em;
    margin-top: -0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__title span.note {
    line-height: 1.4;
    font-size: 2rem;
    margin: -0.5rem 0 0 2.7rem;
  }
}
.mainvisual__title .txt_note {
  letter-spacing: 0.2rem;
  position: absolute;
  margin: 0;
  top: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .mainvisual__title .txt_note {
    font-size: 1.742rem;
    line-height: 3.9334098737;
    left: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__title .txt_note {
    font-size: 1.6rem;
    line-height: 1.4;
    left: 3.2rem;
  }
}
.mainvisual__txt {
  white-space: nowrap;
  letter-spacing: 0.15em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 6px rgba(0, 0, 0, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.9);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .mainvisual__txt {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@-webkit-keyframes topslide-pc {
  from {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes topslide-pc {
  from {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes topslide-sp {
  from {
    left: -10%;
  }
  to {
    left: -60%;
  }
}
@keyframes topslide-sp {
  from {
    left: -10%;
  }
  to {
    left: -60%;
  }
}
/*====================================================================================
2. information
====================================================================================*/
.s-information {
  background: #f0f0f0;
}
@media only screen and (min-width: 768px) {
  .s-information {
    padding-top: 10.8rem;
    padding-bottom: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-information {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-information__inner {
    margin-top: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__inner {
    margin-top: 3rem;
  }
}
.s-information__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
}
.s-information__menu li {
  list-style-type: none;
  width: calc(33.3333333333% - 0.4666666667rem);
  background: #d6e3ec;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  letter-spacing: 0.075em;
  cursor: pointer;
}
.s-information__menu li.active {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .s-information__menu li {
    font-size: 2rem;
    padding: 2.4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__menu li {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.s-information__content {
  background: #fff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .s-information__content {
    padding: 6.5rem 5rem 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__content {
    padding: 2rem 1rem;
  }
  .s-information__content .cm-information__list .cm-information__listItem {
    display: none;
  }
  .s-information__content .cm-information__list .cm-information__listItem:nth-child(1), .s-information__content .cm-information__list .cm-information__listItem:nth-child(2) {
    display: block;
  }
}
.s-information__content.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .s-information__content .cm-btn01 {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-information__content .cm-btn01 {
    margin-top: 2rem;
  }
}

/* トップページのお役立ち情報のカテゴリー表示 */
.s-information .cm-information__listItemCat span {
  white-space: nowrap;
  min-width: auto;
  width: auto;
  padding: 0 0.8rem;
}

/* 投稿がない場合のメッセージ */
.s-information .no-posts-message {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
}

.s-information .no-posts-message p {
  font-size: 1.6rem;
  margin: 0;
}

/*====================================================================================
3. concept
====================================================================================*/
@media only screen and (min-width: 768px) {
  .s-concept {
    margin-top: 15.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-concept {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-concept__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.s-concept__photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-concept__photo {
    width: calc(50% - 13.4rem);
    height: 72.3rem;
    border-radius: 0 1rem 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-concept__photo {
    width: 100%;
    height: 15rem;
  }
}
.s-concept__photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .s-concept__content {
    width: calc(50% + 13.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-concept__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .s-concept__contentInner {
    max-width: 71.5rem;
    width: 100%;
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-concept__contentInner {
    padding: 3rem 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-concept__content .cm-title01 {
    margin-top: -1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-concept__content .cm-title01 {
    text-align: center;
  }
}
.s-concept__content p {
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-concept__content p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media only screen and (min-width: 768px) {
  .s-concept__list {
    margin: 3.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-concept__list {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-concept__itemImg {
    margin: 9rem auto 0;
    padding-left: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-concept__itemImg {
    margin: 4rem auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-concept .cm-voice__list {
    margin-top: 8rem;
  }
}
.s-concept .cm-voice__list .cm-voice__listItemImg iframe {
  height: 100%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .s-concept .cm-voice__list {
    margin-top: 4rem;
    gap: 3rem;
  }
  .s-concept .cm-voice__list .cm-voice__listItem {
    width: 100%;
  }
  .s-concept .cm-voice__list .cm-voice__listItem .cm-voice__listItemImg {
    height: 20rem;
  }
}

/*====================================================================================
4. LINE UP
====================================================================================*/
.s-lineup {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-lineup {
    margin-top: 18.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup {
    margin-top: 4rem;
  }
}
.s-lineup__slide .splide__slide {
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-lineup__inner {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 3.4rem;
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup__inner {
    margin-top: 4rem;
  }
}
.s-lineup__content {
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .s-lineup__content {
    max-width: 69.6rem;
    height: 68.1rem;
    padding: 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup__content {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-lineup__content .cm-title01 {
    margin-top: -1.1rem;
    margin-bottom: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup__content .cm-title01 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .s-lineup__list {
    margin: 3.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup__list {
    margin: 2rem 0 0;
  }
}

/*====================================================================================
5. AREA
====================================================================================*/
@media only screen and (min-width: 768px) {
  .s-area {
    margin-top: 14.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-area {
    margin-top: 4rem;
  }
}
.s-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-area__inner {
    max-width: 162rem;
    margin: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-area__map {
    width: calc(50% - 16rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-area__map {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}
.s-area__map:after {
  content: "";
  clear: both;
  display: block;
}
.s-area__map img {
  float: right;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-area__ct {
    width: calc(50% + 16rem);
    padding: 0 0 10.6rem 23px;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__ct {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .s-area__ctInner {
    max-width: 71.7rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__ctInner .cm-title01 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .s-area__ct .cm-title02 {
    letter-spacing: 0.025em;
    margin: 52px 0 24px 0;
  }
}
.s-area__ct p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-area__office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.2rem;
    margin-top: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__office {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-area__officeItem {
    width: calc(50% - 2.6rem);
    background: url(../images/common_img/access_icon.webp) no-repeat top 1rem left;
    background-size: auto;
    padding-left: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__officeItem:first-child {
    margin-bottom: 2rem;
  }
}
.s-area__officeItem p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-area__officeItem p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.s-area__officeTtl {
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .s-area__officeTtl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__officeTtl {
    background: url(../images/common_img/access_icon.webp) no-repeat top left;
    background-size: 2rem auto;
    padding-left: 3rem;
  }
}
.s-area__officeTtl span {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .s-area__officeTtl span {
    font-size: 2.4rem;
    margin-right: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__officeTtl span {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.s-area__officeTtl.Ttl01 span {
  color: #2bb7e0;
}
.s-area__officeTtl.Ttl02 span {
  color: #34c300;
}
@media only screen and (min-width: 768px) {
  .s-area__officeRight {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-area__officeRight {
    margin-top: 1rem;
  }
}
.s-area__officeRight:after {
  clear: both;
  display: block;
  content: "";
}
.s-area__officeRight .cm-btn01 {
  float: right;
}

/*====================================================================================
6. VOICE
====================================================================================*/
.s-voice {
  background: url(../images/top/bg_voice.webp) repeat center center;
}
@media only screen and (min-width: 768px) {
  .s-voice {
    margin-top: 9.6rem;
    padding: 8.2rem 0 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-voice {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-voice .cm-voice__list {
    margin-top: 7.4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-voice .cm-voice__list {
    margin: 2rem 0;
  }
}

/*====================================================================================
6. WORKS
====================================================================================*/
@media only screen and (min-width: 768px) {
  .s-works {
    margin-top: 8.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-works .cm-works__list {
    margin-top: 7.4rem;
    margin-bottom: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-works .cm-works__list {
    margin: 2rem 0;
  }
}

/*====================================================================================
7. BACHGROUND
====================================================================================*/
.s-backgound {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-backgound {
    margin-top: 9.5rem;
    height: 39rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-backgound {
    margin-top: 4rem;
    height: 15rem;
  }
}
.s-backgound img {
  height: calc(100% + 10vh);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  will-change: transform;
}

/*====================================================================================
8. COMPANY
====================================================================================*/
@media only screen and (min-width: 768px) {
  .s-company {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-company {
    margin-top: 4rem;
  }
}
.s-company__inner {
  text-align: center;
}
.s-company__inner p {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-company__inner p {
    margin: 4.7rem 0 5.2rem;
    line-height: 2.25;
  }
}

/*====================================================================================
9. INSTA
====================================================================================*/