@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

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

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

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: inherit;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

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

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

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

div:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.hamburger {
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 45px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
}
.hamburger span {
  background: #23d5c8;
  display: block;
  height: 3px;
  margin: 5px 0;
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}

html.mm-opened .hamburger span .top-bar {
  transform: rotate(45deg);
  top: 8px;
}
html.mm-opened .hamburger span .middle-bar {
  opacity: 0;
  left: -40px;
}
html.mm-opened .hamburger span .bottom-bar {
  transform: rotate(-45deg);
  top: -8px;
}

.services .service .conts .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.services .service .conts .more a {
  display: inline-block;
  padding: 5px 25px;
  color: white;
  background-color: #23d5c8;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
  cursor: pointer;
}
.services .service .conts .more a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

* {
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
}

body {
  width: 100%;
  overflow: hidden;
  background: url(../img/body_bg.png) no-repeat center 400px;
}
@media screen and (min-width: 1400px) {
  body {
    background-size: 100% auto;
  }
}

header h1 {
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 12px;
    font-weight: lighter;
    color: #e1e1e1;
    z-index: 1;
}

header .test {
  position: relative;
}
header .test img {
  width: 100%;
}

header .mainvisual {
  position: relative;
  padding-top: 63.142857142%;
}
@media screen and (max-width: 767px) {
  header .mainvisual {
    padding: 0;
  }
}
header .mainvisual .logo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
@media screen and (min-width: 768px) {
  header .mainvisual .logo {
    margin-left: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
header .mainvisual .slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .mainvisual .sp {
  width: 100%;
}
header .mainvisual img {
  width: 100%;
}

.bx-wrapper {
  height: 100%;
}
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  height: 100% !important;
}

.section {
  position: relative;
}
.section h3 {
  text-align: center;
}

.obj {
  position: absolute;
}

.concept {
  padding: 0 0 100px;
}
.concept .triangle {
  position: absolute;
  width: 174px;
  height: 438px;
  right: 0;
  z-index: 0;
  content: "";
  background-image: url(../img/side_triangle_01.png);
  background-repeat: no-repeat;
  background-position: center;
}
.concept h3 {
  position: relative;
  width: 45%;
  max-width: 440px;
  height: auto;
  margin-top: -60px;
  background-color: #fcfd37;
}
@media screen and (min-width: 768px) {
  .concept h3 {
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .concept h3 {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .concept h3 {
    float: left;
  }
}
.concept h3:after {
  padding-top: 100%;
  display: block;
  content: "";
}
.concept h3 span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  margin-top: -.5em;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .25em;
}
.concept .conts {
  position: relative;
  top: 0;
  right: 0;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .concept .conts {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .concept .conts {
    float: right;
  }
}
.concept .conts p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 200%;
  color: #545454;
  letter-spacing: 1px;
}

.services .triangle {
  position: absolute;
  width: 159px;
  height: 415px;
  left: 0;
  z-index: 0;
  content: "";
  background-image: url(../img/side_triangle_02.png);
  background-repeat: no-repeat;
  background-position: center;
}
.services h3 {
  margin-bottom: 60px;
}
.services .service {
  padding-bottom: 30px;
  overflow: hidden;
}
.services .service .border_animation {
  height: 1px;
  width: 0%;
  background-color: #23d5c8;
}
.services .service h4 {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 2px 2em;
}
.services .service h4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #23d5c9 transparent transparent transparent;
}
.services .service .imgs {
  max-width: 336px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .services .service .imgs {
    float: left;
    width: 35%;
    padding-left: 10px;
  }
}
.services .service .imgs span {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
}
.services .service .imgs span:before {
  display: block;
  padding-top: 80%;
  content: "";
}
.services .service .conts {
  padding-bottom: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .services .service .conts {
    float: left;
    width: 65%;
    padding-left: 35px;
    padding-right: 10px;
  }
}
.services .service .conts p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 200%;
  color: #545454;
  letter-spacing: 1px;
}
.services .service .conts ul {
  padding: .5em 0;
}
.services .service .conts ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 200%;
  color: #545454;
  letter-spacing: 1px;
}
.services .service .conts ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.services .service .conts .more {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .services .service .conts .more {
    bottom: -10px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.message {
  padding: 45px 0;
}
.message h3 {
  margin-bottom: 30px;
}
.message .triangle {
  position: absolute;
  width: 132px;
  height: 314px;
  right: 0;
  z-index: 0;
  content: "";
  background-image: url(../img/side_triangle_03.png);
  background-repeat: no-repeat;
  background-position: center;
}
.message .conts {
  padding: 30px 0;
  background: url(../img/message_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .message .conts .inner {
    opacity: 0.2;
    filter: alpha(opacity=20);
    margin-top: 10px;
  }
}
.message .conts p {
  max-width: 730px;
  margin: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 250%;
  color: #545454;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message .conts p br {
    display: none;
  }
}

.profile {
  background: url(../img/profile_bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1400px) {
  .profile {
    background-size: 100% auto;
  }
}
.profile .inner {
  padding: 300px 0 45px;
}
@media screen and (max-width: 767px) {
  .profile .inner {
    padding: 45px 0;
  }
}
.profile .obj01 {
  top: 30px;
  left: 0;
  z-index: 2;
  width: 356px;
  height: 356px;
}
.profile .obj02 {
  top: 10px;
  left: 270px;
  z-index: 1;
  width: 260px;
  height: 260px;
}
.profile .obj03 {
  top: 130px;
  right: 0;
  z-index: 1;
  width: 220px;
  height: 220px;
}
.profile h3 {
  margin-bottom: 60px;
}
.profile .triangle {
  position: absolute;
  width: 193px;
  height: 462px;
  left: 0;
  z-index: 0;
  content: "";
  background-image: url(../img/side_triangle_04.png);
  background-repeat: no-repeat;
  background-position: center;
}
.profile table {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.profile table tr th,
.profile table tr td {
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 200%;
  color: #545454;
  position: relative;
}
.profile table tr th {
  width: 35%;
}
.profile table tr th:after {
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  right: 0;
  content: "";
  border-bottom: 1px solid #545454;
  transition-duration: 4s;
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  -moz-transition-duration: 4s;
}
.profile table tr td {
  width: 65%;
}
.profile table tr td:after {
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid #545454;
  transition-duration: 4s;
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  -moz-transition-duration: 4s;
}
.profile table tr td b {
  display: block;
}
.profile table tr td a {
    pointer-events: none;
    color: #545454;
}
.profile table.border_animation th:after,
.profile table.border_animation td:after {
  width: 100%;
}

iframe {
  width: 100%;
  height: 400px;
}

.backtop {
  position: absolute;
  right: 0;
  top: -37px;
  z-index: 10000;
  text-align: right;
}
.backtop a {
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
  cursor: pointer;
}
.backtop a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

footer {
  margin-top: 140px;
  border-top: 10px solid #23d5c8;
}
footer .inner {
  padding: 15px 20px;
}
footer .sitemap .logo {
  width: 200px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer .sitemap .logo {
    float: left;
  }
}
footer .sitemap .logo a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
  cursor: pointer;
}
footer .sitemap .logo a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
footer .sitemap .links {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  footer .sitemap .links {
    float: left;
    margin: 15px 0  0 45px;
  }
  footer .sitemap .links:nth-child(2) {
    padding-left: 15px;
  }
}
footer .sitemap .links dt {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: .25em;
}
footer .sitemap .links dt:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "▶︎";
  font-size: 10px;
  font-size: 0.625rem;
}
footer .sitemap .links dt a {
  display: inline-block;
  color: black;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
}
footer .sitemap .links dt a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
footer .sitemap .links dt a:hover {
  text-decoration: none;
}
footer .copyright {
  margin-top: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #23d5c8;
  text-align: right;
}
