@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

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

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.bg-green-light {
  background-color: #F2F8F7;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #1A1A1A;
}

.color-gray {
  color: #666666;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw800-extra {
  font-weight: 800 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1A1A1A;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.2rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  outline: none;
}

path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #1A1A1A;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a .cover {
  overflow: hidden;
}
a .cover img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

button {
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.link-underline {
  text-decoration: underline;
}

.link-underline-hover:hover {
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -120px;
  }
}

/* Modal */
#modal-onload {
  display: block;
  position: fixed;
  bottom: 116px;
  right: 30px;
  z-index: 15;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  #modal-onload {
    bottom: 84px;
    right: 15px;
  }
}
#modal-onload.hide {
  display: none;
}
#modal-onload.close {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#modal-onload .modal-onload {
  position: relative;
}
#modal-onload .modal-onload .btn-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
}
#modal-onload .modal-onload .content a {
  display: block;
}

/* Wrapper */
#wrapper {
  padding-top: 100px;
}
@media only screen and (max-width: 1100px) {
  #wrapper {
    padding-top: 80px;
  }
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Main */
.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1240 {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.content-1155 {
  width: 90%;
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
}

.content-1140 {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-1050 {
  width: 90%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.content-1040 {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.content-990 {
  width: 90%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.content-934 {
  width: 90%;
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}

.content-800 {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-700 {
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pad140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1100px) {
  .pad140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad90140 {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1100px) {
  .pad90140 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad90140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .pad60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt140 {
  padding-top: 140px;
}
@media only screen and (max-width: 1100px) {
  .pt140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pt140 {
    padding-top: 50px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1100px) {
  .pb140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pb140 {
    padding-bottom: 50px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

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

.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb10 {
  margin-bottom: 10px;
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz36 {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz36 {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz36 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4.8rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz30 {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz30 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.txthead-box .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz24 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz24 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.txthead-box .fz18 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz18 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.txthead-box .fz14 {
  font-size: 1.4rem;
  line-height: 3rem;
}
.txthead-box .with-seperator {
  position: relative;
  padding-bottom: 15px;
}
.txthead-box .with-seperator::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 30px;
  height: 1px;
  background-color: #0080C8;
}
.txthead-box .with-seperator.center::after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.txthead-box .with-seperator + .fz30 {
  margin-top: 20px;
}
.txthead-box .center {
  text-align: center;
}

.btn-box {
  display: table;
}
.btn-box.align-right {
  margin-left: auto;
}
.btn-box.mt90 {
  margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
  .btn-box.mt90 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt90 {
    margin-top: 30px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 30px;
  }
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.mt20 {
  margin-top: 20px;
}
.btn-box.mt10 {
  margin-top: 10px;
}
.btn-box.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-box.flex-center * {
  margin: 0 7px;
}
.btn-box.center {
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes icon-left-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  41% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-2500px);
    transform: translateX(-2500px);
  }
  55% {
    opacity: 1;
  }
  59% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes icon-left-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  41% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-2500px);
    transform: translateX(-2500px);
  }
  55% {
    opacity: 1;
  }
  59% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
button {
  border: 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.square {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  height: 60px;
}
@media only screen and (max-width: 1100px) {
  .btn.square {
    font-size: 1.6rem;
    line-height: 2.6rem;
    height: 50px;
  }
}
.btn.square-radius {
  height: 44px;
  border-radius: 100px;
}
.btn.square-radius .text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .btn.square-radius .text {
    font-size: 1.4rem;
  }
}
.btn.icon-left:hover .icon img {
  -webkit-animation: icon-left-to-right 0.3s ease-in-out 1 normal both;
  animation: icon-left-to-right 0.3s ease-in-out 1 normal both;
}
.btn.icon-left:hover .text {
  text-decoration: underline;
}
.btn.icon-left .icon {
  margin-right: 10px;
  overflow: hidden;
}
.btn.icon-left .text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.btn.red {
  color: #fff;
  background-color: #E54B4B;
}
.btn.blue {
  color: #fff;
  background-color: #0080C8;
}
.btn.white {
  color: #1A1A1A;
  background-color: #fff;
}
.btn.white:hover {
  opacity: 1;
  color: #fff;
  background-color: #0080C8;
}
.btn.w-300 {
  width: 100%;
  max-width: 300px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

/* MV Inner */
#mv-inner .mv-inner {
  position: relative;
}
#mv-inner .mv-inner .mv-inner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}
#mv-inner .mv-inner .mv-inner-text .box {
  min-width: 400px;
  margin-bottom: -1px;
  padding: 45px 60px 0 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  #mv-inner .mv-inner .mv-inner-text .box {
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text .box {
    min-width: auto;
    padding: 20px 40px 0 40px;
  }
}
#mv-inner .mv-inner .mv-inner-text .box h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 5.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1100px) {
  #mv-inner .mv-inner .mv-inner-text .box h1 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text .box h1 {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#mv-inner .mv-inner .mv-inner-text .box h1 .small {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}
#mv-inner .mv-inner .mv-inner-img img {
  width: 100%;
  max-height: 380px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Breadcrumb */
#breadcrumb {
  padding: 0 30px;
}
@media only screen and (max-width: 1100px) {
  #breadcrumb {
    padding: 0 5%;
  }
}
#breadcrumb.inner {
  background-color: #F4F4F4;
}
#breadcrumb.inner .breadcrumb {
  padding: 5px 0;
}
#breadcrumb .breadcrumb {
  padding: 20px 0;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-right: 10px;
  padding-right: 20px;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 1;
  width: 10px;
  height: 1px;
  background-color: #D9D9D9;
}
#breadcrumb .breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: block;
  color: #666666;
}
#breadcrumb .breadcrumb ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.text-intro-center.mb60 {
  margin-bottom: 60px;
}
.text-intro-center.text-left p {
  text-align: left;
}
.text-intro-center p {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .text-intro-center p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: left;
  }
}

.btn-scroll.mt60 {
  margin-top: 60px;
}
.btn-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.6%;
  margin-top: -3.2%;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
.btn-scroll ul li {
  width: 31.73%;
  margin-left: 1.6%;
  margin-top: 3.2%;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li + li {
    margin-top: 10px;
  }
}
.btn-scroll ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  padding: 0 40px;
  background-color: #EBF8FF;
  background-image: url("/assets/images/commons/btn-scroll-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 11px 6px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li a {
    height: 56px;
  }
}
.btn-scroll ul li a:hover {
  opacity: 1;
  background-color: #C2EAFF;
}
.btn-scroll ul li a .text {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.box-refine-search {
  margin-top: 30px;
}
.box-refine-search .toggle-btn {
  display: block;
  padding: 20px 60px 20px 30px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  background-color: #C2EAFF;
  background-image: url("/assets/images/commons/btn-toggle-close-blue.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 20px;
}
@media only screen and (max-width: 750px) {
  .box-refine-search .toggle-btn {
    padding: 20px 40px 20px 20px;
    background-position: center right 20px;
    background-size: 15px;
  }
}
.box-refine-search .toggle-btn.active {
  background-image: url("/assets/images/commons/btn-toggle-open-blue.png");
}
.box-refine-search .toggle-content {
  display: none;
  padding: 20px 30px;
  background-color: #EBF8FF;
}
@media only screen and (max-width: 750px) {
  .box-refine-search .toggle-content {
    padding: 20px;
  }
}
.box-refine-search .toggle-content .row + .row {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #D9D9D9;
}
.box-refine-search .toggle-content .row .list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-refine-search .toggle-content .row .list-button button {
  margin-top: 10px;
  min-width: 150px;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .box-refine-search .toggle-content .row .list-button button {
    margin-right: 10px;
  }
}

.tag-date-new {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag-date-new > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-right: 10px;
}
.tag-date-new .tag {
  padding: 0 10px;
  color: #fff;
  background-color: #0080C8;
}
.tag-date-new .tag.blue {
  background-color: #0080C8;
}
.tag-date-new .tag.green {
  background-color: #95B52C;
}
.tag-date-new .date {
  color: #666666;
}
.tag-date-new .new {
  font-family: "Noto Serif JP", serif;
  color: #0080C8;
}

/* Title Bar */
#title-bar {
  padding: 40px 0;
  background: rgb(215, 233, 254);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(215, 233, 254)), color-stop(1%, rgb(215, 233, 254)), color-stop(100%, rgb(228, 241, 239)));
  background: -webkit-gradient(linear, left top, right top, from(rgb(215, 233, 254)), color-stop(1%, rgb(215, 233, 254)), to(rgb(228, 241, 239)));
  background: linear-gradient(to right, rgb(215, 233, 254) 0%, rgb(215, 233, 254) 1%, rgb(228, 241, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d7e9fe", endColorstr="#e4f1ef", GradientType=1 );
}
@media only screen and (max-width: 750px) {
  #title-bar {
    padding: 30px 0;
  }
}
#title-bar .title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #title-bar .title-bar {
    display: block;
  }
}
#title-bar .title-bar h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 5.6rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  #title-bar .title-bar h1 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 850px) {
  #title-bar .title-bar h1 {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #title-bar .title-bar h1 {
    font-size: 2.4rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
#title-bar .title-bar p {
  font-size: 1.4rem;
  line-height: 3rem;
  padding-left: 20px;
}
@media only screen and (max-width: 850px) {
  #title-bar .title-bar p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #title-bar .title-bar p {
    line-height: 2.4rem;
    padding-left: 0;
  }
}

.wp-pagenavi {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi * {
  margin: 0 5px;
}
.wp-pagenavi .current {
  color: #0080C8;
}
.wp-pagenavi a {
  display: block;
  color: #666666;
}
.wp-pagenavi a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.wp-pagenavi a.previouspostslink {
  margin-right: 15px;
  padding-left: 34px;
  background-image: url("/assets/images/commons/btn-page-prev.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px 7px;
}
.wp-pagenavi a.nextpostslink {
  margin-left: 15px;
  padding-right: 34px;
  background-image: url("/assets/images/commons/btn-page-next.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px 7px;
}
.wp-pagenavi a.toplink {
  margin: 0 40px;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0 30px;
}
@media only screen and (max-width: 1100px) {
  header .header {
    height: 80px;
    padding: 0 5%;
  }
}
header .header .header-left {
  width: 113px;
}
@media only screen and (max-width: 1100px) {
  header .header .header-left {
    width: 90px;
  }
}
header .header .header-left a {
  display: table;
}
header .header .header-left a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right .mn-top {
    display: none;
  }
}
header .header .header-right .mn-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .header .header-right .mn-top ul li + li {
  margin-left: 25px;
}
header .header .header-right .mn-top ul li a {
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #666666;
}
header .header .header-right .mn-top ul li a:hover {
  text-decoration: underline;
}
header .header .header-right nav {
  margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right nav {
    display: none;
  }
}
header .header .header-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right nav ul li {
  position: relative;
}
header .header .header-right nav ul li + li {
  margin-left: 25px;
}
header .header .header-right nav ul li.line-left {
  border-left: 1px solid #666666;
  padding-left: 26px;
}
header .header .header-right nav ul li a {
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
header .header .header-right nav ul li a:hover {
  opacity: 1;
  color: #0080C8;
}
header .header .header-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right .btn-burger {
    display: block;
  }
}
header .header .header-right .btn-burger .bar-icon {
  position: relative;
}
header .header .header-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-right .btn-burger .bar-icon .bar1, header .header .header-right .btn-burger .bar-icon .bar2 {
  width: 30px;
  height: 2px;
  background-color: #666666;
  margin: 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-right .btn-burger .bar-icon .bar3 {
  width: 20px;
  height: 2px;
  background-color: #666666;
  margin: 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-right .btn-burger .bar-icon.open .bar1 {
  background-color: #1A1A1A;
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
header .header .header-right .btn-burger .bar-icon.open .bar2 {
  opacity: 0;
  background-color: #1A1A1A;
}
header .header .header-right .btn-burger .bar-icon.open .bar3 {
  width: 30px;
  background-color: #1A1A1A;
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}
header .nav-sp {
  display: none;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  header .nav-sp {
    display: block;
  }
}
header .nav-sp .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  overflow: auto;
  padding: 0 30px;
}
header .nav-sp .flex::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .nav-sp .flex {
    padding: 0 5%;
  }
}
header .nav-sp .flex .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav-sp .flex .button ul li {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
header .nav-sp .flex .button ul li + li {
  margin-left: 10px;
}
header .nav-sp .flex .button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 20px;
  white-space: nowrap;
}
header .nav-sp .flex .button ul li a.red {
  color: #fff;
  background-color: #E54B4B;
}
header .nav-sp .flex .button ul li a.blue {
  color: #fff;
  background-color: #0080C8;
}
header .nav-sp .flex nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav-sp .flex nav ul li {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-left: 22px;
}
header .nav-sp .flex nav ul li a {
  display: block;
  white-space: nowrap;
}

.menu-responsive {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: auto;
}
.menu-responsive.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1100px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive .content {
  padding: 40px 5%;
}
.menu-responsive .content .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .content .button ul li {
  margin: 0 10px;
}
.menu-responsive .content .button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  color: #fff;
}
.menu-responsive .content .button ul li a.red {
  background-color: #E54B4B;
}
.menu-responsive .content .button ul li a.blue {
  background-color: #0080C8;
}
.menu-responsive .content .button ul li a div span {
  display: block;
}
.menu-responsive .content .button ul li a div span.icon img {
  margin-left: auto;
  margin-right: auto;
}
.menu-responsive .content .button ul li a div span.text {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1rem;
}
.menu-responsive .content .menu {
  margin-top: 20px;
}
.menu-responsive .content .menu ul {
  border-top: 1px solid #D9D9D9;
}
.menu-responsive .content .menu ul li {
  border-bottom: 1px solid #D9D9D9;
}
.menu-responsive .content .menu ul li a {
  display: block;
  padding: 15px 0;
  background-image: url("/assets/images/commons/menu-responsive-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px 7px;
}
.menu-responsive .content .menu ul li a.blank {
  background-image: url("/assets/images/commons/menu-responsive-icon-blank.svg");
  background-size: 13px 11px;
}
.menu-responsive .content .link {
  margin-top: 40px;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.menu-responsive .content .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-responsive .content .link ul li {
  width: 100px;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.menu-responsive .content .link ul li a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.menu-responsive .content .sns {
  margin-top: 40px;
}
.menu-responsive .content .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-responsive .content .sns ul li {
  margin: 0 15px;
}
.menu-responsive .content .sns ul li a {
  display: block;
}

.active-mn-top-01 .mn-top-01,
.active-mn-top-02 .mn-top-02,
.active-mn-top-03 .mn-top-03 {
  color: #0080C8 !important;
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07 {
  color: #0080C8 !important;
}

/* Footer */
footer .footer .inquiry {
  position: relative;
  height: 676px;
  background-image: url("/assets/images/commons/inquiry-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
footer .footer .inquiry .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 50px 5%;
  background-color: rgba(255, 255, 255, 0.8);
}
footer .footer .sitemap {
  padding: 70px 5%;
  color: #fff;
  background-color: #1A1A1A;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap {
    padding: 60px 5%;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap {
    padding: 40px 5%;
  }
}
footer .footer .sitemap .content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer .sitemap .content .col {
  width: 25%;
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .content .col {
    width: 33.5%;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .sitemap .content .col:nth-child(3) {
    width: 80px;
    min-width: 80px;
  }
}
footer .footer .sitemap .content .col ul + ul {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #767676;
}
footer .footer .sitemap .content .col ul.link li a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 8px;
  background-image: url("/assets/images/commons/footer-sitemap-icon-arrow.svg");
  background-position: top right;
  background-size: 24px 8px;
}
footer .footer .sitemap .content .col ul.sns li a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
  width: 13px;
  height: 16px;
  background-image: url("/assets/images/commons/footer-sitemap-icon-link.svg");
  background-position: top right;
  background-size: 13px 16px;
}
footer .footer .sitemap .content .col ul li {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
footer .footer .sitemap .content .col ul li + li {
  margin-top: 10px;
}
footer .footer .sitemap .content .col ul li a {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  color: #fff;
}
footer .footer .sitemap .content .col ul li a:hover {
  text-decoration: underline;
}
footer .footer .info {
  padding: 48px 5%;
}
@media only screen and (max-width: 750px) {
  footer .footer .info {
    padding: 40px 5%;
  }
}
footer .footer .info .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  footer .footer .info .logo {
    width: 152px;
  }
}
footer .footer .info p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #666666;
  text-align: center;
}
footer .footer .info p + p {
  margin-top: 5px;
}
footer .footer .copyright {
  padding: 18px 5%;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: center;
  background-color: #FAFAFA;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 14;
}
@media only screen and (max-width: 1100px) {
  .gototop {
    bottom: 15px;
    right: 15px;
  }
}
.gototop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-image: url("/assets/images/commons/icon-gototop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
@media only screen and (max-width: 1100px) {
  .gototop a {
    width: 54px;
    height: 54px;
    background-size: 18px;
  }
}
.gototop a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button-sticky {
  position: fixed;
  top: 115px;
  right: 15px;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .button-sticky {
    display: none;
  }
}
.button-sticky ul li + li {
  margin-top: 10px;
}
.button-sticky ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button-sticky ul li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.button-sticky ul li a.red {
  background-color: #E54B4B;
}
.button-sticky ul li a.blue {
  background-color: #0080C8;
}
.button-sticky ul li a div span {
  display: block;
}
.button-sticky ul li a div span.icon img {
  margin-left: auto;
  margin-right: auto;
}
.button-sticky ul li a div span.text {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1rem;
}

/* MV & News */
#mv-seminar {
  position: relative;
  z-index: 1;
}
#mv-seminar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 20px;
  height: 100%;
  background: rgb(227, 239, 189);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(227, 239, 189)), color-stop(1%, rgb(227, 239, 189)), color-stop(50%, rgb(228, 241, 239)), color-stop(100%, rgb(215, 233, 254)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 239, 189)), color-stop(1%, rgb(227, 239, 189)), color-stop(50%, rgb(228, 241, 239)), to(rgb(215, 233, 254)));
  background: linear-gradient(to bottom, rgb(227, 239, 189) 0%, rgb(227, 239, 189) 1%, rgb(228, 241, 239) 50%, rgb(215, 233, 254) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e3efbd", endColorstr="#d7e9fe", GradientType=0 );
}
@media only screen and (max-width: 750px) {
  #mv-seminar::before {
    display: none;
    width: 10px;
  }
}
#mv-seminar #mv {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #mv-seminar #mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 10px;
    height: 100%;
    background: rgb(227, 239, 189);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(227, 239, 189)), color-stop(1%, rgb(227, 239, 189)), color-stop(50%, rgb(228, 241, 239)), color-stop(100%, rgb(215, 233, 254)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 239, 189)), color-stop(1%, rgb(227, 239, 189)), color-stop(50%, rgb(228, 241, 239)), to(rgb(215, 233, 254)));
    background: linear-gradient(to bottom, rgb(227, 239, 189) 0%, rgb(227, 239, 189) 1%, rgb(228, 241, 239) 50%, rgb(215, 233, 254) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e3efbd", endColorstr="#d7e9fe", GradientType=0 );
  }
}
#mv-seminar #mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 27.77%;
  max-width: 400px;
  height: 100%;
  padding-bottom: 40px;
  background: rgb(228, 241, 239);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(228, 241, 239)), color-stop(1%, rgb(228, 241, 239)), color-stop(100%, rgb(215, 233, 254)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 241, 239)), color-stop(1%, rgb(228, 241, 239)), to(rgb(215, 233, 254)));
  background: linear-gradient(to bottom, rgb(228, 241, 239) 0%, rgb(228, 241, 239) 1%, rgb(215, 233, 254) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e4f1ef", endColorstr="#d7e9fe", GradientType=0 );
}
@media only screen and (max-width: 850px) {
  #mv-seminar #mv::after {
    padding-bottom: 0;
  }
}
#mv-seminar #mv .mv {
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #mv-seminar #mv .mv {
    display: block;
    padding: 50px 0;
  }
}
#mv-seminar #mv .mv .col-img {
  width: 60%;
  margin-left: auto;
  height: 720px;
}
@media only screen and (max-width: 1100px) {
  #mv-seminar #mv .mv .col-img {
    width: 50%;
    height: 80vh;
  }
}
@media only screen and (max-width: 850px) {
  #mv-seminar #mv .mv .col-img {
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv-seminar #mv .mv .col-img {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
  }
}
#mv-seminar #mv .mv .col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#mv-seminar #mv .mv .col-text {
  position: absolute;
  left: 90px;
}
@media only screen and (max-width: 850px) {
  #mv-seminar #mv .mv .col-text {
    left: 7.5%;
  }
}
@media only screen and (max-width: 750px) {
  #mv-seminar #mv .mv .col-text {
    position: relative;
    left: 0;
    margin-top: -25px;
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 85%;
    padding: 25px 0;
  }
}
#mv-seminar #mv .mv .col-text h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 8rem;
  font-weight: 700;
  color: #0080C8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #mv-seminar #mv .mv .col-text h1 {
    font-size: 3rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv-seminar #mv .mv .col-text h1 {
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-seminar #mv .mv .col-text h1 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
#mv-seminar #mv .mv .col-text p {
  font-size: 1.6rem;
  line-height: 4.8rem;
  color: #666666;
}
@media only screen and (max-width: 1100px) {
  #mv-seminar #mv .mv .col-text p {
    font-size: 1.4rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv-seminar #mv .mv .col-text p {
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-seminar #mv .mv .col-text p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: center;
  }
}
#mv-seminar #seminar {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #mv-seminar #seminar {
    z-index: 4;
  }
}
@media only screen and (max-width: 750px) {
  #mv-seminar #seminar {
    overflow: hidden;
  }
}
#mv-seminar #seminar .seminar {
  position: relative;
  z-index: 2;
}
#mv-seminar #seminar .seminar .content > p {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mv-seminar #seminar .seminar .content > p {
    line-height: 2.4rem;
  }
}
#mv-seminar #seminar .seminar .content .seminar-list {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #mv-seminar #seminar .seminar .content .seminar-list {
    width: 85%;
  }
}
#mv-seminar #seminar .seminar .content .seminar-list ul {
  /*display: flex;
  flex-wrap: wrap;
  margin-left: -3.432%;*/
}
@media only screen and (max-width: 850px) {
  #mv-seminar #seminar .seminar .content .seminar-list ul .slick-slide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 850px) {
  #mv-seminar #seminar .seminar .content .seminar-list ul .slick-list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-seminar #seminar .seminar .content .seminar-list ul .slick-list {
    overflow: visible;
  }
}
#mv-seminar #seminar .seminar .content .seminar-list ul li {
  /*width: 29.898%;
  margin-left: 3.432%;*/
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #mv-seminar #seminar .seminar .content .seminar-list ul li a {
    display: block;
  }
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a:hover {
  opacity: 1;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a:hover .brief .topic {
  text-decoration: underline;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a.ended {
  pointer-events: none;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a.ended .cover {
  position: relative;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a.ended .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #8F8F8F;
  opacity: 0.8;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a.ended .brief .tag {
  background-color: #8F8F8F;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .cover {
  width: 42.567%;
}
@media only screen and (max-width: 850px) {
  #mv-seminar #seminar .seminar .content .seminar-list ul li a .cover {
    width: 100%;
  }
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .cover img {
  width: 100%;
  height: auto;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .brief {
  width: 57.4333%;
  padding-top: 15px;
  padding-left: 20px;
}
@media only screen and (max-width: 850px) {
  #mv-seminar #seminar .seminar .content .seminar-list ul li a .brief {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .brief .tag {
  display: table;
  margin-bottom: 10px;
  padding: 7px 10px 5px 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #0080C8;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .brief .tag.green {
  background-color: rgb(149, 181, 44);
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .brief .topic {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#mv-seminar #seminar .seminar .content .seminar-list ul li a .brief p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #666666;
}

/* carcone */
#carcone {
  padding-bottom: 300px;
  background-image: url("/assets/images/top/carcone-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media only screen and (max-width: 850px) {
  #carcone {
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 750px) {
  #carcone {
    padding-bottom: 300px;
  }
}
#carcone .carcone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #carcone .carcone {
    display: block;
  }
}
#carcone .carcone .col-left {
  width: 38.095%;
}
@media only screen and (max-width: 1100px) {
  #carcone .carcone .col-left {
    width: 30%;
  }
}
@media only screen and (max-width: 850px) {
  #carcone .carcone .col-left {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #carcone .carcone .col-left .txthead-box .with-seperator {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #carcone .carcone .col-left .txthead-box .with-seperator::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #carcone .carcone .col-left .txthead-box h2 {
    text-align: center;
  }
}
#carcone .carcone .col-right {
  width: 53.33%;
}
@media only screen and (max-width: 1100px) {
  #carcone .carcone .col-right {
    width: 65%;
  }
}
@media only screen and (max-width: 850px) {
  #carcone .carcone .col-right {
    width: 100%;
    margin-top: 20px;
  }
}
#carcone .carcone .col-right p {
  line-height: 4.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  #carcone .carcone .col-right p {
    line-height: 4.3rem;
  }
}
@media only screen and (max-width: 850px) {
  #carcone .carcone .col-right p {
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #carcone .carcone .col-right p {
    line-height: 3rem;
  }
}

/* introduce */
#introduce .introduce .content > p {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #introduce .introduce .content > p {
    line-height: 2.4rem;
  }
}
#introduce .introduce .content .introduce-list {
  max-width: 860px;
  margin: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #introduce .introduce .content .introduce-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #introduce .introduce .content .introduce-list {
    margin-top: 30px;
  }
}
#introduce .introduce .content .introduce-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-top: -1.5%;
}
@media only screen and (max-width: 1100px) {
  #introduce .introduce .content .introduce-list ul {
    margin-top: -1.5%;
  }
}
@media only screen and (max-width: 850px) {
  #introduce .introduce .content .introduce-list ul {
    margin-left: -3%;
  }
}
@media only screen and (max-width: 750px) {
  #introduce .introduce .content .introduce-list ul {
    margin-top: -4%;
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#introduce .introduce .content .introduce-list ul li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-top: 1.5%;
  border: 1px solid #666666;
}
@media only screen and (max-width: 1100px) {
  #introduce .introduce .content .introduce-list ul li {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 850px) {
  #introduce .introduce .content .introduce-list ul li {
    width: 30.33%;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #introduce .introduce .content .introduce-list ul li {
    width: 48%;
    margin-left: 0;
    margin-top: 4%;
  }
}
#introduce .introduce .content .introduce-list ul li a {
  display: block;
}
#introduce .introduce .content .introduce-list ul li a:hover {
  opacity: 1;
}
#introduce .introduce .content .introduce-list ul li a:hover h3 {
  text-decoration: underline;
}
#introduce .introduce .content .introduce-list ul li a h3 {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #introduce .introduce .content .introduce-list ul li a h3 {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #introduce .introduce .btn-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Why */
#why {
  background-color: #F8FBEF;
}
#why .why .content .why-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #why .why .content .why-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
  }
}
#why .why .content .why-list ul li {
  width: 20%;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #why .why .content .why-list ul li {
    width: 33.33%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .content .why-list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .content .why-list ul li + li {
    border-top: 1px solid #d8d8d8;
    padding-top: 31px;
  }
}
#why .why .content .why-list ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 85%;
  background-color: #D8D8D8;
}
@media only screen and (max-width: 750px) {
  #why .why .content .why-list ul li + li::before {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  #why .why .content .why-list ul li + li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin-top: auto;
    margin-bottom: auto;
    width: 1px;
    height: 85%;
    background-color: #D8D8D8;
  }
}
@media only screen and (max-width: 850px) and (max-width: 750px) {
  #why .why .content .why-list ul li + li:last-child::after {
    display: none;
  }
}
#why .why .content .why-list ul li .icon {
  width: 67.62%;
  max-width: 142px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  #why .why .content .why-list ul li .icon {
    max-width: 100px;
  }
}
#why .why .content .why-list ul li p {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  padding: 0 10px;
}
#why .why .content .why-list ul li p .no {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 500;
  color: #034492;
}
@media only screen and (max-width: 1100px) {
  #why .why .content .why-list ul li p .no {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#why .why .content .why-list ul li p .large {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #034492;
}
@media only screen and (max-width: 1100px) {
  #why .why .content .why-list ul li p .large {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #why .why .btn-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Service */
#service .service .content .row + .row {
  margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .row + .row {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .row + .row {
    margin-top: 40px;
  }
}
#service .service .content .row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .flex {
    display: block;
  }
}
#service .service .content .row .flex.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#service .service .content .row .flex .col50 {
  width: 48.572%;
  max-width: 510px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .flex .col50 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .flex .col50 + .col50 {
    margin-top: 30px;
  }
}
#service .service .content .row .flex .col50.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#service .service .content .row .flex .col50 .text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .row .flex .col50 .text h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .flex .col50 .text h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#service .service .content .row .flex .col50 .text .box-blue-light {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #F2F8F7;
  text-align: center;
}
#service .service .content .row .flex .col50 .text .box-blue-light .topic {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #034492;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .row .flex .col50 .text .box-blue-light .topic {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .flex .col50 .text .box-blue-light .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#service .service .content .row .flex .col50 .text .box-blue-light p {
  color: #1A1A1A;
  text-align: center;
}
#service .service .content .row .flex .col50 .text .cover img {
  width: 100%;
  height: auto;
}
#service .service .content .row .flex .col50 .text .cover + h4 {
  margin-top: 12px;
}
#service .service .content .row .flex .col50 .text > h4 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .row .flex .col50 .text > h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .flex .col50 .text > h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service .service .content .row .flex .col50 .text p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #666666;
}
#service .service .content .row .box-campaign {
  margin-top: 30px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: rgb(252, 224, 217);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(252, 224, 217)), color-stop(1%, rgb(252, 224, 217)), color-stop(50%, rgb(255, 235, 235)), color-stop(100%, rgb(252, 237, 237)));
  background: linear-gradient(45deg, rgb(252, 224, 217) 0%, rgb(252, 224, 217) 1%, rgb(255, 235, 235) 50%, rgb(252, 237, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fce0d9", endColorstr="#fceded", GradientType=1 );
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .box-campaign {
    padding: 20px;
  }
}
#service .service .content .row .box-campaign h3 {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 7px 40px;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #D14B4B;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .row .box-campaign h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .box-campaign h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#service .service .content .row .box-campaign h3::before {
  content: "";
  display: inline-block;
  margin-bottom: -2px;
  width: 12px;
  height: 19px;
  background-image: url("/assets/images/top/service-campaign-topic-icon-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 19px;
}
#service .service .content .row .box-campaign h3::after {
  content: "";
  display: inline-block;
  margin-bottom: -2px;
  width: 12px;
  height: 19px;
  background-image: url("/assets/images/top/service-campaign-topic-icon-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 19px;
}
#service .service .content .row .box-campaign .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .box-campaign .content {
    display: block;
  }
}
#service .service .content .row .box-campaign .content .col-left {
  width: 43.6111%;
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .box-campaign .content .col-left {
    width: 100%;
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .box-campaign .content .col-left {
    width: 60%;
  }
}
#service .service .content .row .box-campaign .content .col-right {
  width: 56.3889%;
}
@media only screen and (max-width: 850px) {
  #service .service .content .row .box-campaign .content .col-right {
    width: 100%;
    margin-top: 10px;
  }
}
#service .service .content .row .box-campaign .content .col-right p {
  font-size: 1.3rem;
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .box-campaign .content .col-right p {
    line-height: 2.4rem;
  }
}
#service .service .content .row .box-campaign .content .col-right p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1100px) {
  #service .service .content .row .box-campaign .content .col-right p + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .row .box-campaign .content .col-right p + p {
    margin-top: 10px;
  }
}

/* Testimonials */
#testimonials {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #testimonials {
    background-color: #F2F8F7;
  }
}
#testimonials::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #F2F8F7;
}
@media only screen and (max-width: 850px) {
  #testimonials::after {
    display: none;
  }
}
#testimonials .testimonials {
  position: relative;
  padding-left: 60px;
  background-color: #F2F8F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #testimonials .testimonials {
    display: block;
    padding-left: 0;
  }
}
#testimonials .testimonials .col-left {
  width: 300px;
  min-width: 300px;
}
@media only screen and (max-width: 850px) {
  #testimonials .testimonials .col-left {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #testimonials .testimonials .col-left .txthead-box .with-seperator {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #testimonials .testimonials .col-left .txthead-box .with-seperator::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #testimonials .testimonials .col-left .txthead-box h2 {
    text-align: center;
  }
}
#testimonials .testimonials .col-right {
  width: 70%;
  max-width: 820px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 850px) {
  #testimonials .testimonials .col-right {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #testimonials .testimonials .col-right {
    margin-top: 30px;
  }
}
#testimonials .testimonials .col-right .testimonials-slick {
  position: relative;
}
#testimonials .testimonials .col-right .testimonials-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  border: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#testimonials .testimonials .col-right .testimonials-slick .slick-arrow.slick-prev {
  left: -40px;
  background-image: url("/assets/images/commons/slick-arrow-left.svg");
}
#testimonials .testimonials .col-right .testimonials-slick .slick-arrow.slick-prev:hover {
  left: -43px;
}
#testimonials .testimonials .col-right .testimonials-slick .slick-arrow.slick-next {
  right: -40px;
  background-image: url("/assets/images/commons/slick-arrow-right.svg");
}
#testimonials .testimonials .col-right .testimonials-slick .slick-arrow.slick-next:hover {
  right: -43px;
}
#testimonials .testimonials .col-right .testimonials-slick .item {
  max-width: 330px;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #testimonials .testimonials .col-right .testimonials-slick .item {
    max-width: 100%;
    padding-right: 0;
  }
}
#testimonials .testimonials .col-right .testimonials-slick .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#testimonials .testimonials .col-right .testimonials-slick .item .flex .img {
  width: 100px;
  min-width: 100px;
}
#testimonials .testimonials .col-right .testimonials-slick .item .flex .img img {
  width: 100%;
  height: auto;
}
#testimonials .testimonials .col-right .testimonials-slick .item .flex .title {
  width: 100%;
  padding-left: 20px;
}
#testimonials .testimonials .col-right .testimonials-slick .item .flex .title h3 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #testimonials .testimonials .col-right .testimonials-slick .item .flex .title h3 {
    margin-bottom: 5px;
  }
}
#testimonials .testimonials .col-right .testimonials-slick .item .flex .title p {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #testimonials .testimonials .col-right .testimonials-slick .item .flex .title p {
    line-height: 2rem;
  }
}
#testimonials .testimonials .col-right .testimonials-slick .item .text {
  margin-top: 10px;
  padding: 0 20px;
}
#testimonials .testimonials .col-right .testimonials-slick .item .text p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #666666;
}

/* Notice & News */
#notice-news .notice-news .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #notice-news .notice-news .row {
    display: block;
  }
}
#notice-news .notice-news .row + .row {
  margin-top: 90px;
}
@media only screen and (max-width: 1100px) {
  #notice-news .notice-news .row + .row {
    margin-top: 60px;
  }
}
#notice-news .notice-news .row .topic {
  width: 120px;
  min-width: 120px;
}
@media only screen and (max-width: 850px) {
  #notice-news .notice-news .row .topic {
    width: 100%;
    min-width: 100%;
  }
}
#notice-news .notice-news .row .topic h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  #notice-news .notice-news .row .topic h2 {
    text-align: center;
  }
}
#notice-news .notice-news .row .content {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 850px) {
  #notice-news .notice-news .row .content {
    padding-left: 0;
    margin-top: 20px;
  }
}
#notice-news .notice-news .row .content .notice-list ul {
  border-top: 1px solid #D0D0D0;
}
#notice-news .notice-news .row .content .notice-list ul li {
  border-bottom: 1px solid #D0D0D0;
}
#notice-news .notice-news .row .content .notice-list ul li a {
  display: block;
  padding-top: 25px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 850px) {
  #notice-news .notice-news .row .content .notice-list ul li a {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
#notice-news .notice-news .row .content .notice-list ul li a:hover h3 {
  text-decoration: underline;
}
#notice-news .notice-news .row .content .notice-list ul li a h3 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  #notice-news .notice-news .row .content .notice-list ul li a h3 {
    font-size: 1.4rem;
  }
}
#notice-news .notice-news .row .content .news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
}
@media only screen and (max-width: 750px) {
  #notice-news .notice-news .row .content .news-list ul {
    display: block;
    margin-left: 0;
  }
}
#notice-news .notice-news .row .content .news-list ul li {
  width: 31.33%;
  margin-left: 2%;
}
@media only screen and (max-width: 750px) {
  #notice-news .notice-news .row .content .news-list ul li {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #notice-news .notice-news .row .content .news-list ul li + li {
    margin-top: 20px;
  }
}
#notice-news .notice-news .row .content .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#notice-news .notice-news .row .content .news-list ul li a:hover {
  opacity: 1;
}
#notice-news .notice-news .row .content .news-list ul li a:hover .brief h3 {
  text-decoration: underline;
}
#notice-news .notice-news .row .content .news-list ul li a .cover {
  width: 46.61%;
}
@media only screen and (max-width: 750px) {
  #notice-news .notice-news .row .content .news-list ul li a .cover {
    width: 30%;
  }
}
#notice-news .notice-news .row .content .news-list ul li a .brief {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #notice-news .notice-news .row .content .news-list ul li a .brief {
    width: 70%;
    padding-left: 15px;
  }
}
#notice-news .notice-news .row .content .news-list ul li a .brief h3 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1100px) {
  #notice-news .notice-news .row .content .news-list ul li a .brief h3 {
    font-size: 1.4rem;
  }
}

.date {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #666666;
  margin-bottom: 12px;
}
@media only screen and (max-width: 850px) {
  .date {
    margin-bottom: 6px;
  }
}

/* School */
#school .school .btn-scroll ul li {
  width: 23.4%;
}
@media only screen and (max-width: 750px) {
  #school .school .btn-scroll ul li {
    width: 100%;
  }
}
#school .school .btn-scroll ul li a {
  padding: 0 5%;
  background-position: center left 5%;
}
#school .school .btn-scroll ul li a .text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #school .school .btn-scroll ul li a .text {
    font-size: 1.5rem;
  }
}
#school .school .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #school .school .overview {
    display: block;
  }
}
#school .school .overview .img {
  width: 54.861%;
}
@media only screen and (max-width: 750px) {
  #school .school .overview .img {
    width: 100%;
  }
}
#school .school .overview .img .overview-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#school .school .overview .text {
  width: 45.139%;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  #school .school .overview .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#school .school .overview .text .table {
  max-width: 400px;
}
#school .school .overview .text .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#school .school .overview .text .table .tr + .tr {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  #school .school .overview .text .table .tr + .tr {
    margin-top: 20px;
    padding-top: 21px;
  }
}
@media only screen and (max-width: 750px) {
  #school .school .overview .text .table .tr + .tr {
    margin-top: 15px;
    padding-top: 16px;
  }
}
#school .school .overview .text .table .tr .td {
  width: 100%;
  font-size: 1.4rem;
  line-height: 3rem;
}
#school .school .overview .text .table .tr .td:first-child {
  width: 60px;
  min-width: 60px;
  color: #666666;
}
#school .school .school-map {
  border: 1px solid #666666;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#school .school .school-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dotsBlue {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dotsBlue li {
  margin: 0 5px;
  padding: 0;
  display: block;
}
.dotsBlue li.slick-active button {
  background-color: #0080C8;
}
.dotsBlue li button {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.school-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .school-list > ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
.school-list > ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 750px) {
  .school-list > ul > li {
    width: 100%;
    padding-top: 15px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .school-list > ul > li + li {
    margin-top: 40px;
  }
}
.school-list > ul > li a.box .ttl {
  background-image: url("/assets/images/commons/btn-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 22px 10px;
}
.school-list > ul > li .box {
  display: block;
}
.school-list > ul > li .box .ttl h3 {
  font-size: 1.5rem;
  font-weight: 2.4rem;
  font-weight: 700;
}
.school-list > ul > li .box .ttl p {
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666666;
}
.school-list > ul > li .box .cover {
  margin-top: 20px;
  border: 1px solid #666666;
}
@media only screen and (max-width: 750px) {
  .school-list > ul > li .box .cover {
    margin-top: 15px;
  }
}
.school-list > ul > li .box .brief {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  .school-list > ul > li .box .brief {
    margin-top: 15px;
  }
}
.school-list > ul > li .box .brief ul {
  padding: 0 20px;
}
.school-list > ul > li .box .brief ul li {
  position: relative;
  padding-left: 10px;
}
.school-list > ul > li .box .brief ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0080C8;
}
.school-list > ul > li .box .brief ul + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .school-list > ul > li .box .brief ul + p {
    margin-top: 15px;
  }
}

.school-seminar-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4%;
  margin-top: -4%;
}
.school-seminar-list ul li {
  width: 46%;
  margin-left: 4%;
  margin-top: 4%;
}
.school-seminar-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  background-image: url("/assets/images/commons/btn-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
  background-size: 24px 8px;
}
@media only screen and (max-width: 850px) {
  .school-seminar-list ul li a {
    display: block;
  }
}
.school-seminar-list ul li a:hover {
  opacity: 1;
}
.school-seminar-list ul li a:hover .brief .topic {
  text-decoration: underline;
}
.school-seminar-list ul li a.ended {
  pointer-events: none;
}
.school-seminar-list ul li a.ended .cover {
  position: relative;
}
.school-seminar-list ul li a.ended .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #8F8F8F;
  opacity: 0.8;
}
.school-seminar-list ul li a.ended .brief .tag {
  background-color: #8F8F8F;
}
.school-seminar-list ul li a .cover {
  width: 42.567%;
}
@media only screen and (max-width: 850px) {
  .school-seminar-list ul li a .cover {
    width: 100%;
  }
}
.school-seminar-list ul li a .cover img {
  width: 100%;
  height: auto;
}
.school-seminar-list ul li a .brief {
  width: 57.4333%;
  padding-top: 15px;
  padding-left: 20px;
}
@media only screen and (max-width: 850px) {
  .school-seminar-list ul li a .brief {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
.school-seminar-list ul li a .brief .tag {
  display: table;
  margin-bottom: 10px;
  padding: 7px 10px 5px 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #0080C8;
}
.school-seminar-list ul li a .brief .topic {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.school-seminar-list ul li a .brief p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #666666;
}

.article-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.73%;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .article-list ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
.article-list ul li {
  width: 31.6%;
  margin-left: 1.73%;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .article-list ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .article-list ul li + li {
    margin-top: 30px;
  }
}
.article-list ul li a {
  display: block;
}
.article-list ul li a:hover {
  opacity: 1;
}
.article-list ul li a:hover .topic {
  text-decoration: underline;
}
.article-list ul li a .topic {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  color: #666666;
}
@media only screen and (max-width: 1100px) {
  .article-list ul li a .topic {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

/* Event */
#event .event .event-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#event .event .event-btn ul li {
  width: 48.5%;
}
#event .event .event-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 66px;
  border: 1px solid #ADE2FF;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#event .event .event-btn ul li a.active {
  border-color: #0080C8;
  color: #fff;
  background-color: #0080C8;
}
#event .event .event-content {
  margin-top: 60px;
}

.event-detail .tag-date-new {
  margin-top: 0;
}
.event-detail h1 {
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 5.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .event-detail h1 {
    font-size: 3rem;
    line-height: 5rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .event-detail h1 {
    font-size: 2.4rem;
    line-height: 4.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .event-detail h1 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.event-detail h1 + .tag-date-new {
  margin-top: 5px;
  margin-bottom: 20px;
}
.event-detail .content .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .img {
    display: block;
  }
}
.event-detail .content .img img {
  border: 1px solid #D9D9D9;
}
.event-detail .content .img .caption {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666666;
}
.event-detail .content .img + .img {
  margin-top: 25px;
}
.event-detail .content .img + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .img + p {
    margin-top: 25px;
  }
}
.event-detail .content .img + h2 {
  margin-top: 60px;
}
.event-detail .content .img.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .img.col2 {
    display: block;
  }
}
.event-detail .content .img.col2 div {
  width: 48.666%;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .img.col2 div {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .event-detail .content .img.col2 div + div {
    margin-top: 25px;
  }
}
.event-detail .content p {
  font-size: 1.4rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  .event-detail .content p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.event-detail .content p + p {
  margin-top: 20px;
}
.event-detail .content p + h2, .event-detail .content p + h3, .event-detail .content p + .img {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .event-detail .content p + h2, .event-detail .content p + h3, .event-detail .content p + .img {
    margin-top: 30px;
  }
}
.event-detail .content .box-link {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  background-color: #F2F8F7;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .box-link {
    padding: 20px;
  }
}
.event-detail .content .box-link .topic {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .box-link .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.event-detail .content .box-link ul li {
  position: relative;
  padding-left: 15px;
}
.event-detail .content .box-link ul li + li {
  margin-top: 5px;
}
.event-detail .content .box-link ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #0080C8;
}
.event-detail .content .box-link ul li a {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .event-detail .content .box-link ul li a {
    font-size: 1.4rem;
  }
}
.event-detail .content .box-link ul li a:hover {
  text-decoration: underline;
}
.event-detail .content h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  .event-detail .content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .event-detail .content h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.event-detail .content h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .event-detail .content h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .event-detail .content h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.event-detail .content .box-text {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px;
  background-color: #F8FBEF;
}
.event-detail .content .box-text + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .event-detail .content .box-text + h3 {
    margin-top: 30px;
  }
}
.event-detail .content strong {
  font-weight: 700;
}
.event-detail .table {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .event-detail .table {
    margin-top: 40px;
  }
}
.event-detail .table.with-bg {
  margin-top: 40px;
  padding: 20px;
  background-color: #EBF8FF;
}
@media only screen and (max-width: 750px) {
  .event-detail .table.with-bg {
    margin-top: 25px;
  }
}
.event-detail .table.with-bg .tr {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.event-detail .table.with-bg .tr + .tr {
  margin-top: 15px;
  padding-top: 16px;
}
.event-detail .table.with-bg .tr .td {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 700;
}
.event-detail .table.with-bg .tr .td.topic {
  font-weight: 400;
}
.event-detail .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.event-detail .table .tr + .tr {
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  .event-detail .table .tr + .tr {
    margin-top: 20px;
    padding-top: 21px;
  }
}
@media only screen and (max-width: 750px) {
  .event-detail .table .tr + .tr {
    margin-top: 15px;
    padding-top: 16px;
  }
}
.event-detail .table .tr .td {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  .event-detail .table .tr .td {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.event-detail .table .tr .td.topic {
  width: 100%;
  font-size: 1.4rem;
  width: 100px;
  min-width: 100px;
  color: #666666;
}
.event-detail .table .tr .td ul {
  margin-left: 20px;
}
.event-detail .table .tr .td ul li {
  list-style: disc;
}
.event-detail .table .tr .td ul li a {
  color: #034492;
  text-decoration: underline;
}
.event-detail .table .tr .td p + ul {
  margin-top: 20px;
}
.event-detail .outline-list {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .event-detail .outline-list {
    margin-top: 40px;
  }
}
.event-detail .form {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .event-detail .form {
    margin-top: 40px;
  }
}

.event-list ul li {
  padding-left: 20px;
  padding-right: 20px;
}
.event-list ul li + li {
  margin-top: 40px;
  padding-top: 41px;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  .event-list ul li + li {
    margin-top: 30px;
    padding-top: 31px;
  }
}
.event-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-list ul li a:hover {
  opacity: 1;
}
.event-list ul li a:hover .brief .topic {
  text-decoration: underline;
}
.event-list ul li a .cover {
  width: 32.601%;
}
.event-list ul li a .brief {
  width: 67.399%;
  padding-left: 60px;
}
@media only screen and (max-width: 1100px) {
  .event-list ul li a .brief {
    padding-left: 30px;
  }
}
.event-list ul li a .brief .tag {
  display: table;
  padding: 7px 10px 5px 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  background-color: #666666;
}
.event-list ul li a .brief .tag.blue {
  color: #fff;
  background-color: #0080C8;
}
.event-list ul li a .brief .tag.green {
  color: #fff;
  background-color: #95B52C;
}
.event-list ul li a .brief .topic {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.event-list ul li a .brief p {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.event-list ul li a .brief p + p {
  margin-top: 10px;
}

.outline-list .row + .row {
  border-top: 1px solid #D9D9D9;
}
.outline-list .row .gaiyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .outline-list .row .gaiyou {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.outline-list .row .gaiyou.end {
  background-color: #EBEBEB;
  pointer-events: none;
}
.outline-list .row .gaiyou a {
  cursor: pointer;
}
.outline-list .row .gaiyou a:hover {
  text-decoration: underline;
}
.outline-list .row .gaiyou .col-left {
  width: 150px;
  min-width: 150px;
}
@media only screen and (max-width: 1100px) {
  .outline-list .row .gaiyou .col-left {
    width: 130px;
    min-width: 130px;
  }
}
@media only screen and (max-width: 750px) {
  .outline-list .row .gaiyou .col-left {
    width: 120px;
    min-width: 120px;
  }
}
.outline-list .row .gaiyou .col-left .tag {
  display: table;
  padding: 2px 10px 0 10px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #666666;
}
.outline-list .row .gaiyou .col-left .tag.green {
  background-color: #95B52C;
}
.outline-list .row .gaiyou .col-left .tag.blue {
  background-color: #0080C8;
}
.outline-list .row .gaiyou .col-left .date {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1A1A1A;
}
@media only screen and (max-width: 750px) {
  .outline-list .row .gaiyou .col-left .date {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
.outline-list .row .gaiyou .col-left .date span {
  font-size: 1.2rem;
}
.outline-list .row .gaiyou .col-left .time {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.outline-list .row .gaiyou .col-right {
  width: 100%;
}
.outline-list .row .gaiyou .col-right h3 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
  .outline-list .row .gaiyou .col-right h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
  }
}
.outline-list .row .gaiyou .col-right p {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

/* Contact */
#contact .contact .content .form {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .content .form {
    margin-top: 40px;
  }
}

.form .form-row + .form-row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .form .form-row + .form-row {
    margin-top: 20px;
  }
}
.form .form-row + .txthead-box {
  margin-top: 130px;
}
@media only screen and (max-width: 1100px) {
  .form .form-row + .txthead-box {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row + .txthead-box {
    margin-top: 60px;
  }
}
.form .form-row .label {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.form .form-row .label .imp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 20px;
  border-radius: 100px;
  background-color: #E54B4B;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin-top: 5px;
  margin-right: 10px;
}
.form .form-row .field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .form-row .field.flex .col.w400px {
  width: 100%;
  max-width: 400px;
}
.form .form-row .field.flex .col.w40 {
  width: 38%;
}
.form .form-row .field.flex .col.w30 {
  width: 28%;
}
.form .form-row .field.flex .col.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form .form-row .field.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form .form-agree {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  .form .form-agree {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 9px 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: #F7F7F7;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.textbox::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #B0B0B0;
}
.textbox::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #B0B0B0;
  opacity: 1;
}
.textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B0B0B0;
}
.textbox::-ms-input-placeholder { /* Microsoft Edge */
  color: #B0B0B0;
}
.textbox::placeholder { /* Most modern browsers support this now. */
  color: #B0B0B0;
}

textarea.textbox {
  display: block;
  width: 100%;
  padding: 9px 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: #F7F7F7;
  border: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.textbox {
  display: block;
  width: 100%;
  padding: 9px 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 11px 6px;
  outline: none;
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chkbox-btn a {
  text-decoration: underline;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 7px;
  left: 0;
  border: 0px;
  height: 10px;
  width: 10px;
  background-color: #D9D9D9;
  border-radius: 0;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #D9D9D9;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #0080C8;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  /*display: block;*/
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #1A1A1A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Company */
#company .company .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#company .company .message .col-left {
  width: 69.23%;
}
#company .company .message .col-left .content p {
  color: #666666;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #company .company .message .col-left .content p {
    line-height: 2.4rem;
  }
}
#company .company .message .col-left .content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  #company .company .message .col-left .content p + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .message .col-left .content p + p {
    margin-top: 15px;
  }
}
#company .company .message .col-right {
  width: 25.48%;
}
#company .company .message .col-right p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #666666;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #company .company .message .col-right p {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
}
#company .company .staff .box {
  margin-top: 60px;
  padding: 10px;
  background: rgb(228, 241, 239);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(228, 241, 239)), color-stop(1%, rgb(228, 241, 239)), color-stop(100%, rgb(215, 233, 254)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 241, 239)), color-stop(1%, rgb(228, 241, 239)), to(rgb(215, 233, 254)));
  background: linear-gradient(to bottom, rgb(228, 241, 239) 0%, rgb(228, 241, 239) 1%, rgb(215, 233, 254) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e4f1ef", endColorstr="#d7e9fe", GradientType=0 );
}
@media only screen and (max-width: 1100px) {
  #company .company .staff .box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .staff .box {
    margin-top: 30px;
  }
}
#company .company .staff .box .box-content {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #company .company .staff .box .box-content {
    padding: 30px;
  }
}
#company .company .staff .box .box-content .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #company .company .staff .box .box-content .row + .row {
    margin-top: 40px;
  }
}
#company .company .staff .box .box-content .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #company .company .staff .box .box-content .row.flex {
    display: block;
  }
}
#company .company .staff .box .box-content .row.flex .col {
  width: 32%;
}
@media only screen and (max-width: 850px) {
  #company .company .staff .box .box-content .row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #company .company .staff .box .box-content .row.flex .col + .col {
    margin-top: 30px;
  }
}
#company .company .staff .box .box-content .row .col h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #company .company .staff .box .box-content .row .col h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#company .company .staff .box .box-content .row .col .staff-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
#company .company .staff .box .box-content .row .col .staff-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #company .company .staff .box .box-content .row .col .staff-list ul {
    margin-top: -3%;
  }
}
#company .company .staff .box .box-content .row .col .staff-list ul li {
  width: 17.308%;
  max-width: 180px;
  margin: 0 10px;
  padding: 0 0 20px 0;
  background-color: #F2F8F7;
  border-radius: 100px 100px 0 0;
}
@media only screen and (max-width: 850px) {
  #company .company .staff .box .box-content .row .col .staff-list ul li {
    width: 30.33%;
    margin: 3% 1.5% 0 1.5%;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .staff .box .box-content .row .col .staff-list ul li {
    width: 47%;
  }
}
#company .company .staff .box .box-content .row .col .staff-list ul li .brief h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #company .company .staff .box .box-content .row .col .staff-list ul li .brief h4 {
    font-size: 2rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .staff .box .box-content .row .col .staff-list ul li .brief h4 {
    font-size: 1.8rem;
    line-height: 3.8rem;
  }
}
#company .company .staff .box .box-content .row .col .staff-list ul li .brief p {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #company .company .staff .box .box-content .row .col .staff-list ul li .brief p {
    font-size: 1rem;
  }
}
#company .company .staff .box .box-content .row .col p {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
#company .company .staff .box .box-content .row .col p.center {
  text-align: center;
}
#company .company .overview .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 30px 20px;
}
@media only screen and (max-width: 1100px) {
  #company .company .overview .table .tr {
    padding: 0 20px 20px 20px;
  }
}
#company .company .overview .table .tr.block {
  display: block;
}
#company .company .overview .table .tr.block .td {
  padding-left: 0;
}
#company .company .overview .table .tr.block .td + .td {
  margin-top: 20px;
}
#company .company .overview .table .tr + .tr {
  padding-top: 31px;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  #company .company .overview .table .tr + .tr {
    padding-top: 21px;
  }
}
#company .company .overview .table .tr .td {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3rem;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #company .company .overview .table .tr .td {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#company .company .overview .table .tr .td.topic {
  width: 120px;
  min-width: 120px;
  padding-left: 0;
  font-size: 1.4rem;
  color: #666666;
}
#company .company .overview .table .tr .td .gmap {
  position: relative;
  width: 100%;
  height: 285px;
}
#company .company .overview .table .tr .td .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Column */
#column .column .column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex {
    display: block;
  }
}
#column .column .column-flex .col-left {
  width: 72.12%;
  max-width: 750px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-left {
    width: 100%;
    max-width: 100%;
  }
}
#column .column .column-flex .col-right {
  width: 24.04%;
  max-width: 250px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
}
#column .column .column-flex .col-right .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row + .row {
    margin-top: 40px;
  }
}
#column .column .column-flex .col-right .row.category ul li {
  padding-left: 10px;
  padding-right: 10px;
}
#column .column .column-flex .col-right .row.category ul li + li {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #D9D9D9;
}
#column .column .column-flex .col-right .row.category ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #666666;
}
#column .column .column-flex .col-right .row.category ul li a:hover {
  text-decoration: underline;
}
#column .column .column-flex .col-right .row.ranking ul li {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid #D9D9D9;
}
#column .column .column-flex .col-right .row.ranking ul li + li {
  margin-top: 10px;
}
#column .column .column-flex .col-right .row.ranking ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column .column .column-flex .col-right .row.ranking ul li a:hover .text {
  text-decoration: underline;
}
#column .column .column-flex .col-right .row.ranking ul li a .no {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #0080C8;
}
#column .column .column-flex .col-right .row.ranking ul li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #666666;
  padding-left: 10px;
  min-height: 48px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row.ranking ul li a .text {
    min-height: auto;
  }
}
#column .column .column-flex .col-right .row.banner a {
  display: block;
}
#column .column .column-flex .col-right .row .topic {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row .topic {
    margin-bottom: 20px;
  }
}

.column-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
}
.column-list ul li {
  width: 48.666%;
  margin-top: 40px;
}
.column-list ul li a {
  display: block;
}
.column-list ul li a .brief .topic {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .column-list ul li a .brief .topic {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .column-list ul li a .brief .topic {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.column-related {
  margin-top: 100px;
  padding-top: 41px;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1100px) {
  .column-related {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .column-related {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=global.css.map */