@charset "UTF-8";

/*
Theme Name: Palette
Author: IIKANE Palette
Author URI: https://palette.jp.net/
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
details,
menu {
  display: block;
}

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}

/* パーツ
   ========================================================================== */
/* Table */
table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #e9e9e9;
}

table>tbody+tbody {
  border-top: 2px solid #e9e9e9;
}

/* List */
ul,
ol {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  list-style-type: none !important;
}

ul>li>ul,
ul>li>ol,
ol>li>ul,
ol>li>ol {
  margin-left: 10px;
  padding-left: 0;
}

dl dd {
  margin-left: 2em;
}


/* Forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 0.7em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "小塚ゴシック Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="range"] ::-webkit-input-placeholder,
input[type="date"] ::-webkit-input-placeholder,
input[type="month"] ::-webkit-input-placeholder,
input[type="week"] ::-webkit-input-placeholder,
input[type="time"] ::-webkit-input-placeholder,
input[type="datetime"] ::-webkit-input-placeholder,
input[type="datetime-local"] ::-webkit-input-placeholder,
input[type="color"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: #999999;
}

input[type="text"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="range"] :-moz-placeholder,
input[type="date"] :-moz-placeholder,
input[type="month"] :-moz-placeholder,
input[type="week"] :-moz-placeholder,
input[type="time"] :-moz-placeholder,
input[type="datetime"] :-moz-placeholder,
input[type="datetime-local"] :-moz-placeholder,
input[type="color"] :-moz-placeholder,
textarea :-moz-placeholder,
select :-moz-placeholder {
  color: #999999;
}

input[type="text"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="range"] ::-moz-placeholder,
input[type="date"] ::-moz-placeholder,
input[type="month"] ::-moz-placeholder,
input[type="week"] ::-moz-placeholder,
input[type="time"] ::-moz-placeholder,
input[type="datetime"] ::-moz-placeholder,
input[type="datetime-local"] ::-moz-placeholder,
input[type="color"] ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
  color: #999999;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

input[type="text"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="range"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="month"] :-ms-input-placeholder,
input[type="week"] :-ms-input-placeholder,
input[type="time"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="datetime-local"] :-ms-input-placeholder,
input[type="color"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #999999;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: #333333;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02), 0 0 6px #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02), 0 0 6px #333333;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="range"][disabled],
input[type="range"][readonly],
fieldset[disabled] input[type="range"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
select[disabled],
select[readonly],
fieldset[disabled] select {
  background-color: #d9d9d9;
  opacity: 1;
}

input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="email"][disabled],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
fieldset[disabled] input[type="url"],
input[type="password"][disabled],
fieldset[disabled] input[type="password"],
input[type="search"][disabled],
fieldset[disabled] input[type="search"],
input[type="number"][disabled],
fieldset[disabled] input[type="number"],
input[type="tel"][disabled],
fieldset[disabled] input[type="tel"],
input[type="range"][disabled],
fieldset[disabled] input[type="range"],
input[type="date"][disabled],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
fieldset[disabled] input[type="week"],
input[type="time"][disabled],
fieldset[disabled] input[type="time"],
input[type="datetime"][disabled],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled] input[type="datetime-local"],
input[type="color"][disabled],
fieldset[disabled] input[type="color"],
textarea[disabled],
fieldset[disabled] textarea,
select[disabled],
fieldset[disabled] select {
  cursor: not-allowed;
}

label {
  font-weight: 900;
}

input[type="submit"],
input[type="buton"] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "小塚ゴシック Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*** Clearfix ***/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Scaffolding
   ========================================================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "小塚ゴシック Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #333333;
}

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

a {
  text-decoration: none;
  color: #0d0d0d;
}

a:visited {
  color: #0d0d0d;
}

a:focus {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: black;
}

a:hover,
a:focus {
  outline: 0;
}

a,
span,
p,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: normal;
}

p {
  margin: 0 0 10px 0;
  line-height: 2.2em;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

section {
  margin-bottom: 40px;
}

address {
  font-style: normal;
}

/* Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

.fs-larger {
  font-size: 1.6rem;
}

.fs-smaller {
  font-size: 1.2rem;
}

small {
  font-size: 1rem;
}

/* Layout
   ========================================================================== */
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.l-box-wrapper {
  letter-spacing: -0.4em;
}

.l-box-wrapper * {
  letter-spacing: normal;
}

/* Header */
.l-header {
  width: 100%;
}

.l-header-nav {
  width: calc(100% - (55px + 20px));
  float: right;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .l-header-nav {
    padding: 20px 0;
  }
}

/* Footer */
.l-footer {
  width: 100%;
  padding: 40px 0 20px 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 20px 0 0 0;
  }
}

/* Contents */
.l-contents {
  width: 100%;
  margin-top: -110px;
}

.l-inner-box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .l-inner-box {
    width: 100%;
    padding: 0 10px;
  }
}

/* Module
   ========================================================================== */
/* Header */
.header-wrap {
  width: 100%;
  height: 110px;
  transition: background-color 0.4s ease-in-out;
  position: relative;
  z-index: 200;
}

.header-wrap.is-active,
.header-wrap.is-fixed {
  background-color: rgba(0, 0, 0, 0.3);
}

.header-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.site-logo {
  width: 55px;
  float: left;
  padding-top: 10px;
}

.sns-nav {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
}

.sns-nav li {
  margin-bottom: 20px;
}

.sns-nav li a {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .sns-nav {
    display: inline-block;
    margin-right: 10px;
    top: 0;
    left: 0;
    position: relative;
    vertical-align: top;
  }

  .sns-nav li {
    display: inline-block;
  }
}

.header-nav {
  min-width: 1125px;
  padding: 20px;
  position: relative;
  height: 110px;
}

.header-nav li,
.header-nav {
  display: inline-block;
  vertical-align: top;
}

.header-nav a {
  color: #ffffff;
  transition: color 0.3s linear 0s;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.header-nav a:visited {
  color: #ffffff;
}

.header-nav a:focus {
  color: #ffffff;
}

.header-nav a:hover {
  color: #ffffff;
}

.header-nav a:active {
  color: #ffffff;
}

.header-nav li {
  padding-left: 15px;
}

.header-nav>li {
  height: 100%;
}

.header-nav>li .caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px dashed #ffffff;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.header-nav>li:hover .header-nav-child,
.header-nav>li:focus .header-nav-child {
  display: block;
}

.header-nav .header-nav-child {
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.header-nav .header-nav-child li {
  margin-right: 0px;
}

.header-nav-child {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .header-nav {
    width: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 60px 0 0 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 11;
  }

  .header-nav.is-active {
    display: block;
  }

  .header-nav li {
    margin-right: 0;
    display: block;
    text-align: left;
    border-top: solid 1px #ffffff;
    position: relative;
  }

  .header-nav li a {
    width: 100%;
    padding: 20px 10px;
    display: inline-block;
    height: 100%;
  }

  .header-nav li.has-child>a {
    width: 90%;
    padding-right: 0;
  }

  .header-nav>li .caret {
    width: 2em;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 10px;
    border: solid 0 transparent !important;
    z-index: 15;
    height: 2em;
  }

  .header-nav>li .caret:before,
  .header-nav>li .caret:after {
    width: 100%;
    background-color: #ffffff;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    pointer: cursor;
  }

  .header-nav>li .caret:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.4s ease;
  }

  .header-nav>li .caret.is-open:before {
    transform: rotate(-180deg);
  }

  .header-nav>li .caret.is-open:after {
    opacity: 0;
  }

  .header-nav .header-nav-child {
    margin: 0;
    position: relative;
    bottom: inherit;
    right: inherit;
  }

  .header-nav .header-nav-child li {
    margin-right: 0;
    padding-left: 20px;
  }

  .header-nav>li:hover .header-nav-child {
    display: none;
  }

  .header-nav>li .header-nav-child.is-active {
    display: block;
  }
}

.sp-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-nav {
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 12;
  }

  .sp-nav,
  .sp-nav span {
    display: inline-block;
    transition: all 0.4s ease;
  }

  .sp-nav span {
    width: 100%;
    background-color: #ffffff;
    height: 4px;
    position: absolute;
    left: 0;
  }

  .sp-nav span:before {
    width: 20%;
    background-color: #ffffff;
    content: "";
    height: 6px;
    display: block;
    top: -1px;
    position: absolute;
  }

  .sp-nav span:nth-of-type(1) {
    top: 0;
  }

  .sp-nav span:nth-of-type(1):before {
    left: 4px;
  }

  .sp-nav span:nth-of-type(2) {
    top: 15px;
  }

  .sp-nav span:nth-of-type(2):before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-nav span:nth-of-type(3) {
    bottom: 4px;
  }

  .sp-nav span:nth-of-type(3):before {
    right: 4px;
  }

  .sp-nav.is-active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-315deg);
  }

  .sp-nav.is-active span:nth-of-type(2),
  .sp-nav.is-active span:before {
    opacity: 0;
  }

  .sp-nav.is-active span:nth-of-type(3) {
    transform: translateY(-19px) rotate(315deg);
  }

  .sp-nav.is-active span {
    background-color: #ffffff;
  }
}

.copyright {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.copyright.is-rotate {
  position: fixed;
  top: 50%;
  left: -130px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 10;
}

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

/*** Contents ***/
/* Top page */
.intro {
  width: 100vw;
  margin-top: -110px;
  background: url(./images/main-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.intro .main-copy {
  padding-top: 25vh;
  text-align: center;
}

.intro .main-copy img {
  width: 400px;
  height: auto;
}

.intro .main-copy img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .intro {
    min-height: 80vh;
  }

  .intro .main-copy {
    width: 60%;
    padding-top: 35%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.scroll {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1100;
}

.purpose-list {
  margin-bottom: 100px;
}

.purpose-list li {
  width: 50%;
  float: left;
}

.purpose-list li a {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}

.purpose-list figure {
  padding: 0;
  line-height: 0;
}

.purpose-list figure:before,
.purpose-list figure:after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
}

.purpose-list figure:before {
  width: 100%;
  height: 100%;
}

.purpose-list figure:after {
  width: calc(100% - 20px * 2);
  margin: 20px;
  height: calc(100% - 20px * 2);
  border: solid 1px transparent;
}

.purpose-list figure:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.purpose-list figure:hover:after {
  border-color: #ffffff;
}

.purpose-list figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #ffffff;
  text-align: center;
  word-break: keep-all;
}

.purpose-list figcaption strong {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .purpose-list {
    margin-bottom: 20px;
  }

  .purpose-list figcaption {
    width: 100%;
  }

  .purpose-list figcaption strong {
    font-size: 1.8rem;
  }
}

.aboutus,
.information,
.facility {
  margin-bottom: 140px;
}

.aboutus h1,
.information h1,
.facility h1 {
  font-size: 4rem;
  color: #000000;
}

.aboutus h1 small,
.information h1 small,
.facility h1 small {
  display: block;
  font-size: 1.8rem;
}

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

  .aboutus,
  .information,
  .facility {
    margin-bottom: 20px;
  }

  .aboutus h1,
  .information h1,
  .facility h1 {
    text-align: center;
  }

  .aboutus h1 small,
  .information h1 small,
  .facility h1 small {
    font-size: 1.6rem;
  }
}

.aboutus-photo:after,
.facility:after
/*.information:after*/
  {
  background-color: #e9e9e9;
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
}

@media screen and (max-width: 768px) {
  .aboutus {
    margin-bottom: 60px;
  }
}

.aboutus-text {
  width: 30%;
  padding-bottom: 40px;
}

.aboutus-text h2 {
  margin-bottom: 50px;
  font-size: 2.4rem;
}

.aboutus-text h2+p {
  margin-bottom: 40px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .aboutus-text {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .aboutus-text,
  .aboutus-text p {
    margin-bottom: 20px;
    text-align: center !important;
  }

  .aboutus-text h2 {
    font-size: 1.8rem;
  }

  .aboutus-text h2,
  .aboutus-text h2+p {
    margin-bottom: 20px;
  }
}

.aboutus-photo {
  width: 70%;
  padding-left: 60px;
  position: relative;
  height: 100%;
}

.aboutus-photo img {
  position: relative;
  z-index: 2;
}

.aboutus-photo:after {
  width: calc(100% - 20px * 3);
  height: 100%;
  left: -60px;
  bottom: -60px;
}

@media screen and (max-width: 768px) {
  .aboutus-photo:after {
    left: -30px;
    bottom: -30px;
  }
}

.aboutus-text,
.aboutus-photo {
  display: inline-block;
  vertical-align: bottom;
}

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

  .aboutus-text,
  .aboutus-photo {
    width: 100%;
  }
}

.information {
  min-height: 380px;
}

.information,
.information .l-inner-box {
  position: relative;
}

.information h1 {
  padding-top: 60px;
  display: inline-block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.information:after {
  width: 75%;
  height: 380px;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .information {
    min-height: auto;
    margin-bottom: 30em;
  }

  .information h1 {
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .information:after {
    width: 85%;
    height: 120px;
  }

  .information .article-list+p {
    text-align: center !important;
  }
}

.article-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.article-list li {
  width: 33.3%;
  max-width: 360px;
  padding: 0 30px;
}

.article-list li:nth-of-type(2) {
  padding-top: 60px;
}

.article-list h2 {
  font-size: 1.6rem;
}

.article-list a img,
.article-list a .no-photo span {
  transition: all 0.4s ease;
}

.article-list a:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.article-list a:hover .btn-read-more {
  display: block;
}

.article-list a:hover .no-photo span {
  font-size: 2.4rem;
}

.article-list .article-thumbnail-wrap {
  margin-bottom: 10px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.article-list .article-thumbnail-wrap:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.article-list .article-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.article-list .article-thumbnail .btn-read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  transition: display 0.2s ease;
}

.article-list .article-thumbnail .no-photo {
  width: 100%;
  background-color: #d0d0d0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.article-list .article-thumbnail .no-photo span {
  font-size: 1.8rem;
  color: #909090;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .article-list li {
    width: 49%;
    max-width: 49%;
    padding: 0;
  }

  .article-list li:nth-of-type(2) {
    padding-top: 0;
  }

  .article-list .article-thumbnail img {
    width: 100%;
    height: auto;
  }

  .article-list a:hover .btn-read-more {
    display: none;
  }
}

.no-information {
  padding-top: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .no-information {
    padding-top: 20px;
  }
}

.label {
  width: 10em;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

.is-front .label {
  width: 8em;
  background-color: #333e50;
  padding: 4px 0;
}

.article-list .label {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .is-front .label {
    width: 5em;
  }
}

.date {
  color: #333e50;
}

@media screen and (max-width: 768px) {
  .date {
    display: inline-block;
  }
}

.facility {
  position: relative;
}

.facility h1 {
  padding-top: 40px;
  padding-left: 20px;
}

.facility:after {
  width: 75%;
  left: 0;
  top: 0;
  height: 160px;
}

@media screen and (max-width: 768px) {
  .facility {
    min-height: auto;
  }

  .facility h1 {
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .facility:after {
    width: 85%;
    height: 120px;
  }
}

.falility-map {
  width: 100%;
  margin-top: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .falility-map {
    margin-top: 20px;
  }
}

/*** Footer ***/
.footer {
  background-color: #ffffff;
  border-top: solid 2px #e9e9e9;
}

.footer a,
.footer {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .footer address {
    margin-bottom: 20px;
  }

  .footer p {
    font-size: 1.2rem;
  }
}

/*** Common ***/
.text-link:before {
  content: ">>";
}

.btn {
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: center;
}

.btn-read-more {
  width: 80%;
  background-color: transparent;
  border: solid 1px #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
  color: #ffffff;
  padding: 20px;
  font-size: 1.8rem;
}

.btn-read-more:visited {
  background-color: transparent;
  border: solid 1px #ffffff;
}

.btn-read-more:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.btn-read-more:hover,
.btn-read-more:active {
  color: #ffffff;
  background-color: transparent;
  border-color: #f2f2f2;
}

.btn-read-more[disabled]:hover,
.btn-read-more[disabled]:focus,
.btn-read-more[disabled].focus,
fieldset[disabled] .btn-read-more:hover,
fieldset[disabled] .btn-read-more:focus,
fieldset[disabled] .btn-read-more.focus {
  background-color: transparent;
  border-color: #ffffff;
}

/* Icons
   ========================================================================== */
*[class*="i-"] {
  background-image: url('images/icons-s2c6a790592.png');
  background-repeat: no-repeat;
}

.i-youtube-blk {
  background-position: 0 -60px;
  height: 30px;
  width: 30px;
}

.i-instagram-blk {
  background-position: 0 -30px;
  height: 30px;
  width: 30px;
}

.i-facebook-blk {
  background-position: 0 0;
  height: 30px;
  width: 30px;
}

/* Util
   ========================================================================== */
.t-align-c {
  text-align: center;
}

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

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* For Printing
   ========================================================================== */
@media print {

  .l-header-nav,
  .l-inner-box {
    width: 100%;
  }

  .copyright.is-rotate {
    position: absolute;
  }
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: #fff no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls1.png) no-repeat -25px -27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -27px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}



/*myStyle*/
body {
  padding: 0 0 0 0;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.scroll-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.scroll-btn>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
  color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}

.scroll-btn .mouse>* {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.aboutus-photo:after {
  display: none;
}

.front-about-wrap {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

.front-about-td {
  border: none;
  padding: 40px;
}

.td40 {
  width: 40%;
}

.td50 {
  width: 50%;
}

.td60 {
  width: 60%;
}

.front-news-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-mainimg-wrap {
  width: 100vw;
  margin-top: -110px;
  height: 460px;
  position: relative;
  z-index: 1;
}

.page-mainimg-wrap h1 {
  color: #ffffff;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.page-mainimg-wrap h1 small {
  font-size: 1.4rem;
  vertical-align: middle;
}

.page-mainimg-wrap .page-mainimg {
  width: 100vw;
  overflow: hidden;
  height: 460px;
  position: absolute;
  top: 0;
  text-align: center;
}

.page-mainimg-wrap .page-section-heading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-mainimg-wrap .page-section-heading {
  margin: 0 10px;
  padding: 2px 4px;
  border: solid 2px #ffffff;
  color: #ffffff;
  font-size: 1.8rem;
  display: inline-block;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .page-mainimg-wrap {
    margin-top: -55px;
  }

  .page-mainimg-wrap,
  .page-mainimg-wrap .page-mainimg {
    height: 115px;
  }

  .page-mainimg-wrap h1 {
    width: auto;
    font-size: 1.6rem;
    top: 60%;
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }

  .page-mainimg-wrap h1 small {
    font-size: 1.2rem;
  }

  .page-mainimg-wrap .page-section-heading {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .front-about-wrap {
    width: 100%;
  }

  .front-about-table {
    display: block;
    max-width: 98%;
    margin: 0 auto;
  }

  .front-about-tbody {
    display: block;
    max-width: 98%;
    margin: 0 auto;
  }

  .front-about-tr {
    display: block;
    max-width: 98%;
    margin: 0 auto;
  }

  .front-about-td {
    display: block;
    max-width: 98%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 3em;
  }

  .td50 {
    width: auto;
  }

  .front-news-wrap {
    width: 100%;
  }
}

.front-title {
  width: 150px;
  padding: 10px 30px;
  border: 3px solid #000;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

/*news*/
.news-wrap {
  height: auto;
  width: 100vw;
  background-image: url("https://palette.jp.net/wp-content/themes/palette/images/newsback.png");
  background-size: cover;
  position: relative;
  padding: 5em 0px;
}

.article-photo a.has-bg:after {
  width: 97%;
  background-color: #e2e6ed;
  height: 97%;
}

/*facility*/
.front-facility-map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.front-facility-map {
  width: 100% !important;
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.front-map-td {
  border: none;
  padding: 0px !important;
}

.map-btn {
  position: absolute;
  z-index: 5;
}

.map-btn>a>img {
  width: 25px;
  height: auto;
}

.btn-1 {
  top: 80%;
  left: 13%;
}

.btn-2 {
  top: 71.5%;
  left: 10.2%;
}

.btn-3 {
  top: 71.2%;
  left: 19.5%;
}

.btn-4 {
  top: 62%;
  left: 36%;
}

.btn-5 {
  top: 84%;
  left: 39%;
}

.btn-6 {
  top: 84.2%;
  left: 48.1%;
}

.btn-8 {
  top: 86%;
  left: 66.4%;
}

.btn-9 {
  top: 75%;
  left: 53%;
}

.btn-10 {
  top: 46%;
  left: 73.1%;
}

.btn-11 {
  top: 47%;
  left: 84.2%;
}

.btn-12 {
  top: 60%;
  left: 70%;
}

.btn-20 {
  top: 30.5%;
  left: 69%;
}

.btn-21 {
  top: 29.8%;
  left: 60.5%;
}

.btn-22 {
  top: 29.1%;
  left: 51.7%;
}

.btn-23 {
  top: 28.4%;
  left: 43%;
}

.btn-24 {
  top: 2%;
  left: 22.5%;
}

.btn-25 {
  top: 3%;
  left: 31.5%;
}

.btn-26 {
  top: 4%;
  left: 40.4%;
}

.btn-27 {
  top: 4.7%;
  left: 49%;
}

.btn-28 {
  top: 6.3%;
  left: 75%;
}

.btn-29 {
  top: 7.1%;
  left: 84%;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.popup {
  display: none;
}

.popup-wrap {
  height: auto;
  width: 60vw;
  margin: 0 auto;
  border: 1px solid #999;
}

.popup-rec {
  padding: 5%;
}

.popup-rec-header {}

.popup-rec-header-time {
  font-size: 1.2em;
  font-weight: bold;
}

.popup-rec-title-wrap {
  border-bottom: 3px solid #000;
  margin-bottom: 0.5em;
}

.popup-rec-title {
  font-size: 1.5em;
  font-weight: bold;
}

.popup-rec-title-left {
  float: left;
  vertical-align: sub;
}

.popup-rec-title-right {
  text-align: right;
}

.popup-rec-content {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.popup-rec-content-wrap {
  margin-bottom: 0.5em;
}

.popup-rec-content-wrap-tit {
  font-weight: bold;
}

.news-1 {
  float: left;
  position: absolute;
  left: 20%;
}

.news-1 a,
.news-2 a {
  color: #abc52e;
}

.news-1 a:hover,
.news-2 a:hover {
  color: #dd6281;
}

@media screen and (max-width: 768px) {
  .news-1 {
    position: static;
    float: none;
	margin-bottom: 3rem;
  }

  .news-2 {
    position: static;
  }
}

.service-photos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 140px;
}

.service-photos>div {
  margin: 0 30px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.service-photos>div:nth-of-type(even) {
  margin-top: 40px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.service-photos .has-bg:after {
  width: 100%;
  background-color: #e9e9e9;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .service-photos {
    margin-bottom: 40px;
  }

  .service-photos>div {
    margin: 0 5px;
  }
}

.service-photos .has-bg:after {
  width: 100%;
  background-color: #e9e9e9;
  height: 100%;
}

.has-bg {
  position: relative;
}

.has-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: 10%;
  z-index: -1;
}

@media screen and (max-width: 425px) {

  /*table, tbody, tr, th, td {
    display: block;
    }*/
  .td40,
  .td60 {
    width: 100%;
    display: block;
  }

  #sec1 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .popup-wrap {
    width: 85vw;
  }

  .btn-1 {
    top: 77%;
    left: 11%;
    z-index: 100;
  }

  .btn-2 {
    top: 66%;
    left: 9.5%;
  }

  .btn-3 {
    top: 66%;
    left: 17.8%;
  }

  .btn-4 {
    top: 58%;
    left: 33.7%;
  }

  .btn-5 {
    top: 79%;
    left: 37%;
  }

  .btn-6 {
    top: 80%;
    left: 46.1%;
  }

  .btn-8 {
    top: 81%;
    left: 64.4%;
  }

  .btn-9 {
    top: 70%;
    left: 51.8%;
  }

  .btn-10 {
    top: 41%;
    left: 71.9%;
  }

  .btn-11 {
    top: 42%;
    left: 83%;
  }

  .btn-12 {
    top: 55%;
    left: 68.5%;
  }

  .btn-20 {
    top: 25.5%;
    left: 67.5%;
  }

  .btn-21 {
    top: 24.8%;
    left: 59%;
  }

  .btn-22 {
    top: 24.1%;
    left: 50.2%;
  }

  .btn-23 {
    top: 23.4%;
    left: 41.5%;
  }

  .btn-24 {
    top: -3%;
    left: 21%;
  }

  .btn-25 {
    top: -2%;
    left: 30%;
  }

  .btn-26 {
    top: -1%;
    left: 38.9%;
  }

  .btn-27 {
    top: -0.3%;
    left: 47.5%;
  }

  .btn-28 {
    top: 1.3%;
    left: 73.5%;
  }

  .btn-29 {
    top: 2.1%;
    left: 82.5%;
  }
}

/*concept*/
.front-concept-section {
  background-color: #fff;

  background-repeat: no-repeat;
  padding: 5em;
  color: #000;
}

.front-concept-wrap {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.front-concept-subtitle {
  font-weight: bold;
  font-size: 1.6em;
  padding: 1em 0 2.5em 0;
}

.front-concept-news {
  font-weight: bold;
  font-size: 1.2em;
  width: 50%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.front-concept-content {
  font-weight: bold;
  font-size: 1.3em;
  width: 60%;
  margin: 0 auto;
  padding: 2em 0;
}

.concept-p {
  line-height: 3em;
}

.concept-p2 {
  line-height: 3em;
  text-align: left;
}

.front-concept-img1 {
  width: 85%;
}

.front-concept-img2 {
  width: 100%;
}

.front-concept-access {
  font-size: 1.2em;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.front-concept-access a {
  color: #abc52e;
}

.front-concept-access a:hover {
  color: #dd6281;
}

@media screen and (max-width: 768px) {
  .front-concept-section {
    padding: 3em 0em;
  }

  .front-concept-wrap {
    width: 98%;
  }

  .front-concept-content {
    width: 98%;
  }

  .concept-p {
    line-height: 1.5em;
    margin-bottom: 3em;
  }

  .front-concept-news {
    width: 90%;
    font-size: 1em;
  }

  .front-concept-access {
    width: 90%;
    font-size: 1em;
  }
}

#top_youtube {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}
#top_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* margin-style
   ========================================================================== */

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}