@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500;600;700");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* Universal */
/* Text - Decoration */
.uline-dotted {
  border-bottom: 1px dashed;
  padding-bottom: .125rem;
}

.uline {
  text-decoration: underline;
}

/*Fonts - Colors*/
.is-black-text {
  color: black;
}

.is-gray-87-text {
  color: #222222;
}

.is-gray-73-text {
  color: #444444;
}

.is-gray-50-text {
  color: #808080;
}

.is-gray-35-text {
  color: #a5a5a5;
}

.is-gray-15-text {
  color: #d9d9d9;
}

.is-gray-02-text {
  color: #f7f9f9;
}

.is-white-text {
  color: white;
}

.is-brand-key-text {
  color: #8B0000;
}

.is-brand-sub-text {
  color: #cc0000;
}

.is-brand-FIT-text {
  color: #39549F;
}

.is-brand-FIT-sub-text {
  color: #5C97B9;
}

.is-brand-N-VAN-text {
  color: #8E7600;
}

.is-brand-N-VAN-sub-text {
  color: #DFB900;
}

.is-subttl-text {
  color: #c1c8e6;
}

.is-subttlg-text {
  color: #d8eefd;
}

.is-caution-text {
  color: #d10059;
}

.is-cautions-text {
  color: #773800;
}

.is-negative-text {
  color: #fdded8;
}

.is-negatives-text {
  color: #b12a0b;
}

.is-attention-text {
  color: #f5ebde;
}

.is-attentions-text {
  color: #ff6d33;
}

/*Fonts - Sizes*/
.small-size-font {
  font-size: 0.75rem;
}

.midium-size-font {
  font-size: 1rem;
}

.large-size-font {
  font-size: 2rem;
}

/*Fonts - Weights*/
.is-weight-700 {
  font-weight: 700;
}

.is-weight-600 {
  font-weight: 500;
}

.is-weight-500 {
  font-weight: 500;
}

.is-weight-400 {
  font-weight: 400;
}

.is-weight-200 {
  font-weight: 200;
}

/*Backbround - Colors*/
.is-bgcolor-brand-FIT {
  background-color: #39549F;
}

.is-bgcolor-brand-FIT-sub {
  background-color: #5C97B9;
}

.is-bgcolor-brand-FIT-bg {
  background-color: #C1E8FF;
}

.is-bgcolor-brand-N-VAN {
  background-color: #8E7600;
}

.is-bgcolor-brand-N-VAN-sub {
  background-color: #DFB900;
}

.is-bgcolor-brand-N-VAN-bg {
  background-color: #F3ECCF;
}

.is-bgcolor-brand-key {
  background-color: #8B0000;
}

.is-bgcolor-brand-sub {
  background-color: #cc0000;
}

.is-bgcolor-black {
  background-color: black;
}

.is-bgcolor-gray-87 {
  background-color: #222222;
}

.is-bgcolor-gray-73 {
  background-color: #444444;
}

.is-bgcolor-gray-50 {
  background-color: #808080;
}

.is-bgcolor-gray-35 {
  background-color: #a5a5a5;
}

.is-bgcolor-gray-15 {
  background-color: #d9d9d9;
}

.is-bgcolor-gray-02 {
  background-color: #f7f9f9;
}

.is-bgcolor-white {
  background-color: white;
}

.is-bgcolor-transparent {
  background-color: transparent;
}

/*Frame - Solid : 1px: color*/
.is-framecolor-black {
  border: 1px solid black;
}

.is-framecolor-bland-key {
  border: 1px solid #8B0000;
}

.is-framecolor-bland-FIT {
  border: 1px solid #39549F;
}

.is-framecolor-bland-N-VAN {
  border: 1px solid #8E7600;
}

.is-framecolor-bland-sub {
  border: 1px solid #cc0000;
}

.is-framecolor-bland-FIT-sub {
  border: 1px solid #5C97B9;
}

.is-framecolor-bland-N-VAN-sub {
  border: 1px solid #DFB900;
}

.b-l {
  border-left: 1px solid lightgray;
}

.b-r {
  border-right: 1px solid lightgray;
}

.b-t {
  border-top: 1px solid lightgray;
}

.b-b {
  border-bottom: 1px solid lightgray;
}

/*Text - Colors*/
.is-neutral-subttl {
  background-color: #c1c8e6;
}

.is-neutral-subttlg {
  background-color: #d8eefd;
}

.is-neutral-caution {
  background-color: #d10059;
}

.is-neutral-cautions {
  background-color: #773800;
}

.is-neutral-negative {
  background-color: #fdded8;
}

.is-neutral-negatives {
  background-color: #b12a0b;
}

.is-neutral-attention {
  background-color: #f5ebde;
}

.is-neutral-attentions {
  background-color: #ff6d33;
}

/*Text - Aliginment*/
.ctr-txt {
  text-align: center;
}

.rtl-txt {
  text-align: right;
}

.ltr-txt {
  text-align: left;
}

.ltr-tategaki-txt {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.ctr {
  margin-left: auto;
  margin-right: auto;
}

/*Spacing*/
.m0 {
  margin: 0;
}

.mtl, .mvl, .ml {
  margin-top: 5rem;
}

.mbl, .mvl, .ml {
  margin-bottom: 5rem;
}

.mtm, .mvm, .mm {
  margin-top: 2rem;
}

.mbm, .mvm, .mm {
  margin-bottom: 2rem;
}

.mts, .mvs, .ms {
  margin-top: 0.5rem;
}

.mbs, .mvs, .ms {
  margin-bottom: 0.5rem;
}

.mll, .mhl, .ml {
  margin-left: 5rem;
}

.mlm, .mhm, .mm {
  margin-left: 2rem;
}

.mls, .mhs, .ms {
  margin-left: 0.5rem;
}

.mrl, .mhl, .ml {
  margin-right: 5rem;
}

.mrm, .mhm, .mm {
  margin-right: 2rem;
}

.mrs, .mhs, .ms {
  margin-right: 0.5rem;
}

.mtss, .mtss, .mss {
  margin-top: .25rem;
}

.mbss, .mbss, .mss {
  margin-bottom: .25rem;
}

.mrss, .mhss, .mss {
  margin-right: .25rem;
}

.mlss, .mlss, .mss {
  margin-left: .25rem;
}

.p0 {
  padding: 0;
}

.ptl, .pvl, .pl {
  padding-top: 5rem;
}

.pbl, .pvl, .pl {
  padding-bottom: 5rem;
}

.ptm, .pvm, .pm {
  padding-top: 2rem;
}

.pbm, .pvm, .pm {
  padding-bottom: 2rem;
}

.pts, .pvs, .ps {
  padding-top: 0.5rem;
}

.pbs, .pvs, .ps {
  padding-bottom: 0.5rem;
}

.pll, .phl, .pl {
  padding-left: 5rem;
}

.prl, .phl, .pl {
  padding-right: 5rem;
}

.plm, .phm, .pm {
  padding-left: 2rem;
}

.prm, .phm, .pm {
  padding-right: 2rem;
}

.pls, .phs, .ps {
  padding-left: 0.5rem;
}

.prs, .phs, .ps {
  padding-right: 0.5rem;
}

/* Box -size, frame */
.col-25 {
  width: 25%;
}

.col-33 {
  width: calc(100% / 3);
}

.col-50 {
  width: 50%;
}

.col-66 {
  width: calc(100% / 6);
}

.col-75 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.is-corner-rounded-l {
  border-radius: 10px;
}

.is-corner-rounded-m {
  border-radius: 5px;
}

.is-corner-rounded-s {
  border-radius: 3px;
}

.sat {
  padding-top: env(safe-area-inset-top);
}

.sar {
  padding-right: env(safe-area-inset-left);
}

.sal {
  padding-left: env(safe-area-inset-left);
}

.sab {
  padding-bottom: env(safe-area-inset-bottom);
}

.fixed {
  position: fixed;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
section {
  overflow: hidden;
}

.tas_frame {
  font-size: 110% !important;
  line-height: 1.5;
}

.browserupgrade {
  background-color: red;
  color: white;
  font-size: .75rem;
  font-weight: 700;
  width: 100%;
  padding: .5rem;
  text-align: center;
}

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  padding: 2rem;
}

.contents_box {
  display: block;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contents_box2 {
  width: 100%;
  max-width: 900px;
}

.mask__black {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: relative;
}

.logo__youtube {
  position: absolute;
  width: 10%;
  right: 3rem;
  top: 3rem;
}

.logo__youtube_list {
  position: absolute;
  width: 20%;
  right: 1rem;
  bottom: 1rem;
  z-index: +1;
}

.interview__ttl {
  line-height: .85 !important;
}

#to_present .contents_box img {
  max-width: 900px;
}

.layout_box_col {
  display: flex;
  flex-direction: column;
}

.layout_box_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.fit_block_frame .layout_box_row, .nvan_block_frame .layout_box_row {
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fit_block_frame .layout_box_row .col-50, .nvan_block_frame .layout_box_row .col-50 {
  width: 100% !important;
}

.fit_block_frame .layout_box_row .prm, .nvan_block_frame .layout_box_row .prm {
  padding-right: unset !important;
}

.dl-title {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

.dl-title img {
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#fit_styling, #fit_fit_interview {
  position: relative;
}

.txt_comingsoon {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 42px;
  position: absolute;
  bottom: 100px;
}

.btn_lnk_form {
  font-size: 20px;
  width: 500px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn_lnk_form a {
  color: #fff;
  text-decoration: none;
}

.btn_lnk_form a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFydyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDg0LjMgMTU0LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg0LjMgMTU0LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTgyLjMsNzIuMkwxMi4xLDIuMWMtMi44LTIuOC03LjMtMi44LTEwLDBsMCwwYy0yLjgsMi44LTIuOCw3LjMsMCwxMGw2NS4yLDY1LjJMMi4xLDE0Mi41Yy0yLjgsMi44LTIuOCw3LjMsMCwxMGwwLDAKCWMyLjgsMi44LDcuMywyLjgsMTAsMGw3MC4yLTcwLjJjMS40LTEuNCwyLjEtMy4yLDIuMS01LjFDODQuMyw3NS41LDgzLjcsNzMuNiw4Mi4zLDcyLjJ6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  margin-left: 8px;
  background-position-y: -1px;
  transition: .35s;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
}

.main-fit .slick-arrow {
  background-color: #C1E8FF;
  border: 8px solid #C1E8FF;
}

.main-nvan .slick-arrow {
  background-color: #DFB900;
  border: 8px solid #DFB900;
}

.slick-prev {
  left: 0;
  z-index: 1;
  color: transparent;
  background-image: url(../img/icn__arw_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.slick-next {
  right: 0;
  z-index: 1;
  color: transparent;
  background-image: url(../img/icn__arw_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.btn_lnk_form {
  opacity: 1;
  transition: .35s;
}

.btn_lnk_form:hover {
  opacity: .5;
  transition: .35s;
}

.txt_lnk {
  opacity: 1;
  transition: .35s;
  color: black;
}

.txt_lnk:hover {
  opacity: .5;
  transition: .35s;
}

/* Slide */
.btn-slide a {
  display: inline-block;
  min-width: 200px;
  padding: .75em 1.5em .75em 1.5em;
  background-color: transparent;
  border: 1px solid black;
  color: black;
  text-align: center;
  position: relative;
  transition: .35s;
  word-wrap: break-word;
  z-index: +2;
}

.dl-fit .btn-slide a, .dl-nvan .btn-slide a {
  width: 100%;
  font-size: 1.25rem;
  text-decoration: none;
}

.btn-slide a:hover {
  color: white;
}

.dl-nvan .btn-slide a:hover {
  border: 1px solid #8E7600;
}

.dl-fit .btn-slide a:hover {
  border: 1px solid #39549F;
}

.btn-slide a:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dl-nvan .btn-slide a:hover::after {
  background-color: #8E7600;
}

.dl-fit .btn-slide a:hover::after {
  background-color: #39549F;
}

.btn-slide a::after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .35s;
}

.dl-nvan .btn-slide a::after {
  background-color: #8E7600;
}

.dl-fit .btn-slide a::after {
  background-color: #39549F;
}

/* Btn Slide-arw  */
.btn-slide-arw {
  min-width: 200px;
  border: 1px solid black;
  background-color: transparent;
  padding: .75em 1.5em .75em 1.5em;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  text-indent: 20px;
  position: relative;
  transition: .3s;
}

.btn-slide-arw:hover {
  color: white;
  border: 1px solid red;
}

.btn-slide-arw:hover::before {
  content: "";
  background-color: deeppink;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-slide-arw::before {
  content: "";
  background-color: deeppink;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .35s;
}

.btn-slide-arw::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFydyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDg0LjMgMTU0LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg0LjMgMTU0LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTgyLjMsNzIuMkwxMi4xLDIuMWMtMi44LTIuOC03LjMtMi44LTEwLDBsMCwwYy0yLjgsMi44LTIuOCw3LjMsMCwxMGw2NS4yLDY1LjJMMi4xLDE0Mi41Yy0yLjgsMi44LTIuOCw3LjMsMCwxMGwwLDAKCWMyLjgsMi44LDcuMywyLjgsMTAsMGw3MC4yLTcwLjJjMS40LTEuNCwyLjEtMy4yLDIuMS01LjFDODQuMyw3NS41LDgzLjcsNzMuNiw4Mi4zLDcyLjJ6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  margin-left: 8px;
  background-position-y: 1px;
  transition: .35s;
}

.btn-slide-arw:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFydyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDg0LjMgMTU0LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg0LjMgMTU0LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTgyLjMsNzIuMkwxMi4xLDIuMWMtMi44LTIuOC03LjMtMi44LTEwLDBsMCwwYy0yLjgsMi44LTIuOCw3LjMsMCwxMGw2NS4yLDY1LjJMMi4xLDE0Mi41CgljLTIuOCwyLjgtMi44LDcuMywwLDEwbDAsMGMyLjgsMi44LDcuMywyLjgsMTAsMGw3MC4yLTcwLjJjMS40LTEuNCwyLjEtMy4yLDIuMS01LjFDODQuMyw3NS41LDgzLjcsNzMuNiw4Mi4zLDcyLjJ6Ii8+Cjwvc3ZnPgo=);
}

.lnk-style a {
  text-decoration: none;
  color: #000;
}

.hover {
  opacity: 1;
  margin-top: 0;
  transition: .35s;
}

.hover:hover {
  opacity: .5;
  margin-top: 5px;
  transition: .35s;
}

.top__block {
  width: 100%;
  overflow: hidden;
}

.title__font {
  font-family: 'Montserrat', sans-serif;
}

.bg-image-loop-fit {
  background: url("../img/img__loop__txt__fit.png") repeat-x 0 0;
}

.bg-image-loop-nvan {
  background: url("../img/img__loop__txt__nvan.png") repeat-x 0 0;
}

.bg-image-loop-fit, .bg-image-loop-nvan {
  width: 100%;
  height: 100%;
  /* 画像の高さを指定 */
  position: relative;
  background-size: auto 100%;
  animation: bg-slider 40s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
  margin: 80px 0;
  padding: 0;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1518px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

@keyframes bg-slider2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1214px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

@keyframes bg-slider3 {
  from {
    background-position: -1214px 0;
  }
  to {
    background-position: 0 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

main {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

main li, #top_interview_mov li, #banner__list li {
  list-style: none;
}

.main-top {
  border: 15px solid white;
}

.main__block__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main__block__wrap div {
  background-size: cover;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.main__block__FIT-main-top {
  background-image: url(../img/bg__main__top-FIT.jpg);
  background-repeat: repeat-x;
  animation: bg-slider3 40s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
}

.main__block__N-VAN-main-top {
  background-image: url(../img/bg__main__top-N-VAN.jpg);
  background-repeat: repeat-x;
  animation: bg-slider3 40s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
}

.main__block__FIT-main-top, .main__block__N-VAN-main-top {
  text-align: right;
}

.main__block__FIT-main-top img, .main__block__N-VAN-main-top img {
  width: 45vw;
  margin-top: -150px;
}

.main__block__wrap .main__block__copy {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 4.0625vw;
  z-index: +1;
}

.main__block__news li {
  line-height: 1.25;
  font-size: 1.125rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.main__block__news a {
  color: #8B0000;
  text-decoration: none;
}

.main__txt-copy {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 4.0625vw;
  line-height: 1;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 4.0625vw;
  line-height: 4.0625vw;
  text-align: right;
  padding-bottom: 4.0625vw;
}

.main__block__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.main__block__title h1 {
  padding-bottom: 20px;
}

.main__block__news {
  border-top: 3px solid #000;
  width: 50%;
  padding-top: .5rem;
}

#banner__list {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#banner__list img {
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  main {
    height: -webkit-fill-available;
  }
}

@media screen and (min-width: 835px) {
  h1.line {
    font-size: 72px;
    line-height: .8;
    letter-spacing: -2.5px;
  }
}

@media screen and (max-width: 834px) {
  h1 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2.25px;
  }
  .main__txt-copy {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 8.125vw;
    line-height: 1;
  }
  .main-top .col-50 {
    width: 100%;
  }
  .main__block__wrap {
    flex-direction: column;
  }
  .main__block__title {
    flex-direction: column-reverse;
  }
  .main__block__FIT-main-top, .main__block__N-VAN-main-top {
    text-align: right;
    height: 50%;
  }
  .main__block__FIT-main-top img, .main__block__N-VAN-main-top img {
    width: 85vw;
    margin-top: -40vw;
  }
  .main__block__news {
    width: 100%;
    padding-left: 0;
  }
  .block__ph__FIT_block {
    flex-direction: column-reverse !important;
  }
  .block__ph__FIT_block .ph__txt {
    width: 100% !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 24px;
  }
  #banner__list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.block__top__interview__title, .block__fit__interview__title, .block__nvan__interview__title {
  width: 100%;
  height: 680px;
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.block__top__interview__title {
  background-image: url(../img/bg__interview__concept.jpg);
}

.block__fit__interview__title {
  background-image: url(../img/bg__interview__fit.jpg);
}

.block__nvan__interview__title {
  background-image: url(../img/bg__interview__nvan.jpg);
}

.block__nav__interview__name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.block__nvan__interview__title .block__top__interview__name {
  width: 40%;
}

.block__nav__interview__name .interview__person__title {
  width: 46%;
}

#top_concept_interview a {
  text-decoration: none;
}

.block__top__interview__title, .block__fit__interview__title, .block__nvan__interview__title {
  color: #fff;
}

.top__interview-title {
  margin-left: 3rem;
  margin-top: 3rem;
}

.block__top__interview__text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.75rem 3rem 1.75rem 3rem;
  display: flex;
  align-items: center;
  line-height: 2.75rem;
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
}

.interview__person__title {
  font-size: .75rem;
  padding-top: .5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  width: 30%;
}

.interview__person__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.top__interview-lead {
  margin-top: 14px;
}

@media screen and (max-width: 736px) {
  .top__interview-title {
    padding-top: 240px;
    margin-left: 1rem;
  }
  .interview__person__title {
    width: calc(100% - 2rem);
  }
  .top__interview-lead {
    margin-top: 12px;
  }
  .block__top__interview__text {
    font-size: .75rem;
    line-height: 1.25rem;
    padding: 1rem 1rem 1rem 1rem;
  }
  .interview__person__name {
    font-size: 1.125rem;
  }
}

.top__block__FIT, .top__block__N-VAN, .top__block {
  width: 900px;
  position: relative;
}

#Fit h2, #N-VAN h2 {
  font-weight: 900;
  font-size: 47px;
  line-height: 1;
}

#Fit main h2, #N-VAN main h2 {
  font-size: 24px;
  line-height: 1;
}

.block-txt-copy {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 47px;
  line-height: 1;
}

.block__ph__FIT_block {
  display: flex;
  flex-direction: row;
}

.block__ph__FIT_block .ph__txt {
  width: 40%;
  margin-top: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.block__ph__FIT figure, .block__ph__N-VAN figure {
  width: 60%;
}

.block__ph__FIT img, .block__ph__N-VAN img {
  width: 100%;
  right: 0;
}

.block__ph__FIT, .block__ph__N-VAN {
  width: 100%;
  max-width: 900px;
  background-size: contain;
  background-position-x: -140px;
  background-position-y: 40px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.block__ph__FIT {
  background-image: url(../img/bg__carlink__top-FIT.jpg);
}

.block__ph__N-VAN {
  background-image: url(../img/bg__carlink__top-N-VAN.jpg);
}

.btn__lnk__detail {
  background-color: white;
  width: 220px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-left: 1.5rem;
  border: 1px solid lightgray;
  text-align: center;
}

.btn__lnk__detail a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .top__block__FIT, .top__block__N-VAN {
    width: 100%;
  }
  #Fit h2, #N-VAN h2 {
    font-size: 24px;
  }
  .block-txt-copy {
    font-size: 24px;
  }
  .block__ph__FIT figure, .block__ph__N-VAN figure {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .block__ph__FIT img, .block__ph__N-VAN img {
    width: 100%;
  }
  .btn__lnk__detail {
    width: 100%;
    margin-left: 0;
  }
  #banner__list img {
    width: 100%;
  }
  section#Fit.mvl, section#N-VAN.mvl {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

#top_interview_mov .list__mov__layout_box_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

#top_interview_mov .top__ttl_h2 {
  font-size: 6vw;
  padding-left: 3rem;
  line-height: 1.125;
}

.list__mov__layout_box_row li {
  width: 25%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.list__mov__layout_box_row li h3 {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: .5rem;
}

.list__mov__layout_box_row figure {
  position: relative;
  overflow: hidden;
}

.list__mov__layout_box_row img {
  width: 100%;
  opacity: 1;
  transform: scale(1);
  transition: .35s;
}

.list__mov__layout_box_row img:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: .35s ease-in-out;
}

.list__mov__lead {
  padding-left: .75rem;
  color: black;
  font-size: .75rem;
}

.list__mov__mrk-fit {
  border-left: 4px solid #39549F;
}

.list__mov__mrk-nvan {
  border-left: 4px solid #8E7600;
}

.list__mov__mrk-create {
  border-left: 4px solid #cc0000;
}

.list__mov__caution::after {
  clear: both;
}

.main-fit {
  border: 15px solid #C1E8FF;
  position: relative;
  background-image: url(../img/bg__main__top-FIT-light.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  animation: bg-slider2 40s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
}

.main-nvan {
  border: 15px solid #DFB900;
  position: relative;
  background-image: url(../img/bg__main__top-N-VAN-light.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  animation: bg-slider2 40s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
}

.corner__fit__main {
  width: 10vw;
  height: 10vw;
  display: block;
  border-top: 100px solid #C1E8FF;
  border-right: 100px solid transparent;
  border-left: 100px solid #C1E8FF;
  border-bottom: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.corner__fit__main_end {
  width: 10vw;
  height: 10vw;
  display: block;
  border-top: 100px solid transparent;
  border-right: 100px solid  #C1E8FF;
  border-left: 100px solid transparent;
  border-bottom: 100px solid  #C1E8FF;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.corner__nvan__main {
  width: 10vw;
  height: 10vw;
  display: block;
  border-top: 100px solid  #DFB900;
  border-right: 100px solid transparent;
  border-left: 100px solid #DFB900;
  border-bottom: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.corner__nvan__main_end {
  width: 10vw;
  height: 10vw;
  display: block;
  border-top: 100px solid transparent;
  border-right: 100px solid #DFB900;
  border-left: 100px solid transparent;
  border-bottom: 100px solid  #DFB900;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.main-fit h1, .main-nvan h1 {
  font-size: 36px;
  color: #fff;
  line-height: 58px;
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 12px;
  z-index: 2;
}

.main-fit .bg__h1 {
  background-color: #39549F;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.main-nvan .bg__h1 {
  background-color: #8E7600;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.main-fit .main__block__FIT-thumb .bg__h1, .main-nvan .main__block__N-VAN-thumb .bg__h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: inline-block;
}

.thumb-item-nav, .thumb-item-nav-nvan {
  margin-top: 10px;
  width: 80vw;
  transform: unset !important;
}

.thumb-item-nav li img, .thumb-item-nav-nvan li img {
  width: 100%;
}

.thumb-item-nav li, .thumb-item-nav-nvan li {
  padding-right: 1rem;
}

.main__copy {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  font-size: 62px;
  font-weight: 900;
  top: 60px;
  right: 60px;
  z-index: 2;
}

#FIT.main__block__FIT-main {
  background-image: unset;
}

#N-VAN.main__block__N-VAN-main {
  background-image: unset;
}

.main__block__FIT-main, .main__block__N-VAN-main {
  margin-top: auto;
  margin-bottom: auto;
}

.main__block__FIT-main .carlink_slide_img img, .main__block__N-VAN-main .carlink_slide_img img {
  height: 60vh;
}

.main__img__line {
  position: absolute;
  top: -5px;
  right: 30px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .main-fit h1, .main-nvan h1 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .125rem;
    position: relative;
  }
  main {
    height: unset;
  }
  .main__copy {
    font-size: 18px;
    position: unset;
  }
  .main__img__line {
    top: 0;
    width: 70%;
    position: relative;
    display: none;
  }
  .corner__fit__main {
    width: 5vw;
    height: 5vw;
    border-top: 5vw solid #C1E8FF;
    border-left: 5vw solid #C1E8FF;
    border-right: 5vw solid transparent;
    border-bottom: 5vw solid transparent;
  }
  .thumb-item-nav, .thumb-item-nav-nvan {
    width: 100%;
  }
  .thumb-item-nav li, .thumb-item-nav-nvan li {
    padding-right: 0;
  }
  .corner__fit__main_end {
    width: 5vw;
    height: 5vw;
    border-bottom: 5vw solid #C1E8FF;
    border-right: 5vw solid #C1E8FF;
    border-left: 5vw solid transparent;
    border-top: 5vw solid transparent;
  }
  .corner__fit__main_end img {
    width: 7vw;
  }
  .main__block__FIT-main .carlink_slide_img img, .main__block__N-VAN-main .carlink_slide_img img {
    height: unset;
    width: 100%;
  }
  .main__block__FIT-thumb h2 {
    font-size: 1rem;
  }
}

.fit_block_styling_ttl h2, .nvan_block_styling_ttl h2, .nvan_block_diy_ttl h2 {
  font-size: 48px;
  line-height: 1.125;
}

.fit_styling_lead, .nvan_styling_lead {
  font-size: 1rem;
  margin-top: .5rem;
  border-top: 1px solid #000;
  margin-top: .75rem;
  padding-top: .5rem;
  margin-bottom: 1.5rem;
}

#fit_styling .fit_block_frame, #nvan_styling .nvan_block_frame {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 736px) {
  .fit_block_frame, .nvan_block_frame {
    width: 100% !important;
  }
  .fit_block_frame .layout_box_row {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #fit_styling .fit_block_frame, #nvan_styling .nvan_block_frame {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fit_block_frame .prm {
    padding-right: 0;
  }
  #fit_styling img {
    width: 100%;
  }
}

#top_concept_interview h2, #fit_fit_interview h2, #nvan_nvan_interview h2 {
  color: #fff;
  font-size: 6vw;
  line-height: 1;
}

.fit_block_interview_frame {
  width: 100%;
  height: 60vw;
  background-image: url(../img/bg__fit_interview01.jpg);
  background-size: cover;
  background-position-y: center;
  position: relative;
}

.nvan_block_interview_frame {
  width: 100%;
  height: 60vw;
  background-image: url(../img/bg__nvan_interview01.jpg);
  background-size: cover;
  background-position-y: top;
  position: relative;
}

.fit_block_frame, .nvan_block_frame {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.fit_block_interview_ttl, .nvan_block_interview_ttl {
  width: 15rem;
}

.fit_interview_lead, .nvan_interview_lead {
  color: #fff;
  font-size: 1rem;
  margin-top: .5rem;
}

@media screen and (max-width: 736px) {
  #fit_fit_interview h2, #nvan_nvan_interview h2 {
    font-size: 24px;
  }
  .fit_block_interview_ttl, .nvan_block_interview_ttl {
    width: 100%;
    padding: 2rem;
  }
  .txt_comingsoon {
    font-size: 14px;
    bottom: unset;
    top: 2rem;
    padding-left: 2rem;
  }
  .btn_lnk {
    width: 100%;
    padding: 2rem;
  }
  .btn_lnk img {
    width: 100%;
  }
  .btn_lnk_form {
    width: 100%;
  }
}

/* Styles for dialog window */
a.popup-with-zoom-anim {
  opacity: 1;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-auto-cursor .mfp-content {
  width: 800px;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*Animation-Load -Narrow*/
/*Animation-Load -Wide*/
.animation-box {
  opacity: 0;
}

.animation-box {
  transition: 1.5s;
}

.animation-box.active {
  opacity: 1;
}

.fadeInRight {
  transition: all 0.5s ease-in;
  transform: translateX(40px);
  opacity: 1 !important;
}

.fadeInLeft {
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 1 !important;
}

.fadeIn {
  opacity: 1 !important;
}

.animated {
  opacity: 0;
  margin-left: -40px;
  transition: 1.5s;
}

.animated_opp {
  opacity: 0;
  margin-left: 80px;
  transition: 1.5s;
}

.animated_fixed {
  opacity: 0;
  transition: 1.5s;
}

.blinking {
  -webkit-animation: blink .01s linear infinite alternate;
  -moz-animation: blink .01s linear infinite alternate;
  animation: blink .01s linear infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#main .passing .passing-bar:before {
  background: #8B0000;
}

#Fit .passing .passing-bar:before {
  background: #39549F;
}

#N-VAN .passing .passing-bar:before {
  background: #8E7600;
}

.slide_white .passing .passing-bar:before {
  background: #fff !important;
}

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar .75s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media screen and (min-width: 737px) {
  .narrow {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .wide {
    display: none;
  }
  h1 {
    text-align: left;
  }
  .top__interview-title {
    margin-top: 2rem;
  }
  .logo__youtube {
    top: 2rem;
  }
  .block__top__interview__title, .block__fit__interview__title, .block__nvan__interview__title {
    height: 500px;
  }
  #main .top__interview-title {
    padding-top: 160px;
  }
  #Fit .top__interview-title, #N-VAN .top__interview-title {
    padding-top: 0;
  }
  #N-VAN .block__top__interview__name {
    margin-top: 8rem;
  }
  #top_interview_mov .pls, #top_interview_mov .phs {
    padding-left: 0;
  }
  #top_interview_mov .prs, #top_interview_mov .phs {
    padding-right: 0;
  }
  #top_interview_mov .top__ttl_h2 {
    padding-left: 1rem;
  }
  #top_interview_mov ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #top_interview_mov li {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .block__nav__interview__name {
    left: 1rem;
  }
  .block__nav__interview__name .interview__person__title {
    width: 80%;
  }
  .block__nvan__interview__title .block__top__interview__name {
    width: 50%;
  }
  .block__nvan__interview__title {
    background-image: url(../img/bg__interview__nvan-narrow.jpg);
  }
  #to_present .pvl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contents_box {
    display: block;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contents_box img {
    width: 100%;
  }
  .logo__youtube {
    width: 20%;
  }
  .container {
    padding: 1rem;
  }
  .main__block__title {
    padding: 20px 0 20px 0;
  }
}

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