@charset "UTF-8";
* {
  text-decoration: none;
  outline: none;
  font-weight: 500;
  line-height: 1.6em;
  word-break: break-all;
  line-break: strict !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0px;
  width: auto;
  height: auto;
}

address {
  font-style: normal;
}

.maxWrapp {
  width: 1640px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .maxWrapp {
    width: 73%;
  }
}
@media screen and (max-width: 1920px) {
  .maxWrapp {
    width: 1640px;
  }
}
@media screen and (max-width: 1690px) {
  .maxWrapp {
    width: 95%;
  }
}
@media screen and (max-width: 1420px) {
  .maxWrapp {
    width: calc(100% - 100px);
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .maxWrapp {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .maxWrapp {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 428px) {
  .maxWrapp {
    width: calc(100% - 10px);
  }
}

.largeWrapp {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .largeWrapp {
    width: 73%;
  }
}
@media screen and (max-width: 1920px) {
  .largeWrapp {
    width: 1400px;
  }
}
@media screen and (max-width: 1768px) {
  .largeWrapp {
    width: 1400px;
  }
}
@media screen and (max-width: 1430px) {
  .largeWrapp {
    width: 95%;
  }
}
@media screen and (max-width: 1420px) {
  .largeWrapp {
    width: calc(100% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .largeWrapp {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .largeWrapp {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 428px) {
  .largeWrapp {
    width: calc(100% - 10px);
  }
}

.mainWrapp {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .mainWrapp {
    width: 62%;
  }
}
@media screen and (max-width: 1920px) {
  .mainWrapp {
    width: 1200px;
  }
}
@media screen and (max-width: 1420px) {
  .mainWrapp {
    width: calc(100% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 980px) {
  .mainWrapp {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .mainWrapp {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 428px) {
  .mainWrapp {
    width: calc(100% - 10px);
  }
}

.middleWrapp {
  width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .middleWrapp {
    width: 48%;
  }
}
@media screen and (max-width: 1920px) {
  .middleWrapp {
    width: 990px;
  }
}
@media screen and (max-width: 955px) {
  .middleWrapp {
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .middleWrapp {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 428px) {
  .middleWrapp {
    width: calc(100% - 10px);
  }
}

.inrWrapp {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inrWrapp {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 428px) {
  .inrWrapp {
    width: calc(100% - 10px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "SourceHan";
  src: url("../fonts/SourceHan/SourceHanCodeJP-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SourceHan";
  src: url("../fonts/SourceHan/SourceHanCodeJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHan";
  src: url("../fonts/part2/SourceHanCodeJP-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHan";
  src: url("../fonts/SourceHan/SourceHanCodeJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceHan";
  src: url("../fonts/SourceHan/SourceHanCodeJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHan";
  src: url("../fonts/SourceHan/SourceHanCodeJP-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* CSS Document */
.zrotate {
  transform: rotateZ(180deg);
}

.yrotate {
  transform: rotatey(180deg);
}

.xrotate {
  transform: rotatex(180deg);
}

/* CSS Document */
/*! clearfix---------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
}

/*---------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
}
html * {
  color: #656a70;
  box-sizing: border-box;
  transition: 0.3s;
}

body {
  overflow-y: hidden;
  min-width: 100%;
  position: relative;
  font-size: 1.6rem; /*16px*/
  font-family: "SourceHan", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #656a70;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  letter-spacing: 1px;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadein 1s ease 0s 1 forwards;
  animation: fadein 1s ease 0s 1 forwards;
}

img {
  width: auto;
  height: auto;
}

.btn-primary, .btn-primary-input *, .btn-secondary, .btn-secondary-input *, .btn-white, .btn-white-input * {
  min-width: 165px;
  text-align: center;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  border: none;
}
.btn-primary.sBtn, .btn-primary-input *.sBtn, .btn-secondary.sBtn, .btn-secondary-input *.sBtn, .btn-white.sBtn, .btn-white-input *.sBtn {
  width: 327px;
  margin: 0 auto;
}
@media screen and (max-width: 327px) {
  .btn-primary.sBtn, .btn-primary-input *.sBtn, .btn-secondary.sBtn, .btn-secondary-input *.sBtn, .btn-white.sBtn, .btn-white-input *.sBtn {
    width: 100%;
  }
}
.btn-primary.arrowBtn, .btn-secondary.arrowBtn, .btn-white.arrowBtn {
  padding-left: 30px;
  padding-right: 43px;
  height: 67px;
}
.btn-primary.arrowBtn::after, .btn-primary.arrowBtn-orange::after, .btn-secondary.arrowBtn::after, .btn-secondary.arrowBtn-orange::after, .btn-white.arrowBtn::after, .btn-white.arrowBtn-orange::after {
  position: absolute;
  right: 15px;
  width: 21px;
  height: 21px;
}
.btn-primary.arrowBtn:after, .btn-secondary.arrowBtn:after, .btn-white.arrowBtn:after {
  content: url("../images/common/arrow-circle.png");
}
.btn-primary.arrowBtn-orange::after, .btn-secondary.arrowBtn-orange::after, .btn-white.arrowBtn-orange::after {
  content: url("../images/common/arrow-circle-orange.png");
}
.btn-primary, .btn-primary-input * {
  background: #ff9900;
  transition: 0.5s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary-input *:hover, .btn-primary-input *:focus {
  background: #ffbb00;
  transition: 0.3s;
}
.btn-secondary, .btn-secondary-input * {
  background: #ea5504;
  transition: 0.5s;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary-input *:hover, .btn-secondary-input *:focus {
  background: #da3824;
  transition: 0.3s;
}
.btn-white, .btn-white-input * {
  color: #ea5504;
  background: #ffffff;
  transition: 0.5s;
}
.btn-white:hover, .btn-white:focus, .btn-white-input *:hover, .btn-white-input *:focus {
  background: #ffffaa;
  transition: 0.3s;
}

.btn-center, .btn-center-input * {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

@media screen and (max-width: 768px) {
  .main_section {
    width: 97%;
    margin: 0 auto;
  }
}

.txtLink {
  position: relative;
}
.txtLink:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background: #656a70;
}
.txtLink.brownClr:after {
  background: #5b4133;
}
.txtLink:hover:after, .txtLink:focus:after {
  width: 100%;
  transition: 0.3s;
}

.cmnTtl01 {
  font-size: 3.8rem;
  text-align: center;
  background: url("../images/common/deco-ttl.png") no-repeat bottom center;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cmnTtl01 {
    font-size: 2.8rem;
  }
}
.cmnTtl02 {
  color: #5d6368;
  font-size: 2.9rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cmnTtl02 {
    font-size: 2.5rem;
  }
}
.cmnTtl02 span {
  color: #ec7c3f;
  font-size: 3.9rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .cmnTtl02 span {
    font-size: 2.8rem;
  }
}

.twoBtn {
  width: 690px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twoBtn a {
  width: 330px;
}
.twoBtn a:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 690px) {
  .twoBtn {
    width: 100%;
  }
  .twoBtn a {
    width: 47%;
  }
  .twoBtn a:first-of-type {
    margin-right: 6%;
  }
}

.twoColumn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*! btnTrigger
---------------------------- */
.btnTrigger {
  z-index: 10000;
  width: 37px;
  height: 51px;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 9px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btnTrigger {
    top: 0;
  }
}
.btnTrigger,
.btnTrigger .top,
.btnTrigger .bottom {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  box-sizing: border-box;
  animation: all 0.4s;
  -webkit-animation: all 0.4s;
}
.btnTrigger .top,
.btnTrigger .bottom {
  height: 2px;
  width: 37px;
  background: #3d3d3d;
  position: absolute;
}
.btnTrigger .top {
  transform: translateY(0px) rotate(0deg);
  top: 17px;
  left: 0px;
}
.btnTrigger .bottom {
  transform: translateY(0px) rotate(0deg);
  top: 28px;
  left: 0px;
}
.btnTrigger.active {
  transition: 0.3s;
}
.btnTrigger.active .top,
.btnTrigger.active .bottom,
.btnTrigger.active .center {
  background: #ffffff;
}
.btnTrigger.active .top {
  width: 40px;
  top: -1px;
  left: -1px;
  transform: translateY(20px) rotate(-45deg);
}
@media screen and (max-width: 428px) {
  .btnTrigger.active .top {
    top: -1px;
    left: 5px;
  }
}
.btnTrigger.active .bottom {
  width: 40px;
  top: 39px;
  left: -1px;
  transform: translateY(-20px) rotate(45deg);
}
@media screen and (max-width: 428px) {
  .btnTrigger.active .bottom {
    top: 39px;
    left: 5px;
  }
}

/*! matchingLoop
---------------------------- */
.matchingLoop {
  background: url("../images/common/matching-bg.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.matchingLoop .inrBox a {
  background: #ffffff;
  margin-right: 20px;
  width: 430px;
  display: block;
}
.matchingLoop .inrBox a:last-of-type {
  margin-right: 0;
}
.matchingLoop .cmnTtl01 {
  color: #ffffff;
}
.matchingLoop .slider-matching {
  margin-bottom: 75px;
}
.matchingLoop .slick-track {
  display: flex;
}
.matchingLoop .slick-slider div {
  transition: none;
}
.matchingLoop .slider-img {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.matchingLoop .slider-img div {
  transition: none;
}
.matchingLoop .slider-img div.imgBox {
  width: 100%;
  border-radius: 3px 0px 0px 3px;
  overflow: hidden;
  position: relative;
  height: 180px;
}
.matchingLoop .slider-img div.imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.matchingLoop .slider-img div.txtBox {
  padding: 10px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 3px 3px 0px;
}
.matchingLoop .slider-img div.txtBox .matchingTtl {
  font-size: 2.1rem;
  color: #656a70;
  height: 54px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.3;
}
.matchingLoop .slider-img div.txtBox .matchingTxt {
  font-size: 1.4rem;
  color: #656a70;
}
.matchingLoop .slider-nav {
  width: 500px;
  margin: 0 auto 75px;
}
.matchingLoop .slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  margin: 0 auto;
}
.matchingLoop .slick-dots li {
  width: 115px;
  height: 3px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  background: #ffffff;
}
.matchingLoop .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-position: center !important;
  position: absolute;
  top: 0;
  transition: 0.5s;
  position: relative;
}
.matchingLoop .slick-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  transition: 0.3s;
  display: block;
  background: #ffb546;
  width: 100%;
  z-index: 2;
  right: 0;
  opacity: 0;
}
.matchingLoop .slick-dots li.slick-active::before {
  opacity: 1;
}
.matchingLoop .slick-dots li:hover::before, .matchingLoop .slick-dots li:active::before {
  opacity: 1;
}
.matchingLoop .arrowWrapp {
  width: 500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.matchingLoop .arrowWrapp button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  width: 49px;
  height: 49px;
  background: #ffffff;
  border-radius: 50px;
  transition: 0.5s;
}
.matchingLoop .arrowWrapp button:before {
  content: url("../images/common/arrow-orange.png");
  display: block;
  width: 13px;
  height: 16px;
}
.matchingLoop .arrowWrapp button.slick-prev {
  left: 0;
}
.matchingLoop .arrowWrapp button.slick-next {
  right: 0;
  transform: rotateZ(180deg);
}
.matchingLoop .arrowWrapp button:before, .matchingLoop .arrowWrapp button:focus {
  transition: 0.3s;
  background: #ffffaa;
}
.matchingLoop .btn-white {
  width: 395px;
  margin: 0 auto;
}

/*! header
---------------------------- */
#header .headerInr {
  background: rgba(255, 255, 255, 0);
  padding: 20px 40px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  #header .headerInr {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #header .headerInr {
    padding: 15px 3% 0;
  }
}
#header .headerInr .rightBox {
  padding-right: 40px;
  position: relative;
  height: 66px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header .headerInr .rightBox {
    height: 48px;
  }
}
#header h1 {
  float: left;
}
@media screen and (min-width: 1351px) {
  #header h1 img {
    width: 280px;
  }
}
@media screen and (max-width: 1350px) {
  #header h1 img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #header h1 img {
    width: 203px;
  }
}
#header h1 span {
  display: block;
  font-size: 1.8rem;
  color: #ff9900;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  #header h1 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #header h1 span {
    font-size: 1.25rem;
  }
}
#header .gnavtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .gnavtop > li {
  margin-right: 40px;
}
@media screen and (max-width: 1500px) {
  #header .gnavtop > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1350px) {
  #header .gnavtop .gnavl a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1240px) {
  #header .gnavtop .gnavl a {
    display: none;
  }
}
#header .gnavtop .contactBtn_consultation, #header .gnavtop .contactBtn_lesson {
  margin-right: 15px;
}
@media screen and (max-width: 1500px) {
  #header .gnavtop .contactBtn_consultation, #header .gnavtop .contactBtn_lesson {
    margin-right: 10px;
  }
}
#header .gnavtop .parentMenu .subMenu {
  position: relative;
  position: absolute;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  padding-top: 0;
}
#header .gnavtop .parentMenu .subMenu li {
  padding-top: 0;
}
#header .gnavtop .parentMenu .subMenu li a {
  text-shadow: 0px 0px 5px rgb(249, 244, 238), 0px 0px 5px rgb(249, 244, 238), 0px 0px 5px rgb(249, 244, 238), 0px 0px 4px rgb(249, 244, 238), 0px 0px 3px rgb(249, 244, 238), 0px 0px 2px rgb(249, 244, 238);
}
#header .gnavtop .parentMenu:hover .subMenu, #header .gnavtop .parentMenu:focus .subMenu {
  padding-top: 5px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: fill;
}
#header .gnavtop .parentMenu:hover .subMenu li, #header .gnavtop .parentMenu:focus .subMenu li {
  padding-top: 10px;
}
#header .gnavtop .parentMenu .subMenu:hover, #header .gnavtop .parentMenu .subMenu:focus {
  padding-top: 5px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: fill;
}
#header .gnavtop .parentMenu .subMenu:hover li, #header .gnavtop .parentMenu .subMenu:focus li {
  padding-top: 10px;
}
#header .contactBtn_consultation a {
  height: auto;
}
#header .contactBtn_lesson a {
  height: auto;
}
@media screen and (max-width: 1500px) {
  #header .contactBtn_consultation a, #header .contactBtn_lesson a {
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1350px) {
  #header .contactBtn_consultation a, #header .contactBtn_lesson a {
    font-size: 1.4rem;
  }
}
#header .btnMenu {
  background: #852f00;
  height: 100vh;
  width: 30%;
  max-width: 410px;
  min-width: 320px;
  position: absolute;
  overflow-y: scroll;
  top: 0;
  right: calc(-50% - 320px);
  z-index: 9999;
  padding: 90px 30px 10px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
#header .btnMenu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .btnMenu {
    width: 320px;
    right: -70%;
    min-width: inherit;
  }
}
@media screen and (max-width: 640px) {
  #header .btnMenu {
    width: 100%;
    right: -150%;
    max-width: inherit;
  }
}
#header .btnMenu .mainMenu > li {
  display: block;
  position: relative;
}
#header .btnMenu .mainMenu > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bf602b;
}
#header .btnMenu .mainMenu > li a {
  width: 100%;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}
#header .btnMenu .mainMenu > li a:after {
  bottom: 0;
  z-index: 2;
  background: #ffcdcd;
}
#header .btnMenu .mainMenu > li a:hover, #header .btnMenu .mainMenu > li a:focus {
  color: #ffff00;
  transition: 0.3s;
}
@media screen and (min-width: 1241px) {
  #header .btnMenu .gnavlBtn {
    display: none;
  }
}
#header .btnMenu .parentMenu {
  position: relative;
}
#header .btnMenu .parentMenu.active {
  padding-bottom: 0;
}
#header .btnMenu .parentMenu a {
  padding-bottom: 10px;
}
#header .btnMenu .parentMenu .parentArrow {
  position: absolute;
  top: 15px;
  right: 3%;
  padding: 10px;
  transform: rotateZ(-90deg);
  z-index: 9999;
  cursor: pointer;
}
#header .btnMenu .parentMenu .parentArrow:hover {
  transform: rotateZ(-450deg);
}
#header .btnMenu .parentMenu .parentArrow.active {
  transform: rotateZ(90deg);
}
#header .btnMenu .parentMenu .subMenu {
  transition: none;
  display: none;
  position: relative;
  margin-top: 10px;
}
#header .btnMenu .parentMenu .subMenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bf602b;
}
#header .btnMenu .parentMenu .subMenu a {
  width: 100%;
  background: #742c06;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
#header .btnMenu .parentMenu .subMenu a:after {
  bottom: 0;
  z-index: 2;
  background: #ffcdcd;
}
#header .btnMenu .parentMenu .subMenu li {
  position: relative;
}
#header .btnMenu .parentMenu .subMenu li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a18c88;
}
#header .btnMenu .parentMenu .subMenu li:last-of-type:after {
  display: none;
}
#header .btnMenu.active {
  right: 0;
  top: 0;
}
#header .btnMenu .contactMenu {
  padding-top: 50px;
}
#header .btnMenu .contactMenu li {
  margin-bottom: 25px;
}
#header.active .headerInr {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
}
#header.active .headerInr h1 a img {
  width: 250px;
}
#header.active .headerInr h1 a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #header .headerInr h1 a img {
    width: 203px !important;
  }
  #header .headerInr h1 a span {
    font-size: 1.25rem !important;
  }
}

.school #header:not(.active) .headerInr .gnavtop li, .school #header:not(.active) .headerInr .gnavtop li *,
.about #header:not(.active) .headerInr .gnavtop li,
.about #header:not(.active) .headerInr .gnavtop li * {
  color: #ffffff;
}
.school #header:not(.active) .btnTrigger .top,
.school #header:not(.active) .btnTrigger .bottom,
.about #header:not(.active) .btnTrigger .top,
.about #header:not(.active) .btnTrigger .bottom {
  background: #ffffff;
}

/*! mainCon
---------------------------- */
.mainCon {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .mainCon {
    padding-top: 76px;
  }
}

/*! sidebar
---------------------------- */
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9998;
  transition: 0.5s;
}
.pagetop.btnOpen {
  right: 225px;
  transition: 0.3s;
}
.pagetop a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  pointer-events: fill;
  cursor: pointer;
  background: #ff9900;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 428px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop a img {
  transform: rotateZ(90deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 4%;
    bottom: 4%;
  }
}
@media screen and (max-width: 428px) {
  .pagetop {
    right: 4%;
    bottom: 4%;
  }
}
.pagetop:hover a, .pagetop:focus a {
  transition: 0.3s;
  transform: rotateY(180deg);
  background: #ea5504;
}
.pagetop:hover a img, .pagetop:focus a img {
  transition: 0.3s;
  transform: rotateZ(90deg);
}

/*! footer
---------------------------- */
.footer .footerInr {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f6f4f2;
}
@media screen and (max-width: 768px) {
  .footer .footerInr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .footer .footerInr .inrBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerInr .inrBox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .footer .footerLinkWrapp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLinkWrapp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.footer .footerLinkWrapp li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer .footer-logo {
  margin-right: 60px;
}
.footer .footer-logo img {
  width: 290px;
}
.footer .footer-logo span {
  display: block;
  font-size: 1.8rem;
  color: #ff9900;
  font-weight: bold;
}
.footer .copyRight {
  background: #686868;
}
.footer .copyRight p {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}

/*---------------------------- */
/* bxslider
------------------------------ */
.bxsliderWrapp {
  position: relative;
  margin-bottom: 140px;
  float: right;
  margin-right: 0;
}
.bxsliderWrapp .bxslider {
  width: 100%;
}
.bxsliderWrapp .bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .bxsliderWrapp .bx-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bxsliderWrapp .bx-wrapper img {
  border-radius: 20px;
}
.bxsliderWrapp .pickupWrapp {
  overflow-x: scroll;
  width: 100%;
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
}
.bxsliderWrapp .pickupWrapp .pickupBox img {
  border-radius: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1420px) {
  .bxsliderWrapp .pickupWrapp .pickupBox img {
    margin-bottom: 15px;
  }
}
.bxsliderWrapp .pickupWrapp .pickupBox h3 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1420px) {
  .bxsliderWrapp .pickupWrapp .pickupBox h3 {
    font-size: 2.1rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 428px) {
  .bxsliderWrapp .pickupWrapp .pickupBox h3 {
    line-height: 1.4;
  }
}
.bxsliderWrapp .pickupWrapp .pickupBox p {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1420px) {
  .bxsliderWrapp .pickupWrapp .pickupBox p {
    font-size: 1.5rem;
  }
}
.bxsliderWrapp .pickupWrapp a:hover img, .bxsliderWrapp .pickupWrapp a:focus img {
  transition: 0.3s;
  opacity: 0.8;
}
.bxsliderWrapp .pickupWrapp li {
  margin-right: 20px;
  display: inline-block;
  white-space: normal;
}
@media screen and (min-width: 601px) {
  .bxsliderWrapp .pickupWrapp li {
    width: 510px !important;
  }
}
.bxsliderWrapp .pickupWrapp li img {
  width: 100%;
}
.bxsliderWrapp .slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 30%;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 428px) {
  .bxsliderWrapp .slider-control {
    top: 29%;
  }
}
.bxsliderWrapp .slider-prev {
  float: left;
  pointer-events: fill;
}
.bxsliderWrapp .slider-next {
  float: right;
  pointer-events: fill;
  transform: rotateZ(180deg);
}
.bxsliderWrapp .bx-prev,
.bxsliderWrapp .bx-next {
  width: 50px;
  height: 50px;
  pointer-events: fill;
  cursor: pointer;
  background: #f6a596;
  position: relative;
  border-radius: 50px;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .bxsliderWrapp .bx-prev,
.bxsliderWrapp .bx-next {
    width: 30px;
    height: 30px;
  }
}
.bxsliderWrapp .bx-prev:after,
.bxsliderWrapp .bx-next:after {
  content: "";
  background: url("../images/top/arrow-white.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
}
.bxsliderWrapp .bx-prev:hover, .bxsliderWrapp .bx-prev:focus,
.bxsliderWrapp .bx-next:hover,
.bxsliderWrapp .bx-next:focus {
  opacity: 0.8;
  transition: 0.3s;
}
.bxsliderWrapp .bx-pager-link {
  background: #ffffff;
}
.bxsliderWrapp .bx-pager-link.active {
  background: #716158;
}

/*---------------------------- */
/* pagenaviarea
------------------------------ */
.pagenaviarea {
  text-align: center;
  margin-bottom: 50px;
}

.page-numbers {
  padding: 7px 8px;
  /* border: 1px solid #e4d9d4; */
  transition: 0.5s;
  margin: 0 3px;
  background: #716158;
  border-radius: 4px;
  color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.page-numbers:hover, .page-numbers:focus {
  color: #ffffff;
  transition: 0.3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
  background: #f6a596;
}
.page-numbers.current {
  background: #aaaaaa;
  color: #fcfcfc;
  /* border: 1px solid #787878; */
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
}

/*! animation setting
---------------------------- */
.animation {
  opacity: 0;
}

.animated.fadein {
  -webkit-animation: fadein 1s ease 0s 1 forwards;
  animation: fadein 1s ease 0s 1 forwards;
}

.animated.fadeup {
  -webkit-animation: fadeup 1s ease 0s 1 forwards;
  animation: fadeup 1s ease 0s 1 forwards;
}

.chainAnima01.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0s 1 forwards;
  animation: fadeup 0.3s ease 0s 1 forwards;
}

.chainAnima02.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0.3s 1 forwards;
  animation: fadeup 0.3s ease 0.3s 1 forwards;
}

.chainAnima03.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0.6s 1 forwards;
  animation: fadeup 0.3s ease 0.6s 1 forwards;
}

.chainAnima04.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0.9s 1 forwards;
  animation: fadeup 0.3s ease 0.9s 1 forwards;
}

.chainAnima05.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 1.2s 1 forwards;
  animation: fadeup 0.3s ease 1.2s 1 forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes sp-fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotateZ(-200deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
@keyframes sp-fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotateZ(-200deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
@-webkit-keyframes link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes sp-link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
@keyframes sp-link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

/*! loginBoxWrapp
---------------------------- */
.loginBoxWrapp {
  margin-top: 100px;
}
.loginBoxWrapp .readTxt {
  text-align: center;
  margin-bottom: 50px;
}
.loginBoxWrapp .loginSetBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.loginBoxWrapp .loginSetBox h4 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.loginBoxWrapp .loginSetBox .loginWrapp,
.loginBoxWrapp .loginSetBox .registraWrapp,
.loginBoxWrapp .loginSetBox .registraPayBox {
  width: 48%;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .loginBoxWrapp .loginSetBox .loginWrapp,
.loginBoxWrapp .loginSetBox .registraWrapp,
.loginBoxWrapp .loginSetBox .registraPayBox {
    width: 100%;
    min-width: auto;
  }
}
.loginBoxWrapp .loginSetBox .loginWrapp {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .loginBoxWrapp .loginSetBox .loginWrapp {
    margin: 0 auto 30px;
  }
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-form-inner .swpm-password-input input,
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-form-inner .swpm-username-input input {
  width: 100%;
  padding: 10px;
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-form-inner .swpm-username-input {
  margin-bottom: 15px;
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-submit input {
  min-width: 165px;
  text-align: center;
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  border: none;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
  background: #ea5504;
  transition: 0.5s;
  color: #ffffff;
  pointer-events: fill;
  cursor: pointer;
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-submit input:hover, .loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-submit input:focus, .loginBoxWrapp .loginSetBox .loginWrapp .swpm-login-submit input:active {
  background: #da3824;
  transition: 0.3s;
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-forgot-pass-link,
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-join-us-link {
  margin-bottom: 15px;
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-forgot-pass-link a,
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-join-us-link a {
  color: #1a73e8;
  transition: 0.5s;
}
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-forgot-pass-link a:after, .loginBoxWrapp .loginSetBox .loginWrapp .swpm-forgot-pass-link a:focus, .loginBoxWrapp .loginSetBox .loginWrapp .swpm-forgot-pass-link a:active,
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-join-us-link a:after,
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-join-us-link a:focus,
.loginBoxWrapp .loginSetBox .loginWrapp .swpm-join-us-link a:active {
  color: #3a93ff;
  transition: 0.3s;
}
.loginBoxWrapp .loginSetBox .registraPayBox {
  padding: 15px;
  border: 1px solid #ddd;
}
.loginBoxWrapp .loginSetBox .registraPayBox .swpm-payment-button input {
  min-width: 165px;
  text-align: center;
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  border: none;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
  background: #ea5504;
  transition: 0.5s;
  color: #ffffff;
  pointer-events: fill;
  cursor: pointer;
}
.loginBoxWrapp .loginSetBox .registraPayBox .swpm-payment-button input:hover, .loginBoxWrapp .loginSetBox .registraPayBox .swpm-payment-button input:focus, .loginBoxWrapp .loginSetBox .registraPayBox .swpm-payment-button input:active {
  background: #da3824;
  transition: 0.3s;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .addDiv {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .addDiv input {
  width: 100%;
  padding: 10px;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .addDiv .addDivInr:nth-of-type(1) {
  width: 100%;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .addDiv .addDivInr:nth-of-type(2) {
  width: 100%;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .nameWrapp {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .nameWrapp > div {
  width: 49% !important;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .swpm-registration-membership-level-row {
  display: flex;
  margin-bottom: 15px;
  align-content: center;
  flex-direction: row;
  justify-content: center;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .swpm-registration-membership-level-row div:nth-of-type(1) {
  margin-right: 10px;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .swpm-registration-submit-section input {
  min-width: 165px;
  text-align: center;
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  border: none;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
  background: #ea5504;
  transition: 0.5s;
  color: #ffffff;
  pointer-events: fill;
  cursor: pointer;
}
.loginBoxWrapp .loginSetBox .swpm-validate-form .swpm-registration-submit-section input:hover, .loginBoxWrapp .loginSetBox .swpm-validate-form .swpm-registration-submit-section input:focus, .loginBoxWrapp .loginSetBox .swpm-validate-form .swpm-registration-submit-section input:active {
  background: #da3824;
  transition: 0.3s;
}

.primary-clr {
  color: #ea5504 !important;
}

/* CSS Document */
#header .headerInr {
  padding: 40px 42px 0;
  background: none;
}
@media screen and (max-width: 768px) {
  #header .headerInr {
    padding: 40px 3% 0;
  }
}

.top-support .readTxt {
  margin-bottom: 60px;
  text-align: center;
}

.slider_wrapp {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 1100px) {
  .slider_wrapp {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 980px) {
  .slider_wrapp {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .slider_wrapp {
    margin-bottom: 70px;
  }
}
.slider_wrapp .slider {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .slider_wrapp .slider {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .slider_wrapp .slider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 428px) {
  .slider_wrapp .slider {
    margin-bottom: 25px;
  }
}
.slider_wrapp .slick-slider div {
  transition: none;
}
.slider_wrapp .slick-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 35%;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  width: 49px;
  height: 49px;
  background: #ea5504;
  border-radius: 50px;
}
.slider_wrapp .slick-arrow:before {
  content: url("../images/common/arrow.png");
  display: block;
  width: 13px;
  height: 16px;
}
.slider_wrapp .slick-arrow.slick-prev {
  left: 16%;
}
.slider_wrapp .slick-arrow.slick-next {
  right: 16%;
  transform: rotateZ(180deg);
}
.slider_wrapp .slick-track {
  display: flex;
}
.slider_wrapp .slider-img {
  margin: 0 50px;
  width: 1135px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
@media screen and (min-width: 1221px) {
  .slider_wrapp .slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}
@media screen and (max-width:1220px) {
  .slider_wrapp .slider-img {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.slider_wrapp .slider-img div {
  transition: none;
}
@media screen and (min-width: 1221px) {
  .slider_wrapp .slider-img div.imgBox {
    height: 100%;
    max-width: 50%;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
  }
  .slider_wrapp .slider-img div.imgBox img {
    width: auto;
    height: 100%;
    width: auto;
    height: auto;
    max-width: 300%;
    max-height: 300%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width:1220px) {
  .slider_wrapp .slider-img div.imgBox {
    width: 100%;
  }
  .slider_wrapp .slider-img div.imgBox img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1221px) {
  .slider_wrapp .slider-img div.txtBox {
    padding: 50px 55px;
    height: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 3px 3px 0px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1420px) {
  .slider_wrapp .slider-img div.txtBox {
    padding: 10px 25px;
  }
}
@media screen and (max-width:1220px) {
  .slider_wrapp .slider-img div.txtBox {
    width: 100%;
    padding: 50px 35px;
  }
}
.slider_wrapp .slider-img div.txtBox .supportTtl {
  font-size: 2.4rem;
  color: #656a70;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.slider_wrapp .slider-img div.txtBox .supportTxt {
  font-size: 1.4rem;
  color: #656a70;
}
.slider_wrapp .slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.slider_wrapp .slick-dots li {
  width: 158px;
  height: 158px;
  position: relative;
  margin: 7.5px;
  border-radius: 3px;
  overflow: hidden;
}
.slider_wrapp .slick-dots button {
  width: 158px;
  height: 158px;
  background: #ea5504 !important;
  border: none;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-position: center !important;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.slider_wrapp .slick-dots button::after {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  line-height: initial;
}
.slider_wrapp .slick-dots li:hover button,
.slider_wrapp .slick-dots li:focus button {
  background: #ff6d1d !important;
  transition: 0.3s;
}
.slider_wrapp #slick-slide-control10::before {
  content: url("../images/top/icon00.png");
}
.slider_wrapp #slick-slide-control10::after {
  content: "テストマーケティングと市場分析の実施";
}
.slider_wrapp #slick-slide-control11::before {
  content: url("../images/top/icon01.png");
}
.slider_wrapp #slick-slide-control11::after {
  content: "中国法に精通した弁護士の法的サポート";
}
.slider_wrapp #slick-slide-control12::before {
  content: url("../images/top/icon02.png");
}
.slider_wrapp #slick-slide-control12::after {
  content: "特許申請・商標登録でがっちりガード";
}
.slider_wrapp #slick-slide-control13::before {
  content: url("../images/top/icon03.png");
}
.slider_wrapp #slick-slide-control13::after {
  content: "中国企業とのマッチングで加速化";
}
.slider_wrapp #slick-slide-control14::before {
  content: url("../images/top/icon04.png");
}
.slider_wrapp #slick-slide-control14::after {
  content: "中国SNSの登録・運用サポート";
}
.slider_wrapp #slick-slide-control15::before {
  content: url("../images/top/icon05.png");
}
.slider_wrapp #slick-slide-control15::after {
  content: "中国語翻訳、中国語レッスンのサポート";
}
.slider_wrapp #slick-slide-control16::before {
  content: url("../images/top/icon06.png");
}
.slider_wrapp #slick-slide-control16::after {
  content: "「人々を魅せるプロ集団」による広告戦略";
}

.mvArea {
  position: relative;
  width: 100%;
  margin-bottom: 115px;
}
@media screen and (max-width: 1100px) {
  .mvArea {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 980px) {
  .mvArea {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea {
    margin-bottom: 55px;
  }
}
.mvArea .mainImg {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mvArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
}
.mvArea .mainTxt h2 {
  color: #5d6368;
  font-size: 7.1rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  line-height: 72px;
}
.mvArea .mainTxt h2 span {
  color: #ec7c3f;
}
@media screen and (max-width: 900px) {
  .mvArea .mainTxt h2 {
    font-size: 5.1rem;
    line-height: 42px;
    font-weight: bold;
  }
}
@media screen and (max-width: 660px) {
  .mvArea .mainTxt h2 {
    font-size: 4.1rem;
    margin-bottom: 30px;
    line-height: 42px;
    font-weight: bold;
  }
}
.mvArea .mainTxt h2:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ec7c3f;
}
.mvArea .mainTxt p {
  font-size: 2.1rem;
  color: #5d6368;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .mvArea .mainTxt p {
    font-size: 1.8rem;
  }
}

.mainCon {
  padding-top: 0;
}

.top-news {
  margin-bottom: 115px;
}
@media screen and (max-width: 1100px) {
  .top-news {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 980px) {
  .top-news {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-bottom: 55px;
  }
}
.top-news .top-news-contents {
  margin-bottom: 50px;
}
.top-news .top-news-contents .inrBox {
  border-bottom: 1px solid #efefef;
  padding: 23px 8px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.top-news .top-news-contents .inrBox:first-of-type {
  border-top: 1px solid #efefef;
}
.top-news .top-news-contents .inrBox span {
  margin-right: 10px;
}
.top-news .top-news-contents .inrBox .top-news-dateTxt,
.top-news .top-news-contents .inrBox .top-news-title {
  font-size: 1.5rem;
}
.top-news .top-news-contents .inrBox .top-news-title {
  transition: 0.5s;
}
.top-news .top-news-contents .inrBox .top-news-title:hover, .top-news .top-news-contents .inrBox .top-news-title:focus {
  color: #ea5504;
  transition: 0.3s;
}
.top-news .top-news-contents .inrBox .catBox a {
  background: #ff9900;
  border-radius: 3px;
  min-width: 107px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 1.2rem;
  transition: 0.5s;
}
.top-news .top-news-contents .inrBox .catBox a:hover, .top-news .top-news-contents .inrBox .catBox a:focus {
  transition: 0.3s;
  background: #ff6200;
}
.top-news .top-news-contents .inrBox:nth-of-type(2n) .catBox {
  background: #ffcc00;
  transition: 0.5s;
}
.top-news .top-news-contents .inrBox:nth-of-type(2n) .catBox:hover, .top-news .top-news-contents .inrBox:nth-of-type(2n) .catBox:focus {
  transition: 0.3s;
  background: #ffbb00;
}
.top-news .btn-secondary {
  width: 327px;
  margin: 0 auto;
}

.top-concept {
  display: flex;
  background: #f6f4f2;
  min-width: 1600px;
  margin: 0 auto;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 115px;
}
@media screen and (max-width: 1100px) {
  .top-concept {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 980px) {
  .top-concept {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-concept {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1600px) {
  .top-concept {
    width: 100%;
    min-width: auto;
  }
}
.top-concept h3 {
  padding-top: 115px;
  padding-bottom: 65px;
}
.top-concept h3, .top-concept h3 span {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1100px) {
  .top-concept h3, .top-concept h3 span {
    font-size: 2.8rem;
  }
}
.top-concept h3 span {
  color: #ec7c3f;
}
.top-concept p {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.top-concept:after, .top-concept:before {
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .top-concept:before {
    content: url("../images/top/concept-left-img-pc.jpg");
  }
  .top-concept:after {
    content: url("../images/top/concept-right-img-pc.jpg");
  }
}
@media screen and (max-width: 1100px) {
  .top-concept .inrBox {
    width: calc(100% - 208px);
    margin: 0 auto;
  }
  .top-concept:before {
    content: "";
    width: 100px;
    height: 100%;
    background: url("../images/top/concept-left-img-tab.jpg") repeat-y left top;
    display: block;
    position: absolute;
    left: 0;
    background-size: 100% auto;
  }
  .top-concept:after {
    content: "";
    width: 100px;
    height: 100%;
    background: url("../images/top/concept-right-img-tab.jpg") repeat-y left top;
    display: block;
    position: absolute;
    right: 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .top-concept h3 {
    font-size: 2.1rem;
  }
  .top-concept .inrBox {
    width: calc(100% - 100px);
  }
  .top-concept:before {
    width: 50px;
  }
  .top-concept:after {
    width: 50px;
  }
}
.top-concept .twoBtn {
  margin: 0 auto 125px;
}
@media screen and (max-width: 1565px) {
  .top-concept .twoBtn {
    margin: 0 30px 125px;
  }
}
@media screen and (max-width: 1100px) {
  .top-concept .twoBtn {
    width: calc(100% - 60px);
  }
  .top-concept .twoBtn .arrowBtn {
    width: calc((100% - 30px) / 2);
  }
  .top-concept .twoBtn .arrowBtn:first-of-type {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-concept .twoBtn {
    flex-wrap: wrap;
  }
  .top-concept .twoBtn .arrowBtn {
    width: 100%;
    margin: 0 auto 20px !important;
  }
}

.top-greeting,
.top-team {
  padding: 115px 0;
}
@media screen and (min-width: 1101px) {
  .top-greeting,
.top-team {
    display: flex;
  }
}
.top-greeting .inrBox,
.top-team .inrBox {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top-greeting .inrBox,
.top-team .inrBox {
    width: 90%;
  }
}
.top-greeting .imgBox,
.top-team .imgBox {
  width: 38%;
}
@media screen and (max-width: 1100px) {
  .top-greeting .imgBox,
.top-team .imgBox {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 45px;
  }
}
.top-greeting .imgBox img,
.top-team .imgBox img {
  width: 100%;
  max-width: 532px;
}
.top-greeting .txtBox,
.top-team .txtBox {
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .top-greeting .txtBox,
.top-team .txtBox {
    width: 100%;
  }
}
.top-greeting .txtBox .readTxt,
.top-team .txtBox .readTxt {
  margin-bottom: 60px;
}
.top-greeting .txtBox .twoBtn,
.top-team .txtBox .twoBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/*# sourceMappingURL=top.css.map */