@charset "utf-8";

/* ------------------------------
 Top
------------------------------ */

.fv {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 167px;
}

.fv_photo img {
  width: 397px;
  height: auto;
}

.fv_photo_sp {
  display: none;
}

.slider {
  width: 65%;
  height: 658px;
}

.slider img {
  height: 658px;
  width: 100%;
  object-fit: cover;
}

.slick-dotted.slick-slider {
  margin-bottom: 12px;
}
.slick-dots {
  text-align: left;
  padding-left: 280px;
}
.slick-dots li {
  margin: 0 2px;
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 12px;
}

.slider a:hover {
  opacity: 1;
}

@media only screen and (max-width: 1270px) {
  .fv {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .fv {
    display: block;
    padding-top: 50px;
  }
  .fv_photo {
    display: none;
  }
  .fv_photo_sp {
    display: block;
    position: relative;
    top: -68px;
  }
  .fv_photo_sp p {
    text-align: right;
  }
  .fv_photo_sp img {
    width: 148px;
    height: auto;
  }
  .slider {
    width: 100%;
    height: 196px;
  }
  .slider img {
    height: 196px;
  }
  .slick-dots {
    text-align: left;
    padding-left: 20px;
    bottom: -15px;
  }
  .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 2px;
  }
  .slick-dots li button:before {
    font-size: 9px;
  }
}

.l-intro {
  display: flex;
  justify-content: space-between;
}

.intro {
  background: #F2F2F2;
  padding-top: 360px;
  position: relative;
  top: -360px;
  z-index: -1;
  width: 48%;
}

.intro_inner {
  max-width: 730px;
  margin-left: auto;
  padding-right: 180px;
  padding-bottom: 240px;
}

.intro_ttl {
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1.57;
  padding-top: 38px;
  margin-bottom: 60px;
}

.intro_txt {
  line-height: 2.5;
  margin-bottom: 30px;
}

.intro_photo {
  margin-right: 228px;
  position: absolute;
  bottom: -214px;
  width: 76%;
}

.intro_photo img {
  height: 384px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width: 1600px) {
  .intro_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1120px) {
  .intro_ttl {
    font-size: 3.7rem;
  }
}

@media only screen and (max-width: 980px) {
  .intro {
    width: 50%;
  }
  .intro_ttl {
    font-size: 2.7rem;
  }
  .intro_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .l-intro {
    display: block;
  }
  .intro {
    padding-top: 0;
    position: relative;
    top: -218px;
    width: 100%;
  }
  .intro_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .intro_ttl {
    font-size: 2.4rem;
    padding-top: 60px;
    margin-bottom: 33px;
  }
  .intro_txt {
    line-height: 2.1;
    margin-bottom: 0;
  }
  .intro_txt-end {
    margin-top: 40px;
  }
  .intro_photo {
    margin-right: 88px;
    position: relative;
    bottom: -100px;
    width: 76%;
  }
  .intro_photo img {
    height: 200px;
  }
}

.news {
  width: 740px;
  margin: 0 auto;
  padding-top: 123px;
}

.news_ttl_main {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: right;
}

.news_ttl_en {
  font-size: 1.6rem;
  text-align: right;
  padding-top: 15px;
}

.news_list {
  margin-top: 40px;
  border-top: 1px solid #707070;
}

.news_item {
  border-bottom: 1px solid #707070;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
  width: 100%;
}

.news_item_date {
  width: 15%;
  line-height: 1.6;
}

.news_item_tag {
  font-size: 1.2rem;
  background: #F2F2F2;
  border-radius: 50px;
  width: 103px;
  height: 20px;
  text-align: center;
  line-height: 1.6;
  margin-top: 4px;
}

.news_item_link {
  width: calc(85% - 120px);
  margin-left: 17px;
  line-height: 1.6;
}

.news_item_link a {
  position: relative;
  display: inline-block;
}

.news_item_link a:hover {
  opacity: 1;
}

.news_item_link a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.news_item_link a:hover::before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.news_more {
  margin-top: 76px;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 600;
  margin-right: 5px;
}

.news_more a {
  display: inline-block;
  position: relative;
  padding-right: 65px;
  opacity: 1;
}

.news_more_icon {
  position: absolute;
  top: -13px;
  right: 0;
  width: 48px;
  height: 48px;
}

.news_more_icon img {
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.news_more_icon .news_more-img {
  position: relative;
  z-index: 2;
}

.news_more_icon .news_more-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.news_more a:hover {
  opacity: 1;
}

.news_more a:hover .news_more-img {
  opacity: 0;
}

.news_more a:hover .news_more_icon .news_more-img-o {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .news {
    width: 50%;
  }
  .news_item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .news_item_date {
    width: auto;
    line-height: 1.6;
    font-size: 1.2rem;
    margin-right: 22px;
  }
  .news_item_tag {
    font-size: 1.2rem;
    border-radius: 25px;
    width: 110px;
    height: 24px;
    margin-top: 0;
  }
  .news_item_link {
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .news {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -48px;
  }
  .news_ttl_main {
    font-size: 1.8rem;
    text-align: center;
  }
  .news_ttl_en {
    font-size: 1.0rem;
    text-align: center;
    padding-top: 5px;
  }
  .news_list {
    margin-top: 28px;
  }
  .news_more {
    margin-top: 30px;
    font-size: 1.2rem;
    margin-right: 0;
  }
  .news_more a {
    position: relative;
    padding-right: 30px;
  }
  .news_more_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -6px;
    right: 0;
  }
  .news_more_icon img {
    width: 30px;
    height: 30px;
  }
}

.service_ttl {
  text-align: center;
}

.service_ttl_main {
  font-size: 3.6rem;
  font-weight: 600;
}

.service_ttl_en {
  font-size: 1.6rem;
  padding-top: 15px;
}

.service_list {
  margin-top: 218px;
}

.service_item {
  position: relative;
  margin-bottom: 200px;
}

.service_txt {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 110px;
  padding-bottom: 70px;
  background: #F2F2F2;
  position: relative;
}

.service_txt_inner {
  width: 576px;
}

.service_txt_ttl {
  font-size: 5.3rem;
  font-weight: 600;
  padding-top: 110px;
  margin-bottom: 40px;
}

.service_txt_time {
  display: flex;
  align-items: center;
  margin-bottom: 62px;
  font-size: 2.0rem;
}

.service_txt_time-photo {
  margin-right: 10px;
}

.service_txt_txt {
  line-height: 2.2;
  font-size: 1.8rem;
  margin-bottom: 44px;
}

.service_txt_comment {
  margin-top: 50px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.service_txt_comment_tag {
  background: #ffffff;
  padding: 10px 22px 10px 22px;
  margin-right: 18px;
}

.service_more {
  position: absolute;
  top: 620px;
  right: 80px;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 600;
  margin-right: 5px;
}

.service_more a {
  position: relative;
  padding-right: 65px;
  transition: 0.3s;
  display: block;
}

.service_more_icon {
  position: absolute;
  top: -13px;
  right: 0;
  width: 48px;
  height: 48px;
}

.service_more_icon img {
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.service_more_icon .service_more-img {
  position: relative;
  z-index: 2;
}

.service_more_icon .service_more-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.service_more a:hover {
  opacity: 1;
}

.service_more:hover .service_more-img {
  opacity: 0;
}

.service_more:hover .service_more_icon .service_more-img-o {
  opacity: 1;
}

.service_photo {
  width: 49%;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
}

.service_photo img {
  height: 693px;
  width: 100%;
  object-fit: cover;
}

.service_item-cafe .service_txt_time img {
  width: 92px;
  height: auto;
}

.service_item-syokudo .service_txt_time img {
  width: 86px;
  height: auto;
}
.service_item-syokudo .service_txt {
  padding-left: 0;
  padding-right: 110px;
}
.service_item-syokudo .service_txt_inner {
  margin-left: auto;
}
.service_item-syokudo .service_more {
  left: 73px;
  right: auto;
}
.service_item-syokudo .service_photo {
  left: 0;
  right: auto;
}

.service_item-ichiba .service_txt_time img {
  width: 72px;
  height: auto;
}

@media only screen and (max-width: 1450px) {
  .service_photo {
    width: 40%;
  }
  .service_txt {
    padding-left: 40px;
  }
  .service_item-syokudo .service_txt {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1080px) {
  .service_txt_inner {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .service {
    margin-top: 47px;
  }
  .service_ttl_main {
    font-size: 1.8rem;
    text-align: center;
  }
  .service_ttl_en {
    font-size: 1.0rem;
    text-align: center;
    padding-top: 5px;
  }
  .service_list {
    margin-top: 25px;
  }
  .service_item {
    margin-bottom: 20px;
  }
  .service_txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 42px;
  }
  .service_txt_inner {
    width: auto;
  }
  .service_txt_ttl {
    font-size: 2.6rem;
    padding-top: 31px;
    margin-bottom: 20px;
  }
  .service_txt_time {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .service_txt_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .service_txt_comment {
    margin-top: 25px;
    font-size: 1.4rem;
    display: block;
  }
  .service_txt_comment_tag {
    padding: 5px 15px 5px 15px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 19px;
  }
  .service_txt_comment_txt {
    line-height: 1.6;
  }
  .service_more {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 1.4rem;
    margin-right: 0;
    margin-top: 45px;
  }
  .service_more a {
    position: relative;
    padding-right: 35px;
  }
  .service_more_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -6px;
    right: 0;
  }
  .service_more_icon img {
    width: 30px;
    height: 30px;
  }
  .service_photo {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .service_photo img {
    height: 276px;
    width: 100%;
    object-fit: cover;
  }
  .service_item-cafe {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .service_item-cafe .service_txt {
    order: 2;
    width: 100%;
  }
  .service_item-cafe .service_photo {
    order: 1;
  }
  .service_item-cafe .service_txt_time img {
    width: 61px;
    height: auto;
  }
  .service_item-syokudo .service_txt_time img {
    width: 59px;
    height: auto;
  }
  .service_item-syokudo .service_txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service_item-syokudo .service_txt_inner {
    margin-left: auto;
  }
  .service_item-syokudo .service_more {
    left: 0px;
    right: auto;
  }
  .service_item-syokudo .service_photo {
    left: 0;
    right: auto;
  }
  .service_item-ichiba {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .service_item-ichiba .service_txt {
    order: 2;
    width: 100%;
  }
  .service_item-ichiba .service_photo {
    order: 1;
  }
  .service_item-ichiba .service_txt_time img {
    width: 53px;
    height: auto;
  }
}

.workshop {
  background: #F2F2F2;
  padding-bottom: 145px;
}

.workshop_service_item {
  position: relative;
}

.workshop_service_photo {
  width: 50%;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
}

.workshop_service_photo img {
  height: 693px;
  width: 100%;
  object-fit: cover;
}

.workshop_service_txt {
  padding-right: 110px;
  padding-bottom: 140px;
  position: relative;
}

.workshop_txt_inner {
  width: 725px;
  margin-left: auto;
}

.workshop_service_txt_ttl {
  font-size: 5.3rem;
  font-weight: 600;
  padding-top: 110px;
  margin-bottom: 40px;
}

.workshop_service_txt_time {
  display: flex;
  align-items: center;
  margin-bottom: 62px;
  font-size: 2.0rem;
}

.workshop_txt_time-photo {
  margin-right: 10px;
}

.workshop_txt_time-photo img {
  width: 72px;
  height: auto;
}

.workshop_txt_txt {
  line-height: 2.2;
  font-size: 1.8rem;
  margin-bottom: 44px;
}

.workshop_service_txt_comment {
  margin-top: 50px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.workshop_service_txt_comment_tag {
  background: #ffffff;
  padding: 10px 22px 10px 22px;
  margin-right: 18px;
}

.workshop_service_more {
  position: absolute;
  top: 620px;
  left: 145px;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 600;
  margin-right: 5px;
}

.workshop_service_more a {
  position: relative;
  padding-right: 65px;
  transition: 0.3s;
  display: block;
}

.workshop_service_more_icon {
  position: absolute;
  top: -13px;
  right: 0;
  width: 48px;
  height: 48px;
}

.workshop_service_more_icon img {
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.workshop_service_more_icon .workshop_service_more-img {
  position: relative;
  z-index: 2;
}

.workshop_service_more_icon .workshop_service_more-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.workshop_service_more a:hover {
  opacity: 1;
}

.workshop_service_more:hover .workshop_service_more-img {
  opacity: 0;
}

.workshop_service_more:hover .workshop_service_more_icon .workshop_service_more-img-o {
  opacity: 1;
}

@media only screen and (max-width: 1700px) {
  .workshop_service_photo {
    width: 40%;
  }
}

@media only screen and (max-width: 1500px) {
  .workshop_service_txt {
    padding-right: 40px;
  }
  .workshop_txt_inner {
    width: 500px;
  }
}

@media only screen and (max-width: 930px) {
  .workshop_txt_inner {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .workshop {
    padding-bottom: 33px;
  }
  .workshop_service_photo {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .workshop_service_photo img {
    height: 276px;
  }
  .workshop_service_txt {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 42px;
  }
  .workshop_txt_inner {
    width: auto;
    margin-left: auto;
  }
  .workshop_service_txt_ttl {
    font-size: 2.6rem;
    padding-top: 31px;
    margin-bottom: 20px;
  }
  .workshop_service_txt_time {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .workshop_txt_time-photo img {
    width: 53px;
    height: auto;
  }
  .workshop_txt_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .workshop_service_txt_comment {
    margin-top: 25px;
    font-size: 1.4rem;
    display: block;
  }
  .workshop_service_txt_comment_tag {
    padding: 5px 15px 5px 15px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 19px;
  }
  .workshop_service_txt_comment_txt {
    line-height: 1.6;
  }
  .workshop_service_more {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    font-size: 1.4rem;
    margin-right: 0;
    margin-top: 45px;
  }
  .workshop_service_more a {
    position: relative;
    padding-right: 35px;
  }
  .workshop_service_more_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -6px;
    right: 0;
  }
  .workshop_service_more_icon img {
    width: 30px;
    height: 30px;
  }
}

.workshop_list {
  max-width: 1702px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 45px;
}

.workshop_item {
  width: 544px;
  margin-left: 35px;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 68px;
}

.workshop_item:nth-of-type(3n+1) {
  margin-left: 0;
}

.workshop_itemlink {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 48px;
  height: 48px;
}

.workshop_itemlink img {
  display: block;
  width: 48px;
  height: auto;
  transition: 0.3s;
}

.workshop_itemlink .workshop_itemlink-img {
  position: relative;
  z-index: 2;
}

.workshop_itemlink .workshop_itemlink-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.workshop_itemlink a:hover {
  opacity: 1;
}

.workshop_itemlink:hover .workshop_itemlink-img {
  opacity: 0;
}

.workshop_itemlink:hover .workshop_itemlink-img-o {
  opacity: 1;
}

.workshop_item_photo img {
  width: 100%;
  height: 321px;
  object-fit: cover;
}

.workshop_item_tag {
  font-size: 1.2rem;
  font-weight: 500;
  width: 115px;
  height: 26px;
  text-align: center;
  border: 1px solid #707070;
  background: #FFFFFF;
  border-radius: 50px;
  padding-top: 5px;
  position: absolute;
  top: 346px;
  right: 0;
}

.workshop_item_date {
  margin-top: 27px;
  font-size: 1.8rem;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #F7E618 60%);
  padding-bottom: 4px;
  display: inline-block;
}

.workshop_item_ttl {
  margin-top: 20px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

.workshop_item_txt {
  margin-top: 20px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.workshop_linkbtn {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  width: 642px;
  margin: 0 auto;
  border: 1px solid #707070;
  background: #FFFFFF;
  position: relative;
  transition: 0.3s;
}

.workshop_linkbtn:hover {
  border: 1px solid #F7E618;
  background: #F7E618;
}

.workshop_linkbtn a {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 1;
}

.workshop_link_more_icon {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.workshop_link_more_icon img {
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.workshop_link_more_icon .workshop_link_more-img {
  position: relative;
  z-index: 2;
}

.workshop_link_more_icon .workshop_link_more-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.workshop_linkbtn a:hover {
  opacity: 1;
}

.workshop_linkbtn a:hover .workshop_link_more-img {
  opacity: 0;
}

.workshop_linkbtn a:hover .workshop_link_more_icon .workshop_link_more-img-o {
  opacity: 1;
}


@media only screen and (max-width: 1700px) {
  .workshop_list {
    padding-left: 35px;
    padding-right: 35px;
  }
  .workshop_item {
    width: calc((100% - 70px) / 3);
    margin-left: 35px;
  }
}

@media only screen and (max-width: 1300px) {
  .workshop_item {
    width: calc((100% - 35px) / 2);
    margin-left: 35px;
  }
  .workshop_item:nth-of-type(3n+1) {
    margin-left: 35px;
  }
  .workshop_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .workshop_list {
    display: block;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .workshop_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
    padding-bottom: 40px;
  }
  .workshop_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .workshop_itemlink {
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .workshop_item_photo img {
    height: 197px;
  }
  .workshop_item_tag {
    position: absolute;
    top: 215px;
    right: 0;
  }
  .workshop_item_date {
    margin-top: 20px;
    font-size: 1.5rem;
    background: linear-gradient(transparent 60%, #F7E618 60%);
    padding-bottom: 4px;
  }
  .workshop_item_ttl {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .workshop_item_txt {
    font-size: 1.4rem;
    margin-top: 13px;
    line-height: 1.7;
  }
  .workshop_linkbtn {
    font-size: 1.4rem;
    width: calc(100% - 40px);
    max-width: 335px;
  }
  .workshop_linkbtn a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .workshop_link_more_icon {
    width: 24px;
    height: 24px;
  }
  .workshop_link_more_icon img {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .service-rental {
    margin-top: 20px;
  }
  .service_item-rental {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .service_item-rental .service_txt {
    order: 2;
  }
  .service_item-rental .service_photo {
    order: 1;
  }
}

.f_about_link {
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  background-image: url("../img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.f_about_link:hover {
  opacity: 1;
}

.f_about {
  max-width: 1600px;
  height: 511px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0,0,0,0.43);
  transition: 0.3s;
}

.f_about_link:hover .f_about {
  background-color: transparent;
}

.f_about_ttl {
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.f_about_ttl_main {
  font-size: 3.6rem;
  font-weight: 600;
}

.f_about_ttl_en {
  font-size: 1.6rem;
  padding-top: 15px;
}

.f_about_more {
  position: absolute;
  right: 43px;
  bottom: 42px;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 600;
  margin-right: 5px;
}

.f_about_more_link {
  position: relative;
  padding-right: 65px;
  color: #FFFFFF;
}

.f_about_more_icon {
  position: absolute;
  top: -8px;
  right: 0;
  width: 48px;
  height: 48px;
}

.f_about_more_icon img {
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.f_about_more_icon .f_about_more-img {
  position: relative;
  z-index: 2;
}

.f_about_more_icon .f_about_more-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.f_about_link:hover {
  opacity: 1;
}

.f_about_link:hover .f_about_more-img {
  opacity: 0;
}

.f_about_link:hover .f_about_more_icon .f_about_more-img-o {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .f_about {
    height: 255px;
    background-position: center;
  }
  .f_about_ttl_main {
    font-size: 1.8rem;
    text-align: center;
  }
  .f_about_ttl_en {
    font-size: 1.0rem;
    text-align: center;
    padding-top: 5px;
  }
  .f_about_more {
    position: absolute;
    right: 30px;
    bottom: 21px;
    font-size: 1.0rem;
  }
  .f_about_more_link {
    padding-right: 35px;
  }
  .f_about_more_icon {
    width: 24px;
    height: 24px;
    top: -4px;
  }
  .f_about_more_icon img {
    width: 24px;
    height: 24px;
  }
}

.f_supporter_link {
  display: block;
}

.f_supporter {
  width: 100%;
  height: 609px;
  background-image: url("../img/supporter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 85px;
}

.f_supporter_wrapper {
  width: 60%;
  background: rgba(255,255,255,0.66);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.f_supporter_inner {
  max-width: 930px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 78px;
  padding-bottom: 60px;
}

.f_supporter_left {
  margin-right: 75px;
}

.f_supporter_ttl_main {
  font-size: 3.6rem;
  font-weight: 600;
}

.f_supporter_ttl_en {
  font-size: 1.6rem;
  padding-top: 15px;
}

.f_supporter_more {
  font-size: 2.0rem;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 58px;
}

.f_supporter_more_link {
  position: relative;
  padding-right: 65px;
}

.f_supporter_more_icon {
  position: absolute;
  top: -8px;
  right: 0;
  width: 48px;
  height: 48px;
}

.f_supporter_more_icon img {
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.f_supporter_more_icon .f_supporter_more-img {
  position: relative;
  z-index: 2;
}

.f_supporter_more_icon .f_supporter_more-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.f_supporter_link:hover {
  opacity: 1;
}

.f_supporter_link:hover .f_supporter_more-img {
  opacity: 0;
}

.f_supporter_link:hover .f_supporter_more_icon .f_supporter_more-img-o {
  opacity: 1;
}

.f_supporter_right {
  width: 521px;
  padding-right: 77px;
}

.f_supporter_right p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.22;
}

@media only screen and (max-width: 1580px) {
  .f_supporter_inner {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .f_supporter_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .f_supporter {
    height: auto;
    margin-top: 24px;
    padding-top: 165px;
    background-size: 150%;
    background-position: top right;
  }
  .f_supporter_wrapper {
    width: 100%;
    background: rgba(255,255,255,1);
    position: relative;
    top: 0;
    transform: none;
    padding-bottom: 100px;
  }
  .f_supporter_inner {
    margin-left: auto;
    display: block;
    padding-top: 22px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .f_supporter_left {
    margin-right: 0;
  }
  .f_supporter_ttl_main {
    font-size: 1.8rem;
  }
  .f_supporter_ttl_en {
    font-size: 1.0rem;
    padding-top: 5px;
  }
  .f_supporter_more {
    font-size: 1.4rem;
    margin-right: 0;
    margin-top: 40px;
    position: absolute;
    bottom: 28px;
    right: 20px;
  }
  .f_supporter_more_link {
    position: relative;
    padding-right: 35px;
  }
  .f_supporter_more_icon {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .f_supporter_more_icon img {
    width: 24px;
    height: 24px;
  }
  .f_supporter_right {
    width: auto;
    padding-right: 0;
    margin-top: 27px;
  }
  .f_supporter_right p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.f_service {
  padding-top: 140px;
  background: #F2F2F2;
  padding-bottom: 88px;
}

.f_service_list {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.f_service_itemlink {
  display: block;
  width: 511px;
  margin-left: 29px;
  margin-bottom: 38px;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 68px;
}

.f_service_itemlink:hover {
  background: #FAF39D;
  opacity: 1;
}

.f_service_itemlink:nth-of-type(3n+1) {
  margin-left: 0;
}

.f_service_photo img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}

.f_service_txt {
  margin-top: 38px;
  margin-left: 50px;
  margin-right: 50px;
}

.f_service_txt_ttl {
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.f_service_txt p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.f_service_link {
  position: absolute;
  bottom: 20px;
  right: 34px;
  width: 48px;
  height: 48px;
}

.f_service_link img {
  display: block;
  width: 48px;
  height: auto;
  transition: 0.3s;
}

.f_service_link .f_service_link-img {
  position: relative;
  z-index: 2;
}

.f_service_link .f_service_link-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.f_service_itemlink:hover {
  opacity: 1;
}

.f_service_itemlink:hover .f_service_link-img {
  opacity: 0;
}

.f_service_itemlink:hover .f_service_link-img-o {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .f_service_list {
    padding-left: 29px;
    padding-right: 29px;
  }
  .f_service_itemlink {
    width: calc((100% - 58px) / 3);
    margin-left: 29px;
  }
}

@media only screen and (max-width: 1000px) {
  .f_service_itemlink {
    width: calc((100% - 29px) / 2);
    margin-left: 29px;
  }
  .f_service_itemlink:nth-of-type(3n+1) {
    margin-left: 29px;
  }
  .f_service_itemlink:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .f_service {
    padding-top: 37px;
    padding-bottom: 32px;
  }
  .f_service_list {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .f_service_itemlink {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .f_service_itemlink:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .f_service_itemlink::after {
    content: '';
    background-image: url("../img/arrow-y.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .f_service_link img {
    display: none;
  }
  .f_service_item {
    display: flex;
  }
  .f_service_photo {
    width: 138px;
  }
  .f_service_photo img {
    height: 100%;
    min-height: 115px;
  }
  .f_service_txt {
    width: calc(100% - 199px);
    margin-top: 18px;
    margin-left: 16px;
    margin-right: 45px;
    padding-bottom: 10px;
  }
  .f_service_txt_ttl {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .f_service_txt p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}


