@charset "UTF-8";
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

/*---------------------
 main
----------------------*/
.diary-mv {
  position: relative;
  display: block;
  margin-top: 150px;
  overflow: auto;
}
@media screen and (max-width: 840px) {
  .diary-mv {
    margin-top: 130px;
  }
}
@media screen and (max-width: 480px) {
  .diary-mv {
    margin-top: 110px;
    margin-bottom: 100px;
  }
}
.diary-mv .mv-media,
.diary-mv .mv-media2 {
  position: relative;
}
.diary-mv .mv-media {
  margin: 150px 3% 17vw auto;
  width: 36.8%;
  height: auto;
  aspect-ratio: 530/770;
}
@media screen and (max-width: 840px) {
  .diary-mv .mv-media {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  .diary-mv .mv-media {
    width: 60%;
    margin: 70px 0 0 auto;
  }
}
.diary-mv .mv-media2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.6%;
  height: auto;
  aspect-ratio: 240/310;
}
@media screen and (max-width: 480px) {
  .diary-mv .mv-media2 {
    width: 28%;
  }
}

/* Txt */
.diary-mv .txt-box {
  position: absolute;
  top: 40%;
  left: 10%;
}
@media screen and (max-width: 840px) {
  .diary-mv .txt-box {
    top: 35%;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  .diary-mv .txt-box {
    position: relative;
    top: initial;
    left: initial;
    width: 88%;
    margin: 55px auto 0;
  }
}
.diary-mv .txt-box .txt-box__title .lead {
  font-weight: 400;
  font-size: clamp(28px, 2.2222222222vw, 36px);
  line-height: 1.7;
}
.diary-mv .txt-box .txt-box__title p {
  font-size: clamp(12px, 0.8333333333vw, 14px);
  margin-top: 3vw;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .diary-mv .txt-box .txt-box__title p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .diary-mv .txt-box .txt-box__title p {
    margin-top: 35px;
  }
}
.diary-mv .txt-box .txt-box__title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 4vw;
  background: #333;
}
@media screen and (max-width: 840px) {
  .diary-mv .txt-box .txt-box__title:after {
    margin-top: 40px;
  }
}

/*---------------------
 Intro
----------------------*/
.diary-intro .intro-wrap .intro-img {
  margin-bottom: 30px;
}
.diary-intro .intro-wrap .intro-img img {
  width: 100%;
  height: auto;
}

.diary-intro .intro-1 {
  float: left;
  width: 31.25%;
  margin-left: 6%;
  margin-bottom: 4%;
}
@media screen and (max-width: 840px) {
  .diary-intro .intro-1 {
    width: 40%;
    margin-left: 4%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .diary-intro .intro-1 {
    float: inherit;
    width: 88%;
    margin: 0 auto 70px auto;
  }
  .diary-intro .intro-1 .intro-img img {
    width: 70%;
  }
}
.diary-intro .intro-2 {
  float: right;
  width: 27.7%;
  margin-right: 6.9%;
  margin-top: 12%;
}
@media screen and (max-width: 840px) {
  .diary-intro .intro-2 {
    width: 33%;
    margin-top: 15%;
  }
}
@media screen and (max-width: 480px) {
  .diary-intro .intro-2 {
    float: inherit;
    width: 90%;
    margin: 0 auto 70px auto;
  }
  .diary-intro .intro-2 .intro-img img {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
  .diary-intro .intro-2 .danraku {
    width: 55%;
    margin-left: auto;
    margin-right: 0;
  }
}
.diary-intro .intro-3 {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .diary-intro .intro-3 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .diary-intro .intro-3 {
    width: 86%;
  }
}
.diary-intro .intro-3 .intro-img {
  width: 44.64%;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .diary-intro .intro-3 .intro-img {
    width: 70%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .diary-intro .intro-3 .intro-img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.diary-intro .intro-3 .danraku {
  width: 48%;
}
@media screen and (max-width: 840px) {
  .diary-intro .intro-3 .danraku {
    width: 100%;
  }
}

/*---------------------
 Feature
----------------------*/
.side-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}
.side-scroll .side-scroll-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.side-scroll-list {
  display: grid;
  grid-template-columns: auto repeat(12, 450px);
  margin-top: 20px;
  gap: 0 150px;
}
@media screen and (max-width: 840px) {
  .side-scroll-list {
    margin-top: 40px;
    grid-template-columns: auto repeat(12, 450px);
    gap: 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .side-scroll-list {
    margin-top: 30px;
    grid-template-columns: auto repeat(12, 90vw);
    gap: 0 100px;
  }
}

/* タイトル部分 */
.side-scroll-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 100px;
  margin-left: 100px;
}
@media screen and (max-width: 480px) {
  .side-scroll-item__title {
    margin-left: 70px;
    margin-right: 50px;
  }
}
.side-scroll-item__title .sec-title {
  text-align: left;
}
.side-scroll-item__title .sec-title:after {
  margin-left: 5px;
}

/* コンテンツ部分 */
.side-scroll-item__contents .list-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-scroll-item__contents .list-name .number {
  width: 46px;
  height: 46px;
  border: 1px solid var(--txt-gray);
  border-radius: 50%;
  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;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .side-scroll-item__contents .list-name .number {
    width: 44px;
    height: 44px;
  }
}
.side-scroll-item__contents .list-name .number span {
  line-height: 1;
  color: var(--txt-gray);
}
.side-scroll-item__contents .list-name h4 {
  font-weight: 400;
}
.side-scroll-item__contents .list-name h4 span {
  display: block;
}
.side-scroll-item__contents .list-name h4 .list-name-sub {
  font-size: 14px;
}
.side-scroll-item__contents .list-name h4 .list-name {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .side-scroll-item__contents .list-name h4 .list-name {
    font-size: 18px;
  }
}
.side-scroll-item__contents .list-img {
  width: 100%;
  margin: 15px auto;
}
.side-scroll-item__contents .list-img img {
  width: 100%;
  height: auto;
}
.side-scroll-item__contents p {
  line-height: 1.7;
  font-size: 14px;
}
.side-scroll-item__contents .icon {
  padding: 0 4px 1px;
  background-color: var(--txt-gray);
  color: #fff;
  margin-right: 5px;
}

/*---------------------
 Merit
----------------------*/
.diary-merit .merit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.diary-merit .merit-list li:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .diary-merit .merit-list li:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.diary-merit .merit-list li .merit-img {
  width: 46.1%;
}
@media screen and (max-width: 840px) {
  .diary-merit .merit-list li .merit-img {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .diary-merit .merit-list li .merit-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.diary-merit .merit-list li .merit-img img {
  width: 100%;
  height: auto;
}
.diary-merit .merit-list li .merit-txt {
  width: 46%;
}
@media screen and (max-width: 840px) {
  .diary-merit .merit-list li .merit-txt {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .diary-merit .merit-list li .merit-txt {
    width: 100%;
  }
}
.diary-merit .merit-list .merit-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .diary-merit .merit-list .merit-name {
    margin-bottom: 15px;
  }
}
.diary-merit .merit-list .merit-name .number {
  width: 38px;
  height: 38px;
  border: 1px solid var(--txt-gray);
  border-radius: 50%;
  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;
  margin-right: 10px;
}
.diary-merit .merit-list .merit-name .number span {
  line-height: 1;
  color: var(--txt-gray);
}
.diary-merit .merit-list .merit-name h5 {
  font-weight: 400;
}
.diary-merit .merit-list .coment {
  line-height: 2;
}
.diary-merit .merit-list .border-btn {
  margin-top: 25px;
}
@media screen and (max-width: 840px) {
  .diary-merit .merit-list .border-btn {
    margin-top: 20px;
  }
}

/*--------------
 Web Catalog
---------------*/
.c-web-catalog .web-catalog-inner {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c-web-catalog .web-catalog-inner {
    padding-bottom: 90%;
    margin-bottom: 20px;
  }
}
.c-web-catalog .web-catalog-inner iframe,
.c-web-catalog .web-catalog-inner object,
.c-web-catalog .web-catalog-inner embed {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/*-------------
 Format
--------------*/
.format_area .accordion_one .ac_header {
  border-top: 1px solid #a4acad;
  padding: 22px 20px 22px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .format_area .accordion_one .ac_header {
    padding: 15px 20px 15px 0;
  }
}

.format_area .accordion_last {
  border-bottom: 1px solid #a4acad;
}

.format_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .format_area .accordion_one .ac_header .i_box {
    width: 14px;
    height: 14px;
    right: 10px;
  }
}

.format_area .accordion_one .ac_header .i_box:before,
.format_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.format_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #666;
  width: 18px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .format_area .accordion_one .ac_header .i_box:before {
    width: 14px;
  }
}

.format_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #666;
  width: 0;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .format_area .accordion_one .ac_header .i_box:after {
    height: 14px;
    right: 6px;
  }
}

.format_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.format_area .accordion_one .ac_inner {
  display: none;
  padding: 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .format_area .accordion_one .ac_inner {
    padding-bottom: 30px;
  }
}

.format_area .format_head {
  display: block;
  position: relative;
  line-height: 1;
}
.format_area .format_head .format-name-flex h4.en {
  font-weight: 400;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .format_area .format_head .format-name-flex h4.en {
    font-size: 17px;
  }
}
.format_area .format_head .format-name-flex p.jp {
  font-size: 13px;
  margin-top: 10px;
  color: var(--txt-gray);
}
@media screen and (max-width: 480px) {
  .format_area .format_head .format-name-flex p.jp {
    font-size: 12px;
  }
}

.format_area .format_body .format-img {
  margin-bottom: 20px;
}
.format_area .format_body .coment {
  font-size: 15px;
  line-height: 2;
}
.format_area .format_body .icon {
  padding: 0 4px 1px;
  background-color: var(--txt-gray);
  color: #fff;
  margin-right: 5px;
}

/* stay */
.format_area .accordion_one.stay .ac_header .i_box:after {
  height: 0;
}

.format_area .accordion_one.stay .ac_header.open .i_box:after {
  height: 18px;
}

.format_area .accordion_one.stay .ac_inner {
  display: block;
}

/*-------------
 3OKs
--------------*/
.c-cat-format .flex-3ok-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 840px) {
  .c-cat-format .flex-3ok-list {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .c-cat-format .flex-3ok-list {
    margin-bottom: 50px;
  }
}
.c-cat-format .flex-3ok-list li {
  width: 31%;
  text-align: center;
  border: 1px solid #999999;
  padding: 30px 10px;
}
@media screen and (max-width: 840px) {
  .c-cat-format .flex-3ok-list li {
    width: 100%;
  }
  .c-cat-format .flex-3ok-list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .c-cat-format .flex-3ok-list li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.c-cat-format .flex-3ok-list li .number {
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--txt-gray);
  margin: 0 auto 15px auto;
}
.c-cat-format .flex-3ok-list li .number span {
  color: var(--txt-gray);
}
.c-cat-format .flex-3ok-list li .coment {
  margin-bottom: 15px;
}
.c-cat-format .flex-3ok-list li .en {
  color: var(--txt-gray);
}
.c-cat-format .txt-enjoy {
  font-weight: 300;
  margin-bottom: 110px;
}

.c-cat-format .work-format {
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .c-cat-format .work-format {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .c-cat-format .work-format {
    margin-bottom: 70px;
  }
}

/*-------------
 diary page btn
--------------*/
.c-cat-format .diary-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cat-format .diary-page-list li {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-cat-format .diary-page-list li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .c-cat-format .diary-page-list li {
    width: 100%;
  }
  .c-cat-format .diary-page-list li:first-child {
    margin-bottom: 30px;
  }
}
.c-cat-format .diary-page-list li a {
  border: 1px solid #999999;
  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;
  padding: 26px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 120px;
}
@media screen and (max-width: 480px) {
  .c-cat-format .diary-page-list li a {
    padding: 10px 6px;
    height: 100px;
  }
}
.c-cat-format .diary-page-list li a:hover {
  background-color: #333;
  color: #fff;
}
.c-cat-format .diary-page-list li h5.en {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .c-cat-format .diary-page-list li h5.en {
    font-size: 20px;
  }
}

/*-------------
 Gallery Banner
--------------*/
.c-diary-gallery {
  overflow: hidden;
  width: 100%;
  height: 40vw;
  max-height: 600px;
  min-height: 280px;
  position: relative;
  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;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-diary-gallery h5 {
  font-size: clamp(35px, 3.1944444444vw, 56px);
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.c-diary-gallery .border-btn {
  margin: 30px auto 0;
  border: 1px solid #fff;
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .c-diary-gallery .border-btn {
    margin-top: 20px;
  }
}
.c-diary-gallery .border-btn:hover {
  border: 1px solid #333;
}
.c-diary-gallery .border-btn:after {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .c-diary-gallery {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/focuseitocom/uploads/img/diary2027/bg-gallery-sp.webp);
  }
}
@media screen and (min-width: 481px) {
  .c-diary-gallery {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/focuseitocom/uploads/img/diary2027/bg-gallery.webp);
  }
}
/*-------------
 Interview(Swiper)
--------------*/
.c-cat-interview {
  width: 100%;
  overflow: hidden;
}
.c-cat-interview .border-btn {
  margin: 60px auto 0 auto;
}

.interview__swiper {
  width: 100%;
  overflow: visible;
}
.interview__swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.interview__swiper .swiper-slide a:hover img {
  opacity: 1;
}
.interview__swiper .slide {
  width: 350px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .interview__swiper .slide {
    width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .interview__swiper .slide {
    width: 200px;
  }
}
.interview__swiper .slide img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .interview__swiper .slide img {
    margin-bottom: 10px;
  }
}
.interview__swiper .slide .slide-title {
  line-height: 1;
}
.interview__swiper .slide .slide-title .place {
  background-color: #808080;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 4px;
  margin-right: 7px;
}
@media screen and (max-width: 480px) {
  .interview__swiper .slide .slide-title .place {
    padding: 3px;
    margin-right: 5px;
  }
}