@charset "UTF-8";
/*------------------------------------------------------------------------
// Base
  ├ reset
  └ base
------------------------------------------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
}

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

li {
  list-style: none;
}

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

img[src$=".svg"] {
  width: 100%;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/* html,Body
----------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-top: 70px;
  color: #030303;
  font-size: 14px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  word-wrap: break-word;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body * {
  word-wrap: break-word;
  word-break: normal;
}
body.home {
  padding-top: 50px;
}
@media screen and (min-width: 768px), print {
  body {
    padding-top: 140px;
    font-size: 15px;
  }
  body.home {
    padding-top: 100px;
  }
}

p {
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  color: #030303;
}

/*Font
----------------------------------------*/
.sans {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

[lang=en],
.font_e {
  font-family: "Heebo", sans-serif;
}

/* Links
----------------------------------------*/
a {
  color: #02964E;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

.js-tel-link body:not(.mobile) a:hover {
  color: inherit;
  text-decoration: none;
}

/* button */
button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 10px 30px 10px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #29C3CE;
}

label.select_wrap {
  position: relative;
}
label.select_wrap::before {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-top-color: #E4E4E4;
}
label.select_wrap::after {
  display: none;
}

/* !iOS Reset
------------------*/
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* !IE11 Reset
------------------ */
select::-ms-expand {
  display: none;
}

/* !default
---------------------------------------------------------- */
legend {
  display: block;
  width: 100%;
  margin: 0 0 4% 0;
  font-size: 125%;
  text-align: center;
}

fieldset > p {
  margin: 0 0 4% 0;
}

label {
  display: inline-block;
  cursor: pointer;
}

label + span {
  display: block;
  margin: -4px 0 8px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=url],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 12px 10px 12px;
  border-radius: 0;
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
  font-size: 16px;
}

input[type=file] {
  display: block;
  width: 100%;
  font-size: 16px;
}

/* Placeholder Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #838383 !important;
  font-style: normal;
}

/* Placeholder Firefox 18- */
:-moz-placeholder {
  opacity: 1;
  color: #838383 !important;
  font-style: normal;
}

/* Placeholder Firefox 19+ */
::-moz-placeholder {
  opacity: 1;
  color: #838383 !important;
  font-style: normal;
}

/* Placeholder IE 10+ */
:-ms-input-placeholder {
  color: #838383 !important;
  font-style: normal;
}

/* !ラジオボタン、チェックボックス
---------------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* !ラジオボタン　チェックボックス クリック範囲
---------------------------------------------------------- */
input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0 0.4em 1.5em;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

/* !ラジオボタン、チェックボックスのクリック範囲にフォーカスしたとき
---------------------------------------------------------- */
input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  outline: dotted 1px #DDDDDD;
}

/* !ラジオボタン チェック印の背景
---------------------------------------------------------- */
input[type=radio] + label:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 50%;
  line-height: 100%;
  background: #ffffff none;
  content: "";
}

/* !ラジオボタン チェックの印
---------------------------------------------------------- */
input[type=radio] + label:after {
  display: none;
}

input[type=radio]:checked + label:after {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  width: 0.65em;
  height: 0.65em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #29C3CE;
  line-height: 1;
  content: "";
}

/* !チェックボタン チェック印の背景
---------------------------------------------------------- */
input[type=checkbox] + label:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #DDDDDD;
  line-height: 100%;
  content: "";
  background: #ffffff none;
  vertical-align: middle;
}

/* !チェックボタン チェックの印
---------------------------------------------------------- */
input[type=checkbox] + label:after {
  display: none;
}

input[type=checkbox]:checked + label:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #29C3CE;
  border-right: 3px solid #29C3CE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------------------------------------------------------------
// Layout
  ├ l-header
  ├ l-gnav
  ├ l-pagetop
  ├ l-footer
  ├ l-container
  ├ l-section
  └ l-contents
------------------------------------------------------------------------*/
/*----------------------------------------
	Header
----------------------------------------*/
/*ヘッダーエリア*/
@media screen and (max-width: 767px), print {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #E4E4E4;
  }
  .l-header__inner {
    position: relative;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    padding: 15px;
    background: #ffffff;
  }
  .l-header .l-container--lg {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .l-header__logo {
    width: 14.6875vw;
    max-width: 94px;
    vertical-align: middle;
    line-height: 1;
  }
}
@media screen and (min-width: 768px), print {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #E4E4E4;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
  .l-header .l-container--lg {
    position: relative;
  }
  .l-header__logo {
    width: 94px;
  }
}
/*ハンバーガーボタン*/
.l-header__btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  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: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #030303;
}
.l-header__btn .inner {
  position: relative;
  width: 15px;
  height: 1px;
}
.l-header__btn .inner > span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__btn .inner > span:nth-child(1) {
  top: -4px;
}
.l-header__btn .inner > span:nth-child(2) {
  top: 0;
}
.l-header__btn .inner > span:nth-child(3) {
  top: 4px;
}
.l-header__btn[aria-expanded=true] .inner > span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__btn[aria-expanded=true] .inner > span:nth-child(2) {
  opacity: 0;
}
.l-header__btn[aria-expanded=true] .inner > span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .l-header__btn {
    display: none;
  }
}

/*----------------------------------------
	SP Global Navigation
----------------------------------------*/
@media screen and (max-width: 767px), print {
  .l-gnav {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    height: 100%;
    padding-top: 65px;
    background: #030303;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-gnav[aria-hidden=false] {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1000;
    height: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .l-gnav {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*1階層目メニュー*/
@media screen and (max-width: 767px), print {
  .l-gnav__menu {
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 65px 25px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-gnav__menu li {
    border-bottom: 1px solid #555555;
  }
  .l-gnav__menu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5em 0;
    color: #ffffff;
    text-decoration: none;
  }
  .l-gnav__menu a:hover {
    color: #29C3CE;
    text-decoration: none;
  }
  .l-gnav__menu a::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/ico_arw01.svg) center center/contain no-repeat;
  }
  .l-gnav__menu a.contact {
    margin: 30px;
    padding: 30px;
    width: auto;
    background: #333;
  }
  .l-gnav__menu a.contact::after {
    right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .l-gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-gnav__menu li {
    margin-left: 3em;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .l-gnav__menu a {
    color: inherit;
    text-decoration: none;
  }
  .l-gnav__menu a:hover {
    color: #02964E;
  }
}
/*----------------------------------------
	pagetop
----------------------------------------*/
.l-pagetop {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px), print {
  .l-pagetop {
    width: 50px;
    height: 50px;
  }
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #030303;
  color: #ffffff;
}
.l-footer * {
  color: inherit;
}
.l-footer .l-container {
  position: relative;
}
.l-footer li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  text-decoration: none;
}
.l-footer li > a::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/ico_arw01.svg) center center/contain no-repeat;
}
.l-footer li > a:hover {
  text-decoration: underline;
}
.l-footer__logo {
  width: 75px;
}
.l-footer__menu {
  padding: 20px 0;
}
.l-footer__menuList {
  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;
}
.l-footer__menuList li {
  width: 45%;
}
.l-footer__link {
  padding: 20px 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.l-footer__copy {
  padding: 20px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

/*pc*/
@media screen and (min-width: 768px), print {
  .l-footer li > a {
    display: inline-block;
    padding: 0;
  }
  .l-footer li > a::after {
    display: none;
  }
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 20px;
  }
  .l-footer__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0;
    border-top: 1px solid #555555;
  }
  .l-footer__logo {
    width: 94px;
  }
  .l-footer__menu {
    margin: 0;
  }
  .l-footer__menuList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-footer__menuList li {
    width: auto;
    margin-left: 3em;
  }
  .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: 0;
  }
  .l-footer__link li {
    margin-right: 3em;
  }
}
/*----------------------------------------
	Structure
----------------------------------------*/
/*container 
--------------------------*/
.l-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1260px), print {
  .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--lg {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1260px), print {
  .l-container--lg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Section
--------------------------*/
/*通常セクション*/
.l-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

/*PC*/
@media screen and (min-width: 768px), print {
  .l-section {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
/*背景色付きセクション*/
.l-section--blue {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EEF3F1;
}

/*PC*/
@media screen and (min-width: 768px), print {
  .l-section--blue {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
/*Section lead
--------------------------*/
.l-section__lead {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}
.l-section__lead * + * {
  margin-top: 1em;
}

/*Contents（下層）
--------------------------*/
.l-contents {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px), print {
  .l-contents {
    margin-top: 140px;
    margin-bottom: 200px;
  }
}

/*------------------------------------------------------------------------
// Compornent
  ├ c-ttl
  ├ c-btn
  ├ c-link
  ├ c-list
  ├ c-txt
  └ c-table
------------------------------------------------------------------------*/
/*----------------------------------------
	Heading
----------------------------------------*/
/*大見出し*/
.c-ttl--lg01 {
  margin-bottom: 32px;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
.c-ttl--lg01 [lang=en] {
  display: block;
  margin-bottom: 10px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.c-ttl--lg01::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02964E;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px), print {
  .c-ttl--lg01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-ttl--lg01 [lang=en] {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .c-ttl--lg01::before {
    width: 16px;
    height: 16px;
  }
}
/*中見出し*/
.c-ttl--md {
  font-size: 6.875vw;
}
@media screen and (min-width: 768px), print {
  .c-ttl--md {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*小見出し*/
.c-ttl--sm {
  font-size: 5.625vw;
}
@media screen and (min-width: 768px), print {
  .c-ttl--sm {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*----------------------------------------
	Button
----------------------------------------*/
.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 334px;
  padding: 20px 40px 20px 20px;
  background: #02964E;
  border: 2px solid #02964E;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn .en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.c-btn .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.c-btn::after {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_arw01.svg) center center/contain no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #02964E;
}
.c-btn:hover::after {
  right: 20px;
  background: url(../img/ico_arw01_green.svg) center center/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .c-btn {
    padding: 20px 40px 20px 30px;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
  }
  .c-btn .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-btn .ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*----------------------------------------
	Link
----------------------------------------*/
.c-link--map {
  color: inherit;
  text-decoration: none;
}
.c-link--map::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background: url(../img/ico_pin.svg) center center/contain no-repeat;
  vertical-align: middle;
}
.c-link--map:hover {
  color: #02964E;
}

.c-link--chevron::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

/*----------------------------------------
	List
----------------------------------------*/
.c-list--indent {
  margin-left: 1em;
  text-indent: -1em;
}

.c-list--disc li {
  position: relative;
  padding-left: 1.5em;
}
.c-list--disc li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: block;
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  background: #02964E;
  vertical-align: middle;
}

/*----------------------------------------
	Text Style
----------------------------------------*/
/*キャッチコピー*/
.c-txt__catch {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #29C3CE;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 768px), print {
  .c-txt__catch {
    margin-top: 32px;
    margin-bottom: 48px;
    font-size: 26px;
    line-height: 1.57;
    letter-spacing: 0.2em;
  }
}
/*リード文*/
.c-txt__lead {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-txt__lead .txt + .txt {
  margin-top: 24px;
}

@media screen and (min-width: 768px), print {
  .c-txt__lead {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 2.357;
    letter-spacing: 0.2em;
  }
  .c-txt__lead .txt + .txt {
    margin-top: 48px;
  }
}
/*注釈*/
.c-txt--note {
  font-size: 12px;
  font-size: 1.2rem;
}

/*1文字インデント*/
.c-txt--indent {
  margin-left: 1em;
  text-indent: -1em;
}

/*----------------------------------------
	Table
----------------------------------------*/
/*標準*/
.c-table {
  width: 100%;
  border-top: 1px solid #DDDDDD;
}
.c-table tr {
  border-bottom: 1px solid #DDDDDD;
}
.c-table th {
  width: 24%;
  padding: 40px 0;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}
.c-table td {
  padding: 40px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}
@media screen and (max-width: 767px), print {
  .c-table th, .c-table td {
    padding: 20px 0;
  }
  .c-table th {
    width: 100%;
  }
}

/*SP時縦積み*/
.c-table--rwd {
  width: 100%;
  border-top: 1px solid #DDDDDD;
}
.c-table--rwd tr {
  border-bottom: 1px solid #DDDDDD;
}
.c-table--rwd th {
  width: 24%;
  padding: 40px 0;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}
.c-table--rwd td {
  padding: 40px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}
@media screen and (max-width: 767px), print {
  .c-table--rwd tbody, .c-table--rwd tr, .c-table--rwd th, .c-table--rwd td {
    display: block;
  }
  .c-table--rwd th {
    width: 100%;
    padding: 20px 0 10px 0;
  }
  .c-table--rwd td {
    padding: 0 0 20px 0;
  }
}

/*------------------------------------------------------------------------
// Project (Shared Compornent)
  ├ p-breadcrumb
  ├ p-ptitle
  └ p-btnBlock
------------------------------------------------------------------------*/
/*----------------------------------------
	Breadcrumb
----------------------------------------*/
.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 10px;
  font-size: 1rem;
}
.p-breadcrumb li:first-child::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 1em;
  background: url(../img/ico_home.svg) center center/contain no-repeat;
}
.p-breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 1.5em;
}
.p-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.p-breadcrumb a:hover {
  color: #02964E;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*----------------------------------------
	Page Title
----------------------------------------*/
.p-ptitle {
  margin-bottom: 10px;
  line-height: 1.2;
}
.p-ptitle .en {
  display: block;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
}
.p-ptitle .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-ptitle .ja::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  background: #02964E;
  border-radius: 50%;
}

@media screen and (min-width: 768px), print {
  .p-ptitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .p-ptitle .en {
    margin-right: 10px;
    font-size: 54px;
    font-size: 5.4rem;
  }
  .p-ptitle .ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-ptitle .ja::before {
    display: block;
    margin-bottom: 0.3em;
  }
}
/*----------------------------------------
	Button Block
----------------------------------------*/
.p-btnBlock {
  margin-top: 60px;
  text-align: center;
}
.p-btnBlock > * + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .p-btnBlock {
    margin-top: 80px;
  }
  .p-btnBlock > * + * {
    margin-top: 0;
    margin-left: 20px;
  }
}

/*------------------------------------------------------------------------
// for TopPage
  ├ p-hero
  ├ p-lead
  ├ p-service
  ├ p-media
  └ p-newsList
------------------------------------------------------------------------*/
/*----------------------------------------
	TOPページ用
----------------------------------------*/
/* ヒーローエリア
----------------------------------------*/
.p-hero {
  width: 100%;
  background: url(../img/bg_top_mv.jpg) right center/cover;
}
.p-hero .l-container {
  position: relative;
  height: 90.625vw;
}

.p-hero__catch {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}
.p-hero__catch span {
  display: block;
  font-weight: bold;
  font-size: 5.625vw;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-hero__catch span.js-effect {
  opacity: 1;
}
.p-hero__catch span.js-effect.aniOn {
  -webkit-animation: none;
          animation: none;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-hero__catch span:nth-child(1).js-effect.aniOn {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-hero__catch span:nth-child(2).js-effect.aniOn {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-hero__catch span:nth-child(3).js-effect.aniOn {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*PC*/
@media screen and (min-width: 768px), print {
  .p-hero .l-container {
    height: 660px;
  }
  .p-hero__catch span {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
/* リード文
----------------------------------------*/
.p-lead {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-lead {
    margin-top: 120px;
    margin-bottom: 120px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
/* サービス一覧
----------------------------------------*/
.p-service {
  margin-left: -20px;
  margin-right: -20px;
}
.p-service__item {
  background: #030303;
  color: #ffffff;
}
.p-service__item::before {
  content: "";
  display: block;
  padding-top: 66.5625%;
  background-position: center center;
  background-size: cover;
}
.p-service__item:nth-child(1)::before {
  background-image: url(../img/ph_top_service01.jpg);
}
.p-service__item:nth-child(2)::before {
  background-image: url(../img/ph_top_service02.jpg);
}
.p-service__item:nth-child(3)::before {
  background-image: url(../img/ph_top_service03.jpg);
}
.p-service__item:nth-child(4)::before {
  background-image: url(../img/ph_top_service04.jpg);
}
.p-service__item:nth-child(5)::before {
  background-image: url(../img/ph_top_service05.jpg);
}
.p-service__body {
  padding: 30px;
}
.p-service__ttl {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-service__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
.p-service__link {
  margin-top: 30px;
}
.p-service__link li + li {
  margin-top: 10px;
}
.p-service__link a {
  display: block;
  padding: 1em;
  background: #02964E;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-service__link a:hover, .p-service__link a:active, .p-service__link a:focus {
  background: #ffffff;
  color: #030303;
}

/*tab*/
/*pc*/
@media screen and (min-width: 768px), print {
  .p-service {
    max-width: 1080px;
    margin: auto;
  }
  .p-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
  }
  .p-service__item::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
    padding-top: 250px;
  }
  .p-service__ttl {
    margin-bottom: 0.5em;
    text-align: left;
  }
  .p-service__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
  }
  .p-service__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-service__link li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1060px), print {
  .p-service__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-service__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-service__link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#ownd_media {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* 運営メディア＆サービス
----------------------------------------*/
.p-media {
  margin-top: 30px;
}
.p-media__ttl {
  padding: 1em;
  background: #030303;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-media__grid {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
.p-media__card {
  padding: 20px;
  background: #ffffff;
}
.p-media__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-media__card-thumb {
  padding: 20px;
  text-align: center;
}
.p-media__card-body {
  margin-top: 20px;
}
.p-media__card-ttl {
  color: #02964E;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-media__card-btn {
  margin-top: 20px;
}
.p-media__card-btn .c-btn {
  max-width: none;
}

/*pc*/
@media screen and (min-width: 768px), print {
  .p-media__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-media__card {
    padding: 40px;
  }
  .p-media__card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-media__card-thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    width: 35.7142857143%;
  }
  .p-media__card-body {
    margin-top: 0;
    margin-left: 26px;
  }
  .p-media__card-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-media__card-txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-media__card-btn {
    margin-top: 40px;
  }
  .p-media__card-btn .c-btn {
    padding: 0.5em;
    text-align: center;
  }
}
/*pc-large*/
@media screen and (min-width: 1060px), print {
  .p-media__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
/* ニュース一覧
----------------------------------------*/
.p-newsList__item {
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
}
.p-newsList__date {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.85em;
  font-family: "Heebo", sans-serif;
}
.p-newsList__txt {
  position: relative;
  padding-left: 1em;
}
.p-newsList__txt::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #02964E;
}

@media screen and (min-width: 768px), print {
  .p-newsList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-newsList__date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 115px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-newsList__txt {
    padding-left: 30px;
  }
}
/*------------------------------------------------------------------------
// for Contact
  └ p-contact
------------------------------------------------------------------------*/
/*----------------------------------------
	Contact
----------------------------------------*/
.p-contact {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #E4E4E4;
}

/*アイテムブロック*/
.p-contact__item {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4;
}

/*フォーム欄*/
.p-contact__body._col2 > * + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .p-contact__body {
    float: left;
    width: 63.3%;
  }
  .p-contact__body._col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contact__body._col2 > * {
    width: 48%;
  }
  .p-contact__body._col2 .p-contact__error {
    width: 100%;
  }
  .p-contact__body._col2 > * + * {
    margin-top: 0;
  }
}

/*見出し*/
legend.p-contact__ttl {
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
}
@media screen and (min-width: 768px), print {
  legend.p-contact__ttl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-contact__ttl {
  margin: 0 0 10px 0;
  text-align: left;
  font-size: inherit;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-contact__ttl {
    float: left;
    width: 36.7%;
    padding-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
  }
}

/*必須ラベル*/
.p-contact__required {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 8px;
  background: #EB3537;
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-contact__required {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*エラー表示*/
.p-contact__error {
  margin-top: 0;
  margin-bottom: -20px;
  color: #EB3537;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px), print {
  .p-contact__error {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------------------
// for Recruit
  ├ p-recruitIntro
  ├ p-recruitCatch
  └ p-recruitOutline
------------------------------------------------------------------------*/
/* 採用情報導入（トップ・下層共通）
----------------------------------------*/
.p-recruitIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-recruitIntro__thumb {
  margin-right: -20px;
}
.p-recruitIntro__thumb img {
  max-width: none;
  width: 100%;
  height: 67.1875vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
.p-recruitIntro__body {
  margin: 60px -20px;
  padding: 35px 20px 60px;
  background: #EEF3F1;
}
.p-recruitIntro__lead {
  margin-top: -60px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.p-recruitIntro__btn {
  margin-top: 30px;
  margin-bottom: -95px !important;
  text-align: center;
}

/*pc*/
@media screen and (min-width: 768px), print {
  .p-recruitIntro {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-recruitIntro__thumb {
    margin-right: 0;
    width: calc(50vw + 50px);
    height: 432px;
  }
  .p-recruitIntro__thumb img {
    width: 100%;
    height: 100%;
  }
  .p-recruitIntro__body {
    width: calc(50vw - 50px);
    min-height: 400px;
    margin: 70px 0 -80px 0;
    padding: 50px 20px 60px 20px;
  }
  .p-recruitIntro__lead {
    margin-top: -90px;
    font-size: 30px;
    font-size: 3rem;
  }
  .p-recruitIntro__btn {
    margin-top: 60px;
    margin-bottom: 0 !important;
    text-align: left;
  }
}
@media screen and (min-width: 1080px), print {
  .p-recruitIntro {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-recruitIntro__thumb {
    width: calc(50vw + 100px);
  }
  .p-recruitIntro__body {
    width: calc(50vw - 100px);
    padding: 50px 70px 60px calc((100vw - 1080px) / 2);
  }
}
/* 採用キャッチコピーエリア
----------------------------------------*/
.p-recruitCatch__txt01 {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  line-height: 1.23;
  text-transform: uppercase;
}
.p-recruitCatch__txt02 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .p-recruitCatch {
    margin-top: 100px;
  }
  .p-recruitCatch__txt01 {
    font-size: 80px;
    font-size: 8rem;
  }
  .p-recruitCatch__txt02 {
    text-align: right;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
/* 募集要項
----------------------------------------*/
.p-recruitOutline {
  margin-top: 80px;
}
@media screen and (min-width: 768px), print {
  .p-recruitOutline {
    margin: 130px auto 0;
    max-width: 960px;
  }
}

/*------------------------------------------------------------------------
// for PrivacyPolicy
  ├ p-policyIntro
  ├ p-policy
  └ p-policyFooter
------------------------------------------------------------------------*/
/* プライバシーポリシー冒頭
----------------------------------------*/
.p-policyIntro__update {
  text-align: right;
  line-height: 2;
}
.p-policyIntro p {
  margin-top: 1.5em;
}

/* プライバシーポリシー本文
----------------------------------------*/
.p-policy {
  margin-top: 45px;
  line-height: 2;
}
.p-policy__ttl {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-policy__ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* プライバシーポリシーフッター
----------------------------------------*/
.p-policyFooter {
  margin-top: 45px;
  text-align: right;
}

/*------------------------------------------------------------------------
// Utilitiy
------------------------------------------------------------------------*/
/*----------------------------------------
	Utilities
----------------------------------------*/
/*margin*/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

/*padding*/
.u-pt0 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

/*image*/
.u-img-full {
  max-width: none;
  width: 100%;
}

/*float*/
.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-clear {
  clear: both;
}

/*align-text*/
.u-ta__l {
  text-align: left !important;
}

.u-ta__c {
  text-align: center !important;
}

.u-ta__r {
  text-align: right !important;
}

/*align-block*/
.u-block__l {
  float: none;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-block__c {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-block__r {
  float: none;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*display*/
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}
.u-hidden {
  visibility: hidden;
}

/* for screen reader
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* for keybord
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.skipLink {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.skipLink:active, .skipLink:focus {
  position: static;
  opacity: 1;
  overflow: visible;
  height: auto;
  font-size: inherit;
}

/*------------------------------------------------------------------------
// Animation
  └ animation
------------------------------------------------------------------------*/
/*----------------------------------------
	Animation
----------------------------------------*/
/*FadeInUp
------------------------------*/
.js-effect {
  opacity: 0;
}
.js-effect.aniOn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.js-effect.a-fadeInLtoR.aniOn {
  -webkit-animation-name: fadeInLtoR;
          animation-name: fadeInLtoR;
}
.js-effect.a-fadeInRtoL.aniOn {
  -webkit-animation-name: fadeInRtoL;
          animation-name: fadeInRtoL;
}
.js-effect.a-showLtoR.aniOn {
  -webkit-animation-name: showLtoR;
          animation-name: showLtoR;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showLtoR {
  0% {
    width: 0;
  }
  100% {
    width: 300px;
  }
}
@keyframes showLtoR {
  0% {
    width: 0;
  }
  100% {
    width: 300px;
  }
}
/*------------------------------------------------------------------------
// Vendor Style
  ├ slick
  └ slick-theme
------------------------------------------------------------------------*/
/*----------------------------------------
	Slick 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;
}

.p-top-slider {
  margin-left: -2.6vw;
  margin-right: -2.6vw;
}
@media screen and (min-width: 768px), print {
  .p-top-slider {
    margin: 0;
  }
}

/*arrow*/
.slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background: #030303;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
}
.slick-arrow:hover {
  background: #555555;
}

.slick-prev {
  right: 40px;
  bottom: 0;
}
.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next {
  right: 0;
  bottom: 0;
}
.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .slick-arrow {
    width: 50px;
    padding-top: 50px;
  }
  .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
  .slick-prev {
    right: 470px;
  }
  .slick-next {
    right: 420px;
  }
}
/*dots*/
.slick-dots {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li.slick-active button {
  opacity: 0.7;
}
.slick-dots button {
  overflow: hidden;
  width: 9px;
  height: 0;
  padding-top: 9px;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (min-width: 768px), print {
  .slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*------------------------------------------------------------------------
// Print Style
------------------------------------------------------------------------*/
@media print {
  .js-effect {
    opacity: 1 !important;
  }
}/*# sourceMappingURL=common.css.map */