@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

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

html {
  overflow: auto;
}

body {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", Meiryo,
    sans-serif;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 2;
}

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

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.hidden {
  display: none;
}

/* ロールオーバー */
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a {
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}

.header__inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1180px;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
}

.top-visual__inner {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-visual__inner {
    padding: 0 5px;
    width: 100%;
    max-width: 100%;
  }
}

.content__inner {
  margin: 0 auto;
  padding: 70px 15px;
  width: 1180px;
}
@media (max-width: 767px) {
  .content__inner {
    padding: 50px 20px;
    width: 100%;
    max-width: 100%;
  }
}

.large__inner {
  margin: 0 auto;
  padding: 70px 15px;
  width: 1350px;
}
@media (max-width: 767px) {
  .large__inner {
    padding: 50px 20px;
    width: 100%;
    max-width: 100%;
  }
}

.footer-top__inner {
  margin: 0 auto;
  padding: 70px 15px 60px;
  max-width: 1180px;
}
@media (max-width: 767px) {
  .footer-top__inner {
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
}

.footer-bottom__inner {
  margin: 0 auto;
  max-width: 1180px;
  height: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-bottom__inner {
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
}

.header {
  padding: 6px 0 10px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
    background-color: transparent;
    position: fixed;
    z-index: 99;
  }
}
.header--parallel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header--parallel {
    display: block;
  }
}
.header--parallel .logo {
  width: 135px;
}
@media (max-width: 767px) {
  .header--parallel .logo {
    margin: 10px 0 0 10px;
    width: 24%;
    min-width: 97px;
  }
}
@media (max-width: 767px) {
  .header--parallel .logo img {
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 3px;
  }
}

.g-navi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .g-navi_inner {
    display: block;
  }
}

.g-navi li {
  margin-top: 4px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .g-navi li {
    margin-right: 0;
  }
}

.g-navi li:last-child {
  margin-top: 0;
  margin-right: 0px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .g-navi li:last-child {
    margin: 0;
    color: initial;
  }
}
.g-navi li:last-child a {
  padding: 5px 24px;
  background: #00bcd4;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 767px) {
  .g-navi li:last-child a {
    padding: initial;
    background: initial;
    border-radius: 3px;
    display: block;
    font-weight: initial;
  }
}

.content {
  padding-top: 81px;
}
@media (max-width: 767px) {
  .content {
    padding: 0;
  }
}

.top-visual {
  margin-top: -81px;
  width: 100%;
  background: url(../img/top_visual.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-animation-name: slide_in;
  animation-name: slide_in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slide_in {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* X軸方向に0px */
  }
}

@keyframes slide_in {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* X軸方向に0px */
  }
}
@media (max-width: 767px) {
  .top-visual {
    margin-top: 0px;
  }
}
.top-visual::after {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, rgba(0, 0, 0, 0.5)),
      color-stop(50%, transparent)
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 50%
    ),
    -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 50%, transparent 50%);
  background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 50%
    ),
    -o-linear-gradient(rgba(0, 0, 0, 0.25) 50%, transparent 50%);
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 50%
    ),
    linear-gradient(rgba(0, 0, 0, 0.25) 50%, transparent 50%);
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}

.top-visual__title {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  text-shadow: 2px 2px 3px #000000;
  top: 39%;
  width: 1180px;
  z-index: 20;
}
@media (max-width: 767px) {
  .top-visual__title {
    font-size: 28px;
    margin-left: 5px;
  }
}

.top-visual-lower {
  background-color: #ffff98;
  padding: 96px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .top-visual-lower {
    padding: 30px 0;
  }
}
.top-visual-lower__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-visual-lower__title {
    font-size: 24px;
  }
}
.top-visual-lower__sub-title {
  margin-top: 32px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-visual-lower__sub-title {
    font-size: 16px;
  }
}
.top-visual-lower__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-visual-lower__text {
    font-size: 14px;
    line-height: 2.3;
    text-align: initial;
  }
}

.h2-title {
  font-family: "M PLUS Rounded 1c";
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .h2-title {
    font-size: 25px;
  }
}

.h3-title {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-weight: normal;
}
.h3-title .english {
  color: #70c8db;
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.h3-ttl-sml {
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .h3-ttl-sml {
    text-align: center;
    margin-bottom: 9px;
  }
}

.section-heading {
  font-family: "M PLUS Rounded 1c";
  font-size: 28px;
  font-weight: normal;
  margin: 50px 0 30px;
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
}

.english {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.text-muted {
  color: #ffffff;
}

.text-primary {
  color: #70c8db;
}

.text-danger {
  color: #fe817e;
}

.work-frame {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .work-frame {
    margin-top: 40px;
    display: block;
  }
}

.summery {
  width: 340px;
  margin-right: 55px;
}
@media (max-width: 767px) {
  .summery {
    width: 100%;
  }
}

.cards__list {
  margin-bottom: -70px;
  width: 740px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cards__list {
    margin: 0;
    width: 100%;
  }
}

.cards__col2 {
  margin-bottom: 70px;
  width: 340px;
}
@media (max-width: 767px) {
  .cards__col2 {
    margin-bottom: 30px;
    width: 100%;
  }
}

.cards__list3 {
  margin-bottom: -70px;
  width: 1150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cards__list3 {
    margin: 0;
    width: 100%;
  }
}

.cards__col3 {
  margin-bottom: 70px;
  width: 340px;
}
@media (max-width: 767px) {
  .cards__col3 {
    margin-bottom: 30px;
    width: 100%;
  }
}

.cards--col3 {
  max-width: 1150px;
}

.cards--col3 > li {
  margin: 0px 66px 70px 0px;
}

.cards--col3 > li:nth-of-type(3n) {
  margin-right: -4px;
}

.frame-dark {
  border: 2px solid #cccccc;
}

.frame-bright {
  border: 2px solid #fff;
}

.btn {
  text-align: center;
}

.rounded-btn {
  background: #f5988e;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 15px 60px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.rounded-btn:link {
  color: #fff;
}
.rounded-btn:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .rounded-btn {
    padding: 16px 3px;
    border-radius: 4px;
    width: 80%;
  }
}

.mt20 {
  margin-top: 20px;
}

.bgimg-one-color {
  background-color: #fffef0;
}

.service {
  background: url(../img/top_service_bg.jpg);
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .service {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.service__contents {
  margin-top: 60px;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .service__contents {
    margin-top: 41px;
    padding: 11% 5%;
  }
}
.service__cards {
  margin: 0 auto;
  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;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .service__cards {
    display: block;
  }
}
.service__item {
  margin-right: 70px;
  width: 350px;
}
@media (max-width: 767px) {
  .service__item {
    margin: 0 0 40px;
    width: 100%;
  }
}
.service__item:nth-of-type(3n) {
  margin-right: 0;
}
.service__item p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service__item p {
    margin-top: 7px;
  }
}
.service__link {
  margin-top: 65px;
}
.service__link p {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .service__link p {
    margin-top: 9px;
  }
}
.service__img {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .service__img {
    margin: 9px 0 0;
  }
}

.center {
  text-align: center;
}

.media {
  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;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .media {
    margin: -30px 0 0;
    display: block;
  }
}
.media__contents:nth-child(-n + 2) {
  width: 270px;
}
.media__contents:last-child {
  width: 470px;
}
@media (max-width: 767px) {
  .media__contents {
    margin: 30px 0 0;
    width: 100%;
  }
}
.media__unity {
  margin-top: 16px;
}

.news-box {
  height: 220px;
  overflow: auto;
}

.news-box li {
  padding: 12px 0px 12px 8px;
  line-height: 1;
}

.news-box li:nth-child(odd) {
  background: #fff;
}

.news-box span {
  padding-right: 20px;
  font-size: 12px;
}

.contact {
  background: url(../img/top_contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#contact {
  display: block;
  padding-top: 96px;
  margin-top: -96px;
}

.form-area {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .form-area {
    margin-top: 28px;
  }
}

input[type="text"],
input[type="email"],
textarea {
  margin: 0 0 20px;
  padding: 6px;
  border-radius: 0.25rem;
  font-family: sans-serif;
  font-size: 22px;
  max-width: 790px;
  width: 100%;
}

input[type="button"] {
  margin: 53px auto 0;
  background: #f5988e;
  border: none;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 8px 170px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 767px) {
  input[type="button"] {
    padding: 7px 0px;
    width: 80%;
  }
}

.footer__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__area .logo {
  width: 135px;
  margin-right: 35px;
}
.footer__area .logo .logo-img {
  width: 135px;
}

.footer__add {
  margin-right: 35px;
}

.footer__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 576px;
}
.footer__menu li {
  margin-right: 30px;
  margin: 0 30px 14px 0;
}

.footer__bottom {
  background: url(../img/common/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
}

.el-footerCoopyright {
  color: #ffffff;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.sub-content {
  margin: 70px 0 0;
}

.content__frame {
  margin: 0 auto 88px;
  width: 800px;
}
@media (max-width: 767px) {
  .content__frame {
    width: 100%;
  }
}

.content__frame--center {
  margin: 0 auto 88px;
  text-align: center;
  width: 800px;
}
@media (max-width: 767px) {
  .content__frame--center {
    width: 100%;
  }
}

.page-heading {
  font-family: "M PLUS Rounded 1c";
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .page-heading {
    font-size: 24px;
  }
}

.centering {
  text-align: center;
}

#nav-toggle {
  display: none;
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease,
    -webkit-transform 0.6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

@media (max-width: 767px) {
  #gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    -o-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease,
      -webkit-transform 0.6s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  #gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

li.fadein:nth-child(2n) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
@media (max-width: 767px) {
  li.fadein:nth-child(2n) {
    -moz-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
  }
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pricecards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricecard {
  width: calc(100% / 3);
  text-align: center;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .pricecard {
    width: 100%;
  }
}

.pricecard.list01 {
  margin: 0 15px 0 0;
  border: 3px solid #a2bc10;
}
@media (max-width: 767px) {
  .pricecard.list01 {
    margin-bottom: 10px;
  }
}

.pricecard.list02 {
  margin: 0 15px 0 0;
  border: 3px solid #06c7ea;
}
@media (max-width: 767px) {
  .pricecard.list02 {
    margin-bottom: 10px;
  }
}

.pricecard.list03 {
  border: 3px solid #ea06c4;
}

.price-cnt li {
  margin: 0;
  padding: 1rem;
  background: #ffffff;
  text-align: left;
}

.price-cnt li:nth-child(even) {
  background: #f8f8f8;
}

.pricecard h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

.list01 h3 {
  background: #a2bc10;
}

.list02 h3 {
  background: #06c7ea;
}

.list03 h3 {
  background: #ea06c4;
}

.price-cnt .price {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .profile_card,
  .pricecards,
  .profile_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pricecard,
  .card_photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
  }
  .pricecard.premium {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
  background: #ffcdcd;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 500px) {
  .add-list {
    display: none;
  }
  td {
    display: block;
  }
  .add-name {
    background: #eee;
  }
}

/* 2022.11.12追加_ECサイト仕様 */
.concept-tbl {
  line-height: 1.8;
}
.concept-tbl td {
  text-align: left;
}
@media screen and (min-width: 501px) {
  .concept-tbl {
    width: 70%;
    margin: 0 auto;
  }
  .concept-tbl .add-name {
    width: 150px;
  }
}
