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

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 2s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
font-style: normal;*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #aba445;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.josefin {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  transition: all 1s;
}

.text-center {
  text-align: center !important;
}

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: mixins.$small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: mixins.$small) {
        display:none !important;
    }
}*/
a,
button {
  transition: all 1s;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

button:focus {
  outline: 0;
}

li {
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  height: auto;
  pointer-events: none;
}

img[src$=".svg"] {
  height: auto;
}

::-moz-selection {
  background: #bedcea;
}

::selection {
  background: #bedcea;
}

/* for Firefox */
::-moz-selection {
  background: #bedcea;
}

.fadeIn {
  opacity: 0;
  transition: all 2s;
}
.fadeIn.active {
  opacity: 1;
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-blur {
  position: relative;
  opacity: 0;
  filter: blur(3px);
  transition: all 2s;
}
.fadein-blur.active {
  opacity: 1;
  filter: blur(0px);
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 1s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.st10 {
  fill: #632c18;
  stroke: #632c18;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load 5s ease-in -1s;
  animation: load 5s ease-in -1s;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #231815;
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #231815;
  }
}
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  transform: translateY(-100%);
  z-index: 95;
  transition: all 1s;
}
.nav-layer.active {
  transform: translateY(0%);
}
.nav-layer .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  .nav-layer .logo {
    top: 14px;
    left: 10px;
    width: 125px;
  }
}
.nav-layer .info {
  position: absolute;
  top: 20px;
  right: 125px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info {
    top: 15px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info {
    right: 70px;
  }
}
.nav-layer .info a {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #6fa8c7;
  border-radius: 50%;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a {
    width: 68px;
    height: 68px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a {
    width: 64px;
    height: 64px;
    padding: 6px 5px;
  }
}
.nav-layer .info a.net {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net {
    margin-right: 5px;
  }
}
.nav-layer .info a.net img {
  width: 38px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net img {
    width: 34px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.net img {
    width: 33px;
  }
}
.nav-layer .info a.line {
  background-color: #59ad50;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.line {
    padding: 6px 5px;
  }
}
.nav-layer .info a.line img {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line img {
    width: 26px;
  }
}
.nav-layer .info a img {
  display: block;
  margin: 0 auto 7px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a img {
    margin: 0 auto 5px;
  }
}

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

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94%;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #9ba6a8;
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1 a {
    font-size: 11px;
  }
}

@-webkit-keyframes withAll {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes withAll {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.drawer-btn span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #aba445;
  transition: all 1s;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 1000;
  transition: all 2s;
}
@media screen and (max-width: 1180px) {
  .drawer-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .drawer-btn {
    top: 10px;
    right: 11px;
  }
}
.drawer-btn.scroll {
  display: block;
}
.drawer-btn p {
  font-size: 12px;
  font-weight: bold;
  font-family: adobe-song-std, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #aba445;
  text-align: center;
  padding-left: 1.5px;
}

.drawer-btn_inner {
  width: 46px;
  height: 18px;
  margin: auto;
}

.btn_border {
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
}

.border01 {
  margin: 12px auto 0;
}

.border02 {
  margin: 6px auto 0;
}

.current.drawer-btn {
  display: block;
}

.current .drawer-btn_inner {
  height: 36px;
}

.current.drawer-btn .border01 {
  position: absolute;
  top: 17px;
  left: 9px;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border02 {
  position: absolute;
  top: 17px;
  left: 9px;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border03 {
  width: 50%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 4%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #aba445 !important;
  border-left: 3px solid #aba445 !important;
  margin: auto;
  transform: rotateZ(-45deg);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.8;
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: -20px;
  right: 4%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #aba445 !important;
  border-right: 3px solid #aba445 !important;
  margin: auto;
  transform: rotateZ(45deg);
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 0 !important;
  margin: 20px 7px 5px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    margin: 20px 5px 5px !important;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc !important;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #aba445;
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@-webkit-keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes hyoko {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes hyoko {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.gnav {
  display: none;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  transition: all 1s;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .gnav {
    display: none;
  }
}
.gnav.scroll {
  -webkit-animation: fuwattoNone 0.8s ease-out forwards;
  animation: fuwattoNone 0.8s ease-out forwards;
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  transform: translate(0%, 0%);
  background-color: #fff;
  margin: 0 auto 0;
}
.gnav.on .gnav-inner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 615px;
  height: 482px;
  max-height: 60%;
  overflow-y: scroll;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .gnav.on .gnav-inner {
    top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner {
    height: 470px;
  }
}
.gnav.on .gnav-inner.on {
  display: block;
}
.gnav.on .gnav-inner li {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  text-align: center;
  margin-right: 6%;
}
.gnav.on .gnav-inner li:nth-child(2n) {
  margin-right: 0;
}
.gnav.on .gnav-inner li:nth-child(2) a {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.gnav.on .gnav-inner li:nth-child(3) a {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.gnav.on .gnav-inner li:nth-child(4) a {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.gnav.on .gnav-inner li:nth-child(5) a {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.gnav.on .gnav-inner li:nth-child(6) a {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.gnav.on .gnav-inner li:nth-child(7) a {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.gnav.on .gnav-inner li.contact {
  display: block;
}
.gnav.on .gnav-inner li.sns {
  display: block;
  width: 100%;
  border-top: 1px solid #aba445;
  padding-top: 10px;
  margin-top: 30px;
  margin-right: 0;
}
.gnav.on .gnav-inner li.sns a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li.sns a {
    margin-right: 9%;
  }
}
.gnav.on .gnav-inner li.sns a:last-child {
  margin-right: 0;
}
.gnav.on .gnav-inner li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #aba445;
  padding: 18px 0.5em 12px;
  transform: translateY(100%);
  -webkit-animation: hyoko 0.5s ease-in 0s forwards;
          animation: hyoko 0.5s ease-in 0s forwards;
}
@media screen and (max-height: 800px) {
  .gnav.on .gnav-inner li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li a {
    font-size: 15px;
  }
}
.gnav.on .gnav-inner li a:before {
  content: "";
  background-color: #aba445;
}
.gnav.on .gnav-inner li a span {
  display: block;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li a span {
    font-size: 13px;
  }
}
.gnav .gnav-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner {
    text-align: left;
  }
}
.gnav .gnav-inner li.contact {
  display: none;
}
.gnav .gnav-inner li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #aba445;
  padding: 16px 0.5em 8px;
  z-index: 1;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  .gnav .gnav-inner li a {
    font-size: 15px;
  }
}
@media screen and (max-height: 750px) {
  .gnav .gnav-inner li a {
    font-size: 14px;
    padding: 15px 1em;
  }
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.gnav .gnav-inner li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #aba445;
  margin: auto;
  z-index: -1;
  transition: all 1s;
}
.gnav .gnav-inner li a:hover:before {
  width: 100%;
}
.gnav .gnav-inner li a.drawer {
  display: none;
}
.gnav .gnav-inner li a span {
  display: none;
  font-size: 15px;
  font-weight: 700;
  color: #aba445;
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner li a .pc {
    display: none;
  }
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  background-color: #99a5a6;
  border: 2px solid #99a5a6;
  padding: 20px 0.3em 20px 1em;
  margin: 60px auto;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  color: #99a5a6;
  background-color: #fff;
}
.btn:hover:before {
  background: url("../img/arrow_ic_gry.svg") no-repeat center center;
}
.btn:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 15px;
  width: 49px;
  height: 12px;
  background: url("../img/arrow_ic.svg") no-repeat center center;
  margin: auto;
  transition: all 1s;
}
.btn.ylw {
  background-color: #a7a045;
  border: 2px solid #a7a045;
}
.btn.ylw:hover {
  color: #a7a045;
  background-color: #fff;
}
.btn.ylw:hover:before {
  background: url("../img/arrow_ic_ylw.svg") no-repeat center center;
}
.btn.ylw:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 15px;
  width: 49px;
  height: 12px;
  background: url("../img/arrow_ic.svg") no-repeat center center;
  margin: auto;
  transition: all 1s;
}
.btn.mrg {
  background-color: #c0b788;
  border: 2px solid #c0b788;
}
.btn.mrg:hover {
  color: #a7a045;
  background-color: #fff;
}
.btn.mrg:hover:before {
  background: url("../img/arrow_ic_ylw.svg") no-repeat center center;
}
.btn.mrg:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 15px;
  width: 49px;
  height: 12px;
  background: url("../img/arrow_ic.svg") no-repeat center center;
  margin: auto;
  transition: all 1s;
}

.d-btn {
  position: relative;
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #aba445;
  padding-right: 45px;
  margin: 0 0 0 auto;
}
.d-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  width: 41px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto;
  transition: all 1s;
}
.d-btn:hover::before {
  right: -8px;
}

.fuwa {
  opacity: 0;
}
.fuwa.active {
  -webkit-animation: fuwattoBlock 1s ease-out forwards;
  animation: fuwattoBlock 1s ease-out forwards;
}

.img-col {
  position: relative;
  overflow: hidden;
}
.img-col.active:before {
  right: -100%;
}
.img-col.active:after {
  right: -100%;
}
.img-col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #fefefe;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.img-col:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#review {
  margin: 0 0 160px;
}
@media screen and (max-width: 640px) {
  #review {
    margin: 0 auto 120px;
  }
}
#review h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  color: #464b4c;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #review h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #review h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
#review .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  min-height: 320px;
  background-color: #fff;
  border: 10px solid #f7f7f7;
  padding: 12px 1.5em 25px;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #review .item-area .item {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 12px 1em 25px;
    margin: 0 auto 30px;
  }
}
#review .item-area .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #review .item-area .item:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#review .item-area .item span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  background-color: #c2a8a7;
  padding: 3px 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  #review .item-area .item span {
    font-size: 13px;
  }
}
#review .item-area .item span.kouza {
  background-color: #ccd8da;
}
#review .item-area .item span.bis {
  background-color: #526b8a;
}
#review .item-area .item span.mar {
  background-color: #e67373;
}
#review .item-area .item h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #3d3939;
  border-bottom: 2px solid #cecece;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #review .item-area .item h4 {
    font-size: 17px;
  }
}
#review .item-area .item .stc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #646e6f;
}
@media screen and (max-width: 640px) {
  #review .item-area .item .stc {
    font-size: 14px;
    letter-spacing: 0em;
  }
}

#course {
  margin: 60px 0 0px;
}
#course .item-area {
  text-align: center;
}
#course .item-area .item {
  display: inline-block;
  width: 31%;
  max-width: 360px;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #course .item-area .item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #course .item-area .item {
    display: block;
    width: 100%;
    margin: 0 auto 20px !important;
  }
}
#course .item-area .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #course .item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#course .item-area .item .img-area {
  height: 214px;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

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

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bground {
  0% {
    background-position: left 100% top;
  }
  100% {
    background-position: left 0% top;
  }
}
@keyframes bground {
  0% {
    background-position: left 100% top;
  }
  100% {
    background-position: left 0% top;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 1001;
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}
.loader.hide {
  display: none;
  -webkit-animation: fuwattoNone 0.8s ease-out forwards;
  animation: fuwattoNone 0.8s ease-out forwards;
}
.loader .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%);
  width: 80vw;
  min-width: 200px;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.loader .loader-inner .logo {
  font-size: 50px;
  font-family: adobe-song-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 300% 300%;
  background-position: top left 100%;
  transform: translate3d(0, 0, 0);
  background-image: linear-gradient(to right, #afa743 40%, rgba(175, 167, 67, 0) 60%);
}
.loader .loader-inner .logo.on {
  -webkit-animation: bground 0.5s ease-out 0.5s forwards;
          animation: bground 0.5s ease-out 0.5s forwards;
}
@media screen and (max-width: 640px) {
  .loader .loader-inner .logo {
    font-size: 40px;
  }
}

@keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.pagination .nav-links {
  text-align: center;
}

.screen-reader-text {
  display: none !important;
}

.navigation span.current {
  color: #fff;
  background-color: #656f70;
  border-radius: 0px;
  padding: 7px 8px 3px;
}

.navigation a,
.navigation span {
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #656f70;
  background: none;
  border-radius: 0px;
  padding: 7px 8px 3px;
}
.navigation a:hover:before,
.navigation span:hover:before {
  opacity: 0.6;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  background: none;
  border-radius: 0px;
}

.navigation a.next {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .navigation a.next {
    margin-left: 15px;
  }
}
.navigation a.next:hover:before {
  opacity: 0.6;
}
.navigation a.next:before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 3px solid #656f70;
  border-right: 3px solid #656f70;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .navigation a.prev {
    margin-left: 15px;
  }
}
.navigation a.prev:hover {
  background-color: #fff;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.navigation a.prev:before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 3px solid #656f70;
  border-right: 3px solid #656f70;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.clear {
  clear: both;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 1em;
  box-sizing: border-box;
  z-index: 101;
}
@media screen and (max-width: 1180px) {
  header {
    position: absolute;
    padding: 22px 1em 20px;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 25px 1em 20px;
  }
}
header.scroll {
  background-color: #fff;
  padding: 20px 1em 2px;
}
header .logo {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  header .logo {
    width: 265px;
    margin-left: 0;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1180px) {
  header .logo {
    width: 255px;
  }
}
@media screen and (max-width: 640px) {
  header .logo {
    width: 200px;
    margin-top: 0;
  }
}
header .right-nav {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1180px) {
  header .right-nav {
    top: 85px;
  }
}
header .right-nav li {
  float: left;
}
@media screen and (max-width: 1180px) {
  header .right-nav li {
    display: none;
  }
}
header .right-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #9ba6a8;
  padding: 0 0.7em;
}
@media screen and (max-width: 1280px) {
  header .right-nav li a {
    font-size: 14px;
    letter-spacing: 0em;
    padding: 0 0.5em;
  }
}
header .right-nav li.gry-btn {
  margin-left: 10px;
}
@media screen and (max-width: 1180px) {
  header .right-nav li.gry-btn {
    opacity: 0;
    float: none;
    display: block;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1180px) {
  header .right-nav li.gry-btn.active {
    -webkit-animation: fuwattoBlock 1s ease-out forwards;
    animation: fuwattoBlock 1s ease-out forwards;
  }
}
header .right-nav li.gry-btn a {
  width: 120px;
  letter-spacing: 0em;
  color: #fff;
  background-color: #9ba6a8;
  border: 1px solid #9ba6a8;
  padding: 0 0.5em;
}
@media screen and (max-width: 1280px) {
  header .right-nav li.gry-btn a {
    width: 120px;
  }
}
@media screen and (max-width: 1180px) {
  header .right-nav li.gry-btn a {
    width: 150px;
    height: 40px;
    font-size: 14px;
    padding-top: 2px;
  }
}
header .right-nav li.gry-btn a:hover {
  color: #9ba6a8;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  header .right-nav li.ylw-btn {
    opacity: 0;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  header .right-nav li.ylw-btn.active {
    -webkit-animation: fuwattoBlock 1s ease-out forwards;
    animation: fuwattoBlock 1s ease-out forwards;
  }
}
header .right-nav li.ylw-btn a {
  width: 120px;
  letter-spacing: 0em;
  color: #fff;
  background-color: #aba445;
  border: 1px solid #aba445;
  padding: 0 0.5em;
}
@media screen and (max-width: 1280px) {
  header .right-nav li.ylw-btn a {
    width: 120px;
  }
}
@media screen and (max-width: 1180px) {
  header .right-nav li.ylw-btn a {
    width: 150px;
    height: 40px;
    font-size: 14px;
    padding-top: 2px;
  }
}
header .right-nav li.ylw-btn a:hover {
  color: #aba445;
  background-color: #fff;
}

#media {
  text-align: center;
  margin-bottom: 60px;
}
#media h4 {
  font-size: 38px;
  font-family: adobe-song-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #aba445;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  #media h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  #media h4 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
#media .insta-area {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px;
}
#media .insta-area .ic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  height: 55px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #media .insta-area .ic img {
    width: 45px;
  }
}
#media .insta-area .insta-cnt {
  width: 100%;
  background-color: #f7f8f8;
  padding: 34px 2.5em;
  margin: 0 0 0 10px;
}
#media .insta-area .insta-cnt img, #media .insta-area .insta-cnt video {
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  #media .insta-area .insta-cnt img, #media .insta-area .insta-cnt video {
    height: 220px;
  }
}
#media .insta-area .insta-cnt #instafeed .item a {
  display: block;
  line-height: 0;
  height: 195px;
  background-size: cover !important;
}
@media screen and (max-width: 480px) {
  #media .insta-area .insta-cnt #instafeed .item a {
    max-width: 220px;
    height: 220px;
    margin: 0 auto;
  }
}
#media .insta-area .insta-cnt #instafeed .item a img, #media .insta-area .insta-cnt #instafeed .item a video {
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  #media .insta-area .insta-cnt #instafeed .item a img, #media .insta-area .insta-cnt #instafeed .item a video {
    height: 220px;
  }
}
#media .media-area a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right: 5%;
}
@media screen and (max-width: 480px) {
  #media .media-area a {
    margin-right: 8%;
  }
}
#media .media-area a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #media .media-area a:nth-child(1) {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  #media .media-area a:nth-child(2) {
    width: 50px;
  }
}

footer {
  position: relative;
  padding: 0px 0 0;
  z-index: 1;
}
footer .inner {
  padding: 0 1.5em;
}
footer .footer-nav {
  margin-bottom: 30px;
}
footer .footer-nav ul {
  text-align: center;
}
footer .footer-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  footer .footer-nav ul li {
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
}
footer .footer-nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #9ba6a8;
}
@media screen and (max-width: 480px) {
  footer .footer-nav ul li a {
    font-size: 15px;
  }
}
footer .copyright {
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}
footer .copyright a {
  display: inline-block;
  font-family: adobe-song-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #aba445;
}

@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #fff;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  box-shadow: none;
  transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 66.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  color: #fff;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

.container {
  position: relative;
  padding: 80px 0 0;
}
.container.gry {
  background-color: #d3d2ca;
  padding: 120px 0 0;
}
.container.yell {
  background-color: #fdfcef;
  padding: 120px 0 0;
}

section {
  padding: 0px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  section {
    padding: 0px 0 50px;
  }
}
section .section-inner {
  max-width: 1280px;
  padding: 0 1.5em;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  color: #aba445;
  max-width: 1280px;
  line-height: 1.4;
  padding: 15px 0em 5px 0px;
  margin: 0px auto 20px;
}
.breadcrumbs.single {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs a {
  color: #aba445;
}
.breadcrumbs a span {
  color: #aba445;
}
.breadcrumbs span {
  font-size: 15px;
  color: #656f70;
}
@media screen and (max-width: 640px) {
  .breadcrumbs span {
    font-size: 13px;
  }
}
.breadcrumbs img {
  margin: 0 10px;
}

@-webkit-keyframes transMove {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes transMove {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
.main-visual-outer {
  width: 100%;
  margin: 0 auto;
}
.main-visual-outer.gry {
  background-color: #d3d2ca;
}
.main-visual-outer.yell {
  background-color: #fdfcef;
}

.main-visual {
  width: 85%;
  height: 585px;
  margin: 65px 0 0 auto;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .main-visual {
    height: 360px;
  }
}
.main-visual#india {
  position: relative;
  background: url("../img/india_main-img.jpg") no-repeat center center;
  background-size: cover;
}
.main-visual#india h2 {
  position: absolute;
  bottom: -50px;
  left: -15%;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  background-color: #c2a8a7;
  padding: 40px 1.5em 50px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .main-visual#india h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual#india h2 {
    bottom: -90px;
    font-size: 22px;
    padding: 30px 1em 40px;
  }
}
.main-visual#consul {
  position: relative;
  background: url("../img/consul_main-img.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .main-visual#consul {
    width: 100%;
  }
}
.main-visual#consul h2 {
  position: absolute;
  bottom: -50px;
  left: -15%;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  background-color: #546e8e;
  padding: 40px 1.5em 50px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .main-visual#consul h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual#consul h2 {
    left: 0;
    bottom: -90px;
    font-size: 22px;
    padding: 30px 1em 40px;
  }
}
.main-visual#consul h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .main-visual#consul h2 .sp {
    display: block;
  }
}
.main-visual#marriage {
  position: relative;
  background: url("../img/marriage_main-img.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .main-visual#marriage {
    height: 560px;
    width: 100%;
    background: url("../img/marriage_main-img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.main-visual#marriage .marriage-ic {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .main-visual#marriage .marriage-ic {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual#marriage .marriage-ic {
    top: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual#marriage .marriage-ic {
    width: 170px;
  }
}
.main-visual#marriage p {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38%;
  height: 392px;
  font-family: adobe-song-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  transition: all 1s;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .main-visual#marriage p {
    top: 30px;
    right: 30%;
  }
}
@media screen and (max-width: 640px) {
  .main-visual#marriage p {
    right: 12%;
  }
}
@media screen and (max-width: 480px) {
  .main-visual#marriage p {
    top: 80px;
    right: 10%;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
}
.main-visual#marriage h2 {
  position: absolute;
  bottom: -50px;
  left: -15%;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  background-color: #c0b788;
  padding: 40px 1.5em 50px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .main-visual#marriage h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual#marriage h2 {
    left: 0;
    bottom: -90px;
    font-size: 22px;
    padding: 30px 1em 40px;
  }
}
.main-visual#marriage h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .main-visual#marriage h2 .sp {
    display: block;
  }
}

#india-page #about {
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  #india-page #about .section-inner {
    padding: 0;
  }
}
#india-page #about .img-col {
  position: relative;
  width: 80%;
  max-width: 650px;
  height: 220px;
  margin: 0 0 0px auto;
}
@media screen and (max-width: 640px) {
  #india-page #about .img-col {
    width: 100%;
    height: 220px;
    margin: 0 0 30px;
  }
}
#india-page #about .col-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #india-page #about .col-area {
    padding: 0 1.5em;
    margin-bottom: 60px;
  }
}
#india-page #about .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #india-page #about .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#india-page #about .col-area .col:nth-child(2n) {
  margin-right: 0;
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  #india-page #about .col-area .col:nth-child(2n) {
    margin-top: 80px;
  }
}
#india-page #about .col-area .col:nth-child(2n) img {
  display: inline-block;
  vertical-align: top;
  width: 41%;
  margin-right: 7%;
}
@media screen and (max-width: 640px) {
  #india-page #about .col-area .col:nth-child(2n) img {
    margin-right: 6.5%;
  }
}
#india-page #about .col-area .col:nth-child(2n) img:nth-child(2) {
  width: 50%;
  margin-top: 140px;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #india-page #about .col-area .col:nth-child(2n) img:nth-child(2) {
    margin-top: 100px;
  }
}
#india-page #about .col-area .col .stc {
  max-width: 500px;
}
#india-page #about iframe {
  display: block;
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 480px) {
  #india-page #about iframe {
    height: 230px;
  }
}
#india-page #about h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  color: #464b4c;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #india-page #about h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #india-page #about h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
#india-page #about .stc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #656f70;
}
@media screen and (max-width: 640px) {
  #india-page #about .stc {
    font-size: 16px;
  }
}
#india-page #about .stc.row-stc {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #india-page #about .stc.row-stc {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #india-page #about .stc .pc {
    display: none;
  }
}
#india-page #about .stc b {
  font-weight: bold;
  font-size: 120%;
}
#india-page #why {
  position: relative;
  padding-top: 80px;
  margin-bottom: 20px;
}
#india-page #why:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #f4f7fa;
}
@media screen and (max-width: 640px) {
  #india-page #why:before {
    height: 20%;
  }
}
#india-page #why .section-inner {
  position: relative;
}
#india-page #why .col-area {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 640px) {
  #india-page #why .col-area {
    margin-bottom: 60px;
  }
}
#india-page #why .col-area.right .col {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  #india-page #why .col-area.right .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#india-page #why .col-area.right .col:nth-child(2n) {
  width: 38.5%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #india-page #why .col-area.right .col:nth-child(2n) {
    width: 100%;
    margin-top: 30px;
  }
}
#india-page #why .col-area.left .col {
  display: inline-block;
  vertical-align: middle;
  width: 38.5%;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  #india-page #why .col-area.left .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#india-page #why .col-area.left .col:nth-child(2n) {
  width: 55%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #india-page #why .col-area.left .col:nth-child(2n) {
    width: 100%;
    margin-top: 30px;
  }
}
#india-page #why .col-area.left .col .stc {
  margin: 0 0 0 auto;
}
#india-page #why .col-area .img-col {
  height: 360px;
}
@media screen and (max-width: 480px) {
  #india-page #why .col-area .img-col {
    height: 260px;
  }
}
#india-page #why .col-area .stc {
  max-width: 500px;
}
#india-page #why h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  color: #464b4c;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  #india-page #why h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #india-page #why h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #india-page #why h3 .pc {
    display: none;
  }
}
#india-page #why .stc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #656f70;
}
@media screen and (max-width: 640px) {
  #india-page #why .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #india-page #why .stc .pc {
    display: none;
  }
}
#india-page #why .stc b {
  font-weight: bold;
  font-size: 120%;
}
#india-page .row-img {
  display: block;
  margin: 0 auto 40px;
}
#india-page #course {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#india-page #course .item .img-area {
  height: 300px;
}
@media screen and (max-width: 480px) {
  #india-page #course .item .img-area {
    height: 260px;
  }
}

#marriage-page {
  padding-bottom: 0;
}
#marriage-page h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  color: #4c4b43;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #marriage-page h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #marriage-page h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
#marriage-page h3 span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #marriage-page h3 span {
    font-size: 16px;
  }
}
#marriage-page h3.row-h {
  max-width: 850px;
  margin: 0 auto 20px;
}
#marriage-page img {
  display: block;
  margin: 0 auto 50px;
}
#marriage-page .stc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #4c4b43;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #marriage-page .stc {
    font-size: 16px;
  }
}
#marriage-page .stc.row-stc {
  max-width: 850px;
  margin: 0 auto 50px;
}
#marriage-page .stc.text-center {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #marriage-page .stc.text-center {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #marriage-page .stc .pc {
    display: none;
  }
}
#marriage-page .stc b {
  font-weight: bold;
  font-size: 120%;
}
#marriage-page iframe {
  display: block;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  #marriage-page iframe {
    height: 230px;
  }
}
#marriage-page #about {
  padding: 0px 0 320px;
}
@media screen and (max-width: 640px) {
  #marriage-page #about {
    padding: 50px 0 280px;
  }
}
#marriage-page #why {
  position: relative;
  background-color: #fff;
  padding: 0px 0 190px;
}
@media screen and (max-width: 640px) {
  #marriage-page #why {
    padding: 50px 0 150px;
  }
}
#marriage-page #why .section-inner {
  position: relative;
}
#marriage-page #why .why-img {
  display: block;
  position: relative;
  top: -300px;
  margin-bottom: -250px;
}
@media screen and (max-width: 640px) {
  #marriage-page #why .why-img {
    top: -240px;
    margin-bottom: -200px;
  }
}
#marriage-page #why .col-area {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 0px;
}
#marriage-page #why .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 48.5%;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  #marriage-page #why .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#marriage-page #why .col-area .col:nth-child(2n) {
  width: 45%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #marriage-page #why .col-area .col:nth-child(2n) {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  #marriage-page #why .col-area .col h3 {
    font-size: 28px;
  }
}
#marriage-page #why .col-area .stc {
  max-width: 500px;
  margin-bottom: 0;
}
#marriage-page #why02 {
  position: relative;
  padding: 0px 0 30px;
  margin-bottom: 20px;
}
#marriage-page #why02 .section-inner {
  position: relative;
}
#marriage-page #why02 .why-img {
  display: block;
  position: relative;
  top: -100px;
  margin-bottom: 0px;
}
#marriage-page #why02 h3 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #marriage-page #why02 h3 h3 {
    font-size: 28px;
  }
}
#marriage-page #why02 .stc {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 60px;
}
#marriage-page #why02 h4 {
  position: relative;
  max-width: 420px;
  font-size: 20px;
  font-weight: bold;
  color: #4c4b43;
  line-height: 1.4;
  border-bottom: 1px solid #9e9e9e;
  padding: 0px 1em 7px 62px;
  margin: 0 auto 45px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #marriage-page #why02 h4 {
    font-size: 18px;
  }
}
#marriage-page #why02 h4 img {
  position: absolute;
  bottom: -8px;
  left: 5px;
  margin: 0;
  width: 44px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #marriage-page #why02 h4 img {
    width: 40px;
  }
}
#marriage-page #review {
  margin: 0 0 0px;
  padding-bottom: 0;
}
#marriage-page #review h3 {
  text-align: center;
}
#marriage-page .btn.mrg {
  margin-bottom: 120px;
}

#consul-page {
  padding-bottom: 0;
}
#consul-page h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  color: #4c4b43;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #consul-page h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #consul-page h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
#consul-page img {
  display: block;
  margin: 0 auto 30px;
}
#consul-page .stc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #4c4b43;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #consul-page .stc {
    font-size: 16px;
  }
}
#consul-page .stc.row-stc {
  max-width: 850px;
  margin: 0 auto;
}
#consul-page .stc.text-center {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #consul-page .stc.text-center {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #consul-page .stc .pc {
    display: none;
  }
}
#consul-page .stc b {
  font-weight: bold;
  font-size: 120%;
}
#consul-page iframe {
  display: block;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  #consul-page iframe {
    height: 230px;
  }
}
@media screen and (max-width: 640px) {
  #consul-page #about {
    padding: 50px 0 50px;
  }
}
#consul-page #why {
  position: relative;
  padding: 0px 0 40px;
  margin-bottom: 20px;
}
#consul-page #why:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efeee6;
}
@media screen and (max-width: 640px) {
  #consul-page #why:before {
    height: 100%;
  }
}
#consul-page #why .section-inner {
  position: relative;
}
#consul-page #why .col-area {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 0px;
}
#consul-page #why .col-area.right .col {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  #consul-page #why .col-area.right .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#consul-page #why .col-area.right .col:nth-child(2n) {
  width: 48.5%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #consul-page #why .col-area.right .col:nth-child(2n) {
    width: 100%;
    margin-top: 30px;
  }
}
#consul-page #why .col-area .stc {
  max-width: 500px;
  margin-bottom: 0;
}
#consul-page #why02 {
  position: relative;
  padding: 60px 0;
  margin-bottom: 20px;
}
#consul-page #why02 .section-inner {
  position: relative;
}
#consul-page #why02 .col-area {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  #consul-page #why02 .col-area {
    margin-bottom: 60px;
  }
}
#consul-page #why02 .col-area.left .col {
  display: inline-block;
  vertical-align: middle;
  width: 38.5%;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  #consul-page #why02 .col-area.left .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#consul-page #why02 .col-area.left .col:nth-child(2n) {
  width: 55%;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #consul-page #why02 .col-area.left .col:nth-child(2n) {
    width: 100%;
    margin-top: 30px;
  }
}
#consul-page #why02 .col-area.left .col .stc {
  margin: 0 0 0 auto;
}
#consul-page #why02 .col-area .img-col {
  height: 360px;
}
@media screen and (max-width: 480px) {
  #consul-page #why02 .col-area .img-col {
    height: 260px;
  }
}
#consul-page #why02 .col-area .stc {
  max-width: 500px;
  margin-bottom: 0;
}
#consul-page #review {
  margin: 0 0 0px;
  padding-bottom: 0;
}
#consul-page #review h3 {
  text-align: center;
}
#consul-page .btn.ylw {
  margin-bottom: 120px;
}
#consul-page .box-cnt {
  position: relative;
  max-width: 800px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 40px 2.5em;
  margin: 0 auto;
}
#consul-page .box-cnt h4 {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 380px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background-color: #d3d2ca;
  border-radius: 10px;
  padding: 8px 0.5em;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #consul-page .box-cnt h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #consul-page .box-cnt h4 {
    font-size: 22px;
    letter-spacing: 0em;
  }
}
#consul-page .box-cnt .inner-cnt {
  padding-top: 20px;
}
#consul-page .box-cnt h5 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 50px;
  color: #fff;
  background-color: #9ba6a8;
  padding: 6px 1em 4px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #consul-page .box-cnt h5 {
    font-size: 18px;
  }
}
#consul-page .box-cnt .stc {
  max-width: 290px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.9;
  margin: 0 auto;
}

.single-thumb {
  overflow: hidden;
  position: relative;
  max-width: 1000px;
  height: 600px;
  transition: all 2s;
}
@media screen and (max-width: 1280px) {
  .single-thumb {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .single-thumb {
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .single-thumb {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb {
    height: 280px;
  }
}
.single-thumb.course {
  max-width: 800px;
  height: 500px;
}
@media screen and (max-width: 1280px) {
  .single-thumb.course {
    height: 450px;
  }
}
@media screen and (max-width: 960px) {
  .single-thumb.course {
    height: 420px;
  }
}
@media screen and (max-width: 640px) {
  .single-thumb.course {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb.course {
    height: 240px;
  }
}
.single-thumb.active:before {
  right: -100%;
}
.single-thumb.active:after {
  right: -100%;
}
.single-thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #fefefe;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
}
.single-thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.single-thumb.vertical {
  max-width: 600px;
  height: 680px;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  .single-thumb.vertical {
    height: 640px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb.vertical {
    height: 540px;
  }
}

.single-inner {
  overflow: hidden;
  position: relative;
  max-width: 1080px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

svg.svg-icon-lib {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

#course-archive .section-inner {
  opacity: 0;
  transition: all 1s;
  max-width: 1040px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #course-archive .section-inner {
    padding: 0 1em;
  }
}
#course-archive .main-img {
  position: relative;
  display: block;
  max-width: 1000px;
  height: 440px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #course-archive .main-img {
    height: 380px;
  }
}
@media screen and (max-width: 640px) {
  #course-archive .main-img {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #course-archive .main-img {
    height: 240px;
  }
}
#course-archive .main-img.active:before {
  right: -100%;
}
#course-archive .main-img.active:after {
  right: -100%;
}
#course-archive .main-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #fefefe;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
}
#course-archive .main-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#course-archive .citem-area {
  margin-bottom: 100px;
}
#course-archive .citem-area .item {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px dashed #eaeaea;
  padding: 30px 1em 20px;
}
@media screen and (max-width: 640px) {
  #course-archive .citem-area .item {
    padding: 30px 0em 20px;
  }
}
#course-archive .citem-area .item .img-area {
  width: 240px;
  height: 160px;
}
@media screen and (max-width: 640px) {
  #course-archive .citem-area .item .img-area {
    width: 130px;
    height: 115px;
  }
}
#course-archive .citem-area .item .stc-area {
  position: absolute;
  top: 35px;
  left: 280px;
}
@media screen and (max-width: 640px) {
  #course-archive .citem-area .item .stc-area {
    position: absolute;
    top: 30px;
    left: 150px;
  }
}
#course-archive .citem-area .item .stc-area h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #aba445;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin: 0px 0 10px;
}
@media screen and (max-width: 960px) {
  #course-archive .citem-area .item .stc-area h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #course-archive .citem-area .item .stc-area h2 {
    font-size: 18px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  #course-archive .citem-area .item .stc-area h2 {
    font-size: 15px;
    margin: 0px 0 5px;
  }
}
#course-archive .citem-area .item .stc-area .stc {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #656f70;
}
@media screen and (max-width: 640px) {
  #course-archive .citem-area .item .stc-area .stc {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #course-archive .citem-area .item .stc-area .stc {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
#course-archive .btn {
  width: 96%;
}
#course-archive #review {
  margin-bottom: 0;
}

#news-single {
  opacity: 0;
  max-width: 1120px;
  padding: 45px 0 0px;
  margin: 0px auto 100px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #news-single {
    padding: 0px 0 0px;
  }
}
#news-single.on {
  opacity: 1;
}
#news-single .section-inner {
  max-width: 1420px;
  padding: 0 1em;
}
#news-single .cate-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #aba445;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #news-single .cate-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1180px) {
  #news-single .cate-title {
    font-size: 26px;
  }
}
#news-single .side {
  display: block;
  width: 100%;
  margin-top: 0px;
}
#news-single .side h3 {
  font-size: 20px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aba445;
  margin-bottom: 40px;
}
#news-single .side h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: source-han-sans-cjk-ja, sans-serif;
}
#news-single .side .item-area {
  position: relative;
}
#news-single .side .item-area .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #664f42;
  margin-right: 4.8%;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #news-single .side .item-area .item {
    font-size: 14px;
  }
}
#news-single .side .item-area .item:nth-child(2n) {
  margin-right: 0%;
}
#news-single .side .item-area .item .date {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  width: 48px;
  height: 40px;
  padding: 9px;
}
#news-single .side .item-area .item .date:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 85%;
  background-color: #656f70;
  transform: rotateZ(38deg);
  margin: auto;
}
#news-single .side .item-area .item .date span {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  color: #656f70;
  box-sizing: border-box;
}
#news-single .side .item-area .item .date span:nth-child(1) {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17px;
  text-align: center;
}
#news-single .side .item-area .item .date span:nth-child(2) {
  position: absolute;
  bottom: 6px;
  right: 5px;
  width: 17px;
  text-align: center;
}
#news-single .side .item-area .item:hover .img-area {
  transform: scale(1.3);
}
#news-single .side .item-area .item .img-area-outer {
  overflow: hidden;
  height: 197px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #news-single .side .item-area .item .img-area-outer {
    height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .side .item-area .item .img-area-outer {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .side .item-area .item .img-area-outer {
    height: 120px;
  }
}
#news-single .side .item-area .item .img-area {
  width: 100%;
  height: 197px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  #news-single .side .item-area .item .img-area {
    height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .side .item-area .item .img-area {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .side .item-area .item .img-area {
    height: 120px;
  }
}
#news-single .side .item-area .item h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #656f70;
  padding: 0 0.2em;
}
#news-single .single-title-area {
  text-align: center;
  margin-bottom: 20px;
}
#news-single .main {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 40px 2.5em 40px 1em;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  #news-single .main {
    padding: 40px 2em 40px 0em;
  }
}
#news-single .main .inner {
  max-width: 980px;
  margin: 0 auto;
}
#news-single .main .next-area {
  position: relative;
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
}
#news-single .main .next-area .prev-btn {
  position: relative;
  float: left;
  display: block;
  max-width: 140px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aba445;
  margin: 60px auto 0px;
}
@media screen and (max-width: 640px) {
  #news-single .main .next-area .prev-btn {
    margin: 40px auto 0px;
  }
}
#news-single .main .next-area .prev-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aba445;
}
#news-single .main .next-area .prev-btn span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
#news-single .main .next-area .next-btn {
  position: relative;
  float: right;
  display: block;
  max-width: 140px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aba445;
  margin: 60px auto 0px;
}
@media screen and (max-width: 640px) {
  #news-single .main .next-area .next-btn {
    margin: 40px auto 0px;
  }
}
#news-single .main .next-area .next-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aba445;
}
#news-single .main .next-area .next-btn span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
#news-single .main .cate {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  background-color: #a7a045;
  padding: 4px 1em 2px;
  margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
  #news-single .main .cate {
    font-size: 14px;
  }
}
#news-single .main .cate.event {
  background-color: #a2bf7f;
}
#news-single .main .cate.column {
  background-color: #cdd9dc;
}
#news-single .main .cate.private {
  background-color: #c4aaa9;
}
#news-single .main h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: center;
  margin: 0px 0 5px;
}
@media screen and (max-width: 960px) {
  #news-single .main h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
#news-single .main .date {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #aba445;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #news-single .main .date {
    font-size: 15px;
  }
}
#news-single .main .row {
  margin-bottom: 100px;
}
#news-single .main .row.row01 {
  max-width: 900px;
  margin: 0 auto 100px;
}
#news-single .main .single-thumb {
  margin: 0 auto 40px;
}
#news-single .main img {
  display: block;
  margin: 0 auto;
}
#news-single .main h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .main h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h3 {
    font-size: 20px;
  }
}
#news-single .main h3.boredr-midashi {
  display: inline-block;
  font-size: 20px;
  border-bottom: 2px solid #aba445;
}
@media screen and (max-width: 480px) {
  #news-single .main h3.boredr-midashi {
    font-size: 18px;
  }
}
#news-single .main h3.left {
  text-align: left;
}
#news-single .main h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #news-single .main h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h4 {
    font-size: 19px;
  }
}
#news-single .main h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .main h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h5 {
    font-size: 20px;
  }
}
#news-single .main iframe {
  max-width: 100%;
}
#news-single .main .stc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #656f70;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #news-single .main .stc {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main .stc .pc {
    display: none;
  }
}
#news-single .main .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #news-single .main .stc .sp {
    display: block;
  }
}
#news-single .main .stc a {
  font-weight: bold;
  color: #aba445;
  text-decoration: underline;
}
#news-single .main .stc .btn {
  color: #fff;
  text-decoration: none;
}
#news-single .main .stc .btn:hover {
  color: #aba445;
  background-color: #fff;
}
#news-single .main .stc b {
  font-weight: bold;
}
#news-single .main .stc .red {
  font-weight: 600;
  color: #d92519;
}
#news-single .main .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #aba445;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news-single .main .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main .stc label {
    font-size: 16px;
  }
}
#news-single .main .sns-area {
  text-align: right;
  margin: 100px 0 90px;
}
#news-single .main .sns-area h5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  font-size: 18px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #656f70;
  margin: 0px 50px 0px 0;
}
#news-single .main .sns-area h5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 20px;
  height: 2px;
  background-color: #656f70;
  margin: auto;
}
#news-single .main .sns-area a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#news-single .main .sns-area a:last-child {
  margin-right: 0;
}
#news-single .main .item-area {
  width: 97%;
  max-width: 800px;
  margin: 60px auto;
}
#news-single .main .share {
  overflow: hidden;
}
#news-single .main .share li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#news-single .main .share li a {
  display: block;
  height: 40px;
  background-color: #aba445;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#news-single .main .share li:last-child {
  margin-right: 0;
}
#news-single .main .share li:last-child a {
  border-right: 0;
}
#news-single .info-area {
  padding: 0 0.5em;
}
#news-single .col-area {
  text-align: center;
  margin: 0px auto 90px;
}
#news-single .col-area.dfl {
  max-width: 800px;
  margin: 160px auto 70px;
}
#news-single .col-area.dfl .stc {
  font-size: 15px;
}
#news-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#news-single .col-area .col:nth-child(2) {
  width: 46%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#news-single .col-area .col h3 {
  text-align: left;
}
#news-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#news-single .col-area .col img {
  margin: 0 auto;
}

#news {
  position: relative;
  margin-bottom: 80px;
}
#news:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #f7f8f8;
  z-index: -1;
}
#news h3 {
  position: relative;
  max-width: 1420px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: left;
  color: #464b4c;
  padding-left: 0.5em;
  margin: 0 auto 45px;
}
@media screen and (max-width: 960px) {
  #news h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #news h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
#news .item-area {
  text-align: left;
}
#news .item-area .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 46%;
  background-color: #fff;
  padding: 20px;
  margin-right: 6.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #news .item-area .item {
    padding: 16px;
  }
}
@media screen and (max-width: 640px) {
  #news .item-area .item {
    display: block;
    width: 100%;
    max-width: 460px;
    padding: 12px;
    margin: 0 auto 20px;
  }
}
#news .item-area .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #eaeaea;
  transition: all 1s;
  z-index: 0;
}
#news .item-area .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #news .item-area .item:nth-child(2n) {
    margin: 0 auto 20px;
  }
}
#news .item-area .item:hover:before {
  width: 100%;
}
#news .item-area .item .img-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  height: 130px;
}
@media screen and (max-width: 1280px) {
  #news .item-area .item .img-area {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  #news .item-area .item .img-area {
    width: 30%;
    height: 100px;
  }
}
#news .item-area .item h4 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 73%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: left;
  padding: 0 1.5em;
}
@media screen and (max-width: 640px) {
  #news .item-area .item h4 {
    width: 68%;
    font-size: 15px;
  }
}
#news .item-area .item h4 span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  background-color: #a7a045;
  padding: 4px 1em 2px;
  margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
  #news .item-area .item h4 span {
    font-size: 12px;
    padding: 2px 1em;
  }
}
#news .item-area .item h4 span.event {
  background-color: #a2bf7f;
}
#news .item-area .item h4 span.column {
  background-color: #cdd9dc;
}

#course-single {
  opacity: 0;
  max-width: 1120px;
  padding: 45px 0 0px;
  margin: 0px auto 100px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #course-single {
    padding: 0px 0 0px;
  }
}
#course-single.on {
  opacity: 1;
}
#course-single .section-inner {
  max-width: 1420px;
  padding: 0 1em;
}
#course-single .cate-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #aba445;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #course-single .cate-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1180px) {
  #course-single .cate-title {
    font-size: 26px;
  }
}
#course-single .single-title-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #course-single .single-title-area {
    margin-bottom: 40px;
  }
}
#course-single .main {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 40px 2.5em 40px 1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #course-single .main {
    padding: 40px 2em 20px 0em;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main {
    padding: 40px 1em 20px 0;
  }
}
#course-single .main .inner {
  max-width: 980px;
  margin: 0 auto;
}
#course-single .main .next-area {
  position: relative;
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
}
#course-single .main .next-area .prev-btn {
  position: relative;
  float: left;
  display: block;
  max-width: 140px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aba445;
  margin: 60px auto 0px;
}
@media screen and (max-width: 640px) {
  #course-single .main .next-area .prev-btn {
    margin: 40px auto 0px;
  }
}
#course-single .main .next-area .prev-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aba445;
}
#course-single .main .next-area .prev-btn span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
#course-single .main .next-area .next-btn {
  position: relative;
  float: right;
  display: block;
  max-width: 140px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aba445;
  margin: 60px auto 0px;
}
@media screen and (max-width: 640px) {
  #course-single .main .next-area .next-btn {
    margin: 40px auto 0px;
  }
}
#course-single .main .next-area .next-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aba445;
}
#course-single .main .next-area .next-btn span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
#course-single .main h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: center;
  margin: 0px 0 5px;
}
@media screen and (max-width: 960px) {
  #course-single .main h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
#course-single .main .date {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #aba445;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #course-single .main .date {
    font-size: 15px;
  }
}
#course-single .main .row {
  margin-bottom: 100px;
}
#course-single .main .row.row01 {
  max-width: 900px;
  margin: 0 auto 100px;
}
#course-single .main .single-thumb {
  margin: 0 auto 40px;
}
#course-single .main img {
  display: block;
  margin: 0 auto;
}
#course-single .main .btn {
  margin: 60px auto 90px;
}
#course-single .main h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #course-single .main h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main h3 {
    font-size: 20px;
  }
}
#course-single .main h3.midashi {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  color: #464b4c;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #course-single .main h3.midashi {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main h3.midashi {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
#course-single .main h3.boredr-midashi {
  display: inline-block;
  font-size: 20px;
  border-bottom: 2px solid #aba445;
}
@media screen and (max-width: 480px) {
  #course-single .main h3.boredr-midashi {
    font-size: 18px;
  }
}
#course-single .main h3.left {
  text-align: left;
}
#course-single .main h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #course-single .main h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main h4 {
    font-size: 19px;
  }
}
#course-single .main h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #464b4c;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #course-single .main h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main h5 {
    font-size: 20px;
  }
}
#course-single .main iframe {
  max-width: 100%;
}
#course-single .main .stc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #656f70;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #course-single .main .stc {
    font-size: 15px;
    line-height: 1.7;
  }
}
#course-single .main .stc.thin {
  font-weight: 300;
}
#course-single .main .stc.bl {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #course-single .main .stc .pc {
    display: none;
  }
}
#course-single .main .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #course-single .main .stc .sp {
    display: block;
  }
}
#course-single .main .stc a {
  font-weight: bold;
  color: #aba445;
  text-decoration: underline;
}
#course-single .main .stc .btn {
  color: #fff;
  text-decoration: none;
}
#course-single .main .stc .btn:hover {
  color: #aba445;
  background-color: #fff;
}
#course-single .main .stc b {
  font-weight: bold;
}
#course-single .main .stc .red {
  font-weight: 600;
  color: #d92519;
}
#course-single .main .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #aba445;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #course-single .main .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main .stc label {
    font-size: 16px;
  }
}
#course-single .main table {
  margin: 0 0 60px;
}
#course-single .main table tr:last-child th {
  border-bottom: 1px solid #eaeaea;
}
#course-single .main table tr th {
  width: 20%;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0.2em;
}
#course-single .main table tr td {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #656f70;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  border: 1px solid #eaeaea;
  padding: 10px 1em;
}
@media screen and (max-width: 480px) {
  #course-single .main table tr td {
    font-size: 14px;
    line-height: 1.6;
  }
}
#course-single .main table tr td b {
  font-weight: bold;
}
#course-single .main table tr td a {
  font-weight: bold;
  color: #aba445;
  text-decoration: underline;
}
#course-single .main .sns-area {
  text-align: right;
  margin: 100px 0 90px;
}
#course-single .main .sns-area h5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  font-size: 18px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #656f70;
  margin: 0px 50px 0px 0;
}
#course-single .main .sns-area h5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 20px;
  height: 2px;
  background-color: #656f70;
  margin: auto;
}
#course-single .main .sns-area a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#course-single .main .sns-area a:last-child {
  margin-right: 0;
}
#course-single .main .share {
  overflow: hidden;
}
#course-single .main .share li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#course-single .main .share li a {
  display: block;
  height: 40px;
  background-color: #aba445;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#course-single .main .share li:last-child {
  margin-right: 0;
}
#course-single .main .share li:last-child a {
  border-right: 0;
}
#course-single .main #other {
  padding: 0;
}
#course-single .main #other h3 {
  text-align: left;
  margin: 0 auto 10px;
}
@media screen and (max-width: 480px) {
  #course-single .main #other h3 {
    margin: 0 auto 0px;
  }
}
#course-single .main #other .item-area .item {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px dashed #eaeaea;
  padding: 30px 1em 20px;
}
@media screen and (max-width: 640px) {
  #course-single .main #other .item-area .item {
    padding: 30px 0.5em 20px;
  }
}
#course-single .main #other .item-area .item .img-area {
  width: 240px;
  height: 160px;
}
@media screen and (max-width: 640px) {
  #course-single .main #other .item-area .item .img-area {
    width: 130px;
    height: 115px;
  }
}
#course-single .main #other .item-area .item .stc-area {
  position: absolute;
  top: 35px;
  left: 280px;
}
@media screen and (max-width: 640px) {
  #course-single .main #other .item-area .item .stc-area {
    position: absolute;
    top: 30px;
    left: 150px;
  }
}
#course-single .main #other .item-area .item .stc-area h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #aba445;
  margin: 0px 0 10px;
}
@media screen and (max-width: 960px) {
  #course-single .main #other .item-area .item .stc-area h4 {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #course-single .main #other .item-area .item .stc-area h4 {
    font-size: 18px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main #other .item-area .item .stc-area h4 {
    font-size: 16px;
  }
}
#course-single .main #other .item-area .item .stc-area .stc {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #656f70;
}
@media screen and (max-width: 640px) {
  #course-single .main #other .item-area .item .stc-area .stc {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #course-single .main #other .item-area .item .stc-area .stc {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
#course-single #review {
  margin: 0 0 80px;
}
#course-single .info-area {
  padding: 0 0.5em;
}
#course-single .col-area {
  text-align: center;
  margin: 0px auto 90px;
}
#course-single .col-area.dfl {
  max-width: 800px;
  margin: 160px auto 70px;
}
#course-single .col-area.dfl .stc {
  font-size: 15px;
}
#course-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #course-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#course-single .col-area .col:nth-child(2) {
  width: 46%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #course-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#course-single .col-area .col h3 {
  text-align: left;
}
#course-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#course-single .col-area .col img {
  margin: 0 auto;
}

.gtCXhM {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50vh;
  right: 1vw;
  padding: 10px;
  margin-top: -82px;
}
@media screen and (max-width: 640px) {
  .gtCXhM {
    right: 0;
    padding: 4px;
  }
}

.follow {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 640px) {
  .follow {
    bottom: 4px;
    right: 4px;
    padding: 4px;
  }
}

.svg-inline--fa.fa-w-16 {
  width: 1.2em;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
}

.icon.is-medium {
  height: 3rem;
  width: 2rem;
}

#contact {
  text-align: center;
  padding: 60px 0px 100px 0;
}
#contact .title-p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #898989;
  text-align: center;
  margin-bottom: 50px;
}
#contact h2 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: #464b4c;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #contact h2 {
    font-size: 30px;
  }
}
#contact .stc {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  color: #656f70;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  #contact .stc {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
#contact .btn.ylw {
  margin: 30px auto 60px;
}
#contact .btn-area {
  margin: 50px auto 60px;
}
#privacy {
  text-align: center;
  padding: 60px 0px 100px 0;
}
#privacy .section-inner {
  max-width: 1180px;
}
#privacy h2 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: #464b4c;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #privacy h2 {
    font-size: 30px;
  }
}
#privacy h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #464b4c;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  #privacy h3 {
    font-size: 20px;
  }
}
#privacy .stc {
  font-size: 15px;
  line-height: 1.7;
  color: #656f70;
  text-align: left;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  #privacy .stc {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0px;
  /*    .wpcf7-list-item-label:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 0px;
          display: block;
          margin-top: -12px;
          width: 40px;
          height: 40px;
          background-color: #dcdcdc;
          border-radius: 0px;
          content: '';
          z-index: 0;
      }
      .wpcf7-list-item-label:before {
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          position: absolute;
          top: 50%;
          left: 14px;
          display: block;
          margin-top: -6px;
          width: 13px;
          height: 23px;
          border-right: 3px solid #323232;
          border-bottom: 3px solid #323232;
          content: '';
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1;
      }*/
  /*    input[type=checkbox]:checked + .wpcf7-list-item-label:before {
          opacity: 1;
      }*/
}
.input-form .secure-box {
  text-align: center;
}
.input-form p {
  position: relative;
}
.input-form .stc {
  margin-bottom: 35px !important;
}
.input-form .stc.mt {
  margin-bottom: 10px !important;
}
.input-form .stc a {
  color: #aba445;
  text-decoration: underline;
}
.input-form .require {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aa0000;
  text-align: right;
}
.input-form .gray-text {
  width: 150px;
  font-size: 110%;
  text-align: center;
  background-color: #dcdcdc;
  padding: 5px 10px 7px;
  margin: 0px 0 10px auto;
}
.input-form .gray-text span {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 120%;
  color: #c30d23;
  margin-right: 5px;
}
.input-form .small {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 50px;
}
.input-form .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #464b4c;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
}
.input-form .title span {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #aa0000;
}
.input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 300;
  color: #656f70;
  border-radius: 0;
  border: none;
  background-color: #f7f8f8;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
    padding: 6px;
  }
}
.input-form input[type=text].short,
.input-form input[type=email].short,
.input-form textarea.short {
  max-width: 200px;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  display: block;
  cursor: pointer;
  /*        width: 92%;
          max-width: 250px;
          color: #FFF;
          font-size: 18px;
          letter-spacing: 0.2em;
          background-color: #000;
          border: 2px solid #000;
          border-radius: 0;
          padding: 12px 0;
          margin: 50px auto 60px;*/
  transition: all 1s;
  /*        &:hover{
              color: $main-color;
              background-color: #FFF;
          }*/
}
.input-form button.off {
  opacity: 0.4;
}
.input-form button .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn {
  margin: 20px auto;
}
.input-form .btn.prev {
  text-align: right;
  padding: 20px 1em 20px 0.3em;
}
.input-form .btn.prev:before {
  right: auto;
  left: 15px;
  transform: scale(-1, 1);
}
.input-form .wpcf7c-btn-back .fa {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 12px;
  right: auto;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn-area {
  text-align: center;
}
.input-form .btn-area button {
  display: inline-block !important;
  width: 48% !important;
  margin-right: 2% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area button {
    display: block !important;
    width: 100% !important;
    margin: 20px auto 30px !important;
  }
}
.input-form .btn-area button:last-of-type {
  margin-right: 0% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area button:last-of-type {
    margin: 20px auto 0px !important;
  }
}
.input-form .att {
  margin: 50px auto 25px;
  text-align: center;
}
.input-form .policy-area {
  position: relative;
  text-align: center;
}
.input-form .policy-area .wpcf7-not-valid-tip {
  right: 0;
}
.input-form .policy-area .wpcf7-list-item label {
  margin-right: 0px;
}
.input-form .border-p {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
}
.input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
  border: none;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 8px 25px 8px 10px;
}
.input-form select::-ms-expand {
  display: none;
}
.input-form .select-group {
  position: relative;
  max-width: 400px;
}
.input-form .select-group:after {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 2;
  border-top: 1px solid #aba445;
  border-right: 1px solid #aba445;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.input-form .select-group .wpcf7-not-valid-tip {
  display: none !important;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  margin-right: 5px;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  display: none;
}
.input-form input[type=radio] + span,
.input-form input[type=checkbox] + span,
.input-form .wpcf7c-conf-hidden + span {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  color: #656f70;
  letter-spacing: 0.1em;
  padding: 2px 0px 0px 34px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.input-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 50%;
}
.input-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #323232;
  border-radius: 50%;
}
.input-form input[type=checkbox] + span::before,
.input-form .wpcf7c-conf-hidden + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
}
.input-form .wpcf7c-conf-hidden + span::before {
  background: none;
  border: none;
}
.input-form input[type=checkbox]:checked + span::after,
.input-form .wpcf7c-conf-hidden + span::after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: auto;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: normal;
  /*padding: 5px 0px 0px 10px;*/
}
.input-form .wpcf7-list-item label {
  margin-right: 30px;
  margin-bottom: 10px;
}
.input-form .your-tel1 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel1 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel2 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel3 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel3 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .tel-about {
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
.input-form .zip1,
.input-form .zip2 {
  display: inline-block;
  width: 80px;
}
.input-form .zip1 input[type=text],
.input-form .zip2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .zip2 {
  width: 100px;
}
.input-form .pref {
  margin-left: 15px;
}
.input-form .address {
  display: block;
  margin-top: 15px;
}
.input-form .address input[type=text] {
  border: none;
}
.input-form #select-group .select-group {
  display: inline-block;
  width: 120px;
}
.input-form #final #school {
  display: inline-block;
  width: 100px;
}
.input-form #final .schoolname {
  display: inline-block;
  margin-left: 10px;
}
.input-form #final .schoolname p {
  display: inline-block;
}
.input-form #final .schoolname p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form #final .depart {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 720px) {
  .input-form #final .depart {
    margin-top: 15px;
  }
}
.input-form #final .depart p {
  display: inline-block;
}
.input-form #final .depart p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form .border-box {
  border: 1px solid #c8c8c8;
  padding: 20px 1.5em;
  margin: 10px 0 18px;
}
.input-form .border-box h4 {
  margin-bottom: 5px;
}
.input-form .border-box p span {
  font-family: "Open Sans", sans-serif;
}
.input-form .gladuate-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.input-form #birthday {
  position: relative;
}
.input-form #birthday1 {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.input-form #birthday2 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.input-form #birthday3 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
/*# sourceMappingURL=page.css.map */