@charset "UTF-8";
/* ==================================================
Foundation
================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.u-hide-pc {
  display: none !important;
}

.u-hide-sp {
  display: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body {
  background-color: #fff;
  color: #050F31;
}

a {
  color: #050F31;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: 60%;
  position: relative;
  top: -0.5em;
}

address {
  font-style: normal;
}

figure img {
  max-width: 100%;
}

.main {
  padding-top: 149px;
  display: block;
  box-sizing: border-box;
 /*background-image: url("../img/top/bk_top.jpg");*/
}

.c-section {
  padding: 10px 0 10px 0;
}

.c-section.news {
  background-color: #000;
 
}

.c-section-02 {
  padding: 100px 0 100px 0;
}

.c-section-level-02 {
  padding: 40px 0 40px 0;
}

.c-sectionInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.c-sectionInner-02 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.c-section-contents + .c-section-contents {
  margin-top: 100px;
}

.c-section-contents-02 + .c-section-contents-02 {
  margin-top: 40px;
}

/* font */
.mont {
  font-family: 'Montserrat', sans-serif !important;
 font-size: 16px;
}

.c-red {
  color: #ED1C24;
}

.c-red-02 {
  color: #A82521;
}

.c-small {
  font-size: 12px;
}

.c-text-center {
  text-align: center !important;
}

/* ボタン */
.c-buttonWrap {
  margin-top: 20px;
}

.c-buttonWrap + .m-pageTextWrap {
  margin-top: 20px;
}

.c-button + .c-button {
  margin-top: 30px;
}

.c-button.is-disable .c-button-object {
  background-color: #F2F2F2;
  pointer-events: none;
  opacity: 0.6;
}

.c-button.is-disable .c-button-link {
  pointer-events: none;
}

.c-button.is-disable .c-button-inner {
  color: #050F31;
}

.c-button.is-disable .c-button-cursor {
  display: none;
}

.c-button.is-close .c-button-object {
  background-color: #555;
  pointer-events: none;
}

.c-button.is-close .c-button-link {
  pointer-events: none;
}

.c-button.is-close .c-button-link:before {
  content: "応募受付は終了";
  background-color: #555;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
  display: block;
  width: 232px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-button.is-close .c-button-inner {
  color: #050F31;
}

.c-button.is-close-02 .c-button-object {
  background-color: #D0D0D0;
  pointer-events: none;
}

.c-button.is-close-02 .c-button-link {
  pointer-events: none;
}

.c-button.is-close-02 .c-button-link:before {
  content: "視聴申込は終了しました｡";
  background-color: #A82521;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
  display: block;
  width: 232px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-button.is-close-02 .c-button-inner {
  color: #050F31;
}

.c-button-object {
  background-color: #A82521;
 background-color: #000;
  overflow: hidden;
  position: relative;
}

.c-button-object:before {
  content: "";
  background-color: #050F31;
  background-color: #A82521;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 0;
}

.c-button.is-movie .c-button-object {
  background-color: #ED1C24;
   background-color: #000;
}

.c-button.is-movie .c-button-cursor {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}

.c-button.is-movie .c-button-cursor:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #050F31;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-button.is-movie .c-button-cursor:after {
  display: none;
}

.c-button-text {
  font-size: 15px;
  text-align: center;
}

.c-button-text + .c-button-object {
  margin-top: 40px;
}

.c-button-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}

.c-button-inner {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: 0.03em;
  color: #fff;
}

.c-button-inner.is-center {
  text-align: center;
}

.c-button-cursor:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  display: block;
  width: 10px;
  height: 1px;
}

.c-button-cursor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #fff;
  display: block;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}

/* ボタン2 */
.c-button-02-object {
  background-color: #ED1C24;
  overflow: hidden;
  position: relative;
}

.c-button-02-object:before {
  content: "";
  background-color: #050F31;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 0;
}

.c-button-02-text {
  font-size: 15px;
  text-align: center;
}

.c-button-02-text + .c-button-02-object {
  margin-top: 40px;
}

.c-button-02-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}

.c-button-02-inner {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.285;
  color: #fff;
}

.c-button-02-cursor {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}

.c-button-02-cursor:before {
  content: "";
  background-image: url(../img/common/ico_tri_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
}

/* リンク */
.c-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-link-link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.625;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.c-link-link02 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.625;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.c-link-cursor {
  border: 1px solid #050F31;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: block;
  position: relative;
  margin-left: 10px;
}

.c-link-cursor:before {
  content: "";
  background-color: #050F31;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 1px;
}

.c-link-cursor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #050F31;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: -5px;
  margin: auto;
}

.c-link-02 {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.c-link-02-link {
  text-decoration: none;
  color: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-link-02-cursor {
  border: 1px solid #ED1C24;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-left: 10px;
}

.c-link-02-cursor:before {
  content: "";
  background-color: #ED1C24;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 1px;
}

.c-link-02-cursor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #ED1C24;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: -4px;
  margin: auto;
  transform: scale(0.8);
}

.c-external-link {
  padding-left: 22px;
  position: relative;
}

.c-external-link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/icon_externallink.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.sme-menu-box__title .c-external-link:before {
  top: 6px;
}

/* 下層ページヒーローエリア */
.c-pageHero {
  background-image: url(../img/common/mv_back_under_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 166px;
}

.c-pageHero .c-sectionInner {
  padding-bottom: 85px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}

.c-pageHero-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

/* タイトル */
.m-sectionTitle {
  text-align: center;
}

.m-sectionTitle + .m-pageTextWrap {
  margin-top: 35px;
}

.m-sectionTitle-jpn {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.m-sectionTitle-jpn.is-eng {
  /*font-family: 'Montserrat', sans-serif !important;*/
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.m-sectionTitle-eng {
 /* font-family: 'Montserrat', sans-serif !important;*/
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.m-sectionTitle-eng {
  padding-top: 0px;
  /*background-image: url(../img/common/ico_mark.svg);
  background-size: 35px 33px;*/
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: 400;
  display: block;
  margin-top: 17px;
 color: #fff;
}

.m-sectionTitle-eng.is-jpn {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.m-sectionTitle.is-type02 .m-sectionTitle-jpn {
  color: #fff;
}

.m-sectionTitle.is-type02 .m-sectionTitle-eng {
  background-image: url(../img/common/ico_mark_w.svg);
  color: #fff;
}

/* 下層ページタイトル */
.m-sectionTitle-02 {
  padding: 9px 0 11px 0;
  background-image: url(../img/common/bg_title_01_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  min-height: 40px;
  box-sizing: border-box;
}

.m-sectionTitle-02 + .c-pageDescription {
  margin-top: 30px;
}

.m-sectionTitle-04 {
  background-color: #ED1C24;
  padding: 9px 20px 11px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
  min-height: 40px;
  box-sizing: border-box;
}

.m-sectionTitle-04 + .c-pageDescription {
  margin-top: 30px;
}

.m-sectionTitle-05 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.777;
  text-align: center;
  color: #ED1C24;
}

.m-sectionTitle-07 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.230;
  text-align: center;
}

.m-sectionTitle-07 + .c-movie-list {
  margin-top: 60px;
}

.m-sectionTitle-07 + .interviewMovieList {
  margin-top: 50px;
}

.m-sectionTitle-09 {
  background-color: #A82521;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
  min-height: 40px;
  box-sizing: border-box;
}

.m-sectionTitle-09 + .c-pageDescription {
  margin-top: 30px;
}

.m-sectionTitle-09 + .awardTable {
  margin-top: 20px;
}

/* 小さめタイトル */
.m-sectionTitle-03 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.555;
}

.m-sectionTitle-03.is-medium {
  font-weight: 500;
}

.m-sectionTitle-03.is-bold {
  font-weight: 700;
}

.m-sectionTitle-06 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: flex;
}

.m-sectionTitle-06:before {
  content: "";
  background-color: #A82521;
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 6px;
}

.m-sectionTitle-08 {
  background-color: #fef1f2;
  padding: 14px 25px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}

.m-sectionTitle-08:before {
  content: "";
  background-color: #ED1C24;
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m-sectionTitle-10 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #ED1C24;
}

.m-sectionTitle-10 + .awardTable-list .awardTable {
  margin-top: 15px;
}

/* テキストモジュール */
.m-pageTextWrap + .c-list {
  margin-top: 20px;
}

.m-pageTextWrap + .c-list-02 {
  margin-top: 20px;
}

.m-pageTextWrap + .m-sectionTitle-02 {
  margin-top: 50px;
}

.m-pageTextWrap + .m-sectionTitle-03 {
  margin-top: 30px;
}

.m-pageTextWrap + .m-sectionTitle-10 {
  margin-top: 30px;
}

.m-pageTextWrap.is-type02 {
  margin-top: 10px;
}

.m-pageText {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.m-pageText.is-type02 {
  font-size: 14px;
  line-height: 1.428;
}

.m-pageText.is-center {
  text-align: center;
}

.m-pageText + .m-pageText {
  margin-top: 40px;
}

.m-strongText {
  color: #ED1C24;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.666;
  display: flex;
}

.m-strongText:before {
  content: "";
  background-color: #ED1C24;
  border-radius: 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  position: relative;
  top: 6px;
  margin-right: 5px;
}

/* リスト */
.c-list-item {
  list-style: none;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.c-list-item .brackets:before {
  content: "[";
  padding-right: 5px;
  color: #ED1C24;
}

.c-list-item .brackets:after {
  content: "]";
  padding-left: 5px;
  color: #ED1C24;
}

.c-list-item + .c-list-item {
  margin-top: 12px;
}

.c-list-02-item {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.571;
  display: flex;
}

.c-list-02-item:before {
  content: "";
  background-color: #444C65;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.c-list-03 {
  display: flex;
}

.c-list-03-contents {
  margin-left: 5px;
}

.c-list-04-item {
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.c-list-04-item .circle:before {
  content: "・";
}

.c-list-04-item + .c-list-04-item {
  margin-top: 5px;
}

.c-list-05 {
  margin-top: 20px;
}

.c-list-05-item {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.571;
  display: flex;
}

/* 画像リスト */

.c-imageList-item {
  list-style: none;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.c-imageList-item img {
  max-width: 100%;
}

/* バナーリスト */
.m-bunner_text{
 font-size: 15px;
 font-weight: normal;
 line-height: 1.3em;
}

.m-bannerList {
  display: flex;
  flex-wrap: wrap;
}

.m-bannerList + .m-sectionTitle-03 {
  margin-top: 30px;
}

.m-bannerList + .m-attentionText {
  margin-top: 30px;
}

.m-bannerList-item {
  list-style: none;
  margin-top: 20px;
  margin-left: 10px;
}

.m-bannerList-item a {
  text-decoration: none;
}

.m-bannerList-banner {
  border: 1px solid #D5D5D5;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.m-bannerList-banner img {
  max-width: 100%;
}

.m-bannerList-name {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 1.636;
  margin-top: 5px;
}

/* 動画部分 */
.c-movie-list {
  margin-top: 60px;
}

.c-movieThumbnail + .c-movieThumbnail {
  margin-top: 60px;
}

.c-movieThumbnail img {
  max-width: 100%;
  height: auto;
}

.c-movieThumbnail iframe {
  width: 100%;
  height: 442px;
}

.c-movieThumbnail figcaption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 15px;
}

.c-movieThumbnail figcaption.is-center {
  text-align: center;
}

.c-movieThumbnail-link {
  position: relative;
  display: block;
}

.c-movieThumbnail-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.c-movieThumbnail-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.c-movieThumbnail-icon:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
}

.c-movieThumbnail-icon:after {
  content: "";
  background-image: url(../img/common/ico_tri_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 6.5px;
  height: 13.5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
}

/* サムネイル */
.c-thumbnail {
  margin-left: auto;
  margin-right: auto;
}

.c-thumbnail figcaption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.571;
  text-align: center;
  margin-top: 10px;
}

.c-thumbnail img {
  max-width: 100%;
  height: auto;
}

.c-thumbnail-link {
  border: 1px solid #CECECE;
  position: relative;
  display: block;
}

.c-thumbnail-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

/* 注釈 */
.m-attentionText {
  font-family: 'Montserrat', sans-serif !important;
}
.m-attentionText {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.636;
}

/* カーソルつきテキスト */
.m-cursor:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ED1C24;
  border-right: 1px solid #ED1C24;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.m-cursor a {
  color: #ED1C24;
}

.m-cursor.is-block {
  display: block;
}

/* グレーボックス */
.m-aside {
  padding: 30px;
  background-color: #F2F2F2;
  color: #444C65;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.875;
}

.m-aside-text + .m-aside-text {
  margin-top: 30px;
}

/* リンク */
.p-privacy-link {
  display: flex;
  align-items: center;
}

.p-privacy-link-link {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.636;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.p-privacy-link-cursor {
  border: 1px solid #050F31;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-left: 20px;
}

.p-privacy-link-cursor:before {
  content: "";
  background-color: #050F31;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 1px;
}

.p-privacy-link-cursor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #050F31;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: -4px;
  margin: auto;
  transform: scale(0.8);
}

/* メンテナンス画面用 */
.maintenance-logo {
  margin-left: auto;
  margin-right: auto;
}

.maintenance-logo, .maintenance-logo img {
  max-width: 100%;
  height: auto;
}

.maintenance-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}

/* */
.c-apply-buttons {
  margin-top: 80px;
}

.c-interview-photo-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
  margin-left: -11px;
}

.c-interview-photo-list__item {
  margin-top: 11px;
  margin-left: 11px;
}

.c-interview-photo-list__item img {
  width: 100%;
  height: auto;
}

.contentContainer{
 background-color:#fff ;
 background-image: url("../img/common/contentContainer_bk_common.png");
 background-position: top center;
 background-repeat: repeat-x;
}


.header {
  /*background-color: #fff;*/
  background-image: url(../img/common/header_bkimage01.png);
  /*background-image: none;*//*background-image: none;*/
  background-position: top center;
  border-bottom: 0px solid #e0e0e0;
  width: 100%;
  height: 148px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header.is-opened .hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}

.header.is-opened .hamburger-line:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}

.header-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.header-top {
  display: flex;
}

.hamburger-line {
  background-color: #050F31;
  position: absolute;
  width: 80%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
}

.hamburger-line:nth-child(1) {
  top: -8px;
}

.hamburger-line:nth-child(2) {
  top: 8px;
}

.header-logo img {
  width: 388px;
  height: 22px;
}

.header-logo-02 img {
  width: 76px;
  height: 42px;
}

.header-navi-item {
  list-style: none;
  position: relative;
}

.header-navi-item.is-current .header-navi-item-link {
  background-color: #a82521;
  color: #C00A16;
}

.header-navi-item.js-accordion-trigger.is-opened .header-navi-item-link:before {
  transform: rotate(-45deg);
  top: 2px;
}

.header-navi-item-link {
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  color: #050f31;
  color: #fff;
  width: 100%;
  height: 42px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border: solid 0px #fff;
  background-color: #000;
}

.header-navi-item-link span.mont {
  line-height: 1;
}

.header-subNavi {
  background-color: #000;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.header-subNavi-item {
  list-style: none;
}

.header-subNavi-item:first-child .header-subNavi-item-link:before {
  content: none;
}

.header-subNavi-item .cursor:before {
  content: "";
  background-color: #C00A16;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  display: block;
  width: 10px;
  height: 1px;
}

.header-subNavi-item .cursor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #C00A16;
  display: block;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}

.header-subNavi-item-link {
  padding: 15px 0;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.header-subNavi-item-link:before {
  content: "";
  background-color: #111;
  display: block;
  width: 92%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 120px;
  bottom: 60px;
  z-index: 50;
}

#pagetop a {
  background-color: #A82521;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

#pagetop a:before {
  content: "";
  background-color: #A82521;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pagetop-inner:before {
  content: "";
  background-color: #fff;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pagetop-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #fff transparent;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
}

.page-bottomArea {
  padding: 40px 0;
}

.footer {
  padding: 32px 0;
  background-color: #F2F2F2;
}

#copyright {
  font-family: 'Montserrat', sans-serif !important;
}

#copyright {
  font-size: 11px;
  text-align: center;
  color: #444C65;
}

@media all and (min-width: 768px) {
  .u-hide-sp {
    display: block !important;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .main {
    min-height: calc(100vh - 75px);
  }
  .c-section-02 + .c-section-02 {
    padding-top: 0;
  }
  .c-section-02.is-pc-pb-0 {
    padding-bottom: 0;
  }
  .c-sectionInner {
    width: 990px;
  }
  .c-sectionInner-02 {
    width: 790px;
  }
  .c-small {
    position: relative;
    top: 2px;
  }
  .c-buttonWrap {
    display: flex;
    justify-content: center;
  }
  .c-buttonWrap .c-button + .c-button {
    margin-top: 0;
    margin-left: 10px;
  }
  .c-buttonWrap.is-free-size .c-button {
    width: 100%;
  }
  .c-buttonWrap.is-free-size .c-button-object {
    width: 100%;
  }
  .c-buttonWrap.is-free-size .c-button-link {
    padding-right: 30px;
  }
  .c-button-object {
    max-width: 100%;
    width: 320px;
    height: 60px;
  }
  .c-button-object:hover:before {
    right: 0;
  }
  .c-button-object:before {
    transition: 0.3s ease;
  }
  .c-button.is-large .c-button-object {
    width: 380px;
  }
  .c-button.is-large .c-button-inner {
    padding-right: 20px;
  }
  .c-button.is-movie .c-button-link:hover .c-button-cursor:before, .c-button.is-movie .c-button-link:hover .c-button-cursor:after {
    width: 0;
  }
  .c-button-link {
    transition: 0.3s ease;
  }
  .c-button-link:hover .c-button-cursor:before {
    width: 30px;
  }
  .c-button-inner {
    transition: 0.3s ease;
  }
  .c-button-cursor:before {
    transition: 0.3s ease;
  }
  .c-button-cursor:after {
    transition: 0.3s ease;
  }
  .c-button-02-object {
    max-width: 100%;
    width: 320px;
    height: 40px;
  }
  .c-button-02-object:hover:before {
    right: 0;
  }
  .c-button-02-object:before {
    transition: 0.3s ease;
  }
  .c-button-02-link {
    transition: 0.3s ease;
  }
  .c-button-02-inner {
    transition: 0.3s ease;
  }
  .c-button-02-cursor:before {
    transition: 0.3s ease;
  }
  .c-link-link {
    transition: 0.3s ease;
    color: #fff;
  }
  .c-link-link:hover {
    color: #ccc;
    text-decoration: underline;
  }
 
   .c-link-link:hover .c-link-cursor {
    background-color: #ED1C24;
    border-color: #ED1C24;
  }
  .c-link-link:hover .c-link-cursor:before {
    background-color: #fff;
  }
  .c-link-link:hover .c-link-cursor:after {
    border-color: transparent transparent transparent #fff;
  }
 
   .c-link-link02 {
    transition: 0.3s ease;
    color: #000;
  }
  .c-link-link02:hover {
    color: #555;
    text-decoration: underline;
 }
  .c-link-link02:hover .c-link-cursor {
    background-color: #ED1C24;
    border-color: #ED1C24;
  }
  .c-link-link02:hover .c-link-cursor:before {
    background-color: #fff;
  }
  .c-link-link02:hover .c-link-cursor:after {
    border-color: transparent transparent transparent #fff;
  }
  .c-link-cursor:before {
    transition: 0.3s ease;
  }
  .c-link-cursor:after {
    transition: 0.3s ease;
  }
  .c-link-02:hover .c-link-02-link {
    text-decoration: underline;
  }
  .c-link-02-inner {
    transition: 0.3s ease;
  }
  .c-link-02-cursor:before {
    transition: 0.3s ease;
  }
  .c-link-02-cursor:after {
    transition: 0.3s ease;
  }
  .c-pageHero {
    min-width: 990px;
  }
  .c-imageList {
    display: flex;
    flex-wrap: wrap;
  }
  .c-imageList-item {
    width: 380px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .c-imageList-item:first-child, .c-imageList-item:nth-child(2) {
    margin-top: 0;
  }
  .c-imageList-item:first-child, .c-imageList-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .m-bannerList-item {
    width: 240px;
  }
  .m-bannerList-item:first-child, .m-bannerList-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .m-bannerList-item a:hover .m-bannerList-name {
    text-decoration: underline;
  }
  .m-bannerList-name.is-narrow {
    letter-spacing: -0.05em;
  }
  .c-movie-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
  }
  .c-movie-list .c-movieThumbnail {
    margin-left: 30px;
  }
  .c-movie-list .c-movieThumbnail + .c-movieThumbnail {
    margin-top: 0;
  }
  .c-movieThumbnail-link:before {
    transition: 0.3s ease;
  }
  .c-movieThumbnail-link:hover:before {
    opacity: 1;
  }
  .c-movieThumbnail-link:hover .c-movieThumbnail-icon:before {
    transform: scale(1.15);
  }
  .c-movieThumbnail-icon:before {
    transition: 0.3s ease;
  }
  .c-thumbnail {
    width: 480px;
  }
  .c-thumbnail-link:before {
    transition: 0.3s ease;
  }
  .c-thumbnail-link:hover:before {
    opacity: 1;
  }
  .m-cursor a {
    transition: 0.3s ease;
  }
  .m-cursor a:hover {
    color: #050F31;
  }
  .p-privacy-link-link {
    transition: 0.3s ease;
  }
  .p-privacy-link-link:hover {
    text-decoration: underline;
  }
  .p-privacy-link-cursor:before {
    transition: 0.3s ease;
  }
  .p-privacy-link-cursor:after {
    transition: 0.3s ease;
  }
  .maintenance-logo, .maintenance-logo img {
    width: 400px;
    height: auto;
  }
  .c-interview-photo-list__item {
    width: 132px;
  }
  .header-inner {
    width: 1200px;
  }
  .header-top {
    justify-content: space-between;
  }
  .hamburger {
    display: none;
  }
  .header-logo {
   margin-top: 75px;
   margin-left: 110px;
   width: 300px;
   height: auto;
  }
  .header-logo-02 {
    margin-top: 15px;
  }
  .header-navi {
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header-navi-item {
    border-bottom: 1px solid #fff;
    width: 194px;
  }
  .header-navi-item + .header-navi-item {
    margin-left: 5px;
  }
  .header-navi-item:hover .header-navi-item-link {
    color: #fff;
  }
  .header-navi-item:hover .header-navi-item-link:before {
    bottom: 0;
  }
  .header-navi-item:hover .header-subNavi {
    max-height: 500px;
  }
  .header-navi-item.is-privacy {
    display: none;
  }
  .header-navi-item-link {
    transition: 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-navi-item-link:before {
    content: "";
    background-color: #a82521;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: 0.25s ease;
  }
  .header-subNavi {
    position: absolute;
    top: 43px;
    left: 0;
  }
  .header-subNavi-item .cursor {
    display: none;
  }
  .header-subNavi-item .cursor:before {
    transition: 0.3s ease;
  }
  .header-subNavi-item .cursor:after {
    transition: 0.3s ease;
  }
  .header-subNavi-item-link {
    transition: 0.3s ease;
  }
  .header-subNavi-item-link:hover {
    background-color: #850e14;
    color: #fff;
  }
  .header-subNavi-item-link:hover:before {
    content: none;
  }
  #pagetop a:before {
    transition: 0.3s ease;
  }
  #pagetop a:hover:before {
    transform: scale(1.2, 1.2);
  }
 .font_color_red{
  color: #FF0000;
 }
 
  /*FONTサイズ調整*/
.font14 {
 font-size: 14px;
}
 
}

@media screen and (min-width: 768px) and (max-width: 1201px) {
  .header-inner {
    width: 990px;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-pc {
    display: block !important;
  }
  html {
    font-size: 4.0625vw;
  }
  .main {
    padding-top: 70px;
    min-height: calc(100vh - 64px);
  }
  .c-section {
    padding: 40px 0 40px 0;
  }
  .c-section:last-child {
    padding-bottom: 30px;
  }
  .c-section-02 {
    padding: 50px 0 50px 0;
  }
  .c-section-02 + .c-section-02 {
    padding-top: 0;
  }
  .c-section-02:last-child {
    padding-bottom: 20px;
  }
  .c-section-level-02 {
    padding: 30px 0 30px 0;
  }
  .c-sectionInner {
    width: 87vw;
  }
  .c-sectionInner-02 {
    width: 87vw;
  }
  .c-section-contents + .c-section-contents {
    margin-top: 50px;
  }
  .c-section-contents-02 + .c-section-contents-02 {
    margin-top: 30px;
  }
  .c-small {
    display: block;
  }
  .c-buttonWrap .c-button + .c-button {
    margin-top: 15px;
  }
  .c-button + .c-button {
    margin-top: 10vw;
  }
  .c-button.is-close .c-button-link:before {
    font-size: 4.85vw;
    width: 62.66vw;
    height: 9.066vw;
  }
  .c-button.is-close-02 .c-button-link:before {
    font-size: 4.85vw;
    width: 62.66vw;
    height: 9.066vw;
  }
  .c-button-object {
    max-width: 100%;
    width: 86.66vw;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-button.is-large .c-button-inner {
    text-align: center;
  }
  .c-button-text {
    font-size: 4vw;
  }
  .c-button-text + .c-button-object {
    margin-top: 15px;
  }
  .c-button-02-object {
    max-width: 100%;
    width: 86.66vw;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-button-02-text {
    font-size: 4vw;
  }
  .c-button-02-text + .c-button-02-object {
    margin-top: 15px;
  }
  .c-link-02 {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .c-pageHero {
    background-image: url(../img/common/mv_back_under_sp.jpg);
    height: 80px;
  }
  .c-pageHero .c-sectionInner {
    padding-bottom: 35px;
  }
  .c-pageHero-title {
    font-size: 16px;
    line-height: 1.437;
  }
  .m-sectionTitle-jpn {
    font-size: 12px;
  }
  .m-sectionTitle-eng {
    background-size: 26px auto;
    padding-top: 27px;
    font-size: 30px;
    line-height: 1.333;
    margin-top: 12px;
  }
  .m-sectionTitle-02 {
    background-image: url(../img/common/bg_title_01_sp.jpg);
    font-size: 16px;
  }
  .m-sectionTitle-02 + .c-pageDescription {
    margin-top: 25px;
  }
  .m-sectionTitle-04 {
    font-size: 16px;
  }
  .m-sectionTitle-04 + .c-pageDescription {
    margin-top: 25px;
  }
  .m-sectionTitle-05 {
    font-size: 16px;
  }
  .m-sectionTitle-07 {
    font-size: 20px;
    line-height: 1.6;
  }
  .m-sectionTitle-07 + .c-movie-list {
    margin-top: 40px;
  }
  .m-sectionTitle-07 + .interviewMovieList {
    margin-top: 40px;
  }
  .m-sectionTitle-09 {
    font-size: 16px;
  }
  .m-sectionTitle-09 + .c-pageDescription {
    margin-top: 25px;
  }
  .m-sectionTitle-09 + .awardTable {
    margin-top: 20px;
  }
  .m-sectionTitle-03.is-sp-small {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .m-sectionTitle-06 {
    line-height: 1.75;
  }
  .m-sectionTitle-06:before {
    position: relative;
    top: 6px;
  }
  .m-sectionTitle-10 {
    font-size: 14px;
  }
  .m-pageTextWrap + .m-sectionTitle-02 {
    margin-top: 20px;
  }
  .m-pageTextWrap + .m-sectionTitle-03 {
    margin-top: 20px;
  }
  .m-pageTextWrap + .m-sectionTitle-10 {
    margin-top: 15px;
  }
  .m-pageText + .m-pageText {
    margin-top: 20px;
  }
  .m-strongText {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .c-list-02-item {
    letter-spacing: -0.04em;
  }
  .c-list-04-item + .c-list-04-item {
    margin-top: 10px;
  }
  .c-list-05-item {
    letter-spacing: -0.04em;
  }
  .c-imageList-item + .c-imageList-item {
    margin-top: 15px;
  }
  .m-bannerList-item {
    width: 48.5%;
    margin-left: 3%;
  }
  .m-bannerList-item:first-child, .m-bannerList-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .m-bannerList-banner {
    height: 50px;
  }
  .m-bannerList-banner.is-sp-medium img {
    max-width: 110%;
  }
  .m-bannerList-banner.is-sp-large img {
    max-width: 125%;
  }
  .m-bannerList-name.is-narrow-sp {
    letter-spacing: -0.05em;
  }
  .c-movieThumbnail + .c-movieThumbnail {
    margin-top: 25px;
  }
  .c-movieThumbnail iframe {
    height: 48vw;
  }
  .c-movieThumbnail figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-movieThumbnail-icon:before {
    width: 50px;
    height: 50px;
  }
  .c-movieThumbnail-icon:after {
    width: 5px;
    height: 10px;
  }
  .m-aside {
    padding: 25px 20px;
  }
  .maintenance-logo {
    margin: 0 20px;
  }
  .maintenance-text {
    font-size: 18px;
  }
  .c-apply-buttons {
    margin-top: 50px;
  }
  .c-interview-photo-list {
    margin-top: 5vw;
    margin-left: -0.5vw;
  }
  .c-interview-photo-list__item {
    width: 28.533vw;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
  }
  .header {
    height: 70px;
   background-image: none;
   background-color: #fff;
  }
  .header.is-opened .header-naviWrap {
    height: 100vh;
    max-height: calc(100vh - 70px);
  }
  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-top {
    height: 100%;
    align-items: center;
  }
  .hamburger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
  }
  .header-logo {
    order: 2;
    margin-left: 15px;
  }
  .header-logo img {
    width: 58.93vw;
    height: auto;
  }
  .header-logo-02 {
    order: 1;
  }
  .header-logo-02 img {
    width: 14.39vw;
    height: auto;
  }
  .header-naviWrap {
    background-color: #C00A16;
    position: absolute;
    width: 100%;
    top: 71px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    overflow-y: scroll;
    transition: max-height 0.5s ease;
  }
  .header-navi {
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .header-navi-item.js-accordion-trigger .header-navi-item-link:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #444C65;
    border-right: 1px solid #444C65;
    position: absolute;
    top: -6px;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }
  .header-navi-item-link {
    padding: 16px 22px;
    height: 46px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .header-subNavi.is-opened {
    max-height: 250px;
  }
  .header-subNavi-item-link {
    padding: 15px 20px;
    text-align: left;
  }
  .header-subNavi-item-link:before {
    background-color: #fff;
    width: 100%;
  }
  #pagetop {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .page-bottomArea {
    padding: 30px 0;
  }
  .footer {
    padding: 14px 0;
  }
  #copyright {
    line-height: 1.636;
  }
 
 /*FONTサイズ調整*/
.font14 {
 font-size: 14px;
}
}



