@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .android body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .android .font-serif {
    font-family: 'Noto Serif JP', serif;
  }
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-english {
  font-family: "Avenir", "Montserrat", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.hover {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.hover:before {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 130%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.hover:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb {
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
/* slider
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* PAGE
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.section-top-keyvisual {
  overflow: hidden;
  color: #fff;
}
.section-top-keyvisual .wrapper {
  position: relative;
}
.section-top-keyvisual .line {
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
.section-top-keyvisual .key-title > span,
.section-top-keyvisual .key-text > span {
  opacity: 0;
}
.section-top-keyvisual .key-title > span.animation-visible,
.section-top-keyvisual .key-text > span.animation-visible {
  opacity: 1;
}
.section-top-keyvisual .key-title .animation-visible {
  display: inline-block;
}
.section-top-keyvisual .ani-text-letter {
  display: inline-block;
  position: relative;
  transform-origin: left top;
  opacity: 0;
}
.section-top-keyvisual .ani-text-letter.index-odd.animating {
  animation: textAnimateOdd 1s ease 0.25s 1 normal forwards;
}
.section-top-keyvisual .ani-text-letter.index-even.animating {
  animation: textAnimateEven 1s ease 0s 1 normal forwards;
}
@keyframes textAnimateOdd {
  0% {
    opacity: 0;
    transform: translate(-0.2em, -0.6em) scaleY(1.4) skewY(10deg) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scaleY(1) skewY(0) rotate(0);
  }
}
@keyframes textAnimateEven {
  0% {
    opacity: 0;
    transform: translate(-0.2em, 0.4em) scaleY(1.4) skewY(10deg) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scaleY(1) skewY(0) rotate(0);
  }
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    background: url(../img/top/keyvisual_img.jpg) center/cover no-repeat;
  }
  .section-top-keyvisual .wrapper {
    height: calc(100vh - 100px);
  }
  .section-top-keyvisual .box-text {
    position: absolute;
    width: 770px;
    right: 0;
    bottom: 128px;
  }
  .section-top-keyvisual .key-title {
    margin-left: 420px;
    margin-right: -50px;
    line-height: 1;
  }
  .section-top-keyvisual .key-title .ani-text-letter {
    text-align: center;
    min-width: 35px;
    vertical-align: top;
    margin-top: 35px;
  }
  .section-top-keyvisual .key-text {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.7em;
    font-size: 20px;
    margin-top: 24px;
  }
  .section-top-keyvisual .line {
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: top right;
    transform: rotate(-40deg);
    position: absolute;
    right: -104px;
    bottom: 165px;
  }
  .section-top-keyvisual .line.animating {
    width: 396px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .section-top-keyvisual .wrapper {
    max-width: 1200px;
  }
  .section-top-keyvisual .box-text {
    right: 100px;
  }
}
.link-mouse {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .is-home {
    padding-bottom: 1.6rem;
  }

  .fixed-bottom {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1000;
    padding: 0.16rem 0;
  }

  .section-top-keyvisual {
    background: url(../img/top/sp/keyvisual_img.jpg) center/cover no-repeat;
  }
  .section-top-keyvisual .wrapper {
    height: calc(100vh - 1.96rem);
  }
  .section-top-keyvisual .box-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 22.2vh;
    padding: 0 0.5rem;
  }
  .section-top-keyvisual .key-title {
    font-size: 1.05rem;
    line-height: 1;
    margin-left: 2.88rem;
  }
  .section-top-keyvisual .key-title .ani-text-letter {
    text-align: center;
    min-width: 0.35rem;
    vertical-align: top;
  }
  .section-top-keyvisual .key-title .ani-text-letter img {
    vertical-align: top;
    width: auto;
    height: 0.68rem;
  }
  .section-top-keyvisual .key-title .ani-text-letter img.letter-r {
    height: 0.82rem;
  }
  .section-top-keyvisual .key-text {
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 0.24rem;
  }
  .section-top-keyvisual .line {
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: top right;
    transform: rotate(-40deg);
    position: absolute;
    right: 0.4rem;
    bottom: 1.2rem;
  }
  .section-top-keyvisual .line.animating {
    width: 3.6rem;
  }
  .section-top-keyvisual .link-mouse {
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    display: block;
    width: 100%;
    height: 0.8rem;
    background: url(../img/top/sp/icon_mouse.png) center top/auto 100% no-repeat;
    -ms-animation: up-down 3s linear infinite;
    -moz-animation: up-down 3s linear infinite;
    -webkit-animation: up-down 3s linear infinite;
    animation: up-down 3s linear infinite;
  }
}
@keyframes up-down {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, -25px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
.section-top-concept {
  overflow: hidden;
  background: url(../img/top/dream_bg.png) left top/100% auto no-repeat;
}
.section-top-concept .box-concept {
  color: #1b2d60;
}
@media print, (min-width: 768px) {
  .section-top-concept {
    padding: 100px 0 155px;
  }
  .section-top-concept .box-concept {
    width: 514px;
    margin: 158px 0 0 446px;
  }
  .section-top-concept .concept-title {
    font-size: 21px;
    margin-bottom: 43px;
  }
  .section-top-concept .concept-text {
    font-weight: bold;
    line-height: 3;
    letter-spacing: 0.2em;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .section-top-concept .box-concept {
    margin-left: 34vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-concept {
    padding: 3.5rem 0 0.8rem;
  }
  .section-top-concept .concept-title {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
  }
  .section-top-concept .concept-text {
    font-weight: bold;
    line-height: 2;
    font-size: 0.26rem;
  }
}

.section-top-introduce {
  background: #e6e6e6;
}
.section-top-introduce .introduce-title {
  color: #1b2d60;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .section-top-introduce {
    padding: 134px 0 30px;
  }
  .section-top-introduce .block-introduce {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .section-top-introduce .introduce-title {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-introduce {
    padding: 1rem 0 0.6rem;
  }
  .section-top-introduce .introduce-title {
    font-size: 0.38rem;
    margin-bottom: 0.8rem;
  }
}

.list-introduce .link-introduce {
  display: block;
  background-color: #fff;
  color: #1b2d60;
}
.list-introduce .link-none {
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .list-introduce {
    display: flex;
    gap: 20px 2.24%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 126px;
  }
  .list-introduce li {
    width: 48.88%;
  }
  .list-introduce .box-text {
    background: url(../img/common/icon_arrow_01.png) right 2px center/41px auto no-repeat;
    display: flex;
    align-items: center;
  }
  .list-introduce .introduce-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 24px;
    letter-spacing: 0.2em;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .list-introduce .introduce-text {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .list-introduce {
    margin-bottom: 1.5rem;
  }
  .list-introduce.is-last {
    margin-bottom: 0;
  }
  .list-introduce li {
    margin-bottom: 0.4rem;
  }
  .list-introduce .box-text {
    background: url(../img/common/icon_arrow_01.png) right 2px center/0.82rem auto no-repeat;
    display: flex;
    align-items: center;
  }
  .list-introduce .introduce-text {
    font-weight: bold;
    font-size: 0.28rem;
    line-height: 1.5;
    padding: 0.28rem 0.2rem 0.25rem;
    letter-spacing: 0.2em;
  }
}

.box-information .link-information {
  font-weight: bold;
  display: block;
  color: #1b2d60;
  background: #fff url(../img/common/icon_arrow_01.png) right 2px center/41px auto no-repeat;
}
@media print, (min-width: 768px) {
  .box-information {
    display: flex;
    flex-wrap: wrap;
  }
  .box-information li {
    width: 31.7%;
    margin: 0 2.45% 20px 0;
  }
  .box-information li:nth-child(3n) {
    margin-right: 0;
  }
  .box-information .link-information {
    font-size: 16px;
    padding: 31px 50px 29px 23px;
    letter-spacing: 0.2em;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .box-information .link-information {
    padding-top: 35px;
    padding-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .box-information {
    margin-bottom: 0.8rem;
  }
  .box-information .link-information {
    font-size: 0.28rem;
    padding: 0.3rem 0.5rem 0.26rem 0.2rem;
    letter-spacing: 0.2em;
    width: 100%;
    margin: 0 0 0.26rem 0;
  }
}

/* 新居浜バナー */
@media only screen and (min-width: 768px) {
  .list-introduce li.niihama-banner {
    width: 57.778%;
  }
}

/*# sourceMappingURL=top.css.map */
