@charset "UTF-8";
/*
 * Theme Name:  AONIJUKU OSAKA CMS THEME v1.5
 * Description: AONIJUKU OSAKA CMS theme.
 * Author: アイムアンドカンパニー株式会社
 * Version:1.5
 * */
/* css start */
/************************************************
	Setting
************************************************ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

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

input, select {
  vertical-align: middle;
}

input[type=text], input[type=email], input[type=tel], input[type=number],
button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Setting */
html {
  height: auto;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: middle;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  font-weight: normal;
  text-align: justify;
}

*:active, *:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

* {
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #323232;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 700px) {
  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }
}
/* link */
a {
  text-decoration: none;
  color: #323232;
}

/*text-decoration: underline;*/
a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.svg_fff {
  fill: #fff;
}

.svg_green {
  fill: #172677;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.tar {
  text-align: right;
}

.bg01 {
  background: #EAEBEF;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #172677;
  z-index: 9999;
  transition: transform 0.6s cubic-bezier(0.7, 0.07, 1, 1);
}

#loader {
  display: none;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader .logoArea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loader .logoArea .loadingBg {
  margin-top: 50px;
  width: 330px;
  height: 1px;
  background: #6e6e6e;
  position: relative;
}
#loader .logoArea .loadingBar {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s linear 0s;
}

@media screen and (max-width: 700px) {
  #loader .logoArea {
    width: 100%;
    left: auto;
    transform: translate(0, -50%);
  }
  #loader .logoArea .loadingBg {
    width: 50%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************
	汎用
************************************************ */
body::before {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
  z-index: 999;
  pointer-events: none;
  -webkit-transition: top 0.8s cubic-bezier(0.53, 0.02, 0.15, 1.01);
  transition: top 0.8s cubic-bezier(0.53, 0.02, 0.15, 1.01);
}

body.fadeoutin::before {
  top: -100%;
}

@media screen and (max-width: 768px) {
  body {
    height: 100%;
  }
  body:before, body:after {
    content: none;
  }
}
#container {
  position: relative;
  min-width: 800px;
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  #container {
    position: relative;
    min-width: initial;
    padding-right: 0;
  }
}
.inner_l {
  width: 1154px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1254px) {
  .inner_l {
    width: 100%;
    margin-right: 100px;
  }
}

.inner_m {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 950px) {
  .inner_m {
    width: 100%;
    margin-right: 100px;
  }
}

.inner_s {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .inner_s {
    width: 100%;
    margin-right: 100px;
  }
}

@media screen and (max-width: 768px) {
  .inner_l, .inner_m .inner_s {
    width: 100%;
    margin: 0;
    position: relative;
  }
}
.ef-scroll {
  opacity: 0;
  visibility: hidden;
}

.btnArea {
  text-align: center;
}

.btn {
  width: 380px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #323232;
  font-size: 0.929rem;
  font-weight: 500;
  position: relative;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  transition: letter-spacing 0.6s;
}
.btn:before {
  content: "";
  width: 98%;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: height 0.6s, width 0.6s;
}
.btn:after {
  content: "";
  width: 98%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transition: height 0.6s, width 0.6s;
}
.btn:hover {
  letter-spacing: 0.31em;
}
.btn:hover:before, .btn:hover:after {
  width: 4%;
  height: 19.5%;
}

@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 380px;
  }
}
.vlineHeadline {
  font-size: 2.143rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  text-align: center;
  position: relative;
  padding-top: 60px;
  line-height: 1.5;
}
.vlineHeadline:before {
  content: "";
  background: #172677;
  width: 1px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

@media screen and (max-width: 768px) {
  .vlineHeadline {
    font-size: 1.286rem;
    padding-top: 40px;
  }
  .vlineHeadline:before {
    height: 28px;
  }
}
.hlineHeadline {
  font-size: 2.143rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  position: relative;
  padding-left: 50px;
}
.hlineHeadline:before {
  content: "";
  background: #172677;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .hlineHeadline {
    font-size: 1.286rem;
  }
}
.ulineHeadline {
  font-size: 2.143rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  text-align: center;
}
.ulineHeadline span {
  border-bottom: 1px solid #707070;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .ulineHeadline {
    font-size: 1.286rem;
  }
}
.leadSec {
  margin-bottom: 60px;
}
.leadSec p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.429rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .leadSec {
    margin-bottom: 30px;
  }
  .leadSec p {
    font-size: 5.8vw;
  }
}
section p.txt {
  font-size: 1.071rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  section p.txt {
    line-height: 1.8;
  }
}
.pllbg {
  width: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .pllbg {
    background-attachment: scroll;
  }
}
.linkGrid {
  display: block;
  height: 100%;
  position: relative;
}
.linkGrid .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.linkGrid .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 1s ease;
}
.linkGrid .img:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 1s ease;
}
.linkGrid .linkTit {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px;
  width: 260px;
}
.linkGrid .linkTit p {
  line-height: 1.5;
}
.linkGrid .linkTit .ja {
  font-size: 1.143rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.linkGrid .linkTit .en {
  color: #BCBCBC;
  font-size: 0.857rem;
}
.linkGrid .linkTit:after, .linkGrid .linkTit:before {
  content: "";
  background: url(./img/common/arrow.svg) no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.linkGrid .linkTit:after {
  opacity: 0;
  right: 30px;
}
.linkGrid:hover .img:before {
  transform: scale(1.02) rotate(0.001deg);
}
.linkGrid:hover .img:after {
  opacity: 1;
}
.linkGrid:hover .linkTit:before {
  animation: arrowbefore 0.4s;
}
.linkGrid:hover .linkTit:after {
  animation: arrowafter 0.4s;
}

@media screen and (max-width: 768px) {
  .linkGrid .linkTit {
    position: static;
    padding: 10px 0;
    width: 260px;
  }
  .linkGrid .linkTit p {
    line-height: 1.3;
  }
  .linkGrid .linkTit .ja {
    font-size: 0.929rem;
  }
  .linkGrid .linkTit .en {
    font-size: 0.714rem;
  }
  .linkGrid .linkTit:after, .linkGrid .linkTit:before {
    content: none;
  }
  .linkGrid:hover .img:before {
    transform: scale(1.02);
  }
}
/************************************************
	loading
************************************************ */
/************************************************
	sub
************************************************ */
.breadcrumb {
  font-size: 0.929rem;
  color: #707070;
  position: absolute;
  top: 50px;
  right: 70px;
  padding: 0;
  background: none;
}
.breadcrumb span {
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb a {
  color: #AEB2B2;
}
.breadcrumb a:hover {
  color: #1F329A;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 0.786rem;
    position: static;
    margin-bottom: 50px;
  }
  .breadcrumb span:nth-of-type(1) {
    margin-left: 0;
  }
}
#mvSub {
  position: relative;
}
#mvSub.parent {
  position: relative;
  margin-left: 45px;
}
#mvSub.parent .cateTit {
  background: #fff;
  width: 340px;
  height: 180px;
  padding: 60px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mvSub.parent .cateTit h2 {
  line-height: 1.8;
}
#mvSub.parent .cateTit .ja {
  font-size: 1.857rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#mvSub.parent .cateTit .en {
  color: #BCBCBC;
  font-size: 1rem;
}
#mvSub .parentTit {
  padding: 70px 80px 20px 0;
}
#mvSub .parentTit p {
  text-align: right;
}
#mvSub .parentTit .ja {
  font-size: 1.143rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#mvSub .parentTit .en {
  font-size: 0.857rem;
  color: #BCBCBC;
}
#mvSub .img img {
  width: 100%;
  height: auto;
}
#mvSub .pageTit {
  padding: 30px 0 15px;
  position: relative;
}
#mvSub .pageTit h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.286rem;
}
#mvSub .pageTit:after {
  content: "";
  background: #323232;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mvSub .noMVpageTit {
  padding: 60px 0 150px;
  height: auto;
}
#mvSub .noMVpageTit h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.429rem;
  letter-spacing: 0.14em;
}
#mvSub.noParent {
  padding: 90px 0 0;
}

@media screen and (max-width: 768px) {
  #mvSub {
    position: relative;
  }
  #mvSub.parent {
    margin-left: 0;
    margin-top: 75px;
    height: 122.6vw;
  }
  #mvSub.parent .cateTit {
    width: 55%;
    height: 80px;
    padding: 5.3vw;
  }
  #mvSub.parent .cateTit .ja {
    font-size: 1.143rem;
  }
  #mvSub.parent .cateTit .en {
    font-size: 0.786rem;
  }
  #mvSub.parent .img {
    width: 100%;
    height: 100%;
  }
  #mvSub.parent .img img {
    display: none;
  }
  #mvSub.parent.about .img {
    background: url(./img/about/mv_about_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #mvSub.parent.curriculum .img {
    background: url(./img/curriculum/mv_curriculum.jpg) no-repeat center center;
    background-size: cover;
  }
  #mvSub.parent.information .img {
    background: url(./img/information/mv_information_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #mvSub.parent.vision .img {
    background: url(./img/vision/mv_vision.jpg) no-repeat center center;
    background-size: cover;
  }
  #mvSub.child .img {
    margin-top: 25px;
  }
  #mvSub .parentTit {
    padding: 40px 0 0 38%;
  }
  #mvSub .parentTit p {
    text-align: left;
    line-height: 1;
  }
  #mvSub .parentTit .ja {
    font-size: 0.786rem;
  }
  #mvSub .parentTit .en {
    font-size: 0.571rem;
  }
  #mvSub .pageTit {
    padding: 20px 5.3vw 15px;
    margin-bottom: 40px;
  }
  #mvSub .pageTit h2 {
    font-size: 1rem;
  }
  #mvSub .pageTit:after {
    left: 5.3vw;
  }
  #mvSub .noMVpageTit {
    padding: 115px 5.3vw 60px;
  }
  #mvSub .noMVpageTit h2 {
    font-size: 1.571rem;
  }
}
/************************************************
	localnavi
************************************************ */
.localnavi {
  border-top: 1px solid #DCDFE0;
  border-bottom: 1px solid #DCDFE0;
  padding: 30px 0;
  margin-bottom: 80px;
}
.localnavi li {
  padding: 0 40px;
  line-height: 1;
}
.localnavi li a {
  color: #727272;
  font-size: 0.929rem;
  position: relative;
}
.localnavi li a:before {
  content: "";
  background: url(./img/common/arrow_local.svg) no-repeat;
  opacity: 0;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  transition: 0.3s all ease;
}
.localnavi li a:hover:before {
  opacity: 1;
}
.localnavi li a.active {
  pointer-events: none;
}
.localnavi li a.active:before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .localnavi {
    border: none;
    padding: 0 5.3vw;
    margin-bottom: 30px;
  }
  .localnavi .accoTit {
    color: #BCBCBC;
    font-size: 1rem;
    border-top: 1px solid #DCDFE0;
    border-bottom: 1px solid #DCDFE0;
    padding: 20px 35px;
    position: relative;
  }
  .localnavi .accoTit .mark {
    display: inline-block;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .localnavi .accoTit .mark:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #707070;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .localnavi .accoTit .mark:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #707070;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .localnavi .accoTit.open .mark:after {
    background: transparent;
  }
  .localnavi ul {
    border-bottom: 1px solid #DCDFE0;
    display: none;
  }
  .localnavi li {
    padding: 0;
  }
  .localnavi li:nth-of-type(n+2) {
    border-top: 1px solid #fff;
  }
  .localnavi li a {
    color: #727272;
    font-size: 1rem;
    background: #f4f4f4;
    padding: 20px 35px;
    position: relative;
    display: block;
  }
  .localnavi li a:before {
    content: none;
  }
  .localnavi li a:after {
    content: "";
    background: url(./img/common/arrow_splocal.svg) no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
  .localnavi li a:hover {
    background: #eaeaea;
  }
  .localnavi li a.active {
    pointer-events: none;
    background: #eaeaea;
  }
}
/************************************************
	header
************************************************ */
#header .logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  z-index: 999;
  transition: 0.5s transform;
  transform: scale(1);
  transform-origin: 0 0;
  background: #172677;
}
#header .logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
#header .logo a span {
  font-size: 0.857rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
  display: inline-block;
}
#header .logo a:hover img {
  opacity: 1;
}
#header .logo.is-show {
  transform: scale(0.6) rotate(0.001deg);
  transform-origin: 0 0;
}
#header .logo.is-show a span {
  display: none;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 33vw;
    height: 33vw;
    z-index: 990;
    transition: 0.5s;
    transform: none;
  }
  #header .logo a {
    padding: 2.6vw;
  }
  #header .logo a span {
    display: none;
  }
  #header .logo.is-show {
    transform: none;
    width: 21.3vw;
    height: 21.3vw;
  }
  #header .logo.is-show a img {
    width: 100%;
    height: auto;
  }
}
#menuBtn {
  position: fixed;
  z-index: 9997;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100vh;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menuBtn span {
  transition: 0.4s ease-out;
  width: 33px;
  height: 2px;
  background: #323232;
  display: inline-block;
  position: relative;
}
#menuBtn span b {
  font-size: 12px;
  display: block;
  margin-top: 15px;
  letter-spacing: -0.05em;
}
#menuBtn span:before, #menuBtn span:after {
  transition: 0.2s top ease, 0.2s bottom ease, 0.4s transform ease;
  position: absolute;
  content: "";
  width: 33px;
  height: 2px;
  background: #323232;
  left: 0;
}
#menuBtn span:before {
  top: -10px;
}
#menuBtn span:after {
  bottom: -10px;
}
#menuBtn:hover span:before {
  top: -7px;
}
#menuBtn:hover span:after {
  bottom: -7px;
}

#menuBtn.open span {
  background: transparent;
}
#menuBtn.open span:before {
  top: 0;
  transform: rotate(30deg);
}
#menuBtn.open span:after {
  top: 0;
  transform: rotate(-30deg);
}
#menuBtn.open span b {
  color: transparent;
  position: relative;
}
#menuBtn.open span b:after {
  content: "CLOSE";
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #323232;
}

.sub #menuBtn {
  border-left: 1px solid #DCDFE0;
}

@media screen and (max-width: 768px) {
  #menuBtn {
    top: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    background: none;
    padding-top: 20px;
  }
  #menuBtn span {
    transition: 0.4s ease-out;
    width: 33px;
    height: 2px;
  }
  .sub #menuBtn {
    border-left: none;
  }
}
/************************************************
    gNavi
*********** */
#gnavi {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: 9990;
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s all ease;
  visibility: hidden;
  opacity: 0;
}
#gnavi .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  transition: 0.5s;
  background: #172677;
}
#gnavi .logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
#gnavi .logo a span {
  font-size: 0.857rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
  display: inline-block;
}
#gnavi > .inner {
  background: #fff;
  width: 40%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  transition: 0.3s;
}
#gnavi .links {
  width: 50%;
  min-width: 210px;
  height: 100%;
  padding: 0 0 40px 8%;
}
#gnavi .links .othersite li {
  padding: 40px 0 0;
}
#gnavi .links .othersite li:first-of-type {
  padding-top: 0;
}
#gnavi .links .othersite li a {
  display: flex;
  align-items: center;
  color: #8B8B8B;
  font-size: 0.929rem;
  height: 100%;
}
#gnavi .links .othersite li a i {
  display: inline-block;
  margin-right: 12px;
  width: 35px;
  text-align: center;
}
#gnavi .links .othersite li a svg {
  fill: #8B8B8B;
  transition: 0.2s;
}
#gnavi .links .othersite li a:hover {
  color: #1F329A;
}
#gnavi .links .othersite li a:hover svg {
  fill: #1F329A;
}
#gnavi .links .othersite li.tokyojuku .ico_juku {
  display: inline-block;
  width: 36px;
  height: 20px;
  background-image: url(./img/common/ico_juku.png);
  background-size: cover;
  transition: 0.2s background-image;
}
#gnavi .links .othersite li.tokyojuku a:hover .ico_juku {
  background-image: url(./img/common/ico_juku_hv.png);
}
#gnavi .links .interlink {
  margin-top: 30px;
}
#gnavi .links .interlink .btnArea a {
  width: 100%;
  max-width: 240px;
  padding: 20px 0;
  display: block;
  background: #172677;
  color: #fff;
  font-size: 1.071rem;
  letter-spacing: 0.06em;
  text-align: center;
}
#gnavi .links .interlink .btnArea a:hover {
  opacity: 0.8;
}
#gnavi .links .interlink ul {
  margin-top: 20px;
}
#gnavi .links .interlink ul li {
  line-height: 1;
}
#gnavi .links .interlink ul a {
  font-size: 0.857rem;
  color: #707070;
  padding-right: 15px;
}
#gnavi .links .interlink ul a:hover {
  color: #1F329A;
}
#gnavi .links .interlink ul li:nth-of-type(n+2) {
  border-left: 1px solid #707070;
}
#gnavi .links .interlink ul li:nth-of-type(n+2) a {
  padding: 0 15px;
}
#gnavi .links .interlink .copy {
  font-size: 0.857rem;
  color: #707070;
  margin-top: 10px;
}
#gnavi .parent {
  width: 50%;
  min-width: 300px;
  height: 100%;
  padding-left: 4%;
}
#gnavi .parent > ul {
  height: 100%;
}
#gnavi .parent > ul > li:nth-of-type(n+2) {
  margin-top: 20%;
}
#gnavi .parent > ul > li.open .parentTit {
  transform: translateX(10px);
}
#gnavi .parent > ul > li .pTitWrap {
  position: relative;
}
#gnavi .parent > ul > li .pTitWrap .mark {
  display: inline-block;
  background: none;
  position: absolute;
  top: 15px;
  right: 40px;
  width: 14px;
  height: 14px;
}
#gnavi .parent > ul > li .pTitWrap .mark:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #BCBCBC;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#gnavi .parent > ul > li .pTitWrap .mark:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #BCBCBC;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#gnavi .parent > ul > li.open .pTitWrap .mark {
  transform: rotate(90deg);
}
#gnavi .parent > ul > li.nochild .pTitWrap .mark {
  display: none;
}
#gnavi .parent > ul > li.nochild .pTitWrap:before, #gnavi .parent > ul > li.nochild .pTitWrap:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(./img/common/arrow_gray_mega.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 40px;
  transform: none;
  display: inline-block;
}
#gnavi .parent > ul > li.nochild .pTitWrap:after {
  opacity: 0;
  right: 50px;
}
#gnavi .parent > ul > li.open.nochild .pTitWrap {
  transform: rotate(0);
}
#gnavi .parent > ul > li.open.nochild .pTitWrap:before {
  animation: arrowbefore3 0.4s;
}
#gnavi .parent > ul > li.open.nochild .pTitWrap:after {
  animation: arrowafter3 0.4s;
}
#gnavi .parent .parentTit {
  line-height: 1.4;
  cursor: pointer;
}
#gnavi .parent .parentTit .ja {
  font-size: 1.143rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#gnavi .parent .parentTit .en {
  font-size: 0.857rem;
  color: #BCBCBC;
}
#gnavi .childPageArea {
  position: absolute;
  top: 0;
  right: 100px;
  left: 100%;
  width: 130%;
  height: 100%;
  overflow-y: auto;
  display: none;
}
#gnavi .childPageArea > .inner {
  padding: 20px 10%;
  height: 100%;
  animation: childinner 0.4s;
}
#gnavi .childPageArea .childWrap {
  width: 100%;
}
#gnavi .childPageArea .childWrap > div:nth-of-type(n+2) {
  margin-top: 40px;
}
#gnavi .childPageArea a {
  font-size: 1rem;
  display: block;
  max-width: 245px;
  position: relative;
}
#gnavi .childPageArea a:hover {
  color: #1F329A;
}
#gnavi .childPageArea a br {
  display: none;
}
#gnavi .childPageArea .parentPage {
  width: 96%;
  max-width: 245px;
  letter-spacing: 0.06em;
}
#gnavi .childPageArea .parentPage .mark {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: 0;
}
#gnavi .childPageArea .parentPage .mark svg {
  fill: #9a9a9a;
  transition: 0.4s fill ease;
}
#gnavi .childPageArea .parentPage a:hover .mark svg {
  fill: #1F329A;
}
#gnavi .childPageArea .arrow a:after, #gnavi .childPageArea .arrow a:before {
  content: "";
  background: url(./img/common/arrow.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 35%;
  right: 0;
}
#gnavi .childPageArea .arrow a:after {
  opacity: 0;
  right: 10px;
}
#gnavi .childPageArea .arrow a:hover:before {
  animation: arrowbefore2 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#gnavi .childPageArea .arrow a:hover:after {
  animation: arrowafter2 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#gnavi .childPageArea .thmLink > div {
  width: 96%;
  max-width: 244px;
}
#gnavi .childPageArea .thmLink > div:nth-of-type(2n) {
  margin-left: 8%;
}
#gnavi .childPageArea .thmLink > div figure {
  margin-bottom: 5px;
  overflow: hidden;
  height: 100%;
  display: block;
  position: relative;
}
#gnavi .childPageArea .thmLink > div figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s opacity ease;
}
#gnavi .childPageArea .thmLink > div figure img {
  transition: 1.4s;
  width: 100%;
  height: auto;
}
#gnavi .childPageArea .thmLink > div .arrow {
  position: relative;
}
#gnavi .childPageArea .thmLink > div .arrow:after, #gnavi .childPageArea .thmLink > div .arrow:before {
  content: "";
  background: url(./img/common/arrow.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 35%;
  right: 0;
}
#gnavi .childPageArea .thmLink > div .arrow:after {
  opacity: 0;
  right: 10px;
}
#gnavi .childPageArea .thmLink > div a:hover figure:after {
  opacity: 1;
}
#gnavi .childPageArea .thmLink > div a:hover figure img {
  transform: scale(1.04) rotate(0.001deg);
  opacity: 1;
}
#gnavi .childPageArea .thmLink > div a:hover .arrow:before {
  animation: arrowbefore2 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#gnavi .childPageArea .thmLink > div a:hover .arrow:after {
  animation: arrowafter2 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#gnavi .childPageArea .thmLink.interview {
  margin-top: 3%;
}
#gnavi .childPageArea .thmLink.interview > div {
  width: 97.3333333333%;
  max-width: 153px;
  margin-right: 8%;
  margin-left: 0;
}
#gnavi .childPageArea .thmLink.interview > div:nth-of-type(3n) {
  margin-right: 0;
}
#gnavi .childPageArea .thmLink.interview > div:nth-of-type(n+4) {
  margin-top: 20px;
}
#gnavi .childPageArea .production .arrow {
  width: 96%;
  max-width: 245px;
  margin-right: 5%;
}
#gnavi .childPageArea .production .gchild:nth-of-type(n+2) {
  margin-left: 2em;
}
#gnavi .childPageArea .production .gchild a {
  color: #727272;
  font-size: 0.857rem;
}
#gnavi .childPageArea .production .gchild a:before {
  content: "ー　";
}
#gnavi .childPageArea .production .gchild a:hover {
  color: #1F329A;
}
#gnavi .childPageArea .interviewTit span {
  display: inline-block;
}
#gnavi .childPageArea .interviewTit .en {
  font-size: 0.857rem;
  color: #BCBCBC;
  margin-left: 1em;
}

#gnavi.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
#gnavi.open > .inner {
  transition-delay: 0.2s;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 1470px) {
  #gnavi > .inner {
    min-width: 420px;
  }
  #gnavi > .inner .links {
    max-width: 300px;
    min-width: 210px;
  }
  #gnavi > .inner .links .othersite li a {
    font-size: 0.88vw;
  }
  #gnavi > .inner .links .othersite li a i svg {
    width: 20px;
  }
  #gnavi > .inner .links .interlink .btnArea a {
    font-size: 1vw;
  }
  #gnavi > .inner .links .interlink ul li a {
    font-size: 0.8vw;
    padding-right: 1vw;
  }
  #gnavi > .inner .links .interlink ul li:nth-of-type(n+2) a {
    padding: 0 1vw;
  }
  #gnavi > .inner .links .copy {
    font-size: 0.8vw;
    word-break: break-all;
  }
  #gnavi > .inner .parent {
    max-width: 300px;
    min-width: 210px;
  }
  #gnavi > .inner .parent .pTitWrap .mark {
    right: 2.9vw;
  }
  #gnavi > .inner .parent .parentTit .ja {
    font-size: 1.1vw;
  }
  #gnavi > .inner .parent .nochild .pTitWrap:before {
    right: 2.9vw;
  }
  #gnavi > .inner .parent .nochild .pTitWrap:after {
    right: 3.6vw;
  }
  @keyframes arrowbefore3 {
    100% {
      right: 2.2vw;
      opacity: 0;
    }
  }
  @keyframes arrowafter3 {
    99% {
      right: 2.9vw;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@media screen and (max-width: 1320px) {
  #gnavi .childPageArea .inner {
    padding: 90px 3vw;
  }
  #gnavi .childPageArea a {
    font-size: 1.1vw;
  }
  #gnavi .childPageArea a br {
    display: block;
  }
  #gnavi .childPageArea p {
    font-size: 1.1vw;
  }
  #gnavi .childPageArea .parentPage, #gnavi .childPageArea .arrow {
    width: 17.9vw;
  }
  #gnavi .childPageArea .thmLink > div {
    width: 17.9vw;
  }
  #gnavi .childPageArea .thmLink.interview > div {
    width: 11vw;
    margin-right: 3vw;
  }
  #gnavi .childPageArea .thmLink.interview > div .arrow {
    width: auto;
  }
  #gnavi .childPageArea .production .arrow {
    width: 17.9vw;
    margin: 0;
  }
  #gnavi .childPageArea .production .gchild a {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1020px) {
  #gnavi .childPageArea .inner {
    padding: 90px 3vw;
  }
  #gnavi .childPageArea .thmLink > div:nth-of-type(2n) {
    margin-left: 2vw;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 940px) {
  #gnavi .childPageArea .thmLink.interview > div {
    width: 50%;
    margin-right: 2vw;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(3n) {
    margin-right: 2vw;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(2n) {
    margin-right: 0;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 910px) {
  #gnavi .childPageArea {
    width: 100%;
    margin-right: 100px;
  }
  #gnavi .childPageArea .thmLink.interview > div {
    width: 16.8vw;
  }
}
/************************************************
    spNavi
*********** */
@media screen and (max-width: 768px) {
  #gnavi {
    padding-top: 30vw;
    z-index: 999;
    background: #fff;
  }
  #gnavi .logo {
    position: fixed;
    width: 21.3vw;
    height: 21.3vw;
    z-index: 999;
  }
  #gnavi .logo a {
    padding: 2.6vw;
  }
  #gnavi .logo a span {
    display: none;
  }
  #gnavi > .inner {
    min-width: initial;
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    position: static;
  }
  #gnavi > .inner > .links {
    height: auto;
    max-width: initial;
    width: 100%;
    padding: 0;
  }
  #gnavi > .inner > .links .othersite {
    margin-top: 30px;
    padding: 0 5.3vw;
  }
  #gnavi > .inner > .links .othersite li {
    padding: 0;
    border-top: 1px solid #BEBEBE;
  }
  #gnavi > .inner > .links .othersite li:first-of-type {
    border: none;
  }
  #gnavi > .inner > .links .othersite li a {
    padding: 25px 0;
    position: relative;
    font-size: 0.929rem;
  }
  #gnavi > .inner > .links .othersite li a i {
    width: 36px;
  }
  #gnavi > .inner > .links .othersite li a i svg {
    width: auto;
  }
  #gnavi > .inner > .links .othersite li a:after {
    content: "";
    background: url(./img/common/arrow_splocal.svg) no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  #gnavi > .inner > .links .interlink {
    margin-top: 0;
    background: #DCDFE0;
  }
  #gnavi > .inner > .links .interlink .btnArea a {
    font-size: 1.143rem;
    display: flex;
    justify-content: center;
    padding-top: 65px;
    width: 100%;
    max-width: initial;
    height: 130px;
    position: relative;
  }
  #gnavi > .inner > .links .interlink .btnArea a:before {
    content: "";
    background: url(./img/common/ico_mail.svg) no-repeat;
    width: 20px;
    height: 17px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    text-align: center;
  }
  #gnavi > .inner > .links .interlink .btnArea a:after {
    content: "";
    background: url(./img/common/arrow_kado.svg) no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
  }
  #gnavi > .inner > .links .interlink .btnArea a:hover {
    background: #1F329A;
  }
  #gnavi > .inner > .links .interlink ul {
    width: 100%;
    padding: 15px 5.3vw 5px;
    margin-top: 0;
  }
  #gnavi > .inner > .links .interlink ul li a {
    font-size: 0.857rem;
  }
  #gnavi > .inner > .links .interlink ul li:nth-of-type(1) a {
    padding: 0 15px 0 0;
  }
  #gnavi > .inner > .links .interlink ul li:nth-of-type(n+2) {
    border-left: 1px solid #707070;
  }
  #gnavi > .inner > .links .interlink ul li:nth-of-type(n+2) a {
    padding: 0 15px;
  }
  #gnavi > .inner > .links .interlink .copy {
    width: 100%;
    font-size: 0.714rem;
    padding: 0 5.3vw 10px;
    margin-top: 0;
  }
  #gnavi > .inner > .parent {
    width: 100%;
    height: auto;
    padding-left: 0;
    max-width: initial;
  }
  #gnavi > .inner > .parent > ul {
    height: auto;
  }
  #gnavi > .inner > .parent > ul > li:nth-of-type(n+2) {
    margin-top: 0;
  }
  #gnavi > .inner > .parent > ul > li.open .parentTit {
    transform: none;
  }
  #gnavi > .inner > .parent > ul > li .pTitWrap .mark {
    top: 30px;
    right: 10.6vw;
    width: 20px;
    height: 20px;
  }
  #gnavi > .inner > .parent > ul > li .pTitWrap .mark:before {
    content: "";
    width: 20px;
    height: 1px;
  }
  #gnavi > .inner > .parent > ul > li .pTitWrap .mark:after {
    content: "";
    width: 1px;
    height: 20px;
  }
  #gnavi > .inner > .parent > ul > li.open .pTitWrap .mark {
    transform: none;
  }
  #gnavi > .inner > .parent > ul > li.open .pTitWrap .mark:after {
    background: transparent;
  }
  #gnavi > .inner > .parent > ul > li.nochild .pTitWrap .mark {
    display: inline-block;
    background: none;
    position: absolute;
    top: 30px;
    right: 10.6vw;
    width: 20px;
    height: 20px;
  }
  #gnavi > .inner > .parent > ul > li.nochild .pTitWrap .mark:before {
    content: "";
    width: 20px;
    height: 16px;
    background: url(./img/common/arrow_gray.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
  }
  #gnavi > .inner > .parent > ul > li.nochild .pTitWrap .mark:after {
    content: none;
  }
  #gnavi > .inner > .parent .parentTit {
    background: #fff;
    padding: 20px 35px;
    position: relative;
  }
  #gnavi > .inner > .parent .parentTit.clickable a {
    pointer-events: none;
  }
  #gnavi > .inner > .parent .parentTit .ja {
    font-size: 1.143rem;
  }
  #gnavi > .inner > .parent .parentTit .en {
    font-size: 0.857rem;
  }
  #gnavi > .inner > .parent .parentTit a {
    display: block;
  }
  #gnavi .childPageArea {
    position: static;
    width: 100%;
    height: auto;
    background: #F5F5F5;
    display: none;
  }
  #gnavi .childPageArea > .inner {
    padding: 20px 35px;
    height: auto;
    transform: translateX(0);
    animation: none;
  }
  #gnavi .childPageArea > .inner > div:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #gnavi .childPageArea .childWrap > div:nth-of-type(n+2) {
    margin-top: 0;
  }
  #gnavi .childPageArea a {
    font-size: 1rem;
    max-width: initial;
    padding: 10px 0;
  }
  #gnavi .childPageArea p {
    font-size: 1rem;
  }
  #gnavi .childPageArea .parentPage {
    width: auto;
    max-width: initial;
    letter-spacing: 0;
  }
  #gnavi .childPageArea .parentPage .mark svg {
    display: none;
  }
  #gnavi .childPageArea .parentPage a:after {
    content: "";
    background: url(./img/common/ico_menu_parent.svg);
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 1em;
  }
  #gnavi .childPageArea .arrow {
    width: 100%;
  }
  #gnavi .childPageArea .arrow a:before {
    content: none;
  }
  #gnavi .childPageArea .arrow a:after {
    opacity: 1;
    content: "";
    background: url(./img/common/arrow.svg) no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 1s ease;
  }
  #gnavi .childPageArea .arrow a:hover:after {
    transform: translateX(5px) translateY(-50%);
  }
  #gnavi .childPageArea .thmLink > div {
    width: 46%;
    max-width: initial;
  }
  #gnavi .childPageArea .thmLink > div:nth-of-type(2n) {
    margin-left: 8%;
  }
  #gnavi .childPageArea .thmLink > div figure {
    margin-bottom: 5px;
    background: #000;
  }
  #gnavi .childPageArea .thmLink > div figure:after {
    content: none;
  }
  #gnavi .childPageArea .thmLink > div .arrow {
    position: relative;
  }
  #gnavi .childPageArea .thmLink > div .arrow a:before {
    content: none;
  }
  #gnavi .childPageArea .thmLink > div .arrow:after {
    content: "";
    background: url(./img/common/arrow.svg) no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.5s ease;
    opacity: 1;
  }
  #gnavi .childPageArea .thmLink > div a:hover figure img {
    transform: scale(1.04);
  }
  #gnavi .childPageArea .thmLink > div a:hover .arrow:after {
    transform: translateX(5px) translateY(-50%);
  }
  #gnavi .childPageArea .thmLink.interview {
    margin-top: 0;
  }
  #gnavi .childPageArea .thmLink.interview > div {
    width: 46%;
    max-width: initial;
    margin-right: 0;
    margin-left: 0;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(2n) {
    margin-left: 8%;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(3n) {
    margin-right: auto;
  }
  #gnavi .childPageArea .thmLink.interview > div:nth-of-type(n+3) {
    margin-top: auto;
  }
  #gnavi .childPageArea .production {
    flex-flow: wrap;
  }
  #gnavi .childPageArea .production .arrow {
    max-width: initial;
    width: 100%;
  }
  #gnavi .childPageArea .production .gchild:nth-of-type(n+2) {
    margin-right: 4em;
    margin-left: 0;
  }
  #gnavi .childPageArea .production .gchild a {
    font-size: 1rem;
  }
  #gnavi .childPageArea .interviewTit span {
    display: inline-block;
  }
  #gnavi .childPageArea .interviewTit .en {
    font-size: 0.857rem;
    color: #BCBCBC;
    margin-left: 1em;
  }
  #gnavi.open {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease-out;
  }
  #gnavi.open > .inner {
    transition-delay: 0.2s;
    left: 0;
    opacity: 1;
  }
}
/************************************************
	footer
************************************************ */
#footer {
  background: #fff;
  position: relative;
  z-index: 100;
}
#footer .inner_l {
  padding: 50px 40px 35px;
}
#footer .fLogo {
  margin-bottom: 30px;
}
#footer .fLogo .logo img {
  width: 150px;
  height: auto;
}
#footer .fLogo .logo span {
  display: block;
  font-size: 0.929rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
#footer .address {
  position: relative;
  padding: 30px 0 0;
}
#footer .address:before {
  content: "";
  background: #707070;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .address h2 {
  font-size: 1.143rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .address .link {
  position: relative;
  margin-top: 5px;
}
#footer .address .link:before {
  content: "";
  background: url(./img/common/ico_map.svg) no-repeat;
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: text-bottom;
}
#footer .address .link a {
  border-bottom: 1px solid #323232;
  font-size: 0.929rem;
}
#footer .address .link a:hover {
  border-color: transparent;
}
#footer .othersite {
  margin-top: 30px;
}
#footer .othersite li {
  padding: 0 30px;
  border-left: 1px solid #BEBEBE;
}
#footer .othersite li:first-of-type {
  padding-left: 0;
  border: none;
}
#footer .othersite li a {
  display: flex;
  align-items: center;
  color: #8B8B8B;
  font-size: 0.929rem;
  height: 100%;
}
#footer .othersite li a i {
  display: inline-block;
  margin-right: 12px;
}
#footer .othersite li a svg {
  fill: #8B8B8B;
  transition: 0.2s;
}
#footer .othersite li a:hover {
  color: #1F329A;
}
#footer .othersite li a:hover svg {
  fill: #1F329A;
}
#footer .othersite li.tokyojuku .ico_juku {
  display: inline-block;
  width: 36px;
  height: 20px;
  background-image: url(./img/common/ico_juku.png);
  background-size: cover;
  transition: 0.2s background-image;
}
#footer .othersite li.tokyojuku a:hover .ico_juku {
  background-image: url(./img/common/ico_juku_hv.png);
}
#footer .goTop {
  position: absolute;
  right: 0;
  bottom: 130px;
}
#footer .footerCta .cta {
  width: 40%;
}
#footer .footerCta .cta a {
  background: #172677;
  color: #fff;
  font-size: 1.143rem;
  display: flex;
  justify-content: center;
  padding-top: 65px;
  width: 100%;
  height: 130px;
  letter-spacing: 0.06em;
  position: relative;
}
#footer .footerCta .cta a:before {
  content: "";
  background: url(./img/common/ico_mail.svg) no-repeat;
  background-size: cover;
  width: 22px;
  height: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  text-align: center;
}
#footer .footerCta .cta a:after {
  content: "";
  background: url(./img/common/arrow_kado.svg) no-repeat;
  background-size: cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
#footer .footerCta .cta a:hover {
  background: #1F329A;
}
#footer .footerCta .utility {
  width: 60%;
  background: #DCDFE0;
  padding-right: 60px;
}
#footer .footerCta .utility li {
  line-height: 1;
}
#footer .footerCta .utility li:nth-of-type(n+2) {
  border-left: 1px solid #707070;
}
#footer .footerCta .utility a {
  font-size: 0.857rem;
  color: #707070;
  padding: 0 15px;
}
#footer .footerCta .utility a:hover {
  color: #1F329A;
}
#footer .footerCta .utility .copy {
  font-size: 0.857rem;
  color: #707070;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  #footer .inner_l {
    padding: 50px 5.3vw 0;
  }
  #footer .fLogo .logo {
    text-align: center;
  }
  #footer .address p {
    font-size: 0.929rem;
  }
  #footer .othersite li {
    padding: 0;
    border-top: 1px solid #BEBEBE;
    border-left: none;
  }
  #footer .othersite li:first-of-type {
    border: none;
  }
  #footer .othersite li a {
    padding: 25px 0;
    position: relative;
  }
  #footer .othersite li a i {
    width: 36px;
    text-align: center;
  }
  #footer .othersite li a:after {
    content: "";
    background: url(./img/common/arrow_splocal.svg) no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  #footer .footerCta .cta {
    width: 100%;
  }
  #footer .footerCta .utility {
    width: 100%;
    padding: 15px 5.3vw;
    height: 65px;
  }
  #footer .footerCta .utility li:nth-of-type(2) {
    margin-left: 15px;
    padding-left: 15px;
  }
  #footer .footerCta .utility a {
    padding: 0;
  }
  #footer .footerCta .utility .copy {
    width: 100%;
    font-size: 0.714rem;
    margin-top: 10px;
    padding-left: 0;
  }
  .goTop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 65px;
    height: 65px;
    opacity: 0;
    transition: 0.4s opacity ease;
  }
  .goTop.is-show {
    opacity: 1;
  }
}
/************************************************
	toppage
************************************************ */
#mvTop {
  height: 100vh;
  width: 100%;
  padding-top: 61.6vw;
  padding-left: 100px;
  position: relative;
  z-index: 0;
}
#mvTop .inner {
  width: calc(100% - 200px);
  max-height: 100vh;
  position: fixed;
  top: 0;
}
#mvTop .topsliderPC {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}
#mvTop .topsliderPC .topslider {
  max-height: calc(100vh - 160px);
  overflow: hidden;
}
#mvTop .topsliderPC .slick-list {
  overflow: hidden;
}
#mvTop .topsliderPC .slick-list .slide-animation {
  overflow: hidden;
}
#mvTop .topsliderPC img {
  width: 100%;
  height: auto;
}
#mvTop .txt {
  max-width: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#mvTop .txt img {
  max-width: 100%;
  height: auto;
}
#mvTop .txt02 {
  position: absolute;
  bottom: 20px;
  left: -72px;
  height: 240px;
}
#mvTop .txt02 img {
  width: 47px;
  height: auto;
}
#mvTop .progress-barsPC {
  position: absolute;
  top: 100px;
  right: 20px;
  overflow: hidden;
  width: 100px;
  margin: 0 auto;
  display: flex;
}
#mvTop .progress-barsPC > .progress-bar-box {
  height: 3px;
  width: 33%;
  margin: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
}
#mvTop .progress-barsPC > .progress-bar-box span {
  display: block !important;
  margin-top: 10px;
}
#mvTop .progress-barsPC > .progress-bar-box .bar {
  height: 100%;
  width: 0px;
}

@media screen and (max-width: 768px) {
  #mvTop {
    height: 100%;
    width: 100%;
    padding: 0;
  }
  #mvTop .inner {
    width: 100%;
    height: auto;
  }
  #mvTop .topsliderSP {
    width: 100%;
    padding-bottom: 25px;
  }
  #mvTop .topsliderSP img {
    width: 100%;
    height: auto;
  }
  #mvTop .txt {
    position: absolute;
    top: 23vw;
    right: 5px;
    height: 121vw;
    text-align: right;
  }
  #mvTop .txt img {
    height: 100%;
    width: auto;
  }
  #mvTop .txt02 {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 37vw;
    height: 8vw;
  }
  #mvTop .txt02 img {
    width: auto;
    height: 100%;
  }
  #mvTop .progress-barsSP {
    position: absolute;
    bottom: 50px;
    left: 5.3vw;
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
    display: flex;
  }
  #mvTop .progress-barsSP > .progress-bar-box {
    height: 2px;
    width: 33%;
    margin: 3px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
  }
  #mvTop .progress-barsSP > .progress-bar-box span {
    display: block !important;
    margin-top: 10px;
  }
  #mvTop .progress-barsSP > .progress-bar-box .bar {
    height: 100%;
    width: 0px;
  }
}
#topSec01 {
  padding: 150px 0 160px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7217261905) 12%, rgba(255, 255, 255, 0.9178046218) 25%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7217261905) 12%, rgba(255, 255, 255, 0.9178046218) 25%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7217261905) 12%, rgba(255, 255, 255, 0.9178046218) 25%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#topSec01 > .bg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#topSec01 .attentionArea {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
  margin-bottom: 50px;
  margin-left: 50px;
}
#topSec01 .attentionArea .bg {
  background: #ECEDF5;
  padding: 15px 60px;
}
#topSec01 .attentionArea .bg p {
  color: #172677;
  letter-spacing: 0.08em;
}
#topSec01 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: 5vw;
  transform: translateX(50px);
}
#topSec01 .txtClm {
  transform: translateX(50px);
}
#topSec01 .txtClm .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.071rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
#topSec01 .txtClm .txt:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  #topSec01 {
    padding: 100vh 0 0;
    overflow: hidden;
    *zoom: 1;
    background: none;
  }
  #topSec01 > .bg {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 245px 5.3vw 60px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7217261905) 12%, rgba(255, 255, 255, 0.9178046218) 25%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7217261905) 12%, rgba(255, 255, 255, 0.9178046218) 25%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7217261905) 12%, rgba(255, 255, 255, 0.9178046218) 25%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
  #topSec01 .attentionArea {
    margin-bottom: 50px;
    margin-left: 0;
    transform: translate3d(0, 0, 0);
  }
  #topSec01 .attentionArea .bg {
    padding: 15px;
  }
  #topSec01 h2 {
    position: static;
    margin-bottom: 40px;
    margin-right: 0;
    transform: translateX(0);
  }
  #topSec01 h2 img {
    width: 80px;
  }
  #topSec01 .txtClm {
    margin-right: 0;
    transform: translateX(0);
  }
  #topSec01 .txtClm .txt {
    font-size: 0.929rem;
    line-height: 2.2;
  }
}
#topSec02 {
  padding-left: 100px;
  background: #fff;
  position: relative;
  z-index: 100;
}
#topSec02 .gridInner {
  display: flex;
  flex-wrap: wrap;
}
#topSec02 .gridInner > div {
  padding: 2px;
  overflow: hidden;
}
#topSec02 .gridInner > div .img img {
  width: 100%;
  height: auto;
  transition: 1.4s;
}
#topSec02 .gridInner > div.col1 {
  width: 33.3333333333%;
}
#topSec02 .gridInner > div.col2 {
  width: 66.6666666667%;
}
#topSec02 .gridInner > div.col3 {
  width: 100%;
}
#topSec02 .gridInner > div a:hover .img:after {
  opacity: 1;
}
#topSec02 .gridInner > div a:hover .img img {
  transform: scale(1.04);
  opacity: 1;
}
#topSec02 .gridInner .grid18 .linkTit {
  width: 310px;
}
#topSec02 .gridInner .linkGrid.movie {
  position: relative;
  overflow: hidden;
}
#topSec02 .gridInner .linkGrid.movie video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#topSec02 .gridInner .linkGrid.movie .video {
  width: 100%;
  height: 100%;
  position: relative;
}
#topSec02 .gridInner .linkGrid.movie .video:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 1s ease;
}
#topSec02 .gridInner .linkGrid.movie:hover .video:after {
  opacity: 1;
}
#topSec02 .gridInner .grid01 {
  height: 33vw;
}
#topSec02 .gridInner .grid08 .linkGrid video {
  height: 105%;
  width: auto;
}

@media screen and (max-width: 768px) {
  #topSec02 {
    padding: 0 5.3vw;
  }
  #topSec02 .gridInner > div .linkGrid .img {
    height: auto;
  }
  #topSec02 .gridInner > div .img {
    background: #000;
  }
  #topSec02 .gridInner > div.col1, #topSec02 .gridInner > div.col2 {
    width: 50%;
  }
  #topSec02 .gridInner > div.col3 {
    width: 100%;
  }
  #topSec02 .gridInner > div a:hover .img img {
    transform: scale(1.04);
    opacity: 0.8;
  }
  #topSec02 .gridInner .linkTit {
    width: 100%;
  }
  #topSec02 .gridInner .linkTit:before {
    content: none;
  }
  #topSec02 .gridInner .linkGrid.movie {
    background: #000;
  }
  #topSec02 .gridInner .linkGrid.movie video {
    height: 105%;
  }
  #topSec02 .gridInner .linkGrid.movie .video {
    height: auto;
    overflow: hidden;
  }
  #topSec02 .gridInner .linkGrid.movie .video:after {
    content: none;
  }
  #topSec02 .gridInner .linkGrid.movie:hover .video {
    opacity: 0.8;
  }
  #topSec02 .gridInner .grid02, #topSec02 .gridInner .grid08, #topSec02 .gridInner .grid11, #topSec02 .gridInner .grid12, #topSec02 .gridInner .grid14, #topSec02 .gridInner .grid18 {
    width: 100% !important;
  }
  #topSec02 .gridInner .grid01 {
    order: 1;
    height: auto;
  }
  #topSec02 .gridInner .grid01 .linkGrid.movie .video {
    height: 120.5vw;
  }
  #topSec02 .gridInner .grid01 .linkGrid.movie .video video {
    height: 150%;
  }
  #topSec02 .gridInner .grid08 {
    order: 1;
  }
  #topSec02 .gridInner .grid08 .linkGrid.movie .video {
    height: 53.3vw;
  }
  #topSec02 .gridInner .grid02 {
    order: 2;
  }
  #topSec02 .gridInner .grid03 {
    order: 3;
  }
  #topSec02 .gridInner .grid04 {
    order: 4;
  }
  #topSec02 .gridInner .grid05 {
    order: 6;
  }
  #topSec02 .gridInner .grid06 {
    order: 5;
  }
  #topSec02 .gridInner .grid07 {
    order: 9;
  }
  #topSec02 .gridInner .grid08 {
    order: 7;
  }
  #topSec02 .gridInner .grid09 {
    order: 8;
  }
  #topSec02 .gridInner .grid10 {
    order: 10;
  }
  #topSec02 .gridInner .grid11 {
    order: 11;
  }
  #topSec02 .gridInner .grid12 {
    order: 14;
  }
  #topSec02 .gridInner .grid13 {
    order: 12;
  }
  #topSec02 .gridInner .grid14 {
    order: 17;
  }
  #topSec02 .gridInner .grid15 {
    order: 16;
  }
  #topSec02 .gridInner .grid16 {
    order: 15;
  }
  #topSec02 .gridInner .grid17 {
    order: 13;
  }
  #topSec02 .gridInner .grid18 {
    order: 18;
  }
  #topSec02 .gridInner .grid18 .linkTit {
    width: 100%;
  }
}
#newsSec01.top {
  padding: 130px 0;
  background: #fff;
  position: relative;
  z-index: 100;
}
#newsSec01.top .inner_m {
  width: 1037px;
}
#newsSec01.top h3 {
  margin-bottom: 60px;
}
#newsSec01.top .newsArea {
  flex: 0 1 640px;
}
#newsSec01.top #newsList {
  margin-bottom: 15px;
  padding: 0;
}
#newsSec01.top p.tar a {
  font-size: 0.929rem;
  color: #6E7780;
}
#newsSec01.top p.tar a:hover {
  color: #1F329A;
}

@media screen and (max-width: 768px) {
  #newsSec01.top {
    padding: 60px 0;
  }
  #newsSec01.top .inner_m {
    width: auto;
    padding: 0 5.3vw;
    margin-right: 0;
  }
  #newsSec01.top h3 {
    margin-bottom: 40px;
  }
  #newsSec01.top .twiiterBtn {
    margin-top: 50px;
  }
  #newsSec01.top .twiiterBtn h4 {
    font-size: 1.071rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #newsSec01.top .twiiterBtn .btnArea {
    margin-top: 10px;
  }
  #newsSec01.top .twiiterBtn .btnArea a {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    border: 1px solid #C9C9C9;
    display: block;
    text-align: center;
  }
  #newsSec01.top .twiiterBtn .btnArea a span {
    color: #6E7780;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
  }
  #newsSec01.top .twiiterBtn .btnArea a span:before {
    content: "";
    background: url(./img/top/ico_tw_blue.svg);
    width: 26px;
    height: 21px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: sub;
  }
}
/************************************************
	about
************************************************ */
#aboutSec01.firstSec {
  padding-top: 130px;
  padding-bottom: 150px;
}
#aboutSec01 .leadSec {
  padding-left: 120px;
}

@media screen and (max-width: 768px) {
  #aboutSec01 {
    padding: 5.3vw;
  }
  #aboutSec01.firstSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #aboutSec01 .leadSec {
    padding-left: 0;
  }
}
#aboutSec02 li:nth-of-type(n+2) {
  margin-top: 130px;
}
#aboutSec02 li .img {
  height: 355px;
  position: relative;
  overflow: hidden;
}
#aboutSec02 li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 1s ease;
}
#aboutSec02 li .img:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 1s ease;
}
#aboutSec02 li .img.seki:before {
  background: url(./img/about/img_about_seki.jpg);
}
#aboutSec02 li .img.furukawa:before {
  background: url(./img/about/img_about_furukawa.jpg);
}
#aboutSec02 li .img.takeuchi:before {
  background: url(./img/about/img_about_takeuchi.jpg);
}
#aboutSec02 li .txtClm {
  margin-top: 30px;
  position: relative;
}
#aboutSec02 li .txtClm > p {
  font-size: 2.143rem;
  line-height: 1.6;
}
#aboutSec02 li .txtClm .name {
  padding-right: 90px;
}
#aboutSec02 li .txtClm .name p {
  font-size: 2.286rem;
}
#aboutSec02 li .txtClm .name .position {
  line-height: 1.5;
  font-size: 1rem;
}
#aboutSec02 li .txtClm:after {
  content: "";
  background: url(./img/common/arrow_circle.svg) no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#aboutSec02 li a:hover .txtClm p {
  color: #1F329A;
}
#aboutSec02 li a:hover .img:before {
  transform: scale(1.02) rotate(0.001deg);
}
#aboutSec02 li a:hover .img:after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #aboutSec02 .inner_l {
    padding: 0 5.3vw;
  }
  #aboutSec02 li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #aboutSec02 li .img {
    height: 49.3vw;
  }
  #aboutSec02 li .img.furukawa:before {
    background: url(./img/about/img_about_furukawa.jpg) top right;
    background-size: auto 100%;
  }
  #aboutSec02 li .img.seki:before {
    background: url(./img/about/img_about_seki.jpg) top right;
    background-size: auto 100%;
  }
  #aboutSec02 li .img.takeuchi:before {
    background: url(./img/about/img_about_takeuchi.jpg);
    background-size: auto 100%;
  }
  #aboutSec02 li .txtClm {
    margin-top: 10px;
  }
  #aboutSec02 li .txtClm > p {
    font-size: 1.429rem;
  }
  #aboutSec02 li .txtClm .name {
    padding-right: 0;
    margin-top: 15px;
  }
  #aboutSec02 li .txtClm .name p {
    font-size: 1.714rem;
  }
  #aboutSec02 li .txtClm .name p.tar {
    text-align: left;
  }
  #aboutSec02 li .txtClm .name .position {
    font-size: 0.786rem;
  }
  #aboutSec02 li .txtClm .name:after {
    content: "";
    background: url(./img/common/arrow_circle.svg) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #aboutSec02 li .txtClm:after {
    content: none;
  }
}
#aboutSec03 {
  padding-top: 150px;
}
#aboutSec03 h3 {
  margin-bottom: 80px;
}
#aboutSec03 .txtClm {
  width: 380px;
}
#aboutSec03 .txtClm .btnArea {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #aboutSec03 {
    padding-top: 40px;
  }
  #aboutSec03 h3 {
    margin-bottom: 25px;
  }
  #aboutSec03 .inner_m {
    padding: 0 5.3vw;
    flex-direction: column-reverse;
  }
  #aboutSec03 .txtClm {
    margin-top: 20px;
    width: auto;
  }
  #aboutSec03 .txtClm .btnArea {
    margin-top: 20px;
  }
}
#aboutSec04 {
  padding-top: 150px;
}
#aboutSec04 h3 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #aboutSec04 {
    padding-top: 40px;
  }
  #aboutSec04 .inner_m {
    padding: 0 5.3vw;
  }
  #aboutSec04 h3 {
    margin-bottom: 25px;
  }
}
#aboutSec05 {
  padding-top: 150px;
  padding-bottom: 200px;
}
#aboutSec05 h3 {
  margin-bottom: 20px;
  line-height: 1.5;
}
#aboutSec05 h3 .ja {
  font-size: 1.143rem;
  font-weight: bold;
}
#aboutSec05 h3 .en {
  color: #BCBCBC;
  font-size: 0.857rem;
}
#aboutSec05 .linkGrid {
  height: 335px;
}
#aboutSec05 .linkGrid .img:before {
  background: url(./img/about/img_about04.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #aboutSec05 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #aboutSec05 .inner_m {
    padding: 0 5.3vw;
  }
  #aboutSec05 h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  #aboutSec05 .linkGrid {
    height: 58.6vw;
  }
  #aboutSec05 .linkGrid .img:before {
    background: url(./img/about/img_about04_sp.jpg) no-repeat;
    background-size: cover;
  }
}
/************************************************
	message-seki / message-takeuchi
************************************************ */
#messageSec01 .message {
  margin-bottom: 90px;
}
#messageSec01 .message p {
  line-height: 2.4;
  letter-spacing: 0.06em;
}
#messageSec01 .message p:nth-of-type(n+2) {
  margin-top: 30px;
}
#messageSec01 .position {
  font-weight: bold;
}
#messageSec01 .name {
  font-size: 2.286rem;
}

@media screen and (max-width: 768px) {
  #messageSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #messageSec01 .message {
    margin-bottom: 40px;
  }
  #messageSec01 .message p {
    line-height: 2;
  }
  #messageSec01 .message p:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #messageSec01 .position {
    font-weight: bold;
    font-size: 0.857rem;
  }
  #messageSec01 .name {
    font-size: 1.429rem;
  }
}
/************************************************
	philosophy
************************************************ */
#pholosophySec01 {
  margin-bottom: 160px;
}
#pholosophySec01.firstSec {
  padding-top: 40px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #pholosophySec01 {
    margin-bottom: 0;
  }
  #pholosophySec01.firstSec {
    padding: 0 0 40px;
  }
  #pholosophySec01 .inner_s {
    padding: 0 5.3vw;
  }
}
.pllbg.philosophy {
  padding-top: 42%;
  background-image: url(./img/about/img_philosophy01.jpg);
}

#pholosophySec02 h3 {
  margin-bottom: 90px;
}
#pholosophySec02 .lead {
  font-size: 3.286rem;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #pholosophySec02 {
    padding-top: 50px;
  }
  #pholosophySec02 .inner_s {
    padding: 0 5.3vw;
  }
  #pholosophySec02 h3 {
    margin-bottom: 25px;
  }
  #pholosophySec02 .lead {
    font-size: 1.714rem;
    margin-bottom: 30px;
  }
}
#pholosophySec03 {
  padding: 180px 0;
}
#pholosophySec03 h3 {
  margin-bottom: 70px;
}
#pholosophySec03 .lead {
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  #pholosophySec03 {
    padding: 50px 0;
  }
  #pholosophySec03 .inner_s {
    padding: 0 5.3vw;
  }
  #pholosophySec03 h3 {
    margin-bottom: 25px;
  }
  #pholosophySec03 .lead {
    margin-bottom: 20px;
    padding: 0 5.3vw;
  }
}
/************************************************
	curriculum
************************************************ */
.col3link {
  border-left: 1px solid #BEBEBE;
}
.col3link li {
  border-right: 1px solid #BEBEBE;
  height: 315px;
}
.col3link li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.6s background ease-out;
}
.col3link li a h3 {
  font-size: 1.429rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.8;
  transition: 0.6s all ease-out;
}
.col3link li a h3 span {
  color: #BEBEBE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.929rem;
  letter-spacing: 0;
}
.col3link li a:hover {
  background: #172677;
}
.col3link li a:hover h3 {
  letter-spacing: 0.3em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .col3link {
    border-top: 1px solid #BEBEBE;
    border-left: none;
  }
  .col3link li {
    border-bottom: 1px solid #BEBEBE;
    border-right: none;
    height: auto;
  }
  .col3link li a {
    padding: 20px;
    display: block;
    transition: 0.6s background ease-out;
  }
  .col3link li a h3 {
    font-size: 1.286rem;
  }
  .col3link li a h3 span {
    font-size: 0.857rem;
  }
}
#curriculumSec01.firstSec {
  padding-top: 130px;
  padding-bottom: 150px;
}
#curriculumSec01 .txt {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #curriculumSec01.firstSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #curriculumSec01 .inner_m, #curriculumSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #curriculumSec01 .txt {
    margin-bottom: 50px;
  }
}
#curriculumSec02 {
  margin-bottom: 120px;
}
#curriculumSec02 .inner_l {
  background: url(./img/curriculum/img_curriculum_top.jpg) no-repeat;
  background-size: cover;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#curriculumSec02 .txtClm h3, #curriculumSec02 .txtClm p {
  color: #fff;
  text-align: center;
}
#curriculumSec02 .txtClm h3 {
  font-size: 2.429rem;
  letter-spacing: 0.14em;
}
#curriculumSec02 .txtClm .txt {
  margin-top: 50px;
  font-size: 1rem;
  line-height: 2;
}
#curriculumSec02 .txtClm .btnArea {
  margin-top: 60px;
}
#curriculumSec02 .txtClm .btnArea a {
  color: #fff;
}
#curriculumSec02 .txtClm .btnArea a:before, #curriculumSec02 .txtClm .btnArea a:after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  #curriculumSec02 {
    margin-bottom: 0;
  }
  #curriculumSec02 .inner_l {
    padding: 50px 5.3vw;
    height: auto;
  }
  #curriculumSec02 .txtClm h3 {
    font-size: 1.571rem;
  }
  #curriculumSec02 .txtClm .txt {
    margin-top: 20px;
  }
  #curriculumSec02 .txtClm .btnArea {
    margin-top: 30px;
  }
}
/************************************************
	schedule
************************************************ */
#scheduleSec01.firstSec {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  #scheduleSec01.firstSec {
    padding-top: 0;
  }
  #scheduleSec01 .inner_s {
    padding: 0 5.3vw;
  }
}
.scheduleLine {
  position: relative;
}
.scheduleLine:before {
  content: "";
  background: #BEBEBE;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.scheduleLine .circle {
  width: 160px;
  height: 160px;
  margin: 0 auto 60px;
  background: #396A84;
  border-radius: 50%;
  color: #fff;
  font-size: 1.857rem;
  letter-spacing: 0.14em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.scheduleLine .month {
  width: 80px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  background: #729FB9;
  border-radius: 18px;
  color: #fff;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.scheduleLine .scheduleList {
  position: relative;
  z-index: 10;
}
.scheduleLine .scheduleList .full .month {
  margin-bottom: 40px;
}
.scheduleLine .scheduleList .full .img {
  margin-bottom: 25px;
}
.scheduleLine .scheduleList .full .txtClm .event {
  font-size: 2.429rem;
  letter-spacing: 0.14em;
}
.scheduleLine .scheduleList .full .txtClm .txt {
  width: 400px;
}
.scheduleLine .scheduleList .half .txtClm {
  width: 400px;
  margin-top: -42px;
}
.scheduleLine .scheduleList .half .txtClm .event {
  font-size: 1.857rem;
  margin-bottom: 15px;
  letter-spacing: 0.14em;
}
.scheduleLine .scheduleList .half .txtClm .img {
  margin-bottom: 15px;
}
.scheduleLine .scheduleList .half .txtClm.left {
  float: left;
}
.scheduleLine .scheduleList .half .txtClm.left .event {
  text-align: right;
}
.scheduleLine .scheduleList .half .txtClm.right {
  float: right;
}

@media screen and (max-width: 768px) {
  .scheduleLine {
    position: relative;
    padding: 0 5.3vw;
    content: "";
    display: block;
    clear: both;
  }
  .scheduleLine:before {
    content: none;
  }
  .scheduleLine li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .scheduleLine .circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background: #396A84;
    border-radius: 50%;
    color: #fff;
    font-size: 1.429rem;
    letter-spacing: 0.14em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .scheduleLine .month {
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    background: #729FB9;
    border-radius: 18px;
    color: #fff;
    font-size: 0.929rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 15px;
  }
  .scheduleLine .scheduleList {
    position: relative;
    z-index: 10;
  }
  .scheduleLine .scheduleList .full .month {
    margin-bottom: 0;
  }
  .scheduleLine .scheduleList .full .img {
    height: 58.6vw;
    margin-bottom: 15px;
  }
  .scheduleLine .scheduleList .full .img img {
    display: none;
  }
  .scheduleLine .scheduleList .full .txtClm .event {
    font-size: 1.571rem;
    letter-spacing: 0.14em;
  }
  .scheduleLine .scheduleList .full .txtClm .txt {
    width: auto;
  }
  .scheduleLine .scheduleList .full .half .txtClm {
    width: auto;
    margin-top: 0;
  }
  .scheduleLine .scheduleList .full .half .txtClm .event {
    font-size: 1.571rem;
    margin-bottom: 15px;
    letter-spacing: 0.14em;
  }
  .scheduleLine .scheduleList .full .half .txtClm .img {
    margin-bottom: 15px;
  }
  .scheduleLine .scheduleList .full .half .txtClm.left {
    float: none;
  }
  .scheduleLine .scheduleList .full .half .txtClm.left .event {
    text-align: right;
  }
  .scheduleLine .scheduleList .full .half .txtClm.right {
    float: none;
  }
  .scheduleLine .scheduleList .full.apr .img {
    background: url(./img/curriculum/img_schedule_1_01.jpg) center left 30%;
    background-size: auto 100%;
  }
  .scheduleLine .scheduleList .full.dec02 .img {
    background: url(./img/curriculum/img_schedule_2_05.jpg) center left 20%;
    background-size: auto 100%;
  }
  .scheduleLine .scheduleList .img {
    margin-bottom: 15px;
  }
  .scheduleLine .scheduleList .txtClm {
    display: flex;
    flex-flow: wrap;
    align-items: center;
  }
  .scheduleLine .scheduleList .txtClm .event {
    font-size: 1.571rem;
    letter-spacing: 0.14em;
  }
  .scheduleLine .scheduleList .txtClm .txt {
    font-size: 0.929rem;
  }
  .scheduleLine .scheduleList .half .txtClm {
    display: flex;
    width: auto;
    margin-top: 0;
  }
  .scheduleLine .scheduleList .half .txtClm .month {
    order: 2;
  }
  .scheduleLine .scheduleList .half .txtClm .event {
    order: 3;
    font-size: 1.571rem;
    margin-bottom: 0;
    letter-spacing: 0.14em;
  }
  .scheduleLine .scheduleList .half .txtClm .img {
    order: 1;
  }
  .scheduleLine .scheduleList .half .txtClm .txt {
    order: 4;
  }
  .scheduleLine .scheduleList .half .txtClm.left {
    float: none;
  }
  .scheduleLine .scheduleList .half .txtClm.left .event {
    text-align: right;
  }
  .scheduleLine .scheduleList .half .txtClm.right {
    float: none;
  }
}
#scheduleSec02 {
  margin-top: 70px;
  padding-bottom: 115px;
}
#scheduleSec02 .scheduleList .apr {
  margin-bottom: 35px;
}
#scheduleSec02 .scheduleList .june {
  margin-bottom: 135px;
}
#scheduleSec02 .scheduleList .aug {
  margin-bottom: 454px;
}
#scheduleSec02 .scheduleList .dec {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  #scheduleSec02 {
    margin-top: 0;
    padding-bottom: 50px;
  }
  #scheduleSec02 .scheduleList .apr {
    margin-bottom: 0;
  }
  #scheduleSec02 .scheduleList .june {
    margin-bottom: 0;
  }
  #scheduleSec02 .scheduleList .aug {
    margin-bottom: 0;
  }
}
#scheduleSec03 .circle {
  background: #172677;
}
#scheduleSec03 .month {
  background: #6A72A0;
}
#scheduleSec03 .scheduleList .apr {
  margin-bottom: 210px;
}
#scheduleSec03 .scheduleList .june {
  margin-bottom: 200px;
}
#scheduleSec03 .scheduleList .aug {
  margin-bottom: 350px;
}
#scheduleSec03 .scheduleList .bgBox {
  padding-bottom: 40px;
}
#scheduleSec03 .scheduleList .bgBox .txtClm {
  padding: 35px 45px;
  margin: 0;
}
#scheduleSec03 .scheduleList .dec .img {
  margin-bottom: 135px;
}
#scheduleSec03 .scheduleList .dec02 {
  margin-bottom: 95px;
}
#scheduleSec03 .scheduleList .feb {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 100px;
}
#scheduleSec03 .scheduleList .mar {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 160px;
}
#scheduleSec03 .imgClm {
  background: #fff;
  padding: 25px 0 125px;
  text-align: center;
  position: relative;
  z-index: 10;
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  #scheduleSec03 .scheduleList .apr {
    margin-bottom: 0;
  }
  #scheduleSec03 .scheduleList .june {
    margin-bottom: 0;
  }
  #scheduleSec03 .scheduleList .aug {
    margin-bottom: 0;
  }
  #scheduleSec03 .scheduleList .bgBox {
    padding-bottom: 0;
  }
  #scheduleSec03 .scheduleList .bgBox .txtClm {
    padding: 35px 45px;
    margin: 0;
  }
  #scheduleSec03 .scheduleList .dec {
    margin-bottom: 0;
  }
  #scheduleSec03 .scheduleList .dec02 {
    margin-bottom: 0;
  }
  #scheduleSec03 .scheduleList .feb {
    margin-bottom: 0;
  }
  #scheduleSec03 .scheduleList .mar {
    margin-bottom: 0;
  }
  #scheduleSec03 .imgClm {
    background: #fff;
    padding: 50px 0 50px;
    text-align: center;
    position: relative;
    z-index: 10;
  }
}
/************************************************
	lesson-curriculum
************************************************ */
#lessonSec01.firstSec {
  padding-top: 40px;
}
#lessonSec01 h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #lessonSec01.firstSec {
    padding-top: 40px;
  }
  #lessonSec01 .inner_m, #lessonSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #lessonSec01 h3 {
    margin-bottom: 25px;
  }
}
.pllbg.lesson {
  padding: 130px 0;
  background-image: url(./img/curriculum/img_lesson01.jpg);
}
.pllbg.lesson ol li .num {
  color: #b2b2b2;
  font-size: 2.714rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.pllbg.lesson ol li p {
  font-size: 1.643rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.pllbg.lesson ol li:nth-of-type(1) {
  padding-right: 65px;
}
.pllbg.lesson ol li:nth-of-type(2) {
  padding: 0 65px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pllbg.lesson ol li:nth-of-type(3) {
  padding-left: 65px;
}

@media screen and (max-width: 768px) {
  .pllbg.lesson {
    padding: 0 5.3vw;
  }
  .pllbg.lesson ol li {
    padding: 30px;
  }
  .pllbg.lesson ol li .num {
    font-size: 1.714rem;
  }
  .pllbg.lesson ol li p {
    font-size: 1.286rem;
  }
  .pllbg.lesson ol li:nth-of-type(1) {
    padding-right: 0;
  }
  .pllbg.lesson ol li:nth-of-type(2) {
    padding: 0;
  }
  .pllbg.lesson ol li:nth-of-type(3) {
    padding-left: 0;
  }
}
#lessonSec02 {
  padding-top: 70px;
}
#lessonSec02 h3 {
  margin-bottom: 80px;
}
#lessonSec02 > div > div {
  width: 46%;
}
#lessonSec02 h4 {
  display: inline-block;
  font-size: 2.143rem;
  letter-spacing: 0.14em;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
#lessonSec02 .txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #lessonSec02 {
    padding-top: 40px;
  }
  #lessonSec02 h3 {
    margin-bottom: 25px;
  }
  #lessonSec02 .inner_m {
    padding: 0 5.3vw;
  }
  #lessonSec02 > div > div {
    width: auto;
    text-align: center;
  }
  #lessonSec02 h4 {
    font-size: 1.286rem;
    margin-bottom: 15px;
  }
  #lessonSec02 .txt {
    margin-bottom: 15px;
    text-align: left;
  }
  #lessonSec02 .second {
    margin-top: 30px;
  }
}
.lessonList li .txtClm {
  padding-right: 90px;
}
.lessonList li .txtClm h4 {
  font-size: 2.143rem;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
}
.lessonList li .txtClm h4:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lessonList li .txtClm .lecturer {
  font-size: 1.071rem;
  color: #6E7780;
}
.lessonList li .txtClm .txt {
  margin-top: 30px;
  font-size: 1.071rem;
  line-height: 2.5;
}
.lessonList li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.lessonList li:nth-of-type(2n) .txtClm {
  padding-left: 90px;
  padding-right: 0;
}
.lessonList li:nth-of-type(n+2) {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .lessonList li {
    flex-direction: column-reverse;
  }
  .lessonList li .txtClm {
    padding-right: 0;
    margin-top: 18px;
  }
  .lessonList li .txtClm h4 {
    text-align: center;
    font-size: 1.714rem;
    padding-bottom: 18px;
    margin-bottom: 13px;
  }
  .lessonList li .txtClm h4:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .lessonList li .txtClm .lecturer {
    font-size: 0.929rem;
    text-align: center;
  }
  .lessonList li .txtClm .txt {
    margin-top: 10px;
    font-size: 0.929rem;
    line-height: 2;
  }
  .lessonList li:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .lessonList li:nth-of-type(2n) .txtClm {
    padding-left: 0;
    padding-right: 0;
  }
  .lessonList li:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
#lessonSec03 {
  padding-top: 130px;
  padding-bottom: 80px;
}
#lessonSec03 h3 {
  margin-bottom: 80px;
}
#lessonSec03 .speciallessonSec {
  margin-top: 130px;
  padding: 85px 0;
}
#lessonSec03 .speciallessonSec .lessonList li {
  background: #fff;
  padding: 45px 60px;
}
#lessonSec03 .speciallessonSec .lessonList li .txtClm {
  padding: 0;
}
#lessonSec03 .speciallessonSec .lessonList li .txtClm h4 {
  color: #172677;
  font-size: 1.429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 0;
}
#lessonSec03 .speciallessonSec .lessonList li .txtClm h4:after {
  content: none;
}
#lessonSec03 .speciallessonSec .lessonList li .txtClm .txt {
  margin: 0;
}
#lessonSec03 .speciallessonSec .lessonList li:nth-of-type(1) {
  width: 100%;
  flex-direction: row-reverse;
}
#lessonSec03 .speciallessonSec .lessonList li:nth-of-type(1) > div {
  width: 46%;
}
#lessonSec03 .speciallessonSec .lessonList li:nth-of-type(1) .btnArea {
  margin-top: 20px;
}
#lessonSec03 .speciallessonSec .lessonList li:nth-of-type(n+2) {
  width: 48.5%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #lessonSec03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #lessonSec03 h3 {
    margin-bottom: 25px;
  }
  #lessonSec03 .inner_m {
    padding: 0 5.3vw;
  }
  #lessonSec03 .speciallessonSec {
    margin-top: 40px;
    padding: 40px 0;
  }
  #lessonSec03 .speciallessonSec .lessonList li {
    background: #fff;
    padding: 20px 5.3vw 20px;
  }
  #lessonSec03 .speciallessonSec .lessonList li .txtClm {
    padding: 0;
  }
  #lessonSec03 .speciallessonSec .lessonList li .txtClm h4 {
    color: #172677;
    font-size: 1.143rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;
  }
  #lessonSec03 .speciallessonSec .lessonList li .txtClm h4:after {
    content: none;
  }
  #lessonSec03 .speciallessonSec .lessonList li .txtClm .txt {
    margin: 0;
  }
  #lessonSec03 .speciallessonSec .lessonList li:nth-of-type(1) {
    flex-direction: column-reverse;
  }
  #lessonSec03 .speciallessonSec .lessonList li:nth-of-type(1) .btnArea {
    margin-top: 20px;
  }
  #lessonSec03 .speciallessonSec .lessonList li:nth-of-type(n+2) {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 35px;
  }
  #lessonSec03 .speciallessonSec .lessonList li:nth-of-type(n+2) .txtClm .lecturer {
    text-align: right;
  }
}
/************************************************
	lecturer
************************************************ */
#lecturerSec01 {
  padding-bottom: 140px;
}
#lecturerSec01 .lecturerList li {
  margin-top: 120px;
  position: relative;
}
#lecturerSec01 .lecturerList li .post {
  display: inline-block;
  font-size: 1.286rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 8px;
  border-bottom: 1px solid #323232;
  position: absolute;
  top: 0;
  left: 0;
}
#lecturerSec01 .lecturerList li .face .img {
  text-align: center;
}
#lecturerSec01 .lecturerList li .face .noimage {
  padding-top: 60px;
}
#lecturerSec01 .lecturerList li .face .name {
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
#lecturerSec01 .lecturerList li .face .name .ja {
  font-size: 2.286rem;
}
#lecturerSec01 .lecturerList li .face .name .en {
  font-size: 0.857rem;
  color: #9a9a9a;
  letter-spacing: 0.11em;
}
#lecturerSec01 .lecturerList li .introduction {
  margin-top: 45px;
  font-size: 1.071rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  #lecturerSec01 {
    padding-bottom: 40px;
  }
  #lecturerSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #lecturerSec01 .lecturerList li {
    margin-top: 50px;
    position: relative;
  }
  #lecturerSec01 .lecturerList li .post {
    display: inline-block;
    font-size: 1.143rem;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 8px;
    border-bottom: 1px solid #323232;
  }
  #lecturerSec01 .lecturerList li .face .img {
    text-align: center;
  }
  #lecturerSec01 .lecturerList li .face .img img {
    width: 60%;
  }
  #lecturerSec01 .lecturerList li .face .name {
    margin-top: 20px;
    text-align: center;
    line-height: 1.4;
  }
  #lecturerSec01 .lecturerList li .face .name .ja {
    font-size: 2rem;
  }
  #lecturerSec01 .lecturerList li .face .name .en {
    font-size: 0.786rem;
    color: #9a9a9a;
    letter-spacing: 0.11em;
  }
  #lecturerSec01 .lecturerList li .introduction {
    margin-top: 20px;
    font-size: 0.929rem;
    line-height: 2;
  }
}
/************************************************
	special-lesson
************************************************ */
#specialSec01 {
  padding-bottom: 70px;
}
#specialSec01.firstSec {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  #specialSec01 {
    padding-bottom: 40px;
  }
  #specialSec01.firstSec {
    padding-top: 0;
  }
  #specialSec01 .inner_s {
    padding: 0 5.3vw;
  }
}
.pllbg.special {
  padding-top: 26%;
  background-image: url(./img/curriculum/img_special01.jpg);
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pllbg.special {
    margin-bottom: 40px;
  }
}
#specialSec02 {
  padding: 80px 0 150px;
  margin-bottom: 140px;
}
#specialSec02 h3 {
  color: #172677;
  font-size: 1.857rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 10px;
}
#specialSec02 .small {
  font-size: 1rem;
  text-align: center;
}
#specialSec02 .lecturerList {
  padding: 0 70px;
}
#specialSec02 .lecturerList li {
  margin-top: 60px;
}
#specialSec02 .lecturerList li .img {
  align-self: center;
}
#specialSec02 .lecturerList li .data {
  flex: 0 1 164px;
  margin: 0 25px;
  align-self: center;
}
#specialSec02 .lecturerList li .data .name {
  font-size: 2.143rem;
}
#specialSec02 .lecturerList li .data .from {
  color: #6E7780;
  font-size: 1rem;
  margin: 10px 0 20px;
}
#specialSec02 .lecturerList li .data .experience {
  padding-top: 20px;
  font-size: 0.929rem;
  position: relative;
}
#specialSec02 .lecturerList li .data .experience:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #172677;
  position: absolute;
  top: 0;
  left: 0;
}
#specialSec02 .lecturerList li .works {
  flex: 0 0 380px;
}
#specialSec02 .lecturerList li .works h5 {
  text-align: center;
  border-bottom: 1px solid #BEBEBE;
}
#specialSec02 .lecturerList li .works h5 span {
  color: #172677;
  font-size: 0.929rem;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
#specialSec02 .lecturerList li .works h5 span:after {
  content: "";
  background: #172677;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#specialSec02 .lecturerList li .works .txt {
  margin-top: 20px;
}
#specialSec02 .lecturerList li .works .txt p {
  font-size: 0.929rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #specialSec02 {
    padding: 40px 0 40px;
    margin-bottom: 40px;
  }
  #specialSec02 h3 {
    font-size: 1.286rem;
  }
  #specialSec02 .inner_m {
    padding: 0 5.3vw;
  }
  #specialSec02 .small {
    font-size: 0.929rem;
  }
  #specialSec02 .lecturerList {
    padding: 0;
  }
  #specialSec02 .lecturerList li {
    margin-top: 50px;
  }
  #specialSec02 .lecturerList li .img {
    text-align: center;
  }
  #specialSec02 .lecturerList li .data {
    margin: 15px 0 0;
  }
  #specialSec02 .lecturerList li .data .name {
    font-size: 1.714rem;
    text-align: center;
  }
  #specialSec02 .lecturerList li .data .from {
    margin: 10px 0 10px;
    text-align: center;
  }
  #specialSec02 .lecturerList li .data .experience {
    padding-top: 10px;
    text-align: center;
  }
  #specialSec02 .lecturerList li .data .experience:before {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  #specialSec02 .lecturerList li .works {
    margin-top: 20px;
  }
}
/************************************************
	information
************************************************ */
#informationSec01.firstSec {
  padding-top: 130px;
}

@media screen and (max-width: 768px) {
  #informationSec01.firstSec {
    padding-top: 40px;
  }
  #informationSec01 .inner_m, #informationSec01 .inner_s {
    padding: 0 5.3vw;
  }
}
#informationSec02 {
  margin-bottom: 110px;
}
#informationSec02 h3 {
  line-height: 1.7;
  margin-bottom: 65px;
}
#informationSec02 .txtClm {
  width: 380px;
}
#informationSec02 .txtClm .btnArea {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #informationSec02 {
    margin-bottom: 40px;
  }
  #informationSec02 .inner_m {
    padding: 0 5.3vw;
    flex-direction: column-reverse;
  }
  #informationSec02 h3 {
    line-height: 1.7;
    margin-bottom: 25px;
  }
  #informationSec02 .txtClm {
    width: auto;
    margin-top: 15px;
  }
  #informationSec02 .txtClm .btnArea {
    margin-top: 20px;
  }
}
/************************************************
	entry
************************************************ */
#entrySec01.firstSec {
  padding-top: 50px;
}
#entrySec01 .inner_s {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#entrySec01 h3 {
  margin-bottom: 80px;
}
#entrySec01 .stepList:before {
  height: 380px;
}
#entrySec01 .stepList li p {
  display: flex;
  flex: 1 0 auto;
}
#entrySec01 .stepList li p span {
  display: inline-block;
}
#entrySec01 .stepList li p .month {
  width: 5em;
}
#entrySec01 .stepList li p small {
  font-size: 100%;
}

.stepList {
  position: relative;
}
.stepList:before {
  content: "";
  background: #BEBEBE;
  width: 1px;
  position: absolute;
  top: 15px;
  left: 80px;
}
.stepList li {
  display: flex;
}
.stepList li:nth-of-type(n+2) {
  margin-top: 34px;
}
.stepList li h4 {
  font-size: 1rem;
  color: #172677;
  position: relative;
  letter-spacing: 0.14em;
  line-height: 1;
  flex: 0 0 100px;
  margin-top: 8px;
}
.stepList li h4:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #172677;
  position: absolute;
  right: 16px;
  top: 4px;
}
.stepList li p {
  font-size: 1.143rem;
  font-family: "Noto Serif JP", serif;
  flex: 1 0 auto;
}

@media screen and (max-width: 768px) {
  #entrySec01.firstSec {
    padding-top: 40px;
  }
  #entrySec01 .inner_s {
    padding: 0 5.3vw;
  }
  #entrySec01 h3 {
    margin-bottom: 25px;
  }
  #entrySec01 .stepList:before {
    height: 360px;
  }
  .stepList {
    position: relative;
  }
  .stepList:before {
    left: 70px;
  }
  .stepList li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .stepList li h4 {
    font-size: 0.857rem;
    flex-basis: 90px;
  }
  .stepList li h4:after {
    top: 2px;
  }
  .stepList li p {
    font-size: 0.929rem;
  }
  .stepList li small {
    font-size: 90%;
  }
}
.pllbg.entry {
  padding-top: 42%;
  background-image: url(./img/information/img_entry01.jpg);
}

@media screen and (max-width: 768px) {
  .pllbg.entry {
    display: none;
  }
}
#entrySec02 {
  margin-top: 100px;
}
#entrySec02 h3 {
  margin-bottom: 100px;
}
#entrySec02 .inner2 {
  width: 47.5%;
}
#entrySec02 .inner2 > ul > li {
  margin-bottom: 80px;
  font-size: 1.071rem;
  line-height: 2;
}
#entrySec02 .inner2 > ul > li h4 {
  text-align: center;
  border-bottom: 1px solid #BEBEBE;
}
#entrySec02 .inner2 > ul > li h4 span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.857rem;
  letter-spacing: 0.14em;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
#entrySec02 .inner2 > ul > li h4 span:after {
  content: "";
  background: #172677;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#entrySec02 .inner2 > ul > li .content {
  margin-top: 40px;
}
#entrySec02 .inner2 > ul > li .content a {
  text-decoration: underline;
}
#entrySec02 .inner2 > ul > li p, #entrySec02 .inner2 > ul > li li {
  font-size: 1.071rem;
  line-height: 1.8;
}
#entrySec02 .inner2 > ul > li .blue {
  color: #172677;
  font-weight: bold;
  font-size: 1.071rem;
  margin-bottom: 10px;
}
#entrySec02 .inner2 > ul > li .blue:nth-of-type(n+2) {
  margin-top: 30px;
}
#entrySec02 .inner2 > ul > li .tiny_small {
  font-size: 14px;
}
#entrySec02 .inner2 > ul > li .kome {
  padding-left: 1em;
  text-indent: -1em;
}
#entrySec02 .inner2 > ul > li .tiny_star {
  padding-left: 1em;
  text-indent: -1em;
}
#entrySec02 .inner2 > ul > li ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#entrySec02 .inner2 > ul > li table.price {
  width: 100%;
  table-layout: auto;
}
#entrySec02 .inner2 > ul > li table.price tr {
  border-bottom: 5px solid #fff;
}
#entrySec02 .inner2 > ul > li table.price th {
  background: #57639F;
  color: #fff;
  font-size: 1.143rem;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  width: 130px;
}
#entrySec02 .inner2 > ul > li table.price td {
  padding: 0 25px;
  background: #f2f2f2;
  height: 70px;
}
#entrySec02 .inner2 > ul > li table.price td .pricecell {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#entrySec02 .inner2 > ul > li table.price td .tiny_small {
  font-size: 1.071rem;
  display: inline-block;
  margin-right: 10px;
  text-indent: 0;
  padding-left: 0;
  min-width: 80px;
}
#entrySec02 .inner2 > ul > li table.price td em {
  font-size: 20px;
  color: #172677;
  display: inline-block;
  text-align: right;
  font-style: normal;
  line-height: 1;
}
#entrySec02 .inner2 > ul > li table.price td em i {
  font-size: 0.857rem;
  color: #323232;
  font-style: normal;
  display: inline-block;
}
#entrySec02 .inner2 > ul > li table.price td em i:nth-of-type(2) {
  display: block;
  margin-top: 5px;
}
#entrySec02 .inner2 > ul > li table.price td.total {
  font-weight: bold;
  background: #e0e0e0;
}
#entrySec02 .inner2 > ul > li table.price td.total span {
  font-size: 16px;
}
#entrySec02 .inner2 > ul > li table.price tr.total th {
  background: #172677;
}
#entrySec02 .inner2 > ul > li table.price tr.total td {
  padding: 15px 25px;
  background: #f2f2f2;
  text-align: right;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  min-height: 70px;
}
#entrySec02 .inner2 > ul > li table.bank {
  width: 100%;
  margin: 20px 0;
}
#entrySec02 .inner2 > ul > li table.bank th, #entrySec02 .inner2 > ul > li table.bank td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#entrySec02 .inner2 > ul > li table.bank th {
  background: #f2f2f2;
  text-align: center;
  width: 30%;
}
#entrySec02 .loan {
  background: #f5f5f5;
  padding: 40px 50px;
  margin-bottom: 80px;
}
#entrySec02 .loan h4 {
  text-align: center;
  font-size: 26px;
  color: #172677;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
#entrySec02 .loan .small {
  font-size: 0.929rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #entrySec02 {
    margin-top: 0;
  }
  #entrySec02 h3 {
    margin-bottom: 25px;
  }
  #entrySec02 .inner_m {
    padding: 0 5.3vw;
  }
  #entrySec02 .inner2 {
    width: auto;
  }
  #entrySec02 .inner2 > ul > li {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  #entrySec02 .inner2 > ul > li h4 span {
    font-size: 1.286rem;
  }
  #entrySec02 .inner2 > ul > li .content {
    margin-top: 20px;
  }
  #entrySec02 .inner2 > ul > li p, #entrySec02 .inner2 > ul > li li {
    font-size: 1rem;
  }
  #entrySec02 .inner2 > ul > li .blue {
    font-size: 1rem;
  }
  #entrySec02 .inner2 > ul > li .blue:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #entrySec02 .inner2 > ul > li .tiny_small {
    font-size: 0.857rem;
  }
  #entrySec02 .inner2 > ul > li .tiny_star {
    margin-bottom: 10px;
  }
  #entrySec02 .inner2 > ul > li table.price {
    width: 100%;
  }
  #entrySec02 .inner2 > ul > li table.price th {
    font-size: 1rem;
    width: 100px;
  }
  #entrySec02 .inner2 > ul > li table.price td {
    padding: 0 10px;
  }
  #entrySec02 .inner2 > ul > li table.price td .pricecell {
    height: 63px;
  }
  #entrySec02 .inner2 > ul > li table.price td .tiny_small {
    font-size: 0.857rem;
    min-width: 60px;
    line-height: 1.2;
  }
  #entrySec02 .inner2 > ul > li table.price td em {
    font-size: 1.143rem;
    line-height: 1.2;
  }
  #entrySec02 .inner2 > ul > li table.price td em i {
    font-size: 0.714rem;
  }
  #entrySec02 .inner2 > ul > li table.price td em i:nth-of-type(2) {
    display: block;
    margin-top: 5px;
  }
  #entrySec02 .inner2 > ul > li table.price tr.total td {
    height: 63px;
  }
  #entrySec02 .inner2 > ul > li table.bank {
    margin: 20px 0;
  }
  #entrySec02 .inner2 > ul > li table.bank th, #entrySec02 .inner2 > ul > li table.bank td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  #entrySec02 .inner2 > ul > li table.bank th {
    background: #f2f2f2;
    text-align: center;
  }
}
#entrySec03 {
  margin-top: -40px;
  margin-bottom: 100px;
}
#entrySec03 .btnArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #172677;
  color: #fff;
  font-size: 1.143rem;
  letter-spacing: 0.06em;
  position: relative;
}
#entrySec03 .btnArea a:after {
  content: "";
  background: url(./img/common/arrow_kado.svg) no-repeat;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
#entrySec03 .btnArea a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #entrySec03 {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  #entrySec03 .btnArea a {
    height: 90px;
  }
}
#entry-cta {
  margin-bottom: 100px;
}
#entry-cta .contact {
  position: relative;
  padding: 65px;
}
#entry-cta .contact:before {
  content: "";
  width: 99%;
  height: 96%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #396A84;
  border-right: 1px solid #396A84;
}
#entry-cta .contact:after {
  content: "";
  width: 99%;
  height: 96%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #396A84;
  border-left: 1px solid #396A84;
}
#entry-cta .contact h3 {
  color: #172677;
  font-size: 1.143rem;
  text-align: center;
  margin-top: -75px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
#entry-cta .contact h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 50px;
}
#entry-cta .contact .call h4, #entry-cta .contact .call .number {
  color: #172677;
  font-size: 1.857rem;
  line-height: 1;
}
#entry-cta .contact .call h4 strong, #entry-cta .contact .call .number strong {
  text-decoration: underline;
  font-weight: normal;
  letter-spacing: 0.06em;
}
#entry-cta .contact .call h4 a, #entry-cta .contact .call .number a {
  color: #172677;
  pointer-events: none;
}
#entry-cta .contact .call h4 {
  margin-right: 1.3em;
  letter-spacing: 0.03em;
}
#entry-cta .contact .call .hour {
  margin-top: 20px;
  color: #6E7780;
  font-size: 0.929rem;
}

@media screen and (max-width: 768px) {
  #entry-cta {
    margin-bottom: 40px;
  }
  #entry-cta .inner_s {
    padding: 5.3vw;
  }
  #entry-cta .contact {
    padding: 30px;
  }
  #entry-cta .contact:before {
    z-index: 0;
  }
  #entry-cta .contact:after {
    z-index: 0;
  }
  #entry-cta .contact h3 {
    margin-top: -48px;
    margin-bottom: 30px;
  }
  #entry-cta .contact h3 span {
    padding: 0 20px;
  }
  #entry-cta .contact .call {
    position: relative;
    z-index: 10;
  }
  #entry-cta .contact .call h4, #entry-cta .contact .call .number {
    font-size: 1.429rem;
    text-align: center;
  }
  #entry-cta .contact .call h4 a, #entry-cta .contact .call .number a {
    pointer-events: auto;
  }
  #entry-cta .contact .call h4 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/************************************************
	orientation
************************************************ */
#orientationSec01.firstSec {
  padding: 50px 0 100px;
}
#orientationSec01 .leadSec {
  margin-left: 120px;
}
#orientationSec01 .txt {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #orientationSec01.firstSec {
    padding: 40px 0 40px;
  }
  #orientationSec01 .inner_m {
    padding: 0 5.3vw;
  }
  #orientationSec01 .leadSec {
    margin-left: 0;
  }
  #orientationSec01 .txt {
    margin-bottom: 40px;
  }
}
#orientationSec02 {
  padding-bottom: 130px;
}
#orientationSec02 h3 {
  margin-bottom: 80px;
}
#orientationSec02 .inner2 {
  width: 47%;
}
#orientationSec02 .inner2 p, #orientationSec02 .inner2 li {
  font-size: 1.071rem;
  line-height: 1.8;
}
#orientationSec02 .inner2 .blue {
  color: #172677;
  font-weight: bold;
  font-size: 1.071rem;
  margin-bottom: 10px;
}
#orientationSec02 .inner2 .blue:nth-of-type(n+2) {
  margin-top: 30px;
}
#orientationSec02 .inner2 .kome {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#orientationSec02 .inner2 .attention {
  margin-top: 35px;
}
#orientationSec02 .inner2 .attention p {
  text-align: left;
}
#orientationSec02 .date {
  position: relative;
  padding: 45px 35px 25px;
}
#orientationSec02 .date .img {
  position: absolute;
  top: -45px;
  right: 15px;
}
#orientationSec02 .date .blue {
  font-size: 1.143rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #172677;
}
#orientationSec02 .date dl {
  margin-top: 10px;
}
#orientationSec02 .date dl dt span {
  display: inline-block;
  padding: 0 10px;
  color: #172677;
  border: 1px solid #172677;
}
#orientationSec02 .date dl dd {
  margin-left: 0.5em;
  font-size: 1.143rem;
}
#orientationSec02 .date .attention {
  margin-top: 20px;
}
#orientationSec02 .date .kome {
  font-size: 0.929rem;
}

@media screen and (max-width: 768px) {
  #orientationSec02 {
    padding-bottom: 50px;
  }
  #orientationSec02 h3 {
    margin-bottom: 25px;
  }
  #orientationSec02 .inner_m {
    padding: 0 5.3vw;
  }
  #orientationSec02 .inner2 {
    width: 100%;
  }
  #orientationSec02 .inner2 p, #orientationSec02 .inner2 li {
    font-size: 1rem;
    line-height: 1.8;
  }
  #orientationSec02 .inner2 .blue {
    color: #172677;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #orientationSec02 .inner2 .blue:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #orientationSec02 .inner2 .kome {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #orientationSec02 .inner2 .attention {
    margin-top: 15px;
  }
  #orientationSec02 .date {
    margin-top: 30px;
    position: relative;
    padding: 30px 5.3vw 25px;
  }
  #orientationSec02 .date .img {
    position: absolute;
    top: -30px;
    right: 5px;
    width: 70px;
  }
  #orientationSec02 .date .blue {
    font-size: 1.143rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #172677;
  }
  #orientationSec02 .date dl {
    margin-top: 10px;
  }
  #orientationSec02 .date dl dt span {
    display: inline-block;
    padding: 0 10px;
    color: #172677;
    border: 1px solid #172677;
  }
  #orientationSec02 .date dl dd {
    margin-left: 0.5em;
    font-size: 1.071rem;
  }
  #orientationSec02 .date .attention {
    margin-top: 15px;
  }
  #orientationSec02 .date .kome {
    font-size: 0.857rem;
  }
}
#orientationSec03 {
  padding-bottom: 100px;
}
#orientationSec03 h3 {
  margin-bottom: 80px;
}
#orientationSec03 .btnArea {
  margin-top: 80px;
}
#orientationSec03 .btnArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #172677;
  color: #fff;
  font-size: 1.143rem;
  letter-spacing: 0.06em;
  position: relative;
}
#orientationSec03 .btnArea a:after {
  content: "";
  background: url(./img/common/arrow_kado.svg) no-repeat;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
#orientationSec03 .btnArea a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #orientationSec03 {
    padding-bottom: 40px;
  }
  #orientationSec03 h3 {
    margin-bottom: 25px;
  }
  #orientationSec03 .inner_m {
    padding: 0 5.3vw;
  }
  #orientationSec03 .btnArea {
    margin-top: 40px;
  }
  #orientationSec03 .btnArea a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #172677;
    color: #fff;
    font-size: 1.143rem;
    letter-spacing: 0.06em;
    position: relative;
  }
  #orientationSec03 .btnArea a:after {
    content: "";
    background: url(./img/common/arrow_kado.svg) no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3vw;
  }
  #orientationSec03 .btnArea a:hover {
    opacity: 0.8;
  }
}
#addressMap .address {
  width: 340px;
  padding-top: 30px;
}
#addressMap .address h4 {
  font-size: 1.714rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#addressMap .address h4:after {
  content: "";
  background: #707070;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#addressMap .address p {
  font-size: 1.071rem;
}
#addressMap .address .link {
  position: relative;
}
#addressMap .address .link:before {
  content: "";
  background: url(./img/common/ico_map.svg) no-repeat;
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: text-bottom;
}
#addressMap .address .link a {
  border-bottom: 1px solid #323232;
  font-size: 0.929rem;
}
#addressMap .address .link a:hover {
  border-color: transparent;
}
#addressMap .address .train {
  margin-top: 30px;
  color: #727272;
  font-size: 0.857rem;
}

@media screen and (max-width: 768px) {
  #addressMap {
    flex-direction: column-reverse;
  }
  #addressMap .gmap iframe {
    width: 100%;
    height: 250px;
  }
  #addressMap .address {
    width: auto;
    padding-top: 0;
    margin-top: 15px;
  }
  #addressMap .address h4 {
    font-size: 1.286rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/************************************************
	future
************************************************ */
#futureSec01.firstSec {
  padding-top: 50px;
}
#futureSec01 .leadSec {
  margin-bottom: 90px;
}
#futureSec01 .leadSec p {
  font-size: 1.571rem;
  line-height: 2;
  text-align: center;
}
#futureSec01 .leadSec p strong {
  color: #172677;
  font-size: 3.142rem;
  font-weight: normal;
}
#futureSec01 .slideArea {
  position: relative;
}
#futureSec01 .slideArea .leadSec {
  margin: 60px 0 0;
}
#futureSec01 .slideArea .lead {
  color: #172677;
  font-size: 2.143rem;
  text-align: center;
  letter-spacing: 0.14em;
}
#futureSec01 .slideArea .txt {
  margin: 40px 0 60px;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 10;
}
#futureSec01 .slideArea:before {
  content: "";
  background: url(./img/information/img_future01.png) no-repeat;
  width: 1140px;
  height: 124px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px;
  z-index: 0;
}
#futureSec01 .slideArea .slick-slider div {
  transition: none;
}

@media screen and (max-width: 768px) {
  #futureSec01.firstSec {
    padding-top: 0;
  }
  #futureSec01 .leadSec {
    margin-bottom: 40px;
  }
  #futureSec01 .leadSec p {
    font-size: 5.3vw;
    line-height: 1.8;
  }
  #futureSec01 .leadSec p strong {
    font-size: 2.571rem;
  }
  #futureSec01 .slideArea .slick-slide {
    margin-right: 20px;
  }
  #futureSec01 .slideArea .leadSec {
    margin: 40px 0 0;
  }
  #futureSec01 .slideArea .lead {
    font-size: 1.429rem;
  }
  #futureSec01 .slideArea .txt {
    margin: 20px 0 40px;
    padding: 0 5.3vw;
    font-size: 0.929rem;
  }
  #futureSec01 .slideArea:before {
    background-size: 100% auto;
    width: 100%;
    height: 70px;
    bottom: 100px;
  }
}
#futureSec02 {
  padding: 100px 0;
  overflow: hidden;
}
#futureSec02 > div {
  position: relative;
}
#futureSec02 > div .txtClm {
  position: relative;
  z-index: 10;
}
#futureSec02 > div .txtClm .mont {
  font-size: 1.071rem;
  color: #172677;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#futureSec02 > div .txtClm h3 span {
  font-size: 2.857rem;
  color: #172677;
  letter-spacing: 0.14em;
  line-height: 1.8;
  display: block;
}
#futureSec02 > div .txtClm .txt {
  margin-top: 30px;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
#futureSec02 > div .imgClm {
  position: relative;
  z-index: 10;
}
#futureSec02 .keep:before {
  content: "";
  background: url(./img/information/img_future02.png) no-repeat;
  width: 1426px;
  height: 92px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 240px;
  z-index: 0;
}
#futureSec02 .keep .txtClm {
  padding-left: 80px;
}
#futureSec02 .back {
  margin-top: 130px;
}
#futureSec02 .back:before {
  content: "";
  background: url(./img/information/img_future03.png) no-repeat;
  width: 690px;
  height: 92px;
  position: absolute;
  right: 50px;
  top: 250px;
  z-index: 0;
}
#futureSec02 .back .txtClm {
  padding-right: 40px;
}
#futureSec02 .back .txtClm .txt:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #futureSec02 {
    padding: 50px 0;
  }
  #futureSec02 .inner_l {
    padding: 0 5.3vw;
  }
  #futureSec02 > div {
    position: relative;
  }
  #futureSec02 > div .txtClm .mont {
    font-size: 0.857rem;
  }
  #futureSec02 > div .txtClm h3 span {
    font-size: 1.714rem;
    letter-spacing: 0.07em;
  }
  #futureSec02 > div .txtClm .txt {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-size: 0.929rem;
  }
  #futureSec02 > div .imgClm {
    margin-top: 15px;
  }
  #futureSec02 .keep:before {
    content: "";
    background-size: 100% auto;
    width: 150%;
    height: 50px;
  }
  #futureSec02 .keep .txtClm {
    padding-left: 0;
  }
  #futureSec02 .back {
    margin-top: 50px;
  }
  #futureSec02 .back:before {
    background-size: 100% auto;
    width: 100%;
    height: 92px;
  }
  #futureSec02 .back .txtClm {
    padding-right: 0;
  }
  #futureSec02 .back .txtClm .txt:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
#futureSec03 {
  padding-top: 80px;
}
#futureSec03 h3 {
  margin-bottom: 60px;
}
#futureSec03 .bgArea {
  position: relative;
}
#futureSec03 .bgArea .bgimg {
  width: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50.5%;
  background-image: url(./img/information/img_future06.jpg);
}
#futureSec03 .bgArea .bgblue {
  padding-top: 895px;
  background: #172677 url(./img/information/img_future07.png);
}
#futureSec03 .txtClm {
  background: #fff;
  padding: 90px 0 90px 100px;
  width: 760px;
  height: 510px;
}
#futureSec03 .txtClm h4 {
  font-size: 1.857rem;
  color: #172677;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
#futureSec03 .txtClm .txt {
  margin-top: 40px;
  width: 560px;
}
#futureSec03 .txtClm01 {
  position: absolute;
  top: 355px;
  right: 0;
}
#futureSec03 .txtClm02 {
  width: 63%;
  max-width: 865px;
  padding: 90px 90px 90px 0;
  height: auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#futureSec03 .txtClm02 .txt {
  margin-top: 40px;
  width: 570px;
}

@media screen and (max-width: 768px) {
  #futureSec03 {
    padding-top: 0;
  }
  #futureSec03 h3 {
    margin-bottom: 25px;
  }
  #futureSec03 .bgArea {
    background: #172677 url(./img/information/img_future07.png);
    padding-bottom: 40px;
  }
  #futureSec03 .bgArea .bgimg {
    background-attachment: scroll;
    padding-top: 250px;
  }
  #futureSec03 .bgArea .bgblue {
    display: none;
  }
  #futureSec03 .txtClm {
    padding: 20px 5.3vw;
    width: 90%;
    height: auto;
  }
  #futureSec03 .txtClm h4 {
    font-size: 1.286rem;
  }
  #futureSec03 .txtClm .txt {
    margin-top: 20px;
    width: auto;
  }
  #futureSec03 .txtClm01 {
    position: static;
    margin-top: -50px;
    margin-left: 10%;
  }
  #futureSec03 .txtClm02 {
    margin-top: 40px;
    width: auto;
    padding: 30px 5.3vw;
    position: static;
    margin-right: 10%;
  }
  #futureSec03 .txtClm02 .txt {
    margin-top: 20px;
    width: auto;
  }
}
#futureSec04 {
  padding: 100px 0 130px;
}
#futureSec04 .linkGrid {
  height: 335px;
}
#futureSec04 .linkGrid .img:before {
  background-image: url(./img/information/img_future08.jpg);
  background-repeat: no-repeat;
}
#futureSec04 .linkGrid .linkTit {
  width: 310px;
}

@media screen and (max-width: 768px) {
  #futureSec04 {
    padding: 50px 5.3vw 80px;
  }
  #futureSec04 .linkGrid {
    height: 36vw;
  }
  #futureSec04 .linkGrid .img:before {
    background-size: cover;
  }
  #futureSec04 .linkGrid .linkTit {
    width: auto;
  }
}
#futureSec05 {
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  #futureSec05 {
    padding-bottom: 40px;
  }
}
/************************************************
	parents
************************************************ */
#parentsSec01 .leadSec {
  margin-bottom: 130px;
}
#parentsSec01 .leadSec p {
  text-align: center;
  letter-spacing: 0.27em;
}
#parentsSec01 .txtClm {
  z-index: 10;
}
#parentsSec01 .txtClm p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
}
#parentsSec01 .txtClm p:nth-child(n+2) {
  margin-top: 30px;
}
#parentsSec01 .img img {
  width: 100%;
  height: auto;
}
#parentsSec01 .sec01 {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#parentsSec01 .sec01 .img {
  float: right;
  width: 64.7%;
}
#parentsSec01 .sec01 .txtClm {
  padding-top: 60px;
  position: absolute;
  left: 15%;
}
#parentsSec01 .sec02 {
  margin-top: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
#parentsSec01 .sec02 .img {
  margin-right: 3%;
  width: 42.8%;
}
#parentsSec01 .sec02 .txtClm {
  padding-right: 5%;
}
#parentsSec01 .sec03 {
  margin-top: 200px;
}
#parentsSec01 .sec03 .img {
  width: 100%;
}
#parentsSec01 .sec04 {
  margin-top: 180px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#parentsSec01 .sec04 .img {
  float: right;
  width: 70.6%;
}
#parentsSec01 .sec04 .txtClm {
  position: absolute;
  left: 20%;
}
#parentsSec01 .sec05 {
  margin-top: 120px;
}
#parentsSec01 .sec05 .txtClm p {
  text-align: center;
}
#parentsSec01 .sec06 {
  margin-top: 160px;
}

@media screen and (max-width: 1200px) {
  #parentsSec01 .sec01 .txtClm {
    left: auto;
    right: 44.4%;
    padding-top: 0;
  }
  #parentsSec01 .sec04 .txtClm {
    position: absolute;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #parentsSec01.firstSec {
    padding-top: 0;
  }
  #parentsSec01 .leadSec {
    margin-bottom: 30px;
  }
  #parentsSec01 .leadSec p {
    font-size: 6.8vw;
  }
  #parentsSec01 .txtClm .txt {
    font-size: 1rem;
    line-height: 2.2em;
  }
  #parentsSec01 .sec01 {
    padding: 0 5.3vw;
    display: flex;
    flex-direction: column-reverse;
  }
  #parentsSec01 .sec01 .img {
    float: none;
    width: auto;
  }
  #parentsSec01 .sec01 .txtClm {
    padding-top: 35px;
    position: static;
  }
  #parentsSec01 .sec02 {
    margin-top: 46px;
    display: flex;
    flex-direction: column-reverse;
  }
  #parentsSec01 .sec02 .img {
    margin-left: 17.4%;
    width: 82.6%;
  }
  #parentsSec01 .sec02 .txtClm {
    padding: 0 5.3vw;
    margin-top: 45px;
  }
  #parentsSec01 .sec03 {
    margin-top: 60px;
  }
  #parentsSec01 .sec04 {
    margin-top: 60px;
  }
  #parentsSec01 .sec04 .img {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  #parentsSec01 .sec04 .txtClm {
    position: static;
    padding: 0 5.3vw;
  }
  #parentsSec01 .sec05 {
    margin-top: 60px;
    padding: 0 5.3vw;
  }
  #parentsSec01 .sec05 .txtClm p {
    text-align: left;
  }
  #parentsSec01 .sec06 {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  #parentsSec01 .sec06 .img {
    height: 380px;
    background: url(./img/parents/img_parents05_sp.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  #parentsSec01 .sec06 .img:before {
    content: "";
    background: url(./img/common/logo_footer.png) no-repeat;
    background-size: cover;
    width: 110px;
    height: 81px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
  #parentsSec01 .sec06 .img img {
    display: none;
  }
}
/************************************************
	vision
************************************************ */
#visionSec01.firstSec {
  padding-top: 130px;
}

@media screen and (max-width: 768px) {
  #visionSec01.firstSec {
    padding-top: 40px;
  }
  #visionSec01 .inner_m, #visionSec01 .inner_s {
    padding: 0 5.3vw;
  }
}
#visionSec02 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #visionSec02 {
    padding-bottom: 0;
  }
}
#visionSec03 {
  padding: 100px 0 100px;
}
#visionSec03 h4 {
  font-size: 1.286rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 100px 0 55px;
}
#visionSec03 h4:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #323232;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#visionSec03 .list ul li {
  flex: 0 0 20%;
  font-size: 1.071rem;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #visionSec03 {
    padding: 50px 0 0;
  }
  #visionSec03 .inner_s {
    padding: 5.3vw;
  }
  #visionSec03 h3 {
    line-height: 1.4;
  }
  #visionSec03 h4 {
    font-size: 1.143rem;
    margin: 40px 0 25px;
  }
  #visionSec03 .list ul:nth-of-type(n+4) {
    margin-top: 20px;
  }
  #visionSec03 .list ul li {
    flex: 0 0 33%;
    font-size: 0.929rem;
  }
}
.voiceActors h3 {
  margin-bottom: 60px;
}
.voiceActors ol.row {
  margin: 0;
}
.voiceActors li {
  height: 450px;
  padding: 2px;
}
.voiceActors li .linkGrid .img.onosaka:before {
  background: url(./img/top/top_grid_interview_onosaka01.jpg);
}
.voiceActors li .linkGrid .img.yamazaki:before {
  background: url(./img/top/top_grid_interview_yamazaki01.jpg);
}
.voiceActors li .linkGrid .img.okiayu:before {
  background: url(./img/top/top_grid_interview_okiayu01.jpg);
}
.voiceActors li .linkGrid .img.nakai:before {
  background: url(./img/top/top_grid_interview_nakai01.jpg);
}
.voiceActors li .linkGrid .img.shiraishi:before {
  background: url(./img/top/top_grid_interview_shiraishi01.jpg);
}
.voiceActors li .linkGrid .img.ohzora:before {
  background: url(./img/top/top_grid_interview_ohzora01.jpg);
}

@media screen and (max-width: 768px) {
  .voiceActors .inner_l {
    padding: 0 5.3vw;
  }
  .voiceActors h3 {
    margin-bottom: 25px;
  }
  .voiceActors li {
    height: auto;
  }
  .voiceActors li .linkGrid .img {
    height: 200px;
  }
  .voiceActors li .linkGrid .img.onosaka:before {
    background-size: cover;
  }
  .voiceActors li .linkGrid .img.yamazaki:before {
    background-size: cover;
  }
  .voiceActors li .linkGrid .img.okiayu:before {
    background-size: cover;
  }
  .voiceActors li .linkGrid .img.nakai:before {
    background-size: cover;
  }
  .voiceActors li .linkGrid .img.shiraishi:before {
    background-size: cover;
  }
  .voiceActors li .linkGrid .img.ohzora:before {
    background-size: cover;
  }
}
/************************************************
	aoni-production
************************************************ */
#aoniSec01 {
  padding: 50px 0 100px;
}
#aoniSec01 .president {
  font-size: 1.286rem;
  margin-top: 45px;
}
#aoniSec01 .inner {
  background: url(img/vision/bg_aonipro02.png) center right no-repeat;
  position: relative;
  width: 1080px;
  margin: 100px auto 0;
  height: 910px;
}
#aoniSec01 .tit {
  color: #172677;
  font-size: 41px;
  letter-spacing: -0.1em;
  line-height: 1;
  text-align: center;
  padding-top: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 47%;
}
#aoniSec01 .tit strong {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 0;
}
#aoniSec01 .tit strong span {
  font-size: 34px;
}
#aoniSec01 .tit:before {
  content: "";
  background: url(img/vision/logo_center.png) no-repeat;
  width: 95px;
  height: 101px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#aoniSec01 li {
  position: absolute;
  text-align: center;
}
#aoniSec01 li h4 {
  font-size: 1.714rem;
  font-weight: bold;
  color: #00A0DB;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#aoniSec01 li p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 10px;
}
#aoniSec01 li .type {
  font-weight: bold;
  position: relative;
  height: 31px;
  display: inline-block;
  line-height: 31px;
  padding: 0 20px;
  margin: 10px 0 15px;
}
#aoniSec01 li .type:before {
  content: "";
  background: url(img/vision/img_kakko02.png) no-repeat;
  width: 9px;
  height: 31px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#aoniSec01 li .type:after {
  content: "";
  background: url(img/vision/img_kakko02.png) no-repeat;
  position: absolute;
  top: -50%;
  transform: rotate(180deg) translateY(-50%);
  width: 9px;
  height: 31px;
  display: block;
  right: 0;
}
#aoniSec01 li:nth-of-type(1) {
  left: 158px;
  top: 50px;
}
#aoniSec01 li:nth-of-type(1) h4 {
  padding-top: 71px;
}
#aoniSec01 li:nth-of-type(1) h4:before {
  display: block;
  content: "";
  background: url(img/vision/ico_mic.png) no-repeat;
  width: 43px;
  height: 61px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#aoniSec01 li:nth-of-type(1) .type {
  height: 39px;
  line-height: 1.5;
}
#aoniSec01 li:nth-of-type(1) .type:before {
  content: "";
  background: url(img/vision/img_kakko01.png) no-repeat;
  width: 9px;
  height: 39px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#aoniSec01 li:nth-of-type(1) .type:after {
  content: "";
  background: url(img/vision/img_kakko01.png) no-repeat;
  position: absolute;
  top: -50%;
  transform: rotate(180deg) translateY(-50%);
  width: 9px;
  height: 39px;
  display: block;
  right: 0;
}
#aoniSec01 li:nth-of-type(2) {
  left: 150px;
  bottom: 65px;
}
#aoniSec01 li:nth-of-type(2) h4 {
  padding-top: 62px;
  margin-bottom: 10px;
}
#aoniSec01 li:nth-of-type(2) h4:before {
  display: block;
  content: "";
  background: url(img/vision/ico_serifu.png) no-repeat;
  width: 61px;
  height: 52px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#aoniSec01 li:nth-of-type(3) {
  right: 60px;
  top: 350px;
}
#aoniSec01 li:nth-of-type(3) h4 {
  padding-top: 59px;
  margin-bottom: 10px;
}
#aoniSec01 li:nth-of-type(3) h4:before {
  display: block;
  content: "";
  background: url(img/vision/ico_onpu.png) no-repeat;
  width: 43px;
  height: 49px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#aoniSec01 .btnArea {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #aoniSec01 {
    padding: 40px 5.3vw 40px;
  }
  #aoniSec01 .president {
    font-size: 1rem;
    margin-top: 0;
  }
  #aoniSec01 .inner {
    background: none;
    width: auto;
    margin: 0;
    height: auto;
    padding: 50px 0 0;
  }
  #aoniSec01 .logo p {
    text-align: center;
  }
  #aoniSec01 .logo p.img img {
    width: 20%;
  }
  #aoniSec01 .logo p.tit {
    margin-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.429rem;
    color: #00A0DB;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 0;
    position: static;
    transform: translate(0, 0);
  }
  #aoniSec01 .logo p.tit:before {
    content: none;
  }
  #aoniSec01 ul {
    position: relative;
    margin-top: 30px;
  }
  #aoniSec01 ul:before {
    content: "";
    background: #00A0DB;
    width: 1px;
    height: 119.5vw;
    position: absolute;
    left: 9.8vw;
    top: 9.8vw;
  }
  #aoniSec01 li {
    text-align: left;
    padding-left: 24vw;
    margin-bottom: 30px;
    position: relative;
  }
  #aoniSec01 li h4 {
    font-size: 1.286rem;
    text-align: left;
    margin-bottom: 5px;
    position: static;
  }
  #aoniSec01 li p {
    text-align: justify;
    font-size: 0.857rem;
    margin-top: 0;
  }
  #aoniSec01 li p br {
    display: none;
  }
  #aoniSec01 li .type {
    font-weight: normal;
    height: auto;
    padding: 0;
    margin: 0;
    color: #00A0DB;
  }
  #aoniSec01 li .type:before, #aoniSec01 li .type:after {
    content: none;
  }
  #aoniSec01 li:nth-of-type(1) {
    left: 0;
    top: 0;
    background: url(img/vision/img_aoni01.png) no-repeat left top;
    background-size: 20.3vw 20.3vw;
  }
  #aoniSec01 li:nth-of-type(1) h4 {
    padding-top: 0;
  }
  #aoniSec01 li:nth-of-type(1) h4:before {
    background-size: cover;
    width: 7vw;
    height: 10vw;
    position: absolute;
    top: 5vw;
    left: 7vw;
    transform: translateX(0);
  }
  #aoniSec01 li:nth-of-type(1) .type:before, #aoniSec01 li:nth-of-type(1) .type:after {
    content: none;
  }
  #aoniSec01 li:nth-of-type(2) {
    left: 0;
    bottom: 0;
    background: url(img/vision/img_aoni02.png) no-repeat left top;
    background-size: 20.3vw 20.3vw;
  }
  #aoniSec01 li:nth-of-type(2) h4 {
    padding-top: 0;
    margin-bottom: 0;
  }
  #aoniSec01 li:nth-of-type(2) h4:before {
    background-size: cover;
    width: 9.5vw;
    height: 8.1vw;
    position: absolute;
    top: 6vw;
    left: 5vw;
    transform: translateX(0);
  }
  #aoniSec01 li:nth-of-type(3) {
    right: auto;
    left: 0;
    top: 0;
    background: url(img/vision/img_aoni03.png) no-repeat left top;
    background-size: 20.3vw 20.3vw;
  }
  #aoniSec01 li:nth-of-type(3) h4 {
    padding-top: 0;
    margin-bottom: 0;
  }
  #aoniSec01 li:nth-of-type(3) h4:before {
    background-size: cover;
    width: 7.9vw;
    height: 9vw;
    position: absolute;
    top: 6vw;
    left: 6vw;
    transform: translateX(0);
  }
  #aoniSec01 .btnArea {
    margin-top: 20px;
  }
}
#aoniSec02 {
  padding: 130px 0 100px;
  background: url(img/vision/bg_aonipro03.jpg) center bottom;
  background-size: cover;
}
#aoniSec02 h3 {
  color: #172677;
  font-size: 1.714rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #aoniSec02 {
    padding: 30px 5.3vw 20px;
  }
  #aoniSec02 h3 {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
#aoniSec03 {
  padding: 100px 0;
}
#aoniSec03 h3 {
  margin-bottom: 60px;
}
#aoniSec03 .companyWrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#aoniSec03 .companyWrap .company {
  width: 47%;
  margin-bottom: 30px;
}
#aoniSec03 .companyWrap .company th, #aoniSec03 .companyWrap .company td {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.02em;
  padding: 10px 0;
}
#aoniSec03 .companyWrap .company th {
  color: #172677;
  width: 115px;
}
#aoniSec03 .companyWrap #gMap03 iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #aoniSec03 {
    padding: 30px 20px 20px;
  }
  #aoniSec03 h3 {
    margin-bottom: 25px;
  }
  #aoniSec03 .companyWrap {
    display: block;
  }
  #aoniSec03 .companyWrap .company {
    width: auto;
  }
  #aoniSec03 .companyWrap .company th, #aoniSec03 .companyWrap .company td {
    padding: 0;
    display: block;
  }
  #aoniSec03 .companyWrap .company th {
    width: auto;
    padding-top: 10px;
  }
  #aoniSec03 .companyWrap #gMap03 iframe {
    margin-top: 20px;
  }
}
/************************************************
	actors
************************************************ */
#actorSec01 {
  width: 980px;
  margin: 50px auto 50px;
  border-bottom: 1px solid #172677;
  padding-bottom: 40px;
}
#actorSec01 #initial {
  width: 100%;
  height: 140px;
  max-height: 210px;
}
#actorSec01 #initial ul {
  display: flex;
  flex-flow: row wrap;
  width: 980px;
  margin: 0 auto 20px;
}
#actorSec01 #initial ul li {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 47px;
}
#actorSec01 #initial ul li a {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#actorSec01 #initial ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#actorSec01 #initial ul li:nth-child(4n+1) {
  background: #3255A5;
}
#actorSec01 #initial ul li:nth-child(4n+2) {
  background: #00A0DB;
}
#actorSec01 #initial ul li:nth-child(4n+3) {
  background: #7697B6;
}
#actorSec01 #initial ul li:nth-child(4n+4) {
  background: #757CCA;
}
#actorSec01 #initial ul.fixed {
  position: fixed;
  top: 0;
  left: -100px;
  right: 0;
  margin: auto;
  z-index: 990;
}
#actorSec01 p {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #actorSec01 {
    width: auto;
    padding: 40px 20px 20px;
    margin: 0 0 20px;
  }
  #actorSec01 p {
    font-size: 12px;
  }
  #actorSec01 #initial {
    width: auto;
    height: 300px;
    max-height: initial;
  }
  #actorSec01 #initial ul {
    width: auto;
    transition: none;
  }
  #actorSec01 #initial ul li {
    width: 20%;
    height: 20%;
    line-height: 50px;
    font-size: 20px;
  }
  #actorSec01 #initial ul.fixed {
    top: 21.5vw;
    bottom: 0;
    left: 0;
    right: auto;
    display: block;
    width: 40px;
    border-right: 1px solid #fff;
    margin: 0;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #actorSec01 #initial ul.fixed li {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  #actorSec01 p {
    width: auto;
  }
}
.actorList {
  padding-bottom: 30px;
}
.actorList:last-of-type {
  padding-bottom: 120px;
}
.actorList .label {
  position: relative;
  height: 40px;
}
.actorList .label p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.571rem;
  position: absolute;
}
.actorList .label p:nth-of-type(1) {
  left: 195px;
}
.actorList .label p:nth-of-type(2) {
  left: 355px;
}
.actorList .actorWrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.actorList .actorWrap .ini {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  text-align: center;
  width: 165px;
  line-height: 1;
  padding-top: 20px;
}
.actorList .actorWrap .memberWrap {
  padding: 0 30px;
  width: calc(100% - 165px);
}
.actorList .actorWrap .member {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
}
.actorList .actorWrap .member:last-of-type {
  border-bottom: none;
}
.actorList .actorWrap .member .title li {
  display: flex;
  flex-flow: row nowrap;
}
.actorList .actorWrap .member .name {
  width: 160px;
}
.actorList .actorWrap .member .name p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.actorList .actorWrap .member .name span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.actorList .actorWrap .member .title {
  width: calc(100% - 160px);
}
.actorList .actorWrap .member .cate {
  width: 80px;
  font-weight: bold;
}
.actorList .actorWrap .member .works {
  width: calc(100% - 80px);
}

.actorList:nth-of-type(4n+2) .label p {
  color: #3255A5;
}
.actorList:nth-of-type(4n+2) .actorWrap .ini {
  background: #3255A5;
}
.actorList:nth-of-type(4n+2) .actorWrap .memberWrap {
  background: #4666AE;
}

.actorList:nth-of-type(4n+3) .label p {
  color: #00A0DB;
}
.actorList:nth-of-type(4n+3) .actorWrap .ini {
  background: #00A0DB;
}
.actorList:nth-of-type(4n+3) .actorWrap .memberWrap {
  background: #26AEE0;
}

.actorList:nth-of-type(4n+4) .label p {
  color: #7697B6;
}
.actorList:nth-of-type(4n+4) .actorWrap .ini {
  background: #7697B6;
}
.actorList:nth-of-type(4n+4) .actorWrap .memberWrap {
  background: #89A5C0;
}

.actorList:nth-of-type(4n+1) .label p {
  color: #757CCA;
}
.actorList:nth-of-type(4n+1) .actorWrap .ini {
  background: #757CCA;
}
.actorList:nth-of-type(4n+1) .actorWrap .memberWrap {
  background: #8A90D2;
}

@media screen and (max-width: 768px) {
  .actorList {
    margin-bottom: 30px;
    padding: 0 20px 0 40px;
  }
  .actorList:last-of-type {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .actorList .label {
    display: none;
  }
  .actorList .actorWrap {
    width: 100%;
    display: block;
  }
  .actorList .actorWrap .ini {
    font-size: 40px;
    text-align: left;
    width: auto;
    line-height: 1;
    padding: 10px;
  }
  .actorList .actorWrap .memberWrap {
    padding: 0 20px;
    width: auto;
  }
  .actorList .actorWrap .member {
    display: block;
  }
  .actorList .actorWrap .member .title li {
    display: block;
    margin-bottom: 10px;
  }
  .actorList .actorWrap .member .title li:last-of-type {
    margin: 0;
  }
  .actorList .actorWrap .member .name {
    width: auto;
  }
  .actorList .actorWrap .member .name p {
    margin-bottom: 10px;
  }
  .actorList .actorWrap .member .title {
    width: auto;
  }
  .actorList .actorWrap .member .cate {
    width: 4em;
    font-weight: normal;
    font-size: 12px;
  }
  .actorList .actorWrap .member .works {
    width: auto;
    font-size: 12px;
  }
}
/************************************************
	history
************************************************ */
@media screen and (max-width: 768px) {
  #historySec01 .inner_s {
    padding: 0 5.3vw;
  }
}
.historyTab {
  margin: 60px 0 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.historyTab li {
  width: 315px;
  height: 65px;
  line-height: 65px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #00A0DB;
  text-align: center;
  cursor: pointer;
}
.historyTab li a {
  color: #fff;
}
.historyTab li img {
  display: inline-block;
  margin: -3px 10px 5px;
}
.historyTab li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.historyTab li.active {
  background: #172677;
}
.historyTab li:nth-of-type(2) {
  margin: 0 5px;
}
.historyTab.bottom {
  margin: 100px 0 60px;
}

@media screen and (max-width: 768px) {
  .historyTab {
    padding: 40px 0;
    margin: 0;
  }
  .historyTab li {
    width: auto;
    height: auto;
    line-height: 1.2;
    font-size: 17px;
    padding: 10px;
  }
  .historyTab li img {
    width: 10px;
    margin: -3px 5px 0;
  }
  .historyTab li span {
    font-size: 10px;
  }
  .historyTab:nth-of-type(2) {
    padding-bottom: 0;
  }
  .historyTab.bottom {
    margin: 0;
  }
}
#tabContent {
  width: 768px;
  margin: 0 auto;
}
#tabContent ul {
  width: 100%;
}
#tabContent ul li {
  margin-bottom: 30px;
  width: 100%;
}
#tabContent ul li dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#tabContent ul li dl dt {
  font-size: 43px;
  color: #172677;
  font-family: "Noto Serif JP", serif;
  position: relative;
  line-height: 0.8;
  letter-spacing: 0;
}
#tabContent ul li dl dt:after {
  content: "";
  background: url(img/vision/ico_circle.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: -45px;
}
#tabContent ul li dl dd {
  width: 540px;
  margin-top: 5px;
}
#tabContent ul li dl dd .month {
  display: flex;
  flex-flow: row nowrap;
}
#tabContent ul li dl dd .month:nth-of-type(n+2) {
  margin-top: 10px;
}
#tabContent ul li dl dd .contents {
  width: calc(100% - 4em);
}
#tabContent ul li dl dd .contents > p {
  text-indent: -1em;
  padding-left: 1em;
}
#tabContent ul li dl dd .contents > p:before {
  content: "・";
}
#tabContent ul li dl dd p {
  letter-spacing: 0;
  color: #6E7780;
}
#tabContent ul li dl dd p.bl {
  text-align: right;
  width: 3em;
  color: #00A0DB;
  font-weight: bold;
  margin-right: 1em;
}
#tabContent ul li dl dd p:last-of-type {
  margin-bottom: 0;
}
#tabContent > div {
  display: none;
}
#tabContent > div.active {
  display: block;
}
#tabContent > div > ul {
  position: relative;
}
#tabContent > div:nth-of-type(1) ul:before {
  content: "";
  background: url(img/vision/line01.png) repeat-y;
  position: absolute;
  top: 25px;
  left: 129px;
  display: inline-block;
  width: 3px;
  height: 2420px;
}
#tabContent > div:nth-of-type(2) ul:before {
  content: "";
  background: url(img/vision/line01.png) repeat-y;
  position: absolute;
  top: 25px;
  left: 129px;
  display: inline-block;
  width: 3px;
  height: 2850px;
}

@media screen and (max-width: 768px) {
  #tabContent {
    width: auto;
    overflow: hidden;
  }
  #tabContent ul li {
    margin-bottom: 24px;
  }
  #tabContent ul li dl dt {
    font-size: 19px;
    margin-right: 25px;
  }
  #tabContent ul li dl dt:after {
    background-size: cover;
    width: 8px;
    height: 8px;
    top: 6px;
    right: -14px;
  }
  #tabContent ul li dl dd {
    width: calc(100% - 60px);
    padding-left: 13px;
    margin-top: 0;
  }
  #tabContent ul li dl dd .month {
    display: block;
  }
  #tabContent ul li dl dd .month:nth-of-type(n+2) {
    margin-top: 5px;
  }
  #tabContent ul li dl dd .contents {
    width: auto;
  }
  #tabContent ul li dl dd p {
    line-height: 1.6;
    font-size: 12px;
  }
  #tabContent ul li dl dd p.bl {
    text-align: left;
    width: auto;
  }
  #tabContent > div:nth-of-type(1) ul:before {
    top: 10px;
    left: 50px;
    height: 97.5%;
  }
  #tabContent > div:nth-of-type(2) ul:before {
    top: 10px;
    left: 50px;
    height: 95.7%;
  }
}
/************************************************
	interview
************************************************ */
#mvSub.interview .img {
  position: relative;
}
#mvSub.interview .img .messageArea {
  position: absolute;
}
#mvSub.interview .img .messageArea .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  visibility: hidden;
}
#mvSub.interview .img .messageArea .name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.857rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-top: 35px;
}
#mvSub.interview .img .messageArea .name span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.857rem;
}
#mvSub.interview .img .messageArea.onosaka {
  top: 30%;
  left: 16%;
}
#mvSub.interview .img .messageArea.yamazaki {
  top: 35%;
  right: 4%;
}
#mvSub.interview .img .messageArea.okiayu {
  top: 35%;
  right: 4%;
}
#mvSub.interview .img .messageArea.nakai {
  top: 35%;
  left: 16%;
}
#mvSub.interview .img .messageArea.shiraishi {
  top: 30%;
  left: 16%;
}
#mvSub.interview .img .messageArea.ohzora {
  top: 25%;
  right: 4%;
}

@media screen and (max-width: 768px) {
  #mvSub.interview .img {
    position: static;
    margin-top: 10px;
  }
  #mvSub.interview .img img {
    display: none;
  }
  #mvSub.interview .img .messageArea {
    position: static;
    padding: 5.3vw 5.3vw 35px;
  }
  #mvSub.interview .img .messageArea .lead {
    font-size: 8.4vw;
  }
  #mvSub.interview .img .messageArea .name {
    margin-top: 20px;
  }
  #mvSub.interview .img .messageArea.onosaka .lead {
    letter-spacing: 0.04em;
  }
  #mvSub.interview .img .messageArea.yamazaki .lead {
    letter-spacing: -0.05em;
  }
  #mvSub.interview .img .messageArea.okiayu .lead {
    letter-spacing: 0.04em;
  }
  #mvSub.interview .img .messageArea.ohzora .lead {
    letter-spacing: -0.04em;
  }
  #mvSub.interview .img .bg {
    height: 122.6vw;
  }
  #mvSub.interview .img .bg.onosaka {
    background: url(./img/vision/mv_onosaka.jpg) no-repeat top right 30%;
    background-size: auto 100%;
  }
  #mvSub.interview .img .bg.yamazaki {
    background: url(./img/vision/mv_yamazaki.jpg) no-repeat top left 18%;
    background-size: auto 100%;
  }
  #mvSub.interview .img .bg.okiayu {
    background: url(./img/vision/mv_okiayu.jpg) no-repeat top left 16%;
    background-size: auto 100%;
  }
  #mvSub.interview .img .bg.nakai {
    background: url(./img/vision/mv_nakai.jpg) no-repeat top right 18%;
    background-size: auto 100%;
  }
  #mvSub.interview .img .bg.shiraishi {
    background: url(./img/vision/mv_shiraishi.jpg) no-repeat top right 30%;
    background-size: auto 100%;
  }
  #mvSub.interview .img .bg.ohzora {
    background: url(./img/vision/mv_ohzora.jpg) no-repeat top left 30%;
    background-size: auto 100%;
  }
  #mvSub.interview .img .pageTit {
    position: absolute;
    top: 33.3vw;
    left: 0;
  }
}
#interviewSec01 article dl:nth-of-type(n+2) {
  margin-top: 40px;
}
#interviewSec01 article dt {
  font-size: 1.071rem;
  font-weight: bold;
}
#interviewSec01 article dt:before {
  content: "──";
}
#interviewSec01 article dd {
  font-size: 1.071rem;
  line-height: 2.5;
  text-align: justify;
  margin-top: 40px;
}
#interviewSec01 .img01 {
  margin: 130px auto;
  text-align: center;
}
#interviewSec01 .img02 {
  margin: 130px auto;
  text-align: center;
}
#interviewSec01 .profile {
  border: 1px solid #396A84;
  padding: 60px 50px 45px 65px;
}
#interviewSec01 .profile h3 {
  color: #172677;
  font-size: 1.143rem;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 40px;
}
#interviewSec01 .profile h3 span {
  display: inline-block;
  background: #fff;
  padding: 10px 35px;
}
#interviewSec01 .profile .img {
  align-self: center;
}
#interviewSec01 .profile .txtClm {
  width: 385px;
}
#interviewSec01 .profile .txtClm .name {
  font-size: 1.857rem;
  letter-spacing: 0.03em;
  color: #172677;
}
#interviewSec01 .profile .txtClm .name span {
  font-size: 0.857rem;
  display: inline-block;
  line-height: 2.143rem;
  vertical-align: text-bottom;
}
#interviewSec01 .profile .txtClm .profileTxt {
  margin-top: 25px;
  color: #172677;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #interviewSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #interviewSec01 .inner_s:nth-of-type(1) .leadSec {
    border-top: 1px solid #d1d1d1;
    padding-top: 35px;
  }
  #interviewSec01 article dd {
    line-height: 2;
  }
  #interviewSec01 .img01 {
    margin: 40px auto;
  }
  #interviewSec01 .img02 {
    margin: 40px auto;
    padding: 0 5.3vw;
  }
  #interviewSec01 .profile {
    padding: 45px 16vw 45px 16vw;
    margin: 0 5.3vw;
    width: auto;
  }
  #interviewSec01 .profile .img {
    text-align: center;
  }
  #interviewSec01 .profile .txtClm {
    width: auto;
  }
  #interviewSec01 .profile .txtClm .name {
    text-align: center;
  }
  #interviewSec01 .profile .txtClm .name span {
    display: block;
    line-height: 1;
    text-align: center;
  }
  #interviewSec01 .profile .txtClm .profileTxt {
    word-break: break-all;
  }
}
.bgImg.onosaka {
  padding-top: 42%;
  margin: 100px 0 80px;
  background-image: url(./img/vision/img_onosaka03.jpg);
  background-size: cover;
}
.bgImg.yamazaki {
  padding-top: 42%;
  margin: 100px 0 80px;
  background-image: url(./img/vision/img_yamazaki03.jpg);
  background-size: cover;
}
.bgImg.okiayu {
  padding-top: 42%;
  margin: 100px 0 80px;
  background-image: url(./img/vision/img_okiayu03.jpg);
  background-size: cover;
}
.bgImg.nakai {
  padding-top: 42%;
  margin: 100px 0 80px;
  background-image: url(./img/vision/img_nakai03.jpg);
  background-size: cover;
}
.bgImg.shiraishi {
  padding-top: 42%;
  margin: 100px 0 80px;
  background-image: url(./img/vision/img_shiraishi03.jpg);
  background-size: cover;
}
.bgImg.ohzora {
  padding-top: 42%;
  margin: 100px 0 80px;
  background-image: url(./img/vision/img_ohzora03.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bgImg.onosaka {
    padding-top: 100%;
    margin: 25px 0 80px;
    background-size: cover;
    background-position: center;
  }
  .bgImg.yamazaki {
    padding-top: 100%;
    margin: 25px 0 80px;
    background-size: cover;
    background-position: center;
  }
  .bgImg.okiayu {
    padding-top: 100%;
    margin: 25px 0 80px;
    background-size: cover;
    background-position: 70%;
  }
  .bgImg.nakai {
    padding-top: 100%;
    margin: 25px 0 80px;
    background-size: cover;
    background-position: 20%;
  }
  .bgImg.shiraishi {
    padding-top: 100%;
    margin: 25px 0 80px;
    background-size: cover;
    background-position: 55%;
  }
  .bgImg.ohzora {
    padding-top: 100%;
    margin: 25px 0 80px;
    background-size: cover;
    background-position: 35%;
  }
}
.localnavi_interview .nextPage a {
  display: block;
  padding: 150px 0;
  position: relative;
}
.localnavi_interview .nextPage a:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: 0.5s ease;
}
.localnavi_interview .nextPage a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: -moz-linear-gradient(60deg, rgb(194, 198, 217) 0%, rgb(242, 245, 250) 90%, rgb(244, 247, 252) 100%);
  background: -webkit-linear-gradient(60deg, rgb(194, 198, 217) 0%, rgb(242, 245, 250) 90%, rgb(244, 247, 252) 100%);
  background: linear-gradient(60deg, rgb(194, 198, 217) 0%, rgb(242, 245, 250) 90%, rgb(244, 247, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2c6d9",endColorstr="#f4f7fc",GradientType=1);
}
.localnavi_interview .nextPage a .txt {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .localnavi_interview .nextPage a .txt {
    width: 100%;
    margin-right: 100px;
  }
}
.localnavi_interview .nextPage a .txt span, .localnavi_interview .nextPage a .txt b {
  display: block;
}
.localnavi_interview .nextPage a .txt span {
  color: #9a9a9a;
  font-size: 1.143rem;
  font-weight: bold;
}
.localnavi_interview .nextPage a .txt b {
  font-size: 1.429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.localnavi_interview .nextPage a .txt:after {
  content: "";
  background: url(./img/vision/arrow_next.svg) no-repeat;
  width: 285px;
  height: 9px;
  position: absolute;
  top: 42px;
  right: 0;
}
.localnavi_interview .nextPage a:hover:before {
  opacity: 0;
}
.localnavi_interview .backIndex a {
  display: block;
  padding: 80px 0;
  text-align: center;
  transition: 0.5s ease;
}
.localnavi_interview .backIndex a .txt {
  display: inline-block;
  color: #9a9a9a;
  font-size: 1.143rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.localnavi_interview .backIndex a .txt:before {
  content: "";
  background: url(./img/vision/arrow_back.svg) no-repeat;
  width: 57px;
  height: 9px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.localnavi_interview .backIndex a:hover {
  background: #DCDFE0;
}

@media screen and (max-width: 768px) {
  .localnavi_interview .nextPage a {
    padding: 45px 0;
  }
  .localnavi_interview .nextPage a .txt {
    padding-left: 13vw;
  }
  .localnavi_interview .nextPage a .txt span {
    font-size: 0.786rem;
  }
  .localnavi_interview .nextPage a .txt b {
    font-size: 1rem;
  }
  .localnavi_interview .nextPage a .txt:after {
    background: url(./img/vision/arrow_back.svg) no-repeat;
    width: 57px;
    height: 9px;
    top: 28px;
    right: 13vw;
    transform: scale(-1, 1);
  }
  .localnavi_interview .backIndex a {
    padding: 58px 0;
  }
}
/************************************************
	voice
************************************************ */
#voiceSec01 .inner_s, #voiceSec02 .inner_s, #voiceSec03 .inner_s, #voiceSec04 .inner_s, #voiceSec05 .inner_s, #voiceSec07 .inner_s {
  width: 800px;
}

@media screen and (max-width: 768px) {
  #voiceSec01 .inner_s, #voiceSec02 .inner_s, #voiceSec03 .inner_s, #voiceSec04 .inner_s, #voiceSec05 .inner_s, #voiceSec07 .inner_s {
    width: 100%;
    padding: 0 5.3vw;
  }
}
#voiceSec01.firstSec {
  padding-top: 0;
  padding-bottom: 120px;
}
#voiceSec01 .small {
  text-align: center;
  font-size: 0.929rem;
}

@media screen and (max-width: 768px) {
  #voiceSec01.firstSec {
    padding-bottom: 50px;
  }
  #voiceSec01 .leadSec p {
    letter-spacing: 0.06em;
  }
}
.voiceSec .questionHeadline {
  width: 445px;
  margin: 0 auto 35px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.857rem;
  color: #fff;
  letter-spacing: 0.14em;
  border-bottom: 1px solid #1F329A;
  padding-bottom: 10px;
}
.voiceSec .questionHeadline + .txt {
  text-align: center;
}
.voiceSec .qTit {
  text-align: center;
  margin-bottom: 50px;
}
.voiceSec .qTit span {
  display: inline-block;
  position: relative;
}
.voiceSec .qTit span:before {
  z-index: 0;
}
.voiceSec .qTit span b {
  display: inline-block;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.429rem;
  color: #172677;
  padding: 5px;
  position: relative;
  z-index: 10;
}
.voiceSec .graph {
  text-align: center;
  position: relative;
}
.voiceSec .graph .graphWrap {
  width: 580px;
  height: 290px;
  margin: 0 auto;
}
.voiceSec .graph .graphWrap canvas {
  margin: 0 auto;
}
.voiceSec .graph .centerParts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.voiceSec .graph .centerParts b {
  font-size: 4rem;
  font-weight: normal;
}
.voiceSec .graph .centerParts small {
  font-size: 1.286rem;
}
.voiceSec .graph .graphTxt01, .voiceSec .graph .graphTxt02, .voiceSec .graph .graphTxt03, .voiceSec .graph .graphTxt04 {
  position: absolute;
}
.voiceSec .graph .graphTxt01:before, .voiceSec .graph .graphTxt02:before, .voiceSec .graph .graphTxt03:before, .voiceSec .graph .graphTxt04:before {
  content: "";
  background: url(./img/voice/graphline.png) no-repeat;
  background-size: cover;
  width: 62px;
  height: 24px;
  position: absolute;
}
.voiceSec .graph .graphTxt01 .txt, .voiceSec .graph .graphTxt02 .txt, .voiceSec .graph .graphTxt03 .txt, .voiceSec .graph .graphTxt04 .txt {
  text-align: left;
  letter-spacing: 0.1em;
}
.voiceSec .graph .txt {
  font-size: 1.143rem;
  font-weight: bold;
  line-height: 1.5;
}
.voiceSec .graph p {
  text-align: center;
}
.voiceSec .graph .num {
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
.voiceSec .graph .num b {
  font-weight: normal;
}
.voiceSec .graph .num.num_l b {
  font-size: 4rem;
}
.voiceSec .graph .num.num_l small {
  font-size: 1.286rem;
}
.voiceSec .graph .num.num_m b {
  font-size: 3rem;
}
.voiceSec .graph .num.num_m small {
  font-size: 0.929rem;
}
.voiceSec .graph .num.num_s b {
  font-size: 2.143rem;
}
.voiceSec .graph .num.num_s small {
  font-size: 0.929rem;
}
.voiceSec .graph + .txt {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
.voiceSec .balloonList {
  padding: 0 80px;
}
.voiceSec .balloonList li {
  padding-left: 40px;
  font-size: 1.071rem;
  line-height: 1.8;
  position: relative;
}
.voiceSec .balloonList li:before {
  content: "";
  background: url(./img/voice/ico_balloon.svg);
  background-size: cover;
  width: 25px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.voiceSec .balloonList li:nth-of-type(n+2) {
  margin-top: 30px;
}
.voiceSec .leadArea {
  padding: 0 80px;
}
.voiceSec .leadArea .tdu {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  border-bottom: 1px dotted #1F329A;
  padding: 10px 0;
}
.voiceSec .bgFFF {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
.voiceSec .bgFFF:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dotted #1F329A;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.voiceSec .bgFFF h5, .voiceSec .bgFFF p, .voiceSec .bgFFF li {
  color: #1F329A !important;
}
.voiceSec .bgFFF .balloonList li {
  font-size: 1rem;
}
.voiceSec .bgFFF .leadArea .tdu {
  border-color: #1F329A !important;
}

@media screen and (max-width: 768px) {
  .voiceSec .inner_s {
    padding: 0 5.3vw;
  }
  .voiceSec .questionHeadline {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 1.571rem;
    letter-spacing: 0.06em;
    padding-bottom: 5px;
  }
  .voiceSec .questionHeadline + .txt {
    font-size: 0.929rem;
  }
  .voiceSec .qTit {
    margin-bottom: 35px;
  }
  .voiceSec .qTit span {
    display: block;
    position: relative;
  }
  .voiceSec .qTit span:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    z-index: 0;
  }
  .voiceSec .qTit span b {
    font-size: 5.8vw;
    padding: 2px;
  }
  .voiceSec .graph .graphWrap {
    width: 100%;
    height: 200px;
  }
  .voiceSec .graph .centerParts b {
    font-size: 2.571rem;
  }
  .voiceSec .graph .centerParts small {
    font-size: 0.786rem;
  }
  .voiceSec .graph .graphTxt01:before, .voiceSec .graph .graphTxt02:before, .voiceSec .graph .graphTxt03:before, .voiceSec .graph .graphTxt04:before {
    width: 34px;
    height: 13px;
  }
  .voiceSec .graph .txt {
    font-size: 0.714rem;
  }
  .voiceSec .graph p {
    text-align: left;
  }
  .voiceSec .graph .num {
    line-height: 1.4;
  }
  .voiceSec .graph .num.num_l b {
    font-size: 8.4vw;
  }
  .voiceSec .graph .num.num_l small {
    font-size: 0.571rem;
  }
  .voiceSec .graph .num.num_m b {
    font-size: 6.8vw;
  }
  .voiceSec .graph .num.num_m small {
    font-size: 0.571rem;
  }
  .voiceSec .graph .num.num_s b {
    font-size: 5.3vw;
  }
  .voiceSec .graph .num.num_s small {
    font-size: 0.571rem;
  }
  .voiceSec .graph + .txt {
    font-size: 0.929rem;
  }
  .voiceSec .balloonList {
    padding: 0;
  }
  .voiceSec .balloonList li {
    padding-left: 30px;
    font-size: 0.929rem;
  }
  .voiceSec .balloonList li:before {
    width: 20px;
    height: 22px;
  }
  .voiceSec .balloonList li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .voiceSec .leadArea {
    padding: 0;
  }
  .voiceSec .leadArea .tdu {
    font-size: 4.8vw;
    padding: 5px 0;
  }
  .voiceSec .bgFFF:before {
    width: calc(100% - 2.6vw);
    height: calc(100% - 2.6vw);
  }
}
#voiceSec02, #voiceSec04 {
  background: #172677;
}
#voiceSec02 p, #voiceSec02 li, #voiceSec04 p, #voiceSec04 li {
  color: #fff;
}
#voiceSec02 .questionHeadline, #voiceSec02 .leadArea .tdu, #voiceSec04 .questionHeadline, #voiceSec04 .leadArea .tdu {
  border-color: #fff;
}

#voiceSec03, #voiceSec05 {
  background: #E2E2E5;
}
#voiceSec03 p, #voiceSec03 li, #voiceSec05 p, #voiceSec05 li {
  color: #1F329A;
}

#voiceSec02 {
  padding: 110px 0;
}
#voiceSec02 .q01 {
  padding: 130px 0 90px;
  border-bottom: 1px solid #8891C4;
}
#voiceSec02 .q01 .qTit span:before {
  content: "";
  background: url(./img/voice/q01.png) no-repeat;
  width: 84px;
  height: 101px;
  position: absolute;
  top: -52px;
  left: -67px;
}
#voiceSec02 .q01 .graph + .txt {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
#voiceSec02 .q01 .other {
  margin-top: 70px;
}
#voiceSec02 .q01 .other h5 {
  margin-right: 25px;
}
#voiceSec02 .q01 .other li {
  font-size: 1.071rem;
}
#voiceSec02 .q02 {
  padding: 140px 0 0;
}
#voiceSec02 .q02 .qTit span:before {
  content: "";
  background: url(./img/voice/q02.png) no-repeat;
  width: 100px;
  height: 101px;
  position: absolute;
  top: -66px;
  left: -83px;
}
#voiceSec02 .q02 .qTit {
  margin-bottom: 60px;
}
#voiceSec02 .q02 .qTit + .lead {
  font-size: 55px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
#voiceSec02 .q02 .qTit + .lead b {
  display: inline-block;
  padding: 0 20px;
  letter-spacing: 0.2em;
}
#voiceSec02 .q02 .bgFFF {
  margin-top: 70px;
  padding: 60px;
}
#voiceSec02 .q02 .bgFFF .left {
  width: 200px;
}
#voiceSec02 .q02 .bgFFF .left p {
  text-align: center;
}
#voiceSec02 .q02 .bgFFF .left .lead {
  font-size: 44px;
  font-feature-settings: "palt";
  line-height: 1.2;
  letter-spacing: -0.07em;
}
#voiceSec02 .q02 .bgFFF .left .lead span:nth-of-type(2) {
  letter-spacing: 0;
}
#voiceSec02 .q02 .bgFFF .left .small {
  font-size: 17px;
  padding-left: 10px;
}
#voiceSec02 .q02 .bgFFF .left .ico {
  margin-top: 15px;
}
#voiceSec02 .q02 .bgFFF .right {
  width: 410px;
}
#voiceSec02 .q02 .bgFFF .right .balloonList {
  padding: 0;
}
#voiceSec02 .q02 .bgFFF .right .balloonList li:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #voiceSec02 {
    padding: 55px 0 30px;
  }
  #voiceSec02 .q01 {
    padding: 75px 0 45px;
  }
  #voiceSec02 .q01 .qTit span:before {
    background-size: cover;
    width: 54px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec02 .q01 .graph + .txt {
    font-size: 0.929rem;
  }
  #voiceSec02 .q01 .other {
    margin-top: 45px;
  }
  #voiceSec02 .q01 .other h5 {
    margin-right: 0;
    color: #fff;
    font-size: 0.929rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #voiceSec02 .q01 .other li {
    font-size: 0.929rem;
  }
  #voiceSec02 .q02 {
    padding: 80px 0 0;
  }
  #voiceSec02 .q02 .qTit span:before {
    background-size: cover;
    width: 64px;
    height: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec02 .q02 .qTit + .lead {
    font-size: 8.4vw;
    font-feature-settings: "palt";
  }
  #voiceSec02 .q02 .qTit + .lead b {
    padding: 0 4.2vw;
  }
  #voiceSec02 .q02 .bgFFF {
    margin-top: 40px;
    padding: 8.4vw 8.4vw 11.6vw;
  }
  #voiceSec02 .q02 .bgFFF .left {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  #voiceSec02 .q02 .bgFFF .left .lead {
    font-size: 8.4vw;
    margin-top: 15px;
    letter-spacing: 0;
    order: 2;
  }
  #voiceSec02 .q02 .bgFFF .left .small {
    padding-left: 0;
    margin-top: 5px;
    order: 3;
  }
  #voiceSec02 .q02 .bgFFF .left .ico {
    margin-top: 0;
    order: 1;
  }
  #voiceSec02 .q02 .bgFFF .right {
    width: auto;
    margin-top: 30px;
  }
  #voiceSec02 .q02 .bgFFF .right .balloonList li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
#voiceSec03 {
  padding: 95px 0 100px;
}
#voiceSec03 .questionHeadline {
  color: #172677;
}
#voiceSec03 .questionHeadline + .txt {
  color: #323232;
}
#voiceSec03 .q03 {
  padding: 120px 0 200px;
  border-bottom: 1px solid #8891C4;
}
#voiceSec03 .q03 .qTit span:before {
  content: "";
  background: url(./img/voice/q03.png) no-repeat;
  width: 99px;
  height: 101px;
  position: absolute;
  top: -64px;
  left: -78px;
}
#voiceSec03 .q03 .graph .graphTxt01 {
  top: 25px;
  right: 80px;
}
#voiceSec03 .q03 .graph .graphTxt01:before {
  top: 40px;
  left: -75px;
}
#voiceSec03 .q03 .graph .graphTxt02 {
  bottom: -110px;
  left: 220px;
}
#voiceSec03 .q03 .graph .graphTxt02:before {
  top: 20px;
  right: -10px;
  transform: rotate(180deg);
}
#voiceSec03 .q03 .graph .graphTxt03 {
  top: 30px;
  left: 50px;
}
#voiceSec03 .q03 .graph .graphTxt03:before {
  top: 35px;
  right: -70px;
  transform: scale(-1, 1);
}
#voiceSec03 .q03 .graph .graphTxt03 p {
  display: inline-block;
}
#voiceSec03 .q03 .graph .graphTxt03 p.txt {
  font-size: 1rem;
  margin-left: 1em;
}
#voiceSec03 .q03 .graph .graphTxt03 li {
  text-align: left;
  font-size: 0.857rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
#voiceSec03 .q04 {
  padding: 140px 0 0;
}
#voiceSec03 .q04 .qTit span:before {
  content: "";
  background: url(./img/voice/q04.png) no-repeat;
  width: 107px;
  height: 101px;
  position: absolute;
  top: -70px;
  left: -98px;
}
#voiceSec03 .q04 .qTit {
  margin-bottom: 70px;
}
#voiceSec03 .q04 .leadArea {
  margin-top: 50px;
}
#voiceSec03 .q04 .leadArea .tac {
  text-align: center;
  font-size: 1.429rem;
}

@media screen and (max-width: 768px) {
  #voiceSec03 {
    padding: 30px 0 80px;
  }
  #voiceSec03 .q03 {
    padding: 70px 0 115px;
  }
  #voiceSec03 .q03 .qTit span:before {
    background-size: cover;
    width: 64px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec03 .q03 .graph .centerParts img {
    width: 42px;
    height: 42px;
  }
  #voiceSec03 .q03 .graph .graphTxt01 {
    top: 25px;
    right: 0px;
  }
  #voiceSec03 .q03 .graph .graphTxt01:before {
    content: none;
  }
  #voiceSec03 .q03 .graph .graphTxt02 {
    bottom: -70px;
    left: 40%;
  }
  #voiceSec03 .q03 .graph .graphTxt02:before {
    content: none;
  }
  #voiceSec03 .q03 .graph .graphTxt03 {
    top: 20px;
    left: 0;
  }
  #voiceSec03 .q03 .graph .graphTxt03:before {
    content: none;
  }
  #voiceSec03 .q03 .graph .graphTxt03 p.txt {
    font-size: 0.714rem;
  }
  #voiceSec03 .q03 .graph .graphTxt03 li {
    font-size: 0.714rem;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
  }
  #voiceSec03 .q04 {
    padding: 70px 0 0;
  }
  #voiceSec03 .q04 .qTit span:before {
    background-size: cover;
    width: 69px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec03 .q04 .qTit {
    margin-bottom: 35px;
  }
  #voiceSec03 .q04 .leadArea {
    margin-top: 30px;
  }
  #voiceSec03 .q04 .leadArea .tac {
    font-size: 1rem;
  }
}
#voiceSec04 {
  padding: 120px 0 110px;
}
#voiceSec04 .q05 {
  padding: 110px 0 90px;
  border-bottom: 1px solid #8891C4;
}
#voiceSec04 .q05 .qTit span:before {
  content: "";
  background: url(./img/voice/q05.png) no-repeat;
  width: 100px;
  height: 101px;
  position: absolute;
  top: -52px;
  left: -80px;
}
#voiceSec04 .q05 .qTit {
  margin-bottom: 115px;
}
#voiceSec04 .q05 .graph .graphTxt01 {
  top: 40px;
  right: 50px;
}
#voiceSec04 .q05 .graph .graphTxt01:before {
  top: 55px;
  left: -75px;
}
#voiceSec04 .q05 .graph .graphTxt02 {
  bottom: -75px;
  right: 190px;
}
#voiceSec04 .q05 .graph .graphTxt02:before {
  top: 12px;
  left: -75px;
  transform: scale(1, -1);
}
#voiceSec04 .q05 .graph .graphTxt03 {
  top: 200px;
  left: 95px;
}
#voiceSec04 .q05 .graph .graphTxt03:before {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
#voiceSec04 .q05 .graph .graphTxt04 {
  top: -45px;
  left: 160px;
}
#voiceSec04 .q05 .graph .graphTxt04:before {
  top: 20px;
  right: -30px;
  transform: scale(-1, 1);
}
#voiceSec04 .q05 .leadArea {
  margin-top: 160px;
}
#voiceSec04 .q05 .balloonList {
  margin-top: 40px;
}
#voiceSec04 .q06 {
  padding: 110px 0 100px;
  border-bottom: 1px solid #8891C4;
}
#voiceSec04 .q06 .qTit span:before {
  content: "";
  background: url(./img/voice/q06.png) no-repeat;
  width: 103px;
  height: 101px;
  position: absolute;
  top: -52px;
  left: -90px;
}
#voiceSec04 .q06 .qTit {
  margin-bottom: 115px;
}
#voiceSec04 .q06 .graph .graphTxt01 {
  top: 20px;
  right: 60px;
}
#voiceSec04 .q06 .graph .graphTxt01:before {
  top: 62px;
  left: -75px;
}
#voiceSec04 .q06 .graph .graphTxt02 {
  bottom: 0;
  left: 120px;
}
#voiceSec04 .q06 .graph .graphTxt02:before {
  top: 0;
  right: 10px;
  transform: rotate(180deg);
}
#voiceSec04 .q06 .graph .graphTxt03 {
  top: -55px;
  left: 180px;
}
#voiceSec04 .q06 .graph .graphTxt03:before {
  content: "";
  background: url(./img/voice/graphline_l.png) no-repeat;
  background-size: cover;
  width: 115px;
  height: 23px;
  top: 30px;
  right: -80px;
}
#voiceSec04 .q06 > .leadArea {
  margin-top: 90px;
  position: relative;
}
#voiceSec04 .q06 > .leadArea:after {
  content: "";
  background: url(./img/voice/arrow.png) no-repeat;
  background-size: cover;
  width: 21px;
  height: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}
#voiceSec04 .q06 .bgFFF {
  margin-top: 100px;
  padding: 60px 0 70px;
}
#voiceSec04 .q06 .bgFFF h5 {
  text-align: center;
  font-size: 1.714rem;
  margin-bottom: 50px;
}
#voiceSec04 .q06 .bgFFF h5 small {
  font-size: 1.143rem;
}
#voiceSec04 .q06 .bgFFF .leadArea {
  margin-top: 50px;
}
#voiceSec04 .q07 {
  padding: 120px 0 80px;
  border-bottom: 1px solid #8891C4;
}
#voiceSec04 .q07 .qTit span:before {
  content: "";
  background: url(./img/voice/q07.png) no-repeat;
  width: 102px;
  height: 101px;
  position: absolute;
  top: -52px;
  left: -80px;
}
#voiceSec04 .q07 .qTit {
  margin-bottom: 50px;
}
#voiceSec04 .q07 .lead {
  font-size: 1.571rem;
  text-align: center;
  margin-top: 50px;
}
#voiceSec04 .q07 .leadArea {
  margin-top: 65px;
}
#voiceSec04 .q07 .balloonList {
  margin-top: 55px;
}
#voiceSec04 .q08 {
  padding: 130px 0 0;
}
#voiceSec04 .q08 .qTit span:before {
  content: "";
  background: url(./img/voice/q08.png) no-repeat;
  width: 106px;
  height: 101px;
  position: absolute;
  top: -52px;
  left: -70px;
}
#voiceSec04 .q08 .qTit {
  margin-bottom: 30px;
}
#voiceSec04 .q08 .graph + .lead {
  font-size: 55px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
#voiceSec04 .q08 .graph + .lead b {
  display: inline-block;
  padding: 0 20px;
  letter-spacing: 0.2em;
}
#voiceSec04 .q08 .balloonList {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #voiceSec04 {
    padding: 55px 0 80px;
  }
  #voiceSec04 .q05 {
    padding: 70px 0 45px;
  }
  #voiceSec04 .q05 .qTit span:before {
    background-size: cover;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec04 .q05 .qTit {
    margin-bottom: 55px;
  }
  #voiceSec04 .q05 .graph .centerParts img {
    width: 42px;
    height: 36px;
  }
  #voiceSec04 .q05 .graph .graphTxt01 {
    top: -10px;
    right: 0;
  }
  #voiceSec04 .q05 .graph .graphTxt01:before {
    top: 30px;
    left: -40px;
  }
  #voiceSec04 .q05 .graph .graphTxt02 {
    bottom: -40px;
    right: 50px;
  }
  #voiceSec04 .q05 .graph .graphTxt02:before {
    top: 5px;
    left: -40px;
  }
  #voiceSec04 .q05 .graph .graphTxt03 {
    top: 125px;
    left: 0;
  }
  #voiceSec04 .q05 .graph .graphTxt03:before {
    right: 5px;
  }
  #voiceSec04 .q05 .graph .graphTxt04 {
    top: -20px;
    left: 15px;
  }
  #voiceSec04 .q05 .graph .graphTxt04:before {
    top: 15px;
    right: -10px;
  }
  #voiceSec04 .q05 .leadArea {
    margin-top: 80px;
  }
  #voiceSec04 .q05 .balloonList {
    margin-top: 30px;
  }
  #voiceSec04 .q06 {
    padding: 80px 0 50px;
  }
  #voiceSec04 .q06 .qTit span:before {
    background-size: cover;
    width: 67px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec04 .q06 .qTit {
    margin-bottom: 70px;
  }
  #voiceSec04 .q06 .graph .graphTxt01 {
    top: -30px;
    right: 0px;
  }
  #voiceSec04 .q06 .graph .graphTxt01:before {
    top: 35px;
    left: -50px;
  }
  #voiceSec04 .q06 .graph .graphTxt02 {
    bottom: -15px;
    left: 0;
  }
  #voiceSec04 .q06 .graph .graphTxt02:before {
    right: 0;
  }
  #voiceSec04 .q06 .graph .graphTxt03 {
    top: -30px;
    left: 20px;
  }
  #voiceSec04 .q06 .graph .graphTxt03:before {
    width: 75px;
    height: 15px;
    top: 25px;
    right: -55px;
  }
  #voiceSec04 .q06 > .leadArea {
    margin-top: 55px;
  }
  #voiceSec04 .q06 > .leadArea:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
  #voiceSec04 .q06 .bgFFF {
    margin-top: 65px;
    padding: 8.4vw 8.4vw 55px;
  }
  #voiceSec04 .q06 .bgFFF h5 {
    font-size: 1.286rem;
    margin-bottom: 30px;
  }
  #voiceSec04 .q06 .bgFFF h5 small {
    font-size: 0.929rem;
  }
  #voiceSec04 .q06 .bgFFF .leadArea {
    margin-top: 40px;
  }
  #voiceSec04 .q07 {
    padding: 70px 0 45px;
  }
  #voiceSec04 .q07 .qTit span:before {
    background-size: cover;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec04 .q07 .qTit {
    margin-bottom: 0;
  }
  #voiceSec04 .q07 .lead {
    font-size: 1.143rem;
    margin-top: 30px;
  }
  #voiceSec04 .q07 .leadArea {
    margin-top: 40px;
  }
  #voiceSec04 .q07 .leadArea p {
    letter-spacing: -0.02em;
  }
  #voiceSec04 .q07 .balloonList {
    margin-top: 50px;
  }
  #voiceSec04 .q08 {
    padding: 70px 0 0;
  }
  #voiceSec04 .q08 .qTit span:before {
    background-size: cover;
    width: 68px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  #voiceSec04 .q08 .graph + .lead {
    font-size: 8.4vw;
    margin: 15px 0 40px;
    font-feature-settings: "palt";
  }
  #voiceSec04 .q08 .graph + .lead b {
    padding: 0 8vw 0 10.6vw;
  }
}
#voiceSec05 {
  padding: 130px 0 100px;
}
#voiceSec05 .messageHeadline {
  text-align: center;
  margin-bottom: 50px;
}
#voiceSec05 .messageHeadline span {
  display: inline-block;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.429rem;
  color: #172677;
  padding: 5px;
}
#voiceSec05 .messageHeadline small {
  display: block;
  text-align: center;
  color: #1F329A;
  font-size: 1.071rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #voiceSec05 {
    padding: 70px 0 40px;
  }
  #voiceSec05 .inner_s {
    padding: 0 2.6vw;
  }
  #voiceSec05 .messageHeadline {
    margin-bottom: 30px;
  }
  #voiceSec05 .messageHeadline span {
    font-size: 1.571rem;
  }
  #voiceSec05 .messageHeadline small {
    font-size: 0.929rem;
  }
}
#voiceSec06 .loopSlide {
  display: flex;
  width: 2363px;
  overflow: hidden;
  height: 402px;
  position: relative;
  transition: none;
}
#voiceSec06 img {
  margin-right: 5px;
  width: auto;
  height: 100%;
}
#voiceSec06 .slick03 {
  transition: none;
}
#voiceSec06 .slick04 {
  transition: none;
  margin-top: 5px;
}
#voiceSec06 .slick-slider div {
  transition: none;
}

@media screen and (max-width: 768px) {
  #voiceSec06 .loopSlide {
    width: 1552px !important;
    height: auto;
  }
  #voiceSec06 img {
    margin-right: 2px;
  }
  #voiceSec06 .slick-track {
    height: 100%;
  }
  #voiceSec06 .slick04 {
    transition: none;
    margin-top: 2px;
  }
}
#voiceSec07 {
  padding: 110px 0 160px;
}
#voiceSec07 h3 {
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
}
#voiceSec07 h3 .ja {
  font-size: 1.143rem;
  font-weight: bold;
}
#voiceSec07 h3 .en {
  color: #BCBCBC;
  font-size: 0.857rem;
}
#voiceSec07 .linkGrid {
  width: 380px;
  height: 450px;
}
#voiceSec07 .linkGrid .img.vision:before {
  background: url(./img/top/top_grid_vision.jpg) no-repeat;
  background-size: cover;
}
#voiceSec07 .linkGrid .img.report:before {
  background: url(./img/top/top_grid_report_talk.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #voiceSec07 {
    padding: 50px 5.3vw 20px;
  }
  #voiceSec07 h3 {
    margin-bottom: 25px;
  }
  #voiceSec07 li {
    width: 49%;
  }
  #voiceSec07 .linkGrid {
    width: 100%;
    height: auto;
  }
  #voiceSec07 .linkGrid .img {
    height: 220px;
  }
}
/************************************************
	entry
************************************************ */
#contactSec01 {
  padding: 0 0 50px;
}

#contactSec02 {
  padding-bottom: 160px;
}
#contactSec02 .inner_s {
  width: 800px;
}
#contactSec02 .catch, #contactSec02 .catch02 {
  font-size: 1.071rem;
  text-align: center;
  margin-top: 60px;
}
#contactSec02 .formSec {
  padding: 60px 0 0;
  width: 100%;
  margin-bottom: 40px;
}
#contactSec02 .formSec dl {
  margin-bottom: 30px;
}
#contactSec02 .formSec dt {
  font-size: 1.071rem;
  font-weight: bold;
}
#contactSec02 .formSec dt b {
  display: inline-block;
  color: #005FAC;
  padding: 0 0 0 8px;
}
#contactSec02 .formSec dd {
  font-size: 0.929rem;
}
#contactSec02 .formSec dd:nth-of-type(2) {
  margin-top: 10px;
}
#contactSec02 .formSec dd p {
  font-size: 0.929rem;
}
#contactSec02 .formSec dd.name p.col2 {
  display: inline-block;
  margin-right: 20px;
}
#contactSec02 .formSec dd.name span {
  display: inline-block;
  width: 3em;
}
#contactSec02 .formSec dd.name span.error {
  width: auto;
}
#contactSec02 .formSec dd.name input {
  width: 140px;
}
#contactSec02 .formSec dd.age input {
  width: 80px;
}
#contactSec02 .formSec dd.address input {
  width: 100%;
}
#contactSec02 .formSec dd.check {
  line-height: 40px;
}
#contactSec02 .formSec dd.check label {
  letter-spacing: 0;
  font-size: 1.071rem;
}
#contactSec02 .formSec dd.check span:nth-of-type(n+2) {
  display: inline-block;
  margin-left: 40px;
}
#contactSec02 .formSec dd span.error {
  display: inline-block;
}
#contactSec02 .formSec .small {
  font-size: 0.786rem;
  font-weight: normal;
  color: #889BAA;
  display: inline-block;
  padding-left: 10px;
}
#contactSec02 .formSec .tel {
  width: calc(50% - 40px);
}
#contactSec02 .formSec .tel input {
  width: 100%;
}
#contactSec02 .formSec .mail {
  width: 50%;
}
#contactSec02 .formSec .mail input {
  width: 100%;
}
#contactSec02 .formSec input[type=text], #contactSec02 .formSec input[type=email], #contactSec02 .formSec textarea {
  padding: 10px;
  font-size: 1rem;
  background: #F6F8FA;
  border: 1px solid #CDD6E1;
  border-radius: 5px;
}
#contactSec02 .formSec .mwform-radio-field label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
#contactSec02 .formSec .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
#contactSec02 .formSec .col2 {
  display: flex;
}
#contactSec02 .formSec .col2 dl:nth-of-type(2) {
  margin-left: 40px;
}
#contactSec02 .formSec #open_orien input[type=text], #contactSec02 .formSec #open_orien textarea {
  width: 100%;
}
#contactSec02 .formSec #open_orien textarea {
  height: 110px;
}
#contactSec02 .formSec #open_orien .name input[type=text] {
  width: 340px;
}
#contactSec02 .formSec dl.uline {
  margin-bottom: 50px;
}
#contactSec02 .formSec dl.uline dt {
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}
#contactSec02 .formSec dl.uline dd {
  padding: 15px 0 0;
}
#contactSec02 .formSec dl.uline dd label {
  letter-spacing: 0;
  font-size: 1.071rem;
  line-height: 40px;
}
#contactSec02 .formSec dl.uline dd span:nth-of-type(n+2) {
  display: inline-block;
  margin-left: 40px;
}
#contactSec02 .formSec dl.uline dd span:nth-of-type(6), #contactSec02 .formSec dl.uline dd span:nth-of-type(9) {
  margin-left: 0;
}
#contactSec02 .formSec dl.uline dd span:nth-of-type(8) {
  margin-right: 300px;
}
#contactSec02 .formSec dl.uline dd input[type=text] {
  width: 100%;
}
#contactSec02 .formSec dl.uline dd span.small {
  margin-left: 10px !important;
}
#contactSec02 .formSec .policy dt {
  margin-bottom: 15px;
}
#contactSec02 .formSec .policy article {
  width: 100%;
  padding: 40px 80px;
  border: 1px solid #707070;
  height: 200px;
  overflow-y: scroll;
}
#contactSec02 .formSec .policy article .politit {
  font-size: 1.071rem;
  font-weight: bold;
  color: #323232;
  text-align: center;
  margin-bottom: 20px;
}
#contactSec02 .formSec .policy article h4, #contactSec02 .formSec .policy article p {
  font-size: 0.857rem;
}
#contactSec02 .formSec .policy article h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
#contactSec02 .formSec .policy article ol {
  text-indent: -1em;
  margin: 0 0 0 0.2em;
}
#contactSec02 .formSec .policy article ol li {
  padding-left: 1em;
  font-size: 0.857rem;
}
#contactSec02 .formSec .policy .accept {
  margin-top: 60px;
  text-align: center;
}
#contactSec02 .formSec .policy .accept span.error {
  display: inline-block;
}
#contactSec02 .formSec .policy .accept b {
  display: inline-block;
  color: #BCBCBC;
}
#contactSec02 .formSec .btnArea {
  margin-top: 70px;
}
#contactSec02 .formSec .btnArea input {
  font-size: 1.143rem;
  color: #fff;
  background: #172677;
  text-align: center;
  width: 100%;
  padding: 40px;
  cursor: pointer;
  border: none;
}
#contactSec02 .formSec .btnArea input:hover {
  opacity: 0.8;
}
#contactSec02 .formSec .btnArea.return {
  margin-top: 40px;
}
#contactSec02 .formSec .btnArea input.return {
  font-size: 1rem;
  background: #999;
  width: 200px;
  padding: 10px;
  border: none;
  cursor: pointer;
}
#contactSec02 .formSec .btnArea input.return:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #contactSec02 {
    padding-bottom: 40px;
  }
  #contactSec02 .inner_s {
    width: auto;
    padding: 0 5.3vw;
    margin: 0;
  }
  #contactSec02 .catch, #contactSec02 .catch02 {
    font-size: 1rem;
    margin-top: 25px;
  }
  #contactSec02 .formSec {
    padding: 40px 0 0;
  }
  #contactSec02 .formSec dd.name p.col2 {
    margin-right: 3%;
    width: 46%;
  }
  #contactSec02 .formSec dd.name input {
    width: 100%;
  }
  #contactSec02 .formSec dd.check span:nth-of-type(n+2) {
    margin-left: 30px;
  }
  #contactSec02 .formSec dd.check.job span:nth-of-type(4) {
    margin-left: 0;
  }
  #contactSec02 .formSec .col2:nth-of-type(2) {
    display: block;
  }
  #contactSec02 .formSec .col2:nth-of-type(2) dl {
    width: 100%;
    margin-left: 0;
  }
  #contactSec02 .formSec .col2:nth-of-type(2) dl:nth-of-type(2) {
    margin-top: 10px;
  }
  #contactSec02 .formSec #open_orien .col2 {
    display: block;
  }
  #contactSec02 .formSec #open_orien .col2 .check {
    margin-bottom: 0;
  }
  #contactSec02 .formSec #open_orien .col2 .name {
    margin-left: 0;
  }
  #contactSec02 .formSec #open_orien .name input[type=text] {
    width: 100%;
  }
  #contactSec02 .formSec dl.uline dd span:nth-of-type(n+2) {
    margin-left: 30px;
  }
  #contactSec02 .formSec dl.uline dd span:nth-of-type(4), #contactSec02 .formSec dl.uline dd span:nth-of-type(5), #contactSec02 .formSec dl.uline dd span:nth-of-type(6), #contactSec02 .formSec dl.uline dd span:nth-of-type(8), #contactSec02 .formSec dl.uline dd span:nth-of-type(9) {
    margin-left: 0;
  }
  #contactSec02 .formSec dl.uline dd span:nth-of-type(8) {
    margin-right: 50%;
  }
  #contactSec02 .formSec .policy dt {
    margin-bottom: 15px;
  }
  #contactSec02 .formSec .policy dt .small {
    padding: 0;
  }
  #contactSec02 .formSec .policy article {
    width: 100%;
    padding: 30px 8vw;
  }
  #contactSec02 .formSec .policy article ol {
    text-indent: -1.3em;
  }
  #contactSec02 .formSec .policy article ol li {
    padding-left: 1.3em;
  }
  #contactSec02 .formSec .policy .accept {
    margin-top: 40px;
  }
  #contactSec02 .formSec .btnArea {
    margin-top: 40px;
    text-align: center;
  }
  #contactSec02 .formSec .btnArea input {
    padding: 30px;
  }
}
.mw_wp_form .vertical-item {
  display: inline-block !important;
}

.mw_wp_form_input .catch02 {
  display: none;
}

#contactSec02 .mw_wp_form_confirm .catch {
  display: none;
}
#contactSec02 .mw_wp_form_confirm .catch02 {
  display: block;
  color: #BCBCBC;
  font-weight: bold;
}
#contactSec02 .mw_wp_form_confirm .formSec .small {
  display: none;
}
#contactSec02 .mw_wp_form_confirm .formSec dd {
  line-height: 1.8;
}
#contactSec02 .mw_wp_form_confirm .other {
  display: none;
}
#contactSec02 .mw_wp_form_confirm .policy {
  display: none;
}

#thanksSec01 {
  padding: 0 0 160px;
}
#thanksSec01 h3 {
  margin-bottom: 60px;
}
#thanksSec01 .cta {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-top: 1px solid #172677;
  border-bottom: 1px solid #172677;
  padding: 20px 0;
  margin-bottom: 20px;
}
#thanksSec01 .cta .tel {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
#thanksSec01 .cta .tel strong {
  font-size: 29px;
}
#thanksSec01 h3 + p {
  margin: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  #thanksSec01 {
    padding: 0 0 50px;
  }
  #thanksSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #thanksSec01 h3 {
    margin-bottom: 25px;
  }
  #thanksSec01 h3 + p {
    margin: 30px 0 30px;
  }
}
/************************************************
    sitepolicy
************************************************ */
#sitepolicySec {
  padding-top: 50px;
}
#sitepolicySec p, #sitepolicySec li {
  font-size: 1.071rem;
  line-height: 2.4;
}
#sitepolicySec p a, #sitepolicySec li a {
  color: #172677;
  text-decoration: underline;
}
#sitepolicySec h3 {
  margin: 60px 0 10px;
  color: #172677;
  font-size: 1.143rem;
  font-weight: bold;
}
#sitepolicySec ol li {
  padding-left: 1.5em;
  text-indent: -1.5;
}
#sitepolicySec ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sitepolicySec ul li:before {
  content: "●";
  color: #172677;
}

@media screen and (max-width: 768px) {
  #sitepolicySec {
    padding-top: 0;
  }
  #sitepolicySec .inner_s {
    padding: 0 5.3vw;
  }
  #sitepolicySec p, #sitepolicySec li {
    font-size: 1rem;
  }
  #sitepolicySec h3 {
    margin: 40px 0 10px;
  }
}
/************************************************
    404
************************************************ */
#notfoundSec01 {
  padding: 200px 0;
}
#notfoundSec01 p {
  text-align: center;
}

/************************************************
    otherPages
************************************************ */
.firstSec {
  padding: 70px 0 100px;
}

.wp-block-group:nth-of-type(n+2) {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .firstSec {
    padding: 0 0 40px;
  }
  .wp-block-group:nth-of-type(n+2) {
    margin-top: 100px;
  }
}
/************************************************
    new-osaka-campus
************************************************ */
#mvSub.new-osaka-capmpus {
  background: transparent linear-gradient(52deg, #172677 0%, #7298B6 40%, #EFD2DE 100%) 0% 0% no-repeat padding-box;
  padding: 226px 50px 125px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mvSub.new-osaka-capmpus {
    padding: 190px 5.3vw 68px;
  }
}
#mvSub.new-osaka-capmpus .leadSec p {
  visibility: hidden;
}
#mvSub.new-osaka-capmpus .leadSec.pc p {
  font-size: 4.4vw;
}
#mvSub.new-osaka-capmpus .leadSec.sp p {
  font-size: 9.8vw;
}
#mvSub.new-osaka-capmpus .leadText {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #mvSub.new-osaka-capmpus .leadText {
    font-size: 15px;
  }
}
#mvSub.new-osaka-capmpus .logo {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  #mvSub.new-osaka-capmpus .logo {
    margin-top: 44px;
  }
}

.new-osaka-capmpus01 {
  background: url(./img/new_campus/bg_furukawa.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  height: 50.7vw;
  min-height: 520px;
}
@media screen and (max-width: 990px) {
  .new-osaka-capmpus01 {
    background-position: 50% 0;
  }
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus01 {
    background: url(./img/new_campus/bg_furukawa_sp.jpg) no-repeat;
    background-size: cover;
    height: auto;
    min-height: initial;
    padding-bottom: 75px;
  }
}
.new-osaka-capmpus01 .inner_m {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus01 .inner_m {
    padding: 0 5.3vw;
    margin-left: 0;
  }
}
.new-osaka-capmpus01 .vlineHeadline {
  margin-bottom: 8.6vw;
}
.new-osaka-capmpus01 .vlineHeadline:before {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus01 .vlineHeadline {
    margin-bottom: 65px;
  }
}
.new-osaka-capmpus01 h3 {
  margin-bottom: 3.6vw;
  padding-top: 25px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus01 h3 {
    margin-bottom: 30px;
    font-size: 0.786rem;
  }
}
.new-osaka-capmpus01 h3:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.new-osaka-capmpus01 h3 strong {
  font-size: 2.143rem;
  display: block;
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus01 h3 strong {
    font-size: 1.714rem;
    margin-top: 10px;
  }
}
.new-osaka-capmpus01 .txt {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus01 .txt {
    max-width: 200px;
    font-size: 1rem;
    line-height: 2.2;
  }
}

.new-osaka-capmpus02 .inner_m {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus02 .inner_m {
    padding: 0 5.3vw 70px !important;
    margin-left: 0;
  }
}
.new-osaka-capmpus02 .vlineHeadline {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus02 .vlineHeadline {
    margin-bottom: 30px;
  }
}
.new-osaka-capmpus02 .time {
  line-height: 1.8;
  font-size: 90%;
}
.new-osaka-capmpus02 .system {
  margin-bottom: 50px;
}
.new-osaka-capmpus02 .system > div {
  padding: 0 40px;
  min-width: 250px;
}
.new-osaka-capmpus02 .system > div p {
  text-align: center;
}
.new-osaka-capmpus02 .system .period {
  border-right: 1px solid #ccc;
}
.new-osaka-capmpus02 .curriculumTable {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  table-layout: fixed;
}
.new-osaka-capmpus02 .curriculumTable th, .new-osaka-capmpus02 .curriculumTable td {
  border: 1px solid #fff;
}
.new-osaka-capmpus02 .curriculumTable th {
  background: #172677;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.new-osaka-capmpus02 .curriculumTable th span {
  transform: rotate(90deg);
  display: block;
}
.new-osaka-capmpus02 .curriculumTable td {
  text-align: center;
  padding: 40px 0;
  line-height: 1;
  letter-spacing: 0.01em;
  font-size: 15px;
  border-right: 1px solid #ccc;
}
.new-osaka-capmpus02 .curriculumTable td.mon {
  vertical-align: middle;
  text-align: center;
  background: #E0DDDD;
  border-right: none;
}
.new-osaka-capmpus02 .curriculumTable td.sat {
  border-right: none;
}
.new-osaka-capmpus02 .curriculumTable td.blank {
  background: #fff;
  border-right: none;
}
.new-osaka-capmpus02 .curriculumTable td .a {
  display: inline-block;
  padding: 3px 5px;
  background: #396A84;
  color: #fff;
}
.new-osaka-capmpus02 .curriculumTable td .b {
  display: inline-block;
  padding: 3px 4px;
  background: #729FB9;
  color: #fff;
}
.new-osaka-capmpus02 .curriculumTable td .small {
  font-size: 13px;
}
.new-osaka-capmpus02 .curriculumTable td span:nth-of-type(1) {
  margin: 20px 0 5px;
}
.new-osaka-capmpus02 .curriculumTable td span:last-of-type {
  margin-bottom: 0;
}
.new-osaka-capmpus02 .curriculumTable td p {
  text-align: center;
  padding: 0 10px;
  height: 100px;
}
.new-osaka-capmpus02 .curriculumTable .week th {
  color: #000;
  background: #ECEDF4;
  border-right: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
}
.new-osaka-capmpus02 .curriculumTable .week th.mon {
  background: #E0DDDD;
  border-right: none;
}
.new-osaka-capmpus02 .curriculumTable .week th.sat {
  background: #729FB9;
  border-right: none;
  color: #fff;
}
.new-osaka-capmpus02 .curriculumTable .week td {
  background: none;
  border-right: none;
  padding: 0;
}
.new-osaka-capmpus02 .curriculumTable .rest th {
  padding: 10px 0;
  background: #aaa;
}
.new-osaka-capmpus02 .curriculumTable .rest td {
  background: #f7f7f7;
  vertical-align: middle;
  padding: 10px 0;
}
.new-osaka-capmpus02 .curriculumTable .rest td.blank {
  background: #fff;
}
.new-osaka-capmpus02 .curriculumTable td.rest {
  background: #f7f7f7;
}
.new-osaka-capmpus02 .curriculumTable .class3 {
  border-left: 1px solid #ccc;
}
.new-osaka-capmpus02 .curriculumTable .bt {
  border-top: 1px solid #ccc !important;
}
.new-osaka-capmpus02 .curriculumTable .bb {
  border-bottom: 1px solid #ccc !important;
}
.new-osaka-capmpus02 .curriculumTable .br {
  border-right: 1px solid #ccc !important;
}
.new-osaka-capmpus02 .curriculumTable .bl {
  border-left: 1px solid #ccc !important;
}
.new-osaka-capmpus02 p {
  font-size: 14px;
}
.new-osaka-capmpus02 .txtClm {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.new-osaka-capmpus02 .txtClm ul li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.new-osaka-capmpus02 .txtClm .classes {
  font-size: 14px;
  line-height: 1;
}
.new-osaka-capmpus02 .txtClm .classes em {
  font-style: normal;
  font-weight: bold;
  border: 1px solid #000;
  letter-spacing: 0.05em;
  padding: 2px 10px;
}
.new-osaka-capmpus02 .txtClm .classes .a {
  display: inline-block;
  padding: 3px 5px;
  background: #396A84;
  color: #fff;
}
.new-osaka-capmpus02 .txtClm .classes .b {
  display: inline-block;
  padding: 3px 4px;
  background: #729FB9;
  color: #fff;
}
.new-osaka-capmpus02 .txtClm .classes span {
  font-size: 16px;
  margin: 0 10px 0 15px;
}

@media screen and (max-width: 768px) {
  .new-osaka-capmpus02 {
    margin-bottom: 0;
  }
  .new-osaka-capmpus02 .inner_m {
    padding: 50px 5.3vw;
  }
  .new-osaka-capmpus02 .system {
    margin-bottom: 30px;
  }
  .new-osaka-capmpus02 .system > div {
    padding: 0;
    min-width: initial;
    flex: 1;
  }
  .new-osaka-capmpus02 .system > div p {
    text-align: center;
  }
  .new-osaka-capmpus02 h3 {
    margin-bottom: 25px;
  }
  .new-osaka-capmpus02 .tableWrap {
    overflow-x: auto;
    white-space: nowrap;
  }
  .new-osaka-capmpus02 .curriculumTable {
    width: 770px;
  }
  .new-osaka-capmpus02 .curriculumTable td p {
    height: 80px;
    padding: 0 5px;
  }
}
#lessonSec03.new-osaka-capmpus03 {
  padding-top: 0;
}
#lessonSec03.new-osaka-capmpus03 .inner_m {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .inner_m {
    padding: 0 5.3vw;
    margin-left: 0;
  }
}
#lessonSec03.new-osaka-capmpus03 .vlineHeadline {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .vlineHeadline {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .lessonList li {
    flex-direction: column;
  }
}
#lessonSec03.new-osaka-capmpus03 .lessonList .imgClm {
  flex-basis: 385px;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .lessonList .imgClm {
    flex-basis: auto;
  }
}
#lessonSec03.new-osaka-capmpus03 .lessonList .txtClm {
  flex-basis: calc(100% - 385px);
  padding: 0;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .lessonList .txtClm {
    flex-basis: auto;
  }
}
#lessonSec03.new-osaka-capmpus03 .lessonList .profile {
  margin-top: 24px;
  background: #EAEBEF;
  padding: 40px 96px;
  color: #172677;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .lessonList .profile {
    padding: 6.4vw 4.2vw;
  }
}
#lessonSec03.new-osaka-capmpus03 .lessonList .profile h4 {
  font-weight: bold;
  margin-bottom: 14px;
}
#lessonSec03.new-osaka-capmpus03 .lessonList .profile .txt {
  line-height: 2;
}
#lessonSec03.new-osaka-capmpus03 .lessonList li:nth-of-type(2n) {
  flex-direction: row;
}
#lessonSec03.new-osaka-capmpus03 .specialLessonSec {
  background: #172677;
  color: #fff;
  padding-bottom: 70px;
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .specialLessonSec {
    margin-top: 70px;
    padding: 0 3.7vw 40px;
  }
}
#lessonSec03.new-osaka-capmpus03 .specialLessonSec .vlineHeadline {
  margin-bottom: 32px;
}
#lessonSec03.new-osaka-capmpus03 .specialLessonSec .vlineHeadline:before {
  background: #fff;
}
#lessonSec03.new-osaka-capmpus03 .specialLessonSec .txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #lessonSec03.new-osaka-capmpus03 .specialLessonSec .txt {
    font-size: 1rem;
    line-height: 2.2;
  }
}

.new-osaka-capmpus04 {
  margin-top: 48px;
}
.new-osaka-capmpus04 .bg_img {
  background: url(./img/new_campus/bg_access.jpg);
  background-size: cover;
  height: 52.3vw;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .bg_img {
    background: none;
    padding-bottom: 0;
    height: auto;
  }
}
.new-osaka-capmpus04 .bg_img .vlineHeadline {
  margin-bottom: 7.6vw;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .bg_img .vlineHeadline {
    margin-bottom: 20px;
  }
}
.new-osaka-capmpus04 .bg_img .lead {
  font-size: 2.429rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.6vw;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .bg_img .lead {
    font-size: 7.4vw;
    margin-bottom: 15px;
  }
}
.new-osaka-capmpus04 .bg_img .txt {
  width: 544px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .bg_img .txt {
    width: auto;
    font-size: 1rem;
    line-height: 2.2;
  }
}
.new-osaka-capmpus04 .bg_img .inner_m {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .bg_img .inner_m {
    padding: 0 5.3vw;
    margin-left: 0;
  }
}
.new-osaka-capmpus04 > .inner_m {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 > .inner_m {
    padding: 0 5.3vw;
    margin-left: 0;
  }
}
.new-osaka-capmpus04 .mapArea {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .mapArea .mapWrapper {
    flex-direction: column;
  }
}
.new-osaka-capmpus04 .mapArea .txtClm {
  padding-left: 32px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .mapArea .txtClm {
    display: flex;
    padding-left: 0;
    margin-top: 12px;
    gap: 8px;
  }
}
.new-osaka-capmpus04 .mapArea .txtClm h3 span {
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  background: #4E5995;
  border-radius: 4px;
  margin-bottom: 10px;
}
.new-osaka-capmpus04 .mapArea .txtClm .txt {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .new-osaka-capmpus04 .mapArea .txtClm .txt {
    font-size: 1rem;
  }
}
.new-osaka-capmpus04 .attentionArea {
  margin-top: 32px;
  background: #EAEBEF;
  padding: 20px;
  color: #172677;
}
.new-osaka-capmpus04 .attentionArea h4 {
  font-weight: bold;
  margin-bottom: 14px;
}
.new-osaka-capmpus04 .attentionArea .txt {
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
.new-osaka-capmpus04 .attentionArea .txt span {
  background: #F3F793;
}
.new-osaka-capmpus04 .attentionArea .txt a {
  color: #172677;
}
.new-osaka-capmpus04 .attentionArea .txt a.tel {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .new-osaka-capmpus04 .attentionArea .txt a.tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.new-osaka-capmpus04 .attentionArea .txt a.linkBtn {
  display: block;
  width: 400px;
  background: #172677;
  color: #fff;
  font-size: 1.286rem;
  text-align: center;
  padding: 25px 0;
  margin-top: 10px;
}
.new-osaka-capmpus04 .attentionArea .txt a.linkBtn:hover {
  opacity: 0.8;
}

.scrollLink {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  opacity: 0;
}
.scrollLink li:nth-of-type(n+2) {
  margin-top: 16px;
}
.scrollLink a {
  position: relative;
  color: #707070;
}
.scrollLink a.current {
  color: #fff;
}
.scrollLink a.current:before {
  content: "▶︎";
  position: absolute;
  left: -20px;
  transform: scaleX(0.8);
  font-size: 0.929rem;
}
.scrollLink.is-show {
  opacity: 1;
}
.scrollLink.colorchange a.current, .scrollLink.colorchange a.current:before {
  color: #172677;
}

@media screen and (max-width: 768px) {
  .scrollLink {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #topSec01 .attentionArea {
    width: 100%;
  }
}
#topSec01 .attentionArea a {
  width: 904px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topSec01 .attentionArea a {
    width: 100%;
  }
}
#topSec01 .attentionArea a .bg {
  background: rgba(23, 38, 119, 0.8);
  padding: 15px 100px;
}
@media screen and (max-width: 768px) {
  #topSec01 .attentionArea a .bg {
    padding: 15px;
  }
}
#topSec01 .attentionArea a .bg p {
  color: #fff;
  font-size: 1.286rem;
}
@media screen and (max-width: 768px) {
  #topSec01 .attentionArea a .bg p {
    font-size: 1rem;
  }
}
#topSec01 .attentionArea a:hover {
  opacity: 0.8;
}
#topSec01 .attentionArea a .arrow {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
@media screen and (max-width: 768px) {
  #topSec01 .attentionArea a .arrow {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
#topSec01 .attentionArea a .arrow:after {
  content: "";
  background: url(./img/common/arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 768px) {
  #topSec01 .attentionArea a .arrow:after {
    right: 5px;
  }
}

/************************************************
    news
************************************************ */
#mvSub.news .noMVpageTit p {
  text-align: center;
  font-size: 1rem;
  color: #172677;
  margin-top: 10px;
}

#newsSec01.firstSec {
  padding-top: 0;
}
#newsSec01 #newsList {
  border-top: 1px solid #DCDFE0;
  padding: 0 50px;
}
#newsSec01 #newsList li {
  padding: 40px 20px;
  border-bottom: 1px solid #DCDFE0;
}
#newsSec01 #newsList li time {
  display: inline-block;
  color: #172677;
  font-size: 1rem;
}
#newsSec01 #newsList li p {
  font-size: 0.929rem;
  margin-left: 40px;
}
#newsSec01 #newsList li p a {
  text-decoration: underline;
}
#newsSec01 .btnArea {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #newsSec01 .inner_s {
    padding: 0 5.3vw;
  }
  #newsSec01 #newsList {
    padding: 0;
  }
  #newsSec01 #newsList li {
    padding: 25px 0;
  }
  #newsSec01 #newsList li p {
    font-size: 1rem;
    margin-left: 0;
  }
}
#singleSec .content {
  padding: 0 50px;
}
#singleSec .content p {
  margin-bottom: 40px;
}
#singleSec .content a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #singleSec .content {
    padding: 0;
  }
}
#pager {
  text-align: center;
  margin-top: 100px;
}
#pager a, #pager .current {
  width: 25px;
  display: inline-block;
  line-height: 25px;
  height: 25px;
  text-align: center;
  margin: 0 5px;
  color: #6E7780;
  vertical-align: top;
}
#pager a.page:hover, #pager .current {
  color: #172677;
}

#pager2 {
  text-align: center;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pager2 a {
  display: inline-block;
  text-align: center;
  color: #6E7780;
  font-size: 0.929rem;
  vertical-align: top;
}
#pager2 a:hover {
  color: #172677;
}
#pager2 span {
  display: inline-block;
  min-width: 135px;
  height: 25px;
  padding: 0 25px;
  position: relative;
}
#pager2 .prev:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #BEBEBE;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/************************************************
    report
************************************************ */
#mvSub.reportSingle .noMVpageTit {
  padding-bottom: 30px;
}
#mvSub.reportSingle .noMVpageTit h2 {
  line-height: 1.5;
}
#mvSub.reportSingle .noMVpageTit .catedate {
  margin-top: 15px;
}

#reportSec01.firstSec {
  padding-top: 0;
}
#reportSec01 .reportList {
  padding: 25px 90px 0;
}
#reportSec01 .reportList li {
  width: 46%;
  padding-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
}
#reportSec01 .reportList li:nth-of-type(n+3) {
  margin-top: 90px;
}
#reportSec01 .reportList li .img {
  margin-bottom: 20px;
}
#reportSec01 .reportList li .txtClm .tit {
  border-left: 4px solid #172677;
  font-family: "Noto Serif JP", serif;
  font-size: 1.857rem;
  line-height: 1.3;
  padding-left: 20px;
}
#reportSec01 .reportList li .txtClm a:hover .tit {
  color: #1F329A;
}
#reportSec01 .reportList li .txtClm .member {
  margin-top: 15px;
  font-size: 0.929rem;
  line-height: 1.5;
}
#reportSec01 .reportSingleSec {
  border-top: 1px solid #e6e6e6;
  padding-top: 45px;
}
#reportSec01 .reportSingleSec .eyecatch {
  text-align: center;
}
#reportSec01 .reportSingleSec .member {
  width: 560px;
  padding: 20px 30px;
  margin: 30px auto 70px;
  background: #f0f0f0;
  font-size: 1.071rem;
  line-height: 1.9;
}
#reportSec01 .reportSingleSec .member h3 {
  font-size: 1.071rem;
  font-weight: bold;
  line-height: 1.9;
}
#reportSec01 .reportSingleSec .content p {
  margin-top: 50px;
  font-size: 1.071rem;
}
#reportSec01 .reportSingleSec .content h3 {
  color: #172677;
  font-size: 1.429rem;
  font-weight: bold;
  padding: 20px 25px;
  border-left: 4px solid #e6e6e6;
  margin-top: 100px;
}
#reportSec01 .reportSingleSec .content .wp-block-image {
  margin-top: 50px;
}
#reportSec01 .reportSingleSec .content .wp-block-quote {
  background: #EAEBEF;
  padding: 20px 25px;
}
#reportSec01 .reportSingleSec .content .wp-block-quote p:nth-of-type(1) {
  margin-top: 0;
}
#reportSec01 .reportSingleSec .content .wp-block-quote p:nth-of-type(n+2) {
  margin-top: 30px;
}
#reportSec01 .reportSingleSec .content .notes {
  margin-top: 8px;
  font-size: 0.857rem;
  line-height: 1.6;
  color: #727272;
}
#reportSec01 .btnArea {
  margin-top: 50px;
}

.catedate {
  margin-top: 10px;
}
.catedate p {
  line-height: 1;
  font-size: 0.857rem;
  display: inline-block;
}
.catedate .cate a {
  color: #172677;
  display: inline-block;
  padding-right: 1em;
}
.catedate .cate a:hover {
  text-decoration: underline;
}
.catedate .date {
  color: #8F969D;
}
.catedate .date:before {
  content: "｜　";
  line-height: 1;
}

.categorylink ul li {
  margin: 0 10px 10px;
}
.categorylink ul li a {
  display: block;
  text-align: center;
  padding: 0 20px;
  min-width: 110px;
  border-radius: 15px;
  border: 1px solid #c7c7c7;
  font-size: 1rem;
}
.categorylink ul li a:hover {
  color: #1F329A;
  border-color: #1F329A;
}

@media screen and (max-width: 700px) {
  #mvSub.reportSingle .noMVpageTit {
    padding-bottom: 30px;
  }
  #mvSub.reportSingle .noMVpageTit h2 {
    line-height: 1.5;
  }
  #mvSub.reportSingle .noMVpageTit .catedate {
    margin-top: 15px;
  }
  #reportSec01.firstSec {
    padding-top: 0;
  }
  #reportSec01 .inner_l {
    padding: 5.3vw;
  }
  #reportSec01 .reportList {
    padding: 25px 0 0;
  }
  #reportSec01 .reportList li {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 2px solid #e6e6e6;
  }
  #reportSec01 .reportList li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #reportSec01 .reportList li .img {
    margin-bottom: 15px;
  }
  #reportSec01 .reportList li .txtClm .tit {
    border-left: 4px solid #172677;
    font-family: "Noto Serif JP", serif;
    font-size: 1.286rem;
    line-height: 1.3;
    padding-left: 15px;
  }
  #reportSec01 .reportList li .txtClm a:hover .tit {
    color: #1F329A;
  }
  #reportSec01 .reportList li .txtClm .member {
    margin-top: 10px;
    font-size: 0.857rem;
    line-height: 1.5;
  }
  #reportSec01 .reportSingleSec {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    padding: 5.3vw;
  }
  #reportSec01 .reportSingleSec .eyecatch {
    text-align: center;
  }
  #reportSec01 .reportSingleSec .member {
    padding: 20px 30px;
    margin: 30px auto 30px;
    background: #f0f0f0;
    font-size: 1rem;
    line-height: 1.9;
  }
  #reportSec01 .reportSingleSec .member h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.9;
  }
  #reportSec01 .reportSingleSec .content p {
    margin-top: 15px;
    font-size: 1.071rem;
    line-height: 2.2;
    text-align: left;
  }
  #reportSec01 .reportSingleSec .content h3 {
    color: #172677;
    font-size: 1.429rem;
    font-weight: bold;
    padding: 20px 25px;
    border-left: 4px solid #e6e6e6;
    margin-top: 100px;
  }
  #reportSec01 .reportSingleSec .content .wp-block-image {
    margin-top: 40px;
  }
  #reportSec01 .reportSingleSec .content .wp-block-quote {
    background: #EAEBEF;
    padding: 20px 5.3vw;
  }
  #reportSec01 .reportSingleSec .content .wp-block-quote p:nth-of-type(1) {
    margin-top: 0;
  }
  #reportSec01 .reportSingleSec .content .wp-block-quote p:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #reportSec01 .reportSingleSec .content .notes {
    margin-top: 8px;
    font-size: 0.857rem;
    line-height: 1.6;
    color: #727272;
  }
  #reportSec01 .btnArea {
    margin-top: 40px;
    padding: 0 5.3vw;
  }
  .catedate {
    margin-top: 10px;
  }
  .catedate p {
    line-height: 1;
    font-size: 0.857rem;
    display: inline-block;
  }
  .catedate .cate a {
    color: #172677;
    display: inline-block;
    padding-right: 1em;
  }
  .catedate .cate a:hover {
    text-decoration: underline;
  }
  .catedate .date {
    color: #8F969D;
  }
  .catedate .date:before {
    content: "｜　";
    line-height: 1;
  }
  .categorylink .inner_l {
    padding: 0 10%;
  }
  .categorylink ul li {
    margin: 0 5px 10px;
  }
  .categorylink ul li a {
    display: block;
    text-align: center;
    padding: 0 20px;
    min-width: 110px;
    border-radius: 15px;
    border: 1px solid #c7c7c7;
    font-size: 1rem;
  }
  .categorylink ul li a:hover {
    color: #1F329A;
    border-color: #1F329A;
  }
}
/************************************************
	animation
************************************************ */
/* fadein */
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 0.6s ease;
  pointer-events: none;
}

.fadeinLeft {
  opacity: 0.1;
  transform: translate(-50px, 0);
  transition: all 1s ease;
}

.fadeinRight {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 1s ease;
}

/* 画面内に入った状態 */
.fadein.scrollin,
.fadeinLeft.scrollin,
.fadeinRight.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
}

/* fuwatanime */
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  @keyframes fuwatAnime {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* arrow */
@keyframes arrowbefore {
  100% {
    right: 10px;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: 20px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrowbefore2 {
  100% {
    right: -10px;
    opacity: 0;
  }
}
@keyframes arrowafter2 {
  99% {
    right: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrowbefore3 {
  100% {
    right: 30px;
    opacity: 0;
  }
}
@keyframes arrowafter3 {
  99% {
    right: 40px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* childinner */
@keyframes childinner {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* slickFade */
.slide-animation img {
  animation: slickFade 4s 0s forwards;
}

@keyframes slickFade {
  0% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1);
  }
  85% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.01);
  }
}/*# sourceMappingURL=style.css.map */