@charset "utf-8";

/* ------------------------------
 Page
------------------------------ */

/* page_head */
.page_head {
  padding-top: 196px;
}

.page_head_inner {
  width: 100%;
  height: 541px;
  position: relative;
  display: flex;
}

.page_head_ttl {
  width: 35%;
  height: 541px;
  position: relative;
}

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

.page_head_txt {
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

.page_head_en {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 17px;
  text-align: center;
}

.page_head_image {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
}

.page_head_image img {
  height: 541px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .page_head {
    padding-top: 50px;
  }
  .page_head_inner {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .page_head_ttl {
    width: 20%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 35px;
  }
  .page_head_ttl_inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
  }
  .page_head_txt {
    font-size: 1.8rem;
    display: inline-block;
  }
  .page_head_en {
    font-size: 1.0rem;
    padding-top: 5px;
  }
  .page_head_image {
    width: 80%;
    position: relative;
    top: 0;
    right: 0;
  }
  .page_head_image img {
    height: 196px;
    width: 100%;
    object-fit: cover;
  }
}




/* pankuzu */
.pankuzu {
  text-align: right;
  padding-right: 38px;
  padding-top: 23px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 768px) {
  .pankuzu {
    display: none;
  }
}




/* news */
.news_wrap {
  background: #F2F2F2;
  margin-bottom: 78px;
  padding-left: 40px;
  padding-right: 40px;
}

.news_btn_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 110px;
}

.news_btn_list_item {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 4px;
  margin-left: 20px;
}

.news_btn_list_item:first-of-type {
  margin-left: 0;
}

.news_btn_list_item a {
  display: block;
  background: #FFFFFF;
  border-radius: 50px;
  width: 153px;
  height: 31px;
  transition: 0.3s;
}

.news_btn_list_item a:hover {
  opacity: 1;
  background: #F7E618;
}

.news_list {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 53px;
  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 {
  line-height: 1.6;
  margin-right: 23px;
}

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

.news_item_link {
  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_nav {
  padding-top: 160px;
  padding-bottom: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_nav_prev {
  margin-right: 43px;
  font-size: 2.0rem;
  font-weight: 600;
}

.news_nav_prev a {
  display: block;
  position: relative;
  padding-left: 40px;
}

.news_nav_prev a::after {
  content: '';
  background-image: url("../img/list-arrow-prev.png");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.news_nav_icon img {
  width: 48px;
  height: 45px;
}

.news_nav_next {
  margin-left: 43px;
  font-size: 2.0rem;
  font-weight: 600;
}

.news_nav_next a {
  display: block;
  position: relative;
  padding-right: 40px;
}

.news_nav_next a::after {
  content: '';
  background-image: url("../img/list-arrow-next.png");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.wp-pagenavi {
  width: 310px;
  position: relative;
}

.wp-pagenavi .previouspostslink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 40px;
  font-size: 2.0rem;
  font-weight: 600;
}

.wp-pagenavi .previouspostslink::after {
  content: '';
  background-image: url("../img/list-arrow-prev.png");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-pagenavi .nextpostslink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 40px;
  font-size: 2.0rem;
  font-weight: 600;
}

.wp-pagenavi .nextpostslink::after {
  content: '';
  background-image: url("../img/list-arrow-next.png");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}


@media only screen and (max-width: 768px) {
  .news_wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .news_btn_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px;
  }
  .news_btn_list_item {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .news_btn_list_item:first-of-type {
    margin-left: 10px;
  }
  .news_btn_list_item a {
    border-radius: 25px;
    width: 103px;
    height: 21px;
  }
  .news_list {
    margin-top: 28px;
  }
  .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;
    line-height: 1.8;
  }
  .news_item_link {
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_nav {
    padding-top: 58px;
    padding-bottom: 52px;
  }
  .news_nav_prev {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .news_nav_icon img {
    width: 45px;
    height: 42px;
  }
  .news_nav_next {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .wp-pagenavi .previouspostslink {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .wp-pagenavi .nextpostslink {
    font-size: 1.7rem;
    font-weight: 500;
  }
}





/* newskiji */
.news_content {
  max-width: 1000px;
  margin: 0 auto;
}

.news_content_ttl {
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  padding-top: 104px;
  margin-bottom: 70px;
}

.news_content_info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.news_content_info_date {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-right: 30px;
}

.news_content_info_tag {
  font-size: 1.6rem;
  background: #FFFFFF;
  border-radius: 50px;
  width: 127px;
  height: 30px;
  text-align: center;
  line-height: 1.6;
  margin-top: 4px;
}

.news_content_main p {
  margin-bottom: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.news_linkbtn {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  width: 530px;
  margin: 0 auto;
  background: #000000;
  margin-top: 150px;
  transition: 0.3s;
}

.news_linkbtn a {
  display: block;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #FFFFFF;
}

.news_linkbtn a:hover {
  background: #707070;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .news_content_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 32px;
    margin-bottom: 55px;
  }
  .news_content_info {
    margin-bottom: 10px;
  }
  .news_content_info_date {
    font-size: 1.4rem;
    margin-right: 17px;
  }
  .news_content_info_tag {
    font-size: 1.1rem;
    border-radius: 25px;
    width: 103px;
    height: 21px;
    line-height: 1.8;
    margin-top: 0;
  }
  .news_content_main p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .news_linkbtn {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    max-width: 265px;
    margin-top: 42px;
  }
  .news_linkbtn a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}



/* service */
.service_inner {
  padding-top: 166px;
  margin-top: -166px;
}

.service_content {
  padding-top: 124px;
}

.service_intro {
  max-width: 1195px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.service_intro_ttl {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 58px;
}

.service_intro_txt {
  font-size: 1.8rem;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

.service_item {
  margin-top: 40px;
}

.service_photo {
  width: 100%;
}

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

.service_txt {
  padding-bottom: 94px;
  background: #F2F2F2;
  position: relative;
}

.service_txt_inner {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

.service_txt_intro {
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
  margin-bottom: 44px;
}

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

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

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

.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;
}

.service_linkbtn-pdf {
  font-size: 2.0rem;
  text-align: center;
  width: 732px;
  margin: 0 auto;
  position: relative;
  margin-top: 64px;
}

.service_linkbtn-pdf a {
  display: block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFFFFF;
  transition: 0.3s;
  opacity: 1;
  color: #000000;
}

.service_linkbtn-pdf a:hover {
  background: #000000;
  color: #FFFFFF;
}

.service_link_more_icon {
  position: absolute;
  top: 50%;
  right: 243px;
  transform: translateY(-50%);
  width: 27px;
  height: 36px;
}

.service_link_more_icon img {
  width: 27px;
  height: 36px;
  transition: 0.3s;
}

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

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

.service_linkbtn-pdf a:hover {
  opacity: 1;
}

.service_linkbtn-pdf a:hover .service_link_more-img {
  opacity: 0;
}

.service_linkbtn-pdf a:hover .service_link_more_icon .service_link_more-img-o {
  opacity: 1;
}

.service_linkbtn {
  font-size: 2.0rem;
  text-align: center;
  width: 732px;
  margin: 0 auto;
  position: relative;
  margin-top: 64px;
}

.service_linkbtn a {
  display: block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.service_linkbtn a:hover {
  background: #707070;
}

.service_item-other {
  padding-bottom: 70px;
}

.service_item-other .service_txt {
  padding-bottom: 88px;
}

.service_other_image {
  padding-top: 40px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .service_inner {
    padding-top: 50px;
    margin-top: -50px;
  }
  .service_content {
    padding-top: 21px;
  }
  .service_intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service_intro_ttl {
    font-size: 1.8rem;
    padding-bottom: 19px;
  }
  .service_intro_txt {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .service_item {
    margin-top: 20px;
  }
  .service_photo img {
    height: 276px;
    width: 100%;
    object-fit: cover;
  }
  .service_txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 42px;
  }
  .service_txt_inner {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .service_txt_ttl {
    font-size: 2.6rem;
    padding-top: 31px;
    margin-bottom: 20px;
    text-align: left;
  }
  .service_txt_time {
    margin-bottom: 15px;
    font-size: 1.3rem;
    justify-content: flex-start;
  }
  .service_txt_intro {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.7;
    text-align: left;
  }
  .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_item-cafe {
    width: 100%;
    padding-top: 15px;
  }
  .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_photo {
    left: 0;
    right: auto;
  }
  .service_item-ichiba {
    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;
  }
  .service_linkbtn-pdf {
    font-size: 1.5rem;
    width: 100%;
    max-width: 335px;
    margin-top: 35px;
  }
  .service_linkbtn-pdf a {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .service_linkbtn-pdf a::after {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
  }
  .service_linkbtn-pdf a:hover::after {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
  }
  .service_linkbtn {
    font-size: 1.5rem;
    width: 100%;
    max-width: 335px;
    margin-top: 35px;
  }
  .service_linkbtn a {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .service_link_more_icon {
    right: 20%;
    width: 18px;
    height: 25px;
  }
  .service_link_more_icon img {
    width: 18px;
    height: 25px;
  }
  .service_item-workshop .service_txt_ttl {
    text-align: center;
  }
  .service_item-rental .service_txt_ttl {
    text-align: center;
  }
  .service_item-other .service_txt_ttl {
    text-align: center;
    padding-top: 55px;
    margin-bottom: 29px;
  }
  .service_item-other {
    margin-top: 38px;
    padding-bottom: 20px;
  }
  .service_item-other .service_txt {
    padding-bottom: 32px;
  }
  .service_other_image {
    padding-top: 0;
    display: block;
  }
}



/* supporter */
.supporter_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 164px;
  padding-left: 40px;
  padding-right: 40px;
}

.supporter_item {
  margin-bottom: 190px;
}

.supporter_item_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 100px;
}

.supporter_item_wrap {
  display: flex;
}

.supporter_txt {
  margin-right: 60px;
  line-height: 2.0;
  font-size: 1.8rem;
}

.supporter_img {
  margin-top: 100px;
}

.supporter_item_img .supporter_img {
  margin-top: 0;
}

.supporter_linkbtn {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 980px;
  margin: 0 auto;
  background: #F2F2F2;
  position: relative;
  margin-top: 80px;
  transition: 0.3s;
}

.supporter_linkbtn:hover {
  background: #F7E618;
}

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

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

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

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

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

.supporter_linkbtn a:hover {
  opacity: 1;
}

.supporter_linkbtn a:hover .supporter_link_more-img {
  opacity: 0;
}

.supporter_linkbtn a:hover .supporter_link_more_icon .supporter_link_more-img-o {
  opacity: 1;
}


@media only screen and (max-width: 1060px) {
  .supporter_linkbtn {
    width: 100%;
    max-width: 670px;
  }
}

@media only screen and (max-width: 768px) {
  .supporter_wrap {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .supporter_item {
    margin-bottom: 64px;
  }
  .supporter_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .supporter_item_wrap {
    display: block;
    width: 100%;
  }
  .supporter_txt {
    margin-right: 0;
    line-height: 1.7;
    font-size: 1.4rem;
  }
  .supporter_img {
    margin-top: 25px;
  }
  .supporter_item_img .supporter_img {
    margin-top: 25px;
  }
  .supporter_linkbtn {
    font-size: 1.4rem;
    width: 100%;
    max-width: 335px;
    margin-top: 40px;
  }
  .supporter_linkbtn a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .supporter_linkbtn a::after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  .supporter_link_more_icon {
    width: 24px;
    height: 24px;
    right: 14px;
  }
  .supporter_link_more_icon img {
    width: 24px;
    height: 24px;
  }
}




/* about */
.about_inner {
  padding-top: 166px;
  margin-top: -166px;
}

.about-greeting {
  padding-top: 150px;
}

.about_ttl {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 98px;
}

.about-greeting_prof {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.about-greeting_prof_txt {
  max-width: 921px;
  margin-left: 13%;
  padding-right: 77px;
}

.about-greeting_prof_ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-bottom: 71px;
}

.about-greeting_prof_txt_txt {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

.about-greeting_prof_sign {
  margin-top: 50px;
}

.about-greeting_prof_sign img {
  width: 421px;
  height: auto;
}

.about-greeting_prof_img {
  width: 38%;
}

.about-greeting_prof_img01 img {
  height: 492px;
  width: 100%;
  object-fit: cover;
}

.about-greeting_prof_img02 {
  margin-top: 17px;
}

.about-greeting_prof_img02 img {
  height: auto;
  width: 374px;
}

.about-greeting_image {
  display: flex;
  margin-top: 112px;
}

.about-greeting_image p {
  margin-left: 6px;
}

.about-greeting_image p:first-of-type {
  margin-left: 0;
}

.about-outline {
  margin-top: 121px;
  background: #F2F2F2;
  padding-top: 108px;
  padding-bottom: 119px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-outline_info {
  width: 1280px;
  margin: 0 auto;
}

.about-outline_info th {
  font-size: 2.2rem;
  font-weight: 600;
  width: 20%;
  text-align: left;
  border-bottom: 1px solid #000000;
  padding-top: 34px;
  padding-bottom: 44px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.about-outline_info tr:nth-of-type(1) th {
  padding-top: 0;
}

.about-outline_info td {
  font-size: 1.8rem;
  font-weight: 600;
  width: 80%;
  border-bottom: 1px solid #000000;
  padding-top: 34px;
  padding-bottom: 44px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.about-outline_info tr:nth-of-type(1) td {
  padding-top: 0;
}

.about-outline_info td a {
  text-decoration: underline;
  opacity: 1;
}

.about-outline_info td a:hover {
  text-decoration: none;
}

.about-action {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 167px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-action_intro_txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 69px;
}

.about-action_ttl {
  margin-top: 170px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.38;
  border: 5px solid #C1C0C0;
  width: 459px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: 59px;
}

.about-action_txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  max-width: 1000px;
  margin: 0 auto;
}

.about-action_img {
  text-align: center;
  margin-top: 50px;
}

.about-action_img img {
  max-width: 716px;
  height: auto;
}

.about-action_linkbtn_link {
  display: block;
  position: relative;
  height: 186px;
  background: #F2F2F2;
  width: 1000px;
  margin: 0 auto;
  margin-top: 58px;
  transition: 0.3s;
}

.about-action_linkbtn_link:hover {
  background: #FAF39D;
  opacity: 1;
}

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

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

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

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

.about-action_linkbtn_link:hover {
  opacity: 1;
}

.about-action_linkbtn_link:hover .about-action_link-img {
  opacity: 0;
}

.about-action_linkbtn_link:hover .about-action_link-img-o {
  opacity: 1;
}

.about-action_linkbtn_link-supporter::before {
  content: '';
  background-image: url("../img/about-supporter-image.jpg");
  background-repeat: no-repeat;
  background-size: 226px 161px;
  width: 226px;
  height: 161px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
}

.about-action_linkbtn_link-workshop::before {
  content: '';
  background-image: url("../img/about-workshop-image.jpg");
  background-repeat: no-repeat;
  background-size: 226px 161px;
  width: 226px;
  height: 161px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
}

.about-action_linkbtn {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-action_linkbtn p {
  padding-top: 80px;
}

.about-action_list {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 60px;
}

.about-access {
  margin-top: 148px;
}

.about-access_info {
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  padding-top: 74px;
}

.about-access_info_img {
  margin-right: 74px;
  padding-left: 40px;
}

.about-access_info_img img {
  width: 149px;
  height: auto;
}

.about-access_info_txt {
  padding-bottom: 70px;
  padding-right: 40px;
}

.about-access_info_txt_ttl {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 70px;
  padding-top: 30px;
}

.about-access_info_txt_access {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.0;
  margin-bottom: 35px;
}

.about-access_info_txt_time {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.0;
}

.about-access_googlemap {
  width: 100%;
  height: 887px;
}

.about-access_googlemap iframe {
  width: 100%;
  height: 100%;
}

.about-access_traffic {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 116px;
  padding-bottom: 85px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-access_traffic_ttl {
  font-size: 2.0rem;
  font-weight: 500;
  margin-top: 210px;
  text-align: center;
  position: relative;
  margin-bottom: 54px;
}

.about-access_traffic_ttl::after {
  content: '';
  display: block;
  width: 180px;
  height: 1px;
  background: #000000;
  margin: 0 auto;
  margin-top: 10px;
}

.about-access_traffic_ttl:first-of-type {
  margin-top: 0;
}

.about-access_traffic_subttl {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-access_traffic_route {
  padding-top: 32px;
}

.about-access_traffic_route_txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  border: 1px solid #707070;
  padding: 25px 47px 25px 47px;
  margin-bottom: 61px;
}

.about-access_traffic_route_txt::after {
  content: '';
  background-image: url("../img/about-arrow.png");
  background-repeat: no-repeat;
  background-size: 13px 40px;
  width: 13px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -52px;
  left: 70px;
}

.about-access_traffic_route_txt:last-of-type::after {
  content: none;
}

@media only screen and (max-width: 1480px) {
  .about-greeting_prof_txt {
    max-width: 62%;
    margin-left: 40px;
    padding-right: 77px;
  }
}

@media only screen and (max-width: 1320px) {
  .about-outline_info {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .about-greeting_prof_ttl {
    font-size: 2.7rem;
  }
  .about-action_linkbtn_link {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 226px;
  }
}


@media only screen and (max-width: 768px) {
  .about_inner {
    padding-top: 50px;
    margin-top: -50px;
  }
  .about-greeting {
    padding-top: 37px;
  }
  .about_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .about-greeting_prof {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .about-greeting_prof_txt {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-greeting_prof_ttl {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .about-greeting_prof_txt_txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.3;
  }
  .about-greeting_prof_sign {
    margin-top: 25px;
  }
  .about-greeting_prof_sign img {
    width: 210px;
    height: auto;
  }
  .about-greeting_prof_img {
    width: 100%;
    order: 1;
    margin-bottom: 37px;
  }
  .about-greeting_prof_img01 img {
    height: 153px;
    width: 100%;
    object-fit: cover;
  }
  .about-greeting_prof_img02 img {
    height: 486px;
    width: auto;
  }
  .about-greeting_prof_img02-sp {
    display: block;
    margin-top: 32px;
  }
  .about-greeting_image {
    display: block;
    margin-top: 0px;
  }
  .about-greeting_image p {
    margin-left: 0;
    margin-top: 5px;
  }
  .about-outline {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .about-outline_info {
    width: 100%;
  }
  .about-outline_info th {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 9px;
    display: block;
  }
  .about-outline_info tr:nth-of-type(1) th {
    padding-top: 0;
  }
  .about-outline_info td {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    display: block;
    padding-left: 15px;
  }
  .about-action {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-action_intro_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 60px;
  }
  .about-action_ttl {
    margin-top: 50px;
    font-size: 1.4rem;
    border: 2px solid #C1C0C0;
    width: 100%;
    max-width: 230px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 22px;
  }
  .about-action_txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .about-action_img {
    margin-top: 30px;
  }
  .about-action_linkbtn_link {
    position: relative;
    width: 100%;
    height: 93px;
    margin-top: 30px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .about-action_linkbtn_link::after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
  }
  .about-action_linkbtn_link-supporter::before {
    background-size: 112px 80px;
    width: 112px;
    height: 80px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .about-action_linkbtn_link-workshop::before {
    background-size: 112px 80px;
    width: 112px;
    height: 80px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .about-action_linkbtn {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 1.6;
  }
  .about-action_linkbtn p {
    padding-top: 25px;
    padding-left: 135px;
  }
  .about-action_link {
    width: 24px;
    height: 24px;
    right: 13px;
  }
  .about-action_link img {
    width: 24px;
    height: auto;
  }
  .about-action_list {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  .about-access {
    margin-top: 55px;
  }
  .about-access_info {
    display: block;
    padding-top: 31px;
  }
  .about-access_info_img {
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .about-access_info_img img {
    width: 73px;
    height: auto;
  }
  .about-access_info_txt {
    margin-top: 20px;
    padding-bottom: 24px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .about-access_info_txt_ttl {
    font-size: 1.8rem;
    margin-bottom: 23px;
    padding-top: 0;
    text-align: center;
  }
  .about-access_info_txt_access {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .about-access_info_txt_access:first-of-type {
    margin-top: 0;
  }
  .about-access_info_txt_time {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .about-access_googlemap {
    width: 100%;
    height: 280px;
  }
  .about-access_traffic {
    margin-top: 35px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-access_traffic_ttl {
    font-size: 1.8rem;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .about-access_traffic_ttl::after {
    width: 160px;
    height: 1px;
    margin-top: 10px;
  }
  .about-access_traffic_ttl:first-of-type {
    margin-top: 0;
  }
  .about-access_traffic_subttl {
    font-size: 1.4rem;
    margin-bottom: 9px;
    text-align: center;
  }
  .about-access_traffic_img {
    margin-left: 36px;
    margin-right: 36px;
  }
  .about-access_traffic_route {
    padding-top: 12px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .about-access_traffic_route_txt {
    font-size: 1.4rem;
    padding: 12px 23px 12px 23px;
    margin-bottom: 31px;
  }
  .about-access_traffic_route_txt::after {
    background-size: 6px 20px;
    width: 6px;
    height: 20px;
    position: absolute;
    bottom: -25px;
    left: 35px;
  }
}




/* rental */
.rental_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 174px;
  padding-left: 40px;
  padding-right: 40px;
}

.rental_item {
  margin-bottom: 158px;
}

.rental_item_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 64px;
}

.rental_txt {
  line-height: 2.0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.rental_img {
  margin-top: 90px;
}

.rental_list {
  display: flex;
  margin-top: 40px;
  width: 100%;
}

.rental_list_item {
  line-height: 2.0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  width: 35%;
  margin-right: 20px;
}

.rental_gallery_image .prev-arrow {
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 999;
  width: 15px;
  height: auto;
  transform: translateY(-50%);
  cursor: pointer;
}

.rental_gallery_image .next-arrow {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 999;
  width: 15px;
  height: auto;
  transform: translateY(-50%);
  cursor: pointer;
}

.rental_gallery_image p {
  margin-left: 10px;
  margin-right: 10px;
}

.rental_subttl {
  display: flex;
  align-items: center;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  margin-top: 116px;
}
 
.rental_subttl::before {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #000000;
  margin-right: 115px;
}
 
.rental_subttl::after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #000000;
  margin-left: 115px;
}

.rental_pdf_list {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 121px;
}

.rental_pdf_item {
  width: 50%;
  position: relative;
  padding-left: 50px;
}

.rental_pdf_item::before {
  content: '';
  background-image: url("../img/pdf-icon.png");
  background-repeat: no-repeat;
  background-size: 27px 36px;
  width: 27px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rental_pdf_item a {
  position: relative;
}

.rental_pdf_item a:hover {
  opacity: 1;
}

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

.rental_linkbtn {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  background: #F2F2F2;
  position: relative;
  margin-top: 80px;
  transition: 0.3s;
}

.rental_linkbtn:hover {
  background: #F7E618;
}

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

.rental_linkbtn a::after {
  content: '';
  background-image: url("../img/rental-contact.png");
  background-repeat: no-repeat;
  background-size: 84px 84px;
  width: 84px;
  height: 84px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 184px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
  .rental_linkbtn {
    width: 100%;
    max-width: 670px;
  }
  .rental_linkbtn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .rental_wrap {
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 14px;
  }
  .rental_item {
    margin-bottom: 48px;
  }
  .rental_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 19px;
  }
  .rental_txt {
    line-height: 1.7;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .rental_img {
    margin-top: 15px;
  }
  .rental_list {
    display: block;
    margin-top: 20px;
  }
  .rental_list_item {
    line-height: 1.7;
    font-size: 1.4rem;
    width: 100%;
    margin-right: 0;
  }
  .rental_gallery_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .rental_gallery_image p {
    margin-left: 12px;
    margin-right: 0;
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .rental_gallery_image p:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .rental_subttl {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 40px;
  }
  .rental_subttl::before {
    margin-right: 10px;
  }
  .rental_subttl::after {
    margin-left: 10px;
  }
  .rental_pdf_list {
    display: block;
    margin-top: 31px;
  }
  .rental_pdf_item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .rental_pdf_item::before {
    content: '';
    background-image: url("../img/pdf-icon.png");
    background-repeat: no-repeat;
    background-size: 18px 24px;
    width: 18px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -18px;
    transform: none;
  }
  .rental_linkbtn {
    font-size: 1.4rem;
    width: 100%;
    max-width: 335px;
    margin-top: 39px;
  }
  .rental_linkbtn a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .rental_linkbtn a::after {
    background-size: 49px 49px;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}




/* workshop */
.tab-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tab {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 17px;
  font-size: 2.0rem;
  font-weight: 500;
}

.tab:hover {
  cursor: pointer;
}

.tab:nth-of-type(1) {
  background: #F2F2F2;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  margin-right: 44px;
  width: calc(50% - 22px);
}

.tab:nth-of-type(2) {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  width: calc(50% - 22px);
}

.tab p {
  display: inline-block;
  position: relative;
}

.tab.is-active p::after {
  content: '';
  display: block;
  border-bottom: 9px solid #F7E618;
}

.panel{
  display:none;
}

.panel.is-show{
  display:block;
}

.workshop-list_wrap {
  background: #F2F2F2;
  padding-top: 143px;
}

.workshop-list_item_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 148px;
}

.workshop-list_btn_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 106px;
}

.workshop-list_btn_list_item {
  font-size: 1.8rem;
  width: 171px;
  height: 38px;
  text-align: center;
  line-height: 1.8;
  margin-left: 38px;
}

.workshop-list_btn_list_item:first-of-type {
  margin-left: 0;
}

.workshop-list_btn_list_item a {
  display: block;
  background: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #707070;
  opacity: 1;
}

.workshop-list_btn_list_item a:hover {
  background: #F7E618;
}

.workshop-list_btn_list_item a.is-current {
  background: #F7E618;
}

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

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

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

.workshop_item {
  padding-bottom: 68px;
}

.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_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_linkbtn {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  width: 642px;
  margin: 0 auto;
  border: 1px solid #707070;
  background: #FFFFFF;
  position: relative;
}

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

.workshop_linkbtn a::after {
  content: '';
  background-image: url("../img/arrow-y.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.workshop_nav {
  padding-top: 40px;
  padding-bottom: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.workshop_nav_prev {
  margin-right: 43px;
  font-size: 2.0rem;
  font-weight: 600;
}

.workshop_nav_prev a {
  display: block;
  position: relative;
  padding-left: 40px;
}

.workshop_nav_prev a::after {
  content: '';
  background-image: url("../img/list-arrow-prev.png");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.workshop_nav_next {
  margin-left: 43px;
  font-size: 2.0rem;
  font-weight: 600;
}

.workshop_nav_next a {
  display: block;
  position: relative;
  padding-right: 40px;
}

.workshop_nav_next a::after {
  content: '';
  background-image: url("../img/list-arrow-next.png");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}


@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) {
  .tab-group {
    margin-top: 26px;
  }
  .tab {
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .tab:nth-of-type(1) {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .tab:nth-of-type(2) {
    width: calc(50% - 5px);
  }
  .tab p {
    display: inline-block;
    position: relative;
  }
  .tab.is-active p::after {
    border-bottom: 4px solid #F7E618;
  }
  .workshop-list_wrap {
    padding-top: 44px;
  }
  .workshop_list {
    display: block;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .workshop-list_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .workshop-list_btn_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 28px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .workshop-list_btn_list_item {
    font-size: 1.2rem;
    border-radius: 25px;
    width: calc(50% - 10px);
    height: 32px;
    line-height: 2.5;
    margin-top: 0;
    margin-left: 5px;
    margin-bottom: 7px;
  }
  .workshop-list_btn_list_item:first-of-type {
    margin-left: 5px;
  }
  .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);
    margin-left: 20px;
    margin-right: 20px;
  }
  .workshop_linkbtn a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .workshop_linkbtn a::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;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
  }
  .workshop_nav {
    padding-top: 39px;
    padding-bottom: 56px;
  }
  .workshop_nav_prev {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .workshop_nav_next {
    font-size: 1.7rem;
    font-weight: 500;
  }
}

.workshop-hold_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 143px;
  padding-left: 40px;
  padding-right: 40px;
}

.workshop-hold_item {
  margin-bottom: 158px;
}

.workshop-hold_item_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 148px;
}

.workshop-hold_txt {
  line-height: 2.0;
  font-size: 1.8rem;
}

.workshop-hold_info {
  margin-top: 60px;
}

.workshop-hold_info dl {
  display: flex;
  width: 100%;
}

.workshop-hold_info dt {
  line-height: 2.0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  width: 110px;
}

.workshop-hold_info dd {
  line-height: 2.0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -2rem;
  padding-left: 1rem;
}

.workshop-hold_info dd::before {
  content: '：';
  display: inline-block;
  padding-right: 2rem;
}

.workshop-hold_box {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}

.workshop-hold_box-l {
  display: flex;
  line-height: 2.0;
  font-size: 1.8rem;
  padding-top: 30px;
}

.workshop-hold_box-l_l {
  padding-right: 20px;
}

.workshop-hold_box-r {
  width: 716px;
}

.workshop-hold_pdf_list {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 121px;
}

.workshop-hold_pdf_item {
  width: 50%;
  position: relative;
  padding-left: 50px;
}

.workshop-hold_pdf_item::before {
  content: '';
  background-image: url("../img/pdf-icon.png");
  background-repeat: no-repeat;
  background-size: 27px 36px;
  width: 27px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.workshop-hold_pdf_item a {
  position: relative;
}

.workshop-hold_pdf_item a:hover {
  opacity: 1;
}

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

.workshop-hold_pdf_item a:hover::before {
  opacity: 0;
  visibility: hidden;
}

.workshop-hold_linkbtn {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  background: #F2F2F2;
  position: relative;
  margin-top: 80px;
  transition: 0.3s;
}

.workshop-hold_linkbtn:hover {
  background: #F7E618;
}

.workshop-hold_linkbtn a {
  display: block;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
}

.workshop-hold_linkbtn a::after {
  content: '';
  background-image: url("../img/rental-contact.png");
  background-repeat: no-repeat;
  background-size: 84px 84px;
  width: 84px;
  height: 84px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 184px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1150px) {
  .workshop-hold_info dt {
    width: 20%;
  }
  .workshop-hold_info dd {
    width: 80%;
  }
  .workshop-hold_box {
    display: block;
  }
  .workshop-hold_box-r {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .workshop-hold_linkbtn {
    width: 100%;
    max-width: 670px;
  }
  .workshop-hold_linkbtn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .workshop-hold_wrap {
    padding-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .workshop-hold_item {
    margin-bottom: 40px;
  }
  .workshop-hold_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 42px;
  }
  .workshop-hold_txt {
    line-height: 1.7;
    font-size: 1.4rem;
  }
  .workshop-hold_info {
    margin-top: 40px;
  }
  .workshop-hold_info dl {
    display: flex;
    width: 100%;
  }
  .workshop-hold_info dt {
    line-height: 1.7;
    font-size: 1.4rem;
    letter-spacing: 0;
    width: 35%;
  }
  .workshop-hold_info dd {
    line-height: 1.7;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-indent: -2rem;
    padding-left: 1rem;
    width: 65%;
  }
  .workshop-hold_info dd::before {
    content: '：';
    padding-right: 2rem;
  }
  .workshop-hold_box {
    display: block;
    margin-top: 20px;
  }
  .workshop-hold_box-l {
    display: flex;
    line-height: 1.7;
    font-size: 1.4rem;
    padding-top: 0;
  }
  .workshop-hold_box-l_l {
    padding-right: 0;
  }
  .workshop-hold_box-r {
    width: auto;
    margin-top: 42px;
  }
  .workshop-hold_pdf_list {
    display: block;
    margin-top: 31px;
  }
  .workshop-hold_pdf_item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .workshop-hold_pdf_item::before {
    content: '';
    background-image: url("../img/pdf-icon.png");
    background-repeat: no-repeat;
    background-size: 18px 24px;
    width: 18px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -18px;
    transform: none;
  }
  .workshop-hold_linkbtn {
    font-size: 1.4rem;
    width: 100%;
    max-width: 335px;
    margin-top: 39px;
  }
  .workshop-hold_linkbtn a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .workshop-hold_linkbtn a::after {
    background-size: 49px 49px;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}



/* workshop-page */
.p-workshop_wrap {
  background: #F2F2F2;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 78px;
  padding-bottom: 110px;
}

.p-workshop_content {
  max-width: 1200px;
  margin: 0 auto;
}

.p-workshop_content_ttl {
  font-size: 4.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  padding-top: 192px;
  margin-bottom: 50px;
}

.p-workshop_content_main p {
  margin-bottom: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.p-workshop_content_img {
  width: 100%;
  height: auto;
}

.p-workshop_content_cat_wrap {
  display: block;
  margin-top: 48px;
}

.p-workshop_content_cat {
  font-size: 1.9rem;
  font-weight: 500;
  width: auto;
  height: 43px;
  text-align: center;
  border: 1px solid #707070;
  background: #FFFFFF;
  border-radius: 50px;
  padding-top: 10px;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 10px;
  display: inline-block;
}

.p-workshop_content__date {
  margin-top: 60px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 60%, #F7E618 60%);
  padding-bottom: 4px;
  display: inline-block;
  margin-bottom: 64px;
}

.p-workshop_linkbtn {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  width: 530px;
  margin: 0 auto;
  background: #000000;
  margin-top: 150px;
  transition: 0.3s;
}

.p-workshop_linkbtn a {
  display: block;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #FFFFFF;
}

.p-workshop_linkbtn a:hover {
  background: #707070;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .p-workshop_wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 18px;
    padding-bottom: 70px;
  }
  .p-workshop_content_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 32px;
    margin-bottom: 35px;
  }
  .p-workshop_content_main p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-workshop_content_cat_wrap {
    margin-top: 20px;
  }
  .p-workshop_content_cat {
    font-size: 1.1rem;
    border-radius: 25px;
    height: 25px;
    line-height: 1.8;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .p-workshop_content__date {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .p-workshop_linkbtn {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    max-width: 265px;
    margin-top: 42px;
  }
  .p-workshop_linkbtn a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}




/* contact */
.contact_wrap {
  max-width: 1072px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 145px;
  margin-top: 110px;
}

.contact_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.contact_q {
  width: 40%;
}

.contact_q p {
  font-size: 2.4rem;
  line-height: 1.625;
}

.contact_a {
  width: 60%;
}

.contact_a_select {
  font-size: 2.5rem;
  width: 100%;
  padding: 22px 35px 22px 35px;
  font-family: 'Shippori Mincho', serif;
  -webkit-appearance: none;
  appearance: none;
}

.contact_subject {
  position: relative;
}

.contact_subject::after {
  content: '';
  position: absolute;
  right: 37px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.contact_a_input {
  font-size: 2.5rem;
  width: 100%;
  padding: 22px 35px 22px 35px;
  font-family: 'Shippori Mincho', serif;
}

.contact_a_file {
  font-size: 2.5rem;
  line-height: 2.5;
  font-family: 'Shippori Mincho', serif;
}

.contact_a_file_txt {
  font-size: 1.5rem;
  color: #AAAFAF;
}

.contact_q .contact_q_know_txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 22px;
}

.contact_q_area {
  align-self: flex-start;
}

.contact_a_area {
  font-size: 2.5rem;
  width: 100%;
  padding: 22px 35px 22px 35px;
  font-family: 'Shippori Mincho', serif;
}

.contact_q_know {
  align-self: flex-start;
}

.contact_a_check label {
  display: block;
  margin-bottom: 22px !important;
  cursor: pointer;
}

.contact_a_check input {
  opacity: 0;
  appearance: none;
  position: absolute;
}

.contact_a_check .mwform-radio-field {
  display: block;
  position: relative;
  padding-left: 70px;
  line-height: 52px;
  font-size: 2.5rem;
}

.contact_a_check label span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border: 1px solid #868D8D;
  background: #fff;
  border-radius: 40%;
}
 
.contact_a_check label span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 40%;
  background-color: #F7E618;
  opacity: 0;
  transition: all 0.3s;
}

.contact_a_check input:checked + span::after {
   opacity: 1;
 }

.contact_privacy {
  border-top: 1px solid #868D8D;
  padding-top: 30px;
  margin-top: 90px;
}

.contact_privacy p {
  text-align: center;
}

.contact_privacy input[type="checkbox"] {
  opacity:0;
  appearance: none;
  position: absolute;
}

.contact_privacy .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 70px;
  line-height: 52px;
  font-size: 1.5rem;
}

.contact_privacy .mwform-checkbox-field-text a {
  text-decoration: underline;
}

.contact_privacy .mwform-checkbox-field-text a:hover {
  text-decoration: none;
}

.contact_privacy .mwform-checkbox-field-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border: 1px solid #CDD6DD;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.contact_privacy .mwform-checkbox-field-text::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 15px;
  width: 20px;
  height: 28px;
  opacity: 0;
  transition: all 0.3s;
  border:solid #98A6B5;
	border-width:0 2px 2px 0;
	transform:rotate(45deg);
}

.contact_privacy input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.contact_submit {
  margin-top: 54px;
  text-align: center;
}

.contact_submit input {
  background: #000000;
  color: #ffffff;
  border: none;
  width: 530px;
  height: 64px;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.0rem;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 20px;
}

.contact_submit input:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .contact_wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 145px;
    margin-top: 49px;
  }
  .contact_item {
    display: block;
    margin-bottom: 20px;
  }
  .contact_q {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact_q p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .contact_q p br {
    display: none;
  }
  .contact_a {
    width: 100%;
  }
  .contact_a_select {
    font-size: 1.6rem;
    width: 100%;
    padding: 16px 17px 16px 17px;
  }
  .contact_subject::after {
    position: absolute;
    right: 17px;
    top: 20px;
  }
  .contact_a_input {
    font-size: 1.6rem;
    padding: 16px 17px 16px 17px;
  }
  .contact_a_file {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .contact_a_file_txt {
    font-size: 1.4rem;
  }
  .contact_q .contact_q_know_txt {
    font-size: 1.4rem;
    margin-top: 7px;
  }
  .contact_q .contact_q_know_txt br {
    display: none;
  }  
  .contact_a_area {
    font-size: 1.6rem;
    padding: 16px 17px 16px 17px;
  }
  .contact_a_check {
    margin-top: 15px;
  }
  .contact_a_check label {
    display: block;
    margin-bottom: 12px !important;
  }
  .contact_a_check .mwform-radio-field {
    padding-left: 35px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  .contact_a_check label span::before {
    width: 26px;
    height: 26px;
    border-radius: 40%;
  }
  .contact_a_check label span::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
  }
  .contact_privacy {
    padding-top: 24px;
    margin-top: 33px;
  }
  .contact_privacy .mwform-checkbox-field-text {
    padding-left: 35px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  .contact_privacy .mwform-checkbox-field-text::before {
    width: 26px;
    height: 26px;
  }
  .contact_privacy .mwform-checkbox-field-text::after {
    position: absolute;
    top: 2px;
    left: 8px;
    width: 10px;
    height: 15px;
  }
  .contact_submit {
    margin-top: 45px;
  }
  .contact_submit input {
    width: 100%;
    height: 66px;
    font-size: 1.6rem;
  }
}

.contact_thanks_ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 90px;
}

.contact_thanks_txt {
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .contact_thanks_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}




/* 共通 */
.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;
  }
}
