/*
Theme Name: Financial Free College Theme
Theme URI:
Author: the WordPress team
Author URI:
Description:
Version: 1.0
Tags:
*/

/* --------------------------------------------------
	reset
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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,
form,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  vertical-align: bottom;
}
ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}
figure {
  margin: 0;
}

#privacypolicy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 15px 0px 15px;
}

#privacypolicy p {
  margin-bottom: 20px;
}

/* ===========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="search"]:focus {
  outline: none;
}

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

/*	Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 100;
  text-indent: -9999em;
  outline: none;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-arrow:before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  top: 25%;
}
.slick-prev:before {
  left: 35%;
  border-bottom: solid 3px #2c5ea7;
  border-left: solid 3px #2c5ea7;
  transform: rotate(45deg);
}
.slick-next:before {
  right: 35%;
  border-top: solid 3px #2c5ea7;
  border-right: solid 3px #2c5ea7;
  transform: rotate(45deg);
}

/* praivacy */

.privacy {
  max-width: 1000px;
  margin: 0 auto;
}

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

/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1875b6;
  opacity: 0.65;
}
.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  width: auto;
  margin-top: -0.8em;
  z-index: 1044;
  color: #ccc;
  text-align: center;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  padding: 0;
  outline: none;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #589bb9;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: 1;
  color: #fff;
  font-style: normal;
  font-size: 36px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
}
.mfp-close:hover,
.mfp-close:focus {
  background: #589bb9;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.8;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 15px;
  margin-left: 18px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 26px;
  border-bottom-width: 26px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 50%;
  transform: translateX(-480px);
}
.mfp-arrow-left:after {
  margin-left: 24px;
  border-right: 32px solid #fff;
}
.mfp-arrow-left:before {
  margin-left: 18px;
  border-right: 42px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 50%;
  transform: translateX(480px);
}
.mfp-arrow-right:after {
  margin-left: 23px;
  border-left: 28px solid #fff;
}
.mfp-arrow-right:before {
  border-left: 42px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  width: 100%;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: auto;
}
.mfp-title {
  padding-right: 36px;
  color: #f3f3f3;
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /*		Remove all paddings around the image on small screen		*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 3px 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .mfp-arrow-left {
    left: 6px;
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-left:after {
    margin-left: 6px;
  }
  .mfp-arrow-left:before {
    margin-left: 0px;
  }
  .mfp-arrow-right {
    right: 10px;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-arrow-right:after {
    margin-left: 4px;
  }
  .mfp-arrow-right:before {
    margin-left: 0px;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*		font-style
-------------------------------------------------- */
body {
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  /*	font-family: "游ゴシック","Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo",sans-serif;*/
  font-size: 16px;
  *font-size: small;
  *font: x-small;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  position: fixed;
}

input,
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.min {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
}
.eng {
  font-family: "Josefin Slab", serif;
}

::selection {
  background: #feffaf;
  color: #000;
}
::-moz-selection {
  background: #feffaf;
  color: #000;
}

a {
  color: #002159;
  text-decoration: underline;
}
a:link {
  color: #002159;
}
a:visited {
  color: #002159;
}
a:hover {
  color: #002159;
}
a:active {
  color: #002159;
}

em {
  font-style: normal;
}

/*		utility
-------------------------------------------------- */
#wrapper {
  padding-top: 98px;
}
.cf {
  clear: both;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1001px) {
  #wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 641px) {
  #wrapper {
    padding-top: 55px;
  }
}
@media (max-width: 481px) {
  #wrapper {
    padding-top: 45px;
  }
}

#contact ul li label.error {
  position: absolute;
  top: -30px;
  left: -10px;
  padding: 5px 8px;
  background: #d00;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  animation: 0.5s showError linear forwards 0.2s;
}
#contact ul li label.error:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #d00;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 20px;
}
@keyframes showError {
  100% {
    opacity: 1;
  }
}

.btn {
  width: 100%;
  margin: 0 auto;
}
.btn a {
  display: block;
  padding: 15px 0;
  background: linear-gradient(90deg, #054fa6, #3d89bd);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.btn a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 12px #fff;
  vertical-align: middle;
}
.btn a span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
.btn a span.eng {
  letter-spacing: 0.1rem;
}
.btn a:hover {
  opacity: 0.8;
}
.btn.btn-more {
  max-width: 220px;
}
.btn.btn-more a span {
  transform: translateY(2px);
}

/*		Header
-------------------------------------------------- */
#hd {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 101;
}
#hd .inner-hd {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  padding: 25px 0;
  /* padding-right: 250px; */
  padding-right: 340px;
  padding-right: 236px;
}
#hd .hd-logo {
  /* width: 45%; */
  width: 30%;
}
#hd .hd-nav {
  /* width: 55%; */
  width: 70%;
}
#hd .hd-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /* right: -8px; */
  right: 0;
  top: 50%;
  width: auto;
  transform: translate(0, -50%);
}

#hd .hd-btn .btn {
  width: auto;
}

#hd .hd-btn .btn:first-child {
  margin-right: 15px;
}

#hd .hd-logo h1 {
  width: 90%;
  max-width: 425px;
}
#hd .hd-logo h1 img {
  width: 100%;
}
#hd .hd-nav ul {
  font-size: 0;
  text-align: center;
}
#hd .hd-nav ul li {
  position: relative;
  display: inline-block;
  padding: 2px 25px;
  border-left: solid 1px #c8c8c8;
  font-size: 16px;
  vertical-align: top;
  overflow: hidden;
}
#hd .hd-nav ul li:last-child {
  border-right: solid 1px #c8c8c8;
}
#hd .hd-nav ul li a {
  color: #000;
  text-decoration: none;
}
#hd .hd-nav ul li a:hover {
  color: #2c5ea7;
}
#hd .hd-nav ul li ul.under-lv {
  position: absolute;
  left: 0;
  top: 30px;
  width: 300px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.4s linear;
  opacity: 0.2;
  transform: translate(-25%, -10px);
}
#hd .hd-nav ul li.has-under:hover {
  overflow: visible;
}
#hd .hd-nav ul li.has-under:hover ul.under-lv {
  opacity: 1;
  transform: translate(-25%, 0px);
}

#hd .hd-nav ul li ul.under-lv li {
  display: block;
  border: none;
  padding: 8px 0;
}

#hd .hd-btn .btn a {
  font-size: 16px;
  padding: 15px;
}
#hd .hd-btn .btn a:after {
  border: solid 5px transparent;
  border-left: solid 8px #fff;
}

#hd .sp-menu {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#hd .sp-menu div {
  display: block;
}
#hd .sp-menu div span {
  display: block;
  width: 90%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 5%;
  opacity: 1;
  transition: 0.4s linear;
}
#hd .sp-menu div span:nth-child(1) {
  top: 6px;
}
#hd .sp-menu div span:nth-child(2) {
  top: 17px;
}
#hd .sp-menu div span:nth-child(3) {
  top: 28px;
}
#hd .sp-menu.active div span:nth-child(1) {
  transform: translateY(11px) rotate(315deg);
}
#hd .sp-menu.active div span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}
#hd .sp-menu.active div span:nth-child(3) {
  transform: translateY(-11px) rotate(-315deg);
}
@media (max-width: 1540px) {
  /* #hd .inner-hd {
    padding-right: 185px;
    padding-right: 300px;
  } */
  /* #hd .hd-logo {
    width: 35%;
  }
  #hd .hd-nav {
    width: 65%;
  } */
  /* #hd .hd-logo h1 {
    width: 90%;
  } */
  /* #hd .hd-btn {
    width: 180px;
  } */
  #hd .hd-btn .btn a {
    font-size: 13px;
  }
  #hd .hd-nav ul li {
    /* padding: 2px 18px; */
    /* padding: 1px 12px; */
    padding: 4px 12px;
    /* font-size: 15px; */
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  #hd .inner-hd {
    padding: 20px 0;
    /* padding-right: 160px; */
    padding-right: 182px;
  }
  /* #hd .hd-logo {
    width: 30%;
  } */
  /* #hd .hd-nav {
    width: 70%;
  } */
  #hd .hd-logo h1 {
    width: 95%;
  }
  #hd .hd-btn {
    /* width: 160px; */
  }
  #hd .hd-btn .btn:first-child {
    margin-right: 7px;
  }
  #hd .hd-btn .btn a {
    font-size: 12px;
    padding: 15px 10px;
  }
  #hd .hd-nav ul li {
    padding: 1px 12px;
    /* font-size: 14px; */
    font-size: 13px;
  }
}
@media (max-width: 801px) {
  #hd .inner-hd {
    padding: 10px 0;
  }
  #hd .hd-logo {
    width: 60%;
  }
  #hd .hd-nav,
  #hd .hd-btn {
    display: none;
  }
  #hd .sp-menu {
    display: block;
  }
}
.sp-nav {
  display: none;
  position: fixed;
  top: -120vh;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background: #eff3f6;
  z-index: 99;
  transition: 0.4s linear;
}
.sp-nav.open {
  top: 0;
}
.sp-nav .inner {
  height: 100%;
  padding: 0 40px 40px;
  overflow-y: scroll;
}
.sp-nav ul {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 0;
}
.sp-nav ul.top-lv {
  margin: 0 auto 30px;
}
.sp-nav ul.top-lv li {
  border-bottom: solid 1px #c8c8c8;
  padding: 5px 0;
  font-size: 16px;
}
.sp-nav ul.top-lv li.under {
  padding: 5px 0 0;
}
.sp-nav ul.top-lv li ul.under-lv {
  margin-top: 5px;
  padding-left: 30px;
  border-top: solid 1px #c8c8c8;
}
.sp-nav ul.top-lv li ul.under-lv li:last-child {
  border: none;
}
.sp-nav ul.top-lv li a {
  position: relative;
  display: block;
  padding: 8px;
  color: #000;
  text-decoration: none;
}
.sp-nav ul.top-lv li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #2c5ea7;
  border-right: solid 2px #2c5ea7;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sp-nav .btn {
  margin: 0 auto 30px;
}
.sp-nav .btn a {
  width: 80%;
  margin: 0 auto;
}
.sp-nav .btn a:first-child {
  margin-bottom: 15px;
}
.sp-nav ul.sns li {
  display: inline-block;
  width: 50%;
}

.sp-nav ul.sns li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
}
.sp-nav ul.sns li dl {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.sp-nav ul.sns li dl dt,
.sp-nav ul.sns li dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sp-nav ul.sns li dl dt {
  width: 40%;
}
.sp-nav ul.sns li dl dt img {
  width: 90%;
  max-width: 100px;
}
.sp-nav ul.sns li dl dd {
  width: 60%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.sp-nav .seminar > span {
  padding: 8px;
  display: block;
}
.sp-nav .seminar ul li {
  position: relative;
  padding: 13px;
}
.sp-nav .seminar .btn {
  position: absolute;
  margin-bottom: 0;
  top: 8px;
  right: 8px;
  width: auto;
}
.sp-nav .seminar .btn a {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 10px;
  width: 200px;
}
.sp-nav .seminar .btn a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 12px #fff;
  vertical-align: middle;
  right: auto;
  top: auto;
  transform: none;
}
@media (max-width: 801px) {
  .sp-nav {
    display: block;
  }
}
@media (max-width: 641px) {
  .sp-nav {
    padding-top: 60px;
  }
}
@media (max-width: 530px) {
  .sp-nav {
    padding-top: 45px;
  }
  .sp-nav .inner {
    padding: 0 25px 20px;
  }
  .sp-nav ul.top-lv li {
    font-size: 14px;
  }
  .sp-nav ul.top-lv li a {
    padding: 6px;
  }
  .sp-nav ul.top-lv li ul.under-lv {
    padding-left: 20px;
  }
  .sp-nav ul.sns li a {
    padding: 6px;
    font-size: 15px;
  }
  .sp-nav ul.sns li dl dd {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .sp-nav .seminar .btn {
    position: static;
  }
  .sp-nav .seminar .btn a {
    width: 90%;
  }
}
/*		Footer
-------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 3%;
  bottom: 80px;
  width: 60px;
  z-index: 10;
}
.pagetop a {
  display: block;
}
.pagetop a img {
  width: 100%;
}
.pagetop a:hover {
  opacity: 0.8;
}
.fix-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
.fix-btn.flex {
  display: flex;
  justify-content: center;
}
.fix-btn .btn {
  max-width: 400px;
  margin: 0 10px;
}
.fix-btn .btn a {
  font-size: 20px;
}
.fix-btn .btn.btn-line a {
  background: linear-gradient(90deg, #00b900, #00b900);
}
@media (max-width: 801px) {
  .pagetop {
    bottom: 140px;
  }
  .fix-btn.flex {
    flex-direction: column;
    align-items: center;
  }
  .fix-btn .btn {
    margin: 0;
  }
  .fix-btn .btn:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 481px) {
  .pagetop {
    bottom: 130px;
    width: 40px;
  }
  .fix-btn {
    padding: 10px 30px 15px;
  }
  .fix-btn .btn a {
    font-size: 18px;
  }
}
#ft {
  padding-bottom: 100px;
  background: #f1f4f8;
}
#ft .inner-ft {
  display: flex;
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
#ft .col1 {
  /* width: 27%; */
  width: 15%;
  padding-right: 15px;
}
#ft .col2 {
  display: flex;
  width: 65%;
  /* padding: 5px 20px 5px 40px; */
  padding: 5px 20px 5px 30px;
  border-left: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
}
#ft .col3 {
  /* width: 25%; */
  width: 20%;
}
#ft .col1 h3 {
  margin-bottom: 20px;
  text-align: center;
}
#ft .col1 h3 img {
  max-width: 150px;
  width: 100%;
}
#ft .col1 p {
  font-size: 15px;
  font-weight: 700;
}
#ft .col2 dl {
  width: 40%;
}
#ft .col2 ul {
  width: 30%;
}
#ft .col2 dl dt,
#ft .col2 dl dd {
  font-weight: 700;
}
#ft .col2 dl dt {
  font-size: 18px;
}
#ft .col2 dl dd {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
#ft .col2 ul li {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
#ft .col2 ul li dl {
  width: 100%;
}
#ft .col2 ul li dl dd {
  margin: 8px 0;
}

#ft .col2 ul li dl dd .btn a {
  color: #fff;
  padding: 10px 0;
}
#ft .col2 ul li dl dd .btn a:hover {
  color: #fff;
}

#ft .col2 dl dt:before,
#ft .col2 ul li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border: solid 5px transparent;
  border-left: solid 8px #2c5ea7;
  border-right: 0;
  vertical-align: middle;
}
#ft .col2 dl dd:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 2px;
  background: #2c5ea7;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
}
#ft .col2 dl dt a,
#ft .col2 dl dd a,
#ft .col2 ul li a {
  color: #000;
  text-decoration: none;
}
#ft .col2 dl dt span,
#ft .col2 dl dd span,
#ft .col2 ul li span {
  display: inline-block;
  vertical-align: middle;
}
#ft .col2 dl dt a:hover,
#ft .col2 dl dd a:hover,
#ft .col2 ul li a:hover {
  color: #2c5ea7;
}

#ft .col3 ul {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
#ft .col3 ul li {
  display: inline-block;
  width: 45%;
  font-size: 15px;
}
#ft .col3 ul li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-decoration: none;
}
#ft .col3 ul li dl dt {
  margin-bottom: 15px;
}
#ft .col3 ul li dl dt img {
  width: 100%;
  max-width: 90px;
}
#ft .col3 ul li dl dd {
  color: #000;
  font-weight: 700;
}
#ft .col3 ul li a:hover {
  opacity: 0.8;
}
#ft .col3 ul li a:hover dd {
  color: #2c5ea7;
}
#ft p.cr {
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1001px) {
  #ft .col2 dl dt {
    font-size: 15px;
  }
  #ft .col2 dl dd {
    padding-left: 18px;
    font-size: 13px;
  }
  #ft .col2 ul li {
    font-size: 14px;
  }
}
@media (max-width: 801px) {
  #ft .col1 {
    width: 100%;
    padding-right: 0px;
  }
  #ft .col2,
  #ft .col3 {
    display: none;
  }
  #ft .col1 p {
    text-align: center;
  }
}

/*		Common parts
-------------------------------------------------- */
.sct.bg {
  background: #f1f4f8;
}
.ttl {
  margin: 0 auto 20px;
  text-align: center;
}
.ttl h2.eng {
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.075rem;
  color: #2c5ea7;
}
.ttl h2.jpn {
  margin-bottom: 5px;
  font-size: clamp(16px, 4.4vw, 44px);
  line-height: 1;
  letter-spacing: 0.075rem;
  color: #2c5ea7;
}
.ttl p {
  font-weight: 700;
  line-height: 1.2;
}
.ttl p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: solid 5px transparent;
  border-top: solid 10px #2c5ea7;
}
.ttl p span {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  letter-spacing: 0.1rem;
  background: #2c5ea7;
}
@media (max-width: 481px) {
  .ttl {
    margin: 0 auto 10px;
  }
  .ttl h2.eng {
    font-size: 30px;
  }
  .ttl p {
    font-size: 13px;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #96ff9b 60%);
}
.marker2 {
  background: linear-gradient(transparent 60%, #d5dfed 60%);
}

.breadList {
  padding: 15px 0;
  border-bottom: solid 1px #c8c8c8;
}
.breadList.bg {
  background: #f1f4f8;
}
.breadList div {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
.breadList ul {
  font-size: 0;
}
.breadList ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 15px;
  font-size: 14px;
}
.breadList ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #2c5ea7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadList ul li:first-child {
  padding-left: 0;
}
.breadList ul li:first-child:before {
  content: none;
}
.breadList ul li a {
  color: #000;
}
.breadList ul li a:hover {
  text-decoration: none;
}

/* ギネス */
.guinness-text .inner-sct .text {
  background: #265fac;
  padding: 15px 0;
  text-align: center;
}
.guinness-text .inner-sct .text p {
  color: #fff;
  font-weight: bold;
}
.guinness-text .inner-sct .text a {
  background: #fff;
  border-radius: 50px;
  color: #265fac;
  font-weight: bold;
  padding: 4px 24px;
  margin-left: 24px;
  text-decoration: none;
}
.guinness-text .inner-sct .text a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 12px #265fac;
  vertical-align: middle;
}
.guinness-text .inner-sct .text a span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
@media (max-width: 801px) {
  .guinness-text {
    display: none;
  }
}

.guinness-sp {
  display: none;
}
@media (max-width: 801px) {
  .guinness-sp {
    display: block;
    width: 100%;
  }
  .guinness-sp .inner-sct .text {
    background: #265fac;
    padding: 8px;
    text-align: center;
  }
  .guinness-sp .inner-sct .text p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .guinness-sp .inner-sct .text a {
    display: block;
    background: #fff;
    border-radius: 50px;
    color: #265fac;
    font-weight: bold;
    padding: 4px;
    margin: 0 auto;
    text-decoration: none;
    width: 100%;
    max-width: 400px;
  }
  .guinness-sp .inner-sct .text a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 12px #265fac;
    vertical-align: middle;
  }
  .guinness-sp .inner-sct .text a span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 0.05rem;
    vertical-align: middle;
  }
  /* .fix-btn .btn {
    display: none;
  } */
}

/* ギネス */
#guinness .inner-sct {
  padding: 0 0 60px;
}
.about-guinness#guinness .inner-sct {
  padding: 60px 0 40px;
}
#guinness .inner-sct .ttl h3 {
  margin-bottom: 20px;
  font-size: clamp(14px, 3.8vw, 24px);
}
#guinness .inner-sct .ttl h3 span {
  border-bottom: 2px solid #000;
  line-height: 2;
}
#guinness .ctn {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
#guinness .ctn iframe {
  display: block;
  margin: 0 auto;
  height: 53vw;
  max-height: 360px;
  width: 100%;
  max-width: 640px;
}
#guinness .ctn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#guinness .ctn ul li {
  width: 97%;
  max-width: 540px;
}
#guinness .ctn ul li a {
  display: block;
}
#guinness .ctn ul li a img {
  width: 100%;
}
@media (max-width: 481px) {
  #guinness .inner-sct {
    padding: 0 0 40px;
  }
}

#aboutus2021 a {
  text-align: center;
  display: block;
}
#aboutus2021 a img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 641px) {
  #aboutus2021 a img.pc {
    display: none;
  }
  #aboutus2021 a img.sp {
    display: block;
  }
}
@media (min-width: 642px) {
  #aboutus2021 a img.pc {
    display: block;
  }
  #aboutus2021 a img.sp {
    display: none;
  }
}

/* フェイク広告の注意喚起（2023_12_15） */
#caution .inner-sct{
  padding-top: 60px;
}
#caution .ctn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
}
#caution a{
  color: red;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 481px) {
  #caution .inner-sct {
    padding-top: 40px;
  }
    #caution a {
      font-size: 18px;
    }
}
