@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

figure {
  width: 100%;
  min-height: 0%;
  margin: 0 auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  transition: 0.3s;
}
a img {
  display: inline-block;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.text__common {
  line-height: 1.636;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .text__common {
    font-size: 2.4rem;
  }
}
.text__common + .text__common {
  margin-top: 4rem;
}
.text__common_left {
  text-align: left;
}
.text__common_center {
  text-align: center;
}
.text__common_link {
  line-height: inherit;
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  color: #0085FF;
}
.text__common_nolink {
  pointer-events: none;
}

.font__weight_block {
  font-weight: bold;
}
.font__family_mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 0.585vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.32vw;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #211816;
}
@media only screen and (max-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

.main {
  display: block;
  width: 100%;
  overflow: hidden;
}

.section__content {
  max-width: 164rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__content {
    padding: 0 5rem;
  }
}
.section__content_s {
  max-width: 146.8455rem;
}
.section__inner {
  max-width: 129.5rem;
  width: 100%;
  margin: 0 auto;
}
.section__inner_content {
  max-width: 107.5rem;
  width: 100%;
  margin: 0 auto;
}
.section__bg_gray {
  background: #EDECEB;
}
.section__bg_yellow {
  background: rgba(237, 236, 208, 0.15);
}

.pages-ttl__common_verti {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  font-size: 10rem;
}
.pages-ttl__common_verti span {
  font-size: 2.8rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_verti span {
    margin-left: 20px;
    font-size: 2.2rem;
    vertical-align: middle;
    font-weight: 100;
  }
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_verti {
    margin: 0 0 5rem;
    position: relative;
    top: auto;
    left: auto;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: left;
    -webkit-text-orientation: unset;
            text-orientation: unset;
    font-size: 5.1rem;
  }
}
.pages-ttl__common_sub {
  display: block;
  padding: 1.95rem 0 1.35rem;
  border-bottom: 0.1rem solid #000;
  line-height: 1;
  text-align: right;
  font-size: 3.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_sub {
    display: none;
  }
}
.pages-ttl__common_sub-left {
  text-align: left;
}
.pages-ttl__common_sub-white {
  border-bottom: 0.1rem solid #FFF;
  color: #FFF;
}
.pages-ttl__common_news, .pages-ttl__common_photo, .pages-ttl__common_talk, .pages-ttl__common_greeting, .pages-ttl__common_research {
  padding-top: 16.446rem;
  left: -2rem;
  font-size: 8rem;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_news, .pages-ttl__common_photo, .pages-ttl__common_talk, .pages-ttl__common_greeting, .pages-ttl__common_research {
    padding-top: 0;
    padding-left: 11.1rem;
    left: auto;
    font-size: 5.1rem;
  }
}
.pages-ttl__common_news::before, .pages-ttl__common_photo::before, .pages-ttl__common_talk::before, .pages-ttl__common_greeting::before, .pages-ttl__common_research::before {
  content: "";
  width: 14.5rem;
  height: 14.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_news::before, .pages-ttl__common_photo::before, .pages-ttl__common_talk::before, .pages-ttl__common_greeting::before, .pages-ttl__common_research::before {
    width: 9.3rem;
    height: 9.3rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.pages-ttl__common_news::before {
  background-image: url(/fukkor/10th/img/logo_news.svg);
}
.pages-ttl__common_photo {
  top: 6.5rem;
  left: auto;
  right: -2rem;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_photo {
    top: auto;
    left: auto;
    right: auto;
  }
}
.pages-ttl__common_photo::before {
  background-image: url(/fukkor/10th/img/icon_photo.svg);
}
.pages-ttl__common_talk {
  font-feature-settings: "palt";
}
.pages-ttl__common_talk::before {
  background-image: url(/fukkor/10th/img/icon_talk.svg);
}
.pages-ttl__common_greeting {
  top: 6rem;
  left: auto;
  right: -2rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_greeting {
    top: auto;
    left: auto;
    right: auto;
  }
}
.pages-ttl__common_greeting::before {
  background-image: url(/fukkor/10th/img/icon_greeting.svg);
}
.pages-ttl__common_research {
  top: 7rem;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_research {
    top: auto;
  }
}
.pages-ttl__common_research::before {
  background-image: url(/fukkor/10th/img/icon_research.svg);
}
.pages-ttl__common_ptn1 {
  margin: 0 0 4.5rem auto;
  line-height: 1.3;
  text-align: right;
  font-size: 7.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_ptn1 {
    font-size: calc(7.1rem / 1.6);
  }
}
.pages-ttl__common_ptn-talk {
  border-bottom: 0.1rem solid #B64C95;
}
.pages-ttl__common_header {
  line-height: 1;
  font-size: 5.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .pages-ttl__common_header {
    font-size: 4.5rem;
  }
}

.btn {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.btn__round {
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .btn__round {
    border-radius: 100px;
  }
}
.btn__round_100 {
  border-radius: 100px;
}
.btn__border {
  border: 1px solid #211816;
}
.btn__orange {
  background: #EE8100;
  color: #FFF;
}
.btn__arrow {
  display: inline-block;
}
.btn__arrow::after {
  content: ">";
  display: inline-block;
  margin-left: 1rem;
}
.btn__arrow_before::before {
  content: ">";
  display: inline-block;
  margin-right: 1rem;
}
.btn__plus {
  display: inline-block;
}
.btn__plus::after {
  content: "+";
  display: inline-block;
  margin-left: 1rem;
}
.btn__news_more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 14.3rem;
  height: 4rem;
  margin: 2.1rem 0 0;
  padding-left: 2.5rem;
  box-sizing: border-box;
  background: url(/fukkor/10th/img/btn_more_bg.svg) 50% 50% no-repeat;
  background-size: 100%;
  line-height: 1;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .btn__news_more {
    width: calc(14.3rem * 1.6);
    height: calc(4rem * 1.6);
  }
}

.parallax__low, .parallax__middle, .parallax__lowmiddle, .parallax__fast {
  transition: 0.1s ease-out;
}

.mt-5 {
  margin-top: 5px;
}

.trimming-img::before {
  content: "";
  display: block;
  background: #000;
  padding-top: 100%;
}

.trimming-img {
  position: relative;
  overflow: hidden;
}

.header {
  position: relative;
}
.header__content {
  max-width: 164rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.header__pages {
  padding: 5rem 0 2.6rem;
  box-sizing: border-box;
  border-bottom: 3rem solid #EDECEB;
}
@media only screen and (max-width: 768px) {
  .header__pages {
    padding: 3rem 0;
    border-bottom: 4rem solid #EDECEB;
  }
}
.header__pages_icon {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.header__pages_img {
  width: 10.5rem;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .header__pages_img {
    width: 9.5rem;
    margin-right: 10px;
  }
}
.header__menu {
  width: 6rem;
  height: 6rem;
  position: fixed;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .header__menu {
    width: 8rem;
    height: 7rem;
    top: 2rem;
    right: 2rem;
  }
}
.header__menu::before, .header__menu::after,
.header__menu span {
  content: "";
  width: 100%;
  height: 1rem;
  background: #4D4D4D;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in;
}
.header__menu::before {
  top: 0;
}
.header__menu::after {
  bottom: 0;
}
.header__menu span {
  top: 50%;
  transform: translateY(-50%);
}
.header__global {
  height: 100vh;
  padding: 8.4rem 4rem 8rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: -53rem;
  overflow: hidden;
  overflow-y: auto;
  z-index: 10;
  transition: 0.4s ease-out;
}
.header__global_list {
  width: 42rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}
.header__global_item {
  border-bottom: 0.1rem solid #FFF;
  box-sizing: border-box;
}
.header__global_link {
  display: block;
  padding: 3rem 0.6rem;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 300;
  color: #FFF;
}
.header__global_arrow {
  position: relative;
}
.header__global_arrow::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.1rem solid #FFF;
  border-right: 0.1rem solid #FFF;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%) rotate(45deg);
}
.header__global_close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 3.2rem;
  right: 4rem;
  cursor: pointer;
}
.header__global_close::before, .header__global_close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FFF;
  position: absolute;
  left: 0;
}
.header__global_close::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__global_close::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.header__global_nolink {
  pointer-events: none;
}

.header__sns {
  padding-bottom: 2.45rem;
}

.header__sns_ttl {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
}

.header__sns_wrap {
  display: flex;
  justify-content: space-between;
}

.header__sns_item {
  display: inline-block;
  padding: 0.5rem 1.75rem;
  border: 0.1rem solid #FFF;
  border-radius: 1.3rem;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 300;
  color: #FFF;
}

.footer {
  padding: 5rem 0;
  background: #4D4D4D;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 9rem 0 5rem;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 164rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .footer__content {
    display: block;
    width: auto;
    padding: 0 4rem;
  }
}
.footer__info {
  padding: 0 0 0 3.3rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer__info {
    padding: 0;
  }
}
.footer__info_logo {
  width: 33rem;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .footer__info_logo {
    width: 23.5717rem;
  }
}
.footer__info_address {
  margin: 0;
  line-height: 1.866667;
  font-size: 1.5rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .footer__info_address {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 2rem;
  }
}
.footer__nav_list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .footer__nav_list {
    justify-content: flex-start;
  }
}
.footer__nav_item {
  display: inline-block;
  margin-left: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .footer__nav_item {
    margin: 0 3.3rem 0 0;
  }
}
.footer__nav_link {
  line-height: 1;
  text-decoration: underline;
  font-size: 1.7rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .footer__nav_link {
    font-size: 2rem;
  }
}

.breadcrumbs {
  padding: 2rem 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__list_item {
  margin-right: 0.8rem;
  padding-right: 2rem;
  position: relative;
  line-height: 1;
  font-size: 1.7rem;
}
.breadcrumbs__list_item::after {
  content: ">";
  position: absolute;
  top: 42%;
  right: 0;
  transform: translateY(-50%);
}
.breadcrumbs__list_item:last-child::after {
  display: none;
}
.breadcrumbs__list_link {
  text-decoration: none;
  color: #211816;
}

.modal__wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal__wrap_item {
  max-width: 85rem;
  width: 100%;
  padding: 9rem 6rem 3rem;
  box-sizing: border-box;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .modal__wrap_item {
    width: calc(100% - 10rem);
    padding: 9rem 3rem 3rem;
  }
}
.modal__wrap_close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}

.modal__wrap_close::before, .modal__wrap_close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FFF;
  position: absolute;
  left: 0;
}

.modal__wrap_close::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.modal__wrap_close::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.modal__img img {
  margin: 0 auto 3rem;
}

.modal__img figcaption {
  line-height: 1.44;
  font-size: 2.4rem;
  font-weight: 300;
  color: #FFF;
}

.modal__photo {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .modal__photo {
    flex-direction: column;
  }
}
.modal__photo_img {
  width: 44rem;
}

@media only screen and (max-width: 768px) {
  .modal__photo_img {
    width: 100%;
    margin: 0 0 3rem;
  }

  .modal__photo_img img {
    width: 70%;
    margin: 0 auto;
  }
}
.modal__photo_cont {
  width: calc(100% - 48rem);
  text-align: left;
  line-height: 2.4;
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .modal__photo_cont {
    width: 100%;
  }
}
.modal__photo_ttl {
  margin: 0;
  line-height: 1.6;
  font-size: 2.4rem;
}

.modal__photo_name {
  margin: 0 0 2rem auto;
  line-height: 2;
  text-align: right;
}

.modal__photo_desc {
  margin: 0 0 2rem;
}

.modal__photo_info {
  margin: 0;
  line-height: 1.5;
  font-size: 1.6rem;
}

.carousel__modal {
  max-width: 109rem;
  padding: 9rem 6rem;
}

@media only screen and (max-width: 768px) {
  .carousel__modal {
    padding: 9rem 3rem;
  }
}
.carousel__modal_btn {
  cursor: pointer;
}

.carousel__modal_cont, .carousel__modal_info {
  display: none;
}

.img__modal_btn {
  cursor: pointer;
}

.modal__wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.modal__wrap_item {
  max-width: 85rem;
  width: 100%;
  padding: 9rem 6rem 3rem;
  box-sizing: border-box;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .modal__wrap_item {
    width: calc(100% - 10rem);
    padding: 9rem 3rem 3rem;
  }
}
.modal__wrap_close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.modal__wrap_close::before, .modal__wrap_close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FFF;
  position: absolute;
  left: 0;
}
.modal__wrap_close::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.modal__wrap_close::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.modal__img img {
  margin: 0 auto 3rem;
}
.modal__img figcaption {
  line-height: 1.44;
  font-size: 2.4rem;
  font-weight: 300;
  color: #FFF;
}
.modal__photo {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .modal__photo {
    flex-direction: column;
  }
}
.modal__photo_img {
  width: 44rem;
}
.modal__photo_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .modal__photo_img {
    width: 100%;
    margin: 0 0 3rem;
  }
  .modal__photo_img img {
    width: 70%;
    margin: 0 auto;
  }
}
.modal__photo_cont {
  width: calc(100% - 48rem);
  text-align: left;
  line-height: 2.4;
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .modal__photo_cont {
    width: 100%;
  }
}
.modal__photo_ttl {
  margin: 0;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 800;
}
.modal__photo_name {
  margin: 0 0 2rem auto;
  line-height: 2;
  text-align: right;
  font-weight: 800;
}
.modal__photo_desc {
  margin: 0 0 2rem;
  font-weight: 600;
}
.modal__photo_info {
  margin: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
}

.carousel__modal {
  max-width: 109rem;
  padding: 9rem 6rem;
}
@media only screen and (max-width: 768px) {
  .carousel__modal {
    padding: 9rem 3rem;
  }
}
.carousel__modal_img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.carousel__modal_btn {
  cursor: pointer;
}
.carousel__modal_cont, .carousel__modal_info {
  display: none;
}

.img__modal_btn {
  cursor: pointer;
}


#movie .pages-ttl__common_sub{
 padding:0;
}
