@charset "UTF-8";

/*
/* Reset
/*
----------------------------------------------------------------- */
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, icenter, 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;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-right:before {
  content: "\EA01";
}

.icon-cross:before {
  content: "\EA02";
}

.icon-enter:before {
  content: "\EA03";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #111111;
  font-size: 1.6rem;
  letter-spacing: .06em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

body::after {
  content: "";
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/common/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  body::after {
    background-size: 200%;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #111111;
}

a:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

.site-footer {
  background-color: #000000;
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .site-footer {
    margin-top: 100px;
  }
}

.site-footer__inner {
  padding: 10px 0;
}

.site-footer__inner p {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

.st, .st.-init {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.-init.st {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
/* Button
/*
----------------------------------------------------------------- */
.btn {
  overflow: hidden;
  position: relative;
}

.btn a,
button.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 100%;
  text-decoration: none;
  background: none;
  border: none;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .btn a,
  button.btn {
    font-size: 1.3rem;
  }
}

.btn a::after,
button.btn::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1.1rem;
  color: #111111;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, color .3s ease;
  transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

/*
/* Input Checkbox

	<label class="input-checkbox">
		<input type="checkbox" class="input-checkbox__input" name="piyo">
		<span class="input-checkbox__item">チェックボックスのサンプル</span>
	</label>

/*
----------------------------------------------------------------- */
.input-checkbox {
  cursor: pointer;
}

.input-checkbox__input {
  display: none;
}

.input-checkbox__input:checked + .input-checkbox__item::before {
  background: #ccc;
}

.input-checkbox__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding-left: 40px;
  height: 48px;
}

.input-checkbox__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 24px;
  height: 24px;
  border-radius: 12px;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
}

/*
/* Input Radio

	<label class="input-radio">
		<input type="radio" class="input-radio__input" name="sample">
		<span class="input-radio__item">ラジオボタンのサンプル</span>
	</label>

/*
----------------------------------------------------------------- */
.input-radio {
  display: inline-block;
}

.input-radio__input {
  display: none;
}

.input-radio__input:checked + .input-radio__item {
  border-color: #6cc;
}

.input-radio__item {
  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;
  border: 1px #000 solid;
  padding: 20px;
  cursor: pointer;
}

/*
/* Input select

	<div class="input-select">
		<select name="">
			<option value="">foo</option>
		</select>
	</div>

/*
----------------------------------------------------------------- */
.input-select {
  position: relative;
  display: inline-block;
}

.input-select::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}

.input-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 10px;
  background: transparent;
  border: none;
  border: 1px #eee solid;
  font-size: 1.4rem;
  width: 100%;
}

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

.input-select select:focus {
  outline: none;
}

/*
/* Input text
/*
----------------------------------------------------------------- */
.input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  padding: 10px;
  border: 1px #eee solid;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-text:focus {
  outline: none;
}

.input-text::-ms-clear {
  visibility: hidden;
}

.input-text::-ms-reveal {
  visibility: hidden;
}

.input-text:disabled {
  background: #eee;
}

/*
/* Input textarea
/*
----------------------------------------------------------------- */
.input-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px #eee solid;
  font-size: 1.4rem;
  line-height: 1.9;
}

.input-textarea:focus {
  outline: none;
}

.input-textarea:disabled {
  background: #eee;
}

dl dd {
  line-height: 1.8;
}

ul li {
  line-height: 1.8;
  margin-top: 8px;
}

ul.disc {
  list-style-type: disc;
  padding-left: 2rem;
}

.sec-body {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}

@media screen and (max-width: 768px) {
  .sec-body {
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
  }
}

.sec-body h3 {
  font-weight: 700;
}

.sec-header h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
}

.sec-inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .sec-inner {
  }
}

.sec-inner__wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.sec {
}

@media screen and (max-width: 768px) {
  .sec {
  }
}

.text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.text.-c {
  text-align: center;
}

.text.-l {
  text-align: left;
}

.text.-r {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h3 {
  margin-top: 40px;
}

h3.h3-primary {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  h3 {
    margin-top: 30px;
  }
}

/*
/* Top
/*
----------------------------------------------------------------- */
/**
 * sec mv
**/
.mv {
  height: 100vh;
  position: relative;
}

.mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 50%;
}

@media screen and (max-width: 768px) {
  .mv h1 {
    width: 75%;
  }
}


/**
 * sec about
**/
.about .text {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2;
}
.about .text + .text {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .about .text {
    font-size: 5vw;
    line-height: 1.8;
  }
  .about .text + .text {
    margin-top: 3rem;
  }
}



/**
 * sec profile
**/
.profile .sec-body .name {
  font-size: 2.6rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .profile .sec-body .name {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.profile .sec-body .name span {
  font-size: 1.8rem;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .profile .sec-body .name span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .profile .sec-body .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .profile .sec-body .row > div {
    padding: 0;
  }
}

/**
 * sec contact
**/
@media screen and (max-width: 768px) {
  .contact .sec-body dl {
    margin-top: 15px;
  }
}

.contact .sec-body dl dt {
  display: inline-block;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .contact .sec-body dl dt {
    display: block;
    font-weight: 700;
  }
}

.contact .sec-body dl dd {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contact .sec-body dl dd {
    display: block;
  }
}

/*
/* Clearfix
/*
----------------------------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

@media screen and (max-width: 768px) {
  .hidden__sp {
    display: none;
  }
}

/*
/* Grid System
/*
----------------------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.-sm {
  margin-right: -5px;
  margin-left: -5px;
}

.row.-sm > .col, .row.-sm > .col-1, .row.-sm > .col-2, .row.-sm > .col-3, .row.-sm > .col-4, .row.-sm > .col-5, .row.-sm > .col-6, .row.-sm > .col-7, .row.-sm > .col-8, .row.-sm > .col-9, .row.-sm > .col-10, .row.-sm > .col-11, .row.-sm > .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.row.-md {
  margin-left: -20px;
  margin-right: -20px;
}

.row.-md > .col, .row.-md > .col-1, .row.-md > .col-2, .row.-md > .col-3, .row.-md > .col-4, .row.-md > .col-5, .row.-md > .col-6, .row.-md > .col-7, .row.-md > .col-8, .row.-md > .col-9, .row.-md > .col-10, .row.-md > .col-11, .row.-md > .col-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333%;
          flex: 0 0 8.333%;
  max-width: 8.333%;
}

@media screen and (max-width: 768px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
            flex: 0 0 8.333%;
    max-width: 8.333%;
  }
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.667%;
          flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media screen and (max-width: 768px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
            flex: 0 0 16.667%;
    max-width: 16.667%;
  }
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media screen and (max-width: 768px) {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.667%;
          flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media screen and (max-width: 768px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
            flex: 0 0 41.667%;
    max-width: 41.667%;
  }
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}

@media screen and (max-width: 768px) {
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
            flex: 0 0 58.333%;
    max-width: 58.333%;
  }
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.667%;
          flex: 0 0 66.667%;
  max-width: 66.667%;
}

@media screen and (max-width: 768px) {
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
            flex: 0 0 66.667%;
    max-width: 66.667%;
  }
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (max-width: 768px) {
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333%;
          flex: 0 0 83.333%;
  max-width: 83.333%;
}

@media screen and (max-width: 768px) {
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.667%;
          flex: 0 0 91.667%;
  max-width: 91.667%;
}

@media screen and (max-width: 768px) {
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
            flex: 0 0 91.667%;
    max-width: 91.667%;
  }
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
