@charset "UTF-8";
/* =========================================================
   背景色
========================================================= */
/* =========================================================
   Fonts
========================================================= */
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
ul li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* IE */
* html ul li dl, * html ol li dl {
  display: inline;
}
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all; /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/
}

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 0.8888888889vw;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  background: #fff;
}

a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.soon {
  pointer-events: none;
  opacity: 0.5;
}

.hide, .hidden {
  visibility: hidden;
}

p {
  line-break: strict;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.15s ease-out;
}

.mfp-close {
  text-indent: -9999px;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 64px;
  font-weight: 400;
  right: -20px !important;
  padding-right: 0 !important;
  top: -55px !important;
  color: #fff !important;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .modal-content {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .modal-content {
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .modal-content {
  transform: translateY(30px);
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  width: 125vmin !important;
  max-width: 90% !important;
  box-sizing: border-box;
}

.mfp-iframe-scaler iframe {
  box-sizing: border-box;
  border: 10px solid #fff;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }
  a {
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
  a:hover .image img {
    transform: scale(1.04);
  }
  a:hover .circleButton .circleButton-inner {
    text-decoration: none;
  }
  a:hover .circleButton .circleButton-inner .circle .arc {
    transform: rotate(-90deg);
  }
  a:hover .circleButton .circleButton-inner .circle .arc circle {
    stroke-dashoffset: 0px;
  }
  a:hover .circleButton .circleButton-inner .circle .arrow {
    animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  a:hover .circleButton.external .circleButton-inner .circle .arrow {
    animation: none !important;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .comment {
    font-size: 2.5185185185vw !important;
    margin-top: 2em;
  }
  #cursor {
    display: none;
  }
  .att {
    font-size: 3vw !important;
    font-weight: 400;
    line-height: 1 !important;
    margin-bottom: 1em;
  }
  .mfp-container {
    padding: 0;
  }
  .modal-content {
    max-width: 94%;
    margin: 15vw auto;
  }
  .modal-content .popup-modal-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -41px;
  }
  .modal-content .popup-modal-close span img {
    max-width: 31px;
  }
  .modal-content--inner {
    background-color: #fff;
    padding: 15px 5% 30px 5%;
  }
  .modal-content--inner .team p {
    font-size: 3vw;
  }
  .modal-content--inner .content {
    margin-top: 20px;
  }
  .modal-content--inner .content h2 {
    letter-spacing: 0.04em;
    font-size: 3.4vw;
  }
  .modal-content--inner .content p {
    margin-top: 20px;
    font-size: 3.2vw;
  }
  .modal-content--inner .contact {
    margin-top: 30px;
  }
  .modal-content--inner .contact p {
    font-size: 3.2vw;
  }
  .modal-content--inner .contact p a.tel {
    pointer-events: visible;
    text-decoration: underline;
  }
}
@media all and (-ms-high-contrast: none) {
  .noise {
    display: none;
  }
}
/* =========================================================
 * font
========================================================= */
/*Poppins*/
/*Roboto Condensed*/
/*Roboto*/
/*noto-sans*/
.poppins {
  font-family: "Poppins", sans-serif;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-notos {
  font-family: "Noto Serif JP", sans-serif;
}

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out, transform 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
/*::-webkit-scrollbar{/* Chrome, Safari 対応 */ /*
display: none;
-webkit-appearance: none;
-ms-overflow-style: none;    /* IE, Edge 対応 */ /*
scrollbar-width: none;       /* Firefox 対応 */ /*
}*/
/*垂直方向のスクロールバーに適用*/
/*::-webkit-scrollbar:horizontal {
    display: none;
    -webkit-appearance: none;
}*/
/*水平方向のスクロールバーに適用*/
/*::-webkit-scrollbar:vertical {
    display: none;
    -webkit-appearance: none;
}*/
/* =========================================================
 * CSS Animation　　   /*CSS アニメション
========================================================= */
@keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  opacity: 0;
  transition: all 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

.notel {
  pointer-events: none;
}

.soon a {
  color: #294064;
  pointer-events: none;
  display: inline-block;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
}
main .header {
  width: 100%;
  background-color: #fff;
  padding: 1.8518518519vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
main .header--inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .header--inner .logo a {
  display: flex;
  align-items: center;
}
main .header--inner .logo a .image {
  width: 9.9259259259vw;
}
main .header--inner .logo a p {
  font-size: 1.1111111111vw;
  font-weight: bold;
  line-height: 1.4;
  color: #005bab;
  border: 1.5px solid #005bab;
  padding: 0.5em;
  margin-left: 1em;
}
main .header--inner--nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main .header--inner--nav .sns-app {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0.5em;
}
main .header--inner--nav .sns-app li {
  width: 2.5185185185vw;
  margin: 0 0.5em;
}
main .header--inner--nav .sns-app li a {
  transition: all 0.3s ease;
}
main .header--inner--nav .sns-app li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
main .header--inner--nav .contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main .header--inner--nav .contact .banner {
  width: 13.7037037037vw;
  margin: 0 0.7em;
}
main .header--inner--nav .contact .banner a {
  transition: all 0.3s ease;
}
main .header--inner--nav .contact .banner a:hover {
  opacity: 1;
  transform: scale(1.05);
}
main .header--inner--nav .contact .banner:last-of-type {
  margin-right: 0;
}
main .header--inner--nav .contact .banner.b01 {
  width: 20.2222222222vw;
}
main article {
  padding-top: 8.5185185185vw;
}
main .footer {
  width: 100%;
  background-color: #fff;
  padding: 2.962962963vw;
  border-bottom: 1.1111111111vw solid #294064;
}
main .footer--inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .footer--inner--wrap {
  display: flex;
  align-items: center;
}
main .footer--inner--wrap .logo a .image {
  width: 9.9259259259vw;
}
main .footer--inner--wrap .info {
  font-size: 1.3333333333vw;
  margin-left: 1em;
}
main .footer--inner--wrap .info dt {
  line-height: 1.5;
  color: #005bab;
  margin-top: 0.3em;
}
main .footer--inner--wrap .info dd {
  font-weight: 400;
  margin-top: 0.5em;
}
main .footer--inner--nav .sns-app {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main .footer--inner--nav .sns-app li {
  width: 2.5185185185vw;
  margin: 0 0.5em;
}
main .footer--inner--nav .sns-app li a {
  transition: all 0.3s ease;
}
main .footer--inner--nav .sns-app li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
main .footer--inner--nav .sns-app li:last-of-type {
  margin-right: 0;
}
main .footer--inner--nav .copyright {
  font-size: 0.962962963vw;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .notel {
    pointer-events: initial;
  }
  main .header {
    padding: 3.7037037037vw;
  }
  main .header--inner .logo a .image {
    width: 19.8518518519vw;
  }
  main .header--inner .logo a p {
    font-size: 2.5185185185vw;
  }
  main .header--inner--nav .sns-app {
    margin-right: 1.5em;
  }
  main .header--inner--nav .sns-app li {
    width: 6.2962962963vw;
    margin: 0 1.5em;
  }
  main .header--inner--nav .contact .btn a {
    font-size: 3.7037037037vw;
    text-decoration: underline;
  }
  main article {
    padding-top: 17.037037037vw;
  }
  main .footer {
    padding: 5.9259259259vw;
    border-bottom: 2.2222222222vw solid #294064;
  }
  main .footer--inner {
    flex-wrap: wrap;
  }
  main .footer--inner--wrap, main .footer--inner--nav {
    width: 100%;
  }
  main .footer--inner--wrap {
    justify-content: center;
  }
  main .footer--inner--wrap .logo a .image {
    width: 24.8148148148vw;
  }
  main .footer--inner--wrap .info {
    font-size: 3.1111111111vw;
  }
  main .footer--inner--nav {
    justify-content: center;
  }
  main .footer--inner--nav .sns-app {
    justify-content: center;
  }
  main .footer--inner--nav .sns-app li {
    width: 6.2962962963vw;
    margin: 10em 1.5em 0 !important;
  }
  main .footer--inner--nav .copyright {
    font-size: 2.5185185185vw;
    text-align: center;
  }
}
.top article .main {
  background-color: #294064;
  padding: 2.962962963vw 0;
}
.top article .main--inner {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.top article .main--inner--keyvisual {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top article .main--inner--keyvisual .image {
  width: 33.333%;
}
.top article .main--inner--copy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top article .main--inner--copy h1 {
  font-size: 4.4444444444vw;
}
.top article .main--inner--copy h1 span {
  display: inline-block;
  background-color: #294064;
  padding: 0.2em 0.5em;
  margin-top: 0.2em;
}
.top article .main--inner--copy p {
  font-size: 1.4814814815vw;
  line-height: 1.8;
  margin-top: 1.5em;
}
.top article .main--inner h2 {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6296296296vw;
}
.top article .container {
  padding: 5.5555555556vw 0;
}
.top article .container .inner {
  width: 75.5555555556vw;
  margin: 0 auto;
}
.top article .container .inner .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #294064;
}
.top article .container .inner .title dt {
  font-size: 3.7037037037vw;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.top article .container .inner .title dt span {
  margin-right: 1em;
  padding-bottom: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #294064;
}
.top article .container .inner .title dd {
  font-size: 1.4814814815vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top article .message {
  position: relative;
  background: #294064 url("../images/top/img_bg01.jpg") no-repeat center center/contain;
  background-attachment: fixed;
  min-height: 53.7037037037vw;
  padding: 1.4814814815vw 0 19.2592592593vw;
}
.top article .message .inner .title {
  color: #fff;
}
.top article .message .inner .txts {
  font-size: 1.4814814815vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 2em auto 0 10em;
}
.top article .message .inner .txts p {
  color: #294064;
}
.top article .message .inner .txts p span {
  display: inline-block;
  background-color: #fff;
  padding: 0.3em 0.5em;
  margin-top: 1.5em;
}
.top article .message .inner .txts p span:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.top article .message .inner .txts p em {
  font-size: 1.6296296296vw;
  font-weight: bold;
}
.top article .message .inner .txts p em span {
  padding: 0.5em;
  margin-top: 2em;
}
.top article .message .inner .txts p em:nth-of-type(n+2) span {
  margin-top: 0.5em;
}
.top article .movies {
  background-color: #dfe0e0;
}
.top article .movies .inner--wrap {
  padding: 5.5555555556vw 0 4.4444444444vw;
}
.top article .movies .inner--wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top article .movies .inner--wrap .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -4.4444444444vw;
  left: -4.7vw;
}
.top article .movies .inner--wrap .slick-dots li {
  width: 0.5925925926vw;
  height: 0.5925925926vw;
  margin: 0 0.5925925926vw;
}
.top article .movies .inner--wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  border: none;
  text-indent: -9999px;
  color: #fff;
}
.top article .movies .inner--wrap .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  line-height: 1;
  opacity: 1;
}
.top article .movies .inner--wrap .slick-dots li button:hover {
  opacity: 0.7;
}
.top article .movies .inner--wrap .slick-dots li.slick-active button {
  background: #294064;
}
.top article .movies .inner--wrap .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.4074074074vw;
  height: 2.8148148148vw;
  padding: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.top article .movies .inner--wrap .slick-next,
.top article .movies .inner--wrap .slick-prev {
  cursor: pointer;
  display: block;
  width: 2.962962963vw;
  height: 5.1851851852vw;
  position: absolute;
  top: 40%;
}
.top article .movies .inner--wrap .slick-next:before,
.top article .movies .inner--wrap .slick-prev:before {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  width: 3.7037037037vw;
  height: 3.7037037037vw;
  pointer-events: none;
  position: absolute;
  top: 15%;
}
.top article .movies .inner--wrap .slick-next {
  right: 7.5vw;
}
.top article .movies .inner--wrap .slick-next:before {
  left: -1.5vw;
  transform: rotate(45deg);
}
.top article .movies .inner--wrap .slick-prev {
  left: 0;
}
.top article .movies .inner--wrap .slick-prev:before {
  left: 0.5vw;
  transform: rotate(-135deg);
}
.top article .movies .inner--wrap--block {
  overflow: visible;
  width: 100vw;
  margin: 0 0 0 -7.5vw;
}
.top article .movies .inner--wrap--block .slick-list {
  padding: 0 72.5% 0 0 !important;
}
.top article .movies .inner--wrap--block--slider {
  width: 24.7407407407vw;
  padding: 0 2.5925925926vw 0 0;
  transition: all 0.3s ease-in-out;
}
.top article .movies .inner--wrap--block--slider a {
  color: #294064;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.top article .movies .inner--wrap--block--slider a.video_play figure {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.top article .movies .inner--wrap--block--slider a.video_play figure img {
  transition: all 0.3s ease-in-out;
}
.top article .movies .inner--wrap--block--slider a.video_play figure:after {
  content: "";
  position: absolute;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background: url("../images/top/btn_play.png") no-repeat center center/contain;
  bottom: 1.1111111111vw;
  right: 1.1111111111vw;
}
.top article .movies .inner--wrap--block--slider a .texts p {
  font-size: 1.3333333333vw;
  letter-spacing: 0.05em;
  color: #294064;
  margin-top: 0.5em;
}
.top article .movies .inner--wrap--block--slider a:hover {
  opacity: 1;
  text-decoration: none;
}
.top article .movies .inner--wrap--block--slider a:hover figure img {
  transform: scale(1.04);
}
.top article .movies .inner--wrap--block--slider a:hover .texts:before {
  width: 100%;
}
.top article .interviews .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top article .interviews .inner--wrap--category {
  width: 31%;
  margin-top: 5.1851851852vw;
}
.top article .interviews .inner--wrap--category a figure {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.top article .interviews .inner--wrap--category a figure img {
  transition: all 0.3s ease-in-out;
}
.top article .interviews .inner--wrap--category a figure:after {
  content: "";
  position: absolute;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background: url("../images/top/btn_play.png") no-repeat center center/contain;
  bottom: 1.1111111111vw;
  right: 1.1111111111vw;
}
.top article .interviews .inner--wrap--category a .texts dl {
  letter-spacing: 0.05em;
}
.top article .interviews .inner--wrap--category a .texts dl dt {
  font-size: 1.3333333333vw;
  color: #294064;
  margin-top: 0.5em;
}
.top article .interviews .inner--wrap--category a .texts dl dd {
  font-size: 1.2592592593vw;
  font-weight: 500;
  color: #000;
  border-top: 1px solid #000;
  padding-top: 1em;
  margin-top: 1em;
}
.top article .interviews .inner--wrap--category a:hover {
  opacity: 1;
  text-decoration: none;
}
.top article .interviews .inner--wrap--category a:hover figure img {
  transform: scale(1.04);
}
.top article .interviews .inner--wrap--category a:hover .texts:before {
  width: 100%;
}
.top article .business {
  position: relative;
  background: #294064 url("../images/top/img_bg05.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  min-height: 54.962962963vw;
  padding: 7.4074074074vw 0;
}
.top article .business .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top article .business .inner--wrap .figure {
  width: 24.8148148148vw;
  margin-top: 3.7037037037vw;
}
.top article .business .inner .title {
  color: #fff;
}
.top article .business .inner .title dt span {
  border-bottom-color: #fff;
}
.top article .business .inner .txts {
  font-size: 1.3333333333vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top article .business .inner .txts p {
  color: #fff;
  margin-top: 3em;
}
.top article .business .inner .txts p span {
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  padding: 0.3em 0.5em;
  margin-top: 1em;
}
.top article .business .inner .txts p span:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.top article .business .inner .txts p em {
  font-size: 1.4074074074vw;
  font-weight: bold;
  color: #294064;
}
.top article .business .inner .txts p em span {
  padding: 0.5em;
}
.top article .information {
  position: relative;
  padding: 0;
}
.top article .information .inner {
  position: absolute;
  top: 7.4074074074vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 81.4814814815vw;
}
.top article .information .inner .title dt,
.top article .information .inner .title dd {
  width: 100%;
}
.top article .information .inner .title dd {
  margin-top: 1.2em;
}
.top article .information .inner .txts {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.top article .information .inner .txts p {
  margin-top: 1.5em;
}
.top article .information .inner .txts p em {
  font-size: 1.1851851852vw;
  font-weight: bold;
  color: #294064;
}
.top article .information .links {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top article .information .links li {
  position: absolute;
}
.top article .information .links li a {
  font-size: 1.1111111111vw;
  line-height: 1;
  position: relative;
}
.top article .information .links li a:before, .top article .information .links li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #D7092F;
  z-index: -1;
}
.top article .information .links li a span {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 0.3em 1.5em 0.3em 1em;
  border: 1px solid #294064;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
}
.top article .information .links li a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5185185185vw 0 0.5185185185vw 0.8888888889vw;
  border-color: transparent transparent transparent #D7092F;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.top article .information .links li a:hover {
  opacity: 1;
}
.top article .information .links li a:hover span {
  transform: scale(1.08);
  color: #fff;
  background-color: #000;
}
.top article .information .links li.links01 {
  top: 7.1111111111vw;
  right: 34.0740740741vw;
}
.top article .information .links li.links01 a:before, .top article .information .links li.links01 a:after {
  display: none;
}
.top article .information .links li.links02 {
  top: 10.2222222222vw;
  right: 29.6296296296vw;
}
.top article .information .links li.links02 a:before, .top article .information .links li.links02 a:after {
  display: none;
}
.top article .information .links li.links03 {
  top: 13.3333333333vw;
  right: 25.5555555556vw;
}
.top article .information .links li.links03 a:before {
  width: 5.9259259259vw;
  bottom: -1.3333333333vw;
  left: 2.962962963vw;
  transform: rotate(-27deg);
}
.top article .information .links li.links03 a:after {
  width: 2.962962963vw;
  bottom: -0.7407407407vw;
  left: 6.6666666667vw;
  transform: rotate(-30deg);
}
.top article .information .links li.links04 {
  top: 16.2962962963vw;
  right: 49.2592592593vw;
}
.top article .information .links li.links04 a:before {
  width: 5.1851851852vw;
  bottom: -0.4444444444vw;
  right: -0.8888888889vw;
  transform: rotate(25deg);
}
.top article .information .links li.links04 a:after {
  display: none;
}
.top article .information .links li.links05 {
  top: 17.4074074074vw;
  right: 8.1481481481vw;
}
.top article .information .links li.links05 a:before, .top article .information .links li.links05 a:after {
  display: none;
}
.top article .information .links li.links06 {
  top: 19.4814814815vw;
  right: 51.1851851852vw;
}
.top article .information .links li.links06 a:before {
  width: 3.7037037037vw;
  bottom: 0.8888888889vw;
  right: -1.2592592593vw;
  transform: rotate(-18deg);
}
.top article .information .links li.links06 a:after {
  display: none;
}
.top article .information .links li.links07 {
  top: 20.7407407407vw;
  right: 23.7037037037vw;
}
.top article .information .links li.links07 a:before {
  width: 7.4074074074vw;
  bottom: -1.4814814815vw;
  left: 2.962962963vw;
  transform: rotate(-63deg);
}
.top article .information .links li.links07 a:after {
  display: none;
}
.top article .information .links li.links08 {
  top: 24.4444444444vw;
  right: 46.6666666667vw;
}
.top article .information .links li.links08 a:before, .top article .information .links li.links08 a:after {
  display: none;
}
.top article .information .links li.links09 {
  top: 25.037037037vw;
  right: 16.2962962963vw;
}
.top article .information .links li.links09 a:before, .top article .information .links li.links09 a:after {
  display: none;
}
.top article .information .links li.links10 {
  top: 28.8888888889vw;
  right: 50.7407407407vw;
}
.top article .information .links li.links10 a:before {
  width: 5.1851851852vw;
  bottom: 0.962962963vw;
  right: -0.7407407407vw;
  transform: rotate(0);
}
.top article .information .links li.links10 a:after {
  display: none;
}
.top article .information .links li.links11 {
  top: 30.962962963vw;
  right: 21.7037037037vw;
}
.top article .information .links li.links11 a:before, .top article .information .links li.links11 a:after {
  display: none;
}
.top article .information .links li.links12 {
  top: 32.6666666667vw;
  right: 40.962962963vw;
}
.top article .information .links li.links12 a:before {
  width: 8.8888888889vw;
  top: -1.7037037037vw;
  right: 3.4814814815vw;
  transform: rotate(-53deg);
}
.top article .information .links li.links12 a:after {
  display: none;
}
.top article .information .links li.links13 {
  top: 45.1851851852vw;
  right: 41.4814814815vw;
}
.top article .information .links li.links13 a:before, .top article .information .links li.links13 a:after {
  display: none;
}
.top article .information .links li.new_links {
  width: 19.2592592593vw;
  height: 3.5555555556vw;
}
.top article .information .links li.new_links a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease-out;
  border: 4px solid #000;
  font-size: 1.3333333333vw;
}
.top article .information .links li.new_links a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 0px 0px 1.9259259259vw 1.9259259259vw;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
}
.top article .information .links li.new_links a span {
  padding: 0;
  border: none;
  position: static;
  transition: none;
  background-color: transparent;
}
.top article .information .links li.new_links a span::after {
  display: none;
}
.top article .information .links li.new_links a:hover {
  transform: scale(1.08);
}
.top article .information .links li.new_links a:hover span {
  background-color: transparent;
  transform: none;
  color: #000;
}
.top article .information .links li.new_links01 {
  top: 19.3333333333vw;
  right: 6.8148148148vw;
}
.top article .information .links li.new_links01 a {
  border-color: #7da886;
  color: #7da886;
}
.top article .information .links li.new_links01 a::after {
  border-color: transparent transparent #7da886 transparent;
}
.top article .information .links li.new_links01 a span {
  color: #7da886 !important;
}
.top article .information .links li.new_links02 {
  top: 36.2962962963vw;
  right: 23.7037037037vw;
}
.top article .information .links li.new_links02 a {
  border-color: #007593;
  color: #007593;
}
.top article .information .links li.new_links02 a::after {
  border-color: transparent transparent #007593 transparent;
}
.top article .information .links li.new_links02 a span {
  color: #007593 !important;
}
.top article .information .links li.new_links03 {
  top: 10.962962963vw;
  right: 34.0740740741vw;
}
.top article .information .links li.new_links03 a {
  border-color: #009cbb;
  color: #009cbb;
}
.top article .information .links li.new_links03 a::after {
  border-color: transparent transparent #009cbb transparent;
}
.top article .information .links li.new_links03 a span {
  color: #009cbb !important;
}
.top article .information .links li.new_links04 {
  top: 21.8518518519vw;
  left: 24.8148148148vw;
}
.top article .information .links li.new_links04 a {
  border-color: #8d74a3;
  color: #8d74a3;
}
.top article .information .links li.new_links04 a::after {
  border-color: transparent transparent #8d74a3 transparent;
}
.top article .information .links li.new_links04 a span {
  color: #8d74a3 !important;
}
.top article .information .links li.new_links05 {
  top: 46.1481481481vw;
  right: 11.7777777778vw;
}
.top article .information .links li.new_links05 a {
  border-color: #194d87;
  color: #194d87;
}
.top article .information .links li.new_links05 a::after {
  border-color: transparent transparent #194d87 transparent;
}
.top article .information .links li.new_links05 a span {
  color: #194d87 !important;
}
.top article .information .links li.new_links06 {
  top: 1.3333333333vw;
  right: 21.8518518519vw;
}
.top article .information .links li.new_links06 a {
  border-color: #dbdbdb;
  color: #fff;
  background-color: #dbdbdb;
}
.top article .information .links li.new_links06 a::after {
  border-color: transparent transparent #dbdbdb transparent;
}
.top article .information .links li.new_links06 a span {
  color: #fff !important;
}
.top article .entry {
  background-color: #294064;
  padding: 7.4074074074vw 0 8.8888888889vw;
}
.top article .entry .inner .title {
  text-align: center;
  color: #fff;
}
.top article .entry .inner .title dt,
.top article .entry .inner .title dd {
  width: 100%;
}
.top article .entry .inner .title dt span {
  border-bottom-color: #fff;
  margin-right: 0;
}
.top article .entry .inner .title dd {
  margin-top: 1.2em;
}
.top article .entry .inner--wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top article .entry .inner--wrap .banner {
  width: 13.7037037037vw;
  margin: 3.7037037037vw 1.4814814815vw 0;
}
.top article .entry .inner--wrap .banner:first-of-type {
  width: 24.962962963vw;
}
.top article .entry .inner--wrap .banner a {
  transition: all 0.3s ease;
}
.top article .entry .inner--wrap .banner a:hover {
  opacity: 1;
  transform: scale(1.04);
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.modal-wrap.shown {
  display: flex;
}
.modal-wrap .modal-panel {
  width: 80vw;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 1.1111111111vw;
  position: relative;
}
.modal-wrap .modal-panel .modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-wrap .modal-panel .modal-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /*&.active{
  	display: block!important;
  }*/
}
.modal-wrap .modal-panel .modal-close {
  font-size: 1.7777777778vw;
  font-family: inherit;
  line-height: 1;
  color: #444;
  margin-top: 0.5em;
  display: inline-block !important;
  vertical-align: middle;
  background: transparent !important;
  border: none !important;
  opacity: 1;
}
.modal-wrap .modal-panel .modal-close:hover {
  opacity: 0.7;
  transition: 0.7s;
}

@media screen and (max-width: 767px) {
  .top article .main {
    padding: 5.9259259259vw 0;
  }
  .top article .main--inner--keyvisual .image {
    width: 50%;
  }
  .top article .main--inner--copy {
    top: 40%;
  }
  .top article .main--inner--copy h1 {
    font-size: 7.4074074074vw;
  }
  .top article .main--inner--copy p {
    font-size: 3.7037037037vw;
  }
  .top article .main--inner h2 {
    font-size: 4.0740740741vw;
  }
  .top article .container {
    padding: 11.1111111111vw 0;
  }
  .top article .container .inner {
    width: 85vw;
  }
  .top article .container .inner .title dt, .top article .container .inner .title dd {
    width: 100%;
  }
  .top article .container .inner .title dt {
    font-size: 9.2592592593vw;
  }
  .top article .container .inner .title dd {
    font-size: 3.7037037037vw;
    margin-top: 1em;
  }
  .top article .message {
    background: #294064 url("../images/top/img_bg01.jpg") no-repeat left center/cover;
    background-attachment: inherit;
    min-height: 107.4074074074vw;
    padding: 2.962962963vw 0 38.5185185185vw;
  }
  .top article .message .inner .txts {
    font-size: 3.7037037037vw;
    margin-left: 1.5em;
  }
  .top article .message .inner .txts p em {
    font-size: 4.0740740741vw;
  }
  .top article .movies .inner--wrap {
    padding: 11.1111111111vw 0 8.8888888889vw;
  }
  .top article .movies .inner--wrap .slick-dots {
    bottom: -8.8888888889vw;
    left: -4.8vw;
  }
  .top article .movies .inner--wrap .slick-dots li {
    width: 1.7777777778vw;
    height: 1.7777777778vw;
    margin: 0 1.7777777778vw;
  }
  .top article .movies .inner--wrap .slick-arrow {
    width: 2.8148148148vw;
    height: 5.6296296296vw;
  }
  .top article .movies .inner--wrap .slick-next,
  .top article .movies .inner--wrap .slick-prev {
    width: 5.9259259259vw;
    height: 10.3703703704vw;
  }
  .top article .movies .inner--wrap .slick-next:before,
  .top article .movies .inner--wrap .slick-prev:before {
    width: 7.4074074074vw;
    height: 7.4074074074vw;
  }
  .top article .movies .inner--wrap .slick-next {
    right: 15vw;
  }
  .top article .movies .inner--wrap .slick-prev {
    left: 1vw;
  }
  .top article .movies .inner--wrap--block {
    margin: 0 0 0 0vw;
  }
  .top article .movies .inner--wrap--block .slick-list {
    padding: 0 38% 0 0 !important;
  }
  .top article .movies .inner--wrap--block--slider {
    width: 61.8518518519vw;
    padding: 0 6.5185185185vw 0 0;
  }
  .top article .movies .inner--wrap--block--slider a.video_play figure:after {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
  }
  .top article .movies .inner--wrap--block--slider a .texts p {
    font-size: 3.3333333333vw;
  }
  .top article .interviews .inner .title {
    text-align: center;
  }
  .top article .interviews .inner .title dt span {
    margin-right: 0;
  }
  .top article .interviews .inner--wrap--category {
    width: 80%;
    margin: 10.3703703704vw auto 0;
  }
  .top article .interviews .inner--wrap--category a figure:after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
  }
  .top article .interviews .inner--wrap--category a .texts dl dt {
    font-size: 3.3333333333vw;
  }
  .top article .interviews .inner--wrap--category a .texts dl dd {
    font-size: 3.1851851852vw;
  }
  .top article .business {
    min-height: 117.3333333333vw;
    padding: 14.8148148148vw 0;
    background-position: 25% center;
  }
  .top article .business .inner .title {
    text-align: center;
  }
  .top article .business .inner .title dt {
    font-size: 8.5185185185vw;
  }
  .top article .business .inner .title dt span {
    margin-right: 0;
  }
  .top article .business .inner--wrap .figure {
    width: 80%;
    margin: 7.4074074074vw auto 0;
  }
  .top article .business .inner .txts {
    font-size: 3.3333333333vw;
    text-align: center;
  }
  .top article .business .inner .txts p em {
    font-size: 3.5555555556vw;
  }
  .top article .information .visual {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 5vw auto 0;
  }
  .top article .information .visual img {
    width: 150vw;
    max-width: inherit;
    margin-left: -38%;
  }
  .top article .information .inner {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
  }
  .top article .information .inner .title {
    text-align: center;
  }
  .top article .information .inner .title dt span {
    margin-right: 0;
  }
  .top article .information .inner .txts {
    font-size: 3.7037037037vw;
    text-align: center;
  }
  .top article .information .inner .txts p em {
    font-size: 3.7037037037vw;
  }
  .top article .information .links {
    width: 85vw;
    margin: 0 auto;
    position: relative;
    top: inherit !important;
    left: inherit !important;
    display: flex;
    flex-wrap: wrap;
  }
  .top article .information .links li {
    width: 100%;
    position: relative;
    top: inherit !important;
    right: inherit !important;
    margin: 5em auto 0;
  }
  .top article .information .links li a {
    font-size: 3.7037037037vw;
  }
  .top article .information .links li a span {
    display: block;
    line-height: 1.4;
    text-align: center;
    border: none;
    background-color: #0180CC;
    color: #fff;
  }
  .top article .information .links li a span:after {
    border-width: 1.8518518519vw 0 1.8518518519vw 2.962962963vw;
    right: 0.8em;
  }
  .top article .information .links li.new_links {
    width: 100%;
    height: 10.6666666667vw;
    position: static;
  }
  .top article .information .links li.new_links a {
    border: 2px solid #000;
    font-size: 4.2666666667vw;
  }
  .top article .information .links li.new_links a::after {
    border-width: 0px 0px 6.9333333333vw 6.9333333333vw;
  }
  .top article .information .links li.new_links a:hover {
    transform: none;
  }
  .top article .information .links li.new_links01 {
    top: 19.3333333333vw;
    right: 6.8148148148vw;
  }
  .top article .information .links li.new_links01 a {
    border-color: #7da886;
    color: #7da886;
  }
  .top article .information .links li.new_links01 a::after {
    border-color: transparent transparent #7da886 transparent;
  }
  .top article .information .links li.new_links01 a span {
    color: #7da886 !important;
  }
  .top article .information .links li.new_links02 {
    top: 36.2962962963vw;
    right: 23.7037037037vw;
  }
  .top article .information .links li.new_links02 a {
    border-color: #007593;
    color: #007593;
  }
  .top article .information .links li.new_links02 a::after {
    border-color: transparent transparent #007593 transparent;
  }
  .top article .information .links li.new_links02 a span {
    color: #007593 !important;
  }
  .top article .information .links li.new_links03 {
    top: 10.962962963vw;
    right: 34.0740740741vw;
  }
  .top article .information .links li.new_links03 a {
    border-color: #009cbb;
    color: #009cbb;
  }
  .top article .information .links li.new_links03 a::after {
    border-color: transparent transparent #009cbb transparent;
  }
  .top article .information .links li.new_links03 a span {
    color: #009cbb !important;
  }
  .top article .information .links li.new_links04 {
    top: 21.8518518519vw;
    left: 24.8148148148vw;
  }
  .top article .information .links li.new_links04 a {
    border-color: #8d74a3;
    color: #8d74a3;
  }
  .top article .information .links li.new_links04 a::after {
    border-color: transparent transparent #8d74a3 transparent;
  }
  .top article .information .links li.new_links04 a span {
    color: #8d74a3 !important;
  }
  .top article .information .links li.new_links05 {
    top: 46.1481481481vw;
    right: 11.7777777778vw;
  }
  .top article .information .links li.new_links05 a {
    border-color: #194d87;
    color: #194d87;
  }
  .top article .information .links li.new_links05 a::after {
    border-color: transparent transparent #194d87 transparent;
  }
  .top article .information .links li.new_links05 a span {
    color: #194d87 !important;
  }
  .top article .information .links li.new_links06 {
    top: 1.3333333333vw;
    right: 21.8518518519vw;
  }
  .top article .information .links li.new_links06 a {
    pointer-events: none;
    border-color: #dbdbdb;
    color: #fff;
    background-color: #dbdbdb;
  }
  .top article .information .links li.new_links06 a::after {
    border-color: transparent transparent #dbdbdb transparent;
  }
  .top article .information .links li.new_links06 a span {
    color: #fff !important;
  }
  .top article .entry {
    padding: 14.8148148148vw 0 17.7777777778vw;
  }
  .top article .entry .inner--wrap {
    justify-content: space-between;
  }
  .top article .entry .inner--wrap .banner {
    width: 47.5%;
    margin: 5.5555555556vw 0 0;
  }
  .top article .entry .inner--wrap .banner:first-of-type {
    width: 100%;
  }
  .modal-wrap .modal-panel {
    width: 95%;
  }
  .modal-wrap .modal-panel .modal-close {
    font-size: 3.5555555556vw;
  }
}/*# sourceMappingURL=style.css.map */