@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: constant(safe-area-inset-top);
  padding: constant(safe-area-inset-right);
  padding: constant(safe-area-inset-bottom);
  padding: constant(safe-area-inset-left);
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: geometricPrecision;
  color: #333333;
  background: white;
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #113a6a;
  transition: 0.23s ease-in-out;
}
a:hover {
  color: #bd0b11;
}
a img[src*="bn"] {
  transition: 0.23s ease-in-out;
}
a img[src*="bn"]:hover {
  opacity: 0.7;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
p:first-child {
  margin-top: 0;
}

img,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

img {
  height: auto;
}

em {
  font-weight: 600;
  font-style: normal;
  color: #eb6da5;
}

strong {
  font-weight: 600;
}

figure {
  margin: 0;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.7;
}

hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #dee4e7;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
textarea {
  padding: 1em;
  border: 1px solid #dee4e7;
  width: 100%;
}
input[type="text"]:placeholder-shown,
input[type="search"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="url"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="datetime"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="month"]:placeholder-shown,
input[type="week"]:placeholder-shown,
input[type="time"]:placeholder-shown,
input[type="datetime-local"]:placeholder-shown,
input[type="number"]:placeholder-shown,
textarea:placeholder-shown {
  color: #333333;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333333;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333333;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [type="hidden"]
  ):not([type="submit"]):not([type="reset"]):not([type="button"]):not(
    [type="image"]
  ).is-error {
  border-color: #bd0b11;
  background-color: #fccbcd;
}

@media only screen and (max-width: 640px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
      [type="hidden"]
    ):not([type="submit"]):not([type="reset"]):not([type="button"]):not(
      [type="image"]
    ) {
    font-size: 16px;
  }
}

input[type="radio"],
input[type="checkbox"] {
  display: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em;
  border: 1px solid #dee4e7;
  border-radius: 4px;
  font-size: 1.25em;
  background: #fff url(https://icongr.am/entypo/chevron-down.svg) no-repeat
    right 10px center;
  background-size: 20px 20px;
}
select::-ms-expand {
  display: none;
}

button {
  margin: inherit;
  background-color: #fff;
}

blockquote {
  margin: 2em 0;
  padding: 2em;
  border: 1px dotted #dee4e7;
  color: #333333;
}

svg {
  vertical-align: middle;
}

.wrapper {
  border: 10px #113a6a solid;
  overflow: hidden;
}
@media (min-width: 641px) {
  .wrapper {
    border: 20px #113a6a solid;
  }
}

.js-media-animation {
  opacity: 0;
  -webkit-animation: fade-in-left 1s linear 0s 1 normal forwards;
  animation: fade-in-left 1s linear 0s 1 normal forwards;
  transform: translate3d(0, 0, 0);
}

.js-media-animation-right {
  opacity: 0;
  -webkit-animation: fade-in-right 1s linear 0s 1 normal forwards;
  animation: fade-in-right 1s linear 0s 1 normal forwards;
  transform: translate3d(0, 0, 0);
}

.js-text-animation {
  opacity: 0;
  -webkit-animation: fade-in 1s linear 0s 1 normal forwards;
  animation: fade-in 1s linear 0s 1 normal forwards;
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-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-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

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

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

/* css */
.passing .passing-box {
  display: block;
  text-align: center;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  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;
  background: #000;
}

.passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}

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

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

.a-button {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  border: 2px #113a6a solid;
  text-align: center;
  min-width: 150px;
  color: #113a6a;
  background-color: white;
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  .a-button {
    padding: 1rem 1.5rem;
    min-width: 320px;
  }
}
@media (min-width: 769px) {
  .a-button {
    padding: 0.875rem 2.5rem;
    min-width: 234px;
  }
}
.a-button:hover {
  background-color: #113a6a;
  color: white;
}
.a-button--sm {
  min-width: 250px;
}
@media (min-width: 769px) {
  .a-button--sm {
    min-width: 172px;
  }
}
.a-button--reversible {
  background-color: white;
  color: #113a6a;
}
@media (min-width: 1025px) {
  .a-button--reversible {
    background-color: #113a6a;
    color: white;
  }
  .a-button--reversible:hover {
    background-color: white;
    color: #113a6a;
  }
}
.a-button--white {
  background-color: white;
  color: #113a6a;
}
.a-button--white:hover {
  background-color: #113a6a;
  color: white;
}
.a-button--navy {
  background-color: #113a6a;
  color: white;
}
.a-button--navy:hover {
  background-color: white;
  color: #113a6a;
}

.a-typography {
  margin: 0;
}
.a-typography--h2 {
  text-align: center;
  color: #113a6a;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: gill-sans-nova, sans-serif;
}
@media (min-width: 640px) {
  .a-typography--h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--h2 {
    font-size: 7.6rem;
  }
}
.a-typography--h3 {
  display: inline-block;
  color: #113a6a;
  font-size: 2rem;
  font-weight: 700;
  font-family: gill-sans-nova, sans-serif;
  font-style: italic;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .a-typography--h3 {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--h3 {
    font-size: 5.3125rem;
  }
}
.a-typography--h4 {
  color: #113a6a;
  font-size: 1.25rem;
  line-height: 1.34;
}
@media (min-width: 640px) {
  .a-typography--h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--h4 {
    font-size: 3.125rem;
  }
}
.a-typography--color-navy {
  color: #113a6a;
}
.a-typography--size-12-sm {
  font-size: 0.75rem;
}
.a-typography--size-14-sm {
  font-size: 0.875rem;
}
.a-typography--size-18 {
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  .a-typography--size-18-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--size-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  .a-typography--size-20-lg {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--size-21 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 640px) {
  .a-typography--size-21-lg {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--size-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 640px) {
  .a-typography--size-30 {
    font-size: 1.875rem;
  }
}
.a-typography--size-30-sm {
  font-size: 1.875rem;
}
@media (min-width: 1025px) {
  .a-typography--size-48 {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  .a-typography--size-48-lg {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--size-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 640px) {
  .a-typography--size-64 {
    font-size: 4rem;
  }
}
.a-typography--size-64-sm {
  font-size: 4rem;
}
@media (min-width: 1025px) {
  .a-typography--size-84 {
    font-size: 5.25rem;
  }
}
.a-typography--size-84-sm {
  font-size: 5.25rem;
}
@media (min-width: 640px) {
  .a-typography--size-84-lg {
    font-size: 5.25rem;
  }
}
@media (min-width: 1025px) {
  .a-typography--size-125 {
    font-size: 7.8125rem;
  }
}
.a-typography--weight-400 {
  font-weight: 400;
}
.a-typography--weight-600 {
  font-weight: 600;
}
.a-typography--weight-900 {
  font-weight: 900;
}
.a-typography--letter-spacing-o {
  letter-spacing: 0;
}

.a-hamburger-menu {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  transition: 0.23s ease-in-out;
}
@media (min-width: 1025px) {
  .a-hamburger-menu {
    display: none;
  }
}
.a-hamburger-menu__button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.a-hamburger-menu span {
  position: absolute;
  right: 0;
  left: 0;
  width: 70%;
  height: 4px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
  transition: 0.23s ease-in-out;
}
.a-hamburger-menu span:nth-of-type(1) {
  top: 12px;
}
.a-hamburger-menu span:nth-of-type(2) {
  top: 22px;
}
.a-hamburger-menu span:nth-of-type(3) {
  bottom: 8px;
}
.a-hamburger-menu.is-open span:nth-of-type(1) {
  top: 13px;
  transform: translateY(8px) rotate(-45deg);
}
.a-hamburger-menu.is-open span:nth-of-type(2) {
  opacity: 0;
}
.a-hamburger-menu.is-open span:nth-of-type(3) {
  bottom: 10px;
  transform: translateY(-8px) rotate(45deg);
}

.m-flex {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: 10px #113a6a solid;
}
@media (min-width: 1025px) {
  .m-flex {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 20px #113a6a solid;
  }
}
.m-flex__container {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
.m-flex__container--row {
  flex-flow: row wrap;
}
@media (min-width: 1025px) {
  .m-flex__container--row .m-flex__textarea__container {
    margin-right: 3.75rem;
    margin-left: auto;
  }
}
.m-flex__textarea {
  flex: 0 0 100%;
  order: 2;
}
@media (min-width: 1025px) {
  .m-flex__textarea {
    flex: 1;
    order: 1;
  }
}
.m-flex__textarea__container {
  width: 100%;
}
@media (min-width: 1025px) {
  .m-flex__textarea__container {
    margin-right: auto;
    margin-left: 3.75rem;
    width: 70%;
  }
}
.m-flex__prefix {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .m-flex__prefix {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.m-flex__title {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .m-flex__title {
    margin-bottom: 2rem;
  }
}
.m-flex__title--face img {
  max-width: 200px;
}
@media (min-width: 640px) {
  .m-flex__title--face img {
    max-width: none;
  }
}
.m-flex__title--air img {
  max-width: 180px;
}
@media (min-width: 640px) {
  .m-flex__title--air img {
    max-width: none;
  }
}
.m-flex__title--car img {
  max-width: 180px;
}
@media (min-width: 640px) {
  .m-flex__title--car img {
    max-width: none;
  }
}
.m-flex__title--job4u img {
  max-width: 220px;
}
@media (min-width: 640px) {
  .m-flex__title--job4u img {
    max-width: none;
  }
}
.m-flex__suffix {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .m-flex__suffix {
    margin-bottom: 2rem;
  }
}
.m-flex__description {
  opacity: 0;
}
.m-flex__description--guidance img {
  max-width: 260px;
}
@media (min-width: 640px) {
  .m-flex__description--guidance img {
    max-width: none;
  }
}
.m-flex__description--distance img {
  max-width: 240px;
}
@media (min-width: 640px) {
  .m-flex__description--distance img {
    max-width: none;
  }
}
.m-flex__description--face img {
  max-width: 240px;
}
@media (min-width: 640px) {
  .m-flex__description--face img {
    max-width: none;
  }
}
.m-flex__description--body-temperature img {
  max-width: 260px;
}
@media (min-width: 640px) {
  .m-flex__description--body-temperature img {
    max-width: none;
  }
}
.m-flex__description--car img {
  max-width: 280px;
}
@media (min-width: 640px) {
  .m-flex__description--car img {
    max-width: none;
  }
}
.m-flex__description--handwash img {
  max-width: 240px;
}
@media (min-width: 640px) {
  .m-flex__description--handwash img {
    max-width: none;
  }
}
.m-flex__button {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .m-flex__button {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .m-flex__button {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .m-flex__button {
    text-align: left;
  }
}
.m-flex__media {
  width: 100%;
  text-align: center;
  order: 1;
  opacity: 0;
}
@media (min-width: 1025px) {
  .m-flex__media {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    flex: 0 0 50%;
    width: auto;
    order: 2;
  }
}
@media (min-width: 1280px) {
  .m-flex__media {
    flex: 0 0 auto;
  }
}
.m-flex__media img {
  width: auto;
}
@media (min-width: 640px) {
  .m-flex__media img {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .m-flex__media img {
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .m-flex__media img {
    width: auto;
  }
}

.o-kv__container {
  position: relative;
  overflow: hidden;
}

.o-kv__media {
  height: 150vw;
}
@media (min-width: 640px) {
  .o-kv__media {
    height: auto;
  }
}
@media (min-width: 769px) {
  .o-kv__media {
    height: auto;
  }
}
.o-kv__media img {
  position: absolute;
  top: 25vw;
  bottom: auto;
  width: 100vw;
}
@media (min-width: 640px) {
  .o-kv__media img {
    top: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  .o-kv__media img {
    bottom: auto;
  }
}

.o-kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.o-header__container {
  position: relative;
}
@media (min-width: 640px) {
  .o-header__container {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .o-header__container {
    top: 3.75rem;
    left: 4.375rem;
  }
}

.o-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #113a6a;
  z-index: 3;
}
@media (min-width: 640px) {
  .o-header__nav {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.o-header__nav.is-open {
  display: block;
}
.o-header__nav.is-open .o-header__list__label[data-type="textlink"] {
  color: white;
}

.o-header__list {
  margin-top: 7.25rem;
  text-align: center;
}
@media (min-width: 640px) {
  .o-header__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 0;
  }
}
.o-header__list__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .o-header__list__item:not(:last-child) {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .o-header__list__item:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.o-header__list__label {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 640px) {
  .o-header__list__label {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .o-header__list__label {
    font-size: 1.25rem;
  }
}
.o-header__list[data-type="textlink"] {
  color: #113a6a;
}

.o-header__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0.875rem;
  background-color: #113a6a;
  z-index: 4;
}
@media (min-width: 640px) {
  .o-header__button {
    display: none;
  }
}

.o-contents__container {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
@media (min-width: 1025px) {
  .o-contents__container {
    margin-top: 6.9375rem;
    margin-bottom: 6.9375rem;
  }
}

.o-container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  max-width: 90%;
}
@media (min-width: 1025px) {
  .o-container {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .o-container-sm {
    max-width: 1000px;
  }
}
@media (min-width: 1025px) {
  .o-container-lg {
    width: 100%;
  }
}

.o-news__container {
  padding: 0.75rem;
  background-color: #113a6a;
}
@media (min-width: 1025px) {
  .o-news__container {
    padding: 1.375rem;
  }
}

.o-news__define-list__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  color: white;
  font-size: 0.6875rem;
}
@media (min-width: 640px) {
  .o-news__define-list__item {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .o-news__define-list__item {
    font-size: 1.125rem;
  }
}

.o-news__define-list__team {
  flex: 0 0 76px;
}
@media (min-width: 640px) {
  .o-news__define-list__team {
    flex: 0 0 100px;
  }
}
@media (min-width: 1025px) {
  .o-news__define-list__team {
    flex: 0 0 180px;
  }
}

.o-news__define-list__description {
  flex: 1;
}

.js-slider {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  min-height: 30px;
  overflow: hidden;
}
.js-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  max-width: 100%;
}
.js-slider__item:nth-child(1) {
  -webkit-animation: sliderAnime 12s ease-in-out infinite;
  animation: sliderAnime 12s ease-in-out infinite;
  z-index: 6;
}
.js-slider__item:nth-child(2) {
  -webkit-animation: sliderAnime2 12s ease-in-out 2s infinite;
  animation: sliderAnime2 12s ease-in-out 2s infinite;
  z-index: -5;
}
.js-slider__item:nth-child(3) {
  -webkit-animation: sliderAnime2 12s ease-in-out 6s infinite;
  animation: sliderAnime2 12s ease-in-out 6s infinite;
  z-index: -5;
}
.js-slider__team {
  flex: 0 0 76px;
}
@media (min-width: 640px) {
  .js-slider__team {
    flex: 0 0 100px;
  }
}
@media (min-width: 1025px) {
  .js-slider__team {
    flex: 0 0 180px;
  }
}
.js-slider__description {
  flex: 1;
}

@-webkit-keyframes sliderAnime {
  0% {
    z-index: 5;
    transform: translateX(0);
  }
  16.6% {
    transform: translateX(0);
  }
  33.3% {
    transform: translateX(-100%);
  }
  50% {
    z-index: -5;
    transform: translateX(-100%);
  }
  66.6% {
    transform: translateX(100%);
  }
  83.2% {
    z-index: 5;
    transform: translateX(100%);
  }
  100% {
    z-index: 5;
    transform: translateX(0);
  }
}

@keyframes sliderAnime {
  0% {
    z-index: 5;
    transform: translateX(0);
  }
  16.6% {
    transform: translateX(0);
  }
  33.3% {
    transform: translateX(-100%);
  }
  50% {
    z-index: -5;
    transform: translateX(-100%);
  }
  66.6% {
    transform: translateX(100%);
  }
  83.2% {
    z-index: 5;
    transform: translateX(100%);
  }
  100% {
    z-index: 5;
    transform: translateX(0);
  }
}

@-webkit-keyframes sliderAnime2 {
  0% {
    z-index: 5;
    transform: translateX(100%);
  }
  16.6% {
    transform: translateX(0);
  }
  33.3% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  66.6% {
    transform: translateX(-100%);
  }
  83.2% {
    z-index: -5;
    transform: translateX(100%);
  }
  100% {
    z-index: 5;
    transform: translateX(100%);
  }
}

@keyframes sliderAnime2 {
  0% {
    z-index: 5;
    transform: translateX(100%);
  }
  16.6% {
    transform: translateX(0);
  }
  33.3% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  66.6% {
    transform: translateX(-100%);
  }
  83.2% {
    z-index: -5;
    transform: translateX(100%);
  }
  100% {
    z-index: 5;
    transform: translateX(100%);
  }
}

.o-concept__title {
  margin-bottom: 1.75rem;
}
@media (min-width: 1025px) {
  .o-concept__title {
    margin-bottom: 4.875rem;
  }
}

.o-concept__flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1025px) {
  .o-concept__flex {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.o-concept__flex > * {
  width: 100%;
}
@media (min-width: 1025px) {
  .o-concept__flex > * {
    padding-right: 2rem;
    padding-left: 2rem;
    width: 50%;
  }
}

.o-concept__media {
  min-height: auto;
  opacity: 0;
  order: 2;
}
@media (min-width: 1025px) {
  .o-concept__media {
    min-height: 760px;
    order: 1;
  }
}
@media (min-width: 1025px) {
  .o-concept__media__container {
    position: absolute;
    top: 0;
    left: -540px;
  }
}
@media (min-width: 1025px) {
  .o-concept__media img {
    max-width: none;
  }
}

.o-concept__textarea {
  margin-bottom: 1rem;
  order: 1;
}
@media (min-width: 1025px) {
  .o-concept__textarea {
    margin-bottom: auto;
    order: 2;
  }
}

.o-concept__subtitle {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .o-concept__subtitle {
    margin-bottom: 4.625rem;
    opacity: 0;
  }
}

.o-project__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
  .o-project__title {
    margin-bottom: 1.25rem;
  }
}

.o-project__content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1980px;
}

.o-footer__container {
  padding-top: 1.75rem;
  padding-bottom: 0.5rem;
  background-color: #113a6a;
}
@media (min-width: 769px) {
  .o-footer__container {
    padding-top: 5.25rem;
    padding-bottom: 1rem;
  }
}

.o-footer__list {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .o-footer__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 5.25rem;
  }
}
.o-footer__list__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .o-footer__list__item:not(:last-child) {
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
.o-footer__list__label {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.875rem;
  font-weight: 800;
  color: white;
}
@media (min-width: 640px) {
  .o-footer__list__label {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .o-footer__list__label {
    font-size: 1.25rem;
  }
}

.o-footer__icon {
  display: inline-flex;
  align-items: center;
  margin-top: 0.25rem;
  margin-left: 1rem;
}
.o-footer__icon .material-icons {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .o-footer__icon .material-icons {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .o-footer__icon .material-icons {
    font-size: 1.375rem;
  }
}

.o-footer__copyright {
  text-align: center;
  color: white;
  font-size: 0.8125rem;
}

.o-kv__goodbye {
  width: 80vw;
  position: absolute;
  top: 6vw;
  left: 7.5vw;
  animation: fadeIn 1s ease-out forwards;
}

@media (min-width: 640px) {
  .o-kv__goodbye {
    width: 31vw;
    top: 12vw;
    left: 7.5vw;
  }
}

.o-kv__goodbye span {
  position: absolute;
  top: -0.5vw;
  right: 0.5vw;
  font-size: 9vw;
  animation: bye 0.3s ease-in-out 1.5s 2 alternate backwards;
  transform-origin: right bottom;
}

@media (min-width: 640px) {
  .o-kv__goodbye span {
    font-size: 4vw;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bye {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(30deg);
  }
  100% {
    transform: rotateZ(-5deg);
  }
}

.o-kv__thanks {
  width: 80vw;
  position: absolute;
  top: 65vw;
  left: 7.5vw;
}

@media (min-width: 640px) {
  .o-kv__thanks {
    width: 30vw;
    top: 32.5vw;
    left: 7.5vw;
  }
}

.slider-container {
  padding-top: 2.25rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 10px #113a6a solid;
}

.slider {
  width: 1600%;
  display: flex;
  animation: auto-loop 40s linear infinite;
}

@media (min-width: 640px) {
  .slider {
    width: 1000%;
    animation: auto-loop 30s linear infinite;
  }
}

.slides {
  margin-inline: 5px;
  display: flex;
  width: 100%;
  gap: 10px;
}

@keyframes auto-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
