@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/* 反転*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* ボタン矢印あり 「 ---\ 」*/
/*----------------------------------------------------
ページ共通
----------------------------------------------------*/
#pageHome {
  background: url(../images/common/bg_sp.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageHome {
    background: url(../images/common/bg_pc.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}

/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#slick01 {
  overflow: hidden;
}

#mv {
  padding-top: 35px;
}
@media all and (min-width: 1050px) {
  #mv {
    padding-top: 55px;
  }
}
#mv .mv_inner {
  position: relative;
}
#mv .mv_main img {
  /* -750 */
}
@media all and (max-width: 751px) {
  #mv .mv_main img {
    height: 87vh;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
#mv .mv_main {
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .mv_main img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    max-height: 687px;
  }
}
#mv .mv_main {
  /* CT⇨センターの意味*/
}
#mv .mv_title {
  position: absolute;
  padding: 10px;
}
#mv .mv_title.shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
#mv .mv_title {
  /* -750 */
}
@media all and (max-width: 751px) {
  #mv .mv_title {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  #mv .mv_title img {
    width: 298px;
  }
}
#mv .mv_title {
  /* -375 */
}
@media all and (max-width: 375px) {
  #mv .mv_title {
    bottom: 50px;
  }
  #mv .mv_title img {
    width: 250px;
  }
}
#mv .mv_title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .mv_title {
    top: 26px;
    left: 40px;
  }
  #mv .mv_title img {
    width: 50vh;
    max-width: 390px;
  }
}
@media all and (min-width: 900px) {
  #mv .mv_title {
    top: 56px;
  }
}
@media all and (min-width: 1001px) {
  #mv .mv_title img {
    width: 60vh;
    max-width: 400px;
  }
}
#mv .mv_title {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #mv .mv_title {
    left: 100px;
  }
  #mv .mv_title img {
    width: 517px;
    max-width: 527px;
  }
}
#mv .mv_english {
  display: none;
  padding: 2px 10px;
}
#mv .mv_english.shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
#mv .mv_english {
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .mv_english {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 100px;
  }
  #mv .mv_english img {
    width: 50vh;
    max-width: 200px;
  }
}
@media all and (min-width: 900px) {
  #mv .mv_english {
    bottom: 38px;
  }
}
#mv .mv_english {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #mv .mv_english {
    right: 133px;
  }
  #mv .mv_english img {
    max-width: 220px;
  }
}
@media all and (min-width: 1200px) {
  #mv .mv_english {
    right: 214px;
    bottom: 65px;
  }
}
#mv .mv_concept {
  display: none;
  padding: 5px 1px;
}
#mv .mv_concept.shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
#mv .mv_concept {
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .mv_concept {
    position: absolute;
    display: block;
    top: 50px;
    right: 100px;
    width: 27px;
  }
}
@media all and (min-width: 900px) {
  #mv .mv_concept {
    top: 70px;
    width: 29px;
  }
}
#mv .mv_concept {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #mv .mv_concept {
    right: 133px;
    width: 35px;
  }
}
@media all and (min-width: 1200px) {
  #mv .mv_concept {
    right: 214px;
  }
}
/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#newsArea {
  margin: 19px 0 49px;
}
#newsArea .box {
  padding: 29px 22px;
}
#newsArea .titleInfo {
  text-align: left;
  position: relative;
  margin: 0 0 33px;
  color: #000000;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  /* -750 */
}
@media all and (max-width: 751px) {
  #newsArea .titleInfo::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #CCCCCC;
    bottom: -12px;
  }
}
#newsArea #news .n_date {
  margin: 0px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.769;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  color: #6C6C6C;
}
#newsArea #news .n_text {
  word-break: break-all;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.769;
  text-decoration: underline;
  margin-top: 0;
}
#newsArea #news .n_text a {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  color: #000000;
  /* 751- */
}
@media all and (min-width: 751px) {
  #newsArea #news .n_text a {
    transition: all 0.3s;
  }
  #newsArea #news .n_text a:hover {
    color: #FF8282;
  }
}
#newsArea #news li {
  padding: 5px 0 2px;
}
#newsArea #news li:first-child {
  padding-top: 0;
  border-top: none;
}
#newsArea #news .mCustomScrollBox {
  /* 751- */
}
@media all and (min-width: 751px) {
  #newsArea #news .mCustomScrollBox {
    height: 10px;
  }
}
#newsArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #newsArea {
    margin: 50px 0 80px;
  }
  #newsArea .box {
    padding: 33px 0 29px 39px;
  }
  #newsArea .titleInfo {
    padding-right: 42px;
    margin-right: 46px;
    font-size: 28px;
    letter-spacing: 0.025em;
    line-height: 1.392;
  }
  #newsArea .titleInfo:after {
    content: "";
    position: absolute;
    height: 95px;
    width: 1px;
    background-color: #CCCCCC;
    top: -10px;
    right: 0;
  }
  #newsArea .titleInfo span {
    position: relative;
    top: 20px;
  }
  #newsArea #news .n_date {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.714;
    margin-right: 36px;
  }
  #newsArea #news .n_text {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1.714;
  }
  #newsArea #news li {
    display: flex;
    padding: 0;
  }
  #newsArea .box {
    display: flex;
    align-items: center;
  }
}

/*----------------------------------------------------
動画
----------------------------------------------------*/
#movie {
  margin-bottom: 46px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie {
    margin-bottom: 87px;
  }
}
#movie .sec_title {
  color: #000000;
  text-align: center;
}
#movie .sec_title span {
  display: block;
}
#movie .sec_title .en {
  position: relative;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.025em;
  line-height: 1.6667;
}
#movie .sec_title .en::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 95px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
}
#movie .sec_title .en {
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .sec_title .en {
    font-size: 60px;
    letter-spacing: 0.025em;
    line-height: 1.383;
  }
  #movie .sec_title .en::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 180px;
    background-color: #000000;
    bottom: 23px;
  }
}
#movie .sec_title .jp {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  margin-top: -10px;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .sec_title .jp {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
#movie .sec_title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .sec_title {
    margin-bottom: 21px;
  }
}
#movie .movie_wrap {
  border: 3px solid #000000;
}
#movie .caption {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .caption {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.687;
  }
}
#movie .caption.center {
  text-align: center;
}
#movie .caption.left {
  text-align: left;
}

/*----------------------------------------------------
SNS
----------------------------------------------------*/
#twInsta {
  margin-bottom: 55px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta {
    margin-bottom: 105px;
  }
}
#twInsta .col .box {
  padding: 22px 3.3333%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
#twInsta .col .box.ins {
  padding: 29px 26px 21px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .col .box.ins {
    padding: 38px 40px 40px;
  }
}
#twInsta .col:first-child .box {
  /* -750 */
}
@media all and (max-width: 751px) {
  #twInsta .col:first-child .box {
    margin: 0 0 39px;
  }
}
#twInsta .secTitle {
  text-align: center;
  margin-bottom: 37px;
}
#twInsta .secTitle span {
  position: relative;
}
#twInsta .secTitle span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 105%;
  background-color: #000;
  bottom: 1px;
}
#twInsta .secTitle.twi, #twInsta .secTitle.ins {
  /* -750 */
}
@media all and (max-width: 751px) {
  #twInsta .secTitle.twi, #twInsta .secTitle.ins {
    position: relative;
    font-size: 32px;
    letter-spacing: 0.025em;
    line-height: 1.6667;
    color: #000;
  }
}
#twInsta .secTitle.twi {
  position: relative;
}
#twInsta .secTitle.twi::after {
  content: "";
  position: absolute;
  background: url("../images/home/icon_snsarea_twitter.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
#twInsta .secTitle.ins {
  position: relative;
}
#twInsta .secTitle.ins::after {
  content: "";
  position: absolute;
  background: url("../images/home/icon_snsarea_instagram.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
#twInsta .accountArea {
  margin-top: 17px;
  text-align: center;
}
#twInsta .accountArea .instaAccount {
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.6667;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
#twInsta .accountArea .instaAccount a {
  color: #8D8D8D;
  transition: all 0.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .accountArea .instaAccount a:hover {
    opacity: 0.6;
  }
}
#twInsta .accountArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .accountArea {
    position: relative;
    margin-top: 0;
    top: -20px;
    text-align: right;
  }
}
#twInsta .btnArea {
  text-align: center;
}
#twInsta .btnArea .instaBtn {
  color: black;
  background: linear-gradient(138deg, rgb(130, 232, 126) 0%, rgb(249, 255, 106) 50%, rgb(255, 152, 70) 100%);
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.384;
  display: inline-block;
  width: 103px;
  border-radius: 27px;
  padding-top: 5px;
  margin-top: 21px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
}
#twInsta .btnArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .btnArea .instaBtn {
    margin-top: 25px;
    width: 158px;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 1.388;
    transition: all 0.7s;
  }
  #twInsta .btnArea .instaBtn:hover {
    background: linear-gradient(138deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
    color: white;
  }
}
@media all and (min-width: 1000px) {
  #twInsta .twInsta_cols {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #twInsta .twInsta_cols .col {
    width: 48%;
  }
  #twInsta .box {
    height: 360px;
  }
  #twInsta .twitter_timeline {
    height: 320px;
  }
}

/*----------------------------------------------------
お知らせ scroll bar
----------------------------------------------------*/
.scrollWrap {
  height: 150px;
  overflow-y: scroll;
  /* 751- */
}
@media all and (min-width: 751px) {
  .scrollWrap {
    height: 100px;
  }
}

.twitter_timeline {
  height: 180px;
}

.twitter_timeline {
  overflow-y: hidden;
}

.scroll_y {
  overflow-y: scroll;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  width: 8px;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
}

/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
#contents {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents {
    margin-bottom: 120px;
  }
}
#contents .sec_title {
  color: #000000;
  text-align: center;
}
#contents .sec_title span {
  display: block;
}
#contents .sec_title .en {
  position: relative;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.025em;
  line-height: 1;
}
#contents .sec_title .en::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 144px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
}
#contents .sec_title .en {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .sec_title .en {
    font-size: 60px;
    letter-spacing: 0.025em;
    line-height: 1.383;
  }
  #contents .sec_title .en::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 249px;
    background-color: #000000;
    bottom: 23px;
  }
}
#contents .sec_title .jp {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .sec_title .jp {
    margin-top: -15px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
#contents .sec_title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .sec_title {
    margin-bottom: 38px;
  }
}
#contents .imageArea {
  border: 3px solid #000000;
}
#contents .title {
  text-align: center;
  color: #000000;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.722;
  margin-top: 11px;
}
#contents .title span {
  position: relative;
}
#contents .title span::before, #contents .title span::after {
  content: "";
  position: absolute;
  background: url("../images/home/contents_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#contents .title span::before {
  transform: translateY(-50%) scale(-1, 1);
  left: -40px;
}
#contents .title span::after {
  right: -35px;
}
#contents .title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .title {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.722;
  }
}
#contents .title span::before, #contents .title span::after {
  content: "";
  position: absolute;
  background: url("../images/home/contents_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 20px;
}
#contents .lt {
  margin-bottom: 50px;
}
#contents .lt li {
  margin-bottom: 35px;
}
#contents .lt {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .lt {
    margin-bottom: 98px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents .lt li {
    width: 31%;
    transition: all 0.5s;
  }
  #contents .lt li .imageArea {
    overflow: hidden;
  }
  #contents .lt li .imageArea img {
    transition: all 0.5s;
  }
  #contents .lt li:hover {
    opacity: 0.8;
  }
  #contents .lt li:hover img {
    transform: scale(1.2, 1.2);
  }
  #contents .lt li:hover .title span::before {
    transform: translateY(-50%) scale(-1, 1);
    left: -47px;
  }
  #contents .lt li:hover .title span::after {
    right: -42px;
  }
}
#contents .lt {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #contents .lt li {
    width: 31%;
    margin-bottom: 0;
  }
}
#contents .pdfArea .pc_w490_spw1000 {
  /* -750 */
}
@media all and (max-width: 751px) {
  #contents .pdfArea .pc_w490_spw1000 a {
    margin-bottom: 10px;
  }
}
#contents .pdfArea .pc_w490_spw1000 {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .pdfArea .pc_w490_spw1000 {
    display: flex;
    justify-content: space-between;
  }
  #contents .pdfArea .pc_w490_spw1000 a {
    width: 49%;
  }
}
#contents .pdfArea .pc_w320_spw480 {
  /* -750 */
}
@media all and (max-width: 751px) {
  #contents .pdfArea .pc_w320_spw480 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .pdfArea .pc_w320_spw480 a {
    margin-bottom: 10px;
    width: 49%;
  }
}
#contents .pdfArea .pc_w320_spw480 {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .pdfArea .pc_w320_spw480 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .pdfArea .pc_w320_spw480::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  #contents .pdfArea .pc_w320_spw480 a {
    margin-bottom: 10px;
    width: 32%;
  }
}
#contents .pdfArea .pc_w320_spw480 .ban.pc_center {
  /* 751- */
}
@media all and (min-width: 751px) {
  #contents .pdfArea .pc_w320_spw480 .ban.pc_center {
    margin: 0 13px 0 auto;
  }
}
@media all and (min-width: 1000px) {
  #contents .pdfArea .pc_w320_spw480 .ban.pc_center {
    margin: 0 17px 0 auto;
  }
}
#contents .pdfArea .pc_w320_spw480 .ban.pc_center {
  /* CT⇨センターの意味*/
}
@media all and (min-width: 1101px) {
  #contents .pdfArea .pc_w320_spw480 .ban.pc_center {
    margin: 0 20px 0 auto;
  }
}

/*----------------------------------------------------
share
----------------------------------------------------*/
#snsLink {
  background-color: #000000;
  padding: 37px 0;
}
#snsLink .share {
  color: white;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.769;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}
#snsLink .lt_sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
#snsLink .lt_sns li {
  margin-right: 20px;
}
#snsLink .lt_sns .icon {
  /* -750 */
}
@media all and (max-width: 751px) {
  #snsLink .lt_sns .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
  }
}
#snsLink .lt_sns .icon img {
  width: 45px;
}
#snsLink {
  /* 751- */
}
@media all and (min-width: 751px) {
  #snsLink {
    padding: 28px 0;
  }
  #snsLink .share {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.769;
  }
  #snsLink .lt_sns .icon img {
    width: 63px;
  }
}/*# sourceMappingURL=home.css.map */