/*
Theme Name: kid
Author: K.Awano
Template: responsive
Version: 1.0.0
*/

* {
  box-sizing: border-box;
}

/* elemment */
body {
  background: url(img/bg_logo_pc.png) no-repeat center center;
  /*background: url(img/home_contact_bg.png) no-repeat center 100px;*/
  background-attachment: fixed;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;*/
  font-size: 16px;
}
body.home {
  background: url(img/home_contact_bg.png) no-repeat center 100px;
  background-attachment: fixed;
}

p, hr, dl, pre, form, table, address, blockquote {
  margin: 10px 0;
}

h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0 0 10px;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
}
h5 {
  font-size: 18px;
  font-weight: bold;
}
h6 {
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #000;
  transition-property: all;
  transition: 0.3s linear;
}
a:hover {
  opacity: .8;
}
a:hover img {
  opacity: .8;
}

blockquote {
  padding: 10px 15px;
  border-left: none;
}
blockquote:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f10d";
  width: 30px;
  height: 30px;
  color: #d6d6d6;
  font-size: 30px;
}
blockquote p {
  font-size: 16px;
}

/* common class */
.fl {
  float: left;
}
.fr {
  float: right;
}

.sp-hidden {
  display: none;
}
@media (max-width:780px) {
	.pc-hidden {
		display: none;
	}
}

.ff-mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.ff-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ff-roboto {
  font-family: 'Roboto', sans-serif;
}
.ff-notojp {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic,"メイリオ", Meiryo;
}

.text-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.text-indent1-small {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}

.section-title {
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.section-title-en {
  margin-bottom: 30px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.section-title-en:after {
  content: " ";
  display: none;
  width: 40px;
  height: 2px;
  margin: 30px auto;
}
.section-title-en.black:after {
  background: #434343;
}
.section-title-en.white:after {
  background: #fff;
}

.section02-title-wrap {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #626262;
}
.section02-title-wrap:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 0;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #000000;
}
.section02-title {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.section02-title-en {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 23px;
  font-weight: bold;
}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }

.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p30 { padding: 30px; }
.p35 { padding: 35px; }
.p40 { padding: 40px; }
.p45 { padding: 45px; }
.p50 { padding: 50px; }
.p55 { padding: 55px; }
.p60 { padding: 60px; }

.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }

.h-1rem { display: block; width: 100%; height: 1rem; }
.h-2rem { display: block; width: 100%; height: 2rem; }
.h-3rem { display: block; width: 100%; height: 3rem; }
.h-4rem { display: block; width: 100%; height: 4rem; }
.h-5rem { display: block; width: 100%; height: 5rem; }

.btn {
  display: block;
  position: relative;
  text-align: center;
}
.btn:hover, .btn:active, .btn:focus {
  color: #fff;
}
.btn span {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.btn-center {
  margin: 0 auto;
}
.btn-small {
  display: inline-block;
  min-width: 200px;
  padding: 15px;
}
.btn-medium {
  max-width: 300px;
  padding: 15px;
}
.btn-large {
  width: 100%;
  padding: 15px;
}
.btn-blue {
  background: #7f9cfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f9cfc), to(#268cd9));
  background-image: -webkit-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -moz-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -ms-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -o-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: linear-gradient(to top, #7f9cfc, #268cd9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f9cfc, endColorstr=#268cd9)";
  color: #fff;
}
.btn-pink {
  background: #f562ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f562ca), to(#fdba85));
  background-image: -webkit-linear-gradient(top, #f562ca, #fdba85);
  background-image: -moz-linear-gradient(top, #f562ca, #fdba85);
  background-image: -ms-linear-gradient(top, #f562ca, #fdba85);
  background-image: -o-linear-gradient(top, #f562ca, #fdba85);
  background-image: linear-gradient(to top, #f562ca, #fdba85);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f562ca, endColorstr=#fdba85)";
  color: #fff;
}
.btn-green {
  background: #2ba89b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ba89b), to(#62b1dc));
  background-image: -webkit-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: -moz-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: -ms-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: -o-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: linear-gradient(to top, #2ba89b, #62b1dc);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2ba89b, endColorstr=#62b1dc)";
  color: #fff;
}
.btn-orange {
  background: #ff9e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9e1e), to(#f7cf7d));
  background-image: -webkit-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: -moz-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: -ms-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: -o-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: linear-gradient(to top, #ff9e1e, #f7cf7d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9e1e, endColorstr=#f7cf7d)";
  color: #fff;
}

.pagenation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 50px 0;
  padding: 0;
}
.pagenation li {
  width: 33.333%;
}
.pagenation a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}
.pagenation a:hover {
  text-decoration: none;
}
.pagenation li:first-child a::before,
.pagenation li:last-child a::before {
  position: absolute;
  top: 49%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transition: all 0.3s ease-in-out 0s;
}
.pagenation li:first-child a::before {
  left: 20px;
  transform: rotate(-135deg);
}
.pagenation li:last-child a::before {
  right: 20px;
  transform: rotate(45deg);
}

.modal-popup {
  min-width: 960px;
  padding: 20px;
  background: #fff;
}
.modal-inbox-col2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-inbox-left {
  width: 49%;
}
.modal-inbox-right {
  width: 49%;
}
.modal-inbox h3, .modal-inbox-col2 h3{
  margin: 10px 0;
  padding: 10px;
  background: #e5e5e5;
  font-size: 20px;
  text-align: center;
}

.section-stripe-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px;
}
.section-stripe-row:nth-child(odd) {
  background: #f8f6f6;
}
.section-stripe-row:nth-child(2) {
  flex-direction : row-reverse;
}
.section-stripe-box {
  width: 45%;
}
.section-stripe-box:last-child {
  width: 50%;
}
.section-stripe-title {
  margin: 20px 0 40px;
  padding: 5px 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.section-stripe-text {
  line-height: 1.8;
}
.section-stripe-row:nth-child(1) .section-stripe-title {
  border: 1px solid #4298df;
  color: #4298df;
}
.section-stripe-row:nth-child(2) .section-stripe-title {
  border: 1px solid #fb9039;
  color: #fb9039;
}
.section-stripe-row:nth-child(3) .section-stripe-title {
  border: 1px solid #149f90;
  color: #149f90;
}

.section-gray-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px 50px;
  background: #f8f6f6;
}
.section-gray-row:nth-child(2) {
  flex-direction : row-reverse;
}
.section-gray-box {
  width: 45%;
}
.section-gray-box:last-child {
  width: 50%;
}
.section-gray-title {
  margin: 20px 0;
  padding: 5px 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.section-gray-text {
  line-height: 1.8;
}
.section-gray-row:nth-child(1) .section-gray-title {
  border: 1px solid #4298df;
  color: #4298df;
}
.section-gray-row:nth-child(2) .section-gray-title {
  border: 1px solid #e050b6;
  color: #e050b6;
}

.section02-gray-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px 50px;
  background: #f8f6f6;
}
.section02-gray-row:nth-child(2) {
  flex-direction : row-reverse;
}
.section02-gray-box {
  width: 45%;
}
.section02-gray-box:last-child {
  width: 50%;
}
.section02-gray-title {
  margin: 20px 0;
  padding: 5px 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.section02-gray-text {
  line-height: 1.8;
}
.section02-gray-row:nth-child(1) .section02-gray-title {
  border: 1px solid #e050b6;
  color: #e050b6;
}
.section02-gray-row:nth-child(2) .section02-gray-title {
  border: 1px solid #e050b6;
  color: #e050b6;
}
.section02-gray-img,
.section02-gray-pic {
  margin: 20px 0;
}

/* animation */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.fade-up {
  -webkit-transition: opacity .5s ease-out, transform .5s ease-out;
　-moz-transition: opacity .5s ease-out, transform .5s ease-out;
　-ms-transition: opacity .5s ease-out, transform .5s ease-out;
　-o-transition: opacity .5s ease-out, transform .5s ease-out;
　transition: opacity .5s ease-out, transform .5s ease-out;
}
.fade-up-2 {
  -webkit-transition: opacity 1s ease-out, transform 1s ease-out;
　-moz-transition: opacity 1s ease-out, transform 1s ease-out;
　-ms-transition: opacity 1s ease-out, transform 1s ease-out;
　-o-transition: opacity 1s ease-out, transform 1s ease-out;
　transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-up-3 {
  -webkit-transition: opacity 1.5s ease-out, transform 1.5s ease-out;
　-moz-transition: opacity 1.5s ease-out, transform 1.5s ease-out;
　-ms-transition: opacity 1.5s ease-out, transform 1.5s ease-out;
　-o-transition: opacity 1.5s ease-out, transform 1.5s ease-out;
　transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.fade-up-4 {
  -webkit-transition: opacity 2s ease-out, transform 2s ease-out;
　-moz-transition: opacity 2s ease-out, transform 2s ease-out;
　-ms-transition: opacity 2s ease-out, transform 2s ease-out;
　-o-transition: opacity 2s ease-out, transform 2s ease-out;
　transition: opacity 2s ease-out, transform 2s ease-out;
}
.fade-up-5 {
  -webkit-transition: opacity 2.5s ease-out, transform 2.5s ease-out;
　-moz-transition: opacity 2.5s ease-out, transform 2.5s ease-out;
　-ms-transition: opacity 2.5s ease-out, transform 2.5s ease-out;
　-o-transition: opacity 2.5s ease-out, transform 2.5s ease-out;
　transition: opacity 2.5s ease-out, transform 2.5s ease-out;
}
.fade-btn {
  -webkit-transition: opacity .5s ease-out, transform .5s ease-out;
　-moz-transition: opacity .5s ease-out, transform .5s ease-out;
　-ms-transition: opacity .5s ease-out, transform .5s ease-out;
　-o-transition: opacity .5s ease-out, transform .5s ease-out;
　transition: opacity .5s ease-out, transform .5s ease-out;
}

/* header */
#header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 7px solid #eee;
  background: #fff;
}
#header:after {
  content: " ";
  display: block;
  clear: both;
}

#logo {
  width: 30%;
  padding: 25px 0 0 40px;
}

.gnav-wrap {
  float: right;
  width: 65%;
}
.gnav-sp-wrap {
  display: none;
}
.mean-container .mean-bar {
  background: #1b1b1b !important;
}
.mean-container {
  position: relative;
}
.mean-container .mean-nav {
  position: absolute;
  background: #000 !important;
}
.main-nav {
  background: none;
}
.menu {
  background: none;
  clear: both;
}
.menu li {
  width: 14.28%;
  padding: 0;
}
ul.menu > li:hover {
  background: none;
}
.menu a {
  height: auto;
  padding: 20px 10px;
  border-left: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-shadow: none;
}
.menu a span {
  color: #268cd9;
  font-size: 10px;
  font-weight: normal;
}
.menu-recruit li {
  width: 14%;
}
.menu-recruit li:last-child {
  width: 16%;
}
.menu a:hover {
  opacity: .8;
  background: none;
  background-color: transparent;
  color: #000;
}
.menu .current_page_item > a, .menu .current-menu-item > a {
  background-color: transparent;
}
.menu ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 35px;
  min-width: 100%;
}
.menu > li:hover ul.sub-menu {
  visibility: visible;
}
.menu ul.sub-menu li a {
  height: auto;
  padding: 15px 10px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  transition: none;
}
.menu ul.sub-menu li a:before {
  content: ">";
  display: inline-block;
  margin: 0 10px 0 0;
  color: #268cd9;
}
.menu-item-has-children::after {
  display: none;
}
.drawer-nav {
  z-index: 1004 !important;
  background: #eee !important;
}

.drawer-nav a:hover,
.drawer-nav a {
	opacity: 1;
	text-decoration: none;
}

.drawer-hamburger {
  z-index: 1005 !important;
}

/* footer */
.footer {
  padding: 20px 0;
  background: #1b1b1b;
}
.footer .container {
  max-width: 100%
}
.footer-logo {
  text-align: center;
}
.footer-menu {
  margin: 30px 0;
  text-align: center;
}
.footer-menu li a {
  color: #fff;
}
.footer-menu li a:hover {
  opacity: .8;
  color: #fff;
}
.footer-menu-privacy {
  margin: 30px 0 50px;
  text-align: center;
}
.footer-menu-privacy a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.footer-menu-privacy a:hover {
  text-decoration: none;
}
.footer-copyright {
  color: #fff;
  text-align: center;
}

/* sidebar */
.widget-wrapper {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

/* contents */
.container {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.container-1440 {
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container-1200 {
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.container-1260 {
  overflow: hidden;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.container-p60 {
  padding: 60px 0;
}
.container-pt80pb40 {
  padding: 80px 0 40px;
}
.container-pb60 {
  padding: 0 0 60px;
}
.container-pt130pb20 {
  padding: 130px 0 20px;
}

#wrapper {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wrapper {
  padding: 97px 0 0 0;
}

#content-outer {
  overflow: hidden;
}

#content-full {
  margin-top: 0;
}

.page-container {
  max-width: 1100px;
  margin: 0 auto;
}

.page-mvisual-wrap {
  padding: 30px 0 0;
  background: url(img/page_mvisual_bg.jpg) no-repeat left center;
  background-size: cover;
}
.page-mvisual-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.page-mvisual-inner.recruit-mvisual-inner {
  max-width: 1500px;
}
.page-no-mvisual {
  min-height: 200px;
}
.page-title {
  position: absolute;
  right: -50px;
  bottom: 0;
  margin-bottom: 30px;
}
.page-mvisual-inner.recruit-mvisual-inner .page-title {
  right: 50px;
}
.page-recruit-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 55px;
}
.page-recruit-title:after {
  content: "";
  display: block;
  margin: 50px auto 0;
  width: 40px;
  height: 1px;
  background: #fff;
}

.page-btn-box {
  transition: .2s;
}
.page-btn-box:hover {
  opacity: .9;
}
.page-btn-box p {
  margin: 0;
}
.page-btn {
  position: relative;
  margin: 0;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.page-btn span.page-btn-en {
  display: block;
  font-size: 14px;
}
.page-btn-pink {
  background: #f562ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f562ca), to(#fdba85));
  background-image: -webkit-linear-gradient(top, #f562ca, #fdba85);
  background-image: -moz-linear-gradient(top, #f562ca, #fdba85);
  background-image: -ms-linear-gradient(top, #f562ca, #fdba85);
  background-image: -o-linear-gradient(top, #f562ca, #fdba85);
  background-image: linear-gradient(to top, #f562ca, #fdba85);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f562ca, endColorstr=#fdba85)";
  color: #fff;
}
.page-btn-green {
  background: #2ba89b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ba89b), to(#62b1dc));
  background-image: -webkit-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: -moz-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: -ms-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: -o-linear-gradient(top, #2ba89b, #62b1dc);
  background-image: linear-gradient(to top, #2ba89b, #62b1dc);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2ba89b, endColorstr=#62b1dc)";
  color: #fff;
}
.page-btn-orange {
  background: #ff9e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9e1e), to(#f7cf7d));
  background-image: -webkit-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: -moz-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: -ms-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: -o-linear-gradient(top, #ff9e1e, #f7cf7d);
  background-image: linear-gradient(to top, #ff9e1e, #f7cf7d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9e1e, endColorstr=#f7cf7d)";
  color: #fff;
}
.page-btn-blue {
  background: #7f9cfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f9cfc), to(#268cd9));
  background-image: -webkit-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -moz-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -ms-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -o-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: linear-gradient(to top, #7f9cfc, #268cd9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f9cfc, endColorstr=#268cd9)";
  color: #fff;
}
.page-btn-arrow {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 15px;
}

/* page builder */
.panel-grid, .panel-grid-cell, .so-panel  {
  margin-bottom: 0 !important;
}

/* pankuzu */
.pankuzu {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pankuzu li {
  float: left;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}
.pankuzu li:first-child img {
  width: 12px;
}
.pankuzu a {
  color: #fff;
  font-size: 18px;
}
.pankuzu a span {
  text-decoration: underline;
}
.pankuzu a span:hover {
  text-decoration: none;
}
.pankuzu a:after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 10px;
  color: #fff;
  opacity: 1 !important;
}
.pankuzu li:first-child a span {
  display: inline-block;
  padding: 0 5px;
}
.pankuzu li:first-child a span img {
  vertical-align: baseline;
}

/* top */
.home-movie-sp {
  display: none;
}
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  animation: fadeIn 2s ease 0s backwards;
}
.player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-company-wrap {
  background: #fff;
}
.home-company {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.home-company-img {
  overflow: hidden;
  position: relative;
  width: 49.5%;
}
.home-company-img a {
  display: block;
  min-height: 410px;
}
.home-company-img:first-child {
  background: url(img/home_company_bg01.jpg) no-repeat left center;
  background-size: 800px;
}
.home-company-img:last-child {
  background: url(img/home_company_bg02.jpg) no-repeat left center;
  background-size: 800px;
}
/*.home-company-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.home-company-img:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}*/
.home-company-txt {
  position: absolute;
  right: 40px;
  bottom: 40px;
  min-width: 280px;
  max-width: 280px;
  font-weight: bold;
}
.home-company-intxt {
  color: #fff;
  font-size: 30px;
}
.home-company-intxt span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.home-company-btn {
  font-size: 20px;
}

.home-service-wrap {
  padding: 100px 0;
  background-color: #fff;
  background-image: url(img/home_service_bg_top.png), url(img/home_service_bg_btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}
.home-service-container {
  max-width: 1260px;
  margin: 0 auto;
}

.home-recruit-wrap {
  padding: 100px 0;
  background: url(img/home_recruit_bg.jpg) no-repeat center top;
  background-size: cover;
}
.home-recruit-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
  border: 1px solid #fff;
}
.home-recuite-catch {
  margin-bottom: 40px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.home-recruit-btn a {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -120px;
  padding: 20px;
  background: #7f9cfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f9cfc), to(#268cd9));
  background-image: -webkit-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -moz-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -ms-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: -o-linear-gradient(top, #7f9cfc, #268cd9);
  background-image: linear-gradient(to top, #7f9cfc, #268cd9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f9cfc, endColorstr=#268cd9)";
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.home-recruit-btn a:hover {
  opacity: 1;
  background: #7f9cfc;
}
.home-recruit-btn span {
  display: inline-block;
  margin-left: 10px;
}

.home-contact-wrap {
}
.home-contact-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 200px 0;
  /*background: url(img/bg_logo_pc.png) no-repeat center center;*/
  /*background: url(img/home_contact_bg.png) no-repeat center 100px;
  background-attachment: fixed;*/
}
.home-contact-btn {
  overflow: hidden;
}
.home-contact-btn a {
  display: block;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.home-contact-btn a:hover {
  background: #fff;
  color: #000;
}
.home-contact-btn span {
  float: right;
  display: inline-block;
}

/* contact */
.contact-box {
  margin: 60px 0;
  padding: 60px;
  border: 5px solid #d7d5d5;
  background: rgba(255, 255, 255, .7);
}
.contact-table {
  border-top: 1px dotted #bbb;
}
.contact-table dl {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dotted #bbb;
}
.contact-table dl.contact-message {
  border-bottom: none;
}
.contact-table dt {
  overflow: hidden;
  float: left;
  width: 30%;
  margin: 0;
  padding: 20px 15px;
  background: #eeeeee;
}
.contact-table dd {
  float: right;
  width: 70%;
  padding: 20px 15px;
}
.contact-table .required {
  float: right;
  padding: 2px 10px;
  border: 1px solid #d5243f;
  background: #fff;
}
.contact-message dt {
  min-height: 300px;
}
.contact-submit {
  text-align: center;
}
.contact-submit input[type="submit"] {
  width: 40%;
  padding: 15px;
  border-radius: 5px;
  background: url(img/icon_arrow_white.png) no-repeat 90% center #313131;
  color: #fff;
  text-shadow: none;
  transition: .3s;
}
.contact-submit input[type="submit"]:hover {
  background:  url(img/icon_arrow_white.png) no-repeat 90% center #000;
}
.contact-agree {
  padding: 40px 20px;
  border: 1px solid #c9c9c9;
}
.contact-agree p {
  text-align: center;
}
.contact-agree p a {
  text-decoration: underline;
}
.contact-agree p a:hover {
  text-decoration: none;
}

/* privacy */
.privacy-box {
  margin: 60px 0;
  padding: 60px;
  border: 5px solid #d7d5d5;
}
.privacy-sec-tit {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #626262;
}
.privacy-sec-tit::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #000000;
}
.privacy-inner {
  padding: 0 30px;
}
.privacy-item-tit {
  padding: 10px;
  background: #e5e5e5;
  font-weight: bold;
}
.privacy-box p {
}
.privacy-indent1 {
}
.privacy-indent2 {
  margin-bottom: 10px;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-indent3 {
  margin-bottom: 0px;
  margin-left: 2em;
  padding-left: 2em;
  text-indent: -2em;
}
.privacy-link {
  text-decoration: underline;
}
.privacy-link:hover {
  text-decoration: none;
}

/* company */
.company-table dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #e0dddd;
}
.company-table dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 0;
  padding: 20px 15px;
  background: #eeeeee;
  text-align: center;
}
.company-table dd {
  width: 70%;
  padding: 20px 15px;
}
.company-table .dd-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: center;*/
}
.dd-row-dt {
  width: 31%;
}
.dd-row-dd {
  width: 65%;
}

/* 20210902追加ここから */
.company-history th,
.company-history td,
.company-history table {
    border: none;
}
.company-history th {
    padding: 8px 0px;
	text-align: right;
}
.company-history th:nth-child(2) {
	width: 50px;
}
.company-history td {
    padding: 8px 30px;
	text-align: left;
}
@media (max-width:780px) {
	.company-history th {
		padding: 6px 0px;
		text-align: right;
		width: 55px;
	}
	.company-history th:nth-child(2) {
		width: 40px;
	}
	.company-history td {
		padding: 6px 10px 6px 10px;
		text-align: left;
	}
}
/* 20210902追加ここまで */

.company-philosophy-en {
  display: block;
  color: #fb8f39;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .1em;
}
.company-philosophy-text {
  margin: 20px 0 40px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.company-philosophy-table,
.company-philosophy-table tr,
.company-philosophy-table th,
.company-philosophy-table td {
  border: none;
}
.company-philosophy-table tr {
  counter-increment: section;
}
.company-philosophy-table th {
  width: 25%;
  border-right: 15px solid #fff;
  padding: 22px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
}
.company-philosophy-table span {
  font-size: 20px;
}
.company-philosophy-table td {
  position: relative;
  padding: 22px 20px 22px 70px;
  font-size: 18px;
}
.company-philosophy-table td:before {
  content: counter(section, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.company-philosophy-table tr:nth-child(odd) td {
  background: #eee;
}

.philosophy-table-orange th {
  background:-webkit-linear-gradient(60deg, #fb8f39, #ffba00);
  background:-moz-linear-gradient(60deg, #fb8f39, #ffba00);
  background:-ms-linear-gradient(60deg, #fb8f39, #ffba00);
  background:-o-linear-gradient(60deg, #fb8f39, #ffba00);
  background:linear-gradient(60deg, #fb8f39, #ffba00);
}
.philosophy-table-orange td:before {
  color: #fb8f39;
}
.philosophy-table-green th {
  background:-webkit-linear-gradient(60deg, #6bbb6e, #94d696);
  background:-moz-linear-gradient(60deg, #6bbb6e, #94d696);
  background:-ms-linear-gradient(60deg, #6bbb6e, #94d696);
  background:-o-linear-gradient(60deg, #6bbb6e, #94d696);
  background:linear-gradient(60deg, #6bbb6e, #94d696);
}
.philosophy-table-green td:before {
  color: #6bbb6e;
}

.spoint-maincatch {
  margin: 50px 0 0;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.spoint-maincatch span {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.spoint-mainimg {
  margin: 50px 0;
  text-align: center;
}
.spoint-subcatch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.spoint-inteview-box {
  margin-top: 30px;
  padding: 30px;
  background: #f8f6f6;
}
.position-name {
  padding: 15px;
  border: 1px solid #4298df;
  background: #fff;
  color: #4298df;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}

/* recruit */
.recruit-member-box {
  position: relative;
  margin-bottom: 80px;
}
.recruit-member-box-green {
  border-top: 2px solid #149f90;
}
.recruit-member-box-pink {
  border-top: 2px solid #e050b6;
}
.recruit-member-box-orange {
  border-top: 2px solid #fb9039;
}
.recruit-member-pic {
  margin: 0;
}
.recruit-member-name {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 90%;
  margin: 0 5%;
  padding: 20px 10px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
}
.recruit-member-box-green .recruit-member-name {
  border: 1px solid #149f90;
  color: #149f90;
}
.recruit-member-box-pink .recruit-member-name {
  border: 1px solid #e050b6;
  color: #e050b6;
}
.recruit-member-box-orange .recruit-member-name {
  border: 1px solid #fb9039;
  color: #fb9039;
}
.recruit-schedule-btn {
  text-align: center;
}
.recruit-schedule-btn a {
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #4298df;
  color: #fff;
}
.recruit-schedule-icon {
  display: inline-block;
  float: left;
}
.recruit-schedule-text {
  display: inline-block;
  margin: 5px 30px;
  color: #4298df;
  font-weight: bold;
  text-align: center;
}
.recruit-schedule-arrow {
  display: inline-block;
  float: right;
  margin: 5px 0;
}

/* member */
.archive-member-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  background: #f8f6f6;
}
.archive-member-box {
  width: 32%;
  margin: 20px 2% 20px 0;
  background: #fff;
}
.archive-member-box:nth-child(3n) {
  margin-right: 0;
}
.archive-member-info1 {
  overflow: hidden;
  min-height: 100px;
  margin: 10px;
}
.archive-member-name-en {
  float: left;
  width: 35%;
  color: #4298df;
  font-size: 16px;
  font-weight: bold;
}
.archive-member-message {
  /*float: right;*/
  /*width: 65%;*/
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.archive-member-info2 {
  max-width: 90%;
  margin: 0 auto 20px;
}
.archive-member-info2 a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #4298df;
  background: #fff;
  transition: .3s;
}
.archive-member-info2 a:hover {
  background: #4298df;
}
.archive-member-name {
  margin: 10px 0 0;
  color: #4298df;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.archive-member-name-en2 {
  margin: 0 0 10px;
  color: #4298df;
  font-size: 12px;
  text-align: center;
}
.archive-member-depart {
  color: #4298df;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.archive-member-info2 a:hover .archive-member-name,
.archive-member-info2 a:hover .archive-member-name-en2,
.archive-member-info2 a:hover .archive-member-depart {
  color: #fff;
}
.single-member-mvisual {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  background: #fff;
}
.single-member-head {
  width: 50%;
  padding: 60px;
}
.single-member-eyecatch {
  width: 50%;
}
.single-member-name-box {
  overflow: hidden;
}
.single-member-name {
  float: left;
  font-size: 40px;
}
.single-member-name-en {
  float: right;
  color: #4298df;
  font-size: 18px;
  font-weight: bold;
}
.single-member-message {
  margin: 60px 0 30px;
  font-size: 18px;
  font-weight: bold;
}
.single-member-depart {
  color: #4298df;
  font-weight: bold;
}
.single-member-position {
  color: #4298df;
  font-weight: bold;
}
.content-member .member-faq-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px;
}
.content-member .member-faq-row:nth-child(odd) {
  background: #f8f6f6;
}
.content-member .member-faq-row:nth-child(2) {
  flex-direction : row-reverse;
}
.member-faq-box {
  width: 45%;
}
.member-faq-box:last-child {
  width: 50%;
}
.member-faq-q {
  margin: 20px 0 40px;
  padding: 5px 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.member-faq-a {
  line-height: 1.8;
}
.content-member .member-faq-row:nth-child(1) .member-faq-q {
  border: 1px solid #4298df;
  color: #4298df;
}
.content-member .member-faq-row:nth-child(2) .member-faq-q {
  border: 1px solid #fb9039;
  color: #fb9039;
}
.content-member .member-faq-row:nth-child(3) .member-faq-q {
  border: 1px solid #149f90;
  color: #149f90;
}

.anime-box {
  padding: 40px 90px;
  background: #f8f6f6;
}
.anime-box-title {
  padding: 10px;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.anime-box-orange .anime-box-title {
  border: 1px solid #fb9039;
  color: #fb9039;
}
.anime-box-pink .anime-box-title {
  border: 1px solid #e050b6;
  color: #e050b6;
}
.anime-box-blue .anime-box-title {
  border: 1px solid #4298df;
  color: #4298df;
}
.anime-ballon {
  position: relative;
  padding: 25px 20px;
  background: #fff;
}
.anime-ballon:before,
.anime-ballon:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.anime-ballon-top:before {
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
.anime-ballon-top:after {
  top: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1;
}
.anime-box-orange .anime-ballon {
  border: 1px solid #fb9039;
}
.anime-box-pink .anime-ballon {
  border: 1px solid #e050b6;
}
.anime-box-blue .anime-ballon {
  border: 1px solid #4298df;
}
.anime-box-orange .anime-ballon-top:before {
  border-bottom: 15px solid #fb9039;
}
.anime-box-pink .anime-ballon-top:before {
  border-bottom: 15px solid #e050b6;
}
.anime-box-blue .anime-ballon-top:before {
  border-bottom: 15px solid #4298df;
}

.system-gray-wrap {
  padding: 30px 50px;
  background: #f8f6f6;
}
.system-personal-box {
}
.system-personal-img {
  margin: 0;
}
.system-personal-text {
  position: relative;
  min-height: 270px;
  margin: 0 0 20px;
  padding: 30px 20px;
  background: #fff;
}
.system-personal-title {
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  width: 90%;
  margin: 0 5%;
  padding: 20px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.system-personal-title-red {
  color: #e93e26;
  border: 1px solid #e93e26;
}
.system-personal-title-green {
  color: #149f90;
  border: 1px solid #149f90;
}
.system-personal-title-blue {
  color: #4298df;
  border: 1px solid #4298df;
}
.system-personal-title-pink {
  color: #e050b6;
  border: 1px solid #e050b6;
}
.system-personal-title-orange {
  color: #fb9039;
  border: 1px solid #fb9039;
}

.page-mvisual-inner {
  position: relative;
}
.page-schedule-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 40px;
  text-align: center;
}
.page-schedule-title span {
  display: block;
  margin-top: 20px;
  color: #4298df;
  font-size: 18px;
  font-weight: bold;
}
.schedule-box {
  justify-content: space-between;
  min-height: 2690px;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f6f6;
}
.schedule-name {
  margin: -55px 0 20px 0;
  padding: 5px 10px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.schedule-box-orange .schedule-name {
  border: 1px solid #fb9039;
  color: #fb9039;
}
.schedule-box-green .schedule-name {
  border: 1px solid #149f90;
  color: #149f90;
}
.schedule-postion {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.schedule-time-row {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.schedule-time-row-last .schedule-time:after {
  display: none;
}
.schedule-time-row-last .schedule-time-ballon {
  max-height: 100px;
}
.schedule-time-row-last .schedule-time-action {
  margin-top: 20px;
}
.schedule-time {
  width: 20%;
}
.schedule-time-ballon {
  width: 75%;
}
.schedule-time-num {
  margin-top: 10px;
  text-align: center;
}
.schedule-box-orange .schedule-time-num {
  color: #fb9039;
}
.schedule-box-green .schedule-time-num {
  color: #149f90;
}
.schedule-time:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 100%;
}
.schedule-box-orange .schedule-time:after {
  border-left: 1px dashed #fb9039;
}
.schedule-box-green .schedule-time:after {
  border-left: 1px dashed #149f90;
}
.schedule-time-action {
  font-size: 18px;
  font-weight: bold;
}
.schedule-box-orange .schedule-time-action {
  color: #fb9039;
}
.schedule-box-green .schedule-time-action {
  color: #149f90;
}
.schedule-time-ballon {
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #fff;
}
.schedule-time-ballon:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50px;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}


@media screen and (max-width: 1260px) {
  .section-stripe-row, .section-gray-row,.section02-gray-row {
    padding: 30px;
  }
  .section-stripe-title, .section-gray-title, .section02-gray-title {
    margin: 0 0 10px;
  }
  .section-stripe-text, .section-gray-text, .section02-gray-text {
    font-size: 14px;
  }

  #logo {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .gnav-wrap {
    float: none;
    width: 100%;
  }

  .wrapper {
    padding: 157px 0 0 0;
  }

  #page-content-wrap {
  }

  .home-movie-pc { display: none; }
  .home-movie-sp { display: block; }

  .home-company-txt {
    padding: 10px;
    background: rgba(0, 0, 0, .3);
  }

  .home-recruit-btn a {
    position: static;
    max-width: 340px;
    margin: 30px auto 0;
  }

  .page-title {
    position: static;
    max-width: 75%;
    margin: 20px auto;
    text-align: center;
  }
  .page-recruit-title {
    top: 30%;
  }

  .archive-member-wrap {
    display: block;
  }
  .archive-member-box {
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 20px;
  }
  .archive-member-box:nth-child(3n) {
    margin: 20px auto;
  }
  .archive-member-info1 {
    min-height: auto;
    margin: 10px 20px;
  }
  .archive-member-info2 a {
    margin-bottom: 20px;
  }

  .single-member-head {
    padding: 30px;
  }
  .single-member-name {
    margin: 0 0 10px;
    font-size: 25px;
  }
  .single-member-name-en {
    margin: 0;
    font-size: 14px;
  }
  .single-member-message {
    margin: 20px 0;
    font-size: 14px;
  }
  .single-member-depart, .single-member-position {
    font-size: 14px;
  }
  .content-member .member-faq-row {
    padding: 30px;
  }
  .content-member .member-faq-q {
    margin: 0 0 10px;
  }
  .content-member .member-faq-a {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .modal-popup {
    min-width: 300px;
  }
  .modal-inbox-left,
  .modal-inbox-right {
    width: 100%;
  }

  .schedule-box {
    min-height: auto;
  }
}

@media screen and (max-width: 780px) {
  body {
    /*background: url(img/bg_logo_tab.png) no-repeat center bottom;
    background-size: 640px;
    background-attachment: scroll;*/
    background: #fff;
  }

  .section02-title-wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .section02-title-en {
    font-size: 20px;
  }
  .section02-title {
    font-size: 25px;
  }

  .page-btn-box {
    max-width: 400px;
    margin: 0 auto 20px;
  }

  #header {
    /*padding-top: 60px;*/
  }
  #logo {
    text-align: left;
  }

  .wrapper {
    padding: 67px 0 0 0;
  }

  .mean-container .mean-bar { position: fixed !important; top: 0; left: 0; width: 100% !important; float: none !important; }
  .mean-container .menu-item-has-children::after { display: none; }
  .gnav-wrap { display: none; }
  .gnav-sp-wrap { display: block;}

  .container, .page-container, .container-1200, .container-1260, .container-1440 {
    max-width: 95%;
  }
  .page-mvisual-inner {
    padding-bottom: 20px;
  }
  .page-no-mvisual {
    min-height: auto;
  }

  .home-service-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .home-recruit-container {
    max-width: 95%;
    padding: 15px;
  }
  .home-recuite-catch {
    font-size: 38px;
  }

  .home-contact-container {
    max-width: 95%;
    padding: 100px 0 130px;
    background: url(img/bg_logo_tab.png) no-repeat center bottom #9e9e9e;
    background-size: 640px;
  }

  .contact-box {
    padding: 20px;
  }
  .contact-table dt,
  .contact-table dd {
    float: none;
    width: 100%;
  }
  .contact-message dt {
    min-height: auto;
  }
  .contact-table input[type="text"], .contact-table input[type="email"], .contact-table textarea {
    width: 100%;
  }
  .contact-submit input[type="submit"] {
    width: 100%;
  }

  .privacy-box {
    margin: 60px 0 0;
    padding: 20px;
  }
  .privacy-inner {
    padding: 0;
  }
  .privacy-sec-tit {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .company-table dt,
  .company-table dd {
    float: none;
    width: 100%;
  }
  .company-philosophy-table th {
    width: 30%;
    font-size: 20px;
  }
  .company-philosophy-table th span {
    font-size: 16px;
  }

  .spoint-maincatch {
    font-size: 30px;
  }
  .spoint-subcatch {
    font-size: 20px;
  }

  .section-recruit-row {
    max-width: 380px;
    margin: 0 auto;
  }

  .archive-member-wrap {
    padding: 20px;
  }

  .anime-box {
    padding: 40px;
  }
  .anime-box-pink {
    margin-top: 40px;
  }

  .page-schedule-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .page-schedule-title span {
    font-size: 16px;
  }

  .system-gray-wrap {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px;
  }
  .system-personal-box {
    max-width: 320px;
    margin: 0 auto 10px;
  }
  .system-personal-text {
    min-height: auto;
  }
}

@media screen and (max-width: 650px) {
  body {
    /*background: url(img/bg_logo_sp.png) no-repeat center bottom;
    background-size: 350px;
    background-attachment: scroll;*/
    background: #fff;
  }

  .sp-hidden { display: block; }
  .section-stripe-box, .section-gray-box, .section02-gray-box {
    width: 100%;
  }
  .section-stripe-box:last-child, .section-gray-box:last-child, .section02-gray-box:last-child {
    width: 100%;
  }
  .section-stripe-title, .section-gray-title, .section02-gray-title {
    margin-top: 20px;
  }

  #logo,.top-widget { float: none; width: 100%; text-align: left; }

  .js .main-nav {
    float: none;
  }
  .js .main-nav:before {
    content: "Menu";
    display: inline-block;
    padding: 5px;
    color: #fff;
  }
  .js .main-nav a#responsive_menu_button {
    height: 35px;
    width: 30px;
    margin-left: -35px;
    background: url(img/select-icons.png) 0 -43px no-repeat;
  }
  .js .main-nav a#responsive_menu_button.responsive-toggle-open {
    background: url(img/select-icons.png) 0 7px no-repeat;
  }
  .js .main-nav #responsive_current_menu_item {
    display: none;
  }
  .js .main-nav .menu {
    position: static;
    margin-top: 0;
  }
  .js .main-nav .menu li {
    width: 100% !important;
  }
  .js .main-nav .menu li a {
    width: 100%;
  }

  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0 !important;
  }

  .footer-menu {
    margin-bottom: 0;
    padding: 0;
  }
  .footer-menu > li:first-child > a {
    font-size: 14px !important;
    padding: 3px !important;
  }
  .footer-menu li a, .footer-menu-privacy a {
    font-size: 14px !important;
    padding: 3px !important;
  }
  .footer-menu-privacy {
    margin: 20px 0;
  }

  .page-recruit-title {
    font-size: 35px;
  }
  .page-recruit-title:after {
    margin-top: 20px;
  }

  .home-company-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-company-img:first-child, .home-company-img:last-child {
    background-size: 650px;
  }
  .home-company-img a {
    min-height: 200px;
  }
  .home-company-img:first-child .home-company-txt {
    right: 10px;
    bottom: 10px;
  }
  .home-company-img:last-child .home-company-txt {
    bottom: 10px;
    left: 10px;
  }

  .home-service-container {
    max-width: 95%;
  }

  .home-contact-container {
    padding: 100px 0 130px;
    background: url(img/bg_logo_sp.png) no-repeat center bottom #9e9e9e;
    background-size: 350px;
    background-attachment: scroll;
  }

  .company-table .dd-row-dt {
    width: 60%;
  }
  .company-table .dd-row-dd {
    width: 40%;
  }
  .company-philosophy-en {
    font-size: 30px;
  }
  .company-philosophy-text {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .company-philosophy-table th,
  .company-philosophy-table td {
    display: block;
    width: 100%;
    border: none;
  }
  .company-philosophy-table td {
    font-size: 16px;
  }

  .spoint-maincatch {
    margin: 20px 0 0;
    font-size: 20px;
  }
  .spoint-maincatch span {
    padding-bottom: 10px;
  }
  .spoint-subcatch {
    font-size: 18px;
  }
  .spoint-inteview-box {
    padding: 20px;
    font-size: 14px;
  }
  .position-name {
    font-size: 12px;
  }

  .recruit-schedule-btn a {
    padding: 10px;
  }
  .recruit-schedule-text {
    margin: 5px 10px;
    font-size: 14px;
  }

  .single-member-mvisual {
    display: block;
  }
  .single-member-head, .single-member-eyecatch {
    width: 100%;
  }
  .single-member-head {
    padding: 20px;
  }
  .content-member .member-faq-row {
    padding: 20px;
  }
  .member-faq-box {
    width: 100%;
  }
  .member-faq-box:last-child {
    width: 100%;
  }
  .content-member .member-faq-row .member-faq-q {
    margin-top: 20px;
  }

  .anime-box {
    padding: 20px;
  }

  .page-schedule-title {
    top: 40%;
    font-size: 18px;
  }
  .page-schedule-title span {
    margin-top: 10px;
    font-size: 12px;
  }
  .schedule-time {
    width: 10%;
  }
  .schedule-time-ballon {
    width: 85%;
  }
  .schedule-time-num {
    font-size: 12px;
  }
  .schedule-time-ballon {
    padding: 10px;
  }
  .schedule-time-ballon p {
    font-size: 14px;
  }
  .schedule-time-ballon:before {
    top: 25px;
    left: -25px;
  }
  .schedule-time-action {
    font-size: 16px;
  }
}

@media screen and (max-width: 370px) {
  .recruit-schedule-icon {
    max-width: 25px;
  }
  .recruit-schedule-text {
    font-size: 12px;
  }
  .recruit-schedule-arrow {
    max-width: 10px;
  }

  .company-table dt {
    font-size: 14px;
  }
  .company-table dd {
    font-size: 12px;
  }

  .page-recruit-title {
    font-size: 30px;
  }

  .spoint-maincatch {
    font-size: 18px;
  }

  .archive-member-name-en,
  .archive-member-message {
    float: none;
    width: 100%;
    text-align: center;
  }
  .archive-member-message {
    font-size: 12px;
  }
}

	
.pointBox {
	color: #666;

}

.pull {
	position: relative;
}
.pull img,
.pull .img {
	opacity: 0;
	position: relative;
}
.pull:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: 0;
	background: #8DBE57;
	transition: all ease-in-out 0.6s 0.3s;
}

.pull02:after {
	background:#E4944B;
}

.pull03:after {
	background:#DC644F;
}

.pull.on:after {
	width: 100%;
}

.pull.twoanimate:after {
	left: auto;
	right: 0;
	transition: all ease-in-out 0.6s;
}

.pull.twoanimate img,
.pull.twoanimate .img {
	opacity: 1;
}

.pull.start:after {
	width: 0;
}

.fade-up-in {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition: transform .5s ease-out,opacity .25s linear;
}
	
.fade-up-in.show {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.l-in {
	opacity: 0;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-webkit-transition: transform .75s cubic-bezier(.785,.135,.15,.86) 175ms;
	transition: transform .75s cubic-bezier(.785,.135,.15,.86) 175ms;
}

.l-in.show {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.r-in {
	opacity: 0;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-webkit-transition: transform .75s cubic-bezier(.785,.135,.15,.86) 175ms;
	transition: transform .75s cubic-bezier(.785,.135,.15,.86) 175ms;
}

.r-in.show {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.delay01 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.delay02 {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

#pg-1091-0> .panel-row-style.pointBox {
	display: block !important;
}
.pointBox ul,
.pointBox ol {
	margin: 0;
	padding: 0;
}

.pointBox .slider {
	position: relative;
	z-index: 0;
}
.pointBox .slider li img {
	margin: 0;	
}

.pointBox .slider .sow-slider-pagination,
.pointBox .slider .sow-slide-nav {
	display: none !important;
}

.pointBox .h2Ttl {
	margin-bottom: 45px;
	padding-bottom: 22px;
	color: #666;
	font-size: 51px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.pointBox .h2Ttl .blue {
	color: #3b86c7;
}

.pointBox .h2Ttl .red {
	color: #dc644f;
}

.pointBox .sec01 {
	margin-bottom: 121px;
	padding-top: 160px;
}

.pointBox .sec01 .container {
	overflow: visible;
}

.pointBox .sec01 .topTxt {
	margin: 0 0 4px;
	text-align: center;
	font-size: 24px;
	line-height: 2.1;
}

.pointBox .sec01 .topTxt sup {
	font-size: 12px;
}

.pointBox .sec01 .note {
	margin: 0 50px 36px 0;
	font-size: 12px;
	text-align: right;
}

.pointBox .sec01 .photo {
	margin-bottom: 70px;
	text-align: center;
}

.pointBox .sec01 .txtUl {
	margin: -50px 0 0;
	padding: 0;
	list-style: none;
}

.pointBox .sec01 .txtUl li {
	margin: 50px 0 0;
	list-style: none;
	width: 46.5%;
	float: left;
}

.pointBox .sec01 .txtUl li:nth-child(2n) {
	float: right;
}

.pointBox .sec01 .txtUl li p {
	margin: 0 0 9px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.pointBox .sec01 .txtUl li p span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	color: #418cca;
	letter-spacing: -1.5px;
}

.pointBox .sec01 .txtUl li .link {
	text-align: right;
}

.pointBox .sec02 .linkUl li .num {
	font-size: 48px;
	vertical-align: middle;
}

.pointBox .sec01 .txtUl li .link a {
	padding: 9px 0 7px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 180px;
	color: #fff;
	text-align: center;
	background: #418cca url(images/icon01.png) no-repeat right 13px center;
	border-radius: 30px;
}

.pointBox .sec02 {
	margin-bottom: 120px;
	padding: 123px 0 127px;
	position: relative;
	overflow: hidden;
}

.pointBox .sec02:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content:"";
	height: 100%;
	transition: all .8s cubic-bezier(.45,.705,.455,1);
	-webkit-transition: all .8s cubic-bezier(.45,.705,.455,1);
	transform-origin: left top;
	-webkit-transform-origin: left top;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	background: url(images/sec02_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pointBox .sec02.show:before {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.pointBox .sec02 .container {
	overflow: visible;
	position: relative;
}

.pointBox .sec02 h2 {
	margin-bottom: 79px;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.pointBox .sec02 .linkUl {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pointBox .sec02 .linkUl li {
	
	margin-bottom: 35px;
	padding: 0 5px 5px 0;
	color: #86ba4e;
	font-size: 34px;
	font-weight: bold;
	list-style: none;
	position: relative;
	
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;

}

.pointBox .sec02 .linkUl li .img {
	padding: 50px 30px 45px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 0 rgba(141,190,87,0.3);
}

.pointBox .sec02 .linkUl li:nth-of-type(2) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.pointBox .sec02 .linkUl li:nth-of-type(3) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.pointBox .sec02 .linkUl li .num {
	font-style: italic;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.pointBox .sec02 .linkUl li:last-of-type {
	margin-bottom: 0;
}

.pointBox .sec02 .linkUl li a {
	padding: 8px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 180px;
	position: absolute;
	text-align: center;
	top: 36px;
	right: 27px;
	background: #8dbe57 url(images/icon01.png) no-repeat right 13px center;
	border-radius: 30px;
}

.pointBox .sec02 .linkUl li:nth-child(2) {
	color: #e4944b;
	
}

.pointBox .sec02 .linkUl li:nth-child(2) .img {
	box-shadow: 5px 5px 0 rgba(228,148,75,0.3);
}

.pointBox .sec02 .linkUl li:nth-child(2) a {
	background-color: #e4944b;
}

.pointBox .sec02 .linkUl li:nth-child(3) {
	color: #dc644f;
}

.pointBox .sec02 .linkUl li:nth-child(3) .img {
	box-shadow: 5px 5px 0 rgba(220,100,79,0.3);
}

.pointBox .sec02 .linkUl li:nth-child(3) a {
	background-color: #dc644f;
}

.pointBox .sec03 {
	margin-bottom: 160px;
}

.pointBox .sec05 h2,
.pointBox .sec04 h2,
.pointBox .sec03 h2 {
	color: #666;
}

.pointBox .sec03 .tableBox {
	margin-top: 55px;
}

.pointBox .sec03 table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.pointBox .sec03 table td,
.pointBox .sec03 table th {
	padding: 18px 10px 18px 0;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	line-height: 1;
	border: none;
}

.pointBox .sec03 table th {
	padding: 26px 10px 26px 30px;
	font-weight: bold;
	width: 20%;
}

.pointBox .sec03 table thead td,
.pointBox .sec03 table thead th {
	padding: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}

.pointBox .sec03 table tbody tr:nth-child(odd) td,
.pointBox .sec03 table tbody tr:nth-child(odd) th {
	background-color: #F8F8F8;
}

.pointBox .sec03 table tbody tr:nth-child(even) td,
.pointBox .sec03 table tbody tr:nth-child(even) th {
	background-color: #fff;
}

.pointBox .sec03 table td span {
	font-size: 14px;
}

.pointBox .sec03 table td span.txt {
	font-size: 18px;
}

.pointBox .sec04 {
	margin-bottom: 125px;
}

.pointBox .sec04 .treatmentUl {
	margin: 0 0 72px;
	list-style: none;
	padding: 0;
}

.pointBox .sec04 .treatmentUl.green {
	margin: 83px 0 88px;
}

.pointBox .sec04 .treatmentUl li {
	margin-right: 5%;
	float: left;
	font-size: 14px;
	line-height: 1.5;
	width: 29.5%;
	list-style: none;
	position: relative;
}

.pointBox .sec04 .treatmentUl li:before {
	position: absolute;
	background: url(images/sec04_img01.png) no-repeat;
	width: 120px;
	height: 120px;
	content: "";
	top: -23px;
	left: 50%;
	margin-left: -60px;
}

.pointBox .sec04 .treatmentUl.pink li:before {
	top: -13px;
	height: 115px;
	background: url(images/sec04_img02.png) no-repeat;
}

.pointBox .sec04 .treatmentUl.blue {
	margin-bottom: 50px;
}

.pointBox .sec04 .treatmentUl.blue li:before {
	top: -18px;
	height: 135px;
	background: url(images/sec04_img03.png) no-repeat;
}

.pointBox .sec04 .treatmentUl.orange {
	margin-bottom: 0;
}

.pointBox .sec04 .treatmentUl.orange li:before {
	top: 0;
	height: 100px;
	background: url(images/sec04_img04.png) no-repeat;
}

.pointBox .sec04 .treatmentUl li:nth-child(3n) {
	margin-right: 0;
	width: 31%;
}

.pointBox .sec04 .treatmentUl li span {
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 22px;
	display: block;
}

.pointBox .sec05 {
	padding: 118px 0 110px;
	overflow: hidden;
	position: relative;
}

.pointBox .sec05:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F2F8EE;
	content:"";
	left: 0;
	top: 0;
	transition: all .8s cubic-bezier(.45,.705,.455,1);
	-webkit-transition: all .8s cubic-bezier(.45,.705,.455,1);
	transform-origin: right top;
	-webkit-transform-origin: right top;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.pointBox .sec05.show:before {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.pointBox .sec05 .container {
	overflow: visible;
}

.pointBox .sec05 h2 {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.pointBox .sec05 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pointBox .sec05 ul li {
	list-style: none;
	line-height: 1.43;
	font-size: 14px;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.pointBox .sec05 .photoUl {
	margin-top: 85px;
}

.pointBox .sec05 .photoUl li {
	padding-right: 6.7%;
	float: left;
	width: 26.8%;
}

.pointBox .sec05 .photoUl li p {
	margin: 0;
}

.pointBox .sec05 .photoUl li .photo {
	margin-bottom: 30px;
}

.pointBox .sec05 .photoUl .ttl {
	margin: 0 0 7px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.pointBox .sec05 .photoUl .txt {
	margin: 0 -5px;
}

.pointBox .sec05 .photoUl > li:nth-child(3) {
	padding: 0;
	width: 46.4%;
}

.pointBox .sec05 .photoUl > li:nth-child(3) li {
	padding: 0;
	width: 45%;
}

.pointBox .sec05 .photoUl > li:nth-child(3) li:nth-child(2) {
	float: right;
}

.pointBox .sec05 .photoUl .bgTxt {
	padding: 3px 10px 7px;
	margin: 34px -28px 0 -8px;
	position: relative;
	background-color: #8DBE56;
	
}

.pointBox .sec05 .photoUl .bgTxt:before {
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	width: 10px;
	background: url(images/sec05_bg.png) no-repeat;
	background-size: 10px 100%;
	content: "";
}

.pointBox .sec05 .photoUl > li:nth-child(3) .bgTxt {
	margin-right: 0;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

@media (min-width:780px) {
	.pointBox .sec05 ul li:nth-of-type(2) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	.pointBox .sec05 .photoUl ul li:nth-of-type(1) {
		transition-delay: 0.9s;
		-webkit-transition-delay: 0.9s;
	}
	.pointBox .sec05 .photoUl ul li:nth-of-type(2) {
		transition-delay: 1.2s;
		-webkit-transition-delay: 1.2s;
	}
	.pointBox .sec05 .photoUl > li:nth-child(3) .bgTxt {
		transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
	}
	
}
.pointBox01 {
	padding: 120px 0 80px;
	margin-top: 60px;
	color: #666;
	background-color: #EBF3F9;
}

.pointBox01 h2 {
	color: #666;
}

.pointBox01 dl {
	margin: 70px 0 16px;
}

.pointBox01 dt {
	margin: 0 0 5px;
	font-size: 16px;
}

.pointBox01 dd {
	padding-bottom: 10px;
	font-size: 14px;
}

.pointBox01 dd:last-of-type span {
	display: block;
}

.pointBox01 dd input {
	width: 450px;
	height: 44px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #C1C1C1;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.pointBox01 dd input.wid01 {
	width: 200px;
}

.pointBox01 dd span {
    margin: 22px 30px 0 5px;
    display: inline-block;
    vertical-align: top;
}

.pointBox01 dd textarea {
	padding: 15px 10px;
	width: 100%;
	height: 200px;
	font-size: 18px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #C1C1C1;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.pointBox01 dd textarea::-webkit-input-placeholder {
	color:#999;
	opacity:1;
}

.pointBox01 dd textarea:-moz-placeholder {
	color:#999;
	opacity:1;
}

.pointBox01 dd textarea::-moz-placeholder {
	color: #999;
	opacity:1;
}

.pointBox01 dd textarea:-ms-input-placeholder {
	color:#999;
	opacity:1;
}

.pointBox01 span.wpcf7-not-valid-tip {
	margin: 0;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	line-height: 1.2;
	margin-top: 3px;
}

.pointBox01 p {
	margin: 0 0 22px;
	text-align: center;
}

.pointBox01 p a {
	color: #418cca;
	text-decoration: underline;
}

.pointBox01 p a:hover {
	text-decoration: none;
}

.pointBox01 .agreeTxt {
	margin-bottom: 47px;
}

.pointBox01 .agreeTxt label {
	font-weight: normal;
	padding: 0;
}

.pointBox01 .agreeTxt input {
	margin-top: -4px;
	vertical-align: middle;
}

.pointBox01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pointBox01 .submit {
	margin-bottom: 100px;
}

.pointBox01 ul li {
	list-style: none;
	display: inline-block;
}

.pointBox01 ul li input:hover,
.pointBox01 ul li input {
	padding: 9px 0 11px;
	font-size: 14px;
	color: #fff;
	width: 300px;
	appearance: none;
	-webkit-appearance: none;
	text-shadow: none;
	border: none;
	background: #4288C5 url(images/icon01.png) no-repeat right 14px center;
	box-shadow: none;
	border-radius: 20px;
}

.pointBox01 ul li input:hover {
	opacity: 0.7;
}

.pointBox01 .btmBannerBox {
	position: relative;
	height: 100px;
}

.pointBox01 .btmBanner {
	padding: 10px 27px 7px;
	border: 3px solid #5FA8E1;
	background-color: #fff;
	border-radius: 10px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: 0;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
}

.pointBox01 .btmBannerBox.fix .btmBanner {
	position: fixed;
}
	
.pointBox01 .btmBanner .img {
	margin-top: 17px;
	float: left;
}

.pointBox01 .btmBanner .txtBox {
	float: left;
	text-align: center;
	width: 430px;
}

.pointBox01 .btmBanner .txtBox p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}

.pointBox01 .btmBanner .txtBox .tel {
	margin-bottom: -5px;
}

.pointBox01 .btmBanner .txtBox .tel a[href^="tel:"] {
	color: #666;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

.pointBox01 .btmBanner .txtBox .blueTxt {
	color: #418cca;
	font-size: 16px;
	font-weight: bold;
}

.pointBox01 .btmBanner ul {
	margin-top: 16px;
	float: right;
	width: 330px;
}

.pointBox01 .btmBanner ul li {
	float: left;
	width: 160px;
}

.pointBox01 .btmBanner ul li:nth-child(2) {
	float: right;
}

.pointBox01 .btmBanner ul li a {
	padding: 8px 0;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #E16452 url(images/icon01.png) no-repeat right 15px center;
	border-radius: 20px;
}

.pointBox01 .btmBanner ul li:nth-child(2) a {
	background-color: #4288C5;
}

.pointBox01 .wpcf7-form-control-wrap {
	margin: 0 !important;
}
	
.pointBox .sp,
.pointBox01 .sp {
	display: none !important;
}

html.popOpen,
html.popOpen body {
	overflow: hidden !important;
}

html.popOpen.fancybox-mobile {
	position: fixed !important;
	width: 100% !important;
	left: 0!important;
	top: 0!important;
	height: 100% !important;
	overflow: visible !important;
}

.wrapper#top.fixed {
	position: fixed !important;
	width: 100%;

}

html.popOpen .footer {
	display: none;
}


@media (max-width:780px) {
	.pointBox .sp,
	.pointBox01 .sp {
		display: block !important;
	}
	
	.pointBox .pc,
	.pointBox01 .pc {
		display: none !important;
	}
	
	.pointBox .h2Ttl {
		margin: 0 3% 17px;
		padding-bottom: 6px;
		font-size: 26px;
		line-height: 1.15;
		
	}
	
	.pointBox .slider {
		margin-bottom: 48px;
	}

	.pointBox01 .container,
	.pointBox .container {
		max-width: 90%;
	}
	
	.pointBox .sec01 {
		margin: 0;
		padding-top: 0;
		padding-bottom: 60px;
		background: url(images/sp_sec01_bg.png) no-repeat center bottom;
		background-size: 100% auto;
	}
	
	.pointBox .sec01 .topTxt {
		margin: 0 2% -5px;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
	}
	
	.pointBox .sec01 .topTxt sup {
		font-size: 6px;
	}
	
	.pointBox .sec01 .note {
		margin: 0 0 30px 0;
		font-size: 10px;
	}
	
	.pointBox .sec01 .photo {
		margin-bottom: 40px;
	}
	
	.pointBox .sec01 .photo img {
		width: 74%;
		max-width: 100%;
	}
	
	.pointBox .sec01 .txtUl {
		margin: 0;
	}
	
	.pointBox .sec01 .txtUl li {
		margin: 21px 0 0;
		float: none !important;
		width: auto;
	}
	
	.pointBox .sec01 .txtUl li:first-child {
		margin: 0;
	}
	
	.pointBox .sec01 .txtUl li p {
		margin: 0 0 9px;
		padding-bottom: 0;
		font-size: 15px;
		line-height: 1.4;
		border-bottom: none;
	}
	
	.pointBox .sec01 .txtUl li p span {
		margin-top: 0;
		font-size: 11px;
		letter-spacing: -1.2px;
	}
	
	.pointBox .sec01 .txtUl li .link a {
		padding: 3px 0 3px;
		font-size: 12px;
		width: 100%;
		background-color: rgba(20,118,200,0.8);
	}
	
	.pointBox .sec02 {
		margin-bottom: 50px;
		padding: 38px 0 55px;
		
	}
	
	.pointBox .sec02:before {
		background: #F7F7F7 url(images/sp_sec02_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	.pointBox .sec02 h2 {
		margin-bottom: 28px;
	}
	
	.pointBox .sec02 .linkUl li {
		padding: 0 2px 2px 0;
		margin-bottom: 16px;
		font-size: 17px;
		text-align: center;
		
		
		letter-spacing: -0.8px;
	}
	.pointBox .sec02 .linkUl li .img {
		padding: 15px 5px 9px;
		border-radius: 6px;
		box-shadow: 2px 2px 0 rgba(141,190,87,0.3);
	}
	
	
	.pointBox .sec02 .linkUl li .num {
		font-size: 24px;
	}
	
	.pointBox .sec02 .linkUl li a {
		padding: 4px 0 3px;
		margin: 9px 9px 0;
		position: static;
		font-size: 12px;
		display: block;
		width: auto;
		background-position: right 8px center;
		background-size: 7px 12px;
	}
	
	.pointBox .sec02 .linkUl li:nth-child(2) .img {
		box-shadow: 2px 2px 0 rgba(228,148,75,0.3);
	}
	
	.pointBox .sec02 .linkUl li:nth-child(3) .img {
		box-shadow: 2px 2px 0 rgba(220,100,79,0.3);
	}
	
	.strong-pointBox .section02-title {
		margin-bottom: 5px;
		font-size: 15px;
	}
	
	.strong-pointBox .section02-title-wrap::after {
		height: 1px;
		width: 35%;
		bottom: -2px;
	}
	
	.pointBox .sec03 {
		margin-bottom: 75px;
	}
	
	.pointBox .sec03 .tableBox {
		margin-top: 28px;
	}
	
	.pointBox .sec03 table td,
	.pointBox .sec03 table th {
		padding: 8px 10px 8px 0;
		font-size: 13px;
		line-height: 1.5;
		vertical-align: top;
	}
	
	.pointBox .sec03 table th {
		padding: 8px 10px 8px 10px;
		width: 38%;
	}
	
	.pointBox .sec03 table thead td,
	.pointBox .sec03 table thead th {
		padding: 5px;
	}
	
	.pointBox .sec03 table td span,
	.pointBox .sec03 table td span.txt {
		font-size: 10px;
	}	
		
	.pointBox .sec04 {
		margin-bottom: 45px;
	}
	
	.pointBox .sec04 .treatmentUl {
		margin-bottom: 40px;
		position: relative;
	}
		
	.pointBox .sec04 .treatmentUl li {
		float: none;
		margin: 0 0 19px;
		font-size: 13px;
		line-height: 1.5;
		width: auto !important;
	}
		
	.pointBox .sec04 .treatmentUl li:last-of-type {
		margin-bottom: 0;
	}
	
	.pointBox .sec04 .treatmentUl li span {
		font-size: 15px;
	}
		
	.pointBox .sec04 .treatmentUl li:before {
		display: none;
	}
	
	.pointBox .sec04 .treatmentUl.green {
		margin: 35px 0 40px;
	}
		
	.pointBox .sec04 .treatmentUl {
		position: relative;
	}
		
	.pointBox .sec04 .treatmentUl:before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		background: url(images/sp_sec04_img01.png) no-repeat;
		background-size: 230px auto !important;
		width: 230px;
		height: 225px; 
	}
		
	.pointBox .sec04 .treatmentUl.pink:before {
		background: url(images/sp_sec04_img02.png) no-repeat;
		height: 215px;
	}
		
	.pointBox .sec04 .treatmentUl.blue:before {
		background: url(images/sp_sec04_img03.png) no-repeat;
		height: 250px;
	}
		
	.pointBox .sec04 .treatmentUl.orange:before {
		background: url(images/sp_sec04_img04.png) no-repeat;
		height: 225px;
	}
	
	.pointBox .sec04 .treatmentUl.blue {
		margin-bottom: 45px;
	}
	
	.pointBox .sec05 {
		padding: 60px 0 50px;
		position: relative;
	}
	
	.pointBox .sec05 ul li {
		line-height: 1.4;
		font-size: 11px;
	}
		
	.pointBox .sec05 .photoUl {
		margin: 30px 0 0;
	}
	
	.pointBox .sec05 .photoUl li {
		margin-bottom: 15px;
		position: relative;
		padding: 0 15.5% 10px;
		float: none !important;
		width: auto !important;
	}
	
	.pointBox .sec05 .photoUl li .photo {
		margin-bottom: 13px;
		text-align: center;
	}
	
	.pointBox .sec05 .photoUl li .photo img {
		width: 77%;
	}
		
	.pointBox .sec05 .photoUl .ttl {
		margin: 0 0 3px;
		font-size: 15px;
	}
	
	.pointBox .sec05 .photoUl .txt {
		margin: 0;
	}
	
	.pointBox .sec05 .photoUl .bgTxt {
		padding: 8px 4px;
		margin: 0;
		font-size: 9px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	
	.pointBox .sec05 .photoUl .bgTxt img {
		width: 9px;
	}
	
	.pointBox .sec05 .photoUl .bgTxt:before {
		background: url(images/sp_sec05_bg.png) no-repeat;
		width: 100%;
		height: 6px;
		background-size: 100% 6px;
		bottom: -6px;
		top: auto;
		left: 0;
	}
		
	.pointBox .sec05 .photoUl > li:nth-child(3) {
		margin: 0;
	}
	
	
	.pointBox .sec05 .photoUl > li:nth-child(3) li {
		padding: 0 15.5% 10px;
	}
	
	.pointBox .sec05 .photoUl > li:nth-child(3) li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.pointBox01 {
		padding: 50px 0 80px;
		margin-top: 0;
		color: #666;
		background-color: #EBF3F9;
	}
		
	.pointBox01 dl {
		margin: 25px 0 12px;
	}
	
	.pointBox01 dt {
		margin-bottom: -2px;
		font-size: 12px;
	}
		
	.pointBox01 dd {
		padding-bottom: 12px;
		font-size: 11px;
	}
	
	.pointBox01 dd input {
		width: 100%;
		height: 40px;
		font-size: 9px;
	}
		
	.pointBox01 .wpcf7-form-control-wrap {
		width: 100%;
	}
		
	.pointBox01 dd.station-dd .wpcf7-form-control-wrap {
		width: 42%;
	}

	.pointBox01 dd input.wid01 {
		width: 100%;
	}
	
	.pointBox01 dd span {
		margin: 17px 5% 0 1%;
	}
	
	.pointBox01 dd span:last-child {
		margin-right: 0;
	}
	
	.pointBox01 dd textarea {
		padding: 5px;
		height: 100px;
		font-size: 9px;
	}
	
	.pointBox01 p {
		font-size: 12px;
		line-height: 1.7;
	}

	.pointBox01 p a:hover {
		text-decoration: underline;
	}
	
	.pointBox01 .agreeTxt {
		margin-bottom: 27px;
	}
	
	.pointBox01 .submit {
		margin-bottom: 30px;
	}
		
	.pointBox01 ul li {
		display: block;
	}
	
	.pointBox01 ul li input:hover,
	.pointBox01 ul li input {
		padding: 9px 0 11px;
		font-size: 12px;
		width: 100%;
		background: #4288C5 url(images/icon01.png) no-repeat right 14px center;
	}
		
	.pointBox01 ul li input:hover {
		opacity: 1;
	}
		
	.pointBox01 .btmBannerBox {
		height: 64px;
	}

	.pointBox01 .btmBanner {
		width: 97%;
		padding: 12px 8px;
		border: 2px solid #5FA8E1;
		border-radius: 5px;
	}
	
	.pointBox01 .btmBanner .img {
		padding: 3px 0 0 15px;
		margin-top: 0;
		display: none;
	}
	
	.pointBox01 .btmBanner .img img {
		width: 89px;
	}
		
	.pointBox01 .btmBanner .txtBox {
		float: none;
		text-align: center;
		width: auto;
		display: none;
	}
	
	.pointBox01 .btmBanner .txtBox p {
		margin: 0;
		font-size: 9px;
		line-height: 1.4;
	}
	
	.pointBox01 .btmBanner .txtBox .tel {
		margin-bottom: 1px;
	}

	.pointBox01 .btmBanner .txtBox .tel a[href^="tel:"] {
		font-size: 24px;
		cursor: pointer;
		pointer-events: auto;
	}
	
	.pointBox01 .btmBanner .txtBox .blueTxt {
		margin: 13px 0 8px;
		font-size: 9px;
	}
	
	.pointBox01 .btmBanner ul {
		margin-top: 0;
		float: none;
		width: auto;
	}
	
	.pointBox01 .btmBanner ul li {
		width: 48%;
	}
	
	.pointBox01 .btmBanner ul li a {
		padding: 6px 0;
		font-size: 12px;
		background-position: right 10px center;
		background-size: 7px auto;
	}
	
	.pointBox a:hover,
	.pointBox01 a:hover {
		opacity: 1;
	}
	
	body.page-id-1091 #scroll {
		display: none !important;
	}
	
}

.pop {
	padding: 23px 0;
	position: relative;
	width: 100vw;
	z-index: 200;
	color: #666;
	display: none;
}

.pop .sp {
	display: none !important;
}

.topPop .topPhoto {
	margin-bottom: 60px;
	text-align: center;
}

.topPop .topPhoto img {
	border-radius: 8px;
	box-shadow: 0 0 12px #999;
}

.topPop .whiteBox {
	padding: 30px 0 135px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 12px #999;
}

.topPop .whiteBox .sub {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.topPop .whiteBox .sub p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}

.topPop .whiteBox .sub .ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
}

.topPop .whiteBox .sub .ttl span {
	font-size: 24px;
	color: #418cca;
	display: block;
}

.topPop .close {
	position: absolute;
	bottom: 39px;
	left: 50%;
	margin-left: -22px;
}

.pop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pop ul li {
	list-style: none;
}

.topPop ul {
	margin: -5px 0 30px;
}

.topPop ul li {
	margin-top: 5px;
	float: left;
	width: 40.8%;
}

.colorPop {
	padding: 117px 0;
	background-color: #fff;
	box-shadow: 0 0 12px #999;
}

.colorPop .close {
	position: absolute;
	right: 5%;
	top: 20px;
	z-index: 10;
}

.colorPop .subBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1006px;
}

.colorPop p {
	margin: 0;
	line-height: 1.75;
}

.colorPop .title {
	margin-bottom: 91px;
	padding-bottom: 18px;
	color: #87ba4f;
	text-align: center;
	font-weight: bold;
	font-size: 51px;
	line-height: 1.16;
	border-bottom: 1px solid #000;
}

.colorPop .ttl {
	margin-bottom: 12px;
	color: #87ba4f;
	font-weight: bold;
	font-size: 24px;
}

.colorPop .txt {
	margin-bottom: 53px;
}

.colorPop .greenTxt {
	margin-bottom: 20px;
	color: #87ba4f;
	text-align: center;
	font-weight: bold;
}

.colorPop .orangeTxt {
	margin-bottom: 4px;
	color: #e28d43;
	text-align: center;
	font-weight: bold;
}

.colorPop .textImg {
	text-align: center;
}

.colorPop .textImg img {
	margin: 0 auto;
}

.colorPop .pop05-2 .txt {
	margin-bottom: 75px;
}

.colorPop .pop05-3 .txt {
	margin-bottom: 95px;
}

.colorPop .photoUl {
	margin: 0 -20px;
	font-size: 0;
	text-align: center;
}

.colorPop .photoUl li {
	margin: 0 1.5%;
	width: 30%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.colorPop .photoUl li img {
	vertical-align: top;
}

.colorPop .photoUl li span {
	margin-top: 7px;
	display: block;
}

.colorPop .pop05-4 .txt {
	margin-bottom: 67px;
}

.colorPop .imgBox {
	margin-top: 68px;
}

.colorPop .imgBox .photoBox {
	float: left;
	width: 12%;
}

.colorPop .imgBox .photoBox span {
	margin: 5px 0 0;
	display: block;
	font-size: 12px;
	text-align: center;
}

.colorPop .imgBox .photoBox span.pinkTxt,
.colorPop .imgBox .photoBox span.orange,
.colorPop .imgBox .photoBox span.green {
	margin: 0 0 4px;
	color: #87bb4f;
	font-size: 10px;
}

.colorPop .imgBox .photoBox span.orange {
	color: #e28d43;
}

.colorPop .imgBox .photoBox span.pinkTxt {
	color: #e5a5c2;
}

.colorPop .imgBox .textBox {
	margin-top: 27px;
	padding: 20px 30px 17px;
	float: right;
	width: 83.5%;
	box-sizing: border-box;
	background-color: #F2F8ED;
	border-radius: 12px;
	position: relative;
}

.colorPop .imgBox .textBox:before {
	position: absolute;
	background: url(images/pop05_img.gif) no-repeat;
	width: 23px;
	height: 13px;
	left: -23px;
	bottom: 30px;
	content: "";
}

.colorPop.orangePop .title {
	color: #e28d43;
}

.colorPop.orangePop .ttl {
	color: #e28d43;
}

.colorPop.orangePop .pop06-1 {
	font-weight: bold;
}

.colorPop.orangePop .pop06-1 .title {
	margin-bottom: 7px;
	padding-bottom: 14px;
}

.colorPop.orangePop .pop06-1 .small {
	margin-bottom: 37px;
	color: #e28d43;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

.colorPop.orangePop .pop06-1 .txt {
	margin-bottom: 90px;
	text-align: center;
}

.colorPop.orangePop .pop06-1 .note {
	margin: 18px auto 0;
	max-width: 804px;
	color: #e28d43;
	text-align: right;
	font-size: 12px;
}

.colorPop.orangePop table .taRight {
	text-align: right !important;
}

.colorPop.orangePop .pop06-2 .title {
	margin-bottom: 32px;
}

.colorPop.orangePop .pop06-2 .ttl {
	margin-bottom: 37px;
	text-align: center;
}

.colorPop.orangePop .pop06-2 .txt {
	margin-bottom: 4px;
	font-weight: bold;
	text-align: center;
}

.colorPop.orangePop .tableBox01 {
	margin: 0 55px 20px;
}

.colorPop.orangePop table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.colorPop.orangePop table td,
.colorPop.orangePop table th {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.43;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border: 2px solid #fff;
}

.colorPop.orangePop table th {
	text-align: center;
	line-height: 1.25;
}

.colorPop.orangePop table th span {
	font-size: 12px;
}

.colorPop.orangePop table th span.num {
	font-size: 18px;
}

.colorPop.orangePop table thead td,
.colorPop.orangePop table thead th {
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background-color: #E58E4E;
}

.colorPop.orangePop table th {
	text-align: center;
}

.colorPop.orangePop table tbody tr:nth-child(even) td,
.colorPop.orangePop table tbody tr:nth-child(even) th {
	background-color: #F9E8D9;
}  

.colorPop.orangePop table tbody tr:nth-child(odd) td,
.colorPop.orangePop table tbody tr:nth-child(odd) th {
	background-color: #F7DDC6;
}

.colorPop.orangePop .tableBox01 table tbody tr:nth-child(even) td,
.colorPop.orangePop .tableBox01 table tbody tr:nth-child(even) th {
	background-color: #F7DDC6;
}  

.colorPop.orangePop .tableBox01 table tbody tr:nth-child(odd) td,
.colorPop.orangePop .tableBox01 table tbody tr:nth-child(odd) th {
	background-color: #F9E8D9;
}

.colorPop.orangePop table .wid01 {
	padding: 5px;
	width: 4%;
	line-height: 1;
}

.colorPop.orangePop table .wid02 {
	width: 18.5%;
}

.colorPop.orangePop table .wid03 {
	width: 58.5%;
}

.colorPop.orangePop table .wid04 {
	width: 19%;
}

.colorPop.orangePop table .wid05 {
	width: 22.5%;
}

.colorPop.orangePop .tableBox02 {
	margin: 0 55px 20px;
}

.colorPop.orangePop .tableBox02 table tbody td,
.colorPop.orangePop .tableBox02 table tbody th {
	padding: 5px 20px;
}

.colorPop.orangePop .tableBox03 {
	margin: 0 55px;
}

.colorPop.orangePop .photoList {
	margin-top: 88px;
}

.colorPop.orangePop .photoList li {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	width: 25%;
	text-align: center;
	position: relative;
}

.colorPop.orangePop .photoList li:before {
	background: url(images/pop06_arrow.jpg) no-repeat;
	width: 26px;
	height: 36px;
	position: absolute;
	top: 81px;
	right: -10px;
	content: "";
}

.colorPop.orangePop .photoList li:nth-child(4):before {
	display: none;
}

.colorPop.orangePop .photoList li .photo {
	margin-bottom: 12px;
	display: block;
	position: relative;
	text-align: center;
}

.colorPop.orangePop .photoList li .photo img {
	margin: 0 auto;
}

.colorPop.orangePop .photoList li .photo span {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: 20px;
}

.colorPop.orangePop .photoList li:nth-child(2) .photo span {
	top: -1px;
	margin-left: 16px;
}

.colorPop.orangePop .photoList li:nth-child(4) .photo span {
	top: -32px;
	margin-left: -16px;
}

.colorPop.orangePop .photoList li .subTxt {
	display: table;
	width: 100%;
	height: 42px;
}

.colorPop.orangePop .photoList li .subTxt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.colorPop.orangePop .imgBox {
	margin-top: 55px;
}

.colorPop.orangePop .imgBox .textBox {
	padding: 13px 30px;
	background-color: #FCF3EC;
}

.colorPop.orangePop .imgBox .textBox:before {
	bottom: 47px;
	background: url(images/pop06_img.gif) no-repeat;
}

.colorPop.pinkPop .title {
	margin-bottom: 26px;
	color: #e5a5c2;
}

.colorPop.pinkPop .txt {
	margin-bottom: 56px;
	font-weight: bold;
	text-align: center;
}

.colorPop.pinkPop .inner .photo {
	margin-top: 6px;
	float: left;
	width: 55%;
}

.colorPop.pinkPop .inner .textBox {
	float: right;
	width: 41.3%;
}

.colorPop.pinkPop .inner .textBox p {
	margin-bottom: 22px;
	line-height: 1.5;
	font-size: 12px;
}

.colorPop.pinkPop .inner .textBox .pinkTtl {
	margin: 0;
	color: #e5a5c2;
	font-weight: bold;
	font-size: 24px;
}

.colorPop.pinkPop .inner .textBox .subTtl {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

.colorPop.pinkPop .inner .textBox p:last-of-type {
	margin-bottom: 0;
}

.colorPop.pinkPop .photoUl {
	margin-top: 95px;
}

.colorPop.pinkPop .imgBox {
	margin-top: 125px;
}

.colorPop.pinkPop .imgBox .textBox {
	background-color: #FDF6F9;
}

.colorPop.pinkPop .imgBox .textBox:before {
	background: url(images/pop07_img.gif) no-repeat;
}
	
.slick-slider {
	position: static !important;
}

.slick-next,
.slick-prev {
	border: none;
	width: 30px;
	height: 53px;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	cursor: pointer;
}

.slick-prev {
	left: 50px;
	background: url(images/prev02.png) no-repeat;
}

.slick-next {
	right: 50px;
	background: url(images/next02.png) no-repeat;
}

#pop06 .slick-prev {
	background: url(images/prev03.png) no-repeat;
}

#pop06 .slick-next {
	background: url(images/next03.png) no-repeat;
}

#pop07 .slick-prev {
	background: url(images/prev04.png) no-repeat;
}

#pop07 .slick-next {
	background: url(images/next04.png) no-repeat;
}

.slick-prev.slick-disabled {
	background: url(images/prev01.png) no-repeat !important;
}

.slick-next.slick-disabled {
	background: url(images/next01.png) no-repeat !important;
}
	
.fancybox-skin {
	background: none !important;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
	width: 12px;
	height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
	width: 12px;
	height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: url(images/dot01.gif) no-repeat left top;
}

.slick-dots li.slick-active button {
	background: url(images/dot02.gif) no-repeat left top;
}

#pop06 .slick-dots li.slick-active button {
	background: url(images/dot03.gif) no-repeat left top;
}

#pop07 .slick-dots li.slick-active button {
	background: url(images/dot04.gif) no-repeat left top;
}
	
@media (max-width:780px) {
	.pop .sp {
		display: block !important;
	}
	
	.pop .pc {
		display: none !important;
	}

	.topPop .topPhoto {
		margin: 0 10px 10px;
	}

	.topPop .topPhoto img {
		box-shadow: 0 0 6px #999;
		width: 100%;
		height: auto;
	}
	
	.topPop .whiteBox {
		padding: 12px 0 80px;
	}
	
	.topPop .whiteBox .sub {
		margin: 0 10px;
		width: auto;
	}
	
	.topPop .whiteBox .sub p {
		font-size: 13px;
		line-height: 1.55;
	}
	
	.topPop .whiteBox .sub .ttl {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.5;
	}
	
	.topPop .whiteBox .sub .ttl span {
		margin-top: 5px;
		font-size: 15px;
	}
	
	.pop .close {
		position: absolute;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 5px;
		top: 4px;
	}
		
	.pop .close img {
		width: 40px;
		box-shadow: 0 0 7px #999;
		border-radius: 100%;
	}

	.topPop.pop02 .whiteBox .sub .ttl {
		margin-bottom: 23px;
	}
	
	.topPop.pop02 .whiteBox .sub .ttl span {
		margin-top: 17px;
	}

	.topPop ul {
		margin: 0 0 16px;
		line-height: 1.55;
	}
	
	.topPop ul li {
		margin-top: 0;
		float: none;
		font-size: 13px;
		width: auto;
	}
	
	.topPop.pop04 .whiteBox .sub p {
		font-size: 14px;
		line-height: 1.5;
	}

	.topPop.pop04 .whiteBox .sub .ttl {
		margin-bottom: 23px;
	}
	
	.topPop.pop04 .whiteBox .sub .ttl span {
		margin-top: 17px;
		letter-spacing: -0.5px;
	}
		
	.colorPop {
		margin: 20px 0;
		padding: 20px 0;
		box-shadow: 0 0 6px #999;
	}
		
	.colorPop .close {
		top: -15px;
	}
		
	.colorPop .subBox {
		margin: 0 10px;
		width: auto;
	}
	
	.colorPop .title {
		margin-bottom: 20px;
		padding-bottom: 9px;
		font-size: 24px;
		line-height: 1.23;
	}
	
	.colorPop .ttl {
		margin-bottom: 8px;
		text-align: center;
		font-size: 14px;
	}
	
	.colorPop p {
		line-height: 1.5;
		font-size: 13px;
	}

	.colorPop .txt {
		margin-bottom: 27px;
	}
	
	.colorPop .greenTxt {
		margin-bottom: 7px;
		font-size: 13px;
	}

	.colorPop .pop05-2 .txt {
		margin-bottom: 20px;
	}
	
	.colorPop .pop05-3 .txt {
		margin-bottom: 15px;
	}
	
	.colorPop .photoUl {
		margin: -5px 3px 0;
	}
	
	.colorPop .photoUl li {
		margin: 5px 0 0;
		width: 48%;
		float: left;
		font-size: 6px;
		display: block;
	}
	
	.colorPop .photoUl li:nth-child(2n) {
		float: right;
	}
	
	.colorPop .photoUl li span {
		margin-top: 0;
	}

	.colorPop .pop05-4 .txt {
		margin-bottom: 20px;
	}
	
	.colorPop .imgBox {
		margin-top: 28px;
	}
		
	.colorPop .imgBox .photoBox {
		width: 20%;
	}
	
	.colorPop .imgBox .photoBox span {
		font-size: 6px;
		line-height: 1;
	}
	
	.colorPop .imgBox .photoBox span.pinkTxt,
	.colorPop .imgBox .photoBox span.orange,
	.colorPop .imgBox .photoBox span.green {
		font-size: 5px;
	}

	.colorPop .imgBox .textBox {
		margin-top: 8px;
		padding: 7px 10px 17px 13px;
		width: 72%;
		border-radius: 4px;
	}
	
	.colorPop .imgBox .textBox p {
		font-size: 12px;
		line-height: 1.42;
	}
	
	.colorPop .imgBox .textBox:before {
		background-size: 12px 6px;
		width: 12px;
		height: 6px;
		left: -12px;
		bottom: auto;
		top: 40px;
	}

	.colorPop.orangePop .pop06-1 .title {
		margin-bottom: 5px;
		padding-bottom: 4px;
	}
	
	.colorPop.orangePop .pop06-1 .small {
		margin-bottom: 11px;
		font-size: 10px;
		line-height: 1.5;
	}
		
	.colorPop.orangePop .pop06-1 .txt {
		margin-bottom: 35px;
	}
	
	.colorPop.orangePop .pop06-1 .note {
		margin-top: 10px;
		font-size: 8px;
	}
	
	.colorPop.orangePop .pop06-2 .title {
		margin-bottom: 17px;
	}
	
	.colorPop.orangePop .pop06-2 .ttl {
		margin-bottom: 20px;
	}
	
	.colorPop.orangePop .pop06-2 .txt {
		margin-bottom: 15px;
	}
	
	.colorPop.orangePop .tableBox01 {
		margin: 0;
	}
	
	.colorPop.orangePop table td,
	.colorPop.orangePop table th {
		padding: 3px 5px 2px;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.55;
		border: 1px solid #fff;
	}
		
	.colorPop.orangePop table th {
		line-height: 1.33;
	}
	
	.colorPop.orangePop table th span {
		font-size: 9px;
	}
	
	.colorPop.orangePop table th span.num {
		font-size: 9px;
	}

	.colorPop.orangePop table thead td,
	.colorPop.orangePop table thead th {
		padding: 2px 0;
	}

	.colorPop.orangePop table .wid02 {
		width: 16%;
	}
	
	.colorPop.orangePop table .wid03 {
		width: 53%;
	}
	
	.colorPop.orangePop table .wid04 {
		width: 27%;
	}
		
	.colorPop.orangePop table .wid05 {
		width: 25.5%;
	}
		
	.colorPop.orangePop .tableBox02 {
		margin: 0;
	}
	
	.colorPop.orangePop .tableBox02 table .wid04 {
		width: 22%;
	}
		
	.colorPop.orangePop .tableBox02 table tbody td,
	.colorPop.orangePop .tableBox02 table tbody th {
		padding: 5px 5px 6px;
	}
	
	.colorPop.orangePop .tableBox03 {
		margin: 0;
	}
	
	.colorPop.orangePop .tableBox03 table .wid05 {
		width: 30%;
	}
	
	.colorPop.orangePop .tableBox03 table .wid04 {
		width: 45%;
	}
		
	.colorPop.orangePop .tableBox03 table tbody td,
	.colorPop.orangePop .tableBox03 table tbody th {
		padding: 5px;
		line-height: 1.5;
	}

	.colorPop.orangePop .pop06-3 .ttl {
		text-align: left;
	}
	
	.colorPop.orangePop .pop06-3 .txt {
		margin-bottom: 25px;
		line-height: 1.36;
	}
	
	.colorPop.orangePop .photoList {
		margin: 0 40px 0 15px;
	}
	
	.colorPop.orangePop .photoList li {
		margin-top: 55px;
		font-size: 6px;
		width: 50%;
	}
	
	.colorPop.orangePop .photoList li:nth-child(2),
	.colorPop.orangePop .photoList li:first-child {
		margin-top: 0;
	}
		
	.colorPop.orangePop .photoList li:before {
		background-size: 11px 15px;
		width: 11px;
		height: 15px;
		top: 32px;
		right: -8px;
	}
	
	.colorPop.orangePop .photoList li:nth-child(2):before {
		background: url(images/sp_pop06_arrow01.gif) no-repeat;
		background-size: 15px 11px;
		width: 15px;
		height: 11px;
		top: auto;
		bottom: -30px;
		right: 50%;
		margin-right: -8px;
	}
	
	.colorPop.orangePop .photoList li:nth-child(3):before {
		background: url(images/sp_pop06_arrow02.gif) no-repeat;
		background-size: 11px 15px;
		width: 11px;
		height: 15px;
	}
	
	.colorPop.orangePop .photoList li .photo {
		margin-bottom: 5px;
	}
		
	.colorPop.orangePop .photoList li .photo img {
		height: 74px;
	}
	
	.colorPop.orangePop .photoList li .photo span {
		margin-left: 10px;
	}
	
	.colorPop.orangePop .photoList li .photo span img {
		height: 27px;
	}
	
	.colorPop.orangePop .photoList li:nth-child(2) .photo span {
		top: -4px;
		margin-left: 7px;
	}
	
	.colorPop.orangePop .photoList li:nth-child(3) .photo span {
		top: -7px;
		margin-left: -5px;
	}
	
	.colorPop.orangePop .imgBox {
		margin-top: 23px;
	}
		
	.colorPop.orangePop .imgBox .textBox {
		padding: 9px 12px;
	}

	.colorPop.pinkPop .txt {
		margin-bottom: 15px;
		font-weight: normal;
	}
	
	.colorPop.pinkPop .inner .photo {
		margin: 0 13px;
		float: none;
		width: auto;
	}
	
	.colorPop.pinkPop .inner .textBox {
		margin-top: -8px;
		float: none;
		width: auto;
	}
	
	.colorPop.pinkPop .inner .textBox p {
		margin-bottom: 12px;
		line-height: 1.5;
		font-size: 13px;
	}
	
	.colorPop.pinkPop .inner .textBox p span {
		font-size: 7px;
	}
	
	.colorPop.pinkPop .inner .textBox .pinkTtl {
		margin-bottom: -4px;
		font-size: 15px;
	}
	
	.colorPop.pinkPop .inner .textBox .subTtl {
		margin-bottom: -1px;
		font-size: 15px;
	}
	
	.colorPop.pinkPop .photoUl {
		margin-top: 58px;
	}
		
	.colorPop.pinkPop .imgBox {
		margin-top: 28px;
	}
	
	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-dots li {
		margin: 0 5px;
		width: 6px;
		height: 6px;
	}
	
	.slick-dots li button {
		width: 6px;
		height: 6px;
		background-size: 6px 6px !important;
	}
	
	.colorPop.orangePop .photoList li .subTxt {
		height: 18px;
	}
	
	body.page-id-1405 .colorPop .ttl {
		font-size: 15px;
	}
	
	body.page-id-1405 .colorPop p {
		font-size: 14px;
	}
	
	body.page-id-1405 .colorPop .greenTxt {
		font-size: 14px;
	}
	
	body.page-id-1405 .colorPop .title {
		font-size: 24px;
	}
	
	body.page-id-1405 .colorPop .photoUl li {
		font-size: 14px;
	}
	
	body.page-id-1405 .colorPop .imgBox .textBox p,
	body.page-id-1405 .colorPop .imgBox .photoBox span,
	body.page-id-1405 .colorPop .imgBox .photoBox span.green {
		font-size: 14px;
	}
	
}
body.page-id-1091 .sow-slider-image {
	z-index: 10 !important;
}

/*------------------------------------------------------------
	gk
------------------------------------------------------------*/
#gk *:focus {
	outline: none;
}

#gk * {
	outline: none;
	-webkit-tap-highlight-color:transparent;
}

#gk *:focus {
	outline: none;
	-webkit-tap-highlight-color:transparent;
}

#gk .sp {
	display: none !important;
}

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

#gk .mainImg {
	margin: 0 auto 60px;
	max-width: 1843px;
}

#gk .container {
	padding: 0 20px;
    max-width: 1045px;
	overflow: visible;
}

#gk .headLine01 {
	margin-bottom: 70px;
	color: #E34273;
	line-height: 1.05;
	border-bottom: 1px solid #E34273;
	overflow: hidden;
	zoom: 1;
}

#gk .headLine01 .en {
	display: block;
	float: left;
	font-size: 131px;
	font-weight: 300;
	letter-spacing: -10px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#gk .headLine01 .en01 {
	letter-spacing: -8px;
}

#gk .headLine01 .en .fwBold {
	font-weight: 500;
}

#gk .headLine01 .jp {
	margin-top: 84px;
	display: block;
	float: right;
	font-size: 31px;
}

#gk .headLine02 {
	margin-bottom: 32px;
	padding-bottom: 28px;
	color: #666;
	font-size: 30px;
	border-bottom: 1px solid #000;
}

#gk .headLine02 .ttl {
	display: inline-block;
	position: relative;
}

#gk .headLine02 .ttl:before {
	width: 201px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -31px;
	background-color: #000;
	
	content: "";
}

#gk .headLine02 .sm {
	margin: 5px 0 0 10px;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	vertical-align: top;
}

#gk .headLine03 {
	margin-bottom: 15px;
	padding: 8px 18px;
	color: #FFF;
	font-size: 24px;
	background-color: #F5C82F;
}

#gk .mainImg img {
	width: 100%;
}

#gk .comTable {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#gk .comTable th,
#gk .comTable td {
	padding: 17px 20px 16px;
	width: 50%;
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	word-break: break-all;
	text-align: left;
	border: none;
	vertical-align: middle;
	box-sizing: border-box;
}

#gk .comTable td {
	width: 50%;
}

#gk .comTable tr:nth-child(2n-1) {
	background-color: #FAF4F6;
}

#gk .performanceBox {
	margin-bottom: 0;
}

#gk .tabUl {
	margin: 0 0 33px;
	padding: 0;
}

#gk .tabUl li {
	margin-right: 20px;
	width: 186px;
	float: left;
	list-style: none;
}

#gk .tabUl li:last-child {
	margin-right: 0;
}

#gk .tabUl li a {
	padding: 13px 5px;
	display: block;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background-color: #F6F6F6;
	box-shadow: 0 4px 0 0 #D2D2D2;
	-webkit-box-shadow: 0 4px 0 0 #D2D2D2;
	-moz-box-shadow: 0 4px 0 0 #D2D2D2;
}

#gk .tabUl li a:hover,
#gk .tabUl li.on a {
	color: #FFF;
	position: relative;
	top: 3px;
	background-color: #E44273;
	box-shadow: none;
}

#gk .tabBox .area {
	margin-bottom: 26px;
	padding: 30px 28px 29px 38px;
	position: relative;
	background-color: #565656;
}

#gk .tabBox .area:last-of-type {
	margin-bottom: 0;
}

#gk .tabBox:last-of-type {
	margin-bottom: 0;
}

#gk .tabBox .keyBox {
	width: 26%;
	float: left;
}

#gk .tabBox .keyBox .txtBox {
	margin-top: 32px;
	text-align: center;
}

#gk .tabBox .keyBox .txtBox h4,
#gk .tabBox .keyBox .txtBox p {
	color: #FFF;
	font-size: 18px;
}

#gk .tabBox .keyBox .txtBox h4 {
	margin-bottom: 16px;
}

#gk .tabBox .keyBox .txtBox p:last-child {
	margin-bottom: 0;
}

#gk .tabBox .imgList {
	margin: -21px 0 0;
	padding: 0;
	width: 71.5%;
	float: right;
}

#gk .tabBox .imgList li {
	margin-top: 21px;
	width: 47.69%;
	float: left;
	position: relative;
	list-style: none;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#gk .tabBox .imgList li:nth-child(2n) {
	float: right;
}

#gk .tabBox .imgList li .mark {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	
	content: "";
}

#gk .tabBox .imgList li img {
	margin: 0 auto;
	display: block;
	flex: none;
	max-width: 100%;
}

#gk .tabBox .slideBox {
	margin: 0 auto -3px;
	max-width: 840px;
	overflow: hidden;
}

#gk .tabBox .slideUl {
	margin: 0 -31px;
	padding: 0;
}

#gk .tabBox .slideUl li {
	margin: 0 31px;
	width: 234px;
	float: left;
	list-style: none;
}

#gk .tabBox .slideUl li .keyBox {
	width: auto;
	float: none;
}

#gk .tabBox .slideUl li .keyBox .txtBox {
    margin-top: 48px;
}

#gk .tabBox .arrowList {
	margin: 0;
	padding: 0;
}

#gk .tabBox .arrowList li {
	margin-top: -19px;
	position: absolute;
	top: 50%;
	list-style: none;
}

#gk .tabBox .arrowList .prev {
	left: 2%;
}

#gk .tabBox .arrowList .next {
	right: 2%;
}

#gk .tableBox {
	margin: 60px 0 90px;
}

#gk .tableBox:last-of-type {
	margin-bottom: 0;
}

#gk .companyBox {
	margin: -5px 0 94px 21px;
	padding: 25px 0 0;
}

#gk .companyUl {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	float: none;
}

#gk .companyUl:nth-child(2n) {
	float: right;
}

#gk .companyUl li {
	width: 49.19%;
	display: inline-block;
	margin-bottom: 5px;
	color: #444;
	font-size: 18px;
	list-style: none;
}

#gk .companyUl li:last-child {
	margin-bottom: 0;
}

#gk .companyUl .taRight {
	text-align: right;
	float: right;
}

#gk .linkList {
	margin: 0;
	padding: 0;
}

#gk .linkList li {
	width: 31.84%;
	float: left;
	list-style: none;
}

#gk .linkList li:nth-child(3n-1) {
	margin: 0 2.19%;
}

#gk .linkList li a {
	padding: 22px 5px 18px;
	display: block;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #008EF2 !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}

#gk .linkList .bg01 a {
	background-color: #F5C82F !important;
}

#gk .linkList .bg02 a {
	background-color: #2ED19A !important;
}

#gk .linkList .bg03 a {
	background-color: #E44273 !important;
}

#gk .fixPos {
	margin-bottom: 100px;
	padding-bottom: 180px;
	position: relative;
}

#gk .contactFix {
	display: none;
	width: 1000px;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 9px;
	border: 3px solid #008EF0;
	background-color: #F4F4F4;
	z-index: 3;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

#gk .contactFix.fix {
	position: fixed;
	bottom: 0;
}

#gk .contactFix .inner {
	padding: 13px 29px 9px 26px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	box-sizing: border-box;
}

#gk .contactFix .logo,
#gk .contactFix .tel,
#gk .contactFix .link,
#gk .contactFix .nanning {
    flex: none;
    text-align: center;
	box-sizing: border-box;
}

#gk .contactFix .logo {
	padding-bottom: 3px;
	width: 130px;
}

#gk .contactFix .tel {
    padding: 0 5px;
    width: 30%;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

#gk .contactFix .tel:nth-child(2) {
    margin: 5px 0 0;
}

#gk .contactFix .tel .txt {
	margin: -3px 0 8px;
	display: block;
	line-height: 1.2;
}

#gk .contactFix .tel .num {
	margin: 9px 0 0 10px;
	display: inline-block;
	color: #008ef1;
	font-size: 31px;
	font-weight: normal;
	vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;	
}

@media (min-width: 768px) and (max-width: 1400px) {
    #gk .contactFix .tel {
        width: 30%;
    }
    
    #gk .contactFix .tel:nth-child(2) {
        width: 30%;
    }
    #gk .contactFix .tel .num {
        font-size: 2.2vw;
    }
}

#gk .contactFix .nanning .btn {
    margin: 0 auto;
    width: 160px;
    text-align: center;	
}

#gk .contactFix .nanning .btn a {
    padding: 3px 22px;
    display: block;
    color: #FFF;
    font-size: 15px;
    border-radius: 30px;
    border: 2px solid #20A5D0;
    background: url(img/anime02/common/nanning-period_icon01.png) no-repeat right center / auto 100%;
    background-color: #20A5D0;
}

#gk .contactFix .nanning .btn a:hover {
    color: #269ac2;
    background-color: #FFF;
}

#gk .contactFix .nanning p {
    margin: 5px 0 0;
    font-size: 15px;
}

#gk .contactFix .nanning p a {
    color: #269ac2;
    text-decoration: underline;
}

#gk .contactFix .nanning p a:hover {
    text-decoration: none;
}

#gk .contactFix .link {
	width: 256px;
}

#gk .contactFix .link span {
	margin-bottom: 7px;
	padding: 8px 7px 7px 3px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	background: #008EF2 url(img/anime02/common/icon02.png) no-repeat right 12px center;
}

#gk .mainVisual {
	margin: 0 auto 60px;
	max-width: 1843px;
	position: relative;
}

#gk .mainVisual .slide {
	margin: 0;
	padding: 0;
}

#gk .mainVisual .slide li img {
	width: 100%;
}

#gk .mainVisual .slick-dots {
	margin-left: -87px;
	height: 8px;
	position: absolute;
	left: 50%;
	bottom: 9px;
	text-align: center;
}

#gk .mainVisual .slick-dots li {
	margin: 0 12px 0 13px;
	width: 12px;
	height: 12px;
	float: left;
	background: url(img/anime02/common/dot02.png) no-repeat center center;
	cursor: pointer;
}

#gk .mainVisual .slick-dots li:before {
	display: none;
}

#gk .mainVisual .slick-dots li.slick-active {
	background-image: url(img/anime02/common/dot01.png);
}

#gk .mainVisual .slick-dots li button {
	display: none !important;
}

@media all and (-ms-high-contrast:none){
	#gk .headLine03 {
		padding: 12px 18px 4px;
	}
		
	#gk .contactFix .link span {
		padding: 9px 7px 5px 4px;
	}
	
	#gk .tabUl li a {
		padding: 16px 5px 10px;
	}
	
	#gk .linkList li a {
		padding: 18px 5px 20px;
	}


}
@media (min-width: 768px) and (max-width: 999px) {	
	#gk .contactFix,
	#gk .contactFix.fix {
		width: 100%;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
}
@media (min-width: 768px) and (max-width: 1010px) {	
	#gk .headLine01 .en {
		font-size: 80px !important;
		letter-spacing: -5px !important;
	}
	
	#gk .headLine01 .jp {
		margin-top: 40px !important;
	}
}
@media (min-width: 768px) and (max-width: 1040px) {	
	#gk .companyBox {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#gk .sp {
		display: block !important;
	}
	
	#gk .pc {
		display: none !important;
	}
	
	#gk .mainImg {
		margin-bottom: 38px;
		max-width: inherit;
	}
		
	#gk .container {
		margin: 0 10px;
		padding: 0;
		max-width: inherit;
		width: auto !important;
	}
	
	#gk .headLine01 {
		margin: 0 -10px 70px;
		padding: 0 10px;
		line-height: 1.1;
		position: relative;
		overflow: visible;
	}
	
	#gk .headLine01:before {
		width: calc(100% - 20px);
		height: 1px;
		position: absolute;
		left: 10px;
		top: 70px;
		background-color: #008EF1;
		
		content: "";
	}

	#gk .headLine01 .en {
		float: none;
		font-size: 65px;
		letter-spacing: -3px !important;
	}

	#gk .headLine01 .jp {
		margin-top: 0;
		float: none;
		position: absolute;
		right: 10px;
		top: 46px;
		font-size: 15px;
	}
	
	#gk .headLine02 {
		margin-bottom: 24px;
		padding-bottom: 15px;
		font-size: 17px;
	}
	
	#gk .headLine02 .ttl:before {
		width: 100px;
		height: 2px;
		bottom: -16px;
	}
	
	#gk .headLine02 .sm {
		margin: 4px 0 0 8px;
		font-size: 11px;
	}
	
	#gk .headLine03 {
		margin-bottom: 7px;
		padding: 4px 10px;
		font-size: 16px;
	}
		
	#gk .comTable th,
	#gk .comTable td {
		padding: 10px;
		width: 69%;
		font-size: 12px;
		line-height: 1.15;
	}
	
	#gk .comTable td {
		padding: 9px 2px 8px 8px;
		width: 31%;
	}
	
	#gk .performanceBox {
		margin-bottom: 0;
	}

	#gk .tabUl {
		margin: 0 0 17px;
	}
	
	#gk .tabUl li {
		margin-right: 3%;
		width: 31.33%;
	}
	
	#gk .tabUl li a {
		padding: 0 5px 1px;
		font-size: 14px;
		border-radius: 3px;
		box-shadow: 1px 1px 0 0 #D2D2D2;
		-webkit-box-shadow: 1px 1px 0 0 #D2D2D2;
		-moz-box-shadow: 1px 1px 0 0 #D2D2D2;
	}

	#gk .tabUl li a:hover,
	#gk .tabUl li.on a {
		top: 1px;
	}

	#gk .tabBox .area {
		margin: 0 -10px 15px;
		padding: 20px 10px 19px;
	}
	
	#gk .tabBox .keyBox {
		margin: 0 auto 23px;
		padding-right: 6px;
		width: 67.5%;
		float: none;
		text-align: center;
	}
	
	#gk .tabBox .keyBox img {
		max-width: 100%;
	}
	
	#gk .tabBox .keyBox .txtBox {
		margin-top: 20px;
	}
	
	#gk .tabBox .keyBox .txtBox h4,
	#gk .tabBox .keyBox .txtBox p {
		font-size: 13px;
	}
	
	#gk .tabBox .keyBox .txtBox h4 {
		margin-bottom: 2px;
	}
	
	#gk .tabBox .keyBox .txtBox p {
		margin: 0;
	}
	
	#gk .tabBox .imgList {
		margin: -8px 0 0;
		padding: 0;
		width: auto;
		float: none;
	}
		
	#gk .tabBox .imgList li {
		margin-top: 8px;
		width: 48%;
		position: relative;
		display: block;
		display: -webkit-block;
	}
	
	#gk .tabBox .imgList li:before {
		padding-bottom: 70.625%;
		width: 100%;
		content: "";
		display: block;
	}
	
	#gk .tabBox .imgList li .mark {
		height: 36px;
		z-index: 1;
	}

	#gk .tabBox .imgList li img {
		display: block;
		width: auto;
		height: 100%;
		max-width: inherit;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	
	#gk .tabBox .imgList li .mark img {
		width: 35px;
		height: 35px;
		position: static;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
		
	#gk .tabBox .slideBox {
		width: 200px;
		max-width: inherit;
	}
	
	#gk .tabBox .slideUl li {
		margin-bottom: 9px;
		width: 200px;
	}
	
	#gk .tabBox .slideUl li img {
		width: 200px;
		max-width: inherit;
	}

	#gk .tabBox .slideUl li .keyBox {
		margin-bottom: 0;
	}

	#gk .tabBox .slideUl li .keyBox .txtBox {
		margin-top: 17px;
	}

	#gk .tabBox .slideUl li .keyBox .txtBox h4 {
		margin-bottom: 14px;
	}

	#gk .tabBox .slideUl li .keyBox .txtBox p {
		line-height: 1.2;
	}
	
	#gk .tabBox .arrowList li {
		margin-top: -13px;
	}
	
	#gk .tabBox .arrowList li img {
		width: 10px;
	}
	
	#gk .tabBox .arrowList .prev {
		margin-left: -150px;
		left: 50%;
	}
	
	#gk .tabBox .arrowList .next {
		margin-right: -150px;
		right: 50%;
	}
		
	#gk .tableBox {
		margin: 45px -10px 50px;
	}
		
	#gk .tableBox:last-of-type {
		margin-bottom: 0;
	}

	#gk .companyBox {
		margin: 0 0 20px;
		padding: 0 10px 80px;
	}
	
	#gk .companyUl {
		margin: 0;
		padding: 0;
		width: auto;
		float: none;
	}
	
	#gk .companyUl:nth-child(2n) {
		float: none;
	}

	#gk .companyUl li {
		margin-bottom: 1px;
		line-height: 0.88;
		font-size: 13px;
		line-height: 1.5;
		width: auto;
		display: block;
	}

	#gk .linkList {
		margin: 0 0 20px;
		padding-bottom: 80px;
	}
	
	#gk .linkList li {
		margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
	#gk .linkList li:nth-child(3n-1) {
		margin: 0 0 10px;
	}
	
	#gk .linkList li:last-child {
		margin: 0;
	}

	#gk .linkList li a {
		padding: 13px 18px 13px;
		font-size: 15px;
		text-align: left;
		background: url(img/anime02/common/icon03.png) no-repeat right 12px center;
		background-size: 9px auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	
	#gk .contactFix {
		left: -5px;
		width: calc(100% + 10px);
		border-radius: 5px;
		border: 2px solid #008EF0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
	
	#gk .contactFix.fix {
		width: calc(100% - 10px);
		left: 5px;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}

	#gk .contactFix .inner {
		padding: 11px 0 5px 10px;
	}
	
	#gk .contactFix .logo {
		padding-bottom: 8px;
		width: 30%;
		text-align: right;
	}
	
	#gk .contactFix .logo img {
		width: 89px;
	}
	
	#gk .contactFix .tel {
		padding: 0 5px;
		width: 70% !important;
		font-size: 9px;
	}
	
	#gk .contactFix .tel .txt {
		margin-bottom: 2px;
	}
	
	#gk .contactFix .tel img {
		width: 18px;
	}
	
	#gk .contactFix .tel .num {
		margin: 0 0 0 4px;
		font-size: 23px;
    }

    #gk .contactFix .nanning {
        display: none;
    }    
	
	#gk .contactFix .link {
		display: none;
	}
	
	#gk .mainVisual {
		margin-bottom: 32px;
		max-width: inherit;
	}
		
	#gk .mainVisual .slick-dots {
		margin-left: -60px;
		bottom: -1px;
	}
	
	#gk .mainVisual .slick-dots li {
		margin: 0 7px 0 6px;
		width: 6px;
		height: 6px;
		background-size: 6px 6px;
	}
}

/*------------------------------------------------------------
	gk_background
------------------------------------------------------------*/
.fancybox-nav {
	margin-top: -11px!important;
    position: absolute;
    top: 50%!important;
    width: 20px !important;
    height: 22px !important;
    background: none !important;
    -webkit-tap-highlight-color: none !important;
}

.fancybox-nav.fancybox-prev {
	left: 10px!important;
	margin-top: -11px!important;
    position: absolute;
    top: 50%!important;
    width: 20px !important;
    height: 22px !important;
    background: url(img/anime02/common/fancy_prev.png) no-repeat left center !important;
    -webkit-tap-highlight-color: none !important;
}

.fancybox-nav.fancybox-next {
	right: 10px!important;
	background-image: url(img/anime02/common/fancy_next.png)!important;
}

.fancybox-nav span {
    position: inherit !important;
    top: inherit !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
		gk_background
	------------------------------------------------------------*/
	#gk_background .headLine01 {
		margin-bottom: 54px;
		border-bottom: none !important;
	}
	
	#gk_background .headLine01:before {
		background-color: #E34273;
	}
	
	#gk_background .headLine01 .en {
		letter-spacing: -7px;
	}
	
	#gk_background .headLine01 .jp {
		top: 80px;
	}
	
	#gk_background .headLine02 {
		margin-bottom: 15px;
	}
	
	#gk_background .companyBox {
		margin-bottom: 50px;
		padding: 9px 10px 0;
	}
	
	.fancybox-nav.fancybox-prev {
		width: 16px!important;
		height: 18px!important;
		background-size: 16px auto!important;
	}

	.fancybox-nav.fancybox-next {
		width: 16px!important;
		height: 18px!important;
		background-size: 16px auto!important;
	}
}

/*------------------------------------------------------------
	gk_linetest
------------------------------------------------------------*/
#gk_linetest .headLine01 {
    color: #2DD199;
	border-bottom-color: #2DD199;
}

#gk_linetest .headLine01 .en {
	letter-spacing: -8px;
}

#gk_linetest .tabUl li a:hover,
#gk_linetest .tabUl li.on a {
	background-color: #2DD199;
}

#gk_linetest .comTable tr:nth-child(2n-1) {
	background-color: #F2FBF8;
}

@media screen and (max-width: 767px) {
	#gk_linetest .headLine01 {
		margin-bottom: 54px;
		border-bottom: none !important;
	}
	
	#gk_linetest .headLine01:before {
		background-color: #2DD199;
	}
		
	#gk_linetest .headLine01 .en {
		letter-spacing: -8px;
	}
	
	#gk_linetest .headLine01 .jp {
		color: #2DD199;
	}

	#gk_linetest .headLine02 {
		margin-bottom: 15px;
	}
	
	#gk_linetest .performanceBox {
		margin-bottom: 45px;
	}
	
	#gk_linetest .comTable td {
		padding-left: 0;
	}
	
	#gk_linetest .companyBox {
		margin-bottom: 50px;
		padding: 9px 10px 0;
	}
}

/*------------------------------------------------------------
	gk_digital
------------------------------------------------------------*/
#gk_digital .headLine01 {
    color: #F4C82E;
	border-bottom-color: #F4C82E;
}

#gk_digital .tabUl li a:hover,
#gk_digital .tabUl li.on a {
	background-color: #F4C82E;
}

#gk_digital .comTable tr:nth-child(2n-1) {
	background-color: #FAF9F4;
}

@media screen and (max-width: 767px) {
	#gk_digital .headLine01 {
		margin-bottom: 28px;
		border-bottom: none !important;
	}
	
	#gk_digital .headLine01:before {
		background-color: #F4C82E;
	}
	
	#gk_digital .headLine01 .jp {
		color: #F4C82E;
	}

	#gk_digital .headLine02 {
		margin-bottom: 15px;
	}
	
	#gk_digital .performanceBox {
		margin-bottom: 0;
	}

	#gk_digital .tabBox .slideUl li .keyBox .txtBox {
		margin-top: 3px;
	}
	
	#gk_digital .comTable td {
		padding-left: 0;
	}
	
	#gk_digital .companyBox {
		margin-bottom: 50px;
		padding: 9px 10px 0;
	}
}

/*------------------------------------------------------------
	gk_top
------------------------------------------------------------*/
#gk_top .anime {
	margin-bottom: 100px;
}

#gk_top .anime .headLine01 {
	margin-bottom: 15px;
	color: #008EF1;
	border-bottom-color: #008EF1;
}

#gk_top .anime p {
	margin-bottom: 20px;
	color: #666;
	font-size: 18px;
	line-height: 1.65;
}

#gk_top .anime .title {
	margin-bottom: 67px;
	color: #008EF1;
	font-size: 37px;
	font-weight: bold;
	line-height: 1.35;
}

#gk_top .gkList {
	margin: -70px 0 70px;
	padding: 0;
}

#gk_top .gkList li {
	margin-top: 70px;
	width: 31.84%;
	float: left;
	list-style: none;
	position: relative;
	text-align: center;
}

#gk_top .gkList li:before {
	width: 100%;
	height: calc(100% + 10px);
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 10px 0 8px -10px rgba(0,0,0,.3), -10px 0 8px -10px rgba(0,0,0,.3);
	-webkit-box-shadow: 10px 0 8px -10px rgba(0,0,0,.3), -10px 0 8px -10px rgba(0,0,0,.3);
	-moz-box-shadow: 10px 0 8px -10px rgba(0,0,0,.3), -10px 0 8px -10px rgba(0,0,0,.3);
	
	content: "";
}

#gk_top .gkList li a {
	display: block;
	position: relative;
}

#gk_top .gkList li a:before {
	width: 100%;
	height: 63px;
	position: absolute;
	left: 0;
	bottom: -63px;
	background: url(img/anime02/index/bg01.png) no-repeat;
	background-size: 100% auto;
	
	content: "";
}

#gk_top .gkList li:nth-child(3n-1) {
	margin: 70px 2.189% 0;
}

#gk_top .gkList li h3 {
	margin-bottom: 0;
	padding: 26px 5px 23px;
	color: #FFF;
	font-size: 30px;
	background-color: #F5C82F;
}

#gk_top .gkList li h3 .sm01 {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

#gk_top .gkList li .bgBox {
	padding: 17px 20px 0;
	background-color: #F0F0F0;
}

#gk_top .gkList li h4 {
	margin-bottom: 17px;
	color: #F4C82E;
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#gk_top .gkList li .txtBox {
	margin-bottom: 15px;
	padding: 14px 3px 18px;
	border: 1px solid #F4C82E;
	background-color: #F6F6F6;
}

#gk_top .gkList li .txtBox p {
	margin: 0;
}

#gk_top .gkList li .txtBox .txt {
	margin-bottom: 3px;
	color: #333;
	font-size: 16px;
}

#gk_top .gkList li .txtBox .price {
	width: 100%;
	display: table;
	table-layout: fixed;
	color: #555;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.27;
}

#gk_top .gkList li .txtBox .price .inn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#gk_top .gkList li .txtBox .price .big {
	font-size: 26px;
}

#gk_top .gkList li .ttl {
	margin: 0;
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.45;
}

#gk_top .gkList .bg01 h3 {
	background-color: #E44273;
}

#gk_top .gkList .bg01 h4 {
    color: #E44273;
}

#gk_top .gkList .bg01 .txtBox {
    border: 1px solid #E44273;
}

#gk_top .gkList .bg02 h3 {
	background-color: #2ED19A;
}

#gk_top .gkList .bg02 h4 {
    color: #2ED19A;
}

#gk_top .gkList .bg02 .txtBox {
    border: 1px solid #2ED19A;
}

#gk_top .digital {
	padding: 80px 0 100px;
	background-color: #FFEEB6;
}

#gk_top .digital .headLine01 {
	color: #444;
	border-bottom-color: #444;
}

#gk_top .digital p {
	margin: 0 0 22px;
	color: #444;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.38;
	text-align: justify;
}

#gk_top .digital .imgBox {
	margin: -10px 0 47px;
}

#gk_top .digital .imgBox .photoBox {
	width: 39.8%;
	float: left;
}

#gk_top .digital .imgBox .photoBox img {
	width: 100%;
}

#gk_top .digital .imgBox .textBox {
	width: 60.2%;
	float: right;
}

#gk_top .digital .imgBox .textBox .headLine03 {
	padding: 8px 28px;
	line-height: 1.4; /*20220224追記*/
}

#gk_top .digital .imgBox .textBox .subBox {
	margin-left: 30px;
}

#gk_top .digital .imgBox .textBox .txtDl {
	color: #444;
	font-size: 20px;
	font-weight: 500;
}

#gk_top .digital .imgBox .textBox .txtDl dt {
	margin-bottom: 7px;
	font-size: 22px;
	font-weight: bold;
}

#gk_top .digital .imgBox .textBox .txtDl ul {
	margin: 0;
	padding: 0;
}

#gk_top .digital .imgBox .textBox .txtDl li {
	margin-bottom: 6px;
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
}

#gk_top .digital .imgBox .textBox .txtDl li:last-child {
	margin-bottom: 0;
}

#gk_top .digital .whiteBox {
	padding: 20px 19px 35px 28px;
	background-color: #FFF;
}

#gk_top .digital .imgInner {
	margin-bottom: 40px;
}

#gk_top .digital .imgInner .imgList {
	margin: 0;
	padding: 0;
	width: 41.8%;
	float: right;
}

#gk_top .digital .imgInner .imgList li {
	margin-bottom: 10px;
	list-style: none;
}

#gk_top .digital .imgInner .imgList li img {
	width: 100%;
}

#gk_top .digital .imgInner .imgList li:last-child {
	margin-bottom: 0;
}

#gk_top .digital .imgInner .textInner {
	width: 58.2%;
	float: left;
}

#gk_top .digital .imgInner .textInner .headLine03 {
	margin-bottom: 30px;
}

#gk_top .digital .imgInner .textInner .txtDl {
	margin: 0 48px 0 0;
	padding: 0;
	color: #444;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}

#gk_top .digital .imgInner .textInner .txtDl dt {
	margin: 0;
	padding-right: 21px;
	width: 48.7%;
	float: left;
	clear: left;
	background: url(img/anime02/index/bg02.png) no-repeat right center;
	background-size: 21px 100%;
	box-sizing: border-box;
}

#gk_top .digital .imgInner .textInner .txtDl dt .ttl {
	padding-left: 20px;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 46px;
	background-color: #F4C82E;
}

#gk_top .digital .imgInner .textInner .txtDl dd {
	margin-bottom: 14px;
	padding: 5px 0 0 54%;
	min-height: 46px;
	border-bottom: 1px solid #CFCFCF;
}

#gk_top .digital .imgInner .textInner .txtDl dd:last-child {
	margin-bottom: 0;
}

#gk_top .digital .imgInner .textInner .txtDl dd .sm {
	font-size: 18px;
	line-height: 1;
}

#gk_top .background {
	padding-bottom: 120px;
	background-color: #F9BCCE;
}

#gk_top .background .headLine03 {
    background-color: #E44273;
}

#gk_top .background .imgBox {
	margin-bottom: 60px;
}

#gk_top .background .imgInner .textInner {
	margin-bottom: 21px;
}

#gk_top .background .imgInner .textInner .headLine03 {
	margin-bottom: 37px;
}

#gk_top .background .imgInner .textInner .txtDl dt {
	background-image: url(img/anime02/index/bg03.png);
}

#gk_top .background .imgInner .textInner .txtDl dt .ttl {
	background-color: #E44273;
}

#gk_top .background .imgInner .textInner .txtDl .dtStyle01 {
	margin-top: 38px;
}

#gk_top .background .imgInner .textInner .txtDl dd {
	margin-bottom: 42px;
	padding: 5px 0 1px 50%;
}

#gk_top .linetest {
	margin-bottom: 100px;
	background-color: #C3F8E6;
}

#gk_top .linetest .imgBox {
	margin-bottom: 60px;
}

#gk_top .linetest .headLine03 {
	background-color: #2ED19A;
}

#gk_top .linetest .imgInner {
    margin-bottom: 60px;
}

#gk_top .linetest .imgInner .textInner .headLine03 {
    margin-bottom: 78px;
}

#gk_top .linetest .imgInner .textInner .txtDl dt {
	background-image: url(img/anime02/index/bg04.png);
}

#gk_top .linetest .imgInner .textInner .txtDl dt .ttl {
	background-color: #2ED19A;
}

#gk_top .linetest .imgInner .textInner .txtDl dd {
	margin-bottom: 40px;
	padding-left: 44.5%;
}

#gk_top .works {
	margin-bottom: 166px;
}

#gk_top .works .headLine01 {
	margin-bottom: 18px;
	color: #008EF1;
	border-bottom-color: #008EF1;
}

#gk_top .works p {
	margin-bottom: 57px;
	color: #666;
	font-size: 18px;
	font-weight: 500;
}

#gk_top .works .gkList {
}

#gk_top .works .gkList li h3 {
	padding-bottom: 0;
}

#gk_top .works .gkList li h3 .sm {
	margin-top: 26px;
	display: block;
	font-size: 16px;
	line-height: 1;
}

#gk_top .works .gkList li a:before {
	bottom: -63px;
	background-image: url(img/anime02/index/bg05.png);
}

#gk_top .works .gkList .bg01 a:before {
	background-image: url(img/anime02/index/bg06.png);
}

#gk_top .works .gkList .bg02 a:before {
	background-image: url(img/anime02/index/bg07.png);
}

#gk_top .nanningPeriod {
    margin: 0 auto 80px;
    width: 750px;
}

#gk_top .nanningPeriod .bgBox {
    margin-bottom: 150px;
    padding: 30px 30px 10px;
    position: relative;
    background: #F0F0F0;
}

#gk_top .nanningPeriod .bgBox:before {
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    top: 100%;
    background: url(img/anime02/index/nanning-period_bg01.png) no-repeat center top / 100% auto;
    content: "";
}

#gk_top .nanningPeriod .bgBox .inner {
    padding: 20px;
    border: 1px solid #269ac2;
}

#gk_top .nanningPeriod .bgBox h2 {
    margin-bottom: 20px;
    color: #269ac2;
    font-size: 28px;
    text-align: center;
}

#gk_top .nanningPeriod .bgBox p {
    font-size: 15px;
}

#gk_top .nanningPeriod .btn {
    margin: 0 auto;
    width: 360px;
    text-align: center;
}

#gk_top .nanningPeriod .btn a {
    padding: 15px 0;
    display: block;
    color: #FFF;
    font-size: 25px;
    border-radius: 30px;
    border: 2px solid #20A5D0;
    background: url(img/anime02/index/nanning-period_icon01.png) no-repeat right center / auto 100%;
    background-color: #20A5D0;
}

#gk_top .nanningPeriod .btn a:hover {
    color: #269ac2;
    background-color: #FFF;
}

#gk_top .nanningPeriod .link {
    margin-top: 10px;
    text-align: center;
}

#gk_top .nanningPeriod .link a {
    color: #269ac2;
    font-size: 25px;
    text-align: center;
    text-decoration: underline;
}

#gk_top .nanningPeriod .link a:hover {
    text-decoration: none;
}

#gk_top .contact {
	margin-bottom: 99px;
	padding: 99px 0;
	background-color: #F4F4F4;
}

#gk_top .contact .headLine02 {
	margin-bottom: 18px;
}

#gk_top .contact p {
	margin-bottom: 91px;
	color: #666;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#gk_top .contact p a {
	margin-top: 19px;
	display: block;
}

#gk_top .contact .text01 {
	margin-bottom: 72px;
	font-weight: 500;
	text-align: left;
}

#gk_top .contact .mail {
	margin-bottom: 0;
}

@media all and (-ms-high-contrast:none){
	#gk_top .gkList li h3 {
		padding: 31px 5px 18px;
	}
	
	#gk_top .digital .imgBox .textBox .headLine03 {
		padding: 13px 28px 3px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dt .ttl {
		padding: 6px 0 0 20px;
		line-height: 40px;
	}
}
@media (min-width: 768px) and (max-width: 1010px) {
	#gk_top .digital .imgInner .textInner .txtDl {
		margin-right: 0;
		font-size: 18px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dt {
		width: 46%;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dt .ttl {
		padding-left: 5px;
		font-size: 22px;
		white-space: nowrap;
	}

	#gk_top .digital .imgInner .textInner .txtDl dd {
		margin-bottom: 14px;
		padding: 5px 0 0 48% !important;
		min-height: 46px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dd .sm {
		font-size: 15px;
	}
	
	#gk_top .background .imgInner .textInner .txtDl .dtStyle01 {
		margin-top: 17px;
	}
}
@media screen and (max-width: 767px) {
	#gk_top .anime {
		margin-bottom: 50px;
	}
	
	#gk_top .anime .headLine01 {
		margin-bottom: 8px;
		border-bottom: none;
	}
	
	#gk_top .anime p {
		margin: 0 0 23px;
		font-size: 14px;
	}
	
	#gk_top .anime .title {
		margin-bottom: 26px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#gk_top .gkList {
		margin: 0 30px;
	}
	
	#gk_top .gkList li {
		margin: 0 0 32px;
		width: auto;
		float: none;
	}
	
	#gk_top .gkList li:before {
		height: calc(100% + 5px);
		box-shadow: 5px 0 5px -5px rgba(0,0,0,.3), -5px 0 5px -5px rgba(0,0,0,.3);
		-webkit-box-shadow: 5px 0 5px -5px rgba(0,0,0,.3), -5px 0 5px -5px rgba(0,0,0,.3);
		-moz-box-shadow: 5px 0 5px -5px rgba(0,0,0,.3), -5px 0 5px -5px rgba(0,0,0,.3);
	}
	
	#gk_top .gkList li a:before {
		width: 100%;
		background-image: url(img/anime02/index/sp_bg01.png);
		background-size: 100% 37px;
	}

	#gk_top .gkList li:nth-child(3n-1) {
		margin: 0 0 32px;
	}

	#gk_top .gkList li:last-child {
		margin-bottom: 0;
	}
	
	#gk_top .gkList li h3 {
		margin-bottom: 0;
		padding: 12px 5px;
		position: relative;
		font-size: 15px;
	}

	#gk_top .gkList li h3 .sm01 {
		margin-top: 0;
		position: absolute;
		right: 6px;
		top: 50%;
		font-size: 16px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
		
	#gk_top .gkList li .bgBox {
		padding: 9px 10px 0;
	}

	#gk_top .gkList li h4 {
		margin-bottom: 8px;
		font-size: 12px;
		letter-spacing: 0.7px;
	}

	#gk_top .gkList li .txtBox {
		margin-bottom: 7px;
		padding: 8px 3px 10px;
	}
	
	#gk_top .gkList li .txtBox .txt {
		margin-bottom: 3px;
		font-size: 13px;
	}
		
	#gk_top .gkList li .txtBox .price {
		height: 30px;
		font-size: 14px;
		line-height: 1.27;
	}
	
	#gk_top .gkList li .txtBox .price .big {
		font-size: 12px;
	}
	
	#gk_top .gkList li .ttl {
		margin: 0;
		font-size: 12px;
	}
	
	#gk_top .digital {
		padding: 39px 0 51px;
	}
	
	#gk_top .digital .headLine01 {
		margin-bottom: 28px;
		border-bottom: none !important;
	}
	
	#gk_top .digital .headLine01:before {
		background-color: #A1997D;
	}

	#gk_top .digital p {
		margin: 0 0 5px;
		font-size: 14px;
	}
	
	#gk_top .digital .imgBox {
		margin-bottom: 20px;
	}
	
	#gk_top .digital .imgBox .photoBox {
		width: auto;
		float: none;
	}
	
	#gk_top .digital .imgBox .photoBox img {
		width: 100%;
	}
	
	#gk_top .digital .imgBox .textBox {
		margin-bottom: 12px;
		width: auto;
		float: none;
	}

	#gk_top .digital .imgBox .textBox .headLine03 {
		padding: 4px 10px;
	}

	#gk_top .digital .imgBox .textBox .subBox {
		margin-left: 0;
	}
	
	#gk_top .digital .imgBox .textBox .txtDl {
		margin: 0;
		font-size: 14px;
	}
	
	#gk_top .digital .imgBox .textBox .txtDl dt {
		margin: 0;
		font-size: 15px;
	}
	
	#gk_top .digital .imgBox .textBox .txtDl dd {
		margin-top: -2px;
	}
	
	#gk_top .digital .imgBox .textBox .txtDl li {
		margin-bottom: 3px;
		line-height: 1.2;
	}
	
	#gk_top .digital .whiteBox {
		padding: 10px 14px 18px;
	}
	
	#gk_top .digital .imgInner {
		margin-bottom: 20px;
	}
	
	#gk_top .digital .imgInner .imgList {
		margin: 0;
		padding: 0;
		width: auto;
		float: none;
	}
	
	#gk_top .digital .imgInner .imgList li {
		margin-bottom: 7px;
		list-style: none;
	}

	#gk_top .digital .imgInner .imgList li img {
		width: 100%;
	}
		
	#gk_top .digital .imgInner .textInner {
		width: auto;
		float: none;
	}
	
	#gk_top .digital .imgInner .textInner .headLine03 {
		margin-bottom: 15px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl {
		margin: 0 0 10px;
		padding: 0;
		font-size: 12px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dt {
		margin: 0;
		width: 160px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dt .ttl {
		padding-left: 10px;
		font-size: 15px;
		line-height: 23px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dd {
		margin-bottom: 7px;
		padding: 3px 0 0 170px;
		min-height: 23px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl dd .sm {
		font-size: 9px;
	}

	#gk_top .background {
		padding: 38px 0 51px;
	}
	
	#gk_top .background .headLine01 {
		margin-bottom: 60px;
	}
		
	#gk_top .background .headLine01 .en {
		letter-spacing: -8px;
	}
	
	#gk_top .background .headLine01 .jp {
		top: 80px;
	}
	
	#gk_top .background .imgBox {
		margin-bottom: 50px;
	}
	
	#gk_top .background .imgInner .textInner {
		margin-bottom: 18px;
	}
	
	#gk_top .background .imgInner .textInner .headLine03 {
		margin-bottom: 8px;
	}
	
	#gk_top .background .imgInner .textInner .txtDl .dtStyle01 {
		margin-top: 20px;
	}
	
	#gk_top .background .imgInner .textInner .txtDl dd {
		margin-bottom: 20px;
		padding: 3px 0 0 170px;
	}
	
	#gk_top .linetest {
		margin-bottom: 39px;
	}
	
	#gk_top .linetest .imgBox {
		margin-bottom: 22px;
	}
		
	#gk_top .linetest .imgInner {
		margin-bottom: 20px;
	}
	
	#gk_top .linetest .imgInner .textInner .headLine03 {
		margin-bottom: 20px;
	}
	
	#gk_top .digital .imgInner .textInner .txtDl {
		margin-bottom: 14px;
	}
	
	#gk_top .linetest .imgInner .textInner .txtDl dd {
		margin-bottom: 10px;
		padding-left: 170px;
	}

	#gk_top .works {
		margin-bottom: 40px;
	}
	
	#gk_top .works .headLine01 {
		margin-bottom: 2px;
		border-bottom: none !important;
	}

	#gk_top .works p {
		margin: 0 0 22px;
		font-size: 14px;
	}
	
	#gk_top .works .gkList {
		margin: 0;
	}
	
	#gk_top .works .gkList li {
		margin-bottom: 10px;
		box-shadow: none;
	}
	
	#gk_top .works .gkList li h3 {
		padding: 18px 16px 17px;
		font-size: 15px;
		text-align: left;
		background: #F5C82F url(img/anime02/common/icon03.png) no-repeat right 12px center;
		background-size: 9px auto;
	}
	
	#gk_top .works .gkList .bg01 h3 {
		background: #E44273 url(img/anime02/common/icon03.png) no-repeat right 12px center;
		background-size: 9px auto;
	}
	
	#gk_top .works .gkList .bg02 h3 {
		background: #2ED19A url(img/anime02/common/icon03.png) no-repeat right 12px center;
		background-size: 9px auto;
	}
	
	#gk_top .works .gkList li a:before {
		display: none;
	}

    #gk_top .nanningPeriod {
        margin: 0 auto 40px;
        width: auto;
    }

    #gk_top .nanningPeriod .bgBox {
        margin: 0 38px 150px;
        padding: 20px 10px 10px;
    }

    #gk_top .nanningPeriod .bgBox:before {
        background: url(img/anime02/index/nanning-period_bg01.png) no-repeat center top / 767px auto;
    }

    #gk_top .nanningPeriod .bgBox .inner {
        padding: 10px;
    }

    #gk_top .nanningPeriod .bgBox h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    #gk_top .nanningPeriod .bgBox p {
        font-size: 13px;
    }

    #gk_top .nanningPeriod .btn {
        width: 80%;
        max-width: 350px;
    }

    #gk_top .nanningPeriod .btn a {
        padding: 10px 50px;
        font-size: 15px;
    }

    #gk_top .nanningPeriod .btn a:hover {
        color: #FFF;
        background-color: #20A5D0;
    }

    #gk_top .nanningPeriod .link a {
        font-size: 15px;
    }
    
    #gk_top .nanningPeriod .link a:hover {
        text-decoration: underline;
    }
	
	#gk_top .contact {
		margin-bottom: 49px;
		padding: 50px 0 52px;
	}
	
	#gk_top .contact .headLine02 {
		margin-bottom: 2px;
	}
	
	#gk_top .contact p {
		margin-bottom: 39px;
		font-size: 14px;
	}
	
	#gk_top .contact p img {
		width: auto;
		height: 22px;
	}
	
	#gk_top .contact p a {
		margin-top: 2px;
	}
	
	#gk_top .contact p a img {
		margin-top: 0;
	}
	
	#gk_top .contact .text01 {
		margin: 0 0 25px;
	}
		
	#gk_top .contact .mail img {
		width: auto;
		height: 27px;
	}
}

.saiyoujyouhou_2019 .topImg {
	margin-bottom: 168px;
}

.saiyoujyouhou_2019 .topImg img {
	width: 100%;
}

.saiyoujyouhou_2019 .sec01 {
	margin-bottom: 108px;
}

.saiyoujyouhou_2019 .sec01 h2 {
	margin-bottom: 58px;
	text-align: center;
}

.saiyoujyouhou_2019 .sec01 .inner {
	position: relative;
	overflow: hidden;
}

.saiyoujyouhou_2019 .sec01 .inner .photo img {
	width: 59.09%;
}

.saiyoujyouhou_2019 .sec01 .inner .sub {
	margin-left: -500px;
	position: absolute;
	top: 3.6%;
	width: 1000px;
	left: 50%;
	text-align: right;
}

.saiyoujyouhou_2019 .sec01 .inner p {
	margin: 0 0 20px;
	padding: 21px 0 21px 30px;
	color: #fff;
	font-size: 24px;
	line-height: 1.58;
	position: relative;
	display: inline-block;
	text-align: right;
	position: relative;
	z-index: 1;
}

.saiyoujyouhou_2019 .sec01 .inner p:last-child {
	margin: 0;
}

.saiyoujyouhou_2019 .sec01 .inner p:before {
	position: absolute;
	background: #008EF1;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 2000px;
}

.saiyoujyouhou_2019 .sec01 .inner p span {
	position: relative;
	z-index: 1;
}

.saiyoujyouhou_2019 .sec01 .inner01 {
	margin: -12.75% 0 44px;
	text-align: right;
}

.saiyoujyouhou_2019 .sec01 .inner01 .sub {
	text-align: left;
	top: auto;
	bottom: 3.6%;
}

.saiyoujyouhou_2019 .sec01 .inner01 p {
	padding: 21px 20px 21px 0;
	text-align: left;
}

.saiyoujyouhou_2019 .sec01 .inner01 p::before {
	left: auto;
	right: 0;
}

.saiyoujyouhou_2019 .sec01 .btmTxt {
	margin: 0;
	color: #666;
	font-size: 24px;
	line-height: 2.08;
}

.saiyoujyouhou_2019 .sec02 {
	margin: 0 0 118px;
	padding: 103px 0 114px;
	position: relative;
}

.saiyoujyouhou_2019 .sec02 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url(images/saiyoujyouhou_2019/sec02_bg.jpg) no-repeat center center;
	background-size: cover;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition: transform .5s ease-out,opacity .25s linear;
}

.saiyoujyouhou_2019 .sec02.show .bg {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.saiyoujyouhou_2019 .sec04 .subBox,
.saiyoujyouhou_2019 .sec02 .subBox {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.saiyoujyouhou_2019 .sec02 h2 {
	margin-bottom: 63px;
	padding-bottom: 17px;
	color: #666666;
	font-size: 51px;
	line-height: 1.1;
	border-bottom: 1px solid #666;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.saiyoujyouhou_2019 .sec02.show h2 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.saiyoujyouhou_2019 .sec02 h2 span {
	color: #e34040;
	font-size: 65px;
}

.saiyoujyouhou_2019 ul {
	margin: 0;
	padding: 0;
}

.saiyoujyouhou_2019 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.saiyoujyouhou_2019 .sec02 ul {
	margin: 0 -7px 64px;
}

.saiyoujyouhou_2019 .sec02 li {
	float: left;
	text-align: center;
	opacity: 0;
	transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.saiyoujyouhou_2019 .sec02.show li {
	opacity: 1;
}

.saiyoujyouhou_2019 .sec02 li:nth-of-type(2){
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.saiyoujyouhou_2019 .sec02 li:nth-of-type(3){
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.saiyoujyouhou_2019 .sec02 li:nth-of-type(4){
	-webkit-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.saiyoujyouhou_2019 .sec02 ul li:not(:last-child) {
	margin-right: -30px;
}

.saiyoujyouhou_2019 .sec02 li span {
	margin-bottom: -2px;
	display: block;
	position: relative;
	z-index: 1;
}

.saiyoujyouhou_2019 .sec02 li span.txt {
	margin-bottom: 21px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.saiyoujyouhou_2019 .sec02 li span.txt:before {
	background: url(images/saiyoujyouhou_2019/line.png) repeat-y;
	width: 2px;
	top: 30px;
	height: 575px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	content: "";
	z-index: 0;
}

.saiyoujyouhou_2019 .sec02 .btmTxt {
	margin: 0 -50px;
	font-size: 67px;
	color: #008ef1;
	letter-spacing: -2px;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	z-index: 1;
	position: relative;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num {
	display: inline-block;
	opacity: 0;
	transition: transform .5s ease-out,opacity .25s linear;
	-webkit-transition: transform .5s ease-out,opacity .25s linear;
	-ms-transition: transform .5s ease-out,opacity .25s linear;
	-moz-transition: transform .5s ease-out,opacity .25s linear;
	-o-transition: transform .5s ease-out,opacity .25s linear;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num01 {
	-webkit-transition-delay:1800ms;
	transition-delay: 1800ms;
	-moz-transition-delay:1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num02 {
	-webkit-transition-delay: 1900ms;
	transition-delay: 1900ms;
	-ms-transition-delay: 1900ms;
	-moz-transition-delay: 1900ms;
	-o-transition-delay: 1900ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num03 {
	-webkit-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-ms-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num04 {
	-webkit-transition-delay: 2100ms;
	transition-delay: 2100ms;
	-ms-transition-delay: 2100ms;
	-o-transition-delay: 2100ms;
	-moz-transition-delay: 2100ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num05 {
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms;
	-ms-transition-delay: 2200ms;
	-o-transition-delay: 2200ms;
	-moz-transition-delay: 2200ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num06 {
	-webkit-transition-delay: 2300ms;
	transition-delay: 2300ms;
	-ms-transition-delay: 2300ms;
	-o-transition-delay: 2300ms;
	-moz-transition-delay: 2300ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num07 {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
	-ms-transition-delay: 2400ms;
	-o-transition-delay: 2400ms;
	-moz-transition-delay: 2400ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num08 {
	-webkit-transition-delay: 2500ms;
	transition-delay: 2500ms;
	-ms-transition-delay: 2500ms;
	-o-transition-delay: 2500ms;
	-moz-transition-delay: 2500ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num09 {
	-webkit-transition-delay: 2600ms;
	transition-delay: 2600ms;
	-ms-transition-delay: 2600ms;
	-o-transition-delay: 2600ms;
	-moz-transition-delay: 2600ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num10 {
	-webkit-transition-delay: 2700ms;
	transition-delay: 2700ms;
	-ms-transition-delay: 2700ms;
	-o-transition-delay: 2700ms;
	-moz-transition-delay: 2700ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num11 {
	-webkit-transition-delay: 2800ms;
	transition-delay: 2800ms;
	-ms-transition-delay: 2800ms;
	-o-transition-delay: 2800ms;
	-moz-transition-delay: 2800ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num12 {
	-webkit-transition-delay: 2900ms;
	transition-delay: 2900ms;
	-ms-transition-delay: 2900ms;
	-o-transition-delay: 2900ms;
	-moz-transition-delay: 2900ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num13 {
	-webkit-transition-delay: 3000ms;
	transition-delay: 3000ms;
	-ms-transition-delay: 3000ms;
	-o-transition-delay: 3000ms;
	-moz-transition-delay: 3000ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num14 {
	-webkit-transition-delay: 3100ms;
	transition-delay: 3100ms;
	-ms-transition-delay: 3100ms;
	-o-transition-delay: 3100ms;
	-moz-transition-delay: 3100ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num15 {
	-webkit-transition-delay: 3200ms;
	transition-delay: 3200ms;
	-ms-transition-delay: 3200ms;
	-o-transition-delay: 3200ms;
	-moz-transition-delay: 3200ms;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .num16 {
	-webkit-transition-delay: 3300ms;
	transition-delay: 3300ms;
	-ms-transition-delay: 3300ms;
	-o-transition-delay: 3300ms;
	-moz-transition-delay: 3300ms;
}

.saiyoujyouhou_2019 .sec02.show .btmTxt span {
	opacity: 1;
}

.saiyoujyouhou_2019 .sec02 .btmTxt .big {
	vertical-align: -9px;
	font-size: 95px;
	letter-spacing: -16px;
}

.saiyoujyouhou_2019 .sec03 {
	margin-bottom: 120px;
	color: #666;
}

.saiyoujyouhou_2019 .section02-title {
	color: #666;
}

.saiyoujyouhou_2019 .sec03 .tableBox {
	margin-top: 45px;
}

.saiyoujyouhou_2019 .sec03 table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.saiyoujyouhou_2019 .sec03 table td,
.saiyoujyouhou_2019 .sec03 table th {
	padding: 12px 10px 12px 0;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.78;
	border: none;
}

.saiyoujyouhou_2019 .sec03 table th {
	padding: 16px 10px 21px 30px;
	font-weight: bold;
	width: 20%;
}

.saiyoujyouhou_2019 .sec03 table tbody tr:nth-child(odd) td,
.saiyoujyouhou_2019 .sec03 table tbody tr:nth-child(odd) th {
	background-color: #F8F8F8;
}

.saiyoujyouhou_2019 .sec03 table tbody tr:nth-child(even) td,
.saiyoujyouhou_2019 .sec03 table tbody tr:nth-child(even) th {
	background-color: #FDFDFD;
}

.saiyoujyouhou_2019 .sec03 table td li {
	padding-left: 2.3em;
	text-indent: -2.3em;
}

.saiyoujyouhou_2019 .sec03 table td a {
	color: #0033FF;
	text-decoration: underline;
}

.saiyoujyouhou_2019 .sec04 {
	margin-bottom: 158px;
	padding: 117px 0 122px;
	background: #d7dde4 url(images/saiyoujyouhou_2019/sec04_bg.jpg) no-repeat center top;
}

.saiyoujyouhou_2019 .sec04 h2 {
	margin-bottom: 32px;
	text-align: center;
	color: #666;
	font-size: 51px;
}

.saiyoujyouhou_2019 .sec04 .jsBox {
	padding: 35px 60px 80px;
	border-radius: 10px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 4px 16px rgba(17,17,17,0.46);
}

.saiyoujyouhou_2019 .sec04 .jsBox dl {
	margin: 0;
}

.saiyoujyouhou_2019 .sec04 .jsBox dt {
	padding: 17px 45px 17px 0;
	margin: 28px 0 0;
	color: #418cca;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	background: url(images/saiyoujyouhou_2019/icon01.png) no-repeat right 20px bottom 18px;
}

.saiyoujyouhou_2019 .sec04 .jsBox dt.on {
	background: url(images/saiyoujyouhou_2019/icon01_on.png) no-repeat right 20px bottom 18px;
}

.saiyoujyouhou_2019 .sec04 .jsBox dd {
	padding-top: 22px;
	font-size: 18px;
	color: #333;
	line-height: 1.67;
	display: none;
}

.saiyoujyouhou_2019 .sec05 {
	overflow: hidden;
}

.saiyoujyouhou_2019 .sec05 .container {
	overflow: visible;
}

.saiyoujyouhou_2019 .sec05 h2 {
	margin-bottom: 60px;
	text-align: center;
}

.saiyoujyouhou_2019 .sec05 .bgBox {
	padding: 40px 0 102px;
	background: url(images/saiyoujyouhou_2019/sec05_bg.jpg) no-repeat center center;
	background-size: cover;
}

.saiyoujyouhou_2019 .sec05 .bgBox .inner {
	width: 660px;
}

.saiyoujyouhou_2019 .sec05 .bgBox p {
	padding-right: 30px;
	margin: 0;
	font-size: 18px;
	color: #666;
	line-height: 1.89;
}

.saiyoujyouhou_2019 .sec05 .bgBox .ttl {
	margin-bottom: 18px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
}

.saiyoujyouhou_2019 .sec05 .bgBox .ttl span {
	margin-bottom: -2px;
	display: block;
	color: #73ca5c;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

.saiyoujyouhou_2019 .sec05 .bgBox .tag {
	margin-bottom: 29px;
	color: #73ca5c;
	font-size: 16px;
	padding-left: 34px;
	background: url(images/saiyoujyouhou_2019/icon02.png) no-repeat left center;
}

.saiyoujyouhou_2019 .sec05 ul {
	margin: 0 0 25px;
	padding: 0;
}

.saiyoujyouhou_2019 .sec05 ul li {
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 18px;
	list-style: none;
	display: flex;
	width: 100%;
}

.saiyoujyouhou_2019 .sec05 ul li span {
	padding: 9px 0 6px 22px;
	display: block;
}

.saiyoujyouhou_2019 .sec05 ul li .txt {
	padding: 9px 0 6px;
	width: 78px;
	border-right: 1px solid #666;
}

.saiyoujyouhou_2019 .sec05 .txtBox {
	height: 375px;
	overflow: auto;
}

.saiyoujyouhou_2019 .sec05 .subSec {
	margin-top: 170px;
}

.saiyoujyouhou_2019 .sec05 .subSec .inner {
	float: right;
}

.saiyoujyouhou_2019 .sec05 .subSec .txtBox {
	height: 340px;
}

.saiyoujyouhou_2019 .sec05 .jspVerticalBar {
	width: 10px;
	background: transparent;
}

.saiyoujyouhou_2019 .sec05 .jspTrack {
	background: transparent;
}

.saiyoujyouhou_2019 .sec05 .jspDrag {
	background: #a8a6a6;
	border-radius: 10px;
}

.saiyoujyouhou_2019 .sec06 {
	padding: 23% 0 20.9%;
	background: url(images/saiyoujyouhou_2019/sec06_bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

.saiyoujyouhou_2019 .sec06 .containerBox {
	position: relative;
	height: 150px;
}

.saiyoujyouhou_2019 .sec06 .containerSubBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.saiyoujyouhou_2019 .sec06 .containerBox.fix .containerSubBox {
	position: fixed;
	top: 50vh;
}


.saiyoujyouhou_2019 .sec06 .containerBox.hide .containerSubBox {
	display: none;
}


@media (max-width:780px) {
	.saiyoujyouhou_2019 .sec06 .containerBox {
		height: 50px;
	}

	.saiyoujyouhou_2019 .sec06 .containerBox.fix .containerSubBox {
		position: absolute;
		top: 0;
	}
	
	
	.saiyoujyouhou_2019 .sec06 .containerBox.hide .containerSubBox {
		display: block;
	}
}
.saiyoujyouhou_2019 .sec06 h2 {
	color: #fff;
	font-size: 60px;
	text-shadow: 0px 0px 9px rgba(17, 17, 17, 0.15);
	line-height: 1.18;
}

.saiyoujyouhou_2019 .sec07 {
	padding: 118px 0 120px;
	background: #ECF4FA;
	position: relative;
	z-index: 1;
}

.saiyoujyouhou_2019 .sec07 form {
	margin: 0;
}

.saiyoujyouhou_2019 .sec07 ul {
	margin: 0 0 46px;
	padding: 0;
}

.saiyoujyouhou_2019 .sec07 ul li {
	margin-top: 30px;
	list-style: none;
}

.saiyoujyouhou_2019 .sec07 ul li:first-child {
	margin: 0;
}

.saiyoujyouhou_2019 .sec07 .inputUl li input {
	padding: 0 20px;
	width: 100%;
	height: 70px;
	font-size: 24px;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	box-sizing: border-box;
}

.saiyoujyouhou_2019 .sec07 .inputUl li input::-webkit-input-placeholder { /* WebKit browsers */
	color:#ccc;
	opacity:1;
}

.saiyoujyouhou_2019 .sec07 .inputUl li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#ccc;
	opacity:1;
}

.saiyoujyouhou_2019 .sec07 .inputUl li input::-moz-placeholder {
	color: #ccc;
	opacity:1;
}

.saiyoujyouhou_2019 .sec07 .inputUl li input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#ccc;
	opacity:1;
}

.saiyoujyouhou_2019 .sec07 .section02-title-wrap {
	margin-bottom: 73px;
}

.saiyoujyouhou_2019 .sec07 p {
	text-align: center;
	margin: 0;
	color: #666;
}

.saiyoujyouhou_2019 .sec07 p a {
    color: #418cca;
    text-decoration: underline;
}

.saiyoujyouhou_2019 .sec07 p a:hover {
    text-decoration: none;
}

.saiyoujyouhou_2019 .sec07 .submit {
	margin: 0;
	text-align: center;
}

.saiyoujyouhou_2019 .sec07 .submit li {
	list-style: none;
	display: inline-block;
}

.saiyoujyouhou_2019 .sec07 .submit li input:hover,
.saiyoujyouhou_2019 .sec07 .submit li input {
	padding: 9px 0 11px;
	font-size: 14px;
	color: #fff;
	width: 300px;
	appearance: none;
	-webkit-appearance: none;
	text-shadow: none;
	border: none;
	background: #4288C5 url(images/icon01.png) no-repeat right 14px center;
	box-shadow: none;
	border-radius: 20px;
}

.saiyoujyouhou_2019 .sec07 .submit li input:hover {
	opacity: 0.7;
}

.saiyoujyouhou_2019 .sec07 .agreeTxt {
	margin: 20px 0 47px;
}

.saiyoujyouhou_2019 .sec07 .agreeTxt label {
	font-weight: normal;
}

.saiyoujyouhou_2019 .sec07 .container .inn {
	margin-bottom: 0;	
}

.saiyoujyouhou_2019 .sec08 {
	padding: 430px 0 100px;
	background: #141414 url(images/saiyoujyouhou_2019/sec08_bg.jpg) no-repeat center top;
}

.saiyoujyouhou_2019 .sec08 h2 {
	margin: 0 -21px 64px;
}

.saiyoujyouhou_2019 .sec08 .subBox {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.saiyoujyouhou_2019 .sec08 .subBox .bgBox {
	margin-bottom: 80px;
	padding: 23px 38px 31px;
	font-size: 20px;
	color: #fff;
	line-height: 1.7;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
	position: relative;
}

.saiyoujyouhou_2019 .sec08 .subBox .bgBox dl {
	margin: 0;
	width: 500px;
	overflow: hidden;
}

.saiyoujyouhou_2019 .sec08 .subBox .bgBox dt {
	margin: 0;
	float: left;
}

.saiyoujyouhou_2019 .sec08 .subBox .bgBox dd {
	margin: 0;
	padding-left: 5em;
}

.saiyoujyouhou_2019 .sec08 .subBox .bgBox .img {
	position: absolute;
	top: 59px;
	right: 83px;
}

.saiyoujyouhou_2019 .sec08 ul {
	overflow: hidden;
}

.saiyoujyouhou_2019 .sec08 ul li {
	margin-bottom: 63px;
	float: left;
	color: #fff;
	font-size: 30px;
	width: 48.1%;
}

.saiyoujyouhou_2019 .sec08 ul li:nth-child(2n) {
	float: right;
}

.saiyoujyouhou_2019 .sec08 ul li span {
	display: block;
}

.saiyoujyouhou_2019 .sec08 ul li a {
	color: #fff;
	display: block;
	transition: .3s;
}

.saiyoujyouhou_2019 .sec08 ul li a .photo {
	margin-bottom: 31px;
	overflow: hidden;
}

.saiyoujyouhou_2019 .sec08 ul li a .photo img {
	transition: .3s;
}

.saiyoujyouhou_2019 .sec08 ul li a:hover {
	opacity: 1;
}

.saiyoujyouhou_2019 .sec08 ul li a:hover .photo img {
	opacity: 1;
	transform: scale(1.1);
}

body.page-id-1452 .pointBox01 {
	padding: 80px 0;
	background: none;
	margin: 0;
}
	
.saiyoujyouhou_2019 .sp {
	display: none !important;
}

.saiyoujyouhou_2019 .sec07 .submit {
	position: relative;
}

.saiyoujyouhou_2019 div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -8px;
}

body.page-id-1452 .fancybox-overlay {
	background: rgba(0,0,0,0.6);
}

body.page-id-1452 .fancybox-inner {
	overflow: hidden !important;
}

body.page-id-1452 .pop_2019 {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	overflow: auto;
	background: #fff;
	display: none;
}

body.page-id-1452 .pop_2019 .sp {
	display: none !important;
}

body.page-id-1452 .pop_2019 .subPop {
	padding: 30px;
}

body.page-id-1452 .pop_2019 .subPop p {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}

body.page-id-1452 .pop_2019 .subPop .name {
	margin: 23px 0 22px;
	padding-bottom: 4px;
	font-size: 24px;
	border-bottom: 1px solid #000;
}

body.page-id-1452 .fancybox-close {
	top: -22px;
	right: -26px;
	width: 78px;
	height: 78px;
	background: url(images/saiyoujyouhou_2019/close.png) no-repeat;
}

body.page-id-1452 .fancybox-inner .jspTrack {
	background: #fff;
}

body.page-id-1452 .fancybox-inner .jspPane {
	width: 100% !important;
}

body.page-id-1452 .fancybox-inner .jspVerticalBar {
	background: #fff;
	width: 10px;
	right: 10px !important;
}

body.page-id-1452 .fancybox-inner .jspDrag {
	background: #B7B7B7;
	border-radius: 20px;
}

@media screen and (max-width: 1140px) {
	.saiyoujyouhou_2019 .sec02 .btmTxt {
		margin: 0;
		font-size: 58px;
	}
	
	.saiyoujyouhou_2019 .sec02 .btmTxt span {
		font-size: 90px;
	}
	
	.saiyoujyouhou_2019 .sec08 h2 {
		margin: 0 0 64px;
	}
}

@media screen and (max-width: 1020px) {
	.saiyoujyouhou_2019 .sec02 {
		overflow: hidden;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner .sub {
		width: 100%;
		margin-left: -50%;
	}
		
	.saiyoujyouhou_2019 .sec02 .btmTxt {
		font-size: 5.8vw;
	}
	
	.saiyoujyouhou_2019 .sec02 .btmTxt span {
		font-size: 9vw;
	}
}

@media screen and (max-width: 900px) {
	.saiyoujyouhou_2019 .sec01 .inner p {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
}

@media (max-width:780px) {
	.saiyoujyouhou_2019 .sp {
		display: block !important;
	}

	.saiyoujyouhou_2019 .pc {
		display: none !important;
	}

	.saiyoujyouhou_2019 .topImg {
		margin-bottom: 40px;
	}
	
	.saiyoujyouhou_2019 .sec01 {
		margin-bottom: 53px;
	}
	
	.saiyoujyouhou_2019 .sec01 h2 {
		margin: 0 10px 30px;
	}
	
	.saiyoujyouhou_2019 .sec01 h2 img {
		width: 100%;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner .photo img {
		width: 100%;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner .sub {
		position: static;
		margin: -20px 0 0;
		width: auto;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner p {
		margin: 0 0 9px;
		padding: 11px 5px 10px 16px;
		font-size: 14px;
		line-height: 1.58;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner01 {
		margin: 22px 0;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner01 p {
		padding-left: 10px;
	}
	
	.saiyoujyouhou_2019 .sec01 .inner .sub {
		margin-top: -30px;
	}
	
	.saiyoujyouhou_2019 .sec01 .btmTxt {
		font-size: 14px;
		line-height: 2.08;
	}
	
	.saiyoujyouhou_2019 .sec02 {
		margin-bottom: 49px;
		padding: 26px 10px 56px;
	}
	
	.saiyoujyouhou_2019 .sec02 .bg {
		background: url(images/saiyoujyouhou_2019/sec02_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.saiyoujyouhou_2019 .sec02 h2 {
		margin-bottom: 28px;
		padding-bottom: 14px;
		font-size: 25.5px;
	}
	
	.saiyoujyouhou_2019 .sec02 h2 span {
		display: block;
		font-size: 32.5px;
	}
	
	.saiyoujyouhou_2019 .sec02 ul {
		margin: 0 0 28px;
	}
	
	.saiyoujyouhou_2019 .sec02 ul li {
		padding-right: 1.3%;
		margin: 0;
		float: none;
		font-size: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-webkit-transition-delay: 1500ms;
		transition-delay: 1500ms;
	}

	.saiyoujyouhou_2019 .sec02 li:nth-of-type(2){
		-webkit-transition-delay: 1200ms;
		transition-delay: 1200ms;
	}
	
	.saiyoujyouhou_2019 .sec02 li:nth-of-type(3){
		-webkit-transition-delay: 900ms;
		transition-delay: 900ms;
	}
	
	.saiyoujyouhou_2019 .sec02 li:nth-of-type(4){
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms;
	}
	
	.saiyoujyouhou_2019 .sec02.show li {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	
	.saiyoujyouhou_2019 .sec02 ul li:not(:last-child) {
		margin: 0 0 -4.4%;
	}
	
	.saiyoujyouhou_2019 .sec02 li span {
		margin-right: 0.375%;
		display: inline-block;
		width: 21%;
		vertical-align: middle;
	}
	
	.saiyoujyouhou_2019 .sec02 li span.txt {
		margin: 0;
		width: 14.5%;
		font-size: 14px;
		line-height: 1.33;
	}
	
	.saiyoujyouhou_2019 .sec02 li span.txt:before {
		background: url(images/saiyoujyouhou_2019/sp_line.png) repeat-x;
		background-size: 5px 1px;
		width: 800px;
		top: 50%;
		height: 1px;
		position: absolute;
		left: 90%;
		margin: 0;
		content: "";
		z-index: 0;
	}
	
	.saiyoujyouhou_2019 .sec02 .btmTxt {
		font-size: 29px;
		text-align: center;
		line-height: 1.15;
	}
	
	.saiyoujyouhou_2019 .sec02 .btmTxt .big {
		vertical-align: -4px;
		font-size: 41px;
		letter-spacing: -7px;
	}
	
	.saiyoujyouhou_2019 .section02-title-wrap {
		padding-bottom: 15px;		
	}
	
	.saiyoujyouhou_2019 .section02-title {
		margin-bottom: 0;
		font-size: 15px;
	}
	
	.saiyoujyouhou_2019 .sec03 {
		margin-bottom: 35px;
	}
	
	.saiyoujyouhou_2019 .sec03 .tableBox {
		margin-top: 22px;
	}
	
	.saiyoujyouhou_2019 .sec03 table td,
	.saiyoujyouhou_2019 .sec03 table th {
		padding: 10px 10px 10px 0;
		font-size: 14px;
		line-height: 1.33;
		vertical-align: top;
	}
	
	.saiyoujyouhou_2019 .sec03 table th {
		padding: 12px 10px 12px 18px;
		width: 33.3%;
	}
	
	.saiyoujyouhou_2019 .sec03 table td li {
		margin-top: 5px;
	}
	
	.saiyoujyouhou_2019 .sec04 {
		margin-bottom: 51px;
		padding: 39px 10px 66px;
		background-image: url(images/saiyoujyouhou_2019/sp_sec04_bg.jpg);
		background-size: 820px auto;
	}
	
	.saiyoujyouhou_2019 .sec04 h2 {
		margin-bottom: 16px;
		font-size: 25.5px;
	}
	
	.saiyoujyouhou_2019 .sec04 .jsBox {
		padding: 30px 15px 51px;
		border-radius: 5px;
		box-shadow: 0px 2px 8px rgba(17, 17, 17, 0.46);
	}
	
	.saiyoujyouhou_2019 .sec04 .jsBox dt {
		padding: 7px 15px 7px 0;
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 1.25;
		background-size: 12px 11px !important;
		background-position: right 4px bottom 9px !important;
	}
	
	.saiyoujyouhou_2019 .sec04 .jsBox dt:first-child {
		margin-top: 0;
	}
	
	.saiyoujyouhou_2019 .sec04 .jsBox dd {
		padding-top: 13px;
		font-size: 14px;
	}
	
	.saiyoujyouhou_2019 .sec05 h2 {
		margin: 0 10px 40px;
	}
	
	.saiyoujyouhou_2019 .sec05 h2 img {
		width: 100%;
	}

	.saiyoujyouhou_2019 .sec05 .bgBox .container {
		margin: 0;
		max-width: inherit;
		width: auto;
	}
	
	.saiyoujyouhou_2019 .sec05 .bgBox .inner {
		margin: 0 10px;
		width: auto;
		float: none !important;
	}
	
	.saiyoujyouhou_2019 .sec05 .bgBox .ttl {
		margin-bottom: 10px;
		padding: 0;
		font-size: 18px;
	}
	
	.saiyoujyouhou_2019 .sec05 .bgBox .ttl span {
		font-size: 14px;
	}
	
	.saiyoujyouhou_2019 .sec05 .bgBox {
		background: none;
		padding: 0;
	}
	
	.saiyoujyouhou_2019 .sec05 .bgBox .tag {
		margin-bottom: 13px;
		padding: 0 0 0 17px;
		font-size: 14px;
		background-size: 12px 12px;
		background-position: left 9px;
	}
	
	.saiyoujyouhou_2019 .sec05 ul {
		margin: 0 0 11px;
	}
	
	.saiyoujyouhou_2019 .sec05 ul li {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.saiyoujyouhou_2019 .sec05 ul li .txt {
		padding: 6px 0 6px;
		width: 17%;
	}
	
	.saiyoujyouhou_2019 .sec05 ul li span {
		padding: 6px 0 6px 11px;
		width: 83%;
	}
	
	.saiyoujyouhou_2019 .sec05 .bgBox p {
		padding-right: 5px;
		font-size: 14px;
	}
	
	.saiyoujyouhou_2019 .sec05 .txtBox {
		height: 185px;
	}
	
	.saiyoujyouhou_2019 .sec05 .jspVerticalBar {
		width: 5px;
	}
	
	.saiyoujyouhou_2019 .sec05 .spPhoto {
		margin-top: 20px;
	}
	
	.saiyoujyouhou_2019 .sec05 .spPhoto img {
		width: 100%;
	}
	
	.saiyoujyouhou_2019 .sec05 .subSec {
		margin-top: 12px;
	}
	
	.saiyoujyouhou_2019 .sec05 .subSec .ttl {
		letter-spacing: -1px;
	}
	
	.saiyoujyouhou_2019 .sec05 .subSec .ttl span {
		letter-spacing: 0;
	}
	
	.saiyoujyouhou_2019 .sec05 .subSec .txtBox {
		height: 170px;
	}
	
	.saiyoujyouhou_2019 .sec05 .subSec .spPhoto {
		margin-top: 17px;
	}
	
	.saiyoujyouhou_2019 .sec06 {
		padding: 150px 0 124px;
		background: url(images/saiyoujyouhou_2019/sp_sec06_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.saiyoujyouhou_2019 .sec06 .container {
		max-width: inherit;
		margin: 0 10px;
		width: auto;
	}
	
	.saiyoujyouhou_2019 .sec06 h2 {
		font-size: 15px;
		line-height: 1.2;
	}
	
	.saiyoujyouhou_2019 .sec07 {
		padding: 59px 0 60px;
	}
	
	.saiyoujyouhou_2019 .sec07 .container {
		max-width: inherit;
		margin: 0 10px;
		width: auto;
	}
	
	.saiyoujyouhou_2019 .sec07 .section02-title-wrap {
		margin-bottom: 35px;
	}
	
	.saiyoujyouhou_2019 .sec07 .inputUl li input {
		padding: 0 10px;
		height: 36px;
		font-size: 12px;
		border-radius: 3px;
	}
	
	.saiyoujyouhou_2019 .sec07 ul {
		margin: 0 0 12px;
	}
	
	.saiyoujyouhou_2019 .sec07 ul li {
		margin-top: 14px;
	}
	
	.saiyoujyouhou_2019 .sec07 p {
		font-size: 14px;
		line-height: 1.45;
	}
	
	.saiyoujyouhou_2019 .sec07 .agreeTxt {
		padding: 12px 0 11px;
		margin: 17px 0 10px;
		color: #fff;
		background: #418CCA;
		border-radius: 40px;
	}
		
	.saiyoujyouhou_2019 .sec07 .agreeTxt input {
		vertical-align: middle;
		margin-top: -2px;
	}
	
	.saiyoujyouhou_2019 .sec07 .submit li input:hover,
	.saiyoujyouhou_2019 .sec07 .submit li input {
		font-size: 12px;
	}
	
	.saiyoujyouhou_2019 .sec08 {
		padding: 187px 0 0;
		background: #141414 url(images/saiyoujyouhou_2019/sp_sec08_bg.jpg) no-repeat center top;
		background-size: 1050px auto;
	}
	
	.saiyoujyouhou_2019 .sec08 h2 {
		margin: 0 0 20px;
	}
	
	.saiyoujyouhou_2019 .sec08 .subBox {
		width: auto;
		max-width: inherit;
		margin: 0 7px;
	}
	
	.saiyoujyouhou_2019 .sec08 .subBox .bgBox {
		margin: 0 2px 39px;
		padding: 13px 21px 17px;
		font-size: 14px;
	}
	
	.saiyoujyouhou_2019 .sec08 .subBox .bgBox .img {
		display: none;
	}
	
	.saiyoujyouhou_2019 .sec08 .subBox .bgBox dl {
		width: auto;
	}
	
	.saiyoujyouhou_2019 .sec08 ul {
		margin: 0 auto;
		width: 78.7%;
	}
	
	.saiyoujyouhou_2019 .sec08 ul li {
		margin-bottom: 20px;
		float: none !important;
		font-size: 14px;
		width: auto;
	}
	
	.saiyoujyouhou_2019 .sec08 ul li a .photo {
		margin-bottom: 2px;
	}
	
	body.page-id-1452 .pointBox01 {
		padding: 26px 0 20px;
		background: #141414;
	}
	
	
	/*body.page-id-1452 .pointBox01 .btmBannerBox {
		padding: 10px;
		height: 145px;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner {
		padding: 3px 10px 10px;
		width: 94%;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner .img {
		margin-bottom: 3px;
		padding: 0;
		display: block;
		float: none;
		text-align: center;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner .txtBox {
		display: block;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner ul li a {
		padding: 4px 0;
		font-size: 11px;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner .txtBox .blueTxt {
		margin: 1px 0 8px;
		font-size: 11px;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner .txtBox .tel {
		margin-bottom: -3px;
	}
	
	body.page-id-1452 .pointBox01 .btmBanner .txtBox .tel a[href^="tel:"] {
		font-size: 21px;
	}*/

	body.page-id-1452 .pop_2019 .sp {
		display: block !important;
	}

	body.page-id-1452 .pop_2019 .pc {
		display: none !important;
	}

	body.page-id-1452 .pop_2019 {
		width: auto;
	}

	body.page-id-1452 .pop_2019 .subPop {
		padding: 15px;
	}

	body.page-id-1452 .fancybox-wrap {
		width: 100% !important;
		left: 0 !important;
		top: 40px !important;
		bottom: 40px !important;
		position: fixed !important;
	}
	
	body.page-id-1452 .fancybox-inner {
		width: 100% !important;
	}
	
	body.page-id-1452 .fancybox-skin {
		padding: 0 10px !important;
	}
	
	body.page-id-1452 .pop_2019 .subPop p {
		font-size: 14px;
		line-height: 1.42;
	}
	
	body.page-id-1452 .pop_2019 .subPop .name {
		margin: 9px 0 7px;
		font-size: 17px;
	}
	
	body.page-id-1452 .fancybox-close {
		width: 32px;
		height: 39px;
		right: 0;
		top: -16px;
		background: url(images/saiyoujyouhou_2019/sp_close.png) no-repeat;
		background-size: 32px 39px;
	}
	
	.saiyoujyouhou_2019 .sec08 ul li a:hover .photo img {
		transform: inherit;
	}
	
	body.page-id-1452 .fancybox-inner .jspVerticalBar {
		width: 5px;
		right: 5px !important;
	}

}

body.page-id-1405 .colorPop {
	box-shadow: none;
}

body.page-id-1405 .colorPop .subBox .subFoo {
	margin-bottom: 50px;
}

body.page-id-1405 .pointBox .sec04 .treatmentUl {
	margin-bottom: 0;
}

body.page-id-1405 .pointBox .sec04 .treatmentUl li {
	margin-bottom: 70px;
}

body.page-id-1405 #pg-1405-1 .container-p60 {
	padding: 60px 0 0;
}

body.page-id-1405 #pg-1405-1 .section02-title-wrap {
	margin-bottom: 0;
}

#pl-1452 {
	background: url(images/black.jpg) no-repeat center bottom;
	background-size: 100% 50px;
}

@media (max-width:780px) {
	
	body.page-id-1405 .pointBox .sec04 .treatmentUl {
		margin-bottom: 40px;
	}
	
	body.page-id-1405 .pointBox .sec04 .treatmentUl li {
		margin-bottom: 19px;
	}
		
	body.page-id-1405 .pointBox .sec04 .treatmentUl li {
		font-size: 14px;
	}
	
	body.page-id-1405 .pointBox .sec04 .treatmentUl li span {
		font-size: 16px;
	}
}
.remodal-is-locked #scroll {
	z-index: 9999;
}
.comTabBox table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}
.comTabBox th,
.comTabBox td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	box-sizing: border-box;
}

.comTabBox th {
	background: #F8F8F8;
}

#top #pg-4-4.panel-has-style > .panel-row-style {
	margin-bottom: 0;
}

.comRecruit {
	padding-top: 30px;
}

.comRecruit .txt {
	color:#666;
	font-size: 18px;
	font-weight: 500;
}

.comRecruit .section02-title-wrap {
	margin-bottom: 18px;	
}

.comRecruit .section02-title {
	color:#666;
}

.comRecruit .popUl {
	margin: 30px 0;
	padding: 0;
	text-align: center;
}

.comRecruit .popUl li {
	margin: 15px;
	width: 40%;
	display: inline-block;
	list-style: none;
}

.comRecruit .popUl li a {
	padding: 10px;
	line-height: 1;
	display: block;
	text-align: center;
	background: #FFF2CC;
	border: 1px solid #C45A11;
	border-radius: 10px;
	position: relative;
}

.comRecruit .popUl li .import {
	padding: 5px;
	position: absolute;
	left: -30px;
	top: 30px;
	width: 80px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background: #FF0000;
	box-sizing: border-box;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.comRecruit .blue {
	margin-bottom: 30px;
	padding: 118px 0 120px;
	background: #ECF4FA;
	position: relative;
	z-index: 1;
}

.comRecruit .blue form {
	margin: 0;
}

.comRecruit .blue ul {
	margin: 0 0 46px;
	padding: 0;
}

.comRecruit .blue ul li {
	margin-top: 30px;
	list-style: none;
}

.comRecruit .blue ul li:first-child {
	margin: 0;
}

.comRecruit .blue .inputUl li input {
	padding: 0 20px;
	width: 100%;
	height: 70px;
	font-size: 24px;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	box-sizing: border-box;
}

.comRecruit .blue .inputUl li input::-webkit-input-placeholder { /* WebKit browsers */
	color:#ccc;
	opacity:1;
}

.comRecruit .blue .inputUl li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#ccc;
	opacity:1;
}

.comRecruit .blue .inputUl li input::-moz-placeholder {
	color: #ccc;
	opacity:1;
}

.comRecruit .blue .inputUl li input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#ccc;
	opacity:1;
}

.comRecruit .blue .section02-title-wrap {
	margin-bottom: 73px;
}

.comRecruit .blue .section02-title {
	color:#000;
}

.comRecruit .blue p {
	text-align: center;
	margin: 0;
	color: #666;
}

.comRecruit .blue p a {
    color: #418cca;
    text-decoration: underline;
}

.comRecruit .blue p a:hover {
    text-decoration: none;
}

.comRecruit .blue .submit {
	margin: 0;
	text-align: center;
}

.comRecruit .blue .submit li {
	list-style: none;
	display: inline-block;
}

.comRecruit .blue .submit li input:hover,
.comRecruit .blue .submit li input {
	padding: 9px 0 11px;
	font-size: 14px;
	color: #fff;
	width: 300px;
	appearance: none;
	-webkit-appearance: none;
	text-shadow: none;
	border: none;
	background: #4288C5 url(images/icon01.png) no-repeat right 14px center;
	box-shadow: none;
	border-radius: 20px;
}

.comRecruit .blue .submit li input:hover {
	opacity: 0.7;
}

.comRecruit .blue .agreeTxt {
	margin: 20px 0 47px;
}

.comRecruit .blue .agreeTxt label {
	font-weight: normal;
}

.comRecruit .blue .container .inn {
	margin-bottom: 0;	
}
@media (max-width:780px) {
	.comRecruit .popUl {
		margin: 15px 0;
	}
	
	.comRecruit .popUl li {
		margin: 20px 15px;
		width: 80%;
	}

	.comRecruit .popUl li a {
		padding: 15px;
		line-height: 1.5;
		font-weight: bold;
	}
	
	.comRecruit .blue  {
		padding: 59px 0 60px;
	}
	
	.comRecruit .blue .container {
		max-width: inherit;
		margin: 0 10px;
		width: auto;
	}
	
	.comRecruit .blue .section02-title-wrap {
		margin-bottom: 35px;
	}
	
	.comRecruit .blue .inputUl li input {
		padding: 0 10px;
		height: 36px;
		font-size: 12px;
		border-radius: 3px;
	}
	
	.comRecruit .blue ul {
		margin: 0 0 12px;
	}
	
	.comRecruit .blue ul li {
		margin-top: 14px;
	}
	
	.comRecruit .blue p {
		font-size: 14px;
		line-height: 1.45;
	}
	
	.comRecruit .blue .agreeTxt {
		padding: 12px 0 11px;
		margin: 17px 0 10px;
		color: #fff;
		background: #418CCA;
		border-radius: 40px;
	}
		
	.comRecruit .blue .agreeTxt input {
		vertical-align: middle;
		margin-top: -2px;
	}
	
	.comRecruit .blue .submit li input:hover,
	.comRecruit .blue .submit li input {
		font-size: 12px;
	}
}
@media (min-width:781px) {
	#gk_top .anime .gkList li {
		width: 23%;
	}
	#gk_top .anime .gkList li:nth-child(3n + 2) {
		margin: 70px 0 0;
	}
	#gk_top .anime .gkList li:nth-child(4n + 2) {
		margin: 70px 1.33% 0 2.66%;
	}
	#gk_top .anime .gkList li:nth-child(4n + 3) {
		margin: 70px 2.66% 0 1.33%;
	}
	#gk_top .anime .gkList li h3 { 
		font-size: 25px;
	}
	#gk_top .anime .gkList li .txtBox .price .inn {
		font-size: 15px;
	}
	#gk_top .anime .gkList li .ttl {
		font-size: 20px;
	}
	#gk_top .comic .imgInner .textInner .txtDl dd {
		padding-left: 44.5%;
	}
}
#gk_top .linetest {
	margin-bottom: 0;
}
#gk_top .comic {
	background-color: #D2CEEB;
	margin-bottom: 100px;
}
#gk_top .comic .headLine03 {
	background-color: #AD9ED6;
}
#gk_top .comic .imgInner .textInner .txtDl dt {
	background-image: url(img/anime02/index/bg08.png);
}
#gk_top .comic .imgInner .textInner .txtDl dt .ttl {
	background-color: #AD9ED6;
}
#gk_top .anime .gkList li .txtBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#gk_top .anime .gkList li.bg03 h3 {
	background-color: #AD9ED6;
}
#gk_top .anime .gkList li.bg03 h4 {
	color: #AD9ED6;
}
#gk_top .anime .gkList li.bg03 .txtBox {
	border-color: #AD9ED6;
}
#gk_top .container.container-p60.panel-row-style.panel-row-style-for-176-1.fixPos {
	overflow: hidden;
}
@media (max-width:780px) {
	#gk_top .comic .headLine01 {
		margin-bottom: 60px;
	}
	#gk_top .comic .headLine01 .jp {
		top: 80px;
	}
	#gk_top .comic .imgInner .textInner .txtDl dd {
		padding-left: 140px;
	}
}
#gk_top a.nolink {
	pointer-events: none;
}

/* #gl_empathy */
#gl_empathy {
	color: #333333;
	background-color: #fff;
	overflow-x: auto;
}
#gl_empathy .empathyInner {
	min-width: 1100px;
}
#gl_empathy a {
	color: #333333;
}
#gl_empathy p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}
#gl_empathy ul,
#gl_empathy ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gl_empathy .headLine01 {
	margin-bottom: 39px;
	padding-bottom: 23px;
	color: #238ef1;
	font-size: 32px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1.31;
	background: url(img/empathy/line01.jpg) repeat-x left bottom;
	background-size: 10px auto;
}
#gl_empathy .headLine01 .image {
	padding-bottom: 2px;
	min-width: 252px;
}
#gl_empathy .headLine01 .image img {
	width: auto;
	height: 76px;
}
#gl_empathy .headLine01 .txt {
	flex: 1;
}
#gl_empathy .headLine02 {
	margin-bottom: 34px;
	color: #238ef1;
	font-size: 28px;
	text-align: center;
	letter-spacing: 1.8px;
	overflow: hidden;
}
#gl_empathy .headLine02 span {
	padding: 0 9px;
	display: inline-block;
	position: relative;
	z-index: 10;
}
#gl_empathy .headLine02 span::before,
#gl_empathy .headLine02 span::after {
	width: 100vw;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 100%;
	background-color: #238ef1;
	content: "";
}
#gl_empathy .headLine02 span::after {
	right: 100%;
	left: auto;
}
#gl_empathy .headLine02 + p {
	margin-bottom: 34px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.55;
}
#gl_empathy .headLine03 {
	margin-bottom: 7px;
	padding-left: 10px;
	color: #e44273;
	font-size: 24px;
	position: relative;
	line-height: 1.5;
}
#gl_empathy .headLine03::before {
	width: 2px;
	height: 21px;
	position: absolute;
	top: 8px;
	left: -1px;
	background-color: #e44273;
	content: "";
}
#gl_empathy .important-marker {
    background: -webkit-linear-gradient(to right, #c464c5 50%, transparent 50%) 100% 100% / 200% 40% no-repeat;
    background: linear-gradient(to right, #c464c5 50%, transparent 50%) 100% 100% / 200% 40% no-repeat;
    -webkit-transition: background-position .8s ease-out;
    transition: background-position .8s ease-out;
}
/* comShowBox */
#gl_empathy .comShowBox {
	padding-left: 100px;
	position: relative;
}
#gl_empathy .comShowBox .photo {
	width: 150px;
	position: absolute;
	top: 0;
	left: 1px;
}
#gl_empathy .comShowBox .textBox {
	padding: 19px 30px 20px 102px;
	background-color: #e9f3fd;
}
#gl_empathy .comShowBox p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

/* btnUl */
#gl_empathy .btnUl {
	margin: 79px auto 0;
	max-width: 840px;
	display: flex;
	justify-content: space-between;
}
/* comBtn */
#gl_empathy .comBtn a {
	padding: 21px 50px 20px;
	width: 400px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: block;
	background-color: #002578;
	border-radius: 50px;
	box-shadow: 0 5px 0 #11224e;
	box-sizing: border-box;
}
#gl_empathy .comBtn a::after {
	margin-top: -8px;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 26px;
	content: "";
}
#gl_empathy .comBtn02 a::after {
	margin-top: -14px;
	transform: rotate(135deg);
}
#gl_empathy .comBtn a:hover {
	background-color: #3cd19a;
	box-shadow: 0 5px 0 #3e9472;
	opacity: 1;
}
#gl_empathy .mainVisual {
	padding: 180px 0 179px;
	background: url(img/empathy/main_bg.jpg) no-repeat center center;
	background-size: cover;
}
#gl_empathy .mainVisual .borderBox {
	margin: 0 auto;
	padding: 35px 0 43px;
	max-width: 720px;
	color: #fff;
	box-sizing: border-box;
	border: 5px solid #fff;
	text-align: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#gl_empathy .mainVisual p {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.64;
}
#gl_empathy .mainVisual h2 {
	margin: 0 0 22px 16px;
	color: #fff;
	font-size: 74px;
	line-height: 1.29;
	font-weight: 900;
	text-shadow: 0 0 15px rgba(0,0,0,0.5),0 0 5px rgba(0,0,0,0.5);
}
/* comBox */
#gl_empathy .comBox {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}
/* centerTxt */
#gl_empathy .centerTxt {
	margin-bottom: 34px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 1.58;
	font-weight: 400;
}
#gl_empathy .messageBox {
	padding: 80px 0;
	background-color: #15aec0;
}
#gl_empathy .messageBox .comBox {
	padding: 29px 0 40px;
	border: 1px solid #fff;
}
#gl_empathy .messageBox h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 34px;
	line-height: 1.52;
	text-align: center;
}
#gl_empathy .messageBox h2 span {
	position: relative;
}
#gl_empathy .messageBox h2 .lineTxt span {
	z-index: 10;
}
#gl_empathy .messageBox .imgBox {
	margin: 0 38px;
	display: flex;
	background-color: #fff;
}
#gl_empathy .messageBox .photo {
	width: 420px;
}
#gl_empathy .messageBox .photo img {
	width: 100%;
}
#gl_empathy .messageBox .imgBox p {
	margin-bottom: 9px;
	color: #333333;
	letter-spacing: -0.5px;
}
#gl_empathy .messageBox .imgBox p:last-child {
	margin-bottom: 0;
}
#gl_empathy .messageBox .textBox {
	padding: 23px 28px;
	flex: 1;
}
#gl_empathy .messageBox .textBox .name {
	margin: 22px 5px 0 0;
	text-align: right;
}
#gl_empathy .serviceBox .box01 {
	padding: 74px 0 86px;
}
#gl_empathy .serviceBox .linkUl {
	margin: -39px 0 79px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gl_empathy .serviceBox .linkUl li {
	margin-top: 39px;
	width: 480px;
	overflow: hidden;
}
#gl_empathy .serviceBox .linkUl a {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.63;
	text-align: center;
	z-index: 15;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: default;
}
#gl_empathy .serviceBox .linkUl a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	content: "";
	z-index: 15;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
#gl_empathy .serviceBox .linkUl .flexBox {
	width: 100%;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 20;
}
#gl_empathy .serviceBox .linkUl .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/empathy/service_img01.jpg) no-repeat center center;
	background-size: cover;
	z-index: 5;
}
#gl_empathy .serviceBox .linkUl .img01 .bg {
	background-image: url(img/empathy/service_img01.jpg);
}
#gl_empathy .serviceBox .linkUl .img02 .bg {
	background-image: url(img/empathy/service_img02.jpg);
}
#gl_empathy .serviceBox .linkUl .img03 .bg {
	background-image: url(img/empathy/service_img03.jpg);
}
#gl_empathy .serviceBox .linkUl .img04 .bg {
	background-image: url(img/empathy/service_img04.jpg);
}
#gl_empathy .serviceBox .linkUl * {
	position: relative;
	z-index: 10;
}
#gl_empathy .serviceBox .linkUl .ttl {
	font-weight: bold;
	font-size: 44px;
	line-height: 1.59;
	text-shadow: 0 0 10px rgba(0,0,0,0.5),0 0 16px rgba(0,0,0,0.5);
}
#gl_empathy .serviceBox .linkUl .img04 .ttl {
	line-height: 1.13;
}
#gl_empathy .serviceBox .linkUl .ttl span {
	margin-bottom: 5px;
	display: block;
}
#gl_empathy .serviceBox .linkUl .ttl span:last-child {
	 margin-bottom: 0;
}
#gl_empathy .serviceBox .linkUl .txt {
	display: none;
}
#gl_empathy .flowUl {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#gl_empathy .flowUl li {
	margin-right: 34px;
	padding: 15px 0 11px;
	width: 110px;
	box-sizing: border-box;
	border: 1px solid #238ef1;
	background-color: #e9f3fe;
	border-radius: 4px 0 0 4px;
	text-align: center;
	font-weight: 400;
	position: relative;
}
#gl_empathy .flowUl li:last-child {
	margin-right: 0;
	width: 135px;
	border-radius: 4px;
}
#gl_empathy .flowUl li::after {
	width: 27px;
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	right: -26px;
	background: url(img/empathy/flow_bg.jpg) no-repeat left top;
	background-size: 27px 100%;
	content: "";
}
#gl_empathy .flowUl li:last-child:after {
	display: none;
}
#gl_empathy .flowUl .num {
	margin-bottom: 38px;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
}
#gl_empathy .flowUl .txt {
	width: 100%;
	letter-spacing: -1.5px;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
}
#gl_empathy .flowUl .image {
	margin-left: 5px;
}
#gl_empathy .flowUl .image img {
	width: auto;
	height: 80px;
}
#gl_empathy .dotsUl {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}
#gl_empathy .dotsUl li {
	margin-bottom: 9px;
	padding-left: 22px;
	position: relative;
}
#gl_empathy .dotsUl li::after {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #e44273;
	border-radius: 50%;
	content: "";
}
#gl_empathy .serviceBox .showList {
	margin: -20px 0 70px;
	display: flex;
	flex-wrap: wrap;
}
#gl_empathy .serviceBox .showList li {
	margin-top: 20px;
	padding: 31px 10px 17px;
	margin-right: 56px;
	width: 296px;
	background-color: #fff;
	border: 1px solid #e44273;
	border-radius: 7px;
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	position: relative;
}
#gl_empathy .serviceBox .showList li p {
	font-size: 16px;
}
#gl_empathy .serviceBox .showList li:nth-child(3n) {
	margin-right: 0;
}
#gl_empathy .serviceBox .showList li::before {
	margin-top: -50px;
	width: 26px;
	height: 99px;
	position: absolute;
	top: 50%;
	right: -42px;
	background: url(img/empathy/arrow_img01.png) no-repeat left top;
	background-size: 26px auto;
	content: "";
}
#gl_empathy .serviceBox .showList li:nth-child(3n)::before {
	display: none;
}
#gl_empathy .serviceBox .showList .image {
	margin-bottom: 22px;
}
#gl_empathy .serviceBox .showList .image img {
	height: 144px;
}
#gl_empathy .serviceBox .box02 {
	padding: 86px 0;
	background: url(img/empathy/bg01.jpg) repeat left top;
	background-size: 20px auto;
}
#gl_empathy .serviceBox .box02 .headLine01 {
	margin-bottom: 47px;
	background-image: url(img/empathy/line02.png);
}
#gl_empathy .serviceBox .box02 .headLine01 .image {
	margin-right: 15px;
}
#gl_empathy .serviceBox .box02 .headLine01 .txt {
	color: #e44273;
}
#gl_empathy .serviceBox .box02 .photoBox {
	margin-bottom: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gl_empathy .serviceBox .box02 .photoBox .image {
	width: 480px;
}
#gl_empathy .serviceBox .box02 .photoBox .txt {
	margin-left: 41px;
	flex: 1;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.66;
}
#gl_empathy .serviceBox .box02 .photoBox .txt span {
	background: -webkit-linear-gradient(to right, #fed853 50%, transparent 50%) 100% 100% / 200% 40% no-repeat;
	background: linear-gradient(to right, #fed853 50%, transparent 50%) 100% 100% / 200% 40% no-repeat;
    -webkit-transform-origin: left;
    transform-origin: left;
}
#gl_empathy .serviceBox .box02 .headLine02 {
	color: #e44273;
}
#gl_empathy .serviceBox .box02 .headLine02 span::before,
#gl_empathy .serviceBox .box02 .headLine02 span::after {
	background-color: #e44273;
}
#gl_empathy .serviceBox .box02 .imgBox {
	margin-bottom: 41px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
#gl_empathy .serviceBox .box02 .imgBox .photo {
	width: 420px;
}
#gl_empathy .serviceBox .box02 .imgBoxR .photo {
	order: 3;
}
#gl_empathy .serviceBox .box02 .imgBox .textBox {
	padding: 32px 15px 0 41px;
	flex: 1;
	font-weight: 400;
}
#gl_empathy .serviceBox .box02 .imgBox .textBox p {
	line-height: 1.55;
}
#gl_empathy .serviceBox .box02 .imgBox .textUl {
	margin: 21px 0 0 -1px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.375;
	font-size: 16px;
}
#gl_empathy .serviceBox .box02 .imgBox .textUl li {
	margin: 10px 11px 0 0;
	padding: 5px 8px 9px;
	width: 160px;
	box-sizing: border-box;
	background-color: #fcecf1;
	border: 1px solid #e44273;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 4px;
}
#gl_empathy .serviceBox .box02 .imgBox .textUl li:nth-child(3n) {
	margin-right: 0;
}
#gl_empathy .serviceBox .box02 .imgBox .txt {
	min-height: 84px;
}
#gl_empathy .serviceBox .box02 .btnUl {
	margin: 60px auto 83px;
}
#gl_empathy .serviceBox .caseBox .imgBox .photo {
	width: 480px;
}
#gl_empathy .serviceBox .caseBox .whiteBox {
	margin-bottom: 43px;
	padding: 0 40px 36px;
	background-color: #fff;
}
#gl_empathy .serviceBox .caseBox .h3Ttl {
	margin: 0 -40px 38px;
	padding: 15px 5px 19px;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	background-color: #e44273;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}
#gl_empathy .serviceBox .caseBox .h3Ttl::before {
	margin-left: -14px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 19px solid #e44273;
	left: 50%;
	bottom: -15px;
	content: '';
}
#gl_empathy .serviceBox .h4Ttl,
#gl_empathy .serviceBox .h3Ttl02 {
	margin-bottom: 14px;
	color: #333333;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1.5px;
}
#gl_empathy .serviceBox .h4Ttl span,
#gl_empathy .serviceBox .h3Ttl02 span {
	background: -webkit-linear-gradient(to right, #fed851 50%, transparent 50%) 100% 100% / 200% 40% no-repeat;
	background: linear-gradient(to right, #fed851 50%, transparent 50%) 100% 100% / 200% 40% no-repeat;
}
#gl_empathy .serviceBox .h4Ttl + p {
	margin-bottom: 26px;
	color: #000;
	font-size: 18px;
}
#gl_empathy .serviceBox .caseBox .headLine03 {
	margin-bottom: 23px;
}
#gl_empathy .serviceBox .caseBox .imgBox .textBox {
	margin-top: -5px;
	padding: 0 0 0 40px;
}
#gl_empathy .serviceBox .caseBox .moreBtn {
	margin-top: 66px;
}
#gl_empathy .serviceBox .caseBox .moreBtn a {
	margin: 0 auto;
	padding: 16px 10px 18px;
	width: 360px;
	background-color: #e44273;
	box-shadow: 0 4px 0 #6b0b32;
}
#gl_empathy .serviceBox .moreBtn a::after {
	display: none;
}
#gl_empathy .serviceBox .caseBox .textList {
	margin: -5px 0 31px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
}
#gl_empathy .serviceBox .caseBox .textList li {
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gl_empathy .serviceBox .caseBox .textList li:last-child {
	margin-bottom: 0;
}
#gl_empathy .serviceBox .caseBox .textList .title {
	margin-right: 33px;
	width: 210px;
}
#gl_empathy .serviceBox .caseBox .textList .title span {
	padding: 7px 3px 9px 2px;
	color: #fff;
	display: block;
	position: relative;
	font-weight: 600;
	text-align: center;
	background-color: #e44273;
}
#gl_empathy .serviceBox .caseBox .textList .title span::before {
	width: 17px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -15px;
	background: url(img/empathy/case_icon.jpg) no-repeat left top;
	background-size: 17px 100%;
	content: "";
}
#gl_empathy .serviceBox .caseBox .textList .txt {
	flex: 1;
}
#gl_empathy .serviceBox .caseBox .whiteBox02 {
	margin-bottom: 0;
	padding-bottom: 41px;
}
#gl_empathy .serviceBox .whiteBox02 .imgBox .photo {
	order: 3;
}
#gl_empathy .serviceBox .whiteBox02 .imgBox .textBox {
	margin: -4px 24px 0 0;
	padding: 0;
}
#gl_empathy .serviceBox .caseBox {
	margin-bottom: 61px;
}
#gl_empathy .serviceBox .caseBox .cp_box {
	position: relative;
}
#gl_empathy .serviceBox .caseBox .cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px;
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
#gl_empathy .serviceBox .caseBox .cp_box input:checked + label {
	background: inherit;
}
#gl_empathy .serviceBox .caseBox .cp_box label:after {
	padding: 16px 10px 18px;
	width: 360px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	content: '続きをよむ';
	color: #ffffff;
	border-radius: 50px;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: rgba(27, 37, 56, 1);
	box-sizing: border-box;
	background-color: #e44273;
	box-shadow: 0 4px 0 #6b0b32;
}
#gl_empathy .serviceBox .caseBox .cp_box label:hover:after {
	background-color: #002578;
	box-shadow: 0 4px 0 #11224e;
}
#gl_empathy .serviceBox .caseBox .cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '閉じる';
}
#gl_empathy .serviceBox .caseBox .cp_box input {
	display: none;
}
#gl_empathy .serviceBox .caseBox .moreBox {
	height: 411px;
	overflow: hidden;
	transition: all 0.5s;
}
#gl_empathy .serviceBox .caseBox .cp_box input:checked ~ .moreBox {
	height: auto;
	padding-bottom: 100px;
	transition: all 0.5s;
}
#gl_empathy .serviceBox .whiteBox02 .imgBox {
	margin-bottom: 34px;
}
#gl_empathy .serviceBox .moreBtn span {
	display: inline-block;
}
#gl_empathy .serviceBox .moreBtn .out {
	display: none;
}
#gl_empathy .serviceBox .moreBtn .on span {
	display: none;
}
#gl_empathy .serviceBox .moreBtn .on .out {
	display: inline-block;
}
#gl_empathy .serviceBox .box02 .comShowBox .textBox {
	padding: 9px 30px 11px 102px;
	background-color: #fff;
}
#gl_empathy .serviceBox .box02 .comShowBox .textBox p {
	line-height: 1.44;
}
#gl_empathy .serviceBox .box03 {
	padding: 80px 0;
}
#gl_empathy .serviceBox .box03 .headLine01 {
	color: #3cd19a;
	background-image: url(img/empathy/line03.png);
}
#gl_empathy .serviceBox .box03 .movie {
	margin: 0 auto 38px;
	max-width: 628px;
	text-align: center;
}
#gl_empathy .serviceBox .h3Ttl02 {
	margin-bottom: 40px;
}
#gl_empathy .serviceBox .box03 .borderBox {
	margin-bottom: 78px;
	padding: 37px 90px 36px;
	color: #333333;
	background-color: #ebfaf5;
	position: relative;
}
#gl_empathy .serviceBox .box03 .borderBox::before {
    margin-left: -17px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20px solid #ebfaf5;
    left: 50%;
    top: -19px;
    content: '';
}
#gl_empathy .serviceBox .box03 .borderBox h4 {
	margin-bottom: 15px;
	color: #333333;
	text-align: center;
	font-size: 22px;
}
#gl_empathy .serviceBox .box03 .borderBox .link {
	text-align: center;
}
#gl_empathy .serviceBox .box03 .borderBox p {
	margin-bottom: 10px;
}
#gl_empathy .serviceBox .box03 .borderBox p a {
	font-weight: bold;
	display: inline-block;
}
#gl_empathy .serviceBox .box03 .borderBox p:last-child {
	margin-bottom: 0;
}
#gl_empathy .serviceBox .box03 .headLine02 {
	margin-bottom: 31px;
	color: #3cd19a;
}
#gl_empathy .serviceBox .box03 .headLine02 span::after,
#gl_empathy .serviceBox .box03 .headLine02 span::before {
	background-color: #3cd19a;
}
#gl_empathy .serviceBox .box03 .headLine03 {
	margin-bottom: 15px;
	color: #3cd19a;
}
#gl_empathy .serviceBox .box03 .headLine03::before {
	background-color: #3cd19a;
}
#gl_empathy .serviceBox .box03 .showList {
	margin-bottom: 33px;
}
#gl_empathy .serviceBox .box03 .showList li {
	padding: 30px 10px 17px;
	background-color: #ebfaf5;
	border-color: #3cd19a;
}
#gl_empathy .serviceBox .box03 .showList02 li {
	padding-top: 24px;
}
#gl_empathy .serviceBox .box03 .showList .image img {
	height: 154px;
}
#gl_empathy .serviceBox .box03 .showList02 .image img {
	height: 159px;
}
#gl_empathy .serviceBox .box03 .showList .image {
	margin-bottom: 13px;
}
#gl_empathy .serviceBox .box03 .showList li::before {
	background-image: url(img/empathy/arrow_img02.png);
}
#gl_empathy .serviceBox .box03 .btnUl {
	margin: 60px auto 65px;
}
#gl_empathy .serviceBox .box03 .comBtn a:hover {
	background-color: #e44273;
	box-shadow: 0 5px 0 #a93057;
}
#gl_empathy .serviceBox .box03 .comShowBox .textBox {
	background-color: #ebfaf5;
}
#gl_empathy .priceBox {
	padding: 80px 0 67px;
	background: url(img/empathy/bg02.jpg) repeat left top;
	background-size: 20px auto;
}
#gl_empathy .priceBox .listUl {
	display: flex;
	justify-content: flex-end;
	color: #fff;
	text-align: center;
}
#gl_empathy .priceBox .listUl li {
	margin-left: 1px;
	padding: 17px 5px 18px;
	width: 210px;
	background-color: #c464c5;
	box-sizing: border-box;
}
#gl_empathy .priceBox .listUl li a {
	color: #fff;
	display: block;
	cursor: default;
	pointer-events: none;
}
#gl_empathy .priceBox .listUl li a:hover {
	opacity: 1;
}
#gl_empathy .priceBox .listUl p {
	font-weight: 500;
}
#gl_empathy .priceBox .headLine02 {
	margin-bottom: 39px;
	color: #15aec0;
}
#gl_empathy .priceBox .headLine02 span::after,
#gl_empathy .priceBox .headLine02 span::before {
	background-color: #15aec0;
}
#gl_empathy .priceBox .listUl .col {
	margin-top: 8px;
	color: #ffd852;
	font-weight: bold;
	font-size: 22px;
}
#gl_empathy .priceBox .listUl .col span {
	margin: -12px 3px 0 0;
	font-size: 32px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
#gl_empathy .priceBox table {
	margin: 0 0 19px;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#gl_empathy .priceBox table th,
#gl_empathy .priceBox table td {
	padding: 12px 5px 14px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	color: #333333;
	font-size: 18px;
	border: 1px solid #e7f7f9;
	box-sizing: border-box;
	letter-spacing: -1px;
	background-color: #f0f0f0;
}
#gl_empathy .priceBox .table02 td {
	width: auto;
	background-color: #fff;
}
#gl_empathy .priceBox table th {
	color: #fff;
	background-color: #15aec0;
}
#gl_empathy .priceBox table tr:nth-child(2n) td {
	background-color: #fff;
}
#gl_empathy .priceBox .table02 tr:nth-child(2n) td {
	background-color: #f0f0f0;
}
#gl_empathy .priceBox table tr:first-child th,
#gl_empathy .priceBox table tr:first-child td {
	border-top: none;
}
#gl_empathy .priceBox table tr:last-child th,
#gl_empathy .priceBox table tr:last-child td {
	border-bottom: none;
}
#gl_empathy .priceBox table tr td:last-child {
	border-right: none;
}
#gl_empathy .priceBox table tr th:first-child {
	border-left: none;
}
#gl_empathy .priceBox table td {
	width: 210px;
}
#gl_empathy .priceBox table .thStyle {
	width: 210px;
}
#gl_empathy .priceBox table .thStyle02 {
	width: 158px;
}
#gl_empathy .priceBox .table02 .thStyle {
	width: 212px;
}
#gl_empathy .priceBox table sup {
	font-size: 10px;
}
#gl_empathy .priceBox table .borNone {
	border-bottom: none;
}
#gl_empathy .priceBox .notesTxt {
	margin: 0 0 49px -10px;
	font-size: 16px;
}
#gl_empathy .priceBox .notesTxt span {
	padding-left: 2.3em;
	text-indent: -1.7em;
	display: block;
}
#gl_empathy .priceBox .table02 {
	margin-bottom: 14px;
}
#gl_empathy .priceBox .headLine03 {
	margin-bottom: 14px;
	color: #15aec0;
}
#gl_empathy .priceBox .headLine03::before {
	background-color: #15aec0;
}
#gl_empathy .priceBox .logoBox {
	margin-bottom: 58px;
}
#gl_empathy .priceBox .textDl {
	margin: 0;
}
#gl_empathy .priceBox .textDl dt {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: bold;
}
#gl_empathy .priceBox .textDl dd {
	margin: 0 0 13px;
}
#gl_empathy .priceBox .textDl dd:last-child {
	margin-bottom: 0;
}
#gl_empathy .tradingBox {
	padding: 78px 0;
}
#gl_empathy .tradingBox .headLine02 {
	color: #15aec0;
}
#gl_empathy .tradingBox .headLine02 span::after,
#gl_empathy .tradingBox .headLine02 span::before {
	background-color: #15aec0;
}
#gl_empathy .tradingBox .dotsUl {
	margin-bottom: 13px;
}
#gl_empathy .tradingBox .dotsUl li::after {
	background-color: #15aec0;
}
#gl_empathy .tradingBox .dotsUl li {
	margin-bottom: 5px;
}
#gl_empathy .tradingBox .dotsUl li:last-child {
	margin-bottom: 0;
}
#gl_empathy .tradingBox .btmBox {
	margin-top: 106px;
	padding: 15px 20px 11px 9px;
	background-color: #f8f6f6;
	box-shadow: 0 0 17px rgba(0,0,0,0.2);
	display: flex;
	align-items: flex-end;
	text-align: center;
	justify-content: space-between;
}
#gl_empathy .tradingBox .btmBox p {
	font-size: 14px;
	letter-spacing: -0.3px;
}
#gl_empathy .tradingBox .btmBox .leftBox {
	width: 258px;
	letter-spacing: 0.5px;
}
#gl_empathy .tradingBox .btmBox .leftBox .icon {
	margin-bottom: 5px;
}
#gl_empathy .tradingBox .btmBox .leftBox a {
	text-decoration: underline;
	font-weight: bold;
}
#gl_empathy .tradingBox .btmBox .telBox {
	width: 420px;
}
#gl_empathy .tradingBox .btmBox .telBox p {
	font-size: 20px;
	line-height: 1.45;
}
#gl_empathy .tradingBox .btmBox .telBox a {
	padding-left: 33px;
	display: inline-block;
	position: relative;
	font-size: 28px;
	letter-spacing: 2px;
}
#gl_empathy .tradingBox .btmBox .telBox a::before {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(img/empathy/tel_icon.png) no-repeat left top;
	background-size: 25px auto;
	content: "";
}
#gl_empathy .tradingBox .btmBox .telBox span {
	display: inline-block;
	font-size: 16px;
}
#gl_empathy .tradingBox .btmBox .comBtn03 {
	margin-bottom: 7px;
}
#gl_empathy .comBtn03 a {
	padding: 7px 40px 10px;
	width: 280px;
	font-size: 18px;
	background-color: #15aec0;
	box-shadow: 0 5px 0 #198491;
	line-height: 1.25;
}
#gl_empathy .serviceBox .linkUl .on,
#gl_empathy .serviceBox .linkUl a:hover {
	opacity: 1;
}
#gl_empathy .serviceBox .linkUl .on::before {
	opacity: 1;
}
#gl_empathy .serviceBox .linkUl .on .bg {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}
#gl_empathy .serviceBox .linkUl .on .ttl {
	display: none;
}
#gl_empathy .serviceBox .linkUl .on .txt {
	display: block;
}
#gl_empathy .serviceBox .box02 .comBtn a:hover {
	background-color: #238ef1;
	box-shadow: 0 5px 0 #28669d;
}
#gl_empathy .serviceBox .caseBox .moreBtn a:hover {
	background-color: #002578;
	box-shadow: 0 4px 0 #11224e;
}
#gl_empathy .tradingBox .btmBox .leftBox a:hover {
	text-decoration: none;
	opacity: 1;
}
@media (min-width:781px) {
	#gl_empathy .sp {
		display: none !important;
	}
	#gl_empathy .priceBox .tabBox {
		display: none !important;
	}
	#gl_empathy .tradingBox .btmBox {
		margin-top: 0;
		width: 1000px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		z-index: 999;
	}
	#gl_empathy .tradingBox {
		margin-bottom: 186px;
		padding: 78px 0 285px;
		position: relative;
	}
	#gl_empathy .tradingBox .btmBox.fix {
		position: fixed;
		bottom: 0;
	}
	#gl_empathy .serviceBox .linkUl a:hover::before {
		opacity: 1;
	}
	#gl_empathy .serviceBox .linkUl a:hover .bg {
		filter: blur(2px);
		-webkit-filter: blur(2px);
	}
	#gl_empathy .serviceBox .linkUl a:hover .ttl {
		display: none;
	}
	#gl_empathy .serviceBox .linkUl a:hover .txt {
		display: block;
	}
}
@media (max-width:780px) {
	#gl_empathy {
		font-size: 14px;
	}
	#gl_empathy .empathyInner {
		min-width: 0;
	}
	#gl_empathy .pc {
		display: none !important;
	}
	#gl_empathy p {
		font-size: 14px;
		line-height: 1.5;
	}
	#gl_empathy .mainVisual {
		padding: 155px 20px 156px;
	}
	#gl_empathy .mainVisual h2 {
		margin: 0 0 9px 0;
		font-size: 36px;
	}
	#gl_empathy .mainVisual .borderBox {
		padding: 17px 0 21px;
		max-width: 500px;
	}
	#gl_empathy .mainVisual p {
		font-size: 14px;
	}
	#gl_empathy .messageBox {
		padding: 51px 10px 40px;
	}
	#gl_empathy .messageBox h2 {
		margin: 0 17px 16px;
		font-size: 25px;
		line-height: 1.55;
	}
	#gl_empathy .messageBox .comBox {
		padding: 22px 15px 29px;
	}
	#gl_empathy .centerTxt {
		margin-bottom: 24px;
		font-size: 18px;
	}
	#gl_empathy .messageBox .imgBox {
		margin: 0 4px;
		display: block;
	}
	#gl_empathy .messageBox .photo {
		width: auto;
	}
	#gl_empathy .messageBox .textBox {
		padding: 15px 20px 16px;
	}
	#gl_empathy .messageBox .imgBox p {
		margin-bottom: 5px;
	}
	#gl_empathy .messageBox .textBox .name {
		margin: 12px 1px 0 0;
	}
	#gl_empathy .headLine01 {
		margin-bottom: 19px;
		padding-bottom: 12px;
		display: block;
		font-size: 24px;
	}
	#gl_empathy .headLine01 .image {
		padding-bottom: 8px;
		min-width: 0;
		display: block;
	}
	#gl_empathy .serviceBox .box01 {
		padding: 39px 10px 45px;
	}
	#gl_empathy .headLine01 .image img {
		height: 57px;
	}
	#gl_empathy .headLine01 .txt {
		display: block;
	}
	#gl_empathy .serviceBox .linkUl {
		margin: 0 0 28px;
		display: block;
	}
	#gl_empathy .serviceBox .linkUl .ttl {
		font-size: 33px;
		line-height: 1.57;
	}
	#gl_empathy .serviceBox .linkUl .flexBox {
		height: 235px;
	}
	#gl_empathy .serviceBox .linkUl li {
		margin: 0 0 10px;
		width: auto;
	}
	#gl_empathy .serviceBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#gl_empathy .serviceBox .linkUl .ttl span {
		margin-bottom: 0;
		line-height: 1.2;
	}
	#gl_empathy .serviceBox .linkUl .link {
		position: absolute;
		bottom: 12px;
		right: 10px;
		z-index: 1000;
		font-size: 18px;
	}
	#gl_empathy .headLine02 {
		margin-bottom: 15px;
		font-size: 21px;
	}
	#gl_empathy .headLine02 + p {
		margin-bottom: 26px;
		font-size: 14px;
		line-height: 1.5;
	}
	#gl_empathy .flowUl li {
		margin: 6px 21px 0 0;
		padding: 9px 0 15px;
		width: 69px;
	}
	#gl_empathy .flowUl {
		margin: -6px -10px 71px 0;
		justify-content: center;
	}
	#gl_empathy .flowUl .num {
		margin-bottom: 22px;
		font-size: 20px;
	}
	#gl_empathy .flowUl .txt {
		font-size: 11px;
	}
	#gl_empathy .flowUl .image img {
		height: 50px;
	}
	#gl_empathy .flowUl .image {
		margin: 0 0 6px 7px;
	}
	#gl_empathy .flowUl li::after {
		width: 17px;
		background-size: 17px 100%;
		right: -16px;
	}
	#gl_empathy .flowUl li:last-child {
		width: 85px;
	}
	#gl_empathy .comShowBox .photo {
		top: -39px;
		left: 0px;
		width: 78px;
	}
	#gl_empathy .comShowBox {
		padding-left: 50px;
	}
	#gl_empathy .comShowBox p {
		font-size: 14px;
		line-height: 1.5;
	}
	#gl_empathy .comShowBox .textBox {
		padding: 20px 15px 18px 25px;
	}
	#gl_empathy .btnUl {
		margin: 29px auto 0;
		display: block;
	}
	#gl_empathy .btnUl li {
		margin-bottom: 20px;
	}
	#gl_empathy .btnUl li:last-child {
		margin-bottom: 0;
	}
	#gl_empathy .comBtn a {
		margin: 0 auto;
		padding: 13px 50px 11px;
		width: 100%;
		font-size: 18px;
		max-width: 295px;
	}
	#gl_empathy .comBtn a::after {
		margin-top: -6px;
		width: 11px;
		height: 11px;
		right: 13px;
	}
	#gl_empathy .comBtn02 a::after {
		transform: rotate(45deg);
	}
	#gl_empathy .serviceBox .box02 {
		padding: 38px 10px;
	}
	#gl_empathy .serviceBox .box02 .photoBox {
		margin-bottom: 23px;
		display: block;
	}
	#gl_empathy .serviceBox .box02 .photoBox .image {
		width: auto;
	}
	#gl_empathy .serviceBox .box02 .headLine01 {
		margin-bottom: 28px;
	}
	#gl_empathy .serviceBox .box02 .photoBox .txt {
		margin: 13px 0 0 0;
		font-size: 18px;
		letter-spacing: -0.5px;
	}
	#gl_empathy .serviceBox .showList li {
		margin-right: 8.75%;
		padding: 13px 5px 5px;
		width: 27.5%;
	}
	#gl_empathy .serviceBox .showList {
		margin: -29px 0 30px;
	}
	#gl_empathy .serviceBox .showList .image img {
		width: 100%;
		height: auto;
		max-width: 100px;
	}
	#gl_empathy .serviceBox .showList li p {
		width: 100%;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.3;
	}
	#gl_empathy .serviceBox .showList .image {
		margin-bottom: 7px;
	}
	#gl_empathy .serviceBox .showList li::before {
		margin-top: -26px;
		width: 14px;
		height: 52px;
		right: -24%;
		background-size: 14px auto;
	}
	#gl_empathy .serviceBox .box02 .imgBox {
		margin-bottom: 21px;
		display: block;
	}
	#gl_empathy .serviceBox .box02 .imgBox .photo {
		width: auto;
	}
	#gl_empathy .serviceBox .box02 .imgBox .textBox {
		padding: 17px 15px 20px 21px;
	}
	#gl_empathy .headLine03 {
		padding-left: 8px;
		font-size: 18px;
		line-height: 1.33;
	}
	#gl_empathy .headLine03::before {
		height: 17px;
		top: 4px;
	}
	#gl_empathy .serviceBox .box02 .imgBox .textBox p {
		line-height: 1.5;
	}
	#gl_empathy .serviceBox .box02 .imgBox .txt {
		min-height: inherit;
	}
	#gl_empathy .serviceBox .box02 .imgBox .textUl {
		margin: 11px 0 0 -1px;
		font-size: 12px;
	}
	#gl_empathy .serviceBox .box02 .imgBox .textUl li {
		margin: 5px 1.5% 0 0;
		padding: 3px 8px 5px;
		width: 32%;
	}
	#gl_empathy .serviceBox .box02 .btnUl {
		margin: 31px auto 33px;
	}
	#gl_empathy .serviceBox .box02 .headLine02 {
		margin-bottom: 19px;
	}
	#gl_empathy .serviceBox .caseBox .h3Ttl {
		margin: 0 -20px 29px;
		padding: 9px 5px 10px;
		font-size: 22.5px;
	}
	#gl_empathy .serviceBox .caseBox .h3Ttl::before {
		bottom: -11px;
	}
	#gl_empathy .serviceBox .h4Ttl,
	#gl_empathy .serviceBox .h3Ttl02 {
		font-size: 18px;
	}
	#gl_empathy .serviceBox .caseBox .whiteBox {
		margin-bottom: 23px;
		padding: 0 20px 16px;
	}
	#gl_empathy .serviceBox .h4Ttl + p {
		margin-bottom: 12px;
		font-size: 14px;
	}
	#gl_empathy .serviceBox .caseBox .headLine03 {
		margin-bottom: 7px;
	}
	#gl_empathy .serviceBox .caseBox .imgBox .textBox {
		margin: 0;
		padding: 16px 0 0 0;
	}
	#gl_empathy .serviceBox .caseBox .moreBox {
		height: 576px;
	}
	#gl_empathy .serviceBox .caseBox .moreBtn {
		margin-top: 15px;
	}
	#gl_empathy .serviceBox .caseBox .moreBtn a {
		margin: 0 auto;
		padding: 12px 10px 12px;
		width: 100%;
		max-width: 295px;
	}
	#gl_empathy .serviceBox .caseBox .textList {
		margin: 30px 0 9px;
		font-size: 14px;
	}
	#gl_empathy .serviceBox .caseBox .textList .title span {
		padding: 10px 0 13px 8px;
		text-align: left;
		line-height: 1.5;
		letter-spacing: -0.5px;
	}
	#gl_empathy .serviceBox .caseBox .textList .title {
		margin-right: 22px;
		width: 83px;
	}
	#gl_empathy .serviceBox .caseBox .textList .title span::before {
		width: 14px;
		right: -13px;
		background-size: 14px 100%;
	}
	#gl_empathy .dotsUl {
		font-size: 14px;
	}
	#gl_empathy .dotsUl li {
		margin-bottom: 6px;
		padding-left: 16px;
	}
	#gl_empathy .dotsUl li:last-child {
		margin-bottom: 0;
	}
	#gl_empathy .dotsUl li::after {
		width: 10px;
		height: 10px;
	}
	#gl_empathy .serviceBox .whiteBox02 .imgBox {
		margin-bottom: 13px;
	}
	#gl_empathy .serviceBox .caseBox .whiteBox02 {
		padding-bottom: 24px;
	}
	#gl_empathy .serviceBox .caseBox {
		margin-bottom: 72px;
	}
	#gl_empathy .serviceBox .box02 .comShowBox .textBox {
		padding: 20px 15px 18px 25px;
	}
	#gl_empathy .serviceBox .box02 .comShowBox .textBox p {
		line-height: 1.5;
		letter-spacing: -0.5px;
	}
	#gl_empathy .serviceBox .box03 {
		padding: 39px 10px;
	}
	#gl_empathy .serviceBox .h3Ttl02 {
		line-height: 1.5;
		letter-spacing: -1px;
	}
	#gl_empathy .serviceBox .h3Ttl02 {
		margin-bottom: 17px;
	}
	#gl_empathy .serviceBox .box03 .movie {
		margin-bottom: 24px;
	}
	#gl_empathy .serviceBox .box03 .borderBox::before {
		top: -15px;
	}
	#gl_empathy .serviceBox .box03 .borderBox h4 {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.23;
	}
	#gl_empathy .serviceBox .box03 .borderBox {
		margin-bottom: 29px;
		padding: 19px 12px 19px;
	}
	#gl_empathy .serviceBox .box03 .borderBox p {
		margin-bottom: 7px;
		letter-spacing: -0.5px;
		line-height: 1.53;
	}
	#gl_empathy .serviceBox .box03 .headLine02 {
		margin-bottom: 16px;
	}
	#gl_empathy .serviceBox .box03 .headLine03 {
		margin-bottom: 26px;
	}
	#gl_empathy .serviceBox .box03 .showList .image img {
		height: auto;
	}
	#gl_empathy .serviceBox .box03 .showList li {
		padding: 8px 4px 14px;
	}
	#gl_empathy .serviceBox .box03 .showList {
		margin-bottom: 25px;
	}
	#gl_empathy .serviceBox .box03 .btnUl {
		margin: 30px auto 75px;
	}
	#gl_empathy .priceBox {
		padding: 38px 10px 36px;
	}
	#gl_empathy .priceBox .headLine02 {
		margin-bottom: 20px;
	}
	#gl_empathy .priceBox .listUl {
		margin-bottom: 10px;
		display: block;
	}
	#gl_empathy .priceBox .listUl li {
		margin: 0 0 1px;
		padding: 2px 5px 3px;
		width: auto;
	}
	#gl_empathy .priceBox .listUl .col {
		margin-top: 5px;
		font-size: 16px;
	}
	#gl_empathy .priceBox .listUl .col span {
		font-size: 26px;
	}
	#gl_empathy .priceBox .listUl li {
		color: #847984;
		border: 1px solid #c464c5;
		background-color: #ffe5ff;
	}
	#gl_empathy .priceBox .listUl li .col {
		color: #847984;
	}
	#gl_empathy .priceBox .listUl li a {
		color: #847984;
		cursor: pointer;
		pointer-events: auto;
	}
	#gl_empathy .priceBox .listUl li.on {
		color: #fff;
		background-color: #c464c5;
	}
	#gl_empathy .priceBox .listUl li.on a {
		color: #fff;
	}
	#gl_empathy .priceBox .listUl li.on .col {
		color: #ffd852;
	}
	#gl_empathy .priceBox table th,
	#gl_empathy .priceBox table td {
		padding: 10px 3px 12px;
		font-size: 13px;
		line-height: 1.15;
	}
	#gl_empathy .priceBox table th {
		width: 73px;
		white-space: nowrap;
	}
	#gl_empathy .priceBox table thead th {
		font-size: 14px;
		border-bottom: 1px solid #e7f7f9 !important;
	}
	#gl_empathy .priceBox table td {
		width: auto;
	}
	#gl_empathy .priceBox table .thStyle {
		width: 145px;
	}
	#gl_empathy .priceBox table sup {
		font-size: 7px;
	}
	#gl_empathy .priceBox table .thStyle02 {
		width: 73px;
	}
	#gl_empathy .priceBox .tabBox {
		display: none;
	}
	#gl_empathy .priceBox .box01 {
		display: block;
	}
	#gl_empathy .priceBox .table02 td {
		font-size: 13px;
	}
	#gl_empathy .priceBox .table02 .thStyle {
		width: 145px;
	}
	#gl_empathy .priceBox table {
		margin-bottom: 9px;
	}
	#gl_empathy .priceBox .notesTxt {
		margin-bottom: 23px;
		font-size: 12px;
	}
	#gl_empathy .priceBox .table02 {
		margin-bottom: 6px;
	}
	#gl_empathy .priceBox .notesTxt span {
		margin-bottom: 2px;
	}
	#gl_empathy .priceBox .notesTxt span:last-child {
		margin-bottom: 0;
	}
	#gl_empathy .priceBox .headLine03 {
		margin-bottom: 16px;
	}
	#gl_empathy .priceBox .textDl dt {
		margin-bottom: 0;
		font-size: 17px;
	}
	#gl_empathy .priceBox .logoBox {
		margin-bottom: 27px;
	}
	#gl_empathy .priceBox .logoBox img {
		width: 100%;
	}
	#gl_empathy .priceBox .textDl dd {
		margin-bottom: 7px;
	}
	#gl_empathy .tradingBox {
		padding: 37px 10px;
	}
	#gl_empathy .tradingBox .dotsUl li {
		margin-bottom: 3px;
	}
	#gl_empathy .tradingBox .dotsUl li:last-child {
		margin-bottom: 0;
	}
	#gl_empathy .tradingBox .dotsUl {
		margin-bottom: 9px;
	}
	#gl_empathy .tradingBox .btmBox {
		margin-top: 51px;
		padding: 20px 10px 22px;
		box-shadow: 0 0 9px rgba(0,0,0,0.2);
		display: block;
	}
	#gl_empathy .tradingBox .btmBox .telBox {
		width: auto;
	}
	#gl_empathy .tradingBox .btmBox .leftBox .icon img {
		width: 132px;
	}
	#gl_empathy .tradingBox .btmBox .leftBox {
		margin-bottom: 6px;
		width: auto;
	}
	#gl_empathy .tradingBox .btmBox p {
		font-size: 12px;
	}
	#gl_empathy .tradingBox .btmBox .leftBox .icon {
		margin-bottom: 7px;
	}
	#gl_empathy .tradingBox .btmBox .telBox p {
		font-size: 18px;
	}
	#gl_empathy .tradingBox .btmBox .telBox a {
		margin: -1px 0 -2px;
		letter-spacing: 0;
		font-size: 23px;
		letter-spacing: 2px;
	}
	#gl_empathy .tradingBox .btmBox .telBox span {
		font-size: 13px;
		display: block;
	}
	#gl_empathy .tradingBox .btmBox .telBox a::before {
		width: 25px;
		height: 25px;
		top: 7px;
		left: 2px;
		background-size: 25px auto;
	}
	#gl_empathy .tradingBox .btmBox .telBox {
		margin-bottom: 13px
	}
	#gl_empathy .comBtn03 a {
		padding: 4px 50px 7px;
		font-size: 16px;
		line-height: 1.1;
	}
	#gl_empathy .serviceBox .caseBox .cp_box label:after {
		width: 295px;
		font-size: 18px;
		padding: 12px 10px 12px;
	}
	#gl_empathy .serviceBox .caseBox .cp_box input:checked ~ .moreBox {
		padding-bottom: 70px;
	}
}
@media (max-width:374px) {
	#gl_empathy .mainVisual h2 {
		font-size: 30px;
	}
	#gl_empathy .mainVisual p {
		font-size: 12px;
	}
	#gl_empathy .messageBox h2 {
		margin: 0 0 16px;
		font-size: 20px;
	}
	#gl_empathy .centerTxt {
		font-size: 14px;
	}
	#gl_empathy .headLine01 {
		font-size: 20px;
	}
	#gl_empathy .headLine01 .image img {
		height: 50px;
	}
	#gl_empathy .serviceBox .linkUl .ttl {
		font-size: 28px;
	}
	#gl_empathy .serviceBox .linkUl .txt {
		font-size: 18px;
	}
	#gl_empathy .flowUl li {
		margin: 6px 17px 0 0;
		width: 60px;
	}
	#gl_empathy .flowUl li::after {
		width: 14px;
		background-size: 14px 100%;
		right: -13px;
	}
	#gl_empathy .flowUl {
		margin: -6px -10px 71px -8px;
	}
	#gl_empathy .flowUl .txt {
		font-size: 9px;
	}
	#gl_empathy .flowUl li:last-child {
		width: 72px;
	}
	#gl_empathy .serviceBox .showList li p {
		font-size: 10px;
	}
	#gl_empathy .serviceBox .box02 .imgBox .textBox {
		padding: 17px 10px 20px;
	}
	#gl_empathy .serviceBox .box02 .imgBox .textUl {
		font-size: 10px;
	}
	#gl_empathy .serviceBox .h4Ttl,
	#gl_empathy .serviceBox .h3Ttl02 {
		line-height: 1.5;
		font-size: 17px;
	}
	#gl_empathy .serviceBox .caseBox .textList {
		font-size: 12px;
	}
	#gl_empathy .serviceBox .caseBox .textList .title {
		width: 72px;
	}
	#gl_empathy .serviceBox .h4Ttl + p {
		font-size: 13px;
	}
	#gl_empathy .serviceBox .box03 .borderBox p {
		font-size: 13px;
	}
	#gl_empathy .priceBox .listUl p {
		font-size: 12px;
	}
	#gl_empathy .priceBox .listUl .col {
		font-size: 15px;
	}
	#gl_empathy .priceBox .listUl .col span {
		font-size: 23px;
	}
	#gl_empathy .priceBox table thead th {
		font-size: 13px;
	}
	#gl_empathy .priceBox table th, #gl_empathy .priceBox table td {
		padding: 10px 2px 12px;
		font-size: 12px;
	}
	#gl_empathy .priceBox table .thStyle {
		width: 134px;
	}
	#gl_empathy .priceBox .table02 .thStyle {
		width: 118px;
	}
	#gl_empathy .priceBox .table02 td {
		font-size: 12px;
	}
	#gl_empathy .priceBox table .thStyle02 {
		width: 70px;
	}
	#gl_empathy .serviceBox .linkUl .txt {
		font-size: 16px;
	}
}