@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);

body {
  background: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 14px;
  color: #656D78;
  overflow-x: hidden;
  height: 100%;
}

hr {
  margin: 50px 0;
}

h3 {
  font-size: 28px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

p {
  line-height: 24px;
  color: #555555;
}

/**
-------------------------------------------
SECTION
-------------------------------------------
**/
.section {
  padding: 50px 0;
}

/**
-------------------------------------------
FOOTER
-------------------------------------------
**/
footer {
  padding: 50px 0 30px;
  background: #2C343E;
  color: #f2f7fd;
}

footer a {
  color: #AAAAAA;
}

footer a:hover,
footer a:focus {
  text-decoration: underline;
}

/**
-------------------------------------------
TYPOGRAPY
-------------------------------------------
**/
a {
  color: #007db9;
}

a:hover {
  color: #008eff
}

/**
-------------------------------------------
MAGNIFIC POPUP
-------------------------------------------
**/
.video-popup {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

.video-popup button.mfp-close {
  color: #fff;
}

/**
-------------------------------------------
RESPONSIVE IFRAME
-------------------------------------------
**/

iframe {
  width: 100%;
  border: none;
}

/**
-------------------------------------------
AOS ANIMATION
-------------------------------------------
**/
[data-aos="textslide-animation"] {
  position: relative;
  display: inline-block;
}

[data-aos="textslide-animation"] > * {
  opacity: 0;
}

[data-aos="textslide-animation"].aos-animate.animation-ltr > *,
[data-aos="textslide-animation"].aos-animate.animation-rtl > * {
  animation: textHidden 0.1s 0.8s forwards;
}

[data-aos="textslide-animation"][data-aos-delay="300"].aos-animate.animation-ltr > *,
[data-aos="textslide-animation"][data-aos-delay="300"].aos-animate.animation-rtl > * {
  animation: textHidden 0.4s 1.1s forwards;
}

[data-aos="textslide-animation"][data-aos-delay="600"].aos-animate.animation-ltr > *,
[data-aos="textslide-animation"][data-aos-delay="600"].aos-animate.animation-rtl > * {
  animation: textHidden 0.7s 1.4s forwards;
}

[data-aos="textslide-animation"][data-aos-delay="900"].aos-animate.animation-ltr > *,
[data-aos="textslide-animation"][data-aos-delay="900"].aos-animate.animation-rtl > * {
  animation: textHidden 1.1s 1.7s forwards;
}

[data-aos="textslide-animation"].aos-animate::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

[data-aos="textslide-animation"].aos-animate::before {
  background-color: #fff;
}

[data-aos="textslide-animation"].animation-ltr.aos-animate::before {
  animation: revealLTR 1.2s ease;
}

[data-aos="textslide-animation"].animation-rtl.aos-animate::before {
  animation: revealRTL 1.2s ease;
}

[data-aos="textslide-animation"][data-aos-delay="300"].aos-animate::before,
body[data-aos-delay="300"] [data-aos="textslide-animation"].aos-animate::before {
  animation-delay: .3s;
}

[data-aos="textslide-animation"][data-aos-delay="600"].aos-animate::before,
body[data-aos-delay="600"] [data-aos="textslide-animation"].aos-animate::before {
  animation-delay: .6s;
}

[data-aos="textslide-animation"][data-aos-delay="900"].aos-animate::before,
body[data-aos-delay="900"] [data-aos="textslide-animation"].aos-animate::before {
  animation-delay: .9s;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }

  65% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }

  65% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'DinPro';
  src: url(../fonts/dinpro-bold_13934.ttf);
}

body {
  color: #0A0A0A;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.noto {
  font-family: 'Noto Sans Japanese', "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}

.DinPro {
  font-family: 'DinPro';
  font-weight: bold;
}

.spBr {
  display: none;
}

.section {
  padding: 0px 0;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

p {
  line-height: 1.5em;
}

h1 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 14px;
  margin: 0 0 0 0;
}

h3 {
  font-size: 14px;
  margin: 0 0 0 0;
}

h4 {
  font-size: 14px;
  margin: 0 0 0 0;
}

hr {
  margin: 5px 0;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*clear*/
.cl {
  display: block;
  min-height: 1%;
}

.cl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .cl {
  height: 1%;
  /*\*/
  /*/height: auto;overflow: hidden;/**/
}

.clears {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0px;
}

.flR {
  float: right;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fwB {
  font-weight: bold;
}

.m0 {
  margin: 0 !important;
}

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

.mt5 {
  margin-top: 5px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.noPadding {
  padding: 0 !important;
}

.p20 {
  padding: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.dispInlineBlock {
  display: inline-block;
}

a,
img {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}


@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?6vzoxl');
  src: url('../fonts/icomoon.eot?6vzoxl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6vzoxl') format('truetype'),
    url('../fonts/icomoon.woff?6vzoxl') format('woff'),
    url('../fonts/icomoon.svg?6vzoxl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fa-i-"],
[class*=" fa-i-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-i-line:before {
  content: "\e902";
}

.snsIcon {
  display: inline-block;
  background: #000000;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 13px;
  color: #FFF;
}

header.tugel {
  top: -100px !important;
}

/*aos*/
[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

.wrapper {
  padding-top: 90px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.wrapper.blur {
  filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  -moz-filter: blur(4px);
  -webkit-filter: blur(4px);
}

header .logo {
  margin: 20px 0 0 30px;
}

.school-dropdown {
  position: relative;
}

.school-dropdown-menu {
  display: none;
  background: #F2F2F2;
  overflow: hidden;
  position: absolute;
  width: auto;
  min-width: 100%;
}

.school-dropdown-menu li a {
  padding: 10px 30px !important;
  background: #F2F2F2 !important;
  white-space: nowrap;
}

.school-dropdown-menu.tugel {
  height: 230px;
}

.btn-contact {
  border-radius: 50px;
  background: #E60564 !important;
  box-shadow: 0px 2px 5px 1px #888;
  margin: 25px 40px 0 20px;
  padding: 9px 23px 8px 28px !important;
  color: #ffffff !important;
  letter-spacing: 5px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.btn-contact:hover {
  color: #E60564 !important;
  background: #FFFFFF !important;
  text-decoration: none !important;
}

.footer {
  background: #FFFFFF;
  color: #313D4F;
}

.footer a {
  color: #313D4F
}

.footer .snsArea ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.footer .snsArea h3 {
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 12px;
  margin: 0 0 20px 0;
}

.footer .snsArea .snsIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.footer .snsArea .snsIcon:hover {
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

.footer .snsArea .iconLine {
  display: flex;
  background: #000000;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
}

.footer .copyright {
  background: #FFFFFF;
  color: #313D4F;
}

.footerMenu ul li {
  margin: 0 0 10px 0;
}

.footerMenu2 ul li {
  margin: 0 0 10px 0;
}


.bread {
  background: #F8F8F8;
  padding: 10px;
  overflow-x: auto;
  font-size: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bread::-webkit-scrollbar {
  display:none;
}

.bread ul {
  margin: 0;
  white-space: nowrap;
}

.bread ul li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
}

.bread ul li a {
  color: #BFBFBF;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}

.bread ul li a:hover {
  color: #007db9;
}

.bread ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  transform: rotate(45deg);
}

.bread ul li span {
  color: #BFBFBF;
}

.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 1s;
}


.bgYellow {
  background: #FFEA29;
}

.bgBlue {
  background: #007db9;
  margin: 0;
}

.bgWhite {
  background: #FFFFFF;
}

.informationBlock {
  padding: 15px 5px 10px 15px;
}

.informationBlock h2 {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 0 5px 0;
  letter-spacing: 4px;
}

.informationBlock p {
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0px;
}

.informationTel {
  padding: 0px 5px;
}

.informationTel .bgWhite {
  border-radius: 5px;
  padding: 10px 15px;
  line-height: 40px;
  letter-spacing: 2px;
}

.informationFax {
  padding: 0 5px;
}

.informationFax .bgWhite {
  border-radius: 5px;
  padding: 10px 15px;
  line-height: 40px;
  letter-spacing: 2px;
}

.informationMail {
  padding: 0 5px;
}

.informationMail .bgWhite {
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 40px;
}

.informationMail .fa-envelope {
  font-size: 16px;
}

.informationMail .informationText {
  font-size: 14px;
  color: #007db9 !important;
  display: inline-block;
  vertical-align: middle;
}

.informationText {
  color: #007db9;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.positionRelative {
  position: relative;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  width: 44px;
  height: 44px;
  line-height: 40px;
  border-radius: 44px;
  box-shadow: 0 0 5px #AAAAAA;
  font-size: 22px;
  text-align: center;
  background: #FFFFFF;
  color: #007db9;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.pagetop:hover {
  background: #007db9;
  color: #FFFFFF;
}

a.l-contact-fix {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 1000;
  width: 270px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
}

a.l-contact-fix:hover > img {
  opacity: .8;
}

.l-contact-fix__sp {
  display: none;
}

.pagination li a,
.pagination li span {
  border-radius: 4px;
  margin: 0 5px;
}

.pagination li.active span {
  background: #FFB5B5;
  color: #FFFFFF;
  border: 1px solid #FFB5B5;
}

.pagination li.active span:hover {
  background: #FFB5B5;
  color: #FFFFFF;
  border: 1px solid #FFB5B5;
}

.pagination li a:hover {
  background: #FFB5B5;
  color: #FFFFFF;
}

.pagination li .pageEllipsis {
  background: none;
  border: none;
}

.pagination li .pageEllipsis:hover {
  background: none;
  border: none;
}

.copyright {
  color: #797B7E;
}

.ymarker {
  background: linear-gradient(transparent 65%, #FFEA29 65%, #FFEA29 85%,transparent 85%);
  padding: 3px 2px;
}

.yellow {
  color: #FFEA29;
}

.blue {
  color: #007db9;
}

.orange {
  color: #FFCC00;
}

.lightGrey {
  color: #F6F6F6;
}

.bgGreyAll {
  background: #F8F8F8;
  position: relative;
  padding: 100px 0;
  margin: 0;
}

.bgGreyRight {
  background: linear-gradient(270deg, #F8F8F8 0%, #F8F8F8 90%, #FFFFFF 90%, #FFFFFF 100%);
  position: relative;
  padding: 100px 0;
}

.bgGreyLeft {
  background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 90%, #FFFFFF 90%, #FFFFFF 100%);
  position: relative;
  padding: 100px 0;
}
.bgGreyCenter {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 10%, #F8F8F8 10%, #F8F8F8 90%, #FFFFFF 90%, #FFFFFF 100%);
  position: relative;
  padding: 100px 0;
}


.contact {
  position: relative;
}

.contact .contactImage {
  height: 450px;
  background-image: url(../img/visual/visual_contact.jpg);
  background-size: cover;
  background-position: center;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.contact .contactBlock {
  max-width: 1100px;
  margin: -70px auto 0;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.verticalLine {
  position: absolute;
  width: 3px;
  height: 150px;
  margin: 0 auto;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.verticalLineMedium {
  position: absolute;
  width: 3px;
  height: 100px;
  margin: 0 auto;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.verticalLineShort {
  position: absolute;
  width: 3px;
  height: 80px;
  margin: 0 auto;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

h2.title,
.c-title--1 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 8px;
  color: #007db9;
  margin: 20px;
}

h3.title,
.c-title--2 {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 5px;
  color: #007db9;
  margin: 20px;
  font-weight: 600;
}

.bgBlue h2.title,
.bgBlue .c-title--1 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 8px;
  color: #FFFFFF;
  margin: 20px;
}

.bgBlue h3.title,
.bgBlue .c-title--2 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 5px;
  color: #FFFFFF;
  margin: 20px;
  font-weight: 600;
}

.title-2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 8px;
  color: #007db9;
  margin: 20px 0 50px;
  position: relative;
  padding: 25px 0 0;
  position: relative;
}
.title-2 .c-title--2 {
  margin: 0 0 10px;
}
.title-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #007db9;
  display: block;
  width: 50px;
  height: 3px;
}
.contactdescription {
  margin: 25px 0;
}
.contactdescription p {
  text-align: center;
  line-height: 1.6;
  margin: 0 0 10px 0;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 600;
}

.contactForm .wpcf7-form {
  width: 80%;
  margin: 0 auto;
}

.contactForm .wpcf7-form input:-ms-input-placeholder{
  color: #ccc !important;
  opacity: 1;
}
.contactForm .wpcf7-form input::-ms-input-placeholder{
  color: #ccc !important;
  opacity: 1;
}
.contactForm .wpcf7-form input::-webkit-input-placeholder{
  color: #ccc !important;
  opacity: 1;
  padding-top: .3em;
}
.contactForm .wpcf7-form input::-moz-placeholder{
  color: #ccc !important;
  opacity: 1;
}
.contactForm .wpcf7-form input::placeholder{
  color: #ccc !important;
  opacity: 1;
}

.contactBlock table {
  width: 100%;
  margin: 20px auto;
}

.contactBlock table tr th {
  width: 25%;
  border-top: 2px solid #007db9;
  padding: 15px 0px;
  line-height: 2em;
  letter-spacing: 3px;
}

.contactBlock table tr td {
  width: 75%;
  border-top: 2px solid #F6F6F6;
  padding: 15px 0px;
}
/*.contactBlock td{width:600px;}IE用*/

.contactText {
  background: #F2F2F2;
  border: none;
  border-radius: 24px;
  padding: 5px 12px;
  width: 100%;
  display: block;
  font-size: 18px;
}

.input_sei,.input_mei {
  width: 48%;
  max-width: 15em;
  float: left
}
.input_sei {
  margin: 0 .5em 0 0;
}

.contactSelectBg {
  width: 100%;
  display: block;
}

.contactCheckbox .wpcf7-list-item{
  margin: 0 5px 5px 0;
}
.contactCheckbox label{
  display: inline-block;
  background: #f2f2f2;
  padding: .5em;
  border-radius: 4px;
  min-width: 10em;
  cursor: pointer;
}
.contactCheckbox label input {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: top;
  border-radius: 50%;
  margin-right: .5em;
  border: 2px solid #fff;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
.contactCheckbox label input[type=radio]:checked {
  background: #007db9;
}

.contactCheckbox label input[type=checkbox] {
  border-radius: 0;
}

.contactCheckbox label input[type=checkbox]{
	position:relative;
}
.contactCheckbox label input[type=checkbox]:before,
.contactCheckbox label input[type=checkbox]:after{
	content:"";
	display:block;
	position:absolute;
}
.contactCheckbox label input[type=checkbox]:before{

}
.contactCheckbox label input[type=checkbox]:checked:after{
	border-left:2px solid #007db9;
	border-bottom:2px solid #007db9;
	width:9px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:1px;
	top:1px;
}
.contactCheckbox.schoolCheckbox  label {
  min-width: 20em;
}

.contactCheckbox.your-contact .last label {
  background: none;
}
/*追加のバリデーション調整*/
.formError {
  background: #E31465;
  padding: 0 0 4px;
  border-radius: 4px;
}
.formError .formErrorContent {
  height: 16px;
  overflow: hidden;
  display:block;
  background: none;
}
.formError.inline{
  display: inline-block !important;
  top: .55em !important;
}

/*追加のバリデーション調整*/

.contactSelectBg > .wpcf7-form-control-wrap {
  position: relative;
  background: #F2F2F2;
  border: none;
  border-radius: 24px;
  padding: 5px 12px;
  display: block;
  font-size: 18px;
}

.contactSelectBg > .wpcf7-form-control-wrap::after {
  content: '\f078';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  font-family: FontAwesome;
}

.contactSelect {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  width: 100%;
  display: block;
  font-size: 18px;
  height: 30px;
}

.contactTxtarea {
  background: #F2F2F2;
  border: none;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  display: block;
  font-size: 18px;
  max-height: 150px;
}

.contactList {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 600px;
}

.contactList__item:nth-last-child(n+3) {
  margin-bottom: 15px;
}

dt.contactList__item {
  width: 7em;
  text-align: left;
  font-weight: 500;
}

dd.contactList__item {
  width: calc(100% - 7em);
}

.contactList input[name="your-zipcode"],
.contactList .contactSelectBg > .wpcf7-form-control-wrap {
  width: 10em;
}

@media (max-width: 767px) {

  dt.contactList__item,
  dd.contactList__item {
    width: 100%;
  }

  dt.contactList__item {
    text-align: left;
  }

  dt.contactList__item,
  dt.contactList__item:nth-last-child(n+3) {
    margin-bottom: 5px;
  }

  .contactList input[name="your-zipcode"],
  .contactList .contactSelectBg > .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.contactSubmitWrap {
  position: relative;
}

.contactPopUpWrap {
  display: none;
  background: rgba(255, 234, 41, 0.7);
}

.contactPopUp {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 100px 60px 60px 60px;
}

.contactPopUpHead {
  margin: 50px 0 40px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
}

.contactPopUpTxt {
  margin: 0 0 25px;
  font-weight: 600;
  letter-spacing: 5px;
}

.contactPopUpWrap button.mfp-close {
  top: calc((100vh - 110%) / -2);
  right: calc((97vw - 800px) / -2);
  font-size: 70px;
}

/*contact form 7*/

/*cf7のバリデーション非表示*/
span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: solid 2px #e60564;
  color: #e60564;
  font-weight: 600;
}

span.wpcf7-not-valid-tip,
span.c-contact-error-txt {
  margin: .5em 0 0;
  color: #e60564;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}


.required {
  display: inline-block;
  color: #007db9;
  background: #FFEA29;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  float: right;
  margin:0 10px 0 0;
}

.linkBtn {
  padding: 20px 40px;
  background: #007db9;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  border: none;
  border-radius: 100px;
  box-shadow: 0px 7px 7px rgba(88,88,88,.3);
  min-width: 300px;
	text-align: center;
  display: inline-block;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.linkBtn-pink {
  background: #E60564;
}
.blueBtn {
  padding: 20px 40px;
  background: #007db9;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 5px;
  border: none;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  min-width: 300px;
  margin: 30px 0;
  font-weight: 600;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.linkBtn:hover,
.linkBtn:focus {
  background: #FFFFFF;
  color: #007db9;
  text-decoration: none;
}

.blueBtn:hover,
.blueBtn:focus {
  background: #FFFFFF;
  color: #007db9;
  text-decoration: none;
}

.linkBtn.hover {
  transform: translateY(3px);
  box-shadow: none;
}

.yellowBtn {
  padding: 20px 40px;
  background: #FFEA29;
  color: #007db9;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  border: none;
  border-radius: 100px;
  border: 1px solid #007db9;
  min-width: 300px;
  margin: 30px 0;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.yellowBtn:hover {
  background: #FFFFFF;
  color: #007db9;
  text-decoration: none;
  border: 1px solid #FFFFFF;
}

.yellowBtnyoutube {
  letter-spacing: 0px;
  margin: 0 2px 0 0;
}

.whiteBtn {
  padding: 10px 20px;
  background: #FFFFFF;
  color: #007db9;
  font-size: 14px;
  letter-spacing: 5px;
  border: none;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  min-width: 200px;
  margin: 0px 0;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.whiteBtn:hover {
  background: #007db9;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007db9;
}


.contactSubmitBtn {
  margin-top: 35px;
  text-align: center;
}

.contact-hidden {
  display: none;
}
.contact-hidden + p {
  margin-top: 1.5em !important;
}
.mainVisualImage {
  height: calc(100vh - 128px);
  position: relative;
  background-image: none;
  margin: 0 0 50px 0;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.mainVisualImage__slider,
.mainVisualImage__slider div {
	height: 100%;
}

.mainVisualImage .catchcopy {
  width: 600px;
  height: auto;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 1000;
}

.mainVisualImage__slider__item__img {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 680px;
}

.mainVisualImage__slider__item .partition {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #0081bf;
}

.mainVisualImage__slider__item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0081bf;
  content: "";
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.59, -0.04, 0.04, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.59, -0.04, 0.04, 1) 0s;
}

.mainVisualImage__slider__item.slick-active:before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

#inner-content .mainVisualImage .btn-contact {
  display: inline-block;
  box-shadow: none;
  margin: 0 auto 0 0;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotateZ(0.00001deg) scale(1);
    transform: rotateZ(0.00001deg) scale(1);
  }

  100% {
    -webkit-transform: rotateZ(0.00001deg) scale(1.06);
    transform: rotateZ(0.00001deg) scale(1.06);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotateZ(0.00001deg) scale(1);
    transform: rotateZ(0.00001deg) scale(1);
  }

  100% {
    -webkit-transform: rotateZ(0.00001deg) scale(1.06);
    transform: rotateZ(0.00001deg) scale(1.06);
  }
}

@-webkit-keyframes zoomonce {
  0% {
    -webkit-transform: rotateZ(0.00001deg) scale(1);
    transform: rotateZ(0.00001deg) scale(1);
  }

  100% {
    -webkit-transform: rotateZ(0.00001deg) scale(1.08);
    transform: rotateZ(0.00001deg) scale(1.08);
  }
}

@keyframes zoomonce {
  0% {
    -webkit-transform: rotateZ(0.00001deg) scale(1);
    transform: rotateZ(0.00001deg) scale(1);
  }

  100% {
    -webkit-transform: rotateZ(0.00001deg) scale(1.08);
    transform: rotateZ(0.00001deg) scale(1.08);
  }
}

.mainVisualImage__slider__item.slick-active .mainVisualImage__slider__item__img {
  -webkit-animation: zoom 5s linear;
  animation: zoom 5s linear;
}

.mainVisualImage__slider__item.slick-firstonly .mainVisualImage__slider__item__img {
  -webkit-animation: zoomonce 7s linear;
  animation: zoomonce 7s linear;
}


.mainVisualImage .catchcopy h1 {
  font-size: 52px;
  margin: 0 0 .38em;
}

.mainVisualImage .catchcopy h1 span {
  background: #fff;
  font-weight: 700;
  display: inline-block;
  color: #007db9;
  letter-spacing: .3em;
  text-indent: .3em;
  padding: 0;
  line-height: 1.23;
}

.mainVisualImage .catchcopy h2 {
  margin: 0 0 20px;
}

.mainVisualImage .catchcopy h2 span {
  background: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 38px;
  padding: 0 15px;
  margin: 0px 0 0;
}

.mainVisualImage .news {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  background: #f8f8f8;
}

.mainVisualImage .news span {
  display: inline-block;
  padding: 30px 3%;
  letter-spacing: 3px;
}

.mainVisualImage .news span.blue {
  width: 16%;
}

.mainVisualImage .news a {
  display: inline-block;
  padding: 0 3%;
  letter-spacing: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 14px;
}

.mainVisualImage .news a.newslist {
  width: 66%;
  color: #4F4A49;
}

.mainVisualImage .news a.readmore {
  width: 17%;
  border-left: 1px solid #EEEEEE;
  color: #313D4F;
  font-weight: 600;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}


.arrowDown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.arrowDown img {
	width: 47px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
br.sp {
	display: none;
}
@media (max-width: 767px) {
	.arrowDown img {
		width: 25px;
	}
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}


/* top message */
.arrowTop {
  margin-top: 100px;
}

.topMessage {
	position: relative;
  background: linear-gradient(0deg, #007db9 0%, #007db9 50%, #FFFFFF 50%, #FFFFFF 100%);
  padding: 0 0 120px;
}
.topMessage .title-wrap {
	padding: 120px 0 0;
	position: relative;
	z-index: 5;
}


.topMessageImage {
  width: 46%;
  position: relative;
  z-index: 3;
  margin-left: 46%;
  margin-top: -120px;
}
.topMessage .sp {
	display: none;
}
.topMessageText {
  width: 46%;
  background: #FFFFFF;
  padding: 4%;
  margin-left: 7%;
  position: relative;
  z-index: 4;
  margin-top: -25%;
  -webkit-font-feature-settings: 'palt' 1;
  -moz-font-feature-settings: 'palt' 1;
  -o-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

.topMessageText h2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.8em;
  margin: 0 0 1em 0;
  color: #313d4f;
}

.topMessageText p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .3em;
  line-height: 1.7;
  margin: 0 0 1.7em 0;
  padding: 0 0 0 0;
}

.topMessageText .linkBtn {
  margin-bottom: 0px;
  width: 350px;
  display: inline-block;
  text-align: center;
}
.topMessageText .sp {
	display: none;
}
/* services */
.arrowServices {
  margin-top: -75px;
}

.services {
  background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 30%, #FFFFFF 30%, #FFFFFF 100%);
  text-align: center;
  padding: 20px 3% 100px 3%;
}

.services .description {
  font-size: 16px;
  margin: 60px 0;
  letter-spacing: 5px;
  line-height: 2em;
}

.services .thumbImg {
  width: 1000px;
}

/* consulting */
.arrowConsulting {
  /* margin-top:-73px; */
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -73px;
}

.consulting {
  background: #f8f8f8;
  padding: 80px 0 100px 0;
  position: relative;
}

.consultingIn {
  background: linear-gradient(90deg, #FFEA29 0%, #FFEA29 70%, #f8f8f8 70%, #f8f8f8 100%);
  text-align: center;
  padding: 100px 0% 100px 3%;
  max-width: 96%;
  margin: 30px auto;
  color: #007db9;
  text-align: left;
}

.consultingIn h3,
.consultingIn .consultingInSubHead {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: 5px;
}

.consultingIn h2,
.consultingIn .consultingInHead {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 30px;
  letter-spacing: 6px;
  border-bottom: 2px solid #FFFFFF;
  line-height: 2em;
  padding-bottom: 25px;
}

.consultingIn p {
  font-size: 13px;
  color: #007db9;
  letter-spacing: 3px;
  line-height: 2em;
  font-weight: 500;
}

.pcPointBlock {
  margin: 40px 0 0 0;
}

.pointbox {
  background: #FFFFFF;
  position: relative;
  padding: 70px 15px 20px;
  height: 160px;
}

.pointbox .point {
  background: #007db9;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: -10px;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 12px;
}

.pointbox p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}


/* manaviism */

.manaviism {
  position: relative;
}

.arrowManavvism {
  margin-top: -73px;
  margin-bottom: 50px;
}

.manaviism h2.title,
.manaviism .c-title--1 {
  margin: 10px 0 20px;
}

.manaviism h3.title,
.manaviism .c-title--2 {
  font-weight: 600;
  margin: 20px 0 10px;
}

.manaviism .description {
  font-size: 16px;
  margin: 60px 0;
  letter-spacing: 5px;
  line-height: 2em;
  text-align: center;
}

.manaviism .manaviismbox {}

.manaviism .manaviismbox h3 {}

.manaviism .manaviismbox p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.7em;
  /*font-weight: 100;*/
}

.manaviism .manaviismbox .iconManaviism {
  background: #ffe82b;
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50px;
  padding: 16px 0 0 16px;
}

.manaviism .manaviismbox .iconManaviism img {
  height: 33px;
}

.manaviismboxArea {
  display: flex;
  flex-wrap: wrap;
}

.manaviismboxArea > .col-sm-4 {
  background-color: #F8F8F8;
}

.manaviismboxArea > .col-sm-4 > img {
  width: 100%;
}

/* other */
.other {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px;
}

.other .description {
  text-align: center;
  font-size: 16px;
  margin: 60px 0;
  letter-spacing: 5px;
  line-height: 2em;
}

.other .otherItem {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
  margin: 0 0 50px 0;
}

.other .otherItem.item1 {
  background-image: url(../img/bg/other1.png);
}

.other .otherItem.item2 {
  background-image: url(../img/bg/other2.png);
}

.other .otherItem.item3 {
  background-image: url(../img/bg/other3.png);
}

.other .otherItem.item4 {
  background-image: url(../img/bg/other4.png);
}

.other .otherItem.item5 {
  background-image: url(../img/bg/other5.png);
}

.other .otherItem.item6 {
  background-image: url(../img/bg/other6.png);
}

.other .otherItemIn {
  padding: 50px 20px 110px 80px;
  margin: 0 30px;
  background-size: 66px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
}

.other .otherItemIn.bgiconBook {
  background-image: url(../svg/book.svg);
}

.other .otherItemIn.bgiconNote {
  background-image: url(../svg/icon_note.png);
}

.other .otherItemIn.bgiconBar {
  background-image: url(../img/icon/icon_bar.png);
}

.other .otherItemIn.bgiconCalendar {
  background-image: url(../img/icon/icon_calendar.png);
}

.other .otherItemIn.bgiconPen {
  background-image: url(../img/icon/icon_pen.png);
}

.other .otherItemIn.bgiconGraph {
  background-image: url(../img/icon/icon_graph.png);
}

.other .otherItemIn h3 {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 5px;
  margin: 10px;
}

.other .otherItemIn p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 10px;
}

.other .otherItemIn span {
  background: #ffe92a;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -48px;
  left: 40px;
  bottom: 0;
  margin: auto;
  background-size: 35px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  z-index: 100;
}

.other .otherItemIn span.bgiconBook {
  background-image: url(../svg/book.svg);
}

.other .otherItemIn span.bgiconNote {
  background-image: url(../svg/note.svg);
}

.other .otherItemIn span.bgiconBar {
  background-image: url(../svg/bar.svg);
}

.other .otherItemIn span.bgiconCalendar {
  background-image: url(../svg/calendar.svg);
}

.other .otherItemIn span.bgiconPen {
  background-image: url(../svg/pen.svg);
}

.other .otherItemIn span.bgiconGraph {
  background-image: url(../svg/graph.svg);
}

/* course */
.course {
  position: relative;
  background-color: #007db9;
  margin: 100px 0;
  background-image: url(../img/bg/bg_mabaviism.png);
  background-size: 20%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.arrowCourse {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -73px;
  z-index: 1;
}

.courseBlock .left {
  float: left;
  width: 50%;
}

.courseBlock .left img {
  width: 100%;
}

.courseBlock .right {
  float: right;
  width: 50%;
  color: #FFFFFF;
}

.courseBlock .right .online {
  max-width: 800px;
  padding: 13% 0 0 0;
  text-align: center;
}

.courseBlock .right .online h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0 0 20px;
}

.courseBlock .right .online p {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0 0 70px;
}

.courseBlock .right .online .blueBtn {
  margin: 50px 0 20px 0;
}

/* result */
.result {
  position: relative;
  padding: 100px 0;
  margin: 160px 0 120px;
}
.result .contactdescription p {
	line-height: 2.125;
	letter-spacing: .3em;
	font-size: 16px;
}

.result .row {
  max-width: 1400px;
  margin: 50px auto 0;
}

.result .methodList .row {
  display: flex;
  flex-wrap: wrap;
}

.resultTax .methodList {
  max-width: 1000px;
  margin: 100px auto 30px;
}

.resultTax .methodList .methodCategory a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  font-size: 18px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #00000022;
  color: #313d4f;
  height: 100%;
}

.resultTax .methodList .methodCategory a i {
  float: right;
  margin: 5px 0px 5px 10px;
}

.resultTax .methodList .methodCategory a:hover {
  color: #FFFFFF;
  background: #007db9;
}


.analysis-result {
  margin: 60px 0;
}

/* results NEW */

.topResults {
  position: relative;
  padding: 100px 0;
  margin: 160px 0 120px;
}
.topResults .contactdescription p {
	line-height: 2.125;
	letter-spacing: .3em;
	font-size: 16px;
}

.topResultsList {
	max-width: 1440px;
	width: 100%;
	margin: 40px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.topResults-item {
	width: 33.33%;
	padding: 0 2.8%;
	position: relative;
}
.topResults-item:nth-child(1) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.topResults-item:nth-child(2) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.topResults-item:nth-child(3) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}
.topResults-item a {
	display: block;
}
.topResults-item .date {
	background: #ffea29;
	color: #007db9;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .1em;
	text-indent: .1em;
	width: 11em;
	text-align: center;
	line-height: 3.3;
	position: absolute;
	top: 0;
	left: 8.4%;
	z-index: 3;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.topResults-item a .thumb {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 67%;
	overflow: hidden;
}
.topResults-item a .thumb:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 125, 185, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.topResults-item a:hover .thumb:before {
	background: rgba(0, 125, 185, .4);
}

.topResults-item a .thumb .img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.topResults-item a:hover .thumb .img {
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.topResults-item .txt {
	position: relative;
	z-index: 2;
	width: 92%;
	padding: 6% 12%;
	margin-top: -10%;
	background-color: #fff;
}
.topResults-item .txt h3.ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
}
.topResultsList-sp {
	display: none;
}


@media (max-width: 767px) {
	.topResults.bgGreyRight {
	  position: relative;
	  padding: 50px 0;
	  margin: 50px 0 60px;
	  background-color: #f8f8f8;
	}
	.topResults h2.title {
		font-size: 23px;
		line-height: 1.3;
	}
	.topResults h3.title {
		font-size: 10px;
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.topResults .contactdescription {
		margin: 10px 0 20px;
		padding: 0 18px;
	}
	.topResults .contactdescription p {
		font-size: 12px;
		line-height: 1.9;
		text-align: left;
		letter-spacing: .15em;
	}
	.topResults .contactdescription p br {
		display: none;
	}
	.topResultsList {
		margin: 20px 0 25px;
		opacity: 0;
		height: 200px;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}
	.topResultsList.slick-initialized {
		opacity: 1;
		height: auto;
	}
	.topResultsList-sp {
		display: block;
	}
	.topResultsList-pc {
		display: none;
	}
	.topResults-item {
		width: 295px;
		padding: 0 10px;
	}
	.topResults-item a {
		padding-left: 12px;
		display: block;
		position: relative;
	}
	.topResults-item .date {
		font-size: 10px;
		line-height: 2.4;
		left: 12px;
		width: 8em;
	}
	.topResults-item .txt {
		width: 240px;
		padding: 20px;
	}
	.topResults-item .txt h3.ttl {
		font-size: 12px;
		line-height: 1.35;
	}
	.topResults .slick-prev {
		width: 40px;
		height: 40px;
		left: 18px;
		background: url(../img/btn-prevnext.svg) center center/contain no-repeat;
		z-index: 5;
	}
	.topResults .slick-next {
		width: 40px;
		height: 40px;
		right: 18px;
		background: url(../img/btn-prevnext.svg) center center/contain no-repeat;
		-webkit-transform: translate(0,-50%) rotate(180deg);
		-ms-transform: translate(0,-50%) rotate(180deg);
		-o-transform: translate(0,-50%) rotate(180deg);
		transform: translate(0,-50%) rotate(180deg);
		z-index: 5;
	}
	.topResults .slick-prev:before, .topResults .slick-next:before {
		display: none;
	}
	.topResults .postmore .linkBtn {
		width: 100%;
		max-width: 340px;
		font-size: 16px;
		letter-spacing: .3em;
		text-indent: .3em;
		font-weight: 700;
		line-height: 3;
		border-radius: 1.5em;
		padding: 0;
	}
}

/* reason NEW */

.topReason {
  position: relative;
  padding: 100px 0 0;
  margin: 0 0 120px;
}
.topReason .contactdescription p {
	line-height: 2.125;
	letter-spacing: .3em;
	font-size: 16px;
}

.topReason .reason-h2 {
	text-align: center;
	font-size: 50px;
	line-height: 1.72;
	font-weight: 700;
	letter-spacing: .3em;
	color: #007db9;
}
.topReason .reason-h2 .dot {
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	-o-font-feature-settings: normal;
	font-feature-settings: normal;
	letter-spacing: .2em;
	padding-top: .4em;
	background-position: top left -5px;
	background-repeat: repeat-x;
	background-size: 1.2em .3em;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#e60564),color-stop(0.5,#e60564),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.075em 0.075em, #e60564, #e60564 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.075em 0.075em at center center, #e60564, #e60564 95%, transparent);
}
.topReason .pink {
	color: #e60564;
}
.topReason .btn-about {
	background-color: #007db9;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}
.topReason .btn-about .btnToAbout {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 3.75;
	border-radius: 2em;
	max-width: 320px;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.topReason .btn-about .btnToAbout:hover {
	background-color: #fff;
	color: #007db9;
}
.reasonList {
	max-width: 1356px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: auto;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.reasonList li {
	width: 33.333%;
	padding: 0 1%;
}
.reasonList li .wrap {
	display: block;
	padding-right: 3%;
	position: relative;
}
.reasonList li .wrap img {
	width: 100%;
}
.reasonList li .wrap h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
	line-height: 2.8;
	letter-spacing: .25em;
	text-indent: .25em;
	font-weight: 700;
	color: #007db9;
	background-color: #ffea29;
	padding: 0 .75em;
}
.reasonList li .wrap h3 .pink {
	color: #e60564;
}

@media (max-width: 767px) {
	.topReason {
	  position: relative;
	  padding: 50px 0 0;
	  margin: 0 0 60px;
	}
	.topReason.bgGreyCenter {
		background: #f8f8f8;
	}
	.topReason h2.title {
		font-size: 23px;
		line-height: 1.3;
	}
	.topReason h3.title {
		font-size: 10px;
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.topReason .contactdescription {
		margin: 10px 0 20px;
		padding: 0 18px;
	}
	.topReason .contactdescription p {
		font-size: 12px;
		line-height: 1.9;
		text-align: left;
		letter-spacing: .15em;
	}
	.topReason .contactdescription p br {
		display: none;
	}
	.topReason .reason-h2 {
		font-size: 20px;
	}
	.topReason .reason-h2 .dot {
		-webkit-font-feature-settings: normal;
		-moz-font-feature-settings: normal;
		-o-font-feature-settings: normal;
		font-feature-settings: normal;
		letter-spacing: .2em;
		padding-top: .35em;
		background-position: top left -3px;
		background-repeat: repeat-x;
		background-size: 1.2em .3em;
		background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#e60564),color-stop(0.5,#e60564),color-stop(0.9,transparent),to(transparent));
		background-image: -webkit-radial-gradient(center center, 0.075em 0.075em, #e60564, #e60564 95%, transparent 95%, transparent);
		background-image: radial-gradient(0.075em 0.075em at center center, #e60564, #e60564 95%, transparent);
	}
	.topReason .btn-about {
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.reasonList {
		padding: 0 18px;
		display: block;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	.reasonList li {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.reasonList li .wrap {
		padding-right: 0;
	}
	.reasonList li .wrap h3 {
		right: -10px;
		font-size: 16px;
		line-height: 2.5;
	}
	.topReason .btn-about .btnToAbout {
		max-width: 340px;
		width: 100%;
		line-height: 3;
		border-radius: 1.5em;
	}
}




/* service NEW */

.topService {
	-webkit-font-feature-settings: 'palt' 1;
	-moz-font-feature-settings: 'palt' 1;
	-o-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	position: relative;
	padding: 100px 0 100px;
	margin: 0 0 120px;
}
.topService .contactdescription p {
	line-height: 2.125;
	letter-spacing: .3em;
	font-size: 16px;
}
.topServiceList {
	padding: 0 20px;
	max-width: 1400px;
	width: 100%;
	margin: 50px auto 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topServiceList li {
	width: 49%;
	padding-left: 25px;
	position: relative;
	margin-bottom: 100px;
}
.topServiceList li:first-child {
	width: 100%;
}

.topServiceList li .sticker {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 14px;
	text-align: center;
	width: 10em;
	font-weight: 700;
	line-height: 3.2;
	background-color: #007db9;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #fff;
	z-index: 2;
}
.topServiceList li .wrap {
	position: relative;
	background-color: #ffea29;
	display: block;
	width: 100%;
	min-height: 340px;
	padding: 45px 0 45px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.topServiceList li .wrap .img {
	width: 42%;
	padding-top: 42%;
	position: absolute;
	bottom: -50px;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.topServiceList li:first-child .wrap .img {
	width: 50%;
	padding-top: 26.5%;
}
.topServiceList li .wrap .img.sp {
	display: none;
}
.topServiceList li .wrap h4 {
	padding-left: 110px;
	color: #007db9;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .3em;
	line-height: 2.125;
	color: #007db9;
}
.topServiceList li:first-child .wrap h4 {
	font-size: 18px;
	line-height: 1.9;
}
.topServiceList li .wrap h3 {
	font-size: 22px;
	letter-spacing: .3em;
	font-weight: 700;
	line-height: 1.65;
	margin-top: 50px;
	padding-top: 20px;
	position: relative;
	color: #007db9;
}
.topServiceList li .wrap h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 3px;
	background-color: #007db9;
}
.topServiceList li .wrap h3 span {
	font-size: 16px;
	line-height: 1.75;
	display: block;
	margin-bottom: .5em;
}
.topServiceList li:first-child .wrap h3 {
	font-size: 32px;
}


@media (max-width: 767px) {
	.topService {
	  position: relative;
	  padding: 50px 0 30px;
	  margin: 0 0 60px;
	}
	.topService.bgGreyLeft {
		background: #f8f8f8;
	}
	.topService.bgGreyCenter {
		background: #f8f8f8;
	}
	.topService h2.title {
		font-size: 23px;
		line-height: 1.3;
	}
	.topService h3.title {
		font-size: 10px;
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.topService .contactdescription {
		margin: 10px 0 20px;
		padding: 0 18px;
	}
	.topService .contactdescription p {
		font-size: 12px;
		line-height: 1.9;
		text-align: left;
		letter-spacing: .15em;
	}
	.topService .contactdescription p br {
		display: none;
	}
	.topServiceList {
		padding: 0 18px;
		top: 40px;
	}
	.topServiceList li {
		width: 100%;
		padding-left: 9px;
		margin-bottom: 50px;
	}
	.topServiceList li .sticker {
		top: -12px;
		font-size: 10px;
		line-height: 3.5;
		width: 12em;
	}
	.topServiceList li .wrap {
		padding: 40px 0 20px 30px;
		min-height: 180px;
	}
	.topServiceList li .wrap h4,
	.topServiceList li:first-child .wrap h4 {
		font-size: 10px;
		padding-left: 0;
	}
	.topServiceList li .wrap h3,
	.topServiceList li:first-child .wrap h3 {
		font-size: 16px;
		line-height: 1.45;
		margin-top: .5em;
		padding-top: .5em;
	}
	.topServiceList li .wrap h3 span {
		font-size: 12px;
		line-height: 1.5;
	}
	.topServiceList li .wrap h3:before {
		height: 2px;
		width: 7px;
	}
	.topServiceList li .wrap .img.pc {
		display: none;
	}
	.topServiceList li .wrap .img.sp {
		display: block;
	}
	.topServiceList li .wrap .img,
	.topServiceList li:first-child .wrap .img {
		width: 38%;
		padding-top: 38%;
		bottom: -20px;
	}
	.topService .postmore .linkBtn {
		width: 100%;
		max-width: 340px;
		font-size: 16px;
		letter-spacing: .3em;
		text-indent: .3em;
		font-weight: 700;
		line-height: 3;
		border-radius: 1.5em;
		padding: 0;
	}
}

/* movie NEW */

.topMovie {
	position: relative;
	padding: 100px 0 140px;
	margin: 0 0 150px;
	background: url(../img/top-movie-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
.topMovie h2.titleMovie {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	margin-bottom: .5em;
}
.topMovie h3.titleMovie {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	margin-bottom: 40px;
}
.topMovie .movie-list {
	max-width: 1280px;
	width: 92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-between;
}
.topMovie .movie-list li {
	width: 32%;
}
.topMovie .movie-list li a {
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.topMovie .movie-list li a:hover {
	opacity: .6;
}
.topMovie .movie-list li a img {
	width: 100%;
	max-width: 100%;
}
.topMovie .thumbImg {
	max-width: 1120px;
	width: 90%;
}

.topMovie .btnToChannel {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	letter-spacing: .2em;
	text-indent: .2em;
	line-height: 3.75;
	border-radius: 2em;
	max-width: 320px;
	width: 100%;
	margin-top: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.topMovie .btnToChannel:hover {
	background-color: #fff;
	color: #007db9;
}

@media (max-width: 767px) {
	.topMovie {
		padding: 50px 0;
		margin-bottom: 60px;
	}
	.topMovie h2.titleMovie {
		font-size: 23px;
	}
	.topMovie h3.titleMovie {
		font-size: 10px;
		margin-bottom: 20px;
	}
	.topMovie .movie-list {
		max-width: 1280px;
		width: 92%;
	}
	.topMovie .movie-list li {
		width: 100%;
		margin-bottom: 5%;
	}
	.topMovie .btnToChannel {
		margin-top: 10px;
		max-width: 340px;
		width: 100%;
		line-height: 3;
		border-radius: 1.5em;
	}
}




/* campaign */
.campaign {
  position: relative;
  padding: 80px 0;
  margin: 120px 0;
}

.campaign .row {
  max-width: 1400px;
  margin: 30px auto;
}

.c-postlist {
  max-width: 1200px;
  margin: 30px auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}

.c-postlist--school {
  max-width: 1000px;
}

.c-postlist__item a {
  display: flex;
  align-items: top;
  border-bottom: 2px solid #d6d6d6;
  padding: 20px 0;
  color: #333;
}

.c-postlist__item__thumb {
  width: 190px;
  margin-left: 25px;
}

.c-postlist__item__thumb__img {
  padding-top: 56.25%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-postlist__item__info {
  flex: 1;
  margin-left: 25px;
}

.c-postlist__item__info__date {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
}

.c-postlist__item__info__date__item--date {
  font-size: 12px;
  color: #9c9c9c;
}

.c-postlist__item__info__title {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}


/* collaboration */
.top .collaboration {
  position: relative;
  padding: 80px 0;
  margin: 120px 0;
}

.top .collaboration .row {
  max-width: 1400px;
  margin: 30px auto 0;
}


/* news */
.news {
  position: relative;
  padding: 80px 0;
  margin: 120px 0;
}

.news .row {
  max-width: 1400px;
  margin: 30px auto 0;
}


/* blog */

#ez-toc-container{
  margin-top: 2em;
}

.postblog {
  position: relative;
  padding: 80px 0;
  margin: 120px 0;
}

.postblog .row {
  max-width: 1400px;
  margin: 30px auto 0;
}

/* topPost */
.topPost {
  padding: 10px;
  position: relative;
  margin: 0 0 50px 0;
}

.topPost .eyecatch {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.topPost .eyecatch a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.topPost .eyecatch a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.topPost .eyecatch a::before {
  content: "";
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.topPost .eyecatch a:hover::before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 125, 185, 0.4);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.topPost .postBlock {
  background: #FFFFFF;
  width: 95%;
  margin: -30px 0 0 0;
  position: relative;
  padding: 30px 20px;
  height: 120px;
}

.topPost .postBlock .date {
  font-size: 11px;
  color: #989898;
  letter-spacing: 1px;
}

.topPost .postBlock h1,
.topPost .postBlock .p-post-head {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 5px 0;
  letter-spacing: 1px;
}

.topPost .postBlock h1 a,
.topPost .postBlock .p-post-head a {
  color: #007db9;
}


.topPost .category {
  background: #FFEA29;
  color: #007db9;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  left: -30px;
  z-index: 3;
  font-weight: 600;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.postmore {
  /*margin: 50px 0 30px 0;*/
  margin: 0;
  text-align: center;
}

.postmore .linkBtn2 {
  padding: 20px 40px;
  background: #FFEA29;
  color: #007db9;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  border: none;
  border-radius: 100px;
  min-width: 300px;
  box-shadow: 0px 4px 4px #AAAAAA;
  display: inline-block;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.postmore .linkBtn2:hover {
  background: #FFFFFF;
  text-decoration: none;
}




/* contents */
.contents {
  position: relative;
  background-color: #FFEA29;
  margin: 100px 0 0 0;
}

.analysis .contents {
  margin: 0;
}

.arrowContents {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -73px;
  z-index: 1;
}

.contentsBlock .left {
  float: left;
  width: 50%;
  color: #007db9;
  border-right: 1px solid #FFFFFF;
  text-align: center;
  padding: 5% 0;
  box-sizing: border-box;
}

.contentsBlock .right {
  float: right;
  width: 50%;
  color: #007db9;
  text-align: center;
  padding: 5% 0;
  border-left: 1px solid #FFFFFF;
}

.contentsBlock img {
  margin: 0 0 25px 0;
  max-width: 60%;
  height: 45px;
}

.contentsBlock h2,
.contentsBlock .contentsHead {
  margin: 0 0 40px 0;
  color: #007db9;
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: 600;
}

.contentsBlock p {
  margin: 0 0 30px 0;
  color: #007db9;
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 600;
}

.contentsBlock--home p {
  padding: 0 10px;
}

.contents .yellowBtn {
  display: inline-block;
  min-width: 206px;
  margin: 0;
}


.analysis .contentsBlock .left {
  float: left;
  width: 33.3%;
  color: #007db9;
  text-align: center;
  padding: 5% 0;
  box-sizing: border-box;
  border-right: none;
}

.analysis .contentsBlock .center {
  float: left;
  width: 33.3%;
  color: #007db9;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  text-align: center;
  padding: 5% 0;
  box-sizing: border-box;
}

.analysis .contentsBlock .right {
  float: right;
  width: 33.3%;
  color: #007db9;
  text-align: center;
  padding: 5% 0;
  border-left: none;
}

.analisys-indexBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.analisys-indexBlock-item {
  color: #007db9;
  text-align: center;
  padding: 5% 0;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #FFFFFF;
}
.analisys-indexBlock-item:last-of-type {
  border-right: none;
}
.analisys-indexBlock-item .yellowBtn {
  min-width: 150px;
}

#inner-content .visual {
  position: relative;
  background-size: 90%;
  background-position: top right;
  margin: 0 0 50px 0;
  background-repeat: no-repeat;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  padding-top: 38%;
}

#inner-content .uehonmachi .visual {
  background-image: url(../img/visual/visual_uehonmachi.jpg);
}

#inner-content .ibaraki .visual {
  background-image: url(../img/visual/visual_ibaraki.jpg);
}

#inner-content .kitasenri .visual {
  background-image: url(../img/visual/visual_kitasenri.jpg);
}

#inner-content .takatsuki .visual {
  background-image: url(../img/visual/visual_takatsuki.jpg);
}

#inner-content .toyonaka .visual {
  background-image: url(../img/visual/visual_toyonaka.jpg);
}

#inner-content .shinjuku .visual {
  background-image: url(../img/visual/visual_shinjuku.jpg);
}

#inner-content .nishikita .visual {
  background-image: url(../img/visual/visual_nishikita.jpg);
}

#inner-content .sakaihigashi .visual {
  background-image: url(../img/visual/visual_sakaihigashi.jpg);
}

#inner-content .musashikosugi .visual {
  background-image: url(../img/visual/visual_musashikosugi.jpg);
}

#inner-content .shijokarasuma .visual {
  background-image: url(../img/visual/visual_shijokarasuma.jpg);
}


#inner-content .post .visual {
  background-image: url(../img/visual/visual_news.jpg);
}

#inner-content .passed .visual {
  background-image: url(../img/visual/visual_passed.jpg);
}

#inner-content .philosophy .visual {
  background-image: url(../img/visual/visual_philosophy.jpg);
}

#inner-content .collaboration .visual {
  background-image: url(../img/visual/visual_collaboration.jpg);
}

#inner-content .zaitaku .visual {
  background-image: url(../img/visual/visual_zaitaku.jpg);
}

#inner-content .contactPage .visual {
  background-image: url(../img/visual/visual_contact_page.jpg);
}

#inner-content .method .visual,
#inner-content .university .visual,
#inner-content .books .visual,
#inner-content .analysis .visual,
#inner-content .column .visual {
  background-image: url(../img/visual/visual_method.jpg);
  height: 380px;
  background-size: cover;
  background-position: center;
  margin: 0;
}


#inner-content .visual .catchcopy {
  width: 90%;
  height: 250px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 14%;
  left: 5%;
}

#inner-content .collaboration .visual .catchcopy {
  height: 180px;
}

#inner-content .visual .catchcopy h1,
#inner-content .visual .catchcopy .c-title-main--1 {
  margin: 0 0 20px;
}

#inner-content .visual .catchcopy h2,
#inner-content .visual .catchcopy .c-title-main--2 {
  margin: 0 0 20px;
}

#inner-content .visual .catchcopy h1 span,
#inner-content .visual .catchcopy .c-title-main--1 span {
  background: #FFFFFF;
  font-weight: 600;
  display: inline-block;
  color: #007db9;
  font-size: 55px;
  letter-spacing: 14px;
  padding: 0px 10px;
  line-height: 70px;
}

#inner-content .visual .catchcopy h1 span.p-font--1,
#inner-content .visual .catchcopy .c-title-main--1 span.p-font--1 {
  font-size: 46px;
}

#inner-content .visual .catchcopy h1 span > .catchcopy__span__1,
#inner-content .visual .catchcopy .c-title-main--1 span > .catchcopy__span__1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: normal;
  color: #cfcfcf;
  padding: 0;
}

#inner-content .visual .catchcopy h1 span > .catchcopy__logo,
#inner-content .visual .catchcopy .c-title-main--1 span > .catchcopy__logo {
  display: inline-block;
  width: 200px;
  margin-left: 10px;
}

#inner-content .visual .catchcopy h2 span,
#inner-content .visual .catchcopy .c-title-main--2 span,
#inner-content .visual .catchcopy .c-title-main--2 span > .catchcopy__logo {
  background: #FFFFFF;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 40px;
  padding: 0px 15px;
}

#inner-content .visual .menu {
  max-width: 885px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 10px 0px #0000000A;
  height: 80px;
  padding: 5px;
  bottom: 0px;
}

#inner-content .visual .menu .rightYellow {
  border-right: 2px solid #FFEA29;
  display: block;
}

.typeArchive .info {
  padding: 90px 0;
  position: relative;
  margin: 90px 0 100px 0;
}

#inner-content .menu a {
  display: inline-block;
  width: 218px;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  height: 70px;
  padding: 25px 0px;
  margin: 0;
  font-size: 16px;
}

#inner-content .menu a.news {
  width: 220px;
}

#inner-content .menu a:hover {
  background: #FFEA29;
  color: #000000;
  text-decoration: none;
}


.typeArchive .info h2 {
  color: #007db9;
}

.typeArchive .info h3 {
  color: #007db9;
}

.typeArchive .info h3 > {
  color: #007db9;
}

.typeArchive .info table {
  width: 570px;
  margin: 70px auto;
}

.typeArchive .info table tr {
  border-bottom: 1px solid #EEEEEE;
}

.typeArchive .info table tr th {
  padding: 20px 10px;
  color: #007db9;
  vertical-align: top;
  letter-spacing: 2px;
  line-height: 1.8em;
  font-size: 15px;
  width: 150px;
}

.typeArchive .info table tr td {
  padding: 20px 10px;
  vertical-align: top;
  line-height: 2em;
  letter-spacing: 2px;
  font-size: 15px;
}

.c-txtstyle1 {
  color: #cfcfcf;
}

.c-txtstyle2,
.typeArchive .info table tr th.c-txtstyle2 {
  color: #df6e42;
}



.entry-content {
  position: relative;
  padding: 90px 0 30px;
  position: relative;
  margin: 90px 0 100px 0;
}

.entry-content--single {
  margin-top: 0;
  padding-top: 45px;
}

.entry-content.bgGreyRight {
  background: linear-gradient(270deg, #F8F8F8 0%, #F8F8F8 80%, #FFFFFF 80%, #FFFFFF 100%);
}

.entry-content.bgGreyLeft {
  background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 80%, #FFFFFF 80%, #FFFFFF 100%);
}

.entry-content .container {
  max-width: 1000px;
  background: #FFFFFF;
  padding: 0;
  box-shadow: 5px 5px 9px #55555511;
}

.entry-content .eyecatch {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 56.25%;
}

.entry-content .eyecatch img {
  position: absolute;
  min-width: 100%;
  min-height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.entry-content .titleBlock {
  position: relative;
  padding: 50px 0 30px;
}

.entry-content .titleBlock .titleBlockIn {
  padding: 3px 50px;
  border-left: 7px solid #FFEA29;
}

.entry-content .titleBlock h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.0em;
}

.entry-content .titleBlock p {
  font-size: 14px;
  /*font-weight: 200;*/
  letter-spacing: 1px;
  line-height: 1.2em;
}

.entry-content .titleBlock .category {
  background: #FFEA29;
  color: #007db9;
  padding: 10px 15px;
  position: absolute;
  top: -20px;
  left: 50px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

.entry-content .paging {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}

.entry-content .paging .prev {
  float: left;
  vertical-align: middle;
  color: #007db9;
}

.entry-content .paging .next {
  float: right;
  vertical-align: middle;
  color: #007db9;
}

.entry-content .paging .prev:hover,
.entry-content .paging .next:hover {
  color: #008eff;
}

.entry-content .paging .prev i {
  font-size: 28px;
  margin: 0 15px 0 0;
  line-height: 40px;
  vertical-align: middle;
}

.entry-content .paging .next i {
  font-size: 28px;
  margin: 0 0px 0 15px;
  line-height: 40px;
  vertical-align: middle;
}


.entry-content .postContents,
.p-entry-related {
  padding: 0 50px 70px 50px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}


.entry-content .postContents h2 {
  background-color: #f1f1f1;
  border-left: 4px solid #007db9;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2a2a2a;
  padding: 18px 10px 18px 20px;
  margin: 40px 0 20px;
  line-height: 1.6;
}

.entry-content .postContents h3 {
  margin: 50px 0 16px;
  border-bottom: 4px solid #007db9;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2a2a2a;
  line-height: 1.6;
}

.entry-content .postContents h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: 1px;
  border-left: 4px solid #007db9;
  padding: 8px 0 8px 12px;
  margin: 20px 0;
  line-height: 1.4;
}


.entry-content .postContents p {
  margin: 0 0 24px 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
}

.entry-content .postContents ul {
  margin: 30px;
}

.entry-content .postContents ul li {
  line-height: 2em;
  font-size: 13px;
}

.entry-content .postContents ul li:before {
  font-family: FontAwesome;
  content: '\f054';
}
div#ez-toc-container ul li:before {
  display: none;/*目次にマークが入るのを削除*/
}

.entry-content .postContents ol {
  background: #fffdee;
  padding: 20px 25px;
  margin: 0 0 30px 0;
}

.entry-content .postContents ol li {
  font-size: 13px;
  line-height: 2.4em;
  margin: 0 0 0px 0px;
}

.entry-content .postContents ol {
  counter-reset: item;
  list-style-type: none;
}

.entry-content .postContents ol li:before {
  counter-increment: item;
  content: counter(item);
  font-weight: 500;
  color: #303030;
  background: #ffe92a;
  padding: 0px;
  text-align: center;
  display: inline-block;
  width: 22px;
  padding: 0 0 1px 2px;
  height: 22px;
  border-radius: 22px;
  margin: 0 15px 5px 0;
  font-size: 13px;
  line-height: 1.8em;
}

.entry-content .postContents a,
.lineTxtLink1 {
  color: #007db9;
  border-bottom: 1px dotted #007db9;
  text-decoration: none;
}

.entry-content .postContents a:hover,
.lineTxtLink1:hover {
  color: #33CCFF;
  border-bottom: 1px dotted #33CCFF;
  text-decoration: none;
}

.entry-content .postContents blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777;
  margin: 0 0 1.5em;
}

.entry-content .postContents blockquote:before{
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  content: "“";
  color: #999;
  font-size: 90px;
  line-height: 1;
  font-style: normal;
}

.entry-content .postContents blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

.entry-content .postContents blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* ブログCTA */
.p-cta-blog {
  padding: 0 50px 50px;
  margin: -40px 0 0;
}
.p-cta-blog a:hover img {
  opacity: 0.7;
}

/* 関連記事 */
.p-entry-related-tit1 {
  bottom: 0;
  border-bottom: 2px solid #007db9;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #333;
}

.p-entry-related-list1__item a {
  display: flex;
  align-items: top;
  border-bottom: 2px solid #d6d6d6;
  padding: 20px 0;
  color: #333;
}

.p-entry-related-thumb {
  width: 190px;
  margin-left: 25px;
}

.p-entry-related-thumb__img {
  padding-top: 56.25%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-entry-related-info {
  flex: 1;
  margin-left: 25px;
}

.p-entry-related-info__date {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
}

.p-entry-related-info__date__item--cate {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.p-entry-related-info__date__item--date {
  margin-left: 10px;
  border-left: 1px solid #9c9c9c;
  padding-left: 7px;
  font-size: 12px;
  color: #9c9c9c;
}

.p-entry-related-info__title {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}

.p-entry-related-none {
  margin-top: 20px;
}

.entry-content .p-entry-related .topPost {
  margin-bottom: 0;
}

.entry-content .p-entry-related .topPost .eyecatch {
  height: auto;
  padding-top: 0;
}

.entry-content .p-entry-related .topPost .postBlock {
  margin-top: -20px;
  padding: 20px 10px 10px;
  height: 130px;
}

.entry-content .p-entry-related .topPost .category {
  padding: 10px;
}


.typeArchive .info .verticalLine,
.typeArchive .entry-content .verticalLine {
  position: absolute;
  width: 3px;
  height: 80px;
  margin: 0 auto;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.typeArchive .info #maps {
  width: 100%;
  height: 550px;
  margin: 0 0 30px 0;
}

.arrowAccess {
  margin: 30px 0;
}

.p-entry-relatedtag {
  padding: 0 50px 70px 50px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}

.p-entry-relatedtag__tit {
  font-size: 20px;
  font-weight: 600;
  color: #007db9;
  border-bottom: 2px solid #007db9;
  padding: 0 0 10px;
  margin: 0 auto;
}

.p-entry-relatedtag__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

.p-entry-relatedtag__list > li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.p-entry-relatedtag__list > li i {
  margin-right: 4px;
}



/* pagination */
nav.pagination {
  text-align: center;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  margin: 50px 0 0;
}

nav.pagination h2.screen-reader-text {
  display: none;
}

nav.pagination .page-numbers {
  display: inline-block;
  background: #007db9;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 0 3px;
  box-shadow: 2px 2px 4px 0 #00000022;
  font-weight: 600;
  vertical-align: middle;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

nav.pagination .page-numbers.current {
  background: #ffea29;
  color: #007db9;
}

nav.pagination .page-numbers.next {
  background: none;
  color: #007db9;
  box-shadow: none;
  font-size: 22px;
  display: inline-block;
  margin: 0 10px;
}

nav.pagination .page-numbers.prev {
  background: none;
  color: #007db9;
  box-shadow: none;
  font-size: 22px;
  display: inline-block;
  margin: 0 10px;
}

nav.pagination .page-numbers.hover {
  transform: translateY(2px);
  box-shadow: none;
}

.passedInfo {
  position: relative;
  background-color: #007db9;
  margin: 100px 0;
}

.passedInfoBlock .left {
  float: left;
  width: 50%;
}

.passedInfoBlock .left img {
  width: 100%;
}

.passedInfoBlock .right {
  float: right;
  width: 50%;
  color: #FFFFFF;
  position: relative;
}

.passedInfoBlock .right .passedInfoContents {
  max-width: 700px;
  padding: 13% 0 0 0;
  text-align: center;
}

.passedInfoBlock .right .passedInfoContents h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0 0 20px;
}

.passedInfoBlock .right .row {
  max-width: 560px;
  margin: 50px auto;
}

.passedInfoBlock .right .row > * {
  padding: 10px 40px;
  vertical-align: bottom;
}

.passedInfoBlock .right .school {
  font-size: 16px;
  text-align: left;
  float: left;
  vertical-align: bottom;
  line-height: 26px;
}

.passedInfoBlock .right .passedCount {
  font-size: 18px;
  vertical-align: bottom;
  line-height: 19px;
  float: right;
}

.passedInfoBlock .right .passedCount .yellow {
  font-size: 24px;
  vertical-align: bottom;
  line-height: 24px;
  padding: 5px;
  letter-spacing: 5px;
}

.passedInfoBlock .right .caution {
  font-size: 12px;
  color: #FFFFFF;
  margin: 50px 0 0 0;
}

.passedInfoBlock .right .caution {
  font-size: 10px;
}

.passedPercent {
  position: absolute;
  top: -70px;
  left: 540px;
  background: #ffea29;
  color: #007db9;
  border-radius: 220px;
  width: 220px;
  height: 220px;
  padding: 60px 10px;
  vertical-align: middle;
}

.passedPercent .text {
  display: block;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: center;
  vertical-align: text-bottom;
  font-weight: 900;
}

.passedPercent .int {
  font-size: 60px;
  vertical-align: text-bottom;
  font-weight: 900;
  line-height: 60px;
  font-family: "DinPro";
  font-weight: 600;
}

.passedPercent .unit {
  font-size: 25px;
  vertical-align: text-bottom;
  /* line-height: 60px; */
  font-weight: 900;
}

.passed .result {
  margin: 70px 0 80px;
  padding: 80px 0 20px;
}


.resultYears {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}


.resultYears a {
  margin: 0 10px;
  padding: 10px;
  display: inline-block;
  color: #313d4f;
  border-bottom: 2px solid #FFFFFF00;
}

.resultYears a:not(.active):hover,
.resultYears a.active {
  border-bottom: 2px solid #FFEA29;
}

.resultYears a:focus {
  text-decoration: none;
}

.philosophy .bgGreyLeft {
  padding: 100px 0 50px;
}

.purpose {
  position: relative;
}

.purposeIn {
  background: url(../img/bg/bg_ourpurpose.png) no-repeat;
  background-size: contain;
  background-position: top left;
  position: relative;
  height: 590px;
  width: 100%;
}

.purposeImage {
  position: absolute;
  right: 2%;
  width: 48%;
  top: 7%;
}

.purposeText {
  position: absolute;
  left: 5%;
  width: 72%;
  top: 17%;
  padding: 3% 0;
}

.purposeText h2,
.purposeText .purposeHead {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.8em;
  margin: 0px 0 28px 0;
  color: #313d4f;
  background: #FFFFFF;
  display: inline-block;
  padding: 16px 20px;
}



.slogan {
  position: relative;
  padding: 100px 0 170px 0;
}

.slogan .sloganImage {
  max-width: 1180px;
  margin: 50px auto 0;
}

.slogan .sloganText {
  background: #FFFFFF;
  margin: -70px auto;
  position: relative;
  max-width: 1080px;
  padding: 70px 70px;
}

.slogan .sloganText h2,
.slogan .sloganText .sloganHead {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.8em;
  letter-spacing: 4px;
}

.slogan .sloganText p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 2px;
}

.reason {
  position: relative;
  padding: 70px 0 100px 0;
}

.reason .reasonImage {
  max-width: 1180px;
  margin: 50px auto 0;
}

.reason .reasonText {
  background: #FFFFFF;
  margin: -70px auto;
  position: relative;
  max-width: 1080px;
  padding: 70px 70px;
}

.reason .reasonText h2,
.reason .reasonText .reasonHead {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.8em;
  letter-spacing: 4px;
}

.reason .reasonText p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 2px;
}


.policy {
  text-align: center;
  vertical-align: middle;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}

.policyBox {
  text-align: center;
  vertical-align: middle;
  width: 32%;
  position: relative;
  height: 300px;
  display: inline-block;
  background: #FFFFFF;
  margin: 0 5px 10px 5px;
}

.policyBoxIn {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.policyBox span {
  font-size: 27px;
  color: #007db9;
  background: #ffe92a;
  display: inline-block;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
  margin: 0 0 20px 0;
}

.policyBox p {
  font-size: 18px;
  color: #007db9;
  font-weight: 900;
  line-height: 1.7em;
  margin: 0;
}

.policyBox.start {
  font-size: 12px;
  background: #007db9;
}

.policyBox.start .policyBoxInHead {
  font-size: 32px;
  letter-spacing: 6px;
  font-weight: 900;
  color: #ffe82b;
  margin: 0 0 20px 0;
}

.policyBox.start p {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin: 0;
}

.policyBox.end p {
  font-size: 14px;
  margin: 0 30px;
  color: #313d4f;
  line-height: 2em;
  text-align: left;
}

.values {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.values p.valuesFooter {
  color: #FFFFFF;
  margin: 0px auto;
  padding: 10px;
  max-width: 900px;
  letter-spacing: 1px;
  line-height: 2em;
  text-align: left;
}

.valuesArea {
  margin: 80px 0 40px;
}

.valuesAreaChild {
  display: flex;
  justify-content: space-between;
}

.valuesBox {
  width: calc(100% - 24px);
  display: inline-block;
  position: relative;
  background: #026c9f;
  height: 260px;
  margin: 10px 10px 10px 10px;
  box-sizing: border-box;
}

.valuesBoxIn {
  width: 100%;
  display: block;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -10px;
  left: -10px;
  height: 100px;
  background: #007db9;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  padding: 130px 0;
  box-sizing: border-box;
}

.valuesBox h2,
.valuesBox .valuesBoxInHead {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: -20px 0 10px;
}

.valuesBox p {
  font-size: 14px;
  color: #FFEA29;
}

.zatakuInfoText {
  margin: 50px auto 120px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 2em;
}

.zaitaku .bgGreyLeft {
  padding: 50px 0 0;
}

.zaitaku .consulting {
  background: none;
  padding: 100px 0 0 0;
  position: relative;
}

/*
.zaitaku .consulting .consultingIn {
position: relative;
background: linear-gradient(90deg, #FFEA29 0%, #FFEA29 70%, #FFFFFF00 70%, #FFFFFF00 100%);
}
*/

.iconZaitaku {
  position: absolute;
  top: -50px;
  left: 540px;
  width: 160px;
  margin: auto;
}

.zaitakuPlan {
  max-width: 1400px;
  margin: 0 auto 0;
  /*padding: 80px 0;*/
  padding: 80px 0 50px;
}

.bgBlue .zaitakuPlan h2.title,
.bgBlue .zaitakuPlan h3.title,
.bgBlue .zaitakuPlan .c-title--1,
.bgBlue .zaitakuPlan .c-title--2 {
  color: #FFEA29;
}

.bgBlue .zaitakuPlan h2.title,
.bgBlue .zaitakuPlan .c-title--1 {
  margin-right: -8px;
}

.bgBlue .zaitakuPlan h3.title,
.bgBlue .zaitakuPlan .c-title--2 {
  margin-bottom: 85px;
  margin-right: -5px;
}

.bgBlue .zaitakuPlan .c-title--2 {
  margin-right: 3px;
}

.zaitakuPlanLeft {
  margin: 0 2% 0 0;
  width: 48%;
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  padding: 20px;
  float: left;
}

.zaitakuPlanLeft .zaitakuPlanBox {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 400px;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .icon {
  margin: 0 0 20px 0;
  background: #ffe92a;
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50px;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .icon img {
  width: 45px;
  margin: 22px 0 0 0;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2,
.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead {
  margin: 0 0 10px 0;
  color: #007db9;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2 .item,
.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead .item {
  margin: 0 10px 0 0;
  font-size: 24px;
  font-weight: 600;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2 .slash,
.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead .slash {
  margin: 0 10px 0 0;
  font-size: 24px;
  color: #ffe92a;
  font-weight: 900;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2 .price,
.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead .price {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 5px;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2 .unit,
.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead .unit {
  margin: 0;
  font-size: 18px;
}

.zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn p {
  margin: 0;
  color: #007db9;
  font-size: 16px;
}



.zaitakuPlanRight {
  margin: 0 0 0 2%;
  width: 48%;
  display: inline-block;
  padding: 0 20px 20px;
  float: right;
}

.zaitakuPlanRight .zaitakuPlanBlock {
  position: relative;
  margin: 0 0 60px;
}

.zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol::before,
.zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol::after {
  display: none;
}

.zaitakuPlanRight .zaitakuPlanBlock h2,
.zaitakuPlanRight .zaitakuPlanBlock .zaitakuPlanBlockHead {
  position: absolute;
  background: #FFEA29;
  color: #007db9;
  padding: 15px 0;
  top: -30px;
  margin: auto;
  text-align: center;
  width: 215px;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  right: 0;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 15px 20px;
  margin: 0 0 10px;
}

.zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .col-sm-6.bgWhite {
  width: 49%;
  position: relative;
}

.zaitakuPlanRight .zaitakuPlanBlock .col-sm-12 {
  position: relative;
}

.zaitakuPlanRight .zaitakuPlanBlock .col-sm-12 .bgWhite {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 15px 30px;
  margin: 0 0 10px;
}


.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .icon {
  margin: 0;
  display: inline-block;
  background: #ffe92a;
  color: #007db9;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  text-align: center;
  padding: 22px 0 0 0;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1.42857143;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .icon2 {
  margin: 0;
  display: inline-block;
  background: #ffe92a;
  color: #007db9;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  text-align: center;
  padding: 14px 0 0 3px;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .icon2 img {
  width: 30px;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu {
  margin: 0;
  display: inline-block;
  margin: 12px 0px 0 75px;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu h3,
.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu .zaitakuMenuHead {
  color: #007db9;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu p {
  color: #007db9;
  margin: 7px 0 0 0;
  letter-spacing: 2px;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu p .price {
  font-size: 24px;
  font-weight: 900;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu p .slash {
  color: #ffe92a;
  font-size: 18px;
  font-weight: 900;
}

.zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu p .year {
  font-size: 18px;
  font-weight: 900;
}


.zaitakuPlanRight .zaitakuPlanBlock p {
  color: #FFFFFF;
  font-size: 12px;
  margin: 10px 0;
}

.zaitakuPlanRight .zaitakuPlanBlock:last-of-type {
  margin: 0;
}


.methodVisual {
  text-align: center;
  padding: 10px;
  max-width: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 330px;
}

.methodVisual span.icon {
  background: #ffe92a;
  width: 104px;
  height: 104px;
  display: inline-block;
  border-radius: 55px;
}

.methodVisual span.icon img {
  height: 45px;
  margin: 30px 0 0 2px;
}

.methodVisual h1,
.methodVisual .methodVisualHead {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
  margin: 30px 0;
  letter-spacing: 14px;
}

.methodVisual hr {
  color: #FFFFFF;
  width: 245px;
  margin: 30px auto;
  border: 1px solid;
}

.methodVisual p,
.methodVisual .subHead {
  color: #FFFFFF;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1.5em;
}

.methodForm {
  background: #007db9;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
  position: relative;
  margin: 0px 0 0 0;
}

.methodForm .searchForm {
  margin: 0;
}


.methodForm i {
  font-size: 16px;
  position: absolute;
  right: 40px;
  color: #E60564;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.methodForm .methodTextForm {
  font-size: 14px;
  display: block;
  padding: 10px 50px 10px 20px;
  width: 100%;
  border: none;
  letter-spacing: 3px;
  border-radius: 5px;
  background: #fff;
}



.methodForm .methodTextForm::placeholder {
  color: #B6B6B6;
}

/* IE */
.methodForm .methodTextForm:-ms-input-placeholder {
  color: #B6B6B6;
}

/* Edge */
.methodForm .methodTextForm::-ms-input-placeholder {
  color: #B6B6B6;
}


.postMethod {
  position: relative;
  /*padding: 80px 0;margin: 120px 0;*/
  padding: 50px 0;
  margin: 80px 0;
}

.postMethod .methodList {
  max-width: 1000px;
  /*margin: 100px auto 30px;*/
  margin: 70px auto 0;
}

.methodCategory {
  margin: 0 0 20px;
}

.postMethod .methodList .methodCategory a {
  display: block;
  padding: 30px;
  font-size: 18px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #00000022;
  color: #313d4f;
}

.postMethod .methodList .methodCategory a i {
  float: right;
  margin: 5px 0px;
}

.postMethod .methodList .methodCategory a:hover {
  color: #FFFFFF;
  background: #007db9;
}

/**
-------------------------------------------
PRIVACY POLICY
-------------------------------------------
**/
.privacypolicy-box1 {
  width: 76%;
  margin: 0 auto;
}

.privacypolicy-box1__in {
  max-width: 1000px;
  margin: 80px auto 0;
}

.privacypolicy-box1__in > *:first-child {
  margin-top: 0;
}

.privacypolicy-box1__in > h2,
.privacypolicy-box1__in > h3 {
  color: #007db9;
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-top: 40px;
  font-weight: 600;
}

.privacypolicy-box1__in > h2 {
  font-size: 20px;
}

.privacypolicy-box1__in > h3 {
  font-size: 18px;
}

.privacypolicy-box1__in > p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.privacypolicy-box1__in > ul {
  margin-top: 20px;
  margin-bottom: 0;
  color: #555;
}

.privacypolicy-box1__in > ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}

.privacypolicy-box1__in > h2 + *,
.privacypolicy-box1__in > h3 + * {
  margin-top: 10px;
}



@media (max-width: 1290px) {
  header .logo {
    margin-left: 10px;
  }



  .school-dropdown-menu li a {
    padding: 10px 8px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .school-dropdown-menu li a {
    padding: 10px 5px !important;
  }
}

@media (max-width: 1110px) {}

.blogVisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}

.blogVisual img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-area-post-sec {
  margin: 60px 0;
  padding: 0;
}

.c-area-post-sec:last-child {
  margin-bottom: 120px;
}

.c-area-post {
  max-width: 1000px;
  margin: 30px auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}

.c-area-post__item a {
  display: flex;
  align-items: top;
  border-bottom: 2px solid #d6d6d6;
  padding: 20px 0;
  color: #333;
}

.c-area-post__item__thumb {
  width: 190px;
  margin-left: 25px;
}

.c-area-post__item__thumb__img {
  padding-top: 56.25%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-area-post__item__info {
  flex: 1;
  margin-left: 25px;
}

.c-area-post__item__info__date {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
}

.c-area-post__item__info__date__item--date {
  font-size: 12px;
  color: #9c9c9c;
}

.c-area-post__item__info__title {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
}

h2.title.c-area-post-tit,
.c-title--1.c-area-post-tit {
  position: relative;
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
  border-bottom: solid 2px;
  padding-bottom: 10px;
}

h2.title.c-area-post-tit::after,
.c-title--1.c-area-post-tit::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg);
  transition: transform .3s linear;
}

h2.title.c-area-post-tit.js-dropdown-btn-on::after,
.c-title--1.c-area-post-tit.js-dropdown-btn-on::after {
  transform: rotate(-45deg);
}

.c-resultlist-wrap {
  margin-top: 50px;
}

.c-resultlist {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

a.c-resultlist__item {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.c-resultlist__item__thumb {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.c-resultlist__item__thumb__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.c-resultlist__item__info {
  background: #FFFFFF;
  width: 95%;
  margin: -30px 0 0 0;
  position: relative;
  padding: 30px 20px;
  height: 120px;
}

.c-resultlist__item__info__date {
  background: #FFEA29;
  color: #007db9;
  padding: 10px 15px;
  position: absolute;
  top: -200px;
  left: -30px;
  z-index: 3;
  font-weight: 600;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-resultlist__item__info__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 5px 0;
  letter-spacing: 1px;
}

.c-resultlist-wrap + .postmore {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .c-resultlist-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
  }

  .c-resultlist {
    max-width: none;
    width: 750px;
  }

  a.c-resultlist__item {
    width: 187.5px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 0;
  }

  .c-resultlist__item__thumb__img {
    padding-top: 56.25%;
    padding-top: 110%;
    background-position: center;
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .c-resultlist__item__info {
    height: auto;
    margin: 10px auto 0;
    padding: 0;
  }

  .c-resultlist__item__info__date {
    position: static;
    writing-mode: horizontal-tb;
    background-color: transparent;
    padding: 0;
  }

  .c-resultlist-wrap + .postmore {
    margin-top: 30px;
  }
}


/**
==============================================================
* Sentir - Responsive admin & dashboard template
* Version 		1.2.0
* Release		July 19, 2014
* Additional	Sentir Agency Template
==============================================================
**/

/**
=================================
LARGE DESKTOP > 1200px
=================================
**/
@media (max-width: 1290px) {
  header .col-md-10 {
    width: 83%;
  }



  .school-dropdown-btn {
    color: #313D4F;
    background: #FFFFFF;
    display: block;
    letter-spacing: 4px;
    font-size: 14px;
  }

  .btn-contact {
    box-shadow: 0px 2px 5px 1px #888;
    margin: 25px 10px 0 10px;
    padding: 9px 15px 8px 15px;
  }

  /**
  -------------------------------------------
  BLOG_TOP
  -------------------------------------------
  **/
  #inner-content .ibaraki .visual,
  #inner-content .kitasenri .visual {
    background-position: top center;
  }

  /**
  -------------------------------------------
  PASSED
  -------------------------------------------
  **/
  .passedPercent {
    left: auto;
    right: 8%;
    top: -60px;
    width: 110px;
    height: 110px;
    padding: 30px 10px;
    border-radius: 110px;
  }

  .passedPercent .text {
    font-size: 12px;
  }

  .passedPercent .int {
    font-size: 30px;
    line-height: 30px;
  }

  .passedPercent .unit {
    line-height: 20px;
    font-size: 20px;
  }

  /**
  -------------------------------------------
  ZAITAKU
  -------------------------------------------
  **/
  #inner-content .zaitaku .visual {
    background-position: center top;
  }

  /**
  -------------------------------------------
  COLLABORATION
  -------------------------------------------
  **/
  //  #inner-content .collaboration .visual{background-position: 30% center;}

  /**
  -------------------------------------------
  CONTACT
  -------------------------------------------
  **/
  #inner-content .contactPage .visual {
    background-position: center top;
  }
}

@media (max-width: 1192px) {
  .informationBlock {
    padding: 0 5px 10px 15px;
    text-align: center;
  }

  .iconYellow {
    background: #FFEA29;
    color: #007db9;
    display: inline-block;
    width: 35px;
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 10px 0 0;
    font-weight: 600;
  }
}


/**
-------------------------------------------
PHILOSOPHY
-------------------------------------------
**/
@media (max-width: 1110px) {
  .consultingIn {
    background: linear-gradient(90deg, #FFEA29 0%, #FFEA29 70%, #f8f8f8 70%, #f8f8f8 100%);
    text-align: center;
    padding: 60px 0% 60px 3%;
    max-width: 96%;
    margin: 30px auto;
    color: #007db9;
    text-align: left;
  }

  .consultingIn h3,
  .consultingIn .consultingInSubHead {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0;
    letter-spacing: 5px;
  }

  .consultingIn h2,
  .consultingIn .consultingInHead {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px;
    letter-spacing: 5px;
    border-bottom: 2px solid #FFFFFF;
    line-height: 2em;
    padding-bottom: 25px;
  }

  .consultingIn p {
    font-size: 14px;
    color: #007db9;
    letter-spacing: 3px;
    line-height: 2em;
    font-weight: 600;
  }

  .pcPointBlock {
    margin: 40px 0 0 0;
  }

  .pointbox {
    background: #FFFFFF;
    position: relative;
    padding: 60px 10px 10px;
    height: 150px;
  }

  .pointbox .point {
    background: #007db9;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    left: -10px;
    display: inline-block;
    padding: 5px 30px;
    font-weight: 600;
    font-size: 12px;
  }

  .pointbox p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
  }

  .valuesBox h2,
  .valuesBox .valuesBoxInHead {
    font-size: 20px;
  }

}


/**
=================================
STANDARD DESKTOP 992px <> 1200px
=================================
**/
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo {
    margin-left: 10px;
  }



  /**
  -------------------------------------------
  HAPPY CLIENT
  -------------------------------------------
  **/
  .testimonial-item .rates {
    bottom: -30px;
    right: 15px;
  }

  .testimonial-item .body {
    padding-top: 30px;
  }

  .mapPage .mapArea {
    height: 659px;
  }
}


/**
=================================
STANDARD DESKTOP < 1024px
=================================
**/
@media (max-width: 1023px) {
  body {
    padding-top: 0px;
  }





  .btn-toggle-nav {
    display: block;
  }

  .btn-toggle-search {
    display: block;
  }

  .btn-toggle-phone {
    display: block;
  }



  /**
  -------------------------------------------
  BACK TO TOP
  -------------------------------------------
  **/
  #back-top {
    right: 0px;
    bottom: 0px;
    border-radius: 0;
  }

  .zatakuInfoText {
    margin-bottom: 80px
  }

  .zaitaku .consulting {
    padding: 0 0 20px;
  }
}


/**
=================================
STANDARD DESKTOP < 993px
=================================
**/
@media (max-width: 992px) {
  .bgGreyRight {
    background: #fff;
  }

  .bgGreyLeft {
    background: #fff;
  }

  .bgGreyRight h2.title,
  .bgGreyLeft h2.title,
  .bgGreyRight .c-title--1,
  .bgGreyLeft .c-title--1 {
    margin: 10px 4% 5px;
  }

  .bgGreyRight h3.title,
  .bgGreyLeft h3.title,
  .bgGreyRight .c-title--2,
  .bgGreyLeft .c-title--2 {
    margin: 5px 4%;
  }

  .entry-content.bgGreyLeft {
    background: #fff;
  }

  .footer {
    text-align: center;
  }

  .footerlogo img {
    width: 55%;
  }

  .snsArea {
    margin-bottom: 50px;
  }

  .footer .snsArea h3 {
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 12px;
    margin: 0 0 20px 0;
  }

  .footerMenu ul li {
    margin: 0 0px 10px 0px;
    display: inline-block;
    font-size: 12px;
  }

  .footerMenu ul li::after {
    content: "/";
    margin-left: 5px;
  }

  .footerMenu ul li:last-child::after {
    content: none;
    margin-left: 0px;
  }

  .footerMenu2 {
    margin: 20px 0 0 0;
    display: block;
    border-top: 1px solid #FFEA29;
    padding-top: 20px;
  }

  .footerMenu2 ul li {
    margin: 0 3px 0px 3px;
    display: inline-block;
    font-size: 10px;
  }

  .copyright .dispInlineBlock {
    display: block;
    margin: 5px;
  }

  .footer .snsArea .snsIcon {
    background: #000000;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
  }

  .footer .snsArea .iconLine {
    background: #000000;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
  }

  .footer .container {
    padding: 0;
  }



  .informationBlock h2 {
    font-weight: 600;
  }



  .informationTel .bgWhite {
    margin: 0 0 10px 0;
    padding: 5px;
    letter-spacing: 0px;
  }



  .informationFax .bgWhite {
    margin: 0 0 10px;
    letter-spacing: 0px;
    padding: 5px;
  }



  .informationMail .bgWhite {
    padding: 5px;
  }

  .informationMail .arrowRIght {
    float: right;
    color: #007db9;
    font-size: 12px;
    margin: 0 10px 0 0;
  }

  .informationMail .fa-envelope {
    font-size: 12px;
  }


  .wrapper {
    padding-top: 60px;
    overflow-x: hidden;
  }

  .logo {
    max-width: 150px;
    z-index: 1000;
    position: relative;
  }

  header {
    background: #FFFFFF;
    min-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0;
    color: #FFFFFF;
    z-index: 1000;
  }

  .js-header_nav_menu {
    display: none;
    overflow-y: scroll;
    height: calc(100vh - 73px)
  }

  header .logo {
    margin: 10px 0 0 10px;
  }



  header .navbar-nav li {
    float: none;
  }



  .school-dropdown-btn {
    position: absolute;
    background: #FFFFFF;
    cursor: pointer
  }

  .school-dropdown-btn:focus,
  .school-dropdown-btn:hover {
    background: #F2F2F2;
  }

  .school-dropdown-btn.tugel {
    background: #F2F2F2;
  }

  .school-dropdown {
    position: relative;
  }

  .school-dropdown-menu {
    display: none;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .school-dropdown-menu li a {
    padding: 10px 20px !important;
    background: #F2F2F2 !important;
  }

  .school-dropdown-menu.tugel {
    height: auto;
  }

  .btn-contact {
    border-radius: 0;
    background: #E60564;
    box-shadow: none;
    margin: 10px 0px 0 0px;
    padding: 10px;
    letter-spacing: 5px;
    display: block;
    width: 100%;
  }

  .btn-contact:hover {
    color: #FFFFFF;
  }


  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
  }



  .contact .contactImage {
    height: 300px;
    background-image: url(../img/visual/visual_contact_sp.jpg);
    background-size: cover;
    background-position: center;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

  .contact .contactBlock {
    max-width: 100%;
    margin: -50px auto 0;
    padding: 30px 0 30px 0;
    position: relative;
  }

  .verticalLine {
    width: 1.5px;
    height: 60px;
    top: -30px;
  }

  .verticalLineShort {
    width: 1.5px;
    height: 60px;
    top: -30px;
  }
  .verticalLineMedium {
	  height: 50px;
	  top: -25px;
	  width: 1.5px;
  }
  h2.title,
  .c-title--1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 10px;
    color: #007db9;
    margin: 20px;
  }

  h3.title,
  .c-title--2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 5px;
    color: #007db9;
    margin: 20px;
  }

  .bgBlue h2.title,
  .bgBlue .c-title--1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 10px;
    color: #FFFFFF;
    margin: 20px;
  }

  .bgBlue h3.title,
  .bgBlue .c-title--2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 5px;
    color: #FFFFFF;
    margin: 20px;
  }

  .title-2 {
    font-size: 15px;
    letter-spacing: .3em;
    margin: 10px 0 20px;
    padding: 15px 0 0;
  }
  .title-2 .c-title--2 {
    margin: 0 0 5px;
  }
  .title-2::before {
    width: 25px;
    height: 2px;
  }
  .contactdescription {
    margin: 30px 0;
  }

  .contactForm .wpcf7-form {
    width: 90%;
  }

  .contactBlock p {
    text-align: center;
    line-height: 2em;
    margin: 0 0 10px 0;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
  }

  .contactBlock table {
    width: 100%;
    margin: 20px auto;
  }

  .contactBlock table tr th {
    width: 25%;
    border-top: 2px solid #007db9;
    padding: 20px 0px;
    line-height: 2em;
    letter-spacing: 3px;
  }

  .contactBlock table tr td {
    width: 75%;
    border-top: 2px solid #F6F6F6;
    padding: 20px 0px;
  }

  .contactText {
    border-radius: 50px;
    padding: 15px;
    font-size: 18px;
  }

  .contactSelectBg > .wpcf7-form-control-wrap {
    border-radius: 50px;
    padding: 12px 20px;
  }

  .contactSelect {
    background: none;
    border: none;
    border-radius: 50px;
    width: 100%;
    display: block;
    font-size: 18px;
    height: 30px;
  }

  .contactPopUp {
    padding: 40px 20px 20px 20px;
  }

  .contactPopUpHead {
    font-size: 18px;
  }

  .contactPopUpWrap button.mfp-close {
    right: 2vw;
  }


  .linkBtn {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 0px;
    min-width: 60%;
    max-width: 70%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }

  nav.pagination .page-numbers {
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }

  nav.pagination .page-numbers.hover {
    transform: translateY(2px);
    box-shadow: none;
  }

  nav.pagination .page-numbers.prev,
  nav.pagination .page-numbers.next {
    font-size: 20px;
    margin: 0 5px;
  }

  .contactSubmitBtn {
    margin-top: 30px;
  }

  .btn-tel {
    color: #007db9;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid #007db9 !important;
    background: #f9fdff !important;
    box-shadow: none;
    margin: 10px 0px 0 0px;
    padding: 10px;
    letter-spacing: 5px;
    display: block;
    width: 100%;
  }

  .btn-tel i {
    font-size: 18px;
    margin-right: 5px;
  }

  .mainVisualImage .btn-contact {
    border-radius: 50px;
    background: #E60564;
    box-shadow: none;
    margin: 25px 40px 0 20px;
    padding: 6px 17px 6px 20px;
    letter-spacing: 2px;
    color: #FFFFFF;
    width: 170px;
    font-size: 12px;
  }

  .mainVisualImage .btn-contact:hover {
    color: #FFFFFF;
  }



  .consulting {
    background: #f8f8f8;
    padding: 0;
  }

  .consultingIn {
    background: #FFEA29;
    text-align: center;
    padding: 60px 0% 100px 0%;
    max-width: 100%;
    margin: 0px auto;
    color: #007db9;
    text-align: left;
  }

  .consultingIn .right img {
    width: 100%;
    max-width: 100%;
  }

  .consultingIn h3,
  .consultingIn .consultingInSubHead {
    margin: 50px 0 10px 0;
    text-align: center;
    padding: 0 5px;
  }

  .consultingIn h2,
  .consultingIn .consultingInHead {
    margin: 10px 5px 30px;
    letter-spacing: 4px;
    border-bottom: 1px solid #FFFFFF;
    line-height: 1.8em;
    padding: 0 10px 15px;
    text-align: center;
  }

  .consultingIn p {
    line-height: 1.5em;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .spPointBlock {
    margin-top: -30px;
    padding: 6px;
  }

  .pointbox {
    background: #FFFFFF;
    position: relative;
    padding: 70px 15px 20px;
    height: 180px;
  }

  .pointbox .point {
    background: #007db9;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    left: -10px;
    display: inline-block;
    padding: 10px 40px;
    font-weight: 600;
  }

  .pointbox p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
  }

  .course {
    position: relative;
    background-color: #007db9;
    margin: 50px 0;
  }

  .arrowCourse {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -75px;
  }

  .courseBlock .left {
    float: left;
    width: 50%;
  }

  .courseBlock .left img {
    width: 100%;
  }

  .courseBlock .right {
    float: right;
    width: 50%;
    color: #FFFFFF;
  }

  .courseBlock .right .online {
    max-width: 800px;
    padding: 8% 0 0 0;
    text-align: center;
  }

  .courseBlock .right .online h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 8px;
    margin: 0 0 15px;
  }

  .courseBlock .right .online p {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 10px 40px;
  }

  .courseBlock .right .online .blueBtn {
    margin: 50px 0 10px 0;
    background: none;
  }

  .courseBlock .right .online .blueBtn:hover {
    background: #FFFFFF;
  }

  .resultYears {
    width: 96%;
    margin: 30px auto 0;
  }

  .resultYearsItem {
    width: 48%;
  }

  .resultYears a {
    margin: 0 5px;
    padding: 10px 5px;
  }

  .resultYears .resultYearsItem:first-of-type {
    text-align: right;
  }

  .voices-movie {
    margin-top: 40px;
  }

  .voices-movie .topPost {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
    margin-bottom: 30px;
  }

  .voices-movie .topPost .eyecatch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .contentsBlock p {
    font-size: 13px;
    letter-spacing: 4px;
  }

  /**
  -------------------------------------------
  BLOG_TOP
  -------------------------------------------
  **/
  #inner-content .menu a,
  #inner-content .menu a.news {
    width: 25%;
    font-size: 14px;
  }

  /**
  -------------------------------------------
  BLOG
  -------------------------------------------
  **/
  .entry-content .eyecatch {
    height: auto;
  }

  .entry-content .eyecatch img {
    min-height: auto;
    min-width: auto;
    position: relative;
  }

  .entry-content .postContents {
    padding: 0 25px 45px 25px;
  }

  .entry-content .titleBlock .category {
    left: 30px;
    font-size: 11px;
  }

  .entry-content .titleBlock .titleBlockIn {
    padding: 3px 20px;
  }

  .page-id-3 .entry-content .titleBlock .titleBlockIn {
    margin: 0 2%;
  }

  .entry-content .paging {
    padding: 30px 2%;
  }

  .entry-content .paging .next i,
  .entry-content .paging .prev i {
    font-size: 14px;
  }

  .entry-content .container {
    margin: 0 2%;
  }

  /**
  -------------------------------------------
  ZAITAKU
  -------------------------------------------
  **/
  .zaitakuPlan {
    padding-bottom: 30px;
  }

  .zaitakuPlanLeft,
  .zaitakuPlanRight {
    float: none;
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .zaitakuPlanLeft {
    margin-bottom: 60px;
  }

  .zaitakuPlanRight {
    padding: 0 0 20px;
  }

  .zaitakuPlanLeft .zaitakuPlanBox {
    height: 170px !important;
  }

  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .icon {
    width: 64px;
    height: 64px;
  }

  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .icon img {
    width: 35px;
    margin-top: 14px;
  }

  .bgBlue .zaitakuPlan h2.title,
  .bgBlue .zaitakuPlan .c-title--1 {
    margin-right: -10px;
  }

  .bgBlue .zaitakuPlan h3.title,
  .bgBlue .zaitakuPlan .c-title--2 {
    margin-bottom: 30px;
  }

  .bgBlue .zaitakuPlan .c-title--2 {
    margin-right: 5px;
  }

  /**
  -------------------------------------------
  PHILOSOPHY
  -------------------------------------------
  **/
  #inner-content .philosophy .visual {
    background-position: top center;
  }

  .purposeImage {
    right: 0;
    width: 80%;
  }

  .purposeText {
    left: 0;
    top: auto;
    bottom: 16%;
    width: 100%;
    padding: 0 0 0 2%;
  }

  .purposeText h2,
  .purposeText .purposeHead {
    font-size: 20px;
  }

  .slogan .sloganText,
  .reason .reasonText {
    width: 96%;
    margin-top: -40px;
    padding: 20px 10px;
  }

  .slogan .sloganText {
    margin-top: -15px;
  }

  .policyBox {
    width: calc(50% - 14px);
  }

  .valuesArea {
    margin: 30px 0 25px;
  }

  .valuesBox {
    height: 140px;
    margin: 10px 5px 10px 10px;
  }

  .valuesBoxIn {
    padding: 70px 0;
  }

  .valuesAreaChild {
    display: block;
  }

  /**
  -------------------------------------------
  university
  -------------------------------------------
  **/
  #inner-content .university .visual {
    height: 260px;
  }

  #inner-content .university .visual + .postMethod,
  #inner-content .method .visual + .postMethod,
  #inner-content .books .visual + .postMethod {
    padding: 45px 0 0;
  }

  .methodVisual {
    max-width: 96%;
    height: 200px;
  }

  .methodVisual span.icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .methodVisual span.icon img {
    height: 16px;
    margin-top: 9px;
  }

  .methodVisual hr {
    width: 125px;
    margin: 10px auto;
    border: none;
    background-color: #fff;
    height: 1px;
  }

  .methodVisual h1,
  .methodVisual .methodVisualHead {
    font-size: 18px;
    letter-spacing: .1em;
    margin: 0 auto;
  }

  .methodVisual p,
  .methodVisual .subHead {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.6;
  }

  /**
  -------------------------------------------
  NEWS_ARCHIVE
  -------------------------------------------
  **/
  #inner-content .post .visual {
    background-position: 60% top;
  }

  .other [data-aos^=fade][data-aos^=fade].aos-animate:nth-child(1) {
    transition-delay: 0;
  }

  .other [data-aos^=fade][data-aos^=fade].aos-animate:nth-child(2) {
    transition-delay: .2s;
  }

  .other [data-aos^=fade][data-aos^=fade].aos-animate:nth-child(3) {
    transition-delay: .4s;
  }

  .other [data-aos^=fade][data-aos^=fade].aos-animate:nth-child(4) {
    transition-delay: .6s;
  }

  .other [data-aos^=fade][data-aos^=fade].aos-animate:nth-child(5) {
    transition-delay: .8s;
  }

  .other [data-aos^=fade][data-aos^=fade].aos-animate:nth-child(6) {
    transition-delay: 1s;
  }

}


/**
=================================
SMALL DESKTOP 768px <> 991px
=================================
**/
@media (min-width: 768px) and (max-width: 991px) {
  .flR {
    float: none !important;
  }

  .w50P {
    width: 75%;
  }

  .w70P {
    width: 100%;
  }

  .mapPage .mapArea {
    height: 526px;
  }

  /**
  -------------------------------------------
  LATEST WORK
  -------------------------------------------
  **/
  ul.work-category-wrap li {
    height: 30px;
    font-size: 13px;
    margin: 10px 5px;
    padding: 5px;
  }




  /**
  -------------------------------------------
  TESTIMONIAL
  -------------------------------------------
  **/
  .testimonial-item .heading {
    height: auto;
    min-height: 60px;
  }

  .testimonial-item .client-content {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-left: 85px;
  }

  .testimonial-item .rates {
    bottom: -30px;
    right: 15px;
  }

  .testimonial-item .body {
    padding-top: 30px;
  }


  /**
  -------------------------------------------
  THE TEAM
  -------------------------------------------
  **/
  .team-item .avatar {
    width: 100px;
  }

  .team-item h4.name {
    font-size: 18px;
  }

  .team-item .position {
    font-size: 14px;
  }




  /**
  -------------------------------------------
  BLOG
  -------------------------------------------
  **/
  .blog-list .media .img-post {
    display: none;
  }



  /**
  -------------------------------------------
  SIDEBAR
  -------------------------------------------
  **/
  .sidebar .media-list .media .img-post {
    display: none;
  }




  /**
  -------------------------------------------
  FOOTER
  -------------------------------------------
  **/
  footer h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}


/**
=================================
TABLET < 768px
=================================
**/
@media (max-width: 767px) {
  .iconYellow {
    background: #FFEA29;
    color: #007db9;
    display: inline-block;
    width: 25px;
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px 0 0;
    font-weight: 500;
    font-size: 10px;
  }

  .iconYellow img {
    width: 14px;
    margin-top: -2px;
  }

  .informationText {
    color: #007db9;
    font-size: 12px;
    font-weight: 600;
  }


  .pagetop {
    left: 17px;
  }

  .pagetop:hover {
    background: #FFF;
    color: #007db9;
  }

  .pagetop:active {
    background: #007db9;
    color: #FFF;
  }

  .footerContat {
    bottom: 90px;
    right: 15px;
  }


  .yellowBtn {
    padding: 6px 20px;
    background: #FFEA29;
    color: #007db9;
    font-size: 12px;
    letter-spacing: 0px;
    border: none;
    border-radius: 100px;
    border: 1px solid #007db9;
    min-width: 160px;
    margin: 0px 0;
    display: inline-block;
  }

  .whiteBtn {
    padding: 6px 20px;
    font-size: 12px;
    letter-spacing: 0px;
    margin: 5px 0;
    background: #007db9;
    color: #fff;
  }


  .wrapper {
    padding-top: 45px;
    overflow-x: hidden;
  }

  .logo {
    max-width: 120px;
    z-index: 1000;
    position: relative;
  }

  header {
    background: #FFFFFF;
    min-height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0;
    color: #FFFFFF;
    z-index: 1001;
  }

  .js-header_nav_menu {
    display: none;
    overflow-y: scroll;
    height: calc(100vh - 73px)
  }

  header .logo {
    margin: 10px 0 0 10px;
  }



  header .navbar-nav li {
    float: none;
  }


  .school-dropdown-btn {
    position: absolute;
    background: #FFFFFF;
    cursor: pointer
  }

  .school-dropdown-btn:focus,
  .school-dropdown-btn:hover {
    background: #F2F2F2;
  }

  .school-dropdown-btn.tugel {
    background: #F2F2F2;
  }

  .school-dropdown {
    position: relative;
  }

  .school-dropdown-menu {
    display: none;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .school-dropdown-menu li a {
    padding: 10px 20px !important;
    background: #F2F2F2 !important;
  }

  .school-dropdown-menu.tugel {
    height: auto;
  }

  .btn-contact {
    border-radius: 0;
    background: #E60564;
    box-shadow: none;
    margin: 10px 0px 0 0px;
    padding: 10px;
    letter-spacing: 5px;
    display: block;
    width: 100%;
  }

  .btn-contact:hover {
    color: #FFFFFF;
  }


  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact .contactImage {
    height: 300px;
    background-image: url(../img/visual/visual_contact_sp.jpg);
    background-size: cover;
    background-position: center;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

  .contact .contactBlock {
    max-width: 100%;
    margin: -50px auto 0;
    padding: 30px 0 30px 0;
    position: relative;
  }

  .verticalLine {
    width: 1.5px;
    height: 60px;
    top: -30px;
  }

  h2.title,
  .c-title--1 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #007db9;
    margin: 10px 0 5px;
  }

  h2.title .ymarker,
  .c-title--1 .ymarker {
    font-size: 22px;
  }

  h3.title,
  .c-title--2 {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    color: #007db9;
    margin: 5px;
  }

  .contactBlock p {
    text-align: center;
    margin: 0 0 7px 0;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
  }

  .contactBlock table {
    width: 100%;
    margin: 0px auto;
  }

  .contactBlock table tr th {
    width: 9em;
    border-top: 2px solid #007db9;
    padding: 10px 0px;
    line-height: 2em;
    letter-spacing: 0px;
    font-size: 90%;
  }

  .contactBlock table tr td {
    width: calc(100% - 9em);
    border-top: 2px solid #F6F6F6;
    padding: 10px 0px;
  }

  .contactText {
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 16px;
  }

  .contactSelectBg {
    padding: 5px 0;
    font-size: 16px;
  }

  .contactSelectBg > .wpcf7-form-control-wrap {
    padding: 3px 20px;
  }

  .contactSelect {
    background: none;
    border: none;
    border-radius: 50px;
    width: 100%;
    display: block;
    font-size: 16px;
    height: 30px;
  }

  .contactSubmitBtn {
    margin-top: 30px;
  }


  .btn-tel {
    color: #007db9;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid #007db9 !important;
    background: #f9fdff !important;
    box-shadow: none;
    margin: 10px 0px 0 0px;
    padding: 10px;
    letter-spacing: 5px;
    display: block;
    width: 100%;
  }

  .btn-tel i {
    font-size: 18px;
    margin-right: 5px;
  }


  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }


  .mainVisualImage {
    height: 47.2vw;
    position: relative;
    margin: 0 0 20px 0;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

  .mainVisualImage .catchcopy {
    width: 340px;
    height: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 5%;
    left: 5%;
  }

  .mainVisualImage__slider__item__img {
    height: 47.2vw;
  }

  .mainVisualImage .catchcopy h1,
  .mainVisualImage .catchcopy h2 {
    margin: 0 0 8px;
    line-height: 1;
  }
  .mainVisualImage .catchcopy h1 {
	  font-size: 20px;
  }
  .mainVisualImage .catchcopy h1 span {
    background: #FFFFFF;
    display: inline-block;
    color: #007db9;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .3em;
    padding: 0 0;
    line-height: 33px;
  }

  .mainVisualImage .catchcopy h2 span {
    background: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 0;
  }


  .mainVisualImage .news {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #f8f8f8;
  }

  .mainVisualImage .news span {
    display: inline-block;
    padding: 30px 3%;
    letter-spacing: 3px;
  }

  .mainVisualImage .news span.blue {
    width: 16%;
  }

  .mainVisualImage .news a {
    display: inline-block;
    padding: 3%;
    letter-spacing: 3px;
  }

  .mainVisualImage .news a.newslist {
    width: 67%;
    color: #4F4A49;
  }

  .mainVisualImage .news a.readmore {
    width: 16%;
    border-left: 1px solid #EEEEEE;
    color: #313D4F;
    font-weight: 600;
  }


  .arrowTop {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .arrowTop img {
    height: 77px;
  }

  .topMessage {
    background: linear-gradient(0deg, #fff 0%, #fff 55%, #007db9 55%, #007db9 70%, #FFFFFF 70%, #FFFFFF 100%);
    padding: 0 0 50px;
  }

  .topMessageIn {
    background: url(../img/bg/bg_topmessage.png) no-repeat;
    background-size: contain;
    background-position: top left;
    position: relative;
    height: 700px;
    width: 100%;
  }
  .topMessage .title-wrap {
	  padding-top: 50px;
  }
  .topMessage h2.title {
	  font-size: 23px;
	  letter-spacing: .3em;
	  font-weight: 700;
	  text-indent: .3em;
  }
  .topMessage h3.title {
	  font-size: 10px;
	  font-weight: 700;
	  letter-spacing: .3em;
	  text-indent: .3em;
	  margin-bottom: 20px;
  }
	.topMessageImage {
		width: 90%;
		margin: auto;
	}

	.topMessageText {
		width: 80%;
		margin: auto;
		margin-top: -10%;
		padding: 6%;
	}

  .topMessageText h2 {
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	  line-height: 1.4;
	  letter-spacing: .3em;
  }

  .topMessageText p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.6;
  }
	.topMessage .pc {
		display: none;
	}
	.topMessage .sp {
		display: block;
	}
  .topMessage .postmore .linkBtn {
    width: 100%;
    max-width: 340px;
    font-size: 16px;
    letter-spacing: .3em;
    text-indent: .3em;
    font-weight: 700;
    line-height: 3;
    border-radius: 1.5em;
    padding: 0;
  }

  .topMessageH2 h2 {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 2%;
    width: 98%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin: 0 0 0 0;
  }


  .arrowServices {
    margin-top: -36px;
  }

  .arrowServices img {
    height: 77px;
  }

  .services {
    background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 30%, #FFFFFF 30%, #FFFFFF 100%);
    text-align: center;
    padding: 20px 3% 50px 3%;
  }

  .services .description {
    text-align: center;
    margin: 30px 0 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5em;
  }


  .arrowConsulting {
    top: -36px;
  }

  .arrowConsulting img {
    height: 77px;
  }

  .consulting {
    background: #f8f8f8;
    padding: 0;
  }

  .consultingIn {
    background: #FFEA29;
    text-align: center;
    padding: 60px 0% 50px 0%;
    max-width: 100%;
    margin: 0px auto;
    color: #007db9;
    text-align: left;
  }

  .consultingIn h3,
  .consultingIn .consultingInSubHead {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 5px;
  }

  .consultingIn h2,
  .consultingIn .consultingInHead {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 5px 30px;
    letter-spacing: 4px;
    border-bottom: 1px solid #FFFFFF;
    line-height: 1.8em;
    padding: 0 10px 15px;
    text-align: center;
  }

  .consultingIn p {
    font-size: 12px;
    color: #007db9;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .pcPointBlock {
    margin: 60px 0 0 0;
  }

  .pointbox {
    background: #FFFFFF;
    position: relative;
    padding: 45px 3px 0px;
    height: 120px;
  }

  .pointbox .point {
    background: #007db9;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    left: -5px;
    display: inline-block;
    padding: 4px 15px;
    font-weight: 600;
    font-size: 11px;
  }

  .pointbox p {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 0px;
  }

  .spPointBlock {
    margin-top: -30px;
    padding: 6px;
  }


  .manaviismboxArea img {
    width: 100%;
    max-width: none;
  }

  .arrowManavvism {
    margin-top: -36px;
    margin-bottom: 30px;
  }

  .arrowManavvism img {
    height: 77px;
  }

  .manaviism h2.title,
  .manaviism .c-title--1 {
    margin: 5px 0 20px;
  }

  .manaviism h3.title,
  .manaviism .c-title--2 {
    margin: 20px 0 5px;
  }

  .manaviism .description {
    text-align: center;
    margin: 30px 0 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5em;
  }

  .manaviism .manaviismbox {
    background: #F8F8F8;
    padding: 25px 20px 25px 20px;
    border-right: none;
    height: auto;
  }

  .manaviism .manaviismbox img {
    /*width: 40px;*/
    width: 33px;
  }

  .manaviism .manaviismbox h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 5px;
  }

  .manaviism .manaviismbox p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.7em;
  }


  .other .description {
    text-align: center;
    margin: 30px 0 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5em;
  }

  .bgGreyRight .other .description,
  .bgGreyLeft .other .description {
    margin: 20px 4% 30px;
  }

  .other {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 10px 20px;
  }

  .other .otherItem {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px;
    display: table;
    width: 100%;
  }

  .other .otherItemIn {
    padding: 20px 0;
    margin: 0 0px;
    background-size: 40px;
    background-position: center 15px;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
  }

  .other .otherItemIn h3 {
    text-align: center;
    font-size: 12px;
    margin: 0;
    letter-spacing: 1px;
  }

  .other .otherItemIn p {
    margin: 10px 0px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
  }

  .other .otherItemIn span {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    background-size: 25px;
  }

  .other .otherItem.item6 {
    background-position: -50px;
  }

  .arrowCourse {
    top: -50px;
  }

  .arrowCourse img {
    height: 77px;
  }

  .course {
    background-size: 40%;
    margin: 50px 0;
  }

  .courseBlock .left {
    float: none;
    width: 100%;
  }

  .courseBlock .right {
    float: none;
    width: 100%;
    color: #FFFFFF;
  }

  .courseBlock .right .online {
    max-width: 800px;
    padding: 13% 0 20% 0;
    text-align: center;
  }

  .courseBlock .right .online h2 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 0 0 20px;
  }

  .courseBlock .right .online p {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 10px 35px;
    line-height: 1.5em;
  }

  .courseBlock .right .online .blueBtn {
    margin: 30px 0 20px 0;
    font-size: 12px;
    padding: 12px 20px;
    background: none;
  }


  .result,
  .passed .result {
    position: relative;
    padding: 40px 0 30px;
    margin: 40px 0 20px;
  }

  .result .row {
    margin: 20px auto 0px;
  }

  .resultTax .methodList {
    margin: 60px 2% 15px;
  }

  .resultTax .methodList .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .methodCategory {
    float: none;
    margin: 0 0 10px;
  }

  .resultTax .methodList .methodCategory a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-size: 12px;
  }

  .resultTax .methodList .methodCategory a i {
    margin: 3px 0 3px 8px;
  }


  .campaign {
    position: relative;
    padding: 40px 0 30px;
    margin: 40px 0 20px;
  }

  .campaign .row {
    margin: 20px auto 0px;
  }


  .top .collaboration {
    position: relative;
    padding: 40px 0 30px;
    margin: 40px 0 20px;
  }

  .top .collaboration .row {
    margin: 20px auto 0px;
  }


  .news {
    position: relative;
    padding: 40px 0 30px;
    margin: 40px 0 20px;
  }

  .news .row {
    margin: 20px auto 0px;
  }


  .postblog {
    position: relative;
    padding: 40px 0 30px;
    margin: 40px 0 20px;
  }

  .postblog .row {
    margin: 20px auto 0px;
  }


  .postmore {
    margin: 0px 0 0px 0;
    text-align: center;
  }

  .postmore .linkBtn {
    padding: 10px 10px;
    background: #007db9;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    border: none;
    border-radius: 100px;
    box-shadow: 0px 4px 4px #AAAAAA;
    min-width: 160px;
    display: inline-block;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
  }

  .postmore .linkBtn:hover {
    background: #FFFFFF;
    color: #007db9;
    text-decoration: none;
  }

  .postmore .linkBtn2 {
    padding: 10px 10px;
    background: #FFEA29;
    color: #007db9;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    border: none;
    border-radius: 100px;
    min-width: 170px;
    box-shadow: 0px 4px 4px #AAAAAA;
    display: inline-block;
  }


  .topPost {
    margin-bottom: 20px;
  }

  .voices-movie .topPost {
    padding-top: 60%
  }

  .topPost .postBlock .date {
    font-size: 11px;
  }

  .topPost .postBlock h1,
  .topPost .postBlock .p-post-head {
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .topPost .postBlock h1 a,
  .topPost .postBlock .p-post-head a {
    color: #007db9;
  }

  .topPost .category {
    background: #FFEA29;
    font-size: 10px;
    padding: 5px 5px;
    left: -10px;
    top: 40px;
  }


  .contents {
    margin: 50px 0 0 0;
  }

  .arrowContents {
    top: -36px;
  }

  .arrowContents img {
    height: 77px;
  }

  .contentsBlock .left {
    float: none;
    width: 100%;
    color: #007db9;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
    padding: 20% 0 10%;
  }

  .contentsBlock .right {
    float: none;
    width: 100%;
    padding: 10% 0;
  }

  .contentsBlock p {
    /* height: 54px; */
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .contentsBlock p > br {
    display: none;
  }

  #inner-content .visual {
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center;
  }

  #inner-content .uehonmachi .visual {
    background-image: url(../img/visual/visual_uehonmachi_sp.jpg);
  }

  #inner-content .ibaraki .visual {
    background-image: url(../img/visual/visual_ibaraki_sp.jpg);
    background-position: center left;
  }

  #inner-content .kitasenri .visual {
    background-image: url(../img/visual/visual_kitasenri_sp.jpg);
  }

  #inner-content .takatsuki .visual {
    background-image: url(../img/visual/visual_takatsuki_sp.jpg);
  }

  #inner-content .toyonaka .visual {
    background-image: url(../img/visual/visual_toyonaka_sp.jpg);
  }

  #inner-content .nishikita .visual {
    background-image: url(../img/visual/visual_nishikita_sp.jpg);
  }

  #inner-content .sakaihigashi .visual {
    background-image: url(../img/visual/visual_sakaihigashi_sp.jpg);
  }

  #inner-content .post .visual {
    background-image: url(../img/visual/visual_news_sp.jpg);
    margin: 0 0 70px;
  }

  #inner-content .analysis .visual,
  #inner-content .university .visual,
  #inner-content .method .visual,
  #inner-content .books .visual,
  #inner-content .column .visual {
    height: auto;
  }


  #inner-content .visual {
    position: relative;
    /*height: 300px;*/
    height: auto;
    padding-top: 60%;
    background-image: url(../img/visual/visual_top_sp.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 0 20px 0;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

  #inner-content .visual .catchcopy {
    width: 340px;
    height: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 5%;
    left: 3%;
  }

  #inner-content .visual .catchcopy h1,
  #inner-content .visual .catchcopy .c-title-main--1 #inner-content .visual .catchcopy h2,
  #inner-content .visual .catchcopy .c-title-main--2 {
    margin: 0 0 9px;
    line-height: 1;
  }

  #inner-content .visual .catchcopy h1 span,
  #inner-content .visual .catchcopy .c-title-main--1 span {
    background: #FFFFFF;
    display: inline-block;
    color: #007db9;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 28px;
    padding: 0 10px;
  }

  #inner-content .visual .catchcopy h1 span.p-font--1,
  #inner-content .visual .catchcopy .c-title-main--1 span.p-font--1 {
    font-size: 22px;
  }

  #inner-content .visual .catchcopy h1 span > .catchcopy__span__1,
  #inner-content .visual .catchcopy .c-title-main--1 span > .catchcopy__span__1 {
    font-size: 20px;
  }

  #inner-content .visual .catchcopy h1 span > .catchcopy__logo,
  #inner-content .visual .catchcopy .c-title-main--1 span > .catchcopy__logo {
    width: 100px;
  }

  #inner-content .visual .catchcopy h2 span,
  #inner-content .visual .catchcopy .c-title-main--2 span {
    background: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 0;
    padding: 0 10px;
    line-height: 25px;
  }



  #inner-content .visual .menu {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    height: 50px;
  }

  #inner-content .visual .menu span {
    display: inline-block;
    padding: 30px 3%;
    letter-spacing: 3px;
    padding: 0 3px;
    letter-spacing: 0;
    line-height: 1.2;
    width: 100%;
  }

  #inner-content .visual .menu span.blue {
    width: 16%;
  }

  #inner-content .visual .menu a {
    display: inline-block;
    padding: 3%;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: calc((100% - 10em) / 4 ); */
    width: 25%;
    padding: 0;
    height: auto;
    font-size: 10px;
  }

  #inner-content .menu a.news {
    width: 10em;
  }

  #inner-content .visual .menu a.newslist {
    width: 67%;
    color: #4F4A49;
  }

  #inner-content .visual .menu a.readmore {
    width: 16%;
    border-left: 1px solid #EEEEEE;
    color: #313D4F;
    font-weight: 600;
  }

  .flR {
    float: none !important;
  }

  .sm-mb10 {
    margin-bottom: 10px;
  }

  .thanksBox {
    padding: 30px 30px;
  }

  .w50P {
    width: 75%;
  }

  /**
  -------------------------------------------
  HEADER SLIDE
  -------------------------------------------
  **/
  .slide-inner.more-padding {
    padding: 60px 0 0 0;
  }

  .slide-text-content {
    padding: 130px 0 110px;
  }

  .slide-text-content h1 {
    font-size: 35px;
  }

  .slide-text-content h3 {
    font-size: 18px;
    line-height: 24px;
  }



  /**
  -------------------------------------------
  FEATURE
  -------------------------------------------
  **/
  .box-feature {
    margin: 0 0 30px 0;
  }




  /**
  -------------------------------------------
  TOP FEATURE
  -------------------------------------------
  **/
  .section-top-features h5.text-heading {
    margin-top: 15px;
  }



  /**
  -------------------------------------------
  LATEST WORK
  -------------------------------------------
  **/
  ul.work-category-wrap li {
    height: 30px;
    font-size: 13px;
    margin: 10px 5px;
    padding: 5px;
  }




  /**
  -------------------------------------------
  TESTIMONIAL
  -------------------------------------------
  **/
  .testimonial-item .heading {
    min-height: 60px;
    height: auto;
  }

  .testimonial-item .heading {
    height: auto;
    min-height: 60px;
  }

  .testimonial-item .client-content {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-left: 85px;
  }

  .testimonial-item .rates {
    bottom: -30px;
    right: 15px;
  }

  .testimonial-item .body {
    padding-top: 30px;
  }







  /**
  -------------------------------------------
  THE TEAM
  -------------------------------------------
  **/
  .team-item {
    margin: 0 0 30px 0;
  }

  /**
  -------------------------------------------
  BLOG_TOP
  -------------------------------------------
  **/
  #inner-content .uehonmachi .visual .catchcopy,
  #inner-content .takatsuki .visual .catchcopy,
  #inner-content .ibaraki .visual .catchcopy,
  #inner-content .toyonaka .visual .catchcopy,
  #inner-content .kitasenri .visual .catchcopy {
    height: auto;
  }

  .typeArchive .info {
    padding: 50px 0 0;
    margin: 90px 0 70px;
  }

  .typeArchive .info table tbody,
  .typeArchive .info table tr,
  .typeArchive .info table tr th,
  .typeArchive .info table tr td {
    display: block;
    width: 100%;
  }

  .typeArchive .info table {
    width: 90%;
    margin: 25px auto 50px;
  }

  .typeArchive .info table tr th {
    padding: 10px 2%;
  }

  .typeArchive .info table tr td {
    padding: 0 2% 10px;
  }

  .typeArchive .info #maps {
    height: 350px;
  }

  .typeArchive .info .verticalLine,
  .typeArchive .entry-content .verticalLine {
    width: 1.5px;
    height: 60px;
  }

  .arrowAccess img {
    height: 77px;
  }

  /**
  -------------------------------------------
  BLOG
  -------------------------------------------
  **/
  .entry-content .titleBlock h1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .entry-content .titleBlock p,
  .entry-content .postContents p {
    font-size: 12px;
  }

  .entry-content .postContents,
  .p-entry-related {
    padding: 0 10px 30px 10px;
  }

  .entry-content .postContents iframe {
    /*height: auto; 20191119 プラグインでyoutubeサイズ調整*/
  }

  .entry-content .postContents h2,
  .entry-content .postContents h3 {
    font-size: 18px;
  }

  .entry-content .postContents h4 {
    font-size: 13px;
  }

  .entry-content .postContents ul {
    margin: 20px;
  }

  .entry-content .postContents ol {
    padding: 15px 20x;
  }

  .entry-content .postContents img {
    height: auto;
  }

  .entry-content .postContents p {
    font-size: 13px;
  }

  /* ブログCTA */
  .p-cta-blog {
    padding: 0 0 30px;
    margin: -20px 0 0;
  }

  /* 関連記事 */
  .p-entry-related-tit1 {
    padding-bottom: 8px;
    font-size: 16px;
  }

  .p-entry-related-list1__item a {
    padding: 10px 0;
    border-width: 1px;
  }

  .p-entry-related-thumb {
    width: 104px;
    margin-left: 10px;
  }

  .p-entry-related-info {
    margin-left: 10px;
  }

  .p-entry-related-info__date__item--cate {
    font-size: 11px;
  }

  .p-entry-related-info__date__item--date {
    letter-spacing: 0;
  }

  .p-entry-related-info__title {
    font-size: 13px;
    padding-top: 10px;
  }

  .p-entry-related-none {
    margin-top: 10px;
  }

  .p-entry-relatedtag {
    padding: 0 10px 30px 10px;
  }

  .p-entry-relatedtag__tit {
    font-size: 16px;
  }

  .p-entry-relatedtag__list > li {
    font-size: 12px;
  }

  /**
  -------------------------------------------
  ZAITAKU
  -------------------------------------------
  **/
  #inner-content .zaitaku .visual {
    background-image: url(../img/visual/visual_zaitaku_sp.jpg);
  }

  #inner-content .zaitaku .visual .catchcopy {
    height: auto;
  }

  .zatakuInfoText {
    margin: 30px 2% 40px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2em;
  }

  .zaitaku .bgGreyLeft {
    padding: 10px 0 20px;
    margin-bottom: 30px;
  }

  .zaitaku .consulting .consultingIn {
    background: #FFEA29;
  }

  .iconZaitaku {
    top: -80px;
    left: auto;
    right: 1%;
    width: 80px;
  }

  .zaitakuPlan {
    padding: 40px 0 20px;
  }

  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2 .item,
  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead .item {
    font-size: 18px;
  }

  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn h2 .price,
  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .zaitakuPlanBoxHead .price {
    font-size: 20px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu p .price {
    font-size: 16px;
  }

  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .icon {
    width: 40px;
    height: 40px;
    margin: 0 0 15px;
  }

  .zaitakuPlanLeft .zaitakuPlanBox .zaitakuPlanBoxIn .icon img {
    width: 25px;
    margin-top: 7px;
  }

  /**
  -------------------------------------------
  PHILOSOPHY
  -------------------------------------------
  **/
  .purposeText h2,
  .purposeText .purposeHead {
    font-size: 16px;
  }

  #inner-content .philosophy .visual {
    background-image: url(../img/visual/visual_philosophy_sp.jpg);
    margin-bottom: 80px;
  }

  .philosophy .bgGreyLeft {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .slogan {
    padding: 70px 0 150px;
  }

  .reason {
    padding: 70px 0;
  }

  .slogan .sloganText h2,
  .reason .reasonText h2,
  .slogan .sloganText .sloganHead,
  .reason .reasonText .reasonHead {
    font-size: 14px;
  }

  .slogan .sloganText p,
  .reason .reasonText p {
    font-size: 12px;
    line-height: 1.8em;
  }

  .policy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2%;
  }

  .policyBox {
    display: flex;
    justify-content: center;
    margin: 0 0 2px;
    height: auto;
    width: calc(50% - 1px);
    padding: 10px;
  }

  .policyBox:first-child,
  .policyBox:nth-last-child(2) {
    flex-direction: column;
  }

  .policyBoxIn {
    position: static;
    transform: none;
    -webkit-transform: none;
  }

  .policyBox.start .policyBoxInHead {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }

  .policyBox.start p {
    font-size: 10px;
  }

  .policyBox span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
    line-height: 1;
    font-size: 14px;
  }

  .policyBox p {
    font-size: 10px;
  }

  .policyBox.end p {
    text-align: left;
  }

  .policyBox.end p {
    font-size: 10px;
    margin: 0;
  }

  .philosophy .bgGreyAll {
    padding: 80px 0;
  }

  .philosophy .values {
    padding: 80px 0 40px;
  }

  .bgBlue h2.title,
  .bgBlue .c-title--1 {
    margin: 10px 10px 5px 10px;
    font-size: 16px;
    letter-spacing: 6px;
  }

  .bgBlue h3.title,
  .bgBlue .c-title--2 {
    margin: 5px;
    font-size: 10px;
    letter-spacing: 0px;
  }

  .values p.valuesFooter {
    padding: 0 3%;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: left;
  }

  /**
  -------------------------------------------
  DETAIL_PASSED
  -------------------------------------------
  **/
  .passedInfo {
    margin: 50px 0 100px;
    background-color: transparent;
  }

  .passedInfoBlock .left {
    float: none;
    width: 100%;
  }

  .passedInfoBlock .right {
    float: none;
    width: 96%;
    margin: -35px 2% 0;
    background-color: #007db9;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol {
    padding: 0 5px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .col-sm-6.bgWhite {
    padding: 15px 10px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .bgWhite .icon {
    height: 46px;
    width: 46px;
    border-radius: 23px;
    padding: 16.5px 0 0;
    font-size: 10px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .bgWhite .zaitakuMenu {
    margin: 12px 0px 0 55px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .bgWhite .zaitakuMenu h3,
  .zaitakuPlanRight .zaitakuPlanBlock .bgWhite .zaitakuMenu .zaitakuMenuHead {
    font-size: 12px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .bgWhite .zaitakuMenu p .price {
    font-size: 14px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .bgWhite .zaitakuMenu p .slash {
    font-size: 16px;
  }

  .zaitakuPlanRight .zaitakuPlanBlock .zaitakuTwoCol .bgWhite .zaitakuMenu p .year {
    font-size: 13px;
  }

  .bgBlue .zaitakuPlan h2.title,
  .bgBlue .zaitakuPlan .c-title--1 {
    margin-right: 4px;
  }

  .bgBlue .zaitakuPlan h3.title,
  .bgBlue .zaitakuPlan .c-title--2 {
    margin-right: 5px;
  }

  /**
  -------------------------------------------
  PASSED
  -------------------------------------------
  **/
  #inner-content .passed .visual {
    background-image: url(../img/visual/visual_passed_sp.jpg);
  }

  #inner-content .passed .visual .catchcopy {
    height: auto;
  }

  .passedPercent {
    right: 0;
  }

  .passedInfoBlock .right .passedInfoContents {
    padding: 70px 10px 40px;
  }

  .passedInfoBlock .right .passedInfoContents h2 {
    font-size: 19px;
  }

  .passedInfoBlock .right .row {
    margin: 20px 0;
  }

  .passedInfoBlock .right .row > * {
    padding: 10px;
  }

  .passedInfoBlock .right .school {
    font-size: 12px;
    line-height: 16px;
  }

  .passedInfoBlock .right .passedCount {
    font-size: 14px;
    line-height: 16px;
  }

  .passedInfoBlock .right .passedCount .yellow {
    font-size: 16px;
    padding: 2px;
    line-height: 16px;
  }

  .passedInfoBlock .right .caution {
    margin: 20px 0 0 0;
  }

  .result.passedTax {
    margin: 100px 0 20px;
  }


  /**
  -------------------------------------------
  ANALYSIS
  -------------------------------------------
  **/
  .methodVisual .methodForm .methodTextForm {
    font-size: 12px;
  }

  .methodVisual .methodForm i {
    font-size: 25px;
    height: 25px;
  }

  .postMethod {
    margin: 60px 0;
    padding: 45px 0;
  }

  .analysis .postMethod {
    margin: 0;
    padding: 45px 0 0;
  }

  .analysis .postMethod:last-of-type {
    padding: 45px 0;
  }

  .postMethod .methodList {
    margin: 60px 5px 15px;
  }

  .postMethod .methodList .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .postMethod .methodList .row::before,
  .postMethod .methodList .row::after {
    display: none;
    content: "";
  }

  .methodCategory {
    float: none;
    margin: 0 0 10px;
  }

  .postMethod .methodList .methodCategory a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-size: 12px;
  }

  .postMethod .methodList .methodCategory a i {
    margin: 3px 0;
  }

  .analysis .contentsBlock .left,
  .analysis .contentsBlock .center,
  .analysis .contentsBlock .right {
    float: none;
    width: 100%;
    padding: 5% 2%;
  }
  .analysis .contentsBlock .center {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }


  .analisys-indexBlock-item {
    width: 50%;
    border-bottom: 1px solid #FFFFFF;
  }
  .analisys-indexBlock-item:nth-of-type(2) {
    border-right: none;
  }
  .analisys-indexBlock-item p br {
    display: inline;
  }
  .analisys-indexBlock-item .contentsHead {
    letter-spacing: 2px;
  }


  /**
  -------------------------------------------
  COLLABORATION
  -------------------------------------------
  **/
  #inner-content .collaboration .visual {
    background-image: url(../img/visual/visual_collaboration_sp.jpg);
  }

  #inner-content .collaboration .visual .catchcopy {
    height: auto;
  }

  /**
  -------------------------------------------
  CONTACT
  -------------------------------------------
  **/
  #inner-content .contactPage .visual {
    background-image: url(../img/visual/visual_contact_page_sp.jpg);
    margin: 0 0 100px;
  }

  .contactPage .contactBlock,
  .lp-thanks .contactBlock {
    padding: 60px 0 30px;
  }

  .contactPage .contactBlock table {
    margin: 40px auto 0;
  }


  /**
  -------------------------------------------
  FOOTER
  -------------------------------------------
  **/
  footer {
    padding: 10px 0 0px;
  }

  footer h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .footer {
    min-height: 80px;
    height: auto;
    text-align: center;
  }

  .footer .text-right {
    text-align: center;
  }

  .footer .list-inline {
    margin-top: 15px;
  }

  .footer .list-inline > li {
    padding-left: 3px;
    padding-right: 3px;
  }

  /**
  -------------------------------------------
  PRIVACY POLICY
  -------------------------------------------
  **/
  .privacypolicy-box1 {
    width: 100%;
  }

  .privacypolicy-box1 h2.title,
  .privacypolicy-box1 .c-title--1 {
    font-size: 22px;
  }

  .privacypolicy-box1 h3.title,
  .privacypolicy-box1 .c-title--2 {
    font-size: 16px;
  }

  .privacypolicy-box1__in {
    width: 88%;
    margin: 50px auto 0;
  }

  .privacypolicy-box1__in > h2 {
    font-size: 18px;
  }

  .privacypolicy-box1__in > h3 {
    font-size: 16px;
  }

  .blogVisual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }


  .c-area-post {
    padding-right: 5px;
    padding-left: 5px;
  }

  .c-area-post__item a {
    padding: 10px 0;
    border-width: 1px;
  }

  .c-area-post__item__thumb {
    width: 104px;
    margin-left: 10px;
  }

  .c-area-post__item__info {
    margin-left: 10px;
  }

  .c-area-post__item__info__date__item--date {
    letter-spacing: 0;
  }

  .c-area-post__item__info__title {
    font-size: 13px;
    padding-top: 10px;
  }

  .c-area-post-sec {
    margin: 40px 0 20px;
  }

  .c-area-post-sec:last-child {
    margin-bottom: 60px;
  }

  h2.title.c-area-post-tit::after,
  .c-title--1.c-area-post-tit::after {
    width: 8px;
    height: 8px;
    margin-top: -8px;
  }

  .c-postlist {
    padding-right: 5px;
    padding-left: 5px;
  }

  .c-postlist__item a {
    padding: 10px 0;
    border-width: 1px;
  }

  .c-postlist__item__thumb {
    width: 104px;
    margin-left: 10px;
  }

  .c-postlist__item__info {
    margin-left: 10px;
  }

  .c-postlist__item__info__date__item--date {
    letter-spacing: 0;
  }

  .c-postlist__item__info__title {
    font-size: 13px;
    padding-top: 10px;
  }
}


/**
=================================
PHONE < 640px
=================================
**/
@media (max-width: 640px) {

  .spBr {
    display: inline;
  }

  .contactForm .wpcf7-form {
    width: 100%;
  }

  .contactBlock table,
  .contactBlock tbody,
  .contactBlock tr,
  .contactBlock th,
  .contactBlock td{
    display: block;
    width: 100% !important;
    overflow: hidden;
  }
  .contactBlock .required {
    margin:0 0 0 10px;
    float: none;
  }
  .contactCheckbox label {
    min-width: inherit;
  }
  .contactCheckbox label input {
    margin-right: .3em;
  }
  .contactBlock table tr td {
    border: none;
    padding: 0 0 20px;
  }
  .contactCheckbox .wpcf7-list-item {
    margin: 0 10px 10px 0;
  }
  .contactCheckbox .wpcf7-list-item label{
    padding: .5em .8em .5em .5em;
  }
  .contactCheckbox.schoolCheckbox  label {
    min-width: 18em;
  }
  .contactCheckbox.schoolCheckbox .wpcf7-list-item:nth-of-type(3) label,
  .contactCheckbox.schoolCheckbox .wpcf7-list-item:nth-of-type(4) label {
    min-width: 8.6em;
  }

  .other .otherItemIn {
    height: 150px;
    padding: 10px 0;
  }

  .contentsBlock h2,
  .contentsBlock .contentsHead {
    /* height: 36px; */
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .contentsBlock img {
    height: 36px;
    margin-bottom: 10px;
  }

  .contentsBlock .left .yellowBtn,
  .contentsBlock .center .yellowBtn,
  .contentsBlock .right .yellowBtn {
    min-width: 0;
  }


  .w50P {
    width: 100%;
  }

  /**
  -------------------------------------------
  NAVBAR
  -------------------------------------------
  **/






  /**
  -------------------------------------------
  HEADER SLIDE
  -------------------------------------------
  **/
  .slide-text-content {
    padding: 80px 0 60px;
  }

  .slide-text-content h1 {
    font-size: 35px;
  }

  .slide-text-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .slide-text-content .btn-learn-more {
    padding: 17px 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: 30px 10px;
  }
}


/**
=================================
PHONE < 600px
=================================
**/
@media (max-width: 600px) {
  .topMessageH2 h2 {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 2%;
    width: 98%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin: 0 0 0 0;
  }

  .topMessageIn {
    height: 600px;
  }




  /**
  -------------------------------------------
  BLOG
  -------------------------------------------
  **/
  .blog-list .media .img-post {
    width: 120px;
    margin-right: 5px;
  }

  .blog-detail img.img-detail {
    margin: 0 0 20px 0;
  }

  /**
  -------------------------------------------
  PHILOSOPHY
  -------------------------------------------
  **/
  .purposeIn {
    height: 480px;
  }

  .purposeText {
    bottom: 13%;
  }

  .purposeText h2,
  .purposeText .purposeHead {
    padding: 7px 15px;
    font-size: 12px;
  }


}


/**
=================================
PHONE < 548px
=================================
**/
@media (max-width: 500px) {
  .topMessageH2 h2 {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 2%;
    width: 98%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4em;
    margin: 0 0 0 0;
  }

  .topMessageIn {
    height: 500px;
  }
}


/**
=================================
PHONE < 480px
=================================
**/
@media (max-width: 480px) {
  .other .otherItem.item6 {
    background-position: -100px;
  }

  .btn-big {
    padding: 10px;
    font-size: 100%;
  }

  .mainvisual .countBox {
    position: relative;
    margin: 0px 5%;
    width: 100%;
  }

  .mainvisual .catchcopy {
    top: 10%;
  }

  .mainLogo {
    width: 100%;
  }

  .thanksBox {
    padding: 20px 20px;
  }

  /**
  -------------------------------------------
  HEADER SLIDE
  -------------------------------------------
  **/
  .slide-text-content {
    padding: 80px 0 60px;
  }

  .slide-text-content h1 {
    font-size: 28px;
  }

  .slide-text-content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .slide-text-content .btn-learn-more {
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: 15px 10px;
  }







  /**
  -------------------------------------------
  SECTION
  -------------------------------------------
  **/
  body.onepage .section {
    padding: 80px 0;
  }

  .section {
    padding: 25px 0;
  }






  /**
  -------------------------------------------
  BLOG
  -------------------------------------------
  **/
  .comment-wrap .media .media-object {
    width: 40px;
    margin-right: 5px;
  }

  .blog-list .media .pull-left {
    display: none;
  }

  .blog-list .media .img-post {
    width: auto;
    max-width: 100%;
  }
}




/**
=================================
PHONE < 320px
=================================
**/
@media (max-width: 320px) {

  /**
  -------------------------------------------
  HEADER SLIDE
  -------------------------------------------
  **/
  .slide-text-content h1 {
    font-size: 24px;
  }

  .slide-text-content {
    padding: 50px 0 40px;
  }

  /**
  -------------------------------------------
  CONTACT
  -------------------------------------------
  **/
  #inner-content .visual .catchcopy h1,
  #inner-content .visual .catchcopy .c-title-main--1 {
    font-size: 25px;
  }

  #inner-content .visual .catchcopy h2,
  #inner-content .visual .catchcopy .c-title-main--2 {
    font-size: 12px;
  }
}



/***********************************/


.l-header {
  background: #FFFFFF;
  /*  min-height: 90px;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: #FFFFFF;
  z-index: 1001;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}

.l-header__inner__logo {
  align-items: center;
  display: flex;
  width: 16.66666667%;
  padding: 20px 0 20px 30px;
}

.l-header__inner__logo__link {
  display: block;
}

.l-header__inner__logo__link__img {
  display: block;
  width: 200px;
}

.l-header__inner__logo__sp-nav {
  display: none;
}

.l-header__inner__nav {
  display: flex;
  justify-content: flex-end;
  width: 83.33333333%;
}

.l-header-nav {
  display: flex;
}

.l-header-nav__item {}

.l-header-nav__item__link {
  padding: 36px 16px 34px;
  color: #313D4F;
  display: block;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.l-header-nav__item__link:hover {
  color: #313D4F;
  text-decoration: underline;
}

.l-header-nav__item--contact {
  align-items: center;
  display: flex;
  padding: 25px 30px 25px 20px;
}

.l-header-nav__item--contact__btn {
  border-radius: 50px;
  background: #E60564;
  box-shadow: 0px 2px 5px 1px rgba(88,88,88,.3);
  padding: 9px 23px 8px 28px;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 20px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  white-space: nowrap;
}

.l-header-nav__item--contact__btn:hover {
  color: #E60564;
  background: #FFFFFF;
  text-decoration: none;
}

.l-header-second-nav {}

.l-header-second-nav__item {}

.l-header-second-nav__item.linetop {
	border-top: 1px solid #aaa;
}

.l-header-second-nav__item__link {
  padding: 10px 30px;
  color: #313D4F;
  background: #FFFFFF;
  display: block;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 14px;
}

.l-header-second-nav__item__link:hover {
  color: #313D4F;
  text-decoration: underline;
}

.l-header-nav__item--sp-info {
  display: none;
}

.p-consulting {
  display: flex;
  justify-content: space-between;
}

.p-consulting__item {
  width: 50%;
  padding: 0 10px;
}

.p-consulting-pointbox {
  display: flex;
  justify-content: space-between;
}

.p-consulting-pointbox__item {
  width: calc(100% / 3);
  padding: 0 10px;
}

.p-manaviism {
  display: flex;
}

.p-manaviism__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
}

.p-manaviism__item__box {
  background: #F8F8F8;
  padding: 30px 20px 30px 30px;
  border-right: 1px solid #FFFFFF;
  height: 100%;
}

.p-manaviism__item__box h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: 5px;
}

.p-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-other__item {
  padding: 0 10px;
  width: calc(100% / 3);
}

.p-information {
  display: flex;
}

.p-information__item {
  width: 25%;
  padding: 0 5px;
}

.p-information__item--info {
  padding: 15px 5px 10px 15px;
}

.p-information__item--tel {}

.p-information__item--fax {}

.p-information__item--mail {}

.p-footer {
  display: flex;
  justify-content: space-between;
}

.p-footer__item {
  width: 50%;
  padding: 0;
}

.p-footer__item:first-child {
  order: 2;
}

.p-footer__item:last-child {
  order: 1;
}

.p-footer-nav {
  display: flex;
  justify-content: space-between;
}

.p-footer-nav__item {
  width: calc(100% / 3);
  padding: 0;
}



.c-posts-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.c-posts-list.jc-center {
	display: block;
	letter-spacing: -.5em;
	text-align: center;
}

.c-posts-list::after {
  content: '';
  display: block;
  width: calc(100% / 3);
}

.c-posts-list__item {
  padding: 0 10px;
  width: calc(100% / 3);
}

.c-posts-list--2 {
  max-width: none;
  padding: 0;
  margin: 0;
}

.c-posts-list--2__item {
  padding: 0 10px;
  width: 50%;
}
.c-posts-list--5__item {
	padding: 0 10px;
	width: 20%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.c-posts-list--3 {
  max-width: none;
  margin-top: 0;
  padding: 0;
}

.school-dropdown-btn {
  color: #313D4F;
  background: #FFFFFF;
  display: block;
  letter-spacing: 4px;
  font-size: 14px;
}

.school-dropdown-btn {
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
}

.school-dropdown-btn:focus,
.school-dropdown-btn:hover {
  background: #F2F2F2;
}

.school-dropdown-btn.tugel {
  background: #F2F2F2;
}

.iconYellow {
  background: #FFEA29;
  color: #007db9;
  display: inline-block;
  width: 40px;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 0px 0;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0px;
  padding: 0;
}

.iconYellow img {
  width: 20px;
  margin: 0 0 0 0;
  vertical-align: middle;
}

.container {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.u-ta-center {
  text-align: center;
}

.u-display--none {
  display: none;
}
.u-display--ib {
  display: inline-block;
}

@media (max-width: 1290px) {
  .l-header__inner__logo {
    padding-left: 10px;
  }

  .l-header-nav__item__link {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 2px;
  }

  .l-header-nav__item--contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-header-nav__item--contact__btn {
    letter-spacing: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-pc-l-display--none {
    display: none;
  }
}

@media (max-width: 1199px) {
  .u-pc-m-display--none {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {}

@media (max-width: 1110px) {
  .u-pc-s-display--none {
    display: none;
  }
}

@media (max-width: 992px) {
  .l-header-nav {
    display: none;
    padding: 10px;
    width: 100%;
  }

  .l-header__inner {
    flex-direction: column;
  }

  .l-header__inner__logo {
    justify-content: space-between;
    width: 100%;
    padding: 3px 10px;
  }

  .l-header__inner__logo__sp-nav {
    align-items: center;
    display: flex;
  }

  .l-header__inner__nav {
    width: 100%;
  }

  .l-header__inner__logo__link__img {
    max-width: 150px;
  }

  .l-header__inner__logo__sp-nav__contact {
    display: block;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
  }

  .l-header__inner__logo__sp-nav__contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #E60564;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
  }

  .l-header-nav__item__link {
    padding: 10px;
    display: block;
    letter-spacing: 4px;
    font-weight: 600;
    border-bottom: 1px solid #F2F2F2;
    font-size: 12.5px;
  }

  .l-header-nav__item__link:hover {
    text-decoration: none;
  }

  .l-header-second-nav__item__link {
    display: block;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 12.5px;
  }

  .l-header-nav__item--contact {
    padding: 10px 0 0;
  }

  .l-header-nav__item--contact__btn {
    display: block;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 12.5px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .l-header-nav__item--sp-info {
    display: block;
    text-align: center;
  }

  .l-header-nav__item--sp-info__tel {
    padding: 10px;
    color: #313D4F;
    letter-spacing: 4px;
    font-weight: 600;
  }

  .p-consulting {
    flex-direction: column;
    padding: 0;
  }

  .p-consulting__item {
    width: 100%;
    padding: 0;
  }

  .p-consulting__item__img {
    width: 100%;
  }

  .p-consulting-pointbox--sp {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-consulting-pointbox--sp__item {
    width: calc(100% / 3);
    padding: 0 5px;
  }

  .p-other__item {
    width: 50%;
  }

  .p-information {
    flex-wrap: wrap;
  }

  .p-information__item {
    width: 50%;
  }

  .p-information__item--info {
    width: 100%;
    padding: 0 0 20px;
  }

  .p-information__item--mail {
    width: 100%;
  }

  .p-footer {
    align-items: center;
    flex-direction: column;
  }

  .p-footer__item {
    width: 100%;
  }

  .p-footer__item:first-child {
    order: 1;
  }

  .p-footer__item:last-child {
    order: 2;
  }

  .p-footer-nav {
    flex-wrap: wrap;
  }

  .p-footer-nav__item {
    width: 100%;
  }

  .p-footer-nav__item:nth-child(2) {
    margin-top: 15px;
  }

  .p-footer-nav__item:last-child {
    margin-top: 30px;
    padding-top: 20px;
  }

  .p-footer-nav__item:last-child ul {
    margin-bottom: 10px;
  }

  .js-header_nav_menu {
    height: calc(100vh - 46px);
  }

  .iconZaitaku {
    left: auto;
    right: 10px;
  }

  .container {
    max-width: 750px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 100;
  }

  .menu-trigger span {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 4px;
    background-color: #007db9;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 24%;
  }

  .menu-trigger span:nth-of-type(2) {
    top: calc(50% - 2px);
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 24%;
  }

  .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }

  .mainVisualImage .btn-contact {
    width: auto;
  }

  .u-tb-display--block {
    display: block;
  }

  .u-tb-display--inline {
    display: inline;
  }

  .u-tb-display--flex {
    display: flex;
  }

  .u-tb-display--none {
    display: none;
  }

  a.l-contact-fix {
    width: 150px;
  }

  a.l-contact-fix:active > img {
    opacity: .8;
  }

  .l-contact-fix__pc {
    display: none;
  }

  .l-contact-fix__sp {
    display: inline;
  }
}

@media (max-width: 767px) {
  .p-manaviism {
    flex-wrap: wrap;
  }

  .p-manaviism__item {
    width: auto;
  }

  .l-header__inner__logo__link__img {
    max-width: 120px;
  }

  .p-information__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-posts-list::after {
    width: 100%;
  }

  .c-posts-list__item {
    width: 100%;
  }

  .c-posts-list--2__item {
    padding: 0 5px;
  }
	.c-posts-list--5__item {
		width: 50%;
	}
  .container {
    max-width: none;
  }

  .u-sp-display--block {
    display: unset;
  }

  .u-sp-display--none {
    display: none;
  }
}

.keiko_yellow {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.keiko_red {
  background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}



/**********校舎ページ改修202001**********/

/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/

:root {
	--c-yellow: #ffea28;
	--c-gray1: #cbcbcb;
	--c-gray2: #dedede;
	--c-gray3: #f8f8f8;
	--c-blue: #017db9;
	--c-black: #555;
}

.sec-wrap.bg-gray {
	background: var(--c-gray3);
}

.sec-btnarea {
	text-align: center;
}
.sec-btnarea a {
	display: inline-block;
	padding: 1.25em 2.5em;
	background: var(--c-blue);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	border: none;
	border-radius: 3.6em;
	box-shadow: 0px .4em .4em #aaa;
	max-width: 18.75em;
	width: 100%;
	display: inline-block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.sec-btnarea a:hover,
.sec-btnarea a:focus {
	background: #fff;
	color: var(--c-blue);
	text-decoration: none;
}
br.sp {
	display: none;
}

@media (max-width: 767px) {
	br.sp {
		display: block;
	}
	.sec-btnarea a {
		font-size: 13px;
	}
}


/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mv .mv-img {
	opacity: 0;
	-webkit-animation: fadeIn 3s ease .5s 1 forwards;
	-o-animation: fadeIn 3s ease .5s 1 forwards;
	animation: fadeIn 3s ease .5s 1 forwards;
}
#mv .mv-img img {
	width: 100%;
}
#mv .mv-img img.pc {
	display: block;
}
#mv .mv-img img.sp {
	display: none;
}
#mv .mv-txt {
	max-width: 1000px;
	width: calc(100% - 120px);
	margin: auto;
	margin-top: -50px;
	position: relative;
	padding: 40px;
	z-index: 1;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-animation: fadeIn 1s ease-out 1.2s 1 forwards;
	-o-animation: fadeIn 1s ease-out 1.2s 1 forwards;
	animation: fadeIn 1s ease-out 1.2s 1 forwards;
}
#mv .mv-txt h1 {
	font-size: 50px;
	font-weight: bold;
	color: var(--c-blue);
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: .25em;
}
#mv .mv-txt h1 .sub {
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .3em;
	text-indent: .3em;
	margin-bottom: .5em;
}
#mv .mv-txt h1 .main {
	display: inline-block;
	background: -webkit-linear-gradient(transparent 75%, #ffea29 75%);
	background: -o-linear-gradient(transparent 75%, #ffea29 75%);
	background: linear-gradient(transparent 75%, #ffea29 75%);
}

#mv .mv-txt h2 {
	font-size: 13px;
	font-weight: bold;
	color: var(--c-blue);
	letter-spacing: .3em;
	text-indent: .3em;
}
#mv .mv-txt h3 {
	margin-top: 1.5em;
	font-size: 16px;
	font-weight: bold;
	color: var(--c-black);
	letter-spacing: .3em;
	text-indent: .3em;
}

@media (max-width: 767px) {
	#mv .sec-wrap {
		padding-top: 0;
	}
	#mv .mv-img img.sp {
		display: block;
	}
	#mv .mv-img img.pc {
		display: none;
	}
	#mv .mv-txt {
		width: calc(100% - 40px);
		margin-top: -25px;
		padding: 20px;
	}
	#mv .mv-txt h1 {
		font-size: 25px;
	}
	#mv .mv-txt h1 .sub {
		font-size: 11px;
	}
	#mv .mv-txt h2 {
		font-size: 11px;
	}
	#mv .mv-txt h3 {
		margin-top: 1.5em;
		font-size: 12px;
		line-height: 1.75;
	}
}



/*------------------------------------------------------------
	アンカーナビ
------------------------------------------------------------*/
#anchornav .sec-wrap {
	padding: 0 60px;
}
#anchornav .sec-wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 45px 0 40px;
	justify-content: center;
	background-color: var(--c-gray3);
}
#anchornav .sec-wrap ul li {
	margin: 0 30px;
}
#anchornav .sec-wrap ul li a {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: var(--c-black);
	display: block;
	border-bottom: 3px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: border-color .3s;
}
#anchornav .sec-wrap ul li a:hover {
	border-bottom: 3px solid var(--c-yellow);
}

@media (max-width: 767px) {
	#anchornav .sec-wrap {
		padding: 0 20px;
	}
	#anchornav .sec-wrap ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	#anchornav .sec-wrap ul li {
		margin: 0;
		width: 50%;
		text-align: center;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	#anchornav .sec-wrap ul li a {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		padding: 1em 0;
		color: var(--c-black);
		display: block;
		border-bottom: 3px solid transparent;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: border-color .3s;
		position: relative;
	}
	#anchornav .sec-wrap ul li a:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 1em;
		margin-top: -6px;
		width: 8px;
		height: 8px;
		border-right: 2px solid var(--c-blue);
		border-bottom: 2px solid var(--c-blue);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#anchornav .sec-wrap ul li a:hover {
		border-bottom: 3px solid var(--c-yellow);
	}
	#anchornav .sec-wrap ul li a:hover {
		border-bottom: none;
	}
	#anchornav .sec-wrap ul li a:hover span,
	#anchornav .sec-wrap ul li a:focus span {
		display: inline-block;
		background: -webkit-linear-gradient(transparent 75%, #ffea29 75%);
		background: -o-linear-gradient(transparent 75%, #ffea29 75%);
		background: linear-gradient(transparent 75%, #ffea29 75%);
	}
}






/*------------------------------------------------------------
	特徴
------------------------------------------------------------*/
#features {
	margin-top: -87px;
	padding-top: 87px;
}
#features .sec-wrap {
	padding: 70px 60px;
}
#features .sec-1 {
	width: 100%;
	position: relative;
	padding-right: 46%;
}
#features .sec-1 .sec-txt-wrap {
	width: 100%;
}
#features .sec-1 .sec-txt-wrap h2 {
	padding: 0 10%;
	font-size: 40px;
	font-weight: bold;
	color: var(--c-blue);
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: .5em;
}
#features .sec-1 .sec-txt-wrap h2 .en {
	display: block;
	font-size: 13px;
	letter-spacing: .3em;
	text-indent: .3em;
	margin-top: .5em;
}
#features .sec-1 .sec-txt-wrap h2 .en:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 10px;
	background-color: var(--c-blue);
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 5px;
}
#features .sec-1 .sec-txt {
	width: 100%;
	padding: 10% 20% 10% 10%;
	background-color: var(--c-gray3);
}
#features .sec-1 .sec-txt p {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: var(--c-black);
	margin-bottom: 2em;
}
#features .sec-1 .sec-txt p:last-child {
	margin-bottom: 0;
}
#features .sec-1 .sec-thumb {
	width: 54%;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 18px;
	padding-bottom: 18px;
}
#features .sec-1 .sec-thumb img {
	width: 100%;
	box-shadow: 18px 18px 0 0 var(--c-yellow);
}
#features .sec-1 .sec-thumb img.pc {
	display: block;
}
#features .sec-1 .sec-thumb img.sp {
	display: none;
}

#features .sec-2 {
	width: 100%;
	position: relative;
	margin-top: 80px;
}
#features .sec-2 .sec-txt-wrap {
	width: 100%;
}
#features .sec-2 .sec-txt-wrap .sec-thumb {
	/*display: none;*/
}
#features .sec-2 .sec-txt-wrap h2 {
	padding: 0 0 0 56%;
	font-size: 40px;
	font-weight: bold;
	color: var(--c-blue);
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: .5em;
}
#features .sec-2 .sec-txt-wrap h2 .en {
	display: block;
	font-size: 13px;
	letter-spacing: .3em;
	text-indent: .3em;
	margin-top: .5em;
}
#features .sec-2 .sec-txt-wrap h2 .en:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 10px;
	background-color: var(--c-blue);
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 5px;
}
#features .sec-2 .sec-txt {
	width: 100%;
	padding: 3% 11% 3% 56%;
	background-color: var(--c-gray3);
}
#features .sec-2 .sec-txt p {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: var(--c-black);
	margin-bottom: 2em;
}
#features .sec-2 .sec-txt p:last-child {
	margin-bottom: 0;
}
#features .sec-2 .sec-txt p.signature {
	font-weight: bold;
	font-size: 26px;
	text-align: right;
}
#features .sec-2 .sec-txt p.signature span {
	font-size: 50%;
	margin-right: .5em;
}
#features .sec-2 .sec-thumb {
	width: 38%;
	position: absolute;
	top: 0;
	left: 15%;
	padding-right: 18px;
	padding-bottom: 18px;
}
#features .sec-2 .sec-thumb img {
	width: 100%;
	box-shadow: 18px 18px 0 0 var(--c-yellow);
}
#features .sec-btnarea {
	background-color: var(--c-gray3);
	text-align: center;
	padding-bottom: 90px;
}

@media (max-width: 767px) {
	#features {
		margin-top: -46px;
		padding-top: 46px;
	}
	#features .sec-wrap {
		padding: 20px;
	}
	#features .sec-1 {
		padding: 0;
	}
	#features .sec-1 .sec-txt-wrap h2 {
		padding: 60px 0 0;
		font-size: 25px;
		text-align: center;
		position: relative;
	}
	#features .sec-1 .sec-txt-wrap h2:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#features .sec-1 .sec-txt-wrap h2 .en {
		font-size: 10px;
	}
	#features .sec-1 .sec-txt-wrap h2 .en:before {
		display: none;
	}
	#features .sec-1 .sec-txt {
		padding: 20px;
	}
	#features .sec-1 .sec-txt p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 1.6em;
	}
	#features .sec-1 .sec-thumb {
		margin-top: 20px;
		width: calc(100% + 40px);
		margin-left: -20px;
		position: static;
		padding: 0;
	}
	#features .sec-1 .sec-thumb img {
		box-shadow: none;
	}
	#features .sec-1 .sec-thumb img.sp {
		display: block;
	}
	#features .sec-1 .sec-thumb img.pc {
		display: none;
	}
	#features .sec-2 {
		margin-top: 20px;
	}
	#features .sec-2 > .sec-thumb {
		display: none;
	}
	#features .sec-2 .sec-txt-wrap .sec-thumb {
		display: block;
		position: static;
		width: 100%;
		padding: 0 10px 10px 0;
		margin-bottom: 20px;
	}
	#features .sec-2 .sec-txt-wrap .sec-thumb img {
		width: 100%;
		box-shadow: 10px 10px 0 0 var(--c-yellow);
	}
	#features .sec-2 .sec-txt-wrap h2 {
		padding: 60px 0 0;
		font-size: 25px;
		text-align: center;
		position: relative;
	}
	#features .sec-2 .sec-txt-wrap h2:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#features .sec-2 .sec-txt-wrap h2 .en {
		font-size: 10px;
	}
	#features .sec-2 .sec-txt-wrap h2 .en:before {
		display: none;
	}
	#features .sec-2 .sec-txt {
		padding: 20px;
	}
	#features .sec-2 .sec-txt p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 1.6em;
	}
	#features .sec-2 .sec-txt p.signature {
		font-size: 16px;
	}
	#features .sec-2 .sec-txt p.signature span {
		font-size: 12px;
	}
	#features .sec-btnarea {
		padding-bottom: 30px;
	}
}






/*------------------------------------------------------------
	特徴
------------------------------------------------------------*/
#staff {
	margin-top: -87px;
	padding-top: 87px;
}
#staff .sec-wrap {
	padding: 0 60px;
}
#staff .sec-title {
	background-color: var(--c-blue);
	color: #fff;
	text-align: center;
	padding: 80px 0 180px;
}
#staff .sec-title h2 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: .5em;
}
#staff .sec-title h2 .en {
	display: block;
	margin-top: .5em;
	font-size: 13px;
	letter-spacing: .3em;
	text-indent: .3em;
}
#staff .sec-content {
	position: relative;
	z-index: 1;
	padding: 0 5%;
	margin-top: -150px;
}
#staff .sec-content .staff-list {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
}
#staff .sec-content .toggle-wrap {
	display: none;
}
#staff .sec-content .staff-list li {
	width: 22%;
	margin-right: 4%;
	line-height: 1;
	margin-bottom: 4%;
}
#staff .sec-content .staff-list li:nth-child(4n) {
	margin-right: 0;
}
#staff .sec-content .staff-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	position: relative;
	overflow: hidden;
}
#staff .sec-content .staff-list li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: var(--c-blue);
}
#staff .sec-content .staff-list li a:before {
	content: "";
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	max-width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
}

#staff .sec-content .staff-list li a:hover:before {
  content: "";
  background: rgba(0, 125, 185, 0.4);
}

#staff .sec-content .staff-list li a img {
	width: 100%;
	vertical-align: top;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#staff .sec-content .staff-list li a:hover img {
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#staff .sec-content .staff-list li h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-color: #fff;
	color: var(--c-blue);
	font-size: 23px;
	font-weight: bold;
	text-align: right;
	padding: .5em 1em 0 1.5em;
}
#staff .sec-content .staff-list li h3 span {
	font-size: 14px;
	margin-bottom: .5em;
	display: block;
}
#staff .sec-content .staff-list li h3 span:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 10px;
	background-color: var(--c-blue);
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

#staff .sec-content .staff-list li h4 {
	font-size: 11px;
	font-weight: bold;
	background-color: var(--c-yellow);
	color: var(--c-blue);
	letter-spacing: .35em;
	text-indent: .5em;
	line-height: 1.3;
	padding: 1em;
	position: absolute;
	top: 0;
	left: 54px;
	z-index: 3;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}



#staff .sec-content .btn-toggle {
	text-align: center;
	padding-bottom: 100px;
}
#staff .sec-content .btn-toggle span {
	cursor: pointer;
	display: inline-block;
	padding: 20px 40px;
	background: var(--c-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 5px;
	border: none;
	border-radius: 100px;
	box-shadow: 0px 7px 7px rgba(88,88,88,.3);
	min-width: 300px;
	display: inline-block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
#staff .sec-content .btn-toggle span.active,
#staff .sec-content .btn-toggle span:hover,
#staff .sec-content .btn-toggle span:focus {
	background: #fff;
	color: var(--c-blue);
	text-decoration: none;
}
#staff .sec-content .btn-toggle span:before {
	content: 'もっと見る';
}
#staff .sec-content .btn-toggle span.active:before {
	content: '閉じる';
}
#staff .sec-content .staff-list-sp {
	display: none;
}


@media (max-width: 767px) {
	#staff {
		margin-top: -46px;
		padding-top: 46px;
	}
	#staff .sec-wrap {
		padding: 50px 20px;
	}
	#staff .sec-title {
		padding: 30px 0 60px;
		position: relative;
	}
	#staff .sec-title:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-top: -24px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#staff .sec-title h2 {
		font-size: 25px;
	}
	#staff .sec-title h2 .en {
		font-size: 10px;
	}
	#staff .sec-content {
		position: relative;
		z-index: 1;
		padding: 0;
		width: calc(100% + 40px);
		margin-top: -50px;
		margin-left: -20px;
	}
	#staff .sec-content .staff-list {
		display: none;
	}
	#staff .sec-content .btn-toggle {
		display: none;
	}
	#staff .sec-content .staff-list-sp {
		display: block;
	}
	#staff .sec-content .staff-box {
		width: 150px;
		padding: 5px 5px 0;
		position: relative;
	}
	#staff .sec-content .staff-box h3 {
		position: absolute;
		bottom: 0;
		right: 5px;
		z-index: 3;
		background-color: #fff;
		color: var(--c-blue);
		font-size: 11px;
		font-weight: bold;
		text-align: right;
		padding: .5em 1em 0 1.5em;
	}
	#staff .sec-content .staff-box h3 span {
		font-size: 10px;
		margin-bottom: .5em;
		display: block;
	}
	#staff .sec-content .staff-box h3 span:before {
		content: '';
		display: inline-block;
		height: 1px;
		width: 5px;
		background-color: var(--c-blue);
		vertical-align: middle;
		margin-top: -1px;
		margin-right: 5px;
	}
	#staff .sec-content .staff-box h4 {
		font-size: 10px;
		font-weight: bold;
		background-color: var(--c-yellow);
		color: var(--c-blue);
		letter-spacing: .5em;
		text-indent: .5em;
		line-height: 2.8;
		padding: 0 1em;
		position: absolute;
		bottom: 100%;
		left: 15px;
		z-index: 3;
		white-space: nowrap;
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg) scale(0.5,0.5);
		-ms-transform: rotate(90deg) scale(0.5,0.5);
		-o-transform: rotate(90deg) scale(0.5,0.5);
		transform: rotate(90deg) scale(0.5,0.5);
	}
	#staff .slick-prev {
		width: 40px;
		height: 40px;
		left: 20px;
		background: url(../img/btn-prevnext.svg) center center/contain no-repeat;
		z-index: 5;
	}
	#staff .slick-next {
		width: 40px;
		height: 40px;
		right: 20px;
		background: url(../img/btn-prevnext.svg) center center/contain no-repeat;
		-webkit-transform: translate(0,-50%) rotate(180deg);
		-ms-transform: translate(0,-50%) rotate(180deg);
		-o-transform: translate(0,-50%) rotate(180deg);
		transform: translate(0,-50%) rotate(180deg);
		z-index: 5;
	}
	#staff .slick-prev:before, #staff .slick-next:before {
		display: none;
	}
}



/*------------------------------------------------------------
	合格実績
------------------------------------------------------------*/
#results {
	margin-top: -87px;
	padding-top: 87px;
}
#results .sec-wrap {
	padding: 60px 60px;
}
#results .sec-title {
	text-align: center;
}
#results .sec-title h2 {
	color: var(--c-blue);
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 1em;
}
#results .sec-title h2 .en {
	display: block;
	margin-top: .5em;
	font-size: 13px;
	letter-spacing: .3em;
	text-indent: .3em;
}


#results .tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

#results .tab_item {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.4;
	width: calc(100% / 3 - 2px);
	max-width: 300px;
	margin-right: 3px;
	background-color: var(--c-blue);
	color: #fff;
	border-top: 5px solid var(--c-blue);
	border-bottom: 5px solid var(--c-blue);
	text-align: center;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
#results .tab_item:nth-child(3n) {
	margin-right: 0;
}

#results .tab_item:hover {
	opacity: 0.7;
}

#results input[name="tab_item"] {
	display: none;
}

#results .tab_content {
	background-color: #fff;
	width: 100%;
	display: none;
	padding: 40px 5%;
	overflow: hidden;
	-webkit-animation: fadeIn 0.7s ease-in-out;
	-moz-animation: fadeIn 0.7s ease-in-out;
	animation: fadeIn 0.7s ease-in-out;
}


#tab-2025:checked ~ #tab_content-2025,
#tab-2024:checked ~ #tab_content-2024,
#tab-2023:checked ~ #tab_content-2023,
#tab-2022:checked ~ #tab_content-2022,
#tab-2021:checked ~ #tab_content-2021,
#tab-2020:checked ~ #tab_content-2020,
#tab-2019:checked ~ #tab_content-2019,
#tab-2018:checked ~ #tab_content-2018 {
	display: block;
}

#results .tabs input:checked + .tab_item {
	background-color: #fff;
	color: var(--c-black);
	border-top: 5px solid var(--c-yellow);
	border-bottom: 5px solid #fff;
}
#results .tab_content ul {
	max-width: 900px;
	width: 100%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#results .tab_content ul li {
	width: 48%;
	border-top: 1px solid var(--c-gray3);
	padding: 1em 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: var(--c-black);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
#results .tab_content ul li span {
	font-size: 22px;
	line-height: 1;
	color: var(--c-blue);
	margin-right: 5px;
}
#results .tab_content ul li div:first-child:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 10px;
	background-color: var(--c-blue);
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	#results {
		margin-top: -46px;
		padding-top: 46px;
	}
	#results .sec-wrap {
		padding: 50px 20px;
		position: relative;
	}
	#results .sec-wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-top: -24px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#results .sec-title {
		text-align: center;
	}
	#results .sec-title h2 {
		font-size: 25px;
	}
	#results .sec-title h2 .en {
		font-size: 10px;
	}


	#results .tab_item {
		font-size: 11px;
		border-top: 3px solid var(--c-blue);
		border-bottom: 3px solid var(--c-blue);
	}
	#results .tab_item:nth-child(3n) {
		margin-right: 0;
	}

	#results .tab_item:hover {
		opacity: 0.7;
	}

	#results input[name="tab_item"] {
		display: none;
	}

	#results .tab_content {
		padding: 20px;
	}


	#tab-2020:checked ~ #tab_content-2020,
	#tab-2019:checked ~ #tab_content-2019,
	#tab-2018:checked ~ #tab_content-2018 {
		display: block;
	}

	#results .tabs input:checked + .tab_item {
		border-top: 3px solid var(--c-yellow);
		border-bottom: 3px solid #fff;
	}
	#results .tab_content ul {
		max-width: 900px;
		width: 100%;
		margin: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#results .tab_content ul li {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
	}
	#results .tab_content ul li:first-child {
		padding-top: 0;
		border-top: none;
	}
	#results .tab_content ul li span {
		font-size: 18px;
		line-height: 1;
		color: var(--c-blue);
		margin-right: 5px;
	}
	#results .tab_content ul li div:first-child:before {
		content: '';
		display: inline-block;
		height: 2px;
		width: 10px;
		background-color: var(--c-blue);
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 10px;
	}
}


/*------------------------------------------------------------
	塾生の声
------------------------------------------------------------*/
#voice {
	margin-top: -87px;
	padding-top: 87px;
}
#voice .sec-wrap {
	padding: 60px 60px;
}
#voice .sec-title {
	text-align: center;
}
#voice .sec-title h2 {
	color: var(--c-blue);
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 1em;
}
#voice .sec-title h2 .en {
	display: block;
	margin-top: .5em;
	font-size: 13px;
	letter-spacing: .3em;
	text-indent: .3em;
}

#voice .c-posts-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: auto;
	padding: 0;
}
#voice .c-posts-list__item {
	padding: 0;
	width: 31%;
	counter-increment: number;
	margin-bottom: 3.5%;
}
#voice .topPost {
	margin: 0;
	padding: 22% 0 0 7%;
	position: relative;
}

#voice .topPost .eyecatch {
	position: absolute;
	width: 93%;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 3;
}

#voice .topPost .eyecatch a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

#voice .topPost .eyecatch a:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#voice .topPost .eyecatch a::before {
	content: "";
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

#voice .topPost .eyecatch a:hover::before {
	content: "";
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	max-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 125, 185, 0.4);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

#voice .topPost .postBlock {
	background: var(--c-gray3);
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 2;
	padding: 40% 7% 7%;
	height: auto;
}

#voice .topPost .postBlock .date {
	font-size: 11px;
	color: #989898;
	letter-spacing: 1px;
}

#voice .topPost .postBlock .p-post-head {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	letter-spacing: 0;
}

#voice .topPost .postBlock .p-post-head a {
	color: #007db9;
}


#voice .topPost .number {
	background: var(--c-yellow);
	color: var(--c-blue);
	padding: 10px 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	font-weight: bold;
	font-size: 13px;
}
#voice .topPost .number:after {
	content: counter(number);
}

/*コラム関係で流用*/
#voice .c-title--1 {
  margin-bottom: 1em;
}

.typeSchool #voice .topPost .number:after {
	content: none;
}


@media (max-width: 767px) {
	#voice {
		margin-top: -46px;
		padding-top: 46px;
	}
	#voice .sec-wrap {
		padding: 50px 20px;
		position: relative;
	}
	#voice .sec-wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-top: -24px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#voice .sec-title h2 {
		font-size: 25px;
	}
	#voice .sec-title h2 .en {
		font-size: 10px;
	}
	#voice .c-posts-list__item {
		width: 48.25%;
	}
	#voice .topPost .number {
		font-size: 10px;
		line-height: 2;
		padding: 0 1em;
	}
	#voice .topPost .postBlock .p-post-head {
		font-size: 11px;
	}
}


/*------------------------------------------------------------
	ブログ
------------------------------------------------------------*/
.blogBlock {
	margin-top: -87px;
	padding-top: 87px;
}
.blogBlock .sec-wrap {
	padding: 60px 60px;
}
.blogBlock .sec-title {
	text-align: center;
}
.blogBlock .sec-title h2 {
	color: var(--c-blue);
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 1em;
}
.blogBlock .sec-title h2 .en {
	display: block;
	margin-top: .5em;
	font-size: 13px;
	letter-spacing: .3em;
	text-indent: .3em;
}
.blogBlock .blog-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1600px;
	margin: auto;
	padding: 0;
}
.blogBlock .blog-list .blog-item {
	width: 23.5%;
	margin-bottom: 3.5%;
    margin-right: 2%;
}
.blogBlock .blog-list .blog-item:nth-of-type(4) {
    margin-right: 0;
}
.blogBlock .blog-list .blog-item .c-date {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background-color: var(--c-blue);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.3;
	padding: 0 1em;
}
.blogBlock .blog-list .blog-item .c-txt {
	text-align: center;
	padding: 20px 0 0;
}
.blogBlock .blog-list .blog-item .c-txt .c-ttl {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: var(--c-blue);
}
.blogBlock .blog-list .blog-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.blogBlock .blog-list .blog-item a .c-thumb-wrap {
	width: 100%;
	padding-top: 63%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.blogBlock .blog-list .blog-item a .c-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.blogBlock .blog-list .blog-item a:hover .c-thumb {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.blogBlock .blog-list .blog-item a .c-thumb-wrap:before {
	content: "";
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.blogBlock .blog-list .blog-item a:hover .c-thumb-wrap:before {
	content: "";
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	max-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 125, 185, 0.4);
}
@media (max-width: 767px) {
	.blogBlock {
		margin-top: -46px;
		padding-top: 46px;
	}
	.blogBlock .sec-wrap {
		padding: 50px 20px;
		position: relative;
	}
	.blogBlock .sec-wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-top: -24px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	.blogBlock .sec-title h2 {
		font-size: 25px;
	}
	.blogBlock .sec-title h2 .en {
		font-size: 10px;
	}
    .blogBlock .blog-list {
        justify-content: space-between;
    }
	.blogBlock .blog-list .blog-item {
		width: 48.25%;
        margin-right: 0;
	}
	.blogBlock .blog-list .blog-item .c-date {
		font-size: 10px;
		line-height: 2;
	}
	.blogBlock .blog-list .blog-item .c-txt {
		padding-top: 12px;
	}
	.blogBlock .blog-list .blog-item .c-txt .c-ttl {
		font-size: 12px;
		line-height: 1.4;
	}
}


/*------------------------------------------------------------
	地域の情報
------------------------------------------------------------*/

#areainfo .sec-wrap {
	padding: 80px 60px;
}

#areainfo .c-area-post-sec {
	margin: 0;
}
#areainfo h2.c-area-post-tit {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: auto;
	border-top: 2px solid var(--c-blue);
	color: var(--c-blue);
	padding: 30px 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .2em;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#areainfo h2.c-area-post-tit:hover {
	opacity: .6;
}
#areainfo h2.c-area-post-tit .en {
	display: block;
	font-size: 10px;
	letter-spacing: .3em;
	margin-top: 1em;
}

#areainfo h2.c-area-post-tit::after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	border-top: 2px solid var(--c-blue);
	border-right: 2px solid var(--c-blue);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
}

#areainfo h2.c-area-post-tit.js-dropdown-btn-on::after {
	transform: rotate(-45deg);
}
#areainfo .c-area-post__item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--c-gray3);
}

#areainfo .c-area-post {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding: 0;
	margin-bottom: 40px;
}
#areainfo .c-area-post__item a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: center;
	border: none;
	padding: 0;
	color: #333;
}
#areainfo .c-area-post__item a .thumb-wrap {
	width: 156px;
	height: 96px;
	border: 1px solid var(--c-gray3);
	position: relative;
	background-color: var(--c-blue);
	overflow: hidden;
}
#areainfo .c-area-post__item a .thumb-wrap .date {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	padding: 0 1em;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--c-blue);
}
#areainfo .c-area-post__item a .thumb-wrap .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
#areainfo .c-area-post__item a:hover .thumb-wrap .thumb {
	opacity: .6;
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#areainfo a .c-area-post__item__info__title {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: var(--c-black);
	padding: 0;
	margin: 0;
}
#areainfo a:hover .c-area-post__item__info__title {
	color: var(--c-blue);
}

#areainfo .postmore {
	padding-bottom: 40px;
}
#areainfo .postmore .linkBtn {
	display: inline-block;
	padding: 1.25em 2.5em;
	background: var(--c-blue);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	border: none;
	border-radius: 3.6em;
	box-shadow: 0px .4em .4em #aaa;
	max-width: 18.75em;
	width: 100%;
	display: inline-block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}


@media (max-width: 767px) {
	#areainfo .sec-wrap {
		padding: 25px 20px;
	}
	#areainfo .c-area-post {
		margin-bottom: 15px;
	}
	#areainfo h2.c-area-post-tit {
		font-size: 20px;
		padding: 15px 15px 15px 0;
	}
	#areainfo h2.c-area-post-tit .en {
		letter-spacing: 0;
	}
	#areainfo .c-area-post__item a .thumb-wrap .date {
		font-size: 10px;
	}
	#areainfo .c-area-post__item a .thumb-wrap {
		width: 142px;
		height: 88px;
	}
	#areainfo a .c-area-post__item__info__title {
		font-size: 14px;
	}
	#areainfo .postmore .linkBtn {
		display: inline-block;
		padding: 1.25em 2.5em;
		background: var(--c-blue);
		color: #fff;
		font-size: 13px;
		line-height: 1.4;
		font-weight: 700;
		letter-spacing: .3em;
		text-indent: .3em;
		border: none;
		border-radius: 3.6em;
		box-shadow: 0px .4em .4em #aaa;
		max-width: 18.75em;
		width: 100%;
		display: inline-block;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
	}
}


/*------------------------------------------------------------
	校舎情報
------------------------------------------------------------*/
#info {
	margin-top: -87px;
	padding-top: 87px;
}
#info .sec-wrap {
	padding: 60px 60px;
}
#info .sec-title {
	text-align: center;
}
#info .sec-title h2 {
	color: var(--c-blue);
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 1em;
}
#info .sec-title h2 .sub {
	display: block;
	margin-bottom: .75em;
	font-size: 16px;
	letter-spacing: 0;
	text-indent: 0;
}

#info .sec-title h2 .en {
	display: block;
	margin-top: .75em;
	font-size: 16px;
	letter-spacing: .3em;
	text-indent: .3em;
}
#info .sec-content {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
#info .sec-content table {
	width: 100%;
}
#info .sec-content table tbody {
	width: 100%;
}
#info .sec-content table th {
	width: 200px;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: var(--c-blue);
	border-bottom: 2px solid var(--c-blue);
	padding: 1em 1em 1em 0;
}
#info .sec-content table td {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: var(--c-black);
	border-bottom: 2px solid #fff;
	padding: 1em 0 1em 1em;
}
#info {
	margin-top: -46px;
	padding-top: 46px;
}
#info .sec-wrap.bg-blue {
	padding: 60px 60px;
	background: var(--c-blue);
}

#info .sec-access {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
}
#info .sec-access .map {
	width: 35%;
}
#info .sec-access .map #maps {
	width: 100%;
	padding-top: 100%;
	vertical-align: top;
}
#info .sec-access .txt {
	width: 65%;
	padding-left: 5%;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#info .sec-access .txt > div {
	max-width: 440px;
	padding-right: 20px;
	width: 50%;
}
#info .sec-access .txt > div h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	padding: .1em 0 .1em 2em;
	position: relative;
	margin-bottom: 1em;
}
#info .sec-access .txt > div h3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
}
#info .sec-access .txt > div ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: .5em;
	position: relative;
	padding-left: 1em;
}
#info .sec-access .txt > div ul li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

#info .sec-access .gmapBtn {
  text-align: center;
  margin: 2em 0 1em;
}
#info .sec-access .gmapBtn a {
  padding: 1em 1.5em;
  background: #007db9;
  color: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  transition: All 0.5s ease;
  letter-spacing: .1em;
}
#info .sec-access .gmapBtn a:hover,
#info .sec-access .gmapBtn a:focus {
  background: #FFFFFF;
  color: #007db9;
  text-decoration: none;
}
#info .sec-access .gmapBtn a::after {
  content: '\f08e';
  font-family: FontAwesome;
  margin: 0 0 0 .5em;
}



@media (max-width: 767px) {
	#info {
		margin-top: -46px;
		padding-top: 46px;
	}
	#info .sec-wrap {
		padding: 50px 20px;
		position: relative;
	}
	#info .sec-wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-top: -24px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#info .sec-title h2 {
		font-size: 25px;
	}
	#info .sec-title h2 .en {
		font-size: 10px;
	}
	#info .sec-title h2 .sub {
		font-size: 10px;
	}
	#info .sec-content table tr {
		display: block;
	}
	#info .sec-content table th {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 0 0 .5em;
		border-width: 2px;
	}
	#info .sec-content table td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: .5em 0 1em;
		border: none;
	}
	#info .sec-wrap.bg-blue {
		padding: 0;
	}
	#info .sec-wrap.bg-blue:before {
		display: none;
	}
	#info .sec-access {
		display: block;
	}
	#info .sec-access .map {
		width: 100%;
	}
	#info .sec-access .map #maps {
		width: 100%;
		padding-top: 56.25%;
	}
	#info .sec-access .txt {
		padding: 25px 20px;
		width: 100%;
	}
	#info .sec-access .txt > div {
		width: 100%;
		padding: 0;
	}
	#info .sec-access .txt > div.right {
		padding-top: 25px;
	}
	#info .sec-access .txt > div h3 {
		font-size: 16px;
		padding: .25em 0 .25em 2.5em;
		margin-bottom: .75em;
	}
	#info .sec-access .txt > div h3 img {
		width: 32px;
	}
	#info .sec-access .txt > div ul li {
		font-size: 14px;
		font-weight: 500;
	}
}


/*------------------------------------------------------------
	サービス - 共通
------------------------------------------------------------*/
#main.service {
	-webkit-font-feature-settings: 'palt' 1;
	-moz-font-feature-settings: 'palt' 1;
	-o-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
#inner-content .service .visual .catchcopy .c-title-main--2 span {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: .3em;
}
#inner-content .service .contactdescription p {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: .3em;
}

.serviceBottomNav {
	padding-top: 60px;
}
.serviceBottomNav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: center;
}
.serviceBottomNav ul li {
	margin: 0 20px;
}
.serviceBottomNav ul li a {
	padding: 20px 40px;
	background: #007db9;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .3em;
	text-indent: .3em;
	text-align: center;
	border: 1px solid #007db9;
	border-radius: 100px;
	box-shadow: 0px 7px 7px rgba(88,88,88,.3);
	min-width: 300px;
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.serviceBottomNav ul li.current a,
.serviceBottomNav ul li a:hover,
.serviceBottomNav ul li a:focus {
	background: #FFFFFF;
	color: #007db9;
	text-decoration: none;
}
.serviceBottomNav ul li.current a {
	pointer-events: none;
}


.bgGreyCenter.service-anchorNav {
	padding: 50px 0;
	margin-bottom: 80px;
}
.service-anchorNav ul {
	width: 100%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.service-anchorNav ul li {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	margin: 0 2em;
}
.bgGreyCenter.service-anchorNav .ymarker {
	white-space: nowrap;
}

.serviceListType-A {
	width: 100%;
	max-width: 1150px;
	margin: auto;
	margin-top: -50px;
}
.serviceListType-A li {
	width: 100%;
	padding: 0 15px 0 30px;
	position: relative;
	margin-top: 100px;
}
.serviceListType-A li .sticker {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 60px;
	font-size: 14px;
	text-align: center;
	width: 10em;
	font-weight: 700;
	line-height: 3.2;
	background-color: #ffea29;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #007db9;
	z-index: 2;
}
.serviceListType-A li:nth-child(2n) .sticker {
	left: auto;
	right: 0;
}
.serviceListType-A li .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #007db9;
	color: #fff;
}
.serviceListType-A li:nth-child(2n) .wrap {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.serviceListType-A li .thumb {
	width: 38%;
	position: relative;
	padding-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	align-content: flex-end;
}
.serviceListType-A li .thumb img {
	width: 100%;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.serviceListType-A li .txt {
	width: 62%;
	padding: 60px;
}
.serviceListType-A li .txt h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: .3em;
	color: #ffea29;
	padding-left: 80px;
	margin-bottom: 2em;
}
.serviceListType-A li:nth-child(2n) .txt h3 {
	padding-left: 0;
	padding-right: 95px;
}
.serviceListType-A li .txt p {
	font-size: 14px;
	line-height: 2.4;
	font-weight: 700;
	letter-spacing: .3em;
	color: #fff;
}

@media (max-width: 767px) {
	.serviceBottomNav {
		padding: 20px 18px 0;
	}
	.serviceBottomNav ul {
		width: 100%;
		justify-content: space-between;
		max-width: 340px;
		margin: auto;
	}
	.serviceBottomNav ul li {
		margin: 0;
	}
	.serviceBottomNav ul li a {
		font-size: 10px;
		min-width: 0;
		padding: 0 2em;
		line-height: 4;
		border-radius: 2em;
		white-space: nowrap;
	}
	#inner-content .service .visual {
		padding-top: 40%;
		margin-bottom: 40px;
	}
	#inner-content .service .visual .catchcopy {
		bottom: 0;
		padding-bottom: 5%;
		left: 5%;
	}
	#inner-content .service .visual .catchcopy .c-title-main--1 {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#inner-content .service .visual .catchcopy h1 {
		margin-bottom: 0;
		margin-top: 7px;
	}
	#inner-content .service .visual .catchcopy h1 span {
		font-size: 22px;
		line-height: 1.2;
	}
	#inner-content .service .visual .catchcopy .c-title-main--1 span {
		font-size: 24px;
	}
	#inner-content .service .visual .catchcopy .c-title-main--2 {
		margin-top: 7px;
		margin-bottom: 0;
	}
	#inner-content .service .visual .catchcopy .c-title-main--2 span {
		font-size: 10px;
		line-height: 2;
	}
	.service h2.title {
		font-size: 23px;
		line-height: 1.3;
	}
	.service h3.title, .service .c-title--2 {
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.service .postmore .linkBtn {
		width: 100%;
		max-width: 340px;
		font-size: 16px;
		letter-spacing: .3em;
		text-indent: .3em;
		font-weight: 700;
		line-height: 3;
		border-radius: 1.5em;
		padding: 0;
	}
	#inner-content .service .contactdescription {
		margin: 10px 0;
	}
	#inner-content .service .contactdescription p {
		font-size: 12px;
		line-height: 1.9;
		text-align: left;
		letter-spacing: .15em;
	}
	#inner-content .service:not(.winter2020) .contactdescription p br {
		display: none;
	}
	.serviceListType-A {
		margin: 0;
	}
	.serviceListType-A li {
		margin-top: 30px;
		padding: 0;
	}
	.serviceListType-A li .sticker {
		font-size: 10px;
		line-height: 2.4;
		top: -7px;
		left: 50%;
		width: 7.5em;
		margin-left: -3.75em;
	}
	.serviceListType-A li:nth-child(2n) .sticker {
		right: auto;
		left: 50%;
	}
	.serviceListType-A li .wrap {
		display: block;
	}
	.serviceListType-A li .txt {
		width: 100%;
		padding: 35px 20px 20px;
	}
	.serviceListType-A li .txt h3 {
		padding: 0;
		font-size: 16px;
		line-height: 1.45;
		text-align: center;
		margin-bottom: 1em;
	}
	.serviceListType-A li:nth-child(2n) .txt h3 {
		padding: 0;
	}
	.serviceListType-A li .txt p {
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: .15em;
	}
	.serviceListType-A li .thumb {
		display: block;
		padding: 0 20px 20px;
		width: 100%;
	}
	.serviceListType-A li .thumb img {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (max-width: 374px) {
	.serviceBottomNav {
		padding: 20px 18px 0;
	}
	.serviceBottomNav ul {
		width: 100%;
		justify-content: space-around;
	}
	.serviceBottomNav ul li a {
		padding: 0 1.25em;
	}
}

/*------------------------------------------------------------
	サービス - TOP
------------------------------------------------------------*/

#inner-content .service-top .visual {
	background-image: url(../img/service/visual_service-top.jpg);
}
.bgGreyCenter.service-nav {
	padding-bottom: 150px;
}
.serviceNav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1600px;
	padding: 0 20px;
	margin: 50px auto 0;
}
.serviceNav li {
	width: 21.8%;
}
.serviceNav li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.serviceNav li a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 125, 185, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.serviceNav li a:hover:before {
	background-color: rgba(0, 125, 185, .4);
}
.serviceNav li a .bg {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.serviceNav li a:hover .bg {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.serviceNav li h3 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 84%;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .1em;
	text-indent: .1em;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.serviceNav li h3 img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 15%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.serviceListItem {
	position: relative;
	padding: 50px 0 100px;
	max-width: 1092px;
	width: 100%;
	border-top: 6px solid #f8f8f8;
	margin: auto;
	background-color: #fff;
}
.anchor-wrap {
	padding: 150px 20px 0;
	margin-top: -150px;
}
.anchor-wrap.anchor-plr0 {
	padding-left: 0;
	padding-right: 0;
}
.anchor-wrap:first-child {
	margin-top: -200px;
}
.anchor-wrap:first-child .serviceListItem {
	border-color: #fff;
}

.circleOnlyManaviism {
	position: absolute;
	top: -3px;
	left: 50%;
}
.circleOnlyManaviism span {
	display: block;
	font-size: 13px;
	line-height: 1.846;
	font-weight: 700;
	letter-spacing: .15em;
	color: #007db9;
	text-align: center;
	width: 108px;
	border-radius: 50%;
	padding: 35px 0 25px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.serviceList2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 50px auto;
}

.serviceList2 li {
	width: 47.3%;
	display: block;
	position: relative;
	overflow: hidden;
}
.serviceList2 li h3 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 82.6%;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .2em;
	text-indent: .2em;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.serviceList2 li h3 span {
	display: block;
	font-size: 64%;
	margin-bottom: 1em;
}
.serviceList2 li h3 img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 18%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.serviceList3 {
	width: 100%;
	padding: 0;
	margin: 50px auto;
}

.serviceList3 li {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.serviceList3 li h3 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 44.6%;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .2em;
	text-indent: .2em;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.serviceList3 li h3 span {
	display: block;
	font-size: 64%;
	margin-bottom: 1em;
	line-height: 2;
}
.serviceList3 li h3 img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 16%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#service-other .bgGreyLeft {
	padding: 80px 20px 120px;
}
.serviceListBlue {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1367px;
	margin: auto;
}
.serviceListBlue li {
	width: 49%;
	margin-top: 50px;
	padding-left: 25px;
	position: relative;
}
.serviceListBlue li:before {
	content: 'SERVICE';
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #ffea29;
	color: #007db9;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 3.2;
	white-space: nowrap;
	padding: 0 2em;
}
.serviceListBlue li .wrap {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #007db9;
	color: #fff;
	padding: 30px 50px;
}
.serviceListBlue li .wrap h3 {
	padding-left: 120px;
	font-size: 32px;
	letter-spacing: .3em;
	color: #ffea29;
	font-weight: 700;
	line-height: 1.2;
}
.serviceListBlue li .wrap h3 span {
	display: block;
	color: #fff;
	font-size: 50%;
	letter-spacing: .3em;
	margin-bottom: .5em;
}
.serviceListBlue li .wrap p {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 2;
	letter-spacing: .3em;
	margin-top: 1.5em;
}
@media (max-width: 1600px) {
	.serviceNav li h3 {
		font-size: 1.25vw;
	}
}
@media (max-width: 767px) {
	#inner-content .service-top .visual {
		background-image: url(../img/service/visual_service-top-sp.jpg);
	}
	.bgGreyCenter.service-nav {
		padding: 30px 18px 70px;
		background: #f8f8f8;
	}
	.serviceNav {
		margin-top: 0;
		padding: 0;
	}
	.serviceNav li {
		width: 48%;
		margin-top: 4%;
	}
	.serviceNav li h3 {
		font-size: 3.2vw;
		padding-left: 2vw;
	}
	.circleOnlyManaviism span {
		font-size: 10px;
		line-height: 1.8;
		width: 82px;
		padding: 26px 0 20px;
	}
	.serviceListItem {
		padding: 50px 0 70px;
		border-top: 2px solid #f8f8f8;
	}
	.circleOnlyManaviism {
		top: -1px;
	}
	.anchor-wrap {
		padding: 90px 18px 0;
		margin-top: -90px;
	}
	.anchor-wrap:first-child {
		margin-top: -90px;
	}
	.serviceList2 {
		margin: 0 0 25px;
	}
	.serviceList2 li {
		width: 100%;
		margin-top: 20px;
	}
	.serviceList2 li h3 {
		font-size: 14px;
	}
	.serviceList2 li h3 span {
		font-size: 10px;
	}
	.serviceList3 {
		margin: 10px 0 25px;
	}
	.serviceList3 li h3 {
		width: 80%;
		font-size: 14px;
	}
	.serviceList3 li h3 span {
		font-size: 10px;
	}
	#service-other .bgGreyLeft {
		background: #f8f8f8;
		padding: 40px 18px 30px;
	}
	.serviceListBlue li {
		width: 100%;
		padding-left: 15px;
		margin-top: 15px;
	}
	.serviceListBlue li:before {
		font-size: 10px;
		width: 11em;
		line-height: 3.2;
		top: 24px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(.7,.7);
		-ms-transform: scale(.7,.7);
		-o-transform: scale(.7,.7);
		transform: scale(.7,.7);
	}
	.serviceListBlue li .wrap {
		padding: 20px 25px;
	}
	.serviceListBlue li .wrap h3 {
		font-size: 16px;
		padding-left: 60px;
	}
	.serviceListBlue li .wrap h3 span {
		font-size: 10px;
		letter-spacing: .2em;
	}
	.serviceListBlue li .wrap p {
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: .15em;
	}
}

/*------------------------------------------------------------
	サービス - コンサルティング
------------------------------------------------------------*/
#inner-content .service-consulting .visual {
	background-image: url(../img/service/visual_service-consulting.jpg);
}


#serviceConsultingJishu {
	margin-bottom: 100px;
}
#serviceConsultingJishu .heading3 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #007db9;
	margin: 2em 0;
	line-height: 1.2;
	margin-bottom: 1em;
}
#serviceConsultingJishu .heading3 .h3-small {
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #007db9;
	margin: 1em 0;
}
#serviceConsultingJishu .movie-wrap {
	max-width: 904px;
	width: 100%;
	margin: auto;
	position: relative;
}
#serviceConsultingJishu .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.serviceConsultingNai {
	margin-bottom: 120px;
}

.consulting-jishu-solution-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	margin: auto;
	margin-top: 60px;
}
.consulting-jishu-solution-list li {
	margin-top: 30px;
	width: 48%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #fff;
	padding: 4% 2%;
}
.consulting-jishu-solution-list li:nth-child(2n) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.consulting-jishu-solution-list li h3 {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #007db9;
	letter-spacing: .3em;
}
.consulting-jishu-solution-list li h4 {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #007db9;
	letter-spacing: .3em;
	margin-bottom: .5em;
}

#inner-content #serviceConsultingShutsugan .contactdescription {
	margin-bottom: 50px;
}
#serviceConsultingShutsugan .contactdescription p {
	font-size: 16px;
	letter-spacing: .3em;
	line-height: 2.125;
	margin: 0;
}
#serviceConsultingShutsugan .serviceConsultingShutsugan-image {
	max-width: 904px;
	margin: 50px auto;
	width: 100%;
}
.consulting-shutsugan-solution-list {
	width: 100%;
	max-width: 1255px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.consulting-shutsugan-solution-list li {
	width: 48%;
	background: #007db9;
	margin-top: 20px;
	padding: 40px 4%;
}
.consulting-shutsugan-solution-list li:nth-child(2n) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.consulting-shutsugan-solution-list li h4 {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #ffea29;
	text-align: center;
}
.consulting-shutsugan-solution-list li h4 span {
	display: block;
	font-size: 200%;
	letter-spacing: 0;
	text-indent: 0;
	margin-top: .2em;
}
.consulting-shutsugan-solution-list li h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #ffea29;
	text-align: center;
	margin: 1em 0;
}
.consulting-shutsugan-solution-list li p {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .3em;
}


@media (max-width: 767px) {

	#inner-content .service-consulting .visual {
		background-image: url(../img/service/visual_service-consulting-sp.jpg);
		margin-bottom: 20px;
	}
	.bgGreyCenter.service-anchorNav {
		background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 5%, #F8F8F8 5%, #F8F8F8 95%, #FFFFFF 95%, #FFFFFF 100%);
		padding: 20px 0;
		margin-bottom: 40px;
	}
	.service-anchorNav ul {
		display: block;
		text-align: center;
	}
	.service-anchorNav ul li {
		margin-top: 1em;
		font-size: 14px;
	}
	.service-anchorNav ul li:first-child {
		margin-top: 0;
	}
	#serviceConsultingJishu {
		margin-bottom: 40px;
	}
	#serviceConsultingJishu .bgGreyRight {
		background: #f8f8f8;
		padding: 30px 18px;
	}
	#inner-content .service #serviceConsultingJishu .contactdescription {
		margin-bottom: 20px;
	}
	#serviceConsultingJishu .heading3 {
		font-size: 18px;
	}
	#serviceConsultingJishu .heading3 .h3-small {
		font-size: 10px;
	}
	.serviceConsultingNai {
		margin-bottom: 40px;
	}
	.serviceConsultingNai.bgGreyAll {
		padding: 30px 18px;
	}
	.consulting-jishu-solution-list {
		margin-top: 10px;
	}
	.consulting-jishu-solution-list li {
		margin-top: 10px;
		width: 100%;
		padding: 16px;
	}
	.consulting-jishu-solution-list li h4 {
		font-size: 10px;
	}
	.consulting-jishu-solution-list li h3 {
		font-size: 14px;
	}
	#serviceConsultingShutsugan.anchor-wrap {
		padding: 90px 0 0;
	}
	#serviceConsultingShutsugan .bgGreyCenter {
		background: #f8f8f8;
		padding: 30px 18px;
	}
	#inner-content #serviceConsultingShutsugan .contactdescription {
		margin-bottom: 25px;
	}
	#serviceConsultingShutsugan .serviceConsultingShutsugan-image {
		margin: 20px 0;
	}
	.service #serviceConsultingShutsugan h2.title {
		font-size: 18px;
		line-height: 1.4;
	}
	.consulting-shutsugan-solution-list {
		display: block;
		margin-top: -10px;
	}
	.consulting-shutsugan-solution-list li {
		width: 100%;
		padding: 20px;
	}
	.consulting-shutsugan-solution-list li h4 {
		font-size: 10px;
	}
	.consulting-shutsugan-solution-list li h4 span {
		font-size: 140%;
	}
	.consulting-shutsugan-solution-list li h3 {
		font-size: 16px;
		line-height: 1.45;
	}
	.consulting-shutsugan-solution-list li p {
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: .15em;
	}
}

/*------------------------------------------------------------
	サービス - 映像授業
------------------------------------------------------------*/
#inner-content .service-video .visual {
	background-image: url(../img/service/visual_service-video.jpg);
}


#serviceVideoEizo {
	margin-bottom: 100px;
}
#serviceVideoEizo .contactdescription {
	margin-bottom: 50px;
}
#serviceVideoEizo .image-wrap {
	max-width: 904px;
	width: 100%;
	margin: auto;
	position: relative;
}
#serviceVideoEizo .serviceListType-A {
	padding-bottom: 50px;
}

#serviceVideoDaigakubetsu .bgGreyCenter {
	padding-bottom: 0;
}
#serviceVideoDaigakubetsu .contactdescription {
	margin-bottom: 50px;
}
#serviceVideoDaigakubetsu .contactdescription p {
	font-size: 16px;
	letter-spacing: .3em;
	line-height: 2.125;
}
#serviceVideoDaigakubetsu .serviceVideoDaigakubetsu-image {
	max-width: 904px;
	margin: 50px auto;
	width: 100%;
}


.video-daigakubetsu-solution-list {
	width: 100%;
	max-width: 1100px;
	display: block;
	margin: auto;
}

.video-daigakubetsu-solution-list li {
	width: 100%;
	background: #007db9;
	margin-top: 40px;
	padding: 0 4% 40px;
}
.video-daigakubetsu-solution-list li h4 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	text-align: center;
}
.video-daigakubetsu-solution-list li h4 span {
	display: inline-block;
	color: #007db9;
	letter-spacing: .3em;
	text-indent: .3em;
	margin-top: -10px;
	background-color: #ffea29;
	width: 13.5em;
	line-height: 3.2;
}
.video-daigakubetsu-solution-list li h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #ffea29;
	text-align: center;
	margin: 1em 0;
}
.video-daigakubetsu-solution-list li p {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: .3em;
}
@media (max-width: 767px) {

	#inner-content .service-video .visual {
		background-image: url(../img/service/visual_service-video-sp.jpg);
		margin-bottom: 20px;
	}
	#serviceVideoEizo {
		margin-bottom: 40px;
	}
	#serviceVideoEizo .bgGreyRight {
		background: #f8f8f8;
		padding: 30px 18px;
	}
	#serviceVideoEizo .serviceListType-A {
		padding-bottom: 0;
	}
	#serviceVideoEizo .serviceListType-A li .sticker {
		line-height: 3.2;
		width: 12em;
		margin-left: -6em;
	}
	#serviceVideoEizo .serviceListType-A li .txt {
		padding-top: 40px;
	}
	#serviceVideoDaigakubetsu.anchor-wrap {
		padding: 90px 0 0;
	}
	#serviceVideoDaigakubetsu .bgGreyCenter {
		background: #f8f8f8;
		padding: 30px 18px;
	}
	#serviceVideoDaigakubetsu .serviceVideoDaigakubetsu-image {
		margin: 20px auto 30px;
	}
	.service #serviceVideoDaigakubetsu h2.title {
		font-size: 18px;
		line-height: 1.55;
	}
	.video-daigakubetsu-solution-list {
		margin-top: -10px;
	}
	.video-daigakubetsu-solution-list li {
		margin-top: 30px;
		padding: 0 20px 20px;
	}
	.video-daigakubetsu-solution-list li h4 {
		font-size: 10px;
	}
	.video-daigakubetsu-solution-list li h4 span {
		margin-top: -7px;
		line-height: 3.4;
		width: 14em;
	}
	.video-daigakubetsu-solution-list li h3 {
		font-size: 16px;
		line-height: 1.45;
	}
	.video-daigakubetsu-solution-list li p {
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: .15em;
	}
}

/*------------------------------------------------------------
	サービス - 反転授業
------------------------------------------------------------*/
#inner-content .service-inversion .visual {
	background-image: url(../img/service/visual_service-inversion.jpg);
}

#serviceInversion .contactdescription {
	margin-bottom: 50px;
}
#serviceInversion .image-wrap {
	max-width: 904px;
	width: 100%;
	margin: auto;
	position: relative;
	margin-bottom: 60px;
}
#serviceInversion .image-wrap .sp {
	display: none;
}

@media (max-width: 767px) {

	#inner-content .service-inversion .visual {
		background-image: url(../img/service/visual_service-inversion-sp.jpg);
	}
	#serviceInversion .bgGreyRight {
		background: #f8f8f8;
		padding: 30px 18px;
	}
	#serviceInversion .image-wrap {
		margin-bottom: 50px;
	}
	#serviceInversion .image-wrap .pc {
		display: none;
	}
	#serviceInversion .image-wrap .sp {
		display: block;
	}
	#serviceInversion .serviceListType-A li .sticker {
		line-height: 3.2;
		width: 12em;
		margin-left: -6em;
	}
	#serviceInversion .serviceListType-A li .txt {
		padding-top: 40px;
	}
}



/*------------------------------------------------------------
	特徴
------------------------------------------------------------*/
#main.about {
	-webkit-font-feature-settings: 'palt' 1;
	-moz-font-feature-settings: 'palt' 1;
	-o-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

#inner-content .about .visual {
	background-image: url(../img/about/visual_about.jpg);
}
#inner-content .about .contactdescription p {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: .3em;
}
.aboutPassStrategy.bgGreyCenter {
	margin-bottom: 120px;
}
.aboutPassStrategyList {
	max-width: 1570px;
	width: 100%;
	margin: auto;
	margin-top: -40px;
}
.aboutPassStrategyList li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 90px;
}
.aboutPassStrategyList li:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.aboutPassStrategyList li .image {
	width: 695px;
}
.aboutPassStrategyList li .image img {
	width: 100%;
}
.aboutPassStrategyList li .txt {
	width: 785px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
}
.aboutPassStrategyList li .txt .txt-wrap {
	width: 100%;
	padding: 0 10%;
}
.aboutPassStrategyList li .txt .txt-wrap h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .3em;
	line-height: 2;
	margin-bottom: .5em;
}
.aboutPassStrategyList li .txt .txt-wrap h3 .blue {
	white-space: nowrap;
}
.aboutPassStrategyList li .txt .txt-wrap h3 .dot {
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	-o-font-feature-settings: normal;
	font-feature-settings: normal;
	letter-spacing: .2em;
	padding-top: .45em;
	background-position: top left -4px;
	background-repeat: repeat-x;
	background-size: 1.2em .3em;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#007db9),color-stop(0.5,#007db9),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, .1em .1em, #007db9, #007db9 95%, transparent 95%, transparent);
	background-image: radial-gradient(.1em .1em at center center, #007db9, #007db9 95%, transparent);
}
.aboutPassStrategyList li .txt .txt-wrap p {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: .3em;
	font-weight: 700;
	margin-bottom: 2.125em;
}
.aboutPassStrategyList li .txt .txt-wrap p:last-child {
	margin-bottom: 0;
}
.aboutPassStrategyReason.bgGreyAll {
	margin-bottom: 120px;
}
.aboutPassStrategyReasonList {
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	margin: auto;
	margin-top: -50px;
}
.aboutPassStrategyReasonList li {
	width: 100%;
	padding: 0 0 0 25px;
	position: relative;
	margin-top: 100px;
}
.aboutPassStrategyReasonList li:nth-child(2n) {
	padding: 0 25px 0 0;
}
.aboutPassStrategyReasonList li h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: .3em;
	color: #ffea29;
	padding-left: 150px;
	margin-bottom: 1.5em;
	position: relative;
}
.aboutPassStrategyReasonList li:nth-child(2n) h3 {
	padding-left: 0;
	padding-right: 150px;
	text-align: right;
}

.aboutPassStrategyReasonList li h3 span {
	display: inline-block;
	position: absolute;
	left: -25px;
	top: 0;
	font-size: 14px;
	text-align: center;
	width: 11em;
	font-weight: 700;
	line-height: 3.2;
	background-color: #ffea29;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #007db9;
	z-index: 2;
}
.aboutPassStrategyReasonList li:nth-child(2n) h3 span {
	left: auto;
	right: -25px;
}
.aboutPassStrategyReasonList li .wrap {
	padding-top: 40px;
	display: block;
	background-color: #007db9;
	color: #fff;
}
.aboutPassStrategyReasonList li .content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.aboutPassStrategyReasonList li:nth-child(2n) .content {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.aboutPassStrategyReasonList li .img {
	width: 50%;
	position: relative;
	background: center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.aboutPassStrategyReasonList li .txt {
	width: 50%;
	padding: 30px 5% 60px;
}
.aboutPassStrategyReasonList li .txt p {
	font-size: 14px;
	line-height: 1.86;
	font-weight: 700;
	letter-spacing: .15em;
	color: #fff;
	margin-bottom: 1.86em;
}
.aboutPassStrategyReasonList li .txt p:last-child {
	margin-bottom: 0;
}
.aboutCourse.bgGreyLeft {
	margin-bottom: 120px;
}
.aboutCourseList {
	max-width: 1400px;
	width: 100%;
	margin: auto;
	margin-bottom: 120px;
	padding: 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.aboutCourseList li {
	width: 49%;
	padding-left: 25px;
	position: relative;
}
.aboutCourseList li:before {
	content: 'COURCE';
	position: absolute;
	text-align: center;
	top: 40px;
	left: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #fff;
	display: inline-block;
	line-height: 24;
	width: 11em;
	line-height: 3.2;
	background-color: #007db9;
}
.aboutCourseList li .wrap {
	display: block;
	background-color: #ffea29;
	color: #007db9;
	display: table;
}
.aboutCourseList li .wrap .txt {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.aboutCourseList li .wrap .txt h3 {
	font-weight: 700;
	font-size: 32px;
	padding-left: 2em;
	line-height: 1.2;
	letter-spacing: .3em;
}
.aboutCourseList li .wrap .img {
	width: 50%;
	display: table-cell;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.aboutCourseTable {
	max-width: 1400px;
	width: calc(100% - 40px);
	margin: auto;
}
.aboutCourseTable thead th {
	color: #fff;
	background-color: #007db9;
	text-align: center;
	font-size: 20px;
	line-height: 2;
	padding: 1em;
	letter-spacing: .3em;
	text-indent: .3em;
	font-weight: 700;
	border-left: 1px solid #57add6;
}
.aboutCourseTable thead th.bgwhite {
	background: transparent;
	border-left: none;
}

.aboutCourseTable tbody th {
	width: 30%;
	color: #fff;
	white-space: nowrap;
	background-color: #007db9;
	text-align: left;
	font-size: 20px;
	line-height: 2;
	padding: .5em 2em;
	letter-spacing: .3em;
	font-weight: 700;
	border-top: 1px solid #57add6;
}
.aboutCourseTable tbody td {
	width: 40%;
	text-align: center;
	color: #007db9;
	font-size: 20px;
	line-height: 2;
	padding: .5em 2em;
	font-weight: 700;
	border-left: 1px solid #e8e8e8;
	background-color: #fff;
}
.aboutCourseTable tbody tr:nth-child(2n) td {
	background-color: #f8f8f8;
}
.aboutCourseTable tbody td .grey {
	color: #a1a1a1;
}


@media (max-width: 767px) {
	#inner-content .about .visual {
		background-image: url(../img/about/visual_about-sp.jpg);
		padding-top: 40%;
		margin-bottom: 40px;
	}
	#inner-content .about .visual .catchcopy {
		bottom: 0;
		padding-bottom: 5%;
		left: 5%;
	}
	#inner-content .about .visual .catchcopy .c-title-main--1 {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#inner-content .about .visual .catchcopy .c-title-main--1 span {
		font-size: 24px;
		line-height: 1.2;
	}
	.aboutPassStrategy.bgGreyCenter {
		padding: 30px 18px;
		background: #f8f8f8;
		margin-bottom: 45px;
	}
	.about h2.title {
		font-size: 23px;
		line-height: 1.3;
	}
	.about h3.title, .about .c-title--2 {
		font-weight: 700;
		font-size: 10px;
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.aboutPassStrategyList {
		margin-top: 0;
	}
	.aboutPassStrategyList li {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.aboutPassStrategyList li .image {
		width: 100%;
	}
	.aboutPassStrategyList li .txt {
		width: 100%;
	}
	.aboutPassStrategyList li .txt .txt-wrap {
		padding: 20px 0 10px;
	}
	.aboutPassStrategyList li .txt .txt-wrap h3 {
		text-align: center;
		font-size: 18px;
	}
	.aboutPassStrategyList li .txt .txt-wrap h3 .dot {
		background-position: top left -2px;
	}
	.aboutPassStrategyList li .txt .txt-wrap p {
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: .15em;
	}
	.aboutPassStrategyReason.bgGreyAll {
		padding: 30px 18px;
		background: #f8f8f8;
		margin-bottom: 45px;
	}
	.aboutPassStrategyReasonList {
		padding: 0;
		margin-top: 0;
	}
	.aboutPassStrategyReasonList li {
		padding-left: 12px;
		margin-top: 20px;
	}
	.aboutPassStrategyReasonList li:nth-child(2n) {
		padding: 0;
		padding-left: 12px;
	}
	.aboutPassStrategyReasonList li .wrap {
		padding-top: 20px;
	}
	.aboutPassStrategyReasonList li h3 {
		padding-left: 85px;
		font-size: 16px;
		line-height: 1.45;
		margin-bottom: 1em;
	}
	.aboutPassStrategyReasonList li:nth-child(2n) h3 {
		padding-left: 85px;
		padding-right: 5px;
		text-align: left;
	}
	.aboutPassStrategyReasonList li h3 span {
		font-size: 10px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
		left: -12px;
		top: 5px;
	}
	.aboutPassStrategyReasonList li:nth-child(2n) h3 span {
		right: auto;
		left: -12px;
	}
	.aboutPassStrategyReasonList li .content {
		display: block;
		padding: 0 20px;
	}
	.aboutPassStrategyReasonList li .img {
		width: 100%;
		padding-top: 58%;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.aboutPassStrategyReasonList li .txt {
		width: 100%;
		padding: 20px 0;
	}
	.aboutPassStrategyReasonList li .txt p {
		font-size: 13px;
		line-height: 1.75;
		letter-spacing: .15em;
		margin-bottom: 1.75em;
	}
	.aboutCourse.bgGreyLeft {
		background: #f8f8f8;
		padding: 30px 18px;
		margin-bottom: 45px;
	}
	.aboutCourse .contactdescription {
		margin: 15px 0;
	}
	#inner-content .about .aboutCourse .contactdescription p {
		font-size: 12px;
		line-height: 1.9;
		letter-spacing: .15em;
		text-align: left;
	}
	#inner-content .about .aboutCourse .contactdescription p br {
		display: none;
	}
	.aboutCourseList {
		padding: 0;
		margin-bottom: 30px;
	}
	.aboutCourseList li {
		padding-left: 6px;
	}
	.aboutCourseList li:before {
		font-size: 10px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
		top: -6px;
		left: 0;
	}
	.aboutCourseList li .wrap .txt {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.aboutCourseList li .wrap .txt h3 {
		padding-top: 1em;
		font-size: 12px;
		line-height: 1.5;
		padding-left: 16px;
	}
	.aboutCourseList li .wrap .img {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	.aboutCourseTable {
		width: 100%;
	}
	.aboutCourseTable thead th {
		font-size: 10px;
	}
	.aboutCourseTable tbody th {
		font-size: 10px;
		width: 46%;
		padding: .5em 1.5em;
	}
	.aboutCourseTable tbody td {
		width: 27%;
		font-size: 10px;
		padding: .5em 1.5em;
	}
	.aboutService.bgGreyCenter {
		padding: 30px 18px;
		background: #f8f8f8;
	}
	.aboutService .contactdescription {
		margin: 15px 0;
	}
	#inner-content .about .aboutService .contactdescription p {
		font-size: 12px;
		line-height: 1.9;
		letter-spacing: .15em;
		text-align: left;
	}
	#inner-content .about .aboutService .contactdescription p br {
		display: none;
	}
	.about .postmore .linkBtn {
		width: 100%;
		max-width: 340px;
		font-size: 16px;
		letter-spacing: .3em;
		text-indent: .3em;
		font-weight: 700;
		line-height: 3;
		border-radius: 1.5em;
		padding: 0;
	}
}

/*------------------------------------------------------------
	問い合わせフォーム
------------------------------------------------------------*/

#contact {
	margin-top: -87px;
	padding-top: 87px;
}
#contact .sec-wrap {
	padding: 60px 60px;
}
#contact .sec-wrap-child {
	background: #f8f8f8;
	padding: 60px 60px 100px;
}
#contact .sec-title {
	text-align: center;
}
#contact .sec-title h2 {
	color: var(--c-blue);
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: .2em;
	margin-bottom: 1em;
}
#contact .sec-title h2 .sub {
	display: block;
	margin-bottom: .75em;
	font-size: 16px;
	letter-spacing: 0;
	text-indent: 0;
}

#contact .sec-title h2 .en {
	display: block;
	margin-top: .75em;
	font-size: 16px;
	letter-spacing: .3em;
	text-indent: .3em;
}
#contact .wpcf7 table {
	max-width: 928px;
	width: 100%;
	margin: auto;
}
#contact .wpcf7 table {
}

#contact .wpcf7 table th {
	width: 200px;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: var(--c-blue);
	border-top: 4px solid var(--c-blue);
	padding: 1.5em 1em 1em 0;
}
#contact .wpcf7 table td {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: var(--c-black);
	border-top: 4px solid #fff;
	padding: 1em 0;
}
#contact .wpcf7 table tr:first-child td,
#contact .wpcf7 table tr:first-child th {
	border-top: none;
}
#contact .wpcf7 .required {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 2.5;
	border-radius: 1.25em;
	background-color: var(--c-yellow);
	color: var(--c-blue);
	padding: 0 1em;
}
#contact .wpcf7 .contactText {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	font-weight: bold;
}

#contact .wpcf7 input::-webkit-input-placeholder {
	color: var(--c-gray2);
}
#contact .wpcf7 input:-moz-placeholder {
	color: var(--c-gray2);
}
#contact .wpcf7 input::-moz-placeholder {
	color: var(--c-gray2);
}
#contact .wpcf7 input:-ms-input-placeholder {
	color: var(--c-gray2);
}
#contact .wpcf7 input:placeholder {
	color: var(--c-gray2);
}
#contact .wpcf7 .contactCheckbox .school-year .wpcf7-list-item label,
#contact .wpcf7 .contactCheckbox .your-course .wpcf7-list-item label,
#contact .wpcf7 .contactCheckbox .your-contact .wpcf7-list-item:not(.last) label {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    border-radius: 24px;
    padding: 6px 12px 6px 42px;
    width: 100%;
    display: block;
    color: var(--c-black);
    position: relative;
}
#contact .wpcf7 .contactCheckbox label input {
	position: absolute;
	opacity: 0;
}
#contact .wpcf7 input[type=radio] + span {
}
#contact .wpcf7 input[type=radio] + span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px;
	height: 22px;
	width: 22px;
	background-color: #e6e6e6;
	border-radius: 50%;
	z-index: 1;
}
.contactSelect {
  font-weight: bold;
}
#contact .wpcf7 input[type=radio] + span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -5px;
	height: 10px;
	width: 10px;
	background-color: var(--c-blue);
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#contact .wpcf7 input[type=radio]:checked + span:after {
	opacity: 1;
}
#contact .wpcf7 input[type=checkbox] + span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 7px;
	border: 1px solid var(--c-gray1);
	z-index: 1;
}

#contact .wpcf7 input[type=checkbox] + span:after {
	content: '';
	display: block;
	border-left: 3px solid #007db9;
	border-bottom: 3px solid #007db9;
	width: 12px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	opacity: 0;
	left: 14px;
	top: 13px;
	z-index: 2;
}
#contact .wpcf7 input[type=checkbox]:checked + span:after {
	opacity: 1;
}
#contact .wpcf7 .contactSelectBg > .wpcf7-form-control-wrap {
	background: #fff;
	border: 1px solid #e6e6e6;
}
#contact .wpcf7 p {
	text-align: center;
	margin-top: 30px;
}
#contact .wpcf7 .lineTxtLink1 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
#contact .wpcf7 .formError.inline {
	padding: 0;
}
#contact .wpcf7 .formError .formErrorContent {
	height: 2.5em;
	font-weight: bold;
}
#contact .wpcf7 .linkBtn {
	display: inline-block;
	padding: 1.25em 2.5em;
	background: var(--c-blue);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	border: none;
	border-radius: 3.6em;
	box-shadow: 0px .4em .4em rgba(88,88,88,.3);
	max-width: 18.75em;
	width: 100%;
	display: inline-block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}

@media (max-width: 767px) {
	#contact {
		margin-top: -46px;
		padding-top: 46px;
	}
	#contact .sec-wrap {
		padding: 40px 20px 20px;
	}
	#contact .sec-wrap-child {
		background: #f8f8f8;
		padding: 40px 20px;
		position: relative;
	}
	#contact .sec-wrap-child:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 2px;
		height: 48px;
		margin-top: -24px;
		margin-left: -1px;
		background-color: var(--c-yellow);
	}
	#contact .sec-title h2 {
		font-size: 25px;
	}
	#contact .sec-title h2 .en {
		font-size: 10px;
	}
	#contact .sec-title h2 .sub {
		font-size: 10px;
	}
	#contact .wpcf7 table tr {
		display: block;
		width: 100%;
	}
	#contact .wpcf7 table th {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 0 0 .5em;
		border: none;
		border-bottom: 2px solid var(--c-blue);
	}
	#contact .wpcf7 table .js-address th {
		padding: 0;
		border-bottom: none;
	}
	#contact .wpcf7 table .js-address th > div {
		padding: 0 0 .5em;
		border-bottom: 2px solid var(--c-blue);
	}
	#contact .wpcf7 table td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: .5em 0 1em;
		border: none;
	}
	#contact .wpcf7 table td:after {
		display: block;
		clear: both;
		content: '';
	}
	#contact .wpcf7 table .js-address td {
		padding: 0;
		border: none;
	}
	#contact .wpcf7 table .js-address td > div {
		padding: .5em 0 1em;
		border-bottom: 2px solid var(--c-blue);
	}

	#contact .wpcf7 .required {
		float: none;
		margin: 0;
		margin-left: .5em;
		font-size: 10px;
		line-height: 2;
		vertical-align: middle;
	}

	#contact .wpcf7 .contactCheckbox .wpcf7-list-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#contact .wpcf7 p {
		margin-top: 0;
	}

	#contact .wpcf7 .linkBtn {
		display: inline-block;
		padding: 1.25em 2.5em;
		background: var(--c-blue);
		color: #fff;
		font-size: 13px;
		line-height: 1.4;
		font-weight: 700;
		letter-spacing: .3em;
		text-indent: .3em;
		border: none;
		border-radius: 3.6em;
		box-shadow: 0px .4em .4em #aaa;
		max-width: 18.75em;
		width: 100%;
		display: inline-block;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
	}
}

#js-contactSelect span.last label {
  padding: 0;
  display: block;
  height:0;
  width: 0;
}



/*------------------------------------------------------------
	University NEW
------------------------------------------------------------*/
#main .mw1000 {
	max-width: 1000px;
	margin: auto;
}
#targetnav .sec-wrap {
	padding: 20px 60px;
	margin-top: 60px;
	background: #f8f8f8;
}
.target_nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: bold;
	color: var(--c-black);
	padding: 10px 0;
	max-width: 1000px;
	margin: auto;
}
.center .target_nav {
	justify-content: center;
}
.target_nav:first-child {
}
.target_nav > div {
	position: relative;
	padding-right: 2em;
	margin-right: 1em;
	border-right: 1px solid #ddd;
	white-space: nowrap;
}
.target_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.center .target_nav ul {
	justify-content: center;
}
.target_nav ul li {
	margin: 0 1em;
}
.target_nav ul li a {
	color: var(--c-black);
	display: block;
	border-bottom: 3px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: border-color .3s;
}
.target_nav ul li a:hover {
	border-bottom: 3px solid var(--c-yellow);
}

.postMethod.university-wrap {
	padding-top: 100px;
	margin-top: 100px;
	position: relative;
}
.postMethod.university-wrap:nth-child(2n - 1) {
	background: linear-gradient(270deg, #F8F8F8 0%, #F8F8F8 90%, #FFFFFF 90%, #FFFFFF 100%);
}

.postMethod.university-wrap:nth-child(2n) {
	background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 90%, #FFFFFF 90%, #FFFFFF 100%);
}



.u-group-wrap {
  max-width: 880px;
  /*margin: 100px auto 30px;*/
  margin: auto;
}
.u-group-list > li {
	padding-top: 180px;
	margin-top: -180px;
}
.u-group-list.column2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin-top: 60px;
}

.u-group-list.column2 > li {
	width: 48%;
}

.u-group-list > li > h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #007db9;
	margin: 0 0 1em;
}
.u-group-list > li > h2 span {
	display: inline-block;
	letter-spacing: .25em;
	text-indent: .25em;
	background: linear-gradient(transparent 70%, #FFEA29 70%);
	padding: 3px 2px;
}
.description {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: var(--c-black);
	margin-bottom: 2em;
	text-align: center;
}
.u-group-list > li > .btn-detail {
	text-align: center;
}
.u-group-list > li > .btn-detail a {
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  letter-spacing: .05em;
  text-indent: .05em;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #00000022;
  color: var(--c-blue);
  font-weight: 600;
  width: 50%;
}

.u-group-list > li > .btn-detail a i {
  float: right;
}

.u-group-list > li > .btn-detail a:hover {
  color: #FFFFFF;
  background: #007db9;
}

.h2_style_university {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: var(--c-black);
	margin: 3em 0 0;
}
.h3_style_university {
	text-align: center;
	font-size: 18px;
	letter-spacing: .05em;
	text-indent: .05em;
	font-weight: 600;
	line-height: 1.4;
	color: var(--c-black);
	margin: 3em 0 0;
}
.h3_style_university span {
	display: block;
	font-size: 144%;
}
.h4_style_university {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: var(--c-black);
	margin: 3em 0 0;
}
.h4_style_university > span {
	font-size: 85%;
	margin-bottom: .5em;
	display: block;
}

.resultTax .h3_style_university {
	margin: 0 0 1em;
}
.u-group-list.column2 > li > .btn-detail a {
	font-size: 16px;
	width: 80%;
}
.u-group-list.column2 > li > .btn-detail a i {
	margin: 0;
}
.resultTax .u-group-list .methodList .methodCategory a {
	font-size: 14px;
	padding: 15px;
}

.u-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 25px auto 0;
  padding: 0 20px;
}

.u-list:after {
  content: '';
  display: block;
  width: calc(100% / 3);
}

.u-list li {
  padding: 0 10px 20px;
  width: 50%;
}
.u-list a {
  display: block;
  padding: 20px;
  font-size: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #00000022;
  color: #313d4f;
}

.u-list a i {
  float: right;
  margin: 0px;
}

.u-list a:hover {
  color: #FFFFFF;
  background: #007db9;
}
.related_post-wrap {
	background: #fff;
	padding: 30px 20px;
	margin-bottom: 80px;
}
.related_post-wrap .h2_style_university {
	margin: 0;
}
.related_post-list {
	margin: 20px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.related_post-wrap .related_post-list {
	margin-bottom: 0;
}
.related_post-list li {
	font-size: 14px;
	margin-bottom: 1em;
}
.related_post-list li a:before {
	content: '»';
	display: inline-block;
	margin-right: .5em;
}
.related_post-list li a:after {
	content: '«';
	display: inline-block;
	margin-left: .5em;
}


#other_kansai .btn-detail,
#other_kanto .btn-detail {
	display: none;
}

.resultTax .mw1000 .methodList {
	margin-top: 25px;
}
.resultTax .mw1000 .methodList .methodCategory a {
	font-size: 14px;
	padding: 1em;
	text-align: center;
	display: block;
	position: relative;
}
.resultTax .mw1000 .methodList .methodCategory a i {
	margin: 0;
	font-size: 80%;
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mw1000 .c-title--1 {
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	#targetnav .sec-wrap {
		padding: 10px 20px;
		margin-top: 20px;
	}
	#targetnav.center .sec-wrap {
		padding: 10px 10px;
	}
	.target_nav {
		font-size: 12px;
	}
	.target_nav > div {
		padding-right: 1.5em;
		margin-right: .75em;
	}
	.target_nav ul li {
		margin: 0 .75em;
	}
	.postMethod.university-wrap {
		padding-top: 50px;
		margin-top: 50px;
		padding-bottom: 20px;
	}
	.postMethod.university-wrap:nth-child(2n - 1) {
		background: #fff;
	}
	.postMethod.university-wrap:nth-child(2n) {
		background: #f8f8f8;
	}
	.u-group-list > li {
		padding-top: 90px;
		margin-top: -90px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.u-group-list > li > h2 {
		font-size: 25px;
	}
	.description {
		text-align: left;
		font-size: 12px;
		line-height: 1.6;
	}
	.u-group-list > li > .btn-detail a {
		width: 100%;
		font-size: 15px;
		padding: 1em;
	}
	.h2_style_university {
		font-size: 18px;
	}
	.h3_style_university {
		font-size: 16px;
	}
	.h3_style_university span {
		font-size: 120%;
	}
	.h4_style_university {
		font-size: 14px;
		margin-top: 2em;
	}
	.u-list {
		margin-top: 20px;
		padding: 0;
	}
	.u-list a {
		font-size: 13px;
		padding: 1em;
	}
	.u-list li {
		padding: 0 0 10px;
		width: 48%;
	}
	.related_post-list li {
		font-size: 13px;
	}
	.related_post-list li a {
		display: block;
		position: relative;
		padding: 0 .75em;
	}
	.related_post-list li a:before {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.related_post-list li a:after {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#main .mw1000 {
		padding: 0 20px;
	}
	.u-group-list.column2 {
		margin-top: 30px;
	}
	.u-group-list.column2 > li {
		padding: 90px 0 30px;
		width: 100%;
	}
	.u-group-list.column2 > li > .btn-detail a {
		width: 100%;
		font-size: 13px;
		padding: 1em;
		position: relative;
	}
	.u-group-list.column2 > li > .btn-detail a i {
		position: absolute;
		top: 50%;
		right: .5em;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.resultTax .mw1000 .methodList {
		margin: 20px 0 0;
	}
	.resultTax .mw1000 .methodList .methodCategory a {
		padding: 1em;
		font-size: 13px;
	}
	.resultTax .u-group-list .methodList .methodCategory a {
		font-size: 12px;
		padding: 1em;
	}
}

/*------------------------------------------------------------
	Keyframes
------------------------------------------------------------*/

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


/*------------------------------------------------------------
	university 202010
------------------------------------------------------------*/
.univ-wrap {
  color: #555;
}
.univ-wrap .linkBtn {
  line-height: 1.4;
}
.univ-wrap .mv-img {
  height: 380px;
  background: no-repeat center;
  background-size: cover;
  transition: All 0.5s ease;
}
.univ-wrap #mv .mv-txt {
  border-top: 10px solid #ffea28;
}
.univ-wrap #mv .mv-txt h1 .main {
  background: none;
}
.univ-wrap #mv .mv-txt h2 {
  color: #555;
}
.univ-wrap #mv .mv-txt h3 {
  color: #007db9;
  font-size: 26px;
  margin-top: .6em;
}

.univ-wrap .c-title--1 {
  line-height: 2;
}
.univ-wrap .description {
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.univ-block {
  background: #fff;
  padding: 50px 60px;
}
.univ-block__tit {
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.4;
}
.univ-block__tit b {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding: 0 20px 10px;
  border-bottom: 4px solid #ffea29;
  letter-spacing: 4px;
  display: inline-block;
}
.univ-block__tit2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #007db9;
  margin: 0 0 30px;
  line-height: 1.4;
}

.univ-block__desc {
  margin: 0 0 40px;
}

.univ-tbl {
  margin: 0 0 40px;
}
.cps-box {
  display: flex;
  width: 100%;
}
.cps-box__head {
  width: 25%;
  background: #007db9;
  color: #fff;
  border-bottom: 1px solid #57add6;
  padding: 5px 15px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.cps-box__body {
  width: 75%;
}
.univ-tbl dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  line-height: 1.4;
  border-right: 1px solid #e6e6e6;
}
.univ-tbl .cps-box:first-child dl {
  border-top: 1px solid #e6e6e6;
}
.univ-tbl dl dt {
  background: #f8f8f8;
  color: #007db9;
  padding: 15px;
  width: 30%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.univ-tbl dl dd {
  padding: 15px;
  width: 70%;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.univ-related {
  border: 2px solid #e6e6e6;
  max-width: 600px;
  margin: 80px auto 0;
  position: relative;
  padding: 30px 20px 20px;
}
.univ-related__tit {
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  background: #f8f8f8;
  padding: 0 20px;
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translate(-50%,0);
}
.univ-related__list li {
  margin: 8px 0;
  line-height: 1.4;
}
.univ-related__list a:before {
  content: '»';
  display: inline-block;
  margin-right: .2em;
}

.univ-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.univ-tab .tab_item {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4;
  width: calc(100% / 2 - 2px);
  max-width: 300px;
  margin: 0 2px;
  background-color: #c9c9c9;
  color: #fff;
  border-top: 5px solid #c9c9c9;
  border-bottom: 5px solid #c9c9c9;
  text-align: center;
  transition: .3s ease;
}
.univ-tab .tab_item:hover {
  background-color: #007db9;
  color: #fff;
  border-top: 5px solid #007db9;
  border-bottom: 5px solid #007db9;
}
.univ-tab .tab_item.active {
  background-color: #fff;
  color: #555;
  border-top: 5px solid #ffea28;
  border-bottom: 5px solid #fff;
}

.univ-block .tab_content {
  display: none;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.univ-block .tab_content.show {
  display: block;
}


.dct-box {
  border: 1px solid #e6e6e6
}
.dct-box:not(:first-of-type) {
  border-top: none;
}
.dct-box__head {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dct-box__head__tit {
  padding: 15px;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  color: #007db9;
  line-height: 1.4;
}
.dct-box__head__num {
  font-size: 16px;
  font-weight: bold;
}
.dct-box__head i{
  margin: 0 0 0 auto;
  padding: 0 15px;
  font-size: 16px;
}
.dct-box__tbl {
  padding: 15px 30px 30px;
  display: none;
}
.dct-box__tbl table {
  width: 100%;
}
.dct-box__tbl th {
  background: #007db9;
  color: #fff;
  border: 1px solid #57add6;
  padding: 10px;
  text-align: center;
}
.dct-box__tbl tr:nth-child(odd) {
  background: #f1fafe;
}
.dct-box__tbl td {
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-align: center;
}

.trd-box__tbl {
  display: block;
}

.univ-price {
  color: #007db9;
  font-size: 32px;
  margin: 0 0 40px;
  text-align: center;
  font-weight: 600;
}

.prc-box__tbl {
  display: block;
}
.prc-box__tbl th {
  width: 50%;
}

.univ-caution {
  margin: 30px 0;
}
.univ-exlink {
  text-align: center;
  font-weight: bold;
}

.univ-related-other {
  text-align: center;
  padding: 20px 0 60px;
}
.univ-related-other__tit {
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.4;
}
.univ-related-other__tit span {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  padding: 0 0 10px;
  border-bottom: 4px solid #ffea29;
  letter-spacing: 4px;
  display: inline-block;
}
.univ-related-other .univ-related__list {
  text-align: left;
  font-weight: bold;
  display: inline-block;
}



.univ-strength {
  padding: 100px 0;
  background: #007db9;
  text-align: center;
}

.univ-strength__tit {
  font-weight: bold;
  letter-spacing: 8px;
  font-size: 40px;
  color: #ffea29;
  margin: 0 0 30px;
  line-height: 1.4;
}
.univ-strength__desc {
  color: #fff;
  margin: 0 0 40px;
  font-size: 16px;
}
.univ-strength__point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
}
.univ-strength__point__box {
  width: 45%;
  background: no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 120px;
}
.point__box01 {
  background-image: url(../img/univ-strangth_img01.jpg);
}
.point__box02 {
  background-image: url(../img/univ-strangth_img02.jpg);
}
.univ-strength__point__box img {
  width: 80px;
  display: none;
}
.univ-strength__point__box__txt {
  color: #fff;
  text-align: center;
  /*width: calc(100% - 100px);*/
  width: 100%;
}
.univ-strength__point__box__txt span {
  font-size: 14px;
  font-weight: bold;
}
.univ-strength__point__box__txt b {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}
.univ-strength__point__box__txt i {
  font-style: normal;
}
.univ-strength__point__x img {
  width: 30px;
}
.univ-strength__desc2 {
  font-weight: bold;
  letter-spacing: 8px;
  font-size: 24px;
  color: #ffea29;
  margin: 0 0 80px;
}
.univ-strength__tit2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.univ-strength__desc3 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 6px;
  color: #fff;
  line-height: 1.8;
}

.univ-strength .topPost .eyecatch a {
  background-size: cover;
}


@media (max-width: 992px) {
  .univ-wrap .bgGreyLeft,
  .univ-wrap .bgGreyRight {
    background: #f8f8f8;
  }
}
@media (max-width: 767px) {
  .univ-wrap .linkBtn {
    max-width: 100%;
    padding: 10px 15px;
  }
  .univ-wrap .mv-img {
    height: 280px;
  }
  .univ-wrap #mv .mv-txt {
    border-top: 5px solid #ffea28;
  }
  .univ-wrap #mv .mv-txt h3 {
    font-size: 18px;
    margin-top: .4em;
  }
  .univ-wrap .bgGreyLeft,
  .univ-wrap .bgGreyRight {
    background: #f8f8f8;
  }
  .univ-wrap .description {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  .univ-block {
    padding: 30px 20px;
  }
  .univ-block__tit {
    margin: 0 0 20px;
  }
  .univ-block__tit b {
    font-size: 20px;
    padding: 0 20px 10px;
    border-bottom: 3px solid #ffea29;
    letter-spacing: 3px;
  }
  .univ-block__tit2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .univ-block__desc {
    margin: 0 0 20px;
  }
  .univ-tbl {
    margin: 0 0 20px;
  }
  .cps-box {
    display: block;
  }
  .cps-box__head {
    width: 100%;
    padding: 8px 10px;
    border: none;
    font-size: 14px;
  }
  .cps-box__body {
    width: 100%;
  }
  .univ-tbl dl {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    font-size: 12px;
  }
  .univ-tbl dl dt,
  .univ-tbl dl dd {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
  }

  .univ-related {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 20px 10px 10px;
  }
  .univ-related__tit {
    font-size: 16px;
    padding: 0 10px;
  }
  .univ-related__list a {
    font-size: 12px;
  }

  .univ-tab {
    justify-content: space-between;
  }
  .univ-tab .tab_item {
    font-size: 12px;
    line-height: 2.8;
    width: 49.5%;
    margin: 0;
  }
  .univ-tab .tab_item:hover,
  .univ-tab .tab_item.active {
    border-width: 3px;
  }
  .dct-box__head__tit {
    padding: 10px;
    width: 40%;
    font-size: 14px;
  }
  .dct-box__head__num {
    width: 50%;
    font-size: 14px;
  }
  .dct-box__head i{
    padding: 0 10px;
    font-size: 12px;
  }
  .dct-box__tbl {
    padding: 0;
    overflow-x: scroll;
    margin: 0 10px 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dct-box__tbl::-webkit-scrollbar {
    display:none;
  }

  .dct-box__tbl table {
    width: 100%;
  }
  .dct-box__tbl th {
    padding: 5px;
    white-space: nowrap;
    font-size: 12px;
  }
  .dct-box__tbl td {
    white-space: nowrap;
    font-size: 12px;
  }
  .trd-box__tbl {
    display: block;
    margin: 0 0 20px;
  }
  .univ-wrap .c-posts-list--5__item {
    padding: 0 5px;
  }
  .univ-price {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  .prc-box__tbl {
    display: block;
    margin: 0;
  }
  .prc-box__tbl td {
    white-space: normal;
    line-height: 1.4;
    vertical-align: middle;
  }
  .univ-caution {
    margin: 15px 0;
    font-size: 12px;
  }
  .univ-exlink {
    text-align: left;
    font-size: 12px;
  }
  .univ-related-other {
    text-align: center;
    padding: 20px 0 40px;
  }
  .univ-related-other .univ-related__list {
    padding: 0 20px;
  }
  .univ-strength {
    padding: 40px 0;
  }
  .univ-strength__tit {
    letter-spacing: 4px;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .univ-strength__desc {
    margin: 0 0 30px;
    font-size: 14px;
    text-align: left;
  }
  .univ-strength__point {
    flex-direction: column;
    margin: 0 0 30px;
  }
  .univ-strength__point__box {
    width: 100%;
    padding: 0 15px;
    height: 80px;
  }
  .univ-strength__point__box img {
    width: 40px;
  }
  .univ-strength__point__box__txt {
    /*width: calc(100% - 50px);*/
    width: 100%;
  }
  .univ-strength__point__box__txt span {
    font-size: 12px;
  }
  .univ-strength__point__box__txt b {
    font-size: 20px;
    margin: 7px 0 0;
  }
  .univ-strength__point__x img {
    width: 20px;
    margin: 10px 0;
  }
  .univ-strength__desc2 {
    letter-spacing: 4px;
    font-size: 18px;
    margin: 0 0 50px;
  }
  .univ-strength__tit2 {
    font-size: 16px;
  }
  .univ-strength__desc3 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1.4;
    margin: 20px 0 0;
  }
  .univ-strength .c-posts-list {
    margin: 10px 0 0;
    padding: 0;
  }
  .univ-strength .topPost {
    margin: 0;
  }
  .univ-strength .topPost .postBlock {
    padding: 15px;
    height: auto;
  }
}



/*------------------------------------------------------------
	winter2020
------------------------------------------------------------*/
.winter2020 {
	min-width: 1140px;
}
.winter2020 .bgGreyCenter {
	padding-bottom: 50px;
}
.winter2020 p {
	color: #0a0a0a;
}
.winterMargin {
	margin-top: 120px;
	margin-bottom: 120px;
}
#grade1-2 .winterMargin {
	margin-top: 0;
}
#inner-content .winter2020 .visual {
	background-image: url(../img/winter2020/visual.jpg);
}
#inner-content .winter2020 .visual h1 span {
	font-size: 50px;
	letter-spacing: 10px;
}
.winter2020 .visual-btn {
	display: flex;
	margin: 20px 0 0;
}
.winter2020 .visual-btn li {
	margin: 0 20px 0 0;
}
.winter2020 .visual-btn a {
    padding: 20px 40px;
    background: #E60564;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    border: none;
    border-radius: 100px;
    min-width: 300px;
    display: inline-block;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
	box-shadow: 0px 7px 7px rgba(88,88,88,.3);
}
.visual-btn a:hover {
	background: #fff;
	color: #E60564;
}
.winter2020 .visual-btn__sp {
	display: none;
}
@media (max-width: 992px) {
	.winter2020 .linkBtn {
		padding: 20px 40px;
		font-size: 16px;
		letter-spacing: 5px;
		min-width: 300px;
		max-width: inherit;
	}
	.winter2020 .bgGreyRight,
	.winter2020 .bgGreyLeft,
	.winter2020 .bgGreyCenter{
    	background: #f8f8f8;
	}
}
@media (max-width: 767px) {
	.winter2020 {
		min-width: auto;
	}
	.winter2020 .bgGreyCenter.service-anchorNav {
		margin: 0 5% 30px;
	}
	.winter2020 .bgGreyRight,
	.winter2020 .bgGreyLeft,
	.winter2020 .bgGreyCenter{
		padding: 25px 5%;
	}
	.winterMargin {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#inner-content .winter2020 .visual h1 span {
		letter-spacing: .15em;
	}
	.winter2020 .visual .visual-btn {
		display: none;
	}
	.winter2020 .visual-btn__sp {
		display: block;
		padding: 0 5% 10px;
	}
	.winter2020 .visual-btn li {
		margin: 0 0 10px 0;
		text-align: center;
	}
	.winter2020 .visual-btn a {
		font-size: 15px;
		padding: 15px;
		letter-spacing: .2em;
		text-indent: .2em;
		min-width: 90%;
		display: inline-block;
		text-align: center;
		box-shadow: 0px 7px 7px rgba(88,88,88,.15);
	}
}



.winter2020 .aboutPassStrategyList {
	max-width: 1430px;
}
.winter2020 .aboutPassStrategyList li .txt-wrap {
	padding: 5% 10%;
}
.winter2020 .aboutPassStrategyList li:nth-of-type(2) {
	margin-top: 0;
}
.winter2020 .aboutPassStrategyList li:nth-of-type(2) .txt-wrap {
	text-align: right;
}

.winter2020 .intro-btn {
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}
.winter2020 .intro-btn li {
	margin: 0 20px;
}
.winter2020 .heading3 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #007db9;
	margin: 2em 0;
	line-height: 1.2;
	margin-bottom: 1em;
}
.winter2020 .heading4 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .3em;
	text-indent: .3em;
	color: #007db9;
	margin: 0 0 30px;
	line-height: 1.2;
}
#inner-content .winter2020 .contactdescription p {
	font-size: 22px;
}
.winter-wrap {
	max-width: 1140px;
	margin: 0 auto 80px;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.winter2020 .aboutPassStrategy {
		padding: 40px 5%;
	}
	.winter2020 .aboutPassStrategyList li .txt-wrap {
		padding: 15px 0;
	}
	.winter2020 .aboutPassStrategyList li:nth-of-type(2) .txt-wrap {
		text-align: left;
	}
	.winter2020 .aboutPassStrategyList li .txt .txt-wrap p {
		font-size: 12px;
		line-height: 1.9;
		letter-spacing: .3em;
	}
	.winter2020 .intro-btn {
		margin: 10px 0 0;
		justify-content: space-between;
	}
	.winter2020 .intro-btn li {
		margin: 0;
		width: 48%;
	}
	.winter2020 .intro-btn li .linkBtn {
		font-size: 10px;
		min-width: inherit;
		letter-spacing: .15em;
		padding: 15px 0;
		width: 100%;
	}
	.winter2020 .heading3 {
		font-size: 15px;
		margin: 25px 0 15px;
	}
	.winter2020 .heading4 {
		font-size: 13px;
		margin: 0 0 15px;
	}
	#inner-content .winter2020 .contactdescription p {
		font-size: 12px;
		text-align: center;
	}
	.winter-wrap {
		margin: 0 auto 30px;
		padding: 0;
	}
}


.winterTable {
	width: 80%;
	margin: 0 auto;
}
.winterTable th {
	width: 22%;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	background-color: #007db9;
	text-align: center;
	padding: 20px 40px;
	letter-spacing: .3em;
	font-weight: 700;
	border-top: 1px solid #57add6;
	vertical-align: middle;
}
.winterTable td {
	line-height: 1.6;
	font-size: 16px;
	padding: 20px 40px;
	font-weight: bold;
	background-color: #fff;
	letter-spacing: .3em;
}
.winterTable td span.fwN {
	  font-weight: 500;
}
.winterTable td span.fsS {
	  font-size: .8em;
}
.winterTable tbody tr:nth-child(2n) td {
	  background-color: #eeeeee;
}
#grade1-2 .winterTable tbody td .blue {
	font-size: 20px;
}
@media (max-width: 767px) {
	.winterTable {
		width: 100%;
		display: block;
	}
	.winterTable tbody,
	.winterTable tr,
	.winterTable th,
	.winterTable td,
	.winterTable th {
		display: block;
		width: 100%;
	}
	.winterTable th {
		font-size: 12px;
		padding: 13px 20px;
		text-align: left;
	}
	.winterTable td {
		font-size: 12px;
		padding: 13px 20px;
		letter-spacing: .2em;
	}
	.winterTable td span.fsS {
		  font-size: .8em;
	}
	.winterTable tbody tr:nth-child(2n) td {
		  background-color: #fff;
	}
	#grade1-2 .winterTable tbody td .blue {
		font-size: 14px;
	}
}


.com-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.com-tab .tab_item {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 0 2px 0 0;
	background-color: #007db9;
	color: #fff;
	text-align: center;
	transition: .3s ease;
	padding: 20px 0 30px;
	position: relative;
}
.com-tab .tab_item i {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	font-size: .6em;
}
.com-tab .tab_item:last-of-type {
	margin: 0;
}
.com-tab .tab_item:hover,
.com-tab .tab_item.active {
	background-color: #fff;
	color: #007db9;
}
.com-tab .tab_item:hover span,
.com-tab .tab_item.active span {
	background: linear-gradient(transparent 65%, #FFEA29 65%, #FFEA29 85%,transparent 85%);
	transition: all .3s;
}
.tabWrap {
	height: 80px;
}
.winter-tab01 .tab_item {
	width: calc(50% - 1px);
	height: 80px;
}
.winter-tab01.fixed {
	position: fixed;
	background: #f8f8f8;
	left: 50%;
	width: 1100px;
	transform: translate(-50%,0);
	z-index: 10;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

@media (max-width: 767px) {
	.com-tab .tab_item {
		font-size: 14px;
		letter-spacing: .15em;
		padding: 10px 0 15px;
	}
	.com-tab .tab_item i {
		bottom: 3px;
	}
	.tabWrap {
		height: 40px;
	}
	.winter-tab01 .tab_item {
		height: 40px;
	}
	.winter-tab01.fixed {
	width: 100%;
	}
}


.com-tabblock .tab_content {
	display: none;
	-webkit-animation: fadeIn 0.7s ease-in-out;
	-moz-animation: fadeIn 0.7s ease-in-out;
	animation: fadeIn 0.7s ease-in-out;
	background: #fff;
	padding: 60px;
}
.com-tabblock .tab_content.show {
	display: block;
}
.com-tabblock .c-title--1 {
	margin-top: 0;
}
@media (max-width: 767px) {
	.com-tabblock .tab_content {
		padding: 20px;
	}
}

.winter-point {
	margin: 40px 0 30px;
	display: flex;
	justify-content: space-between;
}
.winter-point-item {
	width: calc((100% - 60px) / 3 );
	border: 4px solid #007db9;
	padding: 45px 30px 30px;
	text-align: center;
	font-size: 18px;
	letter-spacing: .2em;
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.winter-point-item p {
	line-height: 1.9;
}
.winter-point-item strong {
	position: absolute;
	color: #007db9;
	font-size: 16px;
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 1;
	padding: 10px 30px;
	display: block;
	top: -14px;
	left: 50%;
	transform: translate(-50%,0);
	background: #ffea29;
}
@media (max-width: 767px) {
	.winter-point {
		margin: 20px 0 15px;
		flex-wrap: wrap;
	}
	.winter-point-item {
		width: 100%;
		border: 2px solid #007db9;
		padding: 20px 30px 15px;
		font-size: 12px;
		margin: 0 0 20px;
	}
	.winter-point-item:last-of-type {
		margin: 0;
	}

	.winter-point-item p {
		line-height: 1.7;
	}
	.winter-point-item strong {
		font-size: 11px;
		padding: 5px 20px;
		top: -10px;
	}
}

.taisaku-intro {
	background: #007db9;
	padding: 50px 0 50px 60px;
	position: relative;
}
.taisaku-intro-tit {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: .3em;
	width: calc(100% - 384px);
	color: #fff;
}
.taisaku-intro-tit strong {
	color: #ffea29;
}
.taisaku-intro-school {
	display: flex;
	width: calc(100% - 364px);
	flex-wrap: wrap;
}
.taisaku-intro-school li {
	width: 115px;
	height: 72px;
	margin: 20px 20px 0 0;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}
.taisaku-intro-school li strong {
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #007db9;
	margin: 0 0 8px;
}
.taisaku-intro-school li::after {
	content: '対策講座';
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .15em;
	font-weight: bold;
}
.taisaku-intro-img {
	width: 354px;
	position: absolute;
	top: 50px;
	right: 0;
}
@media (max-width: 767px) {
	.taisaku-intro {
		padding: 15px;
	}
	.taisaku-intro-tit {
		font-size: 12px;
		width: calc(100% - 110px);
		letter-spacing: .15em;
	}
	.taisaku-intro-tit strong {
		color: #ffea29;
	}
	.taisaku-intro-school {
		width: 100%;
		justify-content: space-between;
	}
	.taisaku-intro-school li {
		width: calc((100% - 20px) / 3);
		height: auto;
		margin: 10px 0 0 0;
		padding: 10px 0;
	}
	.taisaku-intro-school li strong {
		font-size: 12px;
		margin: 0 0 4px;
	}
	.taisaku-intro-school li::after {
		font-size: 10px;
	}
	.taisaku-intro-img {
		width: 120px;
		top: 0;
	}
}

.taisaku-voice {
	border: 4px solid #007db9;
	padding: 50px;
	text-align: center;
	position: relative;
	margin: 80px 0 40px;
}

.taisaku-voice strong {
	position: absolute;
	color: #007db9;
	font-size: 14px;
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 1;
	padding: 15px 20px;
	display: block;
	top: -14px;
	left: 50%;
	transform: translate(-50%,0);
	background: #ffea29;
}
@media (max-width: 767px) {
	.taisaku-voice {
		border: 2px solid #007db9;
		padding: 15px 15px 10px;
		margin: 25px 0 20px;
	}

	.taisaku-voice strong {
		font-size: 10px;
		padding: 8px 10px;
		top: -12px;
	}
}

.title-dot {
	text-align: center;
	font-size: 26px;
	letter-spacing: .3em;
	font-weight: bold;
	line-height: 2;
	margin: 0 0 60px;
}

.title-dot .dotTxt {
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	-o-font-feature-settings: normal;
	font-feature-settings: normal;
	letter-spacing: .2em;
	padding-top: .45em;
	background-position: top left -4px;
	background-repeat: repeat-x;
	background-size: 1.2em .3em;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#007db9),color-stop(0.5,#007db9),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, .1em .1em, #007db9, #007db9 95%, transparent 95%, transparent);
	background-image: radial-gradient(.1em .1em at center center, #007db9, #007db9 95%, transparent);
	font-size: 36px;
}
@media (max-width: 767px) {
	.title-dot {
		font-size: 12px;
		line-height: 2;
		margin: 0 0 25px;
		letter-spacing: .15em;
	}

	.title-dot .dotTxt {
		padding-top: .3em;
		background-position: top left -2px;
		font-size: 17px;
	}
}


.winter-teacher {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 95px 0 0;
}
.winter-teacher::after {
	content: "";
	width: calc((100% - 100px) / 3);
}
.winter-teacher li {
	width: calc((100% - 100px) / 3);
	position: relative;
	margin: 0 0 80px;
	padding: 0 0 25px;
	background: #007db9;
}
.winter-teacher li.pc-hide {
	display: none;
}
.winter-teacher-img img {
	position: relative;
	top: -45px;
	left: -10px;
	width: 100%;
}
.winter-teacher-name {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: .3em;
	margin: -30px 0 20px 0;
	padding: 0 25px;
	text-align: center;
	color: #ffea29;
}
.winter-teacher-link {
	padding: 0 25px;
	text-align: center;
}
.winter-teacher-link .whiteBtn {
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5em;
	width: 100%;
	min-width: inherit;
}
.winter-teacher-link .whiteBtn i {
	margin: 0 .3em 0 0;
}
.winter-teacher-link a.whiteBtn:hover {
	background: #c4e1ef;
	color: #007db9;
}

.winter-teacher-more {
	text-align: center;
	margin: -40px 0 0;
}
.winter-teacher-more .linkBtn {
	position: relative;
	line-height: 1;
}
.winter-teacher-more .linkBtn i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
}
.winter-teacher-more .linkBtn::before {
	content: 'もっと見る';
}
.winter-teacher-more .linkBtn.disp::before {
	content: '閉じる';
}
@media (max-width: 767px) {
	.winter-teacher {
		margin: 45px 0 0;
	}
	.winter-teacher::after {
		display: none;
	}
	.winter-teacher li {
		width: calc((100% - 20px) / 2);
		margin: 0 0 40px;
		padding: 0 0 15px;
	}
	.winter-teacher li.pc-hide {
		display: block;
	}
	.winter-teacher li.sp-hide {
		display: none;
	}
	.winter-teacher-img img {
		position: relative;
		top: -25px;
		left: -5px;
	}
	.winter-teacher-name {
		font-size: 12px;
		margin: -10px 0 10px 0;
		padding: 0 10px;
	}
	.winter-teacher-link {
		padding: 0 10px;
	}
	.winter-teacher-link .whiteBtn {
		font-size: 10px;
		letter-spacing: .3em;
		background: #fff;
		color: #007db9;
		padding: 6px 0;
	}
	.winter-teacher-more {
		margin: -20px 0 0;
	}
	.winter-teacher-more .linkBtn {
		min-width: inherit;
		padding: 18px 40px;
		font-size: 14px;
	}
	.winter-teacher-more .linkBtn i {
		right: 15px;
	}

}


.senryaku-intro {
	background: #007db9;
	padding: 50px 60px 40px 60px;
}
.senryaku-intro-tit {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: .3em;
	color: #fff;
	text-align: center;
}
.senryaku-intro-tit strong {
	color: #ffea29;
}
.senryaku-intro-box {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.senryaku-intro-box li {
	width: calc(50% - 15px);
	color: #007db9;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	padding: 30px;
	letter-spacing: .3em;
	background: #fff;
}
.senryaku-intro-txt {
	color: #fff;
	letter-spacing: .3em;
	text-indent: -1em;
	padding: 0 0 0 1.3em;
	line-height: 2;
	font-weight: bold;
}
@media (max-width: 767px) {
	.senryaku-intro {
		padding: 20px 15px 15px;
	}
	.senryaku-intro-tit {
		font-size: 14px;
	}
	.senryaku-intro-box {
		margin: 10px 0 0;
		display: block;
	}
	.senryaku-intro-box li {
		width: 100%;
		font-size: 12px;
		line-height: 1.6;
		padding: 20px;
		margin: 0 0 10px;
	}
	.senryaku-intro-txt {
		color: #fff;
		letter-spacing: .3em;
		text-indent: -1em;
		padding: 0 0 0 1.3em;
		line-height: 1.5;
		font-size: 10px;
	}
}

.senryaku-voice {
	margin: 50px 0 0;
	padding: 0 50px 40px;
	background: linear-gradient(transparent 0%, transparent 50%, #007db9 50%, #007db9 100%);
}
.senryaku-voice .winter-point-item {
	width: calc((100% - 50px) / 3 );
	background: #fff;
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	letter-spacing: .3em;
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;
	min-height: 168px;
}
.senryaku-voice .winter-point-item p {
	line-height: 1.5;
	color: #007db9;
}
.senryaku-voice .winter-point-item strong {
	font-size: 12px;
	padding: 14px 13px;
	left: 20px;
	transform: none;
}
.senryaku-voice .winter-point-item__img {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.senryaku-voice {
		margin: 20px 0 0;
		padding: 0 10px 20px;
		background: linear-gradient(transparent 0%, transparent 10%, #007db9 10%, #007db9 100%);
		display: block;
	}
	.senryaku-voice .winter-point-item {
		width: 100%;
		padding: 0 15x;
		font-size: 12px;
		min-height: 60px;
	}
	.senryaku-voice .winter-point-item p br {
		display: none;
	}
	.senryaku-voice .winter-point-item strong {
		font-size: 10px;
		padding: 5px 10px;
		left: 15px;
	}
	.senryaku-voice .winter-point-item__img {
		right: 5px;
		width: 56px;
	}
}

.senryaku-seat {
	background: #f8f8f8;
	padding: 40px 70px;
	position: relative;
}
.senryaku-seat::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	border-style: solid;
	border-width: 18px 17.5px 0 17.5px;
	border-color: #007eb9 transparent transparent transparent;
}
.senryaku-seat .title-dot {
	margin: 0 0 40px;
}
.senryaku-seat-txt {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .3em;
	color: #007db9;
	padding: 35px 0 30px;
	background: url(../img/winter2020/senryaku_bg01.png) no-repeat center top;
	text-align: center;
}
.senryaku-seat-img {
	text-align: center;
}
@media (max-width: 767px) {
	.senryaku-seat {
		padding:20px;
	}
	.senryaku-seat::after {
		border-width: 9px 8px 0 8px;
	}
	.senryaku-seat .title-dot {
		margin: 0 0 15px;
	}
	.senryaku-seat-txt {
		font-size: 12px;
		padding: 15px 0 12px;
		background-size: 405px;
		letter-spacing: .15em;
	}
	.senryaku-seat-img {
		text-align: center;
	}
	.senryaku-seat-img img {
		max-width: 80%;
	}
}

.senryaku-media {
	margin: 50px 0 0;
}
.senryaku-media-txt {
	text-align: center;
	font-size: 26px;
	margin: 0 0 30px;
	font-weight: bold;
	color: #007eb9;
	letter-spacing: .3em;
}
.senryaku-media-txt .ymarker {
	font-size: 31px;
}
.senryaku-media-img {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.senryaku-media {
		margin: 15px 0 0;
	}
	.senryaku-media-txt {
		text-align: center;
		font-size: 13px;
		margin: 0 0 15px;
		line-height: 1.5;
	}
	.senryaku-media-txt .ymarker {
		font-size: 15px;
	}
	.senryaku-media-img {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.senryaku-media-img img {
		width: calc((100% - 15px) / 2 );
		height: auto;
	}
}

.winter-cta {
	margin: 50px 0 70px;
	text-align: center;
}
.ctaBtn {
    padding: 20px 40px;
    background: #E60564;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    border: none;
    border-radius: 100px;
    min-width: 300px;
    display: inline-block;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
	box-shadow: 0px 7px 7px rgba(88,88,88,.3);
	margin: 0 0 25px;
}
.ctaBtn:hover {
	background: #fff;
	color: #E60564;
}
.linkCaution {
	text-decoration: underline;
	letter-spacing: .3em;
	font-weight: bold;
}
@media (max-width: 767px) {
	.winter-cta {
		margin: 25px 0 25px;
	}
	.ctaBtn {
		padding: 15px 20px;
		font-size: 16px;
		letter-spacing: .2em;
		text-indent: .2em;
		min-width: inherit;
		max-width: 100%;
		margin: 0 0 10px;
	}
	.linkCaution {
		font-size: 10px;
	}
}

.winter-voice {
	display: flex;
	justify-content: space-between;
}
.winter-voice li {
	width: calc( (100% - 24px) / 2 );
}
.winter-voice li:first-of-type img:not(:last-child) {
	margin-bottom: 10px;
}
.winter-voice li:last-of-type {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.winter-voice-more {
  display: none;
}
@media (max-width: 767px) {
	.winter-voice {
		display: block;
	}
	.winter-voice li {
		width: 100%;
	}
	.winter-voice li img {
		margin-bottom: 6px;
	}
	.winter-voice li:last-of-type {
		display: block;
	}
	.winter-voice .sp-hide {
		display: none;
	}


	.winter-voice-more {
		text-align: center;
		margin: 10px 0 0;
		display: block;
	}
	.winter-voice-more .linkBtn {
		position: relative;
		line-height: 1;
		min-width: inherit;
		padding: 18px 40px;
		font-size: 14px;
	}
	.winter-voice-more .linkBtn i {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}
	.winter-voice-more .linkBtn::before {
		content: 'もっと見る';
	}
	.winter-voice-more .linkBtn.disp::before {
		content: '閉じる';
	}

}


.winter-tab02 .tab_item {
	width: calc((100% - 14px) / 8);
	font-size: 16px;
	letter-spacing: .1em;
	padding: 20px 0 30px;
}
.winter-tab02 .tab_item i {
	bottom: 15px;
	font-size: .8em;
}
.winter-price-img {
	text-align: center;
}
.winter-price-img img {
	width: 410px;
}
.aco_item {
	display: none;
}
@media (max-width: 767px) {
	.winter-tab02 {
		display: none;
	}
	.aco_item {
		display: block;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
		background: #007db9;
		color: #fff;
		margin: 1px 0 0;
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.aco_item:hover {
		color: #fff;
	}
	.aco_item span {
		display: block;
	}
}


.senryaku-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #007db9;
	font-weight: bold;
	margin: 40px 0 0;
}
.senryaku-price-title {
	white-space: nowrap;
	font-size: 29px;
	text-align: center;
	letter-spacing: .3em;
	line-height: 1.4;
}
.senryaku-price-detail {
	width: 410px;
	border: 4px solid #eeeeee;
	background: #fff;
	text-align: center;
	padding: 30px 0 25px;
	line-height: 1;
}
.senryaku-price-detail strong {
	font-size: 16px;
	letter-spacing: .15em;
	display: inline-block;
	margin: 0 0 5px;
}
.senryaku-price-detail p {
	display: inline-block;
	font-size: 30px;
	letter-spacing: .15em;
	color: #007db9;
}
.senryaku-price-detail p span {
	font-size: .6em;
}
@media (max-width: 767px) {
	.senryaku-price {
		display: block;
		margin: 25px 0 0;
	}
	.senryaku-price-title {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.senryaku-price-detail {
		width: 100%;
		border: 2px solid #eeeeee;
		padding: 12px 10px 5px;
		margin: 6px 0 0;
	}
	.senryaku-price-detail strong {
		font-size: 11px;
		margin: 0;
		display: block;
	}
	.senryaku-price-detail p {
		font-size: 15px;
	}
	.senryaku-price-detail p span {
		font-size: .6em;
	}
}


.winter-flow {
	background: linear-gradient(90deg, transparent 0%, transparent 49.5%, #006393 49.5%, #006393 50.5%, transparent 50.5%);
	width: 80%;
	margin: 0 auto;
}
.winter-flow li {
	background: #007db9;
	padding: 30px 70px 30px 90px;
	position: relative;
	display: flex;
	margin: 0 0 30px;
	align-items: center;
}
.winter-flow-step {
	display: block;
	background: #ffea29;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 16px;
	color: #007db9;
	position: absolute;
	top: 10px;
	left: 0;
	transform: rotate(90deg);
	letter-spacing: .15em;
	line-height: 1;
}
.winter-flow-icon {
	width: 130px;
	flex: 0 0 auto;
	margin: 0 30px 0 0;
}
.winter-flow-txt {

}
.winter-flow-txt h4 {
	font-weight: bold;
	color: #ffea29;
	font-size: 26px;
	letter-spacing: .15em;
	margin: 0 0 20px;
}
.winter-flow-txt p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	letter-spacing: .15em;
}
.winter-flow-txt p strong {
	color: #ffea29;
}
.winter-flow-txt p a {
	color: #fff;
	text-decoration: underline;
}
.winter-flow-txt p a:hover {
	color: #ffea29;
}
@media (max-width: 767px) {
	.winter-flow {
		background: linear-gradient(90deg, transparent 0%, transparent 49%, #006393 49%, #006393 51%, transparent 51%);
		width: 100%;
	}
	.winter-flow li {
		padding: 15px 20px;
		margin: 0 0 15px;
		display: block;
	}
	.winter-flow-step {
		padding: 8px;
		font-size: 10px;
		top: 10px;
		left: -5px;
	}
	.winter-flow-icon {
		width: 40px;
		margin: 0 0 10px 30px;
	}
	.winter-flow-txt {

	}
	.winter-flow-txt h4 {
		font-size: 14px;
		position: absolute;
		top: 27px;
		left: 100px;
	}
	.winter-flow-txt p {
		font-size: 11px;
	}
}


.winter-tab03 .tab_item {
	width: calc((100% - 4px) / 3);
	font-size: 22px;
	letter-spacing: .1em;
	padding: 20px 0 30px;
}
.winter-tab03 .tab_item i {
	bottom: 15px;
	font-size: .8em;
}
@media (max-width: 767px) {
	.winter-tab03 {
		display: none;
	}
}

.winter-service-box {
	background: #007db9;
	padding: 50px 0 50px 60px;
	position: relative;
}
.winter-service-box strong {
	color: #ffea29;
}
.winter-service-tit {
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .3em;
	width: calc(100% - 497px);
	color: #fff;
	margin: 0 0 20px;
	font-size: 17px;
}
.winter-service-tit strong {
	font-size: 26px;
}
.winter-service-tit span {
	font-size: 13px;
}

p.winter-service-txt {
	letter-spacing: .3em;
	color: #fff;
	width: calc(100% - 497px);
	font-weight: bold;
	line-height: 1.86;
	font-size: 14px;
}
.winter-service-img {
	width: 457px;
	position: absolute;
	top: 50px;
	right: 0;
}
@media (max-width: 767px) {

	.winter-tabblock03 .tab_content {
		padding: 25px 20px 20px;
	}
	.winter-service-box {
		padding: 0 25px 25px;
		display: flex;
		flex-direction: column;
	}
	.winter-service-tit {
		line-height: 2;
		width: 100%;
		margin: 0 0 10px;
		font-size: 10px;
		text-align: center;
	}
	.winter-service-tit strong {
		font-size: 14px;
	}
	.winter-service-tit span {
		font-size: 8px;
	}

	p.winter-service-txt {
		width: 100%;
		line-height: 1.8;
		font-size: 10px;
	}
	.winter-service-img {
		width: 100%;
		position: relative;
		top: auto;
		margin: -15px 0 15px;
		order: -1;
	}
}


.winter-service-box2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.winter-service-box2 p.winter-service-txt {
	color: #0a0a0a;
	width: calc(100% - 421px);
	letter-spacing: .1em;
	font-size: 16px;
	line-height: 1.75;
}
.winter-service-box2 .winter-service-img {
	position: static;
	width: 371px;
}
@media (max-width: 767px) {
	.winter-service-box2 {
		display: block;
	}
	.winter-service-box2 p.winter-service-txt {
		width: 100%;
		font-size: 11px;
		line-height: 1.9;
	}
	.winter-service-box2 .winter-service-img {
		width: 100%;
		margin: 0 0 15px;
	}
}


.winter-faq-box {
	margin-bottom: 0;
}
.winter-faq-box h3.heading3 {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.winter-faq-box dl {
	border-bottom: 1px solid #007db9;
	margin: 0 auto 70px;
	width: 80%;
}
.winter-faq-box dl:last-child {
	margin-bottom: 0;
}
.winter-faq-box dt {
	border-top: 3px solid #007db9;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .3em;
	color: #007db9;
	padding: 30px 50px;
	position: relative;
	cursor: pointer;
}
.winter-faq-box dt::before {
	content: 'Q';
	display: block;
	background: #007db9;
	font-size: 14px;
	color: #fff;
	width: 34px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 50%;
}
.winter-faq-box dt::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 12px;
}
.winter-faq-box dt.active::after {
	content: "\f077";
}
.winter-faq-box dd {
	border-top: 1px solid #007db9;
	background: #fff;
	padding: 40px 50px;
	letter-spacing: .3em;
	font-weight: bold;
	line-height: 1.8;
	display: none;
}
@media (max-width: 767px) {
	.winter-faq-box h3.heading3 {
		width: 100%;
		font-size: 14px;
	}
	.winter-faq-box dl {
		margin: 0 auto 30px;
		width: 100%;
	}
	.winter-faq-box dt {
		border-top: 2px solid #007db9;
		font-size: 13px;
		letter-spacing: .15em;
		padding: 15px 30px;
	}
	.winter-faq-box dt::before {
		font-size: 10px;
		width: 24px;
		line-height: 24px;
	}
	.winter-faq-box dt::after {
		right: 5px;
		font-size: 10px;
	}
	.winter-faq-box dd {
		padding: 15px;
		line-height: 1.6;
		font-size: 12px;
	}
}


.winter-cta2 {
	margin: 70px auto;
	width: 940px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.winter-cta2 li {
	width: 48%;
}
.winter-cta2 .ctaBtn {
    min-width: 100%;
}
@media (max-width: 767px) {
	.winter-cta2 {
		margin: 20px auto;
		padding: 0 5%;
		width: 100%;
		display: block;
	}
	.winter-cta2 li {
		width: 100%;
	}
	.winter-cta2 li:first-child {
		margin: 0 0 15px;
	}
}


.winter-caution {
	letter-spacing: .15em;
	padding: 60px 80px 80px;
	background: #f8f8f8;
	max-width: 1260px;
	width: 90%;
	margin: 0 auto;
}
.winter-caution h2 {
	color: #007db9;
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: bold;
	text-align: center;
}
.winter-caution h3 {
	font-weight: bold;
}
.winter-caution ul:first-of-type {
	margin: 0 0 40px;
}
.winter-caution li {
	margin: 10px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.winter-caution {
		padding: 20px;
		width: 90%;
		margin: 0 auto;
	}
	.winter-caution h2 {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.winter-caution h3 {
		font-size: 11px;
	}
	.winter-caution ul:first-of-type {
		margin: 0 0 20px;
	}
	.winter-caution li {
		font-size: 10px;
		margin: 5px 0;
		line-height: 1.8;
	}
}


@media (min-width: 768px) {
	.u-sp-only {
		display: none;
	}
}
@media (max-width: 767px) {
	.u-pc-only {
		display: none;
	}
}

/*----------
共通バナー各ページ調整
----------*/
.comBnr {
  margin: -40px auto 80px;
  width: 1000px;
  max-width: 90%;
}
.comBnr.frontBnr {
  margin: 80px auto -40px;
}
.comBnr.sub1Bnr {
  margin: -40px auto 40px;
}
.comBnr.sub2Bnr {
  margin: -40px auto 80px;
}
.comBnr.sub3Bnr {
  margin: -40px auto 40px;
}
.comBnr.sub4Bnr {
  margin: -40px auto -100px;
}
.comBnr.sub5Bnr {
  margin: 40px auto -20px;
}
.bnrWrap1 .comBnr {
  margin: 0 auto 40px;
}
.bnrWrap2 .comBnr {
  margin: -40px auto -40px;
}
.bnrWrap3 .comBnr {
  margin: -40px auto 0px;
}
@media (min-width: 768px) {
  .comBnr a:hover img {
    opacity: .7;
  }
}
@media (max-width: 767px) {
  .comBnr {
    margin: -20px auto 40px;
  }
  .comBnr.frontBnr {
    margin: 20px auto;
  }
  .comBnr.sub1Bnr {
    margin: -5px auto 15px;
  }
  .comBnr.sub2Bnr {
    margin: -60px auto 40px;
  }
  .comBnr.sub3Bnr {
    margin: 20px auto;
  }
  .comBnr.sub4Bnr {
    margin: -5px auto -60px;
  }
  .comBnr.sub5Bnr {
    margin: 15px auto -5px;
  }
  .bnrWrap1 .comBnr {
    margin: 0px auto 20px;
  }
  .bnrWrap2 .comBnr {
    margin: -5px auto -60px;
  }
  .bnrWrap3 .comBnr {
    margin: -5px auto 15px;
  }
}

@media (min-width: 1291px) {
  .footerlogo img {
    width: 200px;
  }
}
