@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

ol,
ul {
  list-style: none;
}

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

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

fieldset {
  border: 0;
}

h3 {
  font-weight: normal;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 10px;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 1.618;

  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #c9224f;
}
a:visited {
  /* color: #c9224f; */
}
a:hover {
  text-decoration: none;
  /* color: #c9224f; */
}
a:active {
  text-decoration: none;
  color: #c9224f;
}
a[href^="tel:"]:hover {
  color: #c9224f;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 768.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 769px) {
  .u-br_sp {
    display: none;
  }
}

.u-br_pc {
  display: none;
}
@media (min-width: 769px) {
  .u-br_pc {
    display: block;
  }
}

.u-tac {
  text-align: center;
}

@media (min-width: 769px) {
  .u-flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .u-flex_sp {
    display: block;
  }
}

/* ------------------------
  Components
------------------------ */
/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ------------------------
  global
------------------------ */
body {
  letter-spacing: 0.1em;

  -webkit-font-feature-settings: "palt";

  font-feature-settings: "palt";
}

.section .inner {
  padding: 13.33333vw 0;
}
@media (min-width: 769px) {
  .section .inner {
    margin: 0 auto;
    padding: 80px 123px;
    width: 996px;
  }
}

.section .heading {
  position: relative;
  padding: 2.66667vw 0;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: bold;
}
@media (min-width: 769px) {
  .section .heading {
    padding: 25px 0;
    font-size: 32px;
  }
}
.section .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19.2vw;
  height: 0.4vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0062b2),
    color-stop(50%, #5082a6),
    to(#00aeef)
  );
  background: -webkit-linear-gradient(
    left,
    #0062b2 0%,
    #5082a6 50%,
    #00aeef 100%
  );
  background: linear-gradient(to right, #0062b2 0%, #5082a6 50%, #00aeef 100%);
}
@media (min-width: 769px) {
  .section .heading::before {
    left: -25px;
    width: 150px;
    height: 3px;
  }
}
.section .heading::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19.2vw;
  height: 0.4vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0062b2),
    color-stop(50%, #5082a6),
    to(#00aeef)
  );
  background: -webkit-linear-gradient(
    left,
    #0062b2 0%,
    #5082a6 50%,
    #00aeef 100%
  );
  background: linear-gradient(to right, #0062b2 0%, #5082a6 50%, #00aeef 100%);
}
@media (min-width: 769px) {
  .section .heading::after {
    right: -25px;
    width: 150px;
    height: 3px;
  }
}

.section .subheading {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 769px) {
  .section .subheading {
    font-size: 24px;
  }
}

.section .textarea {
  padding: 0 6.66667vw;
}
@media (min-width: 769px) {
  .section .textarea {
    padding: 0;
  }
}

.section .text {
  padding: 0 6.66667vw;
}
@media (min-width: 769px) {
  .section .text {
    padding: 0;
  }
}

.section .annotation {
  padding: 0 6.66667vw;
  font-size: 3.2vw;
}
@media (min-width: 769px) {
  .section .annotation {
    padding: 0;
    font-size: 14px;
  }
}

.section .question {
  margin-top: 1em;
  font-weight: bold;
}

.section .int::before {
  display: inline-block;
  font-weight: bold;
}

.section .int.int_komuro::before {
  content: "小室";
  color: #5a81a2;
}

.section .img {
  padding: 0 6.66667vw;
}
@media (min-width: 769px) {
  .section .img {
    margin-left: -28px;
    padding: 0;
    width: 806px;
  }
}

.section .caption {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .section .caption {
    font-size: 12px;
  }
}

.section .heading + .text {
  margin-top: 1.5em;
}

.section .heading + .textarea {
  margin-top: 1.5em;
}

.section .heading + .img {
  margin-top: 1.5em;
}

.section .heading + .question {
  margin-top: 2em;
}

.section .text + .text {
  margin-top: 1em;
}

.section .text + .question {
  margin-top: 2em;
}

.section .text + .heading {
  margin-top: 2em;
}

.section .text + .img {
  margin-top: 2em;
}

.section .question + .text {
  margin-top: 1em;
}

.section .img + .heading {
  margin-top: 2.5em;
}

.section .img + .text {
  margin-top: 2em;
}

.section .img + .textarea {
  margin-top: 2em;
}

.section .caption {
  margin-top: 0.3em;
}

.section .textarea + .img {
  margin-top: 2em;
}

.section .imgarea + .textarea {
  margin-top: 2em;
}

/* ------------------------
  header
------------------------ */
.s-header {
  border-bottom: 0.26667vw solid #2a519d;
  margin-top: 80px;
}
@media (min-width: 769px) {
  .s-header {
    border-bottom-width: 2px;
    margin-top: 150px;
  }
}
.s-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.66667vw 6.66667vw 4vw;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .s-header .inner {
    margin: 0 auto;
    padding: 20px 0 20px 30px;
    width: 996px;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
  }
}
.s-header .logo {
  width: 28vw;
  height: 8.8vw;
}
@media (min-width: 769px) {
  .s-header .logo {
    width: 182px;
    height: 57px;
  }
}
.s-header .credit {
  font-size: 2.66667vw;
}
@media (min-width: 769px) {
  .s-header .credit {
    font-size: 12px;
  }
}

/* ------------------------
  main
------------------------ */
.main {
  border-top: 1.46667vw solid #336fa8;
  margin-top: 0;
}
@media (min-width: 769px) {
  .main {
    border-top-width: 12px;
  }
}
.main .inner {
  position: relative;
}
@media (min-width: 769px) {
  .main .inner {
    height: 550px;
  }
}
.main .title {
  position: absolute;
  z-index: 3;
  top: 9.33333vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2a519d),
    to(#122c73)
  );
  background: -webkit-linear-gradient(left, #2a519d 0%, #122c73 100%);
  background: linear-gradient(to right, #2a519d 0%, #122c73 100%);
  text-align: center;
  color: #2a519d;
  font-size: 5.6vw;
  font-weight: bold;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .main .title {
    top: 130px;
    width: 806px;
    text-align: left;
    font-size: 38px;
    line-height: 1.4;
  }
}
.main .catch {
  position: absolute;
  z-index: 3;
  top: 29.33333vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 3.33333vw;
  font-weight: bold;
}
@media (min-width: 769px) {
  .main .catch {
    top: 250px;
    width: 806px;
    text-align: left;
    font-size: 18px;
  }
}
.main .btn {
  position: absolute;
  z-index: 3;
  bottom: -14.4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .main .btn {
    top: 340px;
    bottom: 0;
    width: 806px;
  }
}
.main .imgarea {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .main .imgarea {
    overflow: hidden;
    width: 100%;
    height: 550px;
  }
}
@media (min-width: 769px) {
  .main .imgarea .img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .main .imgarea .img img {
    max-width: 1920px;
    height: 550px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main .title {
    background: none;
  }
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.26667vw solid #00a5e3;
  border-radius: 1.33333vw;
  width: 56vw;
  height: 14.4vw;
  background: #007ac9;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0078cb),
    color-stop(50%, #5082a6),
    to(#0092e7)
  );
  background: -webkit-linear-gradient(
    left,
    #0078cb 0%,
    #5082a6 50%,
    #0092e7 100%
  );
  background: linear-gradient(to right, #0078cb 0%, #5082a6 50%, #0092e7 100%);
  color: #fff;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .btn a {
    border-width: 1px;
    border-radius: 10px;
    width: 294px;
    height: 80px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0078cb),
      color-stop(25%, #5082a6),
      color-stop(50%, #0092e7),
      color-stop(51%, #0092e7),
      color-stop(75%, #5082a6),
      to(#0078cb)
    );
    background: -webkit-linear-gradient(
      left,
      #0078cb 0%,
      #5082a6 25%,
      #0092e7 50%,
      #0092e7 51%,
      #5082a6 75%,
      #0078cb 100%
    );
    background: linear-gradient(
      to right,
      #0078cb 0%,
      #5082a6 25%,
      #0092e7 50%,
      #0092e7 51%,
      #5082a6 75%,
      #0078cb 100%
    );
    background-size: 588px 80px;
  }
}
@media (min-width: 769px) {
  .btn a:hover {
    background-position: 100% 0;
  }
}
@media (min-width: 769px) {
  .btn a:hover.-arw::before {
    margin-top: -3px;
  }
}
.btn a.-arw::before {
  content: "";
  display: block;
  margin-top: -1.86667vw;
  margin-right: 4vw;
  border-top: 0.66667vw solid #fff;
  border-right: 0.66667vw solid #fff;
  width: 3.46667vw;
  height: 3.46667vw;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width: 769px) {
  .btn a.-arw::before {
    margin-top: -8px;
    margin-right: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.btn a.-win::after {
  content: "";
  display: block;
  margin-left: 2.66667vw;
  width: 3.46667vw;
  height: 3.46667vw;
  background: url(../img/icon_win.svg) no-repeat 0 0;
  background-size: 3.46667vw 3.46667vw;
}
@media (min-width: 769px) {
  .btn a.-win::after {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

.lead {
  padding-top: 13.33333vw;
  background: #f2f2f2;
}
@media (min-width: 769px) {
  .lead {
    padding-top: 0;
  }
}

.section_01 .inner {
  border-bottom: 0.66667vw solid #efefef;
}
@media (min-width: 769px) {
  .section_01 .inner {
    border-bottom-width: 5px;
  }
}

.section_02 .inner {
  border-bottom: 0.66667vw solid #efefef;
}
@media (min-width: 769px) {
  .section_02 .inner {
    border-bottom-width: 5px;
  }
}

.movie {
  background-color: #f2f2f2;
}
.movie .bc_player {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-right: 6.66667vw;
  margin-left: 6.66667vw;
  max-width: 100%;
}
@media (min-width: 769px) {
  .movie .bc_player {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.movie .bc_player_inner {
  padding-top: 56.25%;
}
.movie .video-js {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.movie .caption {
  padding-right: 6.66667vw;
  text-align: right;
}
@media (min-width: 769px) {
  .movie .caption {
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .profile {
    padding-top: 80px;
  }
}

.profile .inner {
  padding: 18vw 0 5.33333vw;
  background-image: url(../img/profile_sm.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  .profile .inner {
    padding: 130px 0 50px 50px;
    width: 806px;
    background-image: url(../img/profile_lg.jpg);
  }
}

.profile .text {
  width: 66.66667vw;
  font-size: 2.66667vw;
}
@media (min-width: 769px) {
  .profile .text {
    width: 390px;
    font-size: 13px;
  }
}
.profile .text .name {
  font-weight: bold;
}
@media (min-width: 769px) {
  .profile .text .name {
    font-size: 16px;
  }
}
.profile .text .title {
  font-size: 2.4vw;
}
@media (min-width: 769px) {
  .profile .text .title {
    font-size: 13px;
  }
}
.profile .text + .text {
  margin-top: 0.4em;
}

.contact .btn a {
  margin: 0 auto;
}

.contact .text {
  margin-top: 1.5em;
  padding: 0;
  text-align: center;
  font-size: 3.2vw;
}
@media (min-width: 769px) {
  .contact .text {
    font-size: 22px;
  }
}
.contact .text span {
  font-weight: bold;
}
@media (min-width: 769px) {
  .contact .text span {
    font-size: 25px;
  }
}

.contact .tel {
  margin-top: 1em;
  text-align: center;
  font-size: 3.73333vw;
}
@media (min-width: 769px) {
  .contact .tel {
    font-size: 20px;
  }
}

/* ------------------------
  footer link
------------------------ */
.links {
  border-bottom: 4vw solid #0078cb;
  -o-border-image: linear-gradient(
    to right,
    #0078cb 0%,
    #5082a6 50%,
    #0092e7 100%
  );
  -webkit-border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0078cb),
    color-stop(50%, #5082a6),
    to(#0092e7)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0078cb),
    color-stop(50%, #5082a6),
    to(#0092e7)
  );
  border-image: linear-gradient(
    to right,
    #0078cb 0%,
    #5082a6 50%,
    #0092e7 100%
  );
  border-image-slice: 1;
}
@media (min-width: 769px) {
  .links {
    border-bottom-width: 28px;
  }
}
.links .inner {
  padding-top: 0;
}
.links .inner::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0.26667vw;
  height: 20vw;
  background-color: #4badea;
}
@media (min-width: 769px) {
  .links .inner::before {
    width: 1px;
    height: 86px;
  }
}
.links .link_logo a {
  display: block;
  position: relative;
  padding: 10.66667vw 0;
  width: 100%;
  text-align: center;
  color: #000;
}
@media (min-width: 769px) {
  .links .link_logo a {
    margin: 0 auto;
    padding: 40px 0;
    width: 400px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
.links .link_logo a span {
  display: block;
  margin-top: 2em;
  font-size: 3.2vw;
}
@media (min-width: 769px) {
  .links .link_logo a span {
    font-size: 14px;
  }
}
.links .link_logo a span::after {
  content: "";
  display: inline-block;
  margin-left: 2.13333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  background: url(../img/icon_win_black.svg) no-repeat 0 0;
  background-size: 2.66667vw 2.66667vw;
}
@media (min-width: 769px) {
  .links .link_logo a span::after {
    margin-left: 8px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
}
@media (min-width: 769px) {
  .links .link_logo a:hover {
    opacity: 0.6;
  }
}
.links .link_logo img {
  width: 46.8vw;
}
@media (min-width: 769px) {
  .links .link_logo img {
    width: 299px;
  }
}

.anim {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.anim.active {
  opacity: 1;
}
@media (min-width: 769px) {
  .anim.anim_delay_2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (min-width: 769px) {
  .anim.anim_delay_3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (min-width: 769px) {
  .anim.anim_delay_4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

@media (min-width: 769px) {
  .heading.anim::after {
    width: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .heading.anim::before {
    width: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .heading.anim.active::after {
    width: 150px;
  }
  .heading.anim.active::before {
    width: 150px;
  }
}

.intro {
  opacity: 0;
  position: relative;
  -webkit-transition: all 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.intro.active {
  opacity: 1;
}
.intro.intro_delay_2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.intro.intro_delay_3 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.intro.intro_delay_4 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.title.intro.intro_delay_2::after,
.catch.intro.intro_delay_3::after {
  content: none;
}

@media (max-width: 768.98px) {
  .s-note_wrap {
    padding: 0 6.66667vw;
  }
}
.s-note_wrap .s-note {
  font-size: 12px;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
