@charset "UTF-8";
/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */




html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

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

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

* {
  padding: 0;
  margin: 0; }

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

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

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

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

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

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

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

[type=search]::-webkit-search-cancel-button, [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; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  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, select {
  text-transform: none; }

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

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

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

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

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

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

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

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

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

audio, canvas, progress, video {
  display: inline-block; }

@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; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom; }

ol,
ul {
  list-style: none; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  background-color: #fff;
  color: #111;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ten-mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em; }

a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #11bbee;
  text-decoration: none; }
  a:hover {
    color: #11bbee;
    text-decoration: none; }
  a:visited {
    color: #11bbee; }
  a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  a:hover img {
    opacity: 0.8; }



.l-header {
  width: 100%;
  background-color: #11bbee; }

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  height: 100px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .l-header__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: auto;
      padding: 20px 0;
      font-size: 1.0rem; } }

.l-header__brand {
  width: 130px;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .l-header__brand {
      margin: 0;
      width: 90px; } }
  .l-header__brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .l-header__nav {
      margin-top: 20px; } }
  .l-header__nav div + div {
    margin-left: 1em; }
    @media screen and (max-width: 767px) {
      .l-header__nav div + div {
        margin: 0; } }
  .l-header__nav a {
    position: relative;
    height: 100%;
    padding: 1em 0.5em;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .l-header__nav a {
        padding: 1em; } }
    .l-header__nav a::before {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #ddbb44;
      content: '';
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%; }
    .l-header__nav a:hover {
      text-decoration: none; }
      .l-header__nav a:hover::before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1); }

.l-footer {
  width: 100%;
  padding: 30px;
  background-color: #11bbee;
  color: #fff;
  font-size: 1.2rem; }
  .l-footer a {
    display: block; }
    .l-footer a::before {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: block;
      width: 25px;
      height: 25px;
      margin: auto;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: ''; }
    .l-footer a:hover::before {
      border-color: #ddbb44; }
  .l-footer small {
    display: block;
    padding: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-footer small {
        padding: 20px 0; } }

@-webkit-keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes float-horizontal {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@-webkit-keyframes float-vertical {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes float-vertical {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.s-heading-1st {
  position: relative;
  margin-bottom: 100px;
  color: #11bbee; }
  @media screen and (max-width: 767px) {
    .s-heading-1st {
      margin-bottom: 50px; } }
  .s-heading-1st h2 {
    text-align: center;
    font-size: 7.2rem; }
    @media screen and (max-width: 767px) {
      .s-heading-1st h2 {
        font-size: 5.0rem; } }
    .s-heading-1st h2::after {
      display: block;
      width: 150px;
      height: 5px;
      margin: auto;
      margin-top: 40px;
      background-color: #11bbee;
      content: ''; }
      @media screen and (max-width: 767px) {
        .s-heading-1st h2::after {
          margin-top: 20px; } }
  .s-heading-1st span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: float-vertical 1.5s ease-in-out infinite alternate;
    animation: float-vertical 1.5s ease-in-out infinite alternate; }
  .s-heading-1st.s-heading-1st--c span {
    margin-top: -50px;
    margin-left: 115px; }
    @media screen and (max-width: 767px) {
      .s-heading-1st.s-heading-1st--c span {
        margin-top: -30px;
        margin-left: 70px; } }
  .s-heading-1st.s-heading-1st--l span {
    margin-left: -240px; }
    @media screen and (max-width: 767px) {
      .s-heading-1st.s-heading-1st--l span {
        margin-top: -60px;
        margin-left: -140px; } }
  .s-heading-1st.s-heading-1st--n span {
    margin-left: 120px; }
    @media screen and (max-width: 767px) {
      .s-heading-1st.s-heading-1st--n span {
        margin-top: -20px;
        margin-left: 90px; }
        .s-heading-1st.s-heading-1st--n span img {
          max-width: initial;
          width: 50px; } }
  .s-heading-1st.s-heading-1st--i span {
    margin-left: -290px; }
    @media screen and (max-width: 767px) {
      .s-heading-1st.s-heading-1st--i span {
        margin-top: -60px;
        margin-left: -140px; } }
  .s-heading-1st img {
    -webkit-animation: float-horizontal 1.8s ease-in-out infinite alternate;
    animation: float-horizontal 1.8s ease-in-out infinite alternate; }
    @media screen and (max-width: 767px) {
      .s-heading-1st img {
        width: 80%; } }

.s-heading-2nd {
  margin-bottom: 50px;
  text-align: center;
  font-size: 5.4rem; }
  @media screen and (max-width: 767px) {
    .s-heading-2nd {
      font-size: 3.0rem; } }

.s-hero {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .s-hero {
      height: calc( 100vh - 100px); } }

.s-hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 215px;
  -webkit-transform: translate(35%, -190%);
  -ms-transform: translate(35%, -190%);
  transform: translate(35%, -190%);
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .s-hero__text {
      width: 40%;
      -webkit-transform: translate(0, -190%);
      -ms-transform: translate(0, -190%);
      transform: translate(0, -190%); } }

.s-hero__text-inner {
  -webkit-animation: float-vertical 1.5s ease-in-out infinite alternate;
  animation: float-vertical 1.5s ease-in-out infinite alternate; }
  .s-hero__text-inner img {
    -webkit-animation: float-horizontal 1.8s ease-in-out infinite alternate;
    animation: float-horizontal 1.8s ease-in-out infinite alternate; }

.s-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .s-hero__logo {
      width: 45%; } }

.s-hero__slider {
  -webkit-animation: fade-in 1.5s ease-in-out;
  animation: fade-in 1.5s ease-in-out; }
  .s-hero__slider img {
    width: 100%;
    max-width: initial; }
    @media screen and (max-width: 767px) {
      .s-hero__slider img {
        height: calc( 100vh - 100px);
        -o-object-fit: cover;
        object-fit: cover; } }

.s-concept {
  padding: 200px 0; }
  @media screen and (max-width: 767px) {
    .s-concept {
      padding: 100px 20px; } }

.s-concept__inner {
  position: relative;
  width: 1150px;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .s-concept__inner {
      width: 100%; } }

.s-concept__deco-1 {
  position: absolute;
  width: 270px;
  top: -30px;
  left: 65px; }
  @media screen and (max-width: 767px) {
    .s-concept__deco-1 {
      display: none; } }

.s-concept__deco-2 {
  position: absolute;
  width: 266px;
  top: 0;
  right: 70px; }
  @media screen and (max-width: 767px) {
    .s-concept__deco-2 {
      display: none; } }

.s-concept__text {
  font-size: 1.8rem;
  line-height: 3.5;
  letter-spacing: 0.35em; }
  @media screen and (max-width: 767px) {
    .s-concept__text {
      font-size: 1.4rem;
      line-height: 3; } }

.s-concept__pict {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .s-concept__pict {
      margin-top: 50px; } }

.s-lineup {
  padding: 200px 0;
  background-color: #e7f8fd; }
  @media screen and (max-width: 767px) {
    .s-lineup {
      padding: 100px 20px; } }

.s-lineup__inner {
  width: 1150px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .s-lineup__inner {
      width: 100%; } }

.s-lineup__text {
  margin-bottom: 100px;
  text-align: center;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .s-lineup__text {
      margin-bottom: 50px;
      text-align: left; } }

.s-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1050px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .s-card-list {
      width: 100%; } }
  .s-card-list li:nth-child(n + 3) {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .s-card-list li:nth-child(n + 3) {
        margin: 0; } }
  @media screen and (max-width: 767px) {
    .s-card-list li + li {
      margin-top: 80px !important; } }

.s-card {
  width: 500px; }
  @media screen and (max-width: 767px) {
    .s-card {
      width: 100%; } }
  .s-card .s-card__pict {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 500px;
    height: 400px;
    text-align: center;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .s-card .s-card__pict {
        width: 100%;
        height: auto;
        min-height: 300px;
        padding: 50px 10%; } }
    .s-card .s-card__pict img {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .s-card .s-card__pict img {
          width: auto; } }
  .s-card .s-card__pict-fill {
    border-radius: 10px;
    width: 500px;
    height: 400px;
    background-color: #fff;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .s-card .s-card__pict-fill {
        width: 100%;
        height: auto; } }
  .s-card h4 {
    margin-top: 20px;
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .s-card h4 {
        font-size: 2.0rem; } }
    .s-card h4 span {
      font-size: 0.6em; }
  .s-card p {
    margin-top: 15px;
    color: #666;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .s-card p {
        font-size: 1.4rem; } }

.s-news {
  padding: 200px 0; }
  @media screen and (max-width: 767px) {
    .s-news {
      padding: 100px 20px; } }

.s-news__inner {
  width: 1150px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .s-news__inner {
      width: 100%; } }

.s-news-list {
  border-bottom: 1px dotted #b2b2b2; }
  .s-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    border-top: 1px dotted #b2b2b2;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .s-news-list li {
        padding: 25px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .s-news-list span + span {
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .s-news-list span + span {
        margin: 0;
        margin-top: 10px; } }
  .s-news-list span:nth-child(1) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    padding: 1px 5px;
    text-align: center;
    background-color: #41c9f1;
    color: #fff;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .s-news-list span:nth-child(1) {
        width: 120px;
        font-size: 1.2rem; } }
  .s-news-list span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.s-information {
  padding: 200px 0; }
  @media screen and (max-width: 767px) {
    .s-information {
      padding: 100px 20px; } }

.s-information__inner {
  width: 450px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .s-information__inner {
      width: 100%; } }

.s-information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .s-information-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .s-information-list dt {
    width: 25%;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .s-information-list dt {
        width: 100%;
        padding: 15px 0; } }
  .s-information-list dd {
    width: 75%;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .s-information-list dd {
        width: 100%;
        padding: 15px 0;
        padding-left: 1.5em; } }

.u-d-n {
  display: none !important; }

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important; } }

.u-d-b {
  display: block !important; }

.u-d-b-mq {
  display: none; }

@media screen and (max-width: 767px) {
  .u-d-b-mq {
    display: block !important; } }

.u-d-ib {
  display: inline-block !important; }

.u-d-ib-mq {
  display: none; }

@media screen and (max-width: 767px) {
  .u-d-ib-mq {
    display: inline-block !important; } }

.u-m-a {
  margin: auto !important; }

.u-m-0 {
  margin: 0 !important; }

.u-m-0_a {
  margin: 0 auto !important; }

.u-mt-200 {
  margin-top: 200px !important; }
