@charset "UTF-8";
/*=============================================
*
* 
*
=============================================*/
.header {
  background: #FF5B60;
}
.header > .inner {
  position: relative;
  width: 100%;
}

.header__logo {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__logo {
    margin: 0 auto 10px;
  }
}

/*=============================================
*
* ニュース一覧タイトル
*
=============================================*/
.header__news-list-title {
  margin: 0 auto -20px;
  max-width: 613px;
  position: relative;
  top: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__news-list-title {
    margin-bottom: 0;
    max-width: 311px;
    top: 0;
  }
}

/*=============================================
*
* ニュース一覧セクション
*
=============================================*/
.news-list-section {
  padding: 60px 0;
}

.news-list__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.news-list__content-box {
  width: 100%;
}

.news-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 30px;
}
@media screen and (max-width: 700px) {
  .news-list__list {
    gap: 30px 15px;
  }
}

.news-list__list-item {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 700px) {
  .news-list__list-item {
    width: calc(50% - 7.5px);
  }
}

.news-list__item-link {
  padding: 20px 0;
}

.news-list__item-link:hover {
  opacity: 0.7;
}

.news-list__thumbnail {
  aspect-ratio: 308.212/213.856;
  border-radius: 44px;
  margin-bottom: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .news-list__thumbnail {
    border-radius: 24px;
    margin-bottom: 10px;
  }
}

.news-list__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-list__info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  gap: 5px 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .news-list__info-box {
    gap: 5px 25px;
  }
}
@media screen and (max-width: 700px) {
  .news-list__info-box {
    gap: 5px 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 350px) {
  .news-list__info-box {
    gap: 5px;
  }
}

.news-list__item-category {
  background: #FF5B60;
  border-radius: 3px;
  display: inline-block;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
  min-width: 112px;
  padding: 3px 12px 4px;
}
@media screen and (max-width: 700px) {
  .news-list__item-category {
    font-size: 1.2rem;
    min-width: 80px;
    padding: 1px 7px 2px;
  }
}

.news-list__item-date {
  color: #000;
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .news-list__item-date {
    font-size: 1rem;
  }
}

.news-list__item-title {
  color: #000;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .news-list__item-title {
    display: -webkit-box;
    font-size: 1.4rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
  }
}

/*=============================================
*
* 詳細ページタイトル
*
=============================================*/
.header__single-news-title {
  margin: 0 auto -5px;
  max-width: 404px;
  position: relative;
  top: -5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__single-news-title {
    margin-bottom: 0;
    max-width: 250px;
    top: 0;
  }
}

/*=============================================
*
* 
*
=============================================*/
.single-news__inner {
  padding: 75px 0;
}

.single-news__info-box {
  margin: 0 auto 30px;
  max-width: 910px;
}
@media screen and (max-width: 950px) {
  .single-news__info-box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .single-news__info-box {
    margin-bottom: 20px;
  }
}

.single-news__item-category {
  background: #FF5B60;
  color: #fff;
  display: inline-block;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.21rem;
  margin-right: 70px;
  min-width: 178px;
  padding: 3px 12px 6px;
}
@media screen and (max-width: 700px) {
  .single-news__item-category {
    font-size: 1.2rem;
    margin-right: 25px;
    min-width: 80px;
    padding: 1px 7px 2px;
  }
}

.single-news__item-date {
  color: #000;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 700px) {
  .single-news__item-date {
    font-size: 1.2rem;
  }
}

.single-news__title-box {
  margin: 0 auto 60px;
  max-width: 910px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .single-news__title-box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .single-news__title-box {
    margin-bottom: 40px;
  }
}

.single-news__title {
  color: #000;
  font-family: "RocknRoll One", sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .single-news__title {
    font-size: 2rem;
    padding: 20px 0;
  }
}
.single-news__title::before {
  background: url(../images/content/news-detail-title-border.svg) no-repeat center center;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-news__title::after {
  background: url(../images/content/news-detail-title-border.svg) repeat-x top center;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.single-news__eye-catching-img {
  aspect-ratio: 308.212/213.856;
  border-radius: 120px;
  display: block;
  margin: 0 auto 70px;
  max-width: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .single-news__eye-catching-img {
    border-radius: 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 830px) {
  .single-news__content-box {
    padding: 0 45px;
  }
}

.single-news__content {
  color: #000;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 580px;
  text-align: left;
  /*---------------------------------------------
  自由編集欄
  ---------------------------------------------*/
}
@media screen and (max-width: 700px) {
  .single-news__content {
    margin-bottom: 20px;
  }
}
.single-news__content * {
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single-news__content * {
    font-size: 1.4rem;
  }
}
.single-news__content p {
  line-height: 1.8;
}
.single-news__content strong {
  color: var(--free-edit-strong-color);
  font-weight: 700;
}
.single-news__content h1 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h1 {
    font-size: 2.6rem;
  }
}
.single-news__content h2 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h2 {
    font-size: 2.2rem;
  }
}
.single-news__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h3 {
    font-size: 1.8rem;
  }
}
.single-news__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h4 {
    font-size: 1.6rem;
  }
}
.single-news__content h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h5 {
    font-size: 1.5rem;
  }
}
.single-news__content img {
  width: auto;
}
.single-news__content a {
  text-decoration: underline;
}
.single-news__content a:hover {
  color: #999;
}
.single-news__content iframe, .single-news__content object, .single-news__content embed {
  max-width: 100%;
}

/*=============================================
*
* 
*
=============================================*/
.single-news__sns-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/content/sns-share-list-back.svg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 0;
  max-width: 438px;
  min-height: 185px;
  padding: 0 20px 0 5px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .single-news__sns-area {
    background: url(../images/content/sns-share-list-back-sp.svg) no-repeat center top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 195px;
    margin-top: 40px;
    padding: 0;
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .single-news__sns-heading-box {
    padding-top: 10px;
  }
}

.single-news__sns-heading {
  color: #000;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.1rem;
}
@media screen and (max-width: 700px) {
  .single-news__sns-heading {
    font-size: 1.4rem;
    position: relative;
  }
  .single-news__sns-heading::before {
    background: #FF5B60;
    bottom: 0;
    content: "";
    display: block;
    height: 2.5px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.single-news__sns-share-sooseijin {
  left: calc(50% - 10px);
  max-width: 168px;
  pointer-events: none;
  position: absolute;
  top: -48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  .single-news__sns-share-sooseijin {
    left: 50%;
    max-width: 98px;
    top: 38px;
  }
}

.single-news__sns-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  align-items: center;
  gap: 35px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .single-news__sns-list {
    gap: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .single-news__sns-item {
    position: absolute;
  }
}
@media screen and (max-width: 700px) {
  .single-news__sns-item.-x {
    top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .single-news__sns-item.-facebook {
    left: 18px;
    top: 66px;
  }
}
@media screen and (max-width: 700px) {
  .single-news__sns-item.-line {
    right: 22px;
    top: 66px;
  }
}

.single-news__sns-link {
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.single-news__sns-link:hover {
  opacity: 0.8;
}

/*=============================================
*
* 最新ニュース一覧セクション
*
=============================================*/
.recent-news-list-section {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (max-width: 700px) {
  .recent-news-list-section {
    background: rgba(255, 91, 96, 0.4);
  }
}

.recent-news-list__inner {
  margin: 0 auto;
  max-width: 990px;
  padding: 60px 0 45px;
}
@media screen and (max-width: 1030px) {
  .recent-news-list__inner {
    padding: 60px 30px 45px;
  }
}
@media screen and (max-width: 700px) {
  .recent-news-list__inner {
    padding: 30px 30px 25px;
  }
}

.recent-news-list__content-heading-box {
  margin-bottom: 15px;
}

.recent-news-list__content-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/content/recent-news-list__content-heading-back.svg) no-repeat center center/100%;
  color: #FF5B60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.1rem;
  height: 57px;
  margin-left: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 206px;
}
@media screen and (max-width: 700px) {
  .recent-news-list__content-heading {
    font-size: 1.9rem;
    height: 53px;
    margin: 0 auto;
    width: 188px;
  }
}
.recent-news-list__content-heading span {
  margin-top: -6px;
}
@media screen and (max-width: 700px) {
  .recent-news-list__content-heading span {
    margin-top: 3px;
  }
}

.recent-news-list {
  padding: 60px 0;
}

.recent-news-list__content-box {
  width: 100%;
}

.recent-news-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .recent-news-list__list {
    gap: 30px 15px;
  }
}

.recent-news-list__list-item {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 700px) {
  .recent-news-list__list-item {
    width: 100%;
  }
}

.recent-news-list__item-link {
  padding: 20px 0;
}

.recent-news-list__item-link:hover {
  opacity: 0.7;
}

.recent-news-list__thumbnail {
  aspect-ratio: 308.212/213.856;
  border-radius: 44px;
  margin-bottom: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .recent-news-list__thumbnail {
    border-radius: 24px;
    margin-bottom: 10px;
  }
}

.recent-news-list__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.recent-news-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recent-news-list__info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  gap: 5px 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .recent-news-list__info-box {
    gap: 5px 25px;
  }
}
@media screen and (max-width: 700px) {
  .recent-news-list__info-box {
    gap: 5px 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 350px) {
  .recent-news-list__info-box {
    gap: 5px;
  }
}

.recent-news-list__item-category {
  background: #FF5B60;
  border-radius: 3px;
  display: inline-block;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
  min-width: 112px;
  padding: 3px 12px 4px;
}
@media screen and (max-width: 700px) {
  .recent-news-list__item-category {
    font-size: 1.2rem;
    min-width: 80px;
    padding: 1px 7px 2px;
  }
}

.recent-news-list__item-date {
  color: #000;
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .recent-news-list__item-date {
    font-size: 1rem;
  }
}

.recent-news-list__item-title {
  color: #000;
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .recent-news-list__item-title {
    display: -webkit-box;
    font-size: 1.4rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
  }
}

.recent-news-list__view-all-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/content/recent-news-list__view-all-btn-back.svg) no-repeat center center/100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.1rem;
  height: 57px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 206px;
}
@media screen and (max-width: 700px) {
  .recent-news-list__view-all-btn {
    font-size: 1.9rem;
    height: 53px;
    margin: 0 auto;
  }
}
.recent-news-list__view-all-btn span {
  margin-top: -6px;
}
@media screen and (max-width: 700px) {
  .recent-news-list__view-all-btn span {
    margin-top: 3px;
  }
}

/*=============================================
*
* 
*
=============================================*/
.contact-section {
  background: rgba(35, 24, 21, 0.7);
  padding: 50px 0 80px;
}