@charset "UTF-8";
/*================================================================
 *FILE          :top.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* テキストリンクホバースタイル
-----------------------------------------------------------------*/
/* アンカーリンク
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
/* 動画関連
-----------------------------------------------------------------*/
/* related documents
-----------------------------------------------------------------*/
/*
  回答前提のPDF
----------------------------------------*/
.c-questionaireMethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

.c-questionaireMethod_icon,
.c-questionaireMethod_icon_svg {
  width: 20px;
  height: 20px; }

.c-questionaireMethod_text {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline;
  display: inline-block;
  font-style: italic;
  margin-left: 8px;
  line-height: 1.3; }
  @media print, screen and (min-width: 768px) {
    .c-questionaireMethod_text:hover {
      color: #007D2E; } }

/* タイトルパーツ
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
/* NEWS
-----------------------------------------------------------------*/
/* ページネーション
-----------------------------------------------------------------*/
/* circleアニメーション
-----------------------------------------------------------------*/
/* arrowアニメーション
-----------------------------------------------------------------*/
/* 記事スタイル
-----------------------------------------------------------------*/
/* 別ウインドw
-----------------------------------------------------------------*/
.c-buttonCircle {
  text-align: center; }

.c-buttonCircle_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_link:hover .c-buttonCircle_img {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); } }
  .c-buttonCircle_link:hover .c-buttonCircle_imgDefault {
    opacity: 0; }
  .c-buttonCircle_link:hover .c-buttonCircle_imgHover {
    opacity: 1; }

.c-buttonCircle_img {
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle_img {
      width: 84px;
      height: 70px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_img {
      width: 108px;
      height: 93px; } }
  .c-buttonCircle_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.c-buttonCircle_imgHover {
  opacity: 0; }

.c-buttonCircle_text {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  line-height: 1.22; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle_text {
      font-size: 1.14286rem;
      margin-right: 8px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_text {
      font-size: 1.42857rem;
      margin-right: 16px; } }

.c-titleSimple {
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600; }

.c-titleSimple {
  letter-spacing: .02em;
  text-align: center;
  -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media print, screen and (max-width: 767px) {
    .c-titleSimple {
      font-size: 2.71429rem; } }
  @media print, screen and (min-width: 768px) {
    .c-titleSimple {
      font-size: 4rem; } }

.c-termTag {
  background-color: #007D2E;
  font-style: italic;
  color: #fff;
  padding: 3px 12px; }

.c-postMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media print, screen and (max-width: 767px) {
    .c-postMeta {
      padding-left: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-postMeta {
      padding-left: 30px; } }
  @media print, screen and (min-width: 768px) {
    .home .c-postMeta {
      padding-right: 90px; } }

.c-postMeta_date {
  font-family: "Georgia", serif;
  font-weight: bold;
  letter-spacing: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-postMeta_tax {
  position: relative;
  font-family: "Galvji", "Segoe UI", "Arial", sans-serif;
  font-style: italic;
  color: #007D2E;
  letter-spacing: 0;
  line-height: 1.71; }
  @media print, screen and (max-width: 767px) {
    .c-postMeta_tax {
      padding-left: 64px; } }
  @media print, screen and (min-width: 768px) {
    .c-postMeta_tax {
      padding-left: 96px; } }
  .c-postMeta_tax::before {
    position: absolute;
    top: calc(23px / 2);
    left: 16px;
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    @media print, screen and (max-width: 767px) {
      .c-postMeta_tax::before {
        width: 32px; } }
    @media print, screen and (min-width: 768px) {
      .c-postMeta_tax::before {
        width: 64px; } }

@media print, screen and (max-width: 767px) {
  .c-newWindow {
    margin-top: 16px;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .c-newWindow {
    margin-top: 10px;
    text-align: right; } }

.c-newWindow_link {
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .c-newWindow_link + .c-newWindow_link {
      margin-left: 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-newWindow_link + .c-newWindow_link {
      margin-left: 40px; } }
  @media print, screen and (min-width: 768px) {
    .c-newWindow_link:hover .c-newWindow_text {
      color: #007D2E; } }
  .c-newWindow_link:hover .c-newWindow_iconDefault {
    opacity: 0; }
  @media print, screen and (min-width: 768px) {
    .c-newWindow_link:hover .c-newWindow_iconHover {
      opacity: 1; } }

.c-newWindow_text {
  font-size: 1rem;
  font-style: oblique;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.c-newWindow_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 2px; }
  .c-newWindow_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }

.c-newWindow_iconHover {
  opacity: 0; }

.wrapper {
  overflow: hidden; }

.main {
  padding-top: 0 !important; }

/*
	TOPページ共通
----------------------------------------*/
.p-title {
  position: relative;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .p-title {
      margin-bottom: 28px; } }
  @media print, screen and (min-width: 768px) {
    .p-title {
      margin-bottom: 38px; } }

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

.p-title_text {
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em; }
  @media print, screen and (max-width: 767px) {
    .p-title_text {
      font-size: 3.42857rem; } }
  @media print, screen and (min-width: 768px) {
    .p-title_text {
      font-size: 5.42857rem; } }

/*=============================================

	mainVisualSection

==============================================*/
.mainVisualSection {
  position: relative;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (max-width: 1024px) {
    .mainVisualSection {
      margin-bottom: 88px; } }
  @media print, screen and (min-width: 1025px) {
    .mainVisualSection {
      margin-top: 60px;
      margin-bottom: 156px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

/*
	mainVisual_upper
----------------------------------------*/
@media print, screen and (min-width: 768px) {
  .mainVisual_upper {
    margin-right: -32px; } }

@media print, screen and (min-width: 1025px) {
  .mainVisual_upper {
    margin-top: 60px; } }

.portrait .mainVisual_upper {
  height: auto; }

.mainVisual_caption_inner {
  position: relative;
  display: block; }
  .mainVisual_caption_inner.bold {
    font-weight: 600; }
  .mainVisual_caption_inner.normal {
    font-style: italic; }

.mainVisual_caption_cover {
  background-color: #F0F0F0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.mainVisual_bg {
  text-align: right; }

.mainVisual_bg_inner {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 1024px) {
    .mainVisual_bg_inner {
      display: inline-block;
      max-width: 500px;
      width: 64.8%;
      height: 100%; } }

.mainVisual_bg_child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  height: 100%;
  aspect-ratio: 370 / 535;
  margin-left: auto;
  background-image: url(../images/top/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media print, screen and (min-width: 1025px) {
    .mainVisual_bg_child {
      width: 370px; } }
  .mainVisual_bg_child img {
    opacity: 0; }
    @media print, screen and (max-width: 1024px) {
      .mainVisual_bg_child img {
        height: 100%; } }
    @media print, screen and (min-width: 1025px) {
      .mainVisual_bg_child img {
        height: 100%; } }

/*
	mainVisual_downer
----------------------------------------*/
@media print, screen and (max-width: 1024px) {
  .mainVisual_downer {
    margin-top: 24px;
    padding: 0 8px; } }

@media print, screen and (min-width: 1025px) {
  .mainVisual_downer {
    width: calc(100% - 370px); } }

.mainVisual_title {
  display: block;
  overflow: hidden;
  letter-spacing: 0.04em;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  line-height: 0.92;
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .mainVisual_title {
      font-size: 3rem; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .mainVisual_title {
      font-size: 5.71429rem; } }
  @media print, screen and (min-width: 1025px) {
    .mainVisual_title {
      font-size: 7.14286rem; } }
  @media print, screen and (max-width: 320px) {
    .mainVisual_title {
      font-size: 2.85714rem; } }
  .mainVisual_title i {
    display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .mainVisual_title.downer {
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 768px) {
    .mainVisual_title.downer {
      margin-bottom: 20px; } }

.mainVisual_subtitle {
  display: block;
  letter-spacing: 0.03em;
  overflow: hidden;
  line-height: 1.2;
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    .mainVisual_subtitle {
      font-size: 1.57143rem; } }
  @media print, screen and (min-width: 768px) {
    .mainVisual_subtitle {
      font-size: 2.14286rem; } }
  @media print, screen and (max-width: 320px) {
    .mainVisual_subtitle {
      font-size: 1.28571rem; } }

.mainVisual_subtitle_inner {
  display: block; }

.mainvisualButton {
  position: absolute;
  left: 0;
  bottom: 100px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  @media print, screen and (min-width: 768px) {
    .mainvisualButton:hover .mainvisualButton_circle {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); } }

.mainvisualButton_text {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.21; }

.mainvisualButton_circle {
  width: 80px;
  margin: 8px auto 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

/*=============================================

	aboutSection

==============================================*/
@media print, screen and (max-width: 767px) {
  .aboutSection {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 90px; } }

@media print, screen and (min-width: 768px) {
  .aboutSection {
    margin-bottom: 136px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 1025px) {
  .aboutSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px; } }

@media print, screen and (min-width: 1025px) {
  .aboutSection .p-title {
    text-align: right; } }

@media print, screen and (max-width: 767px) {
  .aboutLeft {
    margin-bottom: 35px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutLeft {
    margin-bottom: 35px; } }

@media print, screen and (min-width: 1025px) {
  .aboutLeft {
    width: 62%; } }

/*
	aboutLeft_movie
----------------------------------------*/
.aboutLeft_movie {
  position: relative;
  overflow: hidden; }

.aboutLeft_movieTitle {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 0; }
  @media print, screen and (max-width: 767px) {
    .aboutLeft_movieTitle {
      font-size: 1.28571rem; } }
  @media print, screen and (min-width: 768px) {
    .aboutLeft_movieTitle {
      font-size: 1.07143rem; } }
  .aboutLeft_movieTitle::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #008924; }

.aboutLeft_movieImg {
  display: block; }
  .aboutLeft_movieImg img {
    width: 100%; }

/*
	aboutRight
----------------------------------------*/
.aboutRight {
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .aboutRight {
      font-size: 1.14286rem; } }
  @media print, screen and (min-width: 1025px) {
    .aboutRight {
      padding-left: 50px;
      width: 48%; } }

.aboutRight_indent {
  display: block;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .aboutRight_indent {
      padding-left: 30px; } }
  @media print, screen and (min-width: 768px) {
    .aboutRight_indent {
      padding-left: 34px; } }

.aboutText_link {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline;
  display: inline-block;
  font-style: italic; }
  @media print, screen and (min-width: 768px) {
    .aboutText_link:hover {
      color: #007D2E; } }

/*=============================================

	newsSection

==============================================*/
@media print, screen and (max-width: 767px) {
  .newsSection {
    margin: 0 15px 80px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newsSection {
    margin: 0 auto 122px; } }

@media print, screen and (min-width: 1025px) {
  .newsSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto 122px; } }

.newsSection_title {
  font-family: "Arial Narrow", "Arial", "ノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  letter-spacing: .02em; }
  @media print, screen and (max-width: 767px) {
    .newsSection_title {
      font-size: 3.42857rem; } }
  @media print, screen and (max-width: 1024px) {
    .newsSection_title {
      text-align: center;
      margin-bottom: 36px; } }
  @media print, screen and (min-width: 768px) {
    .newsSection_title {
      font-size: 5.42857rem; } }
  @media print, screen and (min-width: 1025px) {
    .newsSection_title {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 316px; } }

@media print, screen and (min-width: 1025px) {
  .newsList {
    width: calc( 100% - 316px);
    margin-top: 30px; } }

.newsList_node {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .newsList_node + .newsList_node {
    padding-top: 22px; }

.newsList_nodeLink {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .newsList_nodeLink {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      grid-template-areas: 'title title' 'date arrow'; } }
  @media print, screen and (min-width: 768px) {
    .newsList_nodeLink {
      display: block; } }
  @media print, screen and (max-width: 767px) {
    .newsList_nodeLink .c-postMeta {
      grid-area: date; } }

.newsList_nodeTitle {
  font-size: 1.28571rem;
  position: relative;
  margin-bottom: 10px;
  font-family: "Galvji", "Segoe UI", "Arial", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.34; }
  @media print, screen and (max-width: 767px) {
    .newsList_nodeTitle {
      grid-area: title;
      padding-left: 20px; } }
  @media print, screen and (min-width: 768px) {
    .newsList_nodeTitle {
      padding: 0 100px 0 30px;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; } }
  .newsList_nodeTitle::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007D2E; }
  @media print, screen and (min-width: 768px) {
    .newsList_nodeLink:hover .newsList_nodeTitle {
      color: #007D2E; } }

@media print, screen and (max-width: 767px) {
  .newsList_nodeArrow {
    grid-area: arrow; } }

@media print, screen and (max-width: 767px){
    .newsList_nodeLink .c-postMeta {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .newsList_nodeTitle {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
    .newsList_nodeArrow {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }

@media print, screen and (min-width: 768px) {
  .newsList_nodeArrow {
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; } }

.newsList_nodeArrow svg {
  width: 32px;
  height: 10px; }

@media print, screen and (min-width: 768px) {
  .newsList_nodeLink:hover .newsList_nodeArrow {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.newsLink {
  margin-top: 40px; }
  @media print, screen and (max-width: 767px) {
    .newsLink .c-buttonCircle_svg {
      height: 80px; } }
  @media print, screen and (min-width: 768px) {
    .newsLink .c-buttonCircle_svg {
      height: 102px; } }

@media print, screen and (max-width: 1024px) {
  .newsSection_more {
    margin-top: 32px;
    text-align: center; } }

@media print, screen and (min-width: 1025px) {
  .newsSection_more {
    margin: 24px 0 0 auto; } }

.newsSection_moreLink {
  letter-spacing: 0;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline; }
  @media print, screen and (min-width: 768px) {
    .newsSection_moreLink:hover {
      color: #007D2E; } }
