@charset "UTF-8";
/* 外部ライブラリ
-------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/* 変数
-------------------------------------------------------------------------- */
/* ==========================================================================
breakpoints
========================================================================== */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* 関数
------------------------------------------------------------------------- */
/* ==========================================================================
viewport size
========================================================================== */
/* ミックスイン
-------------------------------------------------------------------------- */
/*==========================================================================
absolute
==========================================================================*/
/*==========================================================================
size
==========================================================================*/
/*==========================================================================
aspect-ratio
==========================================================================*/
/*==========================================================================
centering
==========================================================================*/
/*==========================================================================
dot-line
==========================================================================*/
/*==========================================================================
fixed
==========================================================================*/
/*==========================================================================
gradient
==========================================================================*/
/*==========================================================================
justify
==========================================================================*/
/* ==========================================================================
mq-up
========================================================================== */
/* ==========================================================================
mq-down
========================================================================== */
/* ==========================================================================
size
========================================================================== */
/* ==========================================================================
square
========================================================================== */
/* ==========================================================================
circle
========================================================================== */
/* 初期化
-------------------------------------------------------------------------- */
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,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
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;
  box-sizing: border-box;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

main,
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;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
  color: #222;
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  height: 100vh;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
}

main {
  line-height: 1.7;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active {
    text-decoration: none;
  }
}

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .pc_center {
    text-align: center;
  }
  .pc_center__margin-bottom {
    margin-bottom: 40px;
  }
}
.flex {
  display: flex;
}

.copy {
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.wrapper {
  width: 1170px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

/* モジュール
-------------------------------------------------------------------------- */
.btn a {
  display: inline-block;
  background: #0f3873;
  color: #fff;
  padding: 24px 110px;
  box-sizing: border-box;
  border: 1px solid #0f3873;
  position: relative;
}

.btn {
  margin: 0 auto;
  text-align: center;
  /* background: #0f3873; */
}

@media screen and (min-width: 769px) {
  .btn a:hover {
    background: #fff;
    color: #0f3873;
    transition: 0.5s;
  }
}
.btn a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: "";
}

@media screen and (min-width: 769px) {
  .btn a:hover:after {
    border-color: #0f3873;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 88%;
    padding: 20px 10px;
  }
}
div#faq__btn {
  margin-top: 40px;
}

div#faq__btn ul {
  display: flex;
}

div#faq__btn ul li + li {
  margin-left: 50px;
}

div#faq__btn ul li {
  width: calc((100% - 50px) / 2);
  text-align: center;
}

div#faq__btn ul li a {
  display: block;
  background: #0f3872;
  color: #fff;
  font-size: 16px;
  padding: 35px 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
  position: relative;
  border: 1px solid #0f3872;
}

div#faq__btn ul li a strong {
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 26px;
}

div#faq__btn ul li a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #4782c0;
  border-right: 2px solid #4782c0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -8px;
  vertical-align: middle;
  border-color: #4782c0;
  content: "";
}

div#faq__btn ul li a:hover {
  background: #fff;
  color: #0f3872;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  div#faq__btn ul {
    display: block;
  }

  div#faq__btn ul li {
    width: 100%;
  }

  div#faq__btn ul li + li {
    margin: 10px 0 0;
  }

  div#faq__btn ul li a {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    text-align: left;
  }

  div#faq__btn ul li a strong {
    font-size: 16px;
  }

  div#faq__btn ul li a:after {
    right: 20px;
  }
}
div.under__main {
  /* background: #0f3872; */
  background-image: linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  background-image: -moz-linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  height: 350px;
}
div.under__main .wrapper {
  height: 350px;
  align-items: center;
  display: flex;
}
div.under__main .under__main h1 + p {
  color: #fff;
  margin-top: 30px;
  letter-spacing: 2px;
}
div.under__main h1 {
  font-size: 43px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
div.under__main p#parent {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

.under__main__txt {
  /* position: absolute; */
  width: 100%;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  /* position: absolute;
  width: 100%;
  height: 350px;
  background-color: #0f3872; */
  /*background-image: url("");*/
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; */
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.under__main h1 + p {
  color: #fff;
  margin-top: 30px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.under__main__txt {
  z-index: 3;
}

#particles-js:after {
  /* content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/wordpress/wp-content/themes/humanscience/asset/img/common/under_mv_dot.png);
  left: 0;
  top: 0; */
}

@media screen and (max-width: 768px) {
  div.under__main h1 {
    font-size: 30px;
  }
}
div#under__localnav {
  background: #e6e9ec;
  padding: 50px 0 75px;
  position: relative;
  overflow: hidden;
}

div#under__localnav.seminar dl dd ul li {
  margin-bottom: 10px;
}

div#under__localnav.seminar dl dd ul li {
  width: 33%;
  /* display: table-cell; */
}

div#under__localnav.seminar dl dd ul li:nth-of-type(3n) {
  margin-left: auto;
}

/*div#under__localnav.seminar dl dd ul li:nth-of-type(1), div#under__localnav.seminar dl dd ul li:nth-of-type(4) {
    width: 26%;
}
div#under__localnav.seminar dl dd ul li:nth-of-type(2), div#under__localnav.seminar dl dd ul li:nth-of-type(5) {
    width: 38%;
}*/
div#under__localnav:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #fff transparent;
}

div#under__localnav dl {
  display: flex;
  align-items: center;
}

div#under__localnav dl dt {
  text-align: center;
  padding: 0 70px 0 0;
  /* font-weight: bold; */
  /* border-right: 1px solid #ccc; */
  min-width: 26%;
  box-sizing: border-box;
}

div#under__localnav dl a {
  font-weight: bold;
}

div#under__localnav dl dd {
  border-left: 1px solid #b5c2d2;
  padding-left: 70px;
}

div#under__localnav dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div#under__localnav dl dd ul li {
  /* width: 33%; */
  /* display: table-cell; */
}

div#under__localnav dl a {
  position: relative;
  padding-left: 20px;
}

div#under__localnav dl a:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4e84c4;
  border-right: 1px solid #4e84c4;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 768px) {
  div.under__main {
    height: 100%;
    min-height: calc(100vw / 750 * 350);
  }
  div.under__main .wrapper {
    height: 100%;
    min-height: calc(100vw / 750 * 350);
    padding-top: calc(100vw / 750 * 100);
    padding-bottom: calc(100vw / 750 * 100);
  }
  div#under__localnav dl {
    display: block;
  }

  div#under__localnav {
    padding: 30px 0 55px;
  }

  div#under__localnav:after {
    border-width: 0 0 30px 100vw;
  }

  div#under__localnav dl dd {
    border: none;
    border-top: 1px solid #b5c2d2;
    padding: 15px 0 0;
  }

  div#under__localnav dl dt {
    padding: 0 0 16px;
    /* font-size: 16px; */
    text-align: left;
  }

  div#under__localnav dl dd ul {
    display: block;
  }

  div#under__localnav.seminar dl dd ul li {
    width: 100% !important;
  }
}
div#under__section.under__menu {
  background: #e6e9ec;
}

.under__menu ul {
  display: flex;
  justify-content: space-between;
}

.under__menu ul li dd {
  margin-bottom: 20px;
}

.under__menu ul li a {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.under__menu ul li a:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4e84c4;
  border-right: 1px solid #4e84c4;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  content: "";
}

.under__menu:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

.under__menu:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #fff transparent;
}

div#under__section.under__menu {
  overflow: visible;
  padding-top: 0;
  /* margin-bottom: -100px; */
}

.under_menu_wrap {
  overflow: hidden;
  padding-bottom: 150px;
  background: #fff;
}

.under__menu ul {
  /* transform: translateY(110px); */
}

div#under__section.under__menu .wrapper {
  transform: translateY(140px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .under_menu_wrap {
    padding-bottom: 0;
  }

  .under__menu:after {
    content: none;
  }

  div#under__section.under__menu .wrapper {
    transform: translateY(0px);
  }

  div#under__section.under__menu {
    padding: 100px 0 50px;
  }

  .under__menu ul {
    display: block;
  }

  .under__menu ul li {
    width: 100%;
  }

  .under__menu ul li + li {
    margin-top: 30px;
  }

  .under__menu ul li img {
    width: 100%;
  }

  .under__menu ul li dd {
    margin-bottom: 10px;
  }
}
/* ページ
-------------------------------------------------------------------------- */
.top_page {
  /*div#main .img-fade {
  	animation  : main_fade 10s infinite;
  	opacity: 0;
  }
  @keyframes main_fade {
  	0% { opacity: 0; }
  	10% { opacity: 1; }
  	50% { opacity: 1; }
  	60% { opacity: 0; }
  	100% { opacity: 0; }
  }*/
}
.top_page .loop_wrap_wrap {
  width: 100%;
  overflow: hidden;
}
.top_page .loop_wrap {
  width: 750vw;
  height: auto;
  overflow: hidden;
}
.top_page .loop_wrap ul {
  width: 375vw;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top_page .loop_wrap ul:first-child {
  animation: loop 100s -50s linear infinite;
}
.top_page .loop_wrap ul:last-child {
  animation: loop2 100s linear infinite;
}
@media screen and (min-width: 769px) {
  .top_page .loop_wrap:hover ul {
    animation-play-state: paused;
  }
}
.top_page div#main .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*opacity: 0;*/
  z-index: -1;
  /*animation: main_fade 10s infinite;*/
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.top_page div#main .bg_img.src01 {
  /* background-image: url("../img/top/mv_bg.png"); */
}
.top_page div#main .bg_img.src02 {
  /* background-image: url("../img/top/mv02_bg.png"); */
  /*animation-delay: 5s;*/
}
.top_page div#main {
  height: 690px;
  /*770px*/
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  background-image: -moz-linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(95, 219, 230) 0%,
    rgb(15, 150, 254) 99%
  );
}
.top_page div#main .main-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  width: 95%;
  max-width: 1420px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  color: #fff;
}
.top_page div#main .slick-list {
  width: 100%;
  height: 100%;
}
.top_page div#main .slick-list .slick-track {
  height: 100%;
  width: 100% !important;
}
.top_page #main .bg_img.src01 {
  width: 100%;
  position: absolute;
  right: 0;
}
.js-carousel_mv .bg_img.src01 {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.js-carousel_mv.show .bg_img.src01 {
  opacity: 1;
}
.top_page #main .bg_img.src02 {
  width: 100%;
  position: absolute !important;
  right: 0;
}
.top_page div#main h1.main-txt {
  line-height: 1.333;
  margin-bottom: 30px;
}
.top_page div#main h1.main-txt span {
  display: block;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.top_page div#main h1.main-txt span.yellow {
  color: #fff000;
}
.top_page div#main .main-txt-2 {
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.top_page div#main .wrap {
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  z-index: 2;
}
.top_page div#main .txt {
  color: #fff;
}
.top_page div#main .img {
  position: absolute;
  right: 0;
  bottom: 0;
  /* transform: translate(70px, 0px); */
}
.top_page div#main .img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation-delay: 5s;
  max-width: 700px;
}
.top_page .news {
  /*position: absolute;*/
  bottom: 0;
  background: rgba(240, 240, 240, 0.9);
  width: 100%;
  padding: 24px 0;
  z-index: 3;
}
.top_page .news > div {
  align-items: center;
}

div#main .copy {
  line-height: 2.3;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.4px;
}

.news p {
  color: #cb3944;
  border: 1px solid #cb3944;
  border-radius: 4px;
  padding: 4px 20px;
  font-weight: bold;
  margin-right: 30px;
}

.news dl {
  display: flex;
}

.top_page div .news .flex {
  justify-content: flex-start;
}

.news dl dt {
  margin-right: 30px;
}

div#main .txt ul {
  display: flex;
}

div#main .txt ul li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
  padding: 17px 10px;
  box-sizing: border-box;
  width: 230px;
  display: block;
  text-align: center;
  position: relative;
}

div#main .txt ul li + li {
  margin-left: 12px;
}

div#main .txt ul {
  margin-top: 40px;
}

section {
  padding: 85px 0;
}

h2 {
  font-size: 30px;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}

h2 span {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  color: #4e84c4;
  letter-spacing: 4px;
}

section#service {
  width: 100%;
  position: relative;
  background-color: #e6e9ec;
  background-image:
    url("../img/top/sec_service_bg.png"), url("../img/top/sec_service_bg.png");
  background-repeat: no-repeat;
  background-position:
    left -100px top -270px,
    bottom 0 right -100px;
  overflow: hidden;
  padding: 170px 0 85px;
}

section#service:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

section#blog {
  background: #e6e9ec;
}

.service__panel {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.service__panel > li {
  /*padding: 40px 20px 30px;*/
  background: #fff;
  width: 48%;
  margin-bottom: 38px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}

.service__panel > li > a {
  display: block;
  padding: 40px 20px 0;
}

.service__panel > li > a:hover {
  background: rgba(230, 233, 236, 0.3);
  transition: 0.3s;
}

.service__panel > li > a {
  display: block;
  padding: 40px 20px 0;
}

.service__panel > li .bottom {
  padding: 0px 20px 30px;
}

.service__panel > li .bottom {
  position: relative;
  z-index: 1;
}

.service__panel > li > a:hover {
  background: rgba(230, 233, 236, 0.5);
}

.service__panel > li .copy {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.service__panel > li .copy:after {
  content: "";
  width: 24px;
  display: block;
  position: absolute;
  border-top: 1px solid #0f3873;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.service__panel .ttl {
  font-size: 24px;
  text-align: center;
  color: #0f3873;
  font-weight: bold;
  margin-bottom: 20px;
}

.service__panel .img {
  text-align: center;
  margin-bottom: 25px;
}

.service__panel .cnt {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  color: #797979;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.service__panel .bottom ul {
  display: flex;
  justify-content: center;
}

p.ttl_copy {
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

.seminar__panel {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.seminar__panel__box {
  width: 367px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

/* .top_page div#main .bg_img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-image: url("../img/top/mv_dot.png");
  background-repeat: repeat;
} */

#main button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main .mv_slide-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  text-align: center;
}
#main .mv_slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #main .mv_slide-dots {
    display: none !important;
    top: calc(100vw / 750 * 725);
    left: calc(50% - 5px);
    transform: translateX(-50%);
  }
  #main .mv_slide-dots li {
    margin: 0 10px;
  }
}

#main .mv_slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#main .mv_slide-dots li button:hover {
  cursor: pointer;
  opacity: 0.7;
}
#main .mv_slide-dots li button:before {
  content: "";
  content: "";
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#main .mv_slide-dots li.slick-active button:before {
  background: #4e84c4;
}

.seminar__panel__box .img {
  position: relative;
}

.seminar__panel__box .img:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(204, 204, 204, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/rgba(0,0,0,.7)+0,ffffff+78 */
  background: rgba(0, 0, 0, 0.6);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,.7)', endColorstr='rgba(0,0,0,0)',GradientType=0 );
  /* IE6-9 */
}

.seminar__panel__box .ttl a {
  position: absolute;
  left: 50%;
  top: 30px;
  color: #fff;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.seminar__panel__box .states {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  bottom: 20px;
  right: 20px;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 0.2em 1em;
  font-weight: bold;
}

.seminar__panel .txt {
  display: flex;
  padding: 16px 25px;
  background: #fff;
  justify-content: space-between;
  align-items: center;
}

.seminar__panel .txt .cate {
  color: #787878;
  font-size: 14px;
}

.seminar__panel .txt .date strong {
  font-size: 28px;
}

.seminar__panel__box + .seminar__panel__box {
  margin-left: 33px;
}

div#main .txt ul li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: "";
}

@media screen and (min-width: 769px) {
  div#main .txt ul li a:hover {
    background: rgba(69, 131, 190, 0.8);
    transition: 0.5s;
    border: 1px solid rgba(69, 131, 190, 0.8);
  }
}
.top_page .loop_wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 375vw;
  align-items: center;
}

section#performance {
  background: #fff;
}

.top_page .loop_wrap ul li {
  width: 12.5vw;
}

.top_page .loop_wrap {
  display: flex;
  flex-wrap: wrap;
}

.top_page .loop_wrap ul li {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .news .area-link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.service__panel li .bottom ul {
  margin-top: 30px;
}

.service__panel li .bottom ul li a {
  font-weight: bold;
  position: relative;
}

.service__panel li .bottom ul li + li {
  margin-left: 80px;
}

.service__panel li .bottom ul li a:after {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4e84c4;
  border-right: 1px solid #4e84c4;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
  content: "";
}

.service__panel > li:nth-of-type(5),
.service__panel > li:nth-of-type(6),
.service__panel > li:nth-of-type(7) {
  width: 30.66%;
}

.service__panel > li:nth-of-type(5) .bottom ul li + li,
.service__panel > li:nth-of-type(6) .bottom ul li + li,
.service__panel > li:nth-of-type(7) .bottom ul li + li {
  margin-left: 60px;
}

section#seminar {
  background: #fff;
  position: relative;
  width: 100%;
  margin-top: -320px;
  padding: 300px 0 85px;
  overflow: hidden;
}

section#seminar:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #e6e9ec transparent transparent transparent;
}

.js-carousel_seminar_wrap {
  width: calc(1400px + ((100% - 1400px) / 2));
  overflow: hidden;
  margin: 0 0 10px 0px;
  margin-left: calc((100% - 1400px) / 2);
}
@media screen and (max-width: 1400px) {
  .js-carousel_seminar_wrap {
    width: 100%;
    margin: 0 0 10px 0px;
  }
}

section#seminar {
  background-image: url(../img/top/sec_seminar_bg.png);
}

section#seminar {
  background-image: url(../img/top/sec_seminar_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

section#case {
  background: #fff;
}

.flex.panel__case {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.panel__case_box {
  width: 267px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .panel__case_box {
    width: 88vw;
    margin-right: 10px;
  }
}

.flex.panel__case .panel__case_box .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 173px;*/
  margin-bottom: 1rem;
  position: relative;
}

.flex.panel__case .panel__case_box a {
  font-size: 13px;
  display: block;
  text-align: center;
}

.flex.panel__case .is_mouseon {
  position: absolute;
  box-sizing: border-box;
  background: rgba(69, 78, 91, 0.5);
  width: 100%;
  height: 100%;
  padding: 30px 25px 25px;
  font-size: 15px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  display: none;
  left: 0;
  top: 0;
}

.flex.panel__case .is_mouseon .ttl {
  width: 100%;
}

.flex.panel__case .is_mouseon .tag {
  width: 100%;
  font-size: 12px;
  background-image: url("../img/common/icon_tag.png");
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size: contain;*/
  padding-left: 15px;
}

@media screen and (min-width: 769px) {
  .panel__case_box:hover .is_mouseon {
    display: flex;
    transition: 0.3s;
  }

  .panel__case_box:hover a {
    opacity: 0.7;
  }
}
section#openseminar {
  width: 100%;
  position: relative;
  background-color: #e6e9ec;
  background-image: url("../img/top/sec_openseminar_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 170px 0 170px;
  overflow: hidden;
  background-size: cover;
}

section#openseminar:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

section#openseminar:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 100vw;
  border-color: transparent transparent #fff transparent;
}

section#openseminar h2,
section#openseminar h2 span,
section#openseminar p.ttl_copy {
  color: #fff;
}

ul.panel__openseminar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.panel__openseminar li {
  width: 367px;
  position: relative;
}

ul.panel__openseminar li .ttl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 25px;
  font-weight: bold;
}

ul.panel__openseminar li .ttl a {
  font-weight: bold;
}

ul.panel__openseminar li + li {
  margin-left: 30px;
}

section#news {
  background: #fff;
}

section#news dl {
  display: flex;
  padding: 20px 35px;
  border-top: 1px solid #b9b9b9;
}

section#news dl dt {
  margin-right: 35px;
  display: flex;
  align-items: center;
}

section#news dl dt .cate {
  background: #4e84c4;
  color: #fff;
  font-size: 13px;
  min-width: 160px;
  text-align: center;
  margin-left: 35px;
  display: flex;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
}

section#news dl:last-child {
  border-bottom: 1px solid #b9b9b9;
}

#news .panel__news {
  margin-bottom: 50px;
}

section#blog:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

section#blog {
  width: 100%;
  position: relative;
  background-color: #e6e9ec;
  background-image: url(../img/top/sec_blog_bg.png);
  background-repeat: no-repeat;
  background-position: right -100px top -140px;
  overflow: hidden;
  padding: 170px 0 85px;
}

.js-carousel_blog_wrap {
  width: calc(1400px + ((100% - 1400px) / 2));
  overflow: visible;
  margin: 0 0 10px 0px;
  margin-left: calc((100% - 1400px) / 2);
}
@media screen and (max-width: 1400px) {
  .js-carousel_blog_wrap {
    width: 100%;
    margin: 0 0 10px 0px;
  }
}

.blog__panel__box {
  width: 368px;
}

.blog__panel__box + .blog__panel__box {
  margin-left: 30px;
}

.blog__panel__box .img {
  margin-bottom: 22px;
}

.blog__panel__box .date {
  font-size: 14px;
  padding-left: 20px;
  background-image: url("../img/common/icon_time.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.blog__panel__box .ttl a {
  color: #0f3872;
  font-weight: bold;
}

.blog__panel__box .ttl {
  margin-bottom: 30px;
  text-align: left;
}

.blog__panel__box .cnt {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.js-carousel_blog--prev.slick-arrow {
  width: 45px;
  height: 136px;
  background: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: -150px;
  top: calc((200px - 136px) / 2);
  /* transform: translateY(-68px);*/
}

.js-carousel_blog--prev.slick-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
  margin-left: -5px;
  margin-top: -5px;
}

.js-carousel_blog--next.slick-arrow {
  width: 45px;
  height: 136px;
  background: rgba(0, 0, 0, 0.78);
  position: absolute;
  right: calc(50% - 700px - 45px);
  top: calc((200px - 136px) / 2);
  /* transform: translateY(-68px);*/
}

.js-carousel_blog--next.slick-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
  margin-left: -15px;
  margin-top: -5px;
}

@media screen and (min-width: 769px) {
  .slick-arrow:hover {
    cursor: pointer;
    background: rgba(69, 131, 190, 0.78);
  }
}
@media screen and (max-width: 1400px) {
  .flex.panel__case .panel__case_box:last-child {
    margin-right: 0;
  }

  .flex.panel__case {
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
  }

  ul.panel__openseminar li {
    width: calc((100% - 12%) / 4);
  }
}
@media screen and (max-width: 1400px) {
  .top_page div#main .img {
    width: calc(100vw / 1400 * 750);
  }
  .top_page div#main .img02 {
    width: calc(100vw / 1400 * 660);
  }
  .top_page div#main h1.main-txt span {
    font-size: calc(100vw / 1400 * 60);
  }
  .top_page div#main .main-txt-2 {
    font-size: calc(100vw / 1400 * 20);
  }
}
@media screen and (max-width: 1300px) {
  ul.panel__openseminar li .ttl {
    padding: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
  }
  .top_page div#main h1.main-txt span {
    font-size: 50px;
  }
  .top_page div#main .main-txt-2 {
    font-size: 16px;
  }
  .top_page div#main .img {
    width: calc(100vw / 1400 * 680);
  }

  #spHeaderSearch {
    position: static;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1400px) {
  ul.panel__openseminar li {
    width: 24%;
  }

  ul.panel__openseminar li + li {
    margin-left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .top_page div#main .txt {
    width: 100%;
    position: relative;
    z-index: 3;
  }

  .top_page div#main h1.main-txt {
    font-size: 2.4rem;
    margin-top: calc(100vw / 750 * 20);
    margin-bottom: calc(100vw / 750 * 20);
  }

  .top_page div#main h1 span {
    font-size: 1.1rem;
  }

  div#main .copy {
    letter-spacing: 1px;
  }

  div#main .txt ul {
    margin-top: 20px;
    display: block;
  }

  div#main .txt ul li a {
    width: 100%;
  }

  div#main .txt ul li + li {
    margin: 10px 0 0;
  }

  .top_page div#main .main-txt-wrap {
    display: block;
    width: 95%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    padding-left: 0;
    transform: translateX(-50%);
  }

  .top_page div#main h1.main-txt span {
    font-size: calc(100vw / 750 * 55);
  }

  .top_page div#main .main-txt-2 {
    font-size: calc(100vw / 750 * 28);
    line-height: 1.4;
  }

  .top_page div#main {
    height: calc(100vw / 750 * 1160);
  }

  .top_page div#main .news {
    /* transform: translateY(100%); */
    position: relative;
    z-index: 10;
    bottom: auto;
    padding: 20px 6%;
  }

  .top_page div#main .news .wrapper {
    padding: 0;
  }

  .top_page div#main .news .flex {
    display: block;
  }

  .top_page div#main .img {
    width: calc(100vw / 750 * 560);
    left: 50%;
    transform: translateX(-50%);
  }

  .top_page div#main .img02 {
    width: calc(100vw / 750 * 580);
    left: 50%;
    transform: translateX(-50%);
  }

  /*.top_page div#main:after {content: '';display: block;background: rgba(15, 47, 88, .5);left: 0;bottom: 0;z-index: 1;}*/
  div#main .txt ul li a {
    background: rgba(15, 47, 88, 0.7);
  }

  div#main .copy {
    text-shadow: 0 0 10px rgba(15, 46, 87, 0.9);
  }

  div#main .txt ul {
    margin-bottom: 40px;
  }

  .news p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
  }

  .news dl {
    display: block;
    font-size: 13px;
  }

  section {
    padding: 50px 0;
  }

  h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  h2 span:after {
    background: none;
  }

  .top_page .loop_wrap ul li {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 10px 10px;
  }

  .top_page .loop_wrap {
    height: auto;
  }

  section#service:before {
    border-width: 50px 100vw 0 0;
  }

  section#service {
    padding: 100px 0 50px;
  }

  .service__panel > li {
    width: 100%;
    /*padding: 30px 20px;*/
    margin-bottom: 20px;
  }

  .service__panel .ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .service__panel .img {
    width: 70%;
    margin: 0 auto 10px;
  }

  .service__panel > li .copy {
    font-size: 1;
  }

  .service__panel .cnt {
    padding-bottom: 1rem;
  }

  .service__panel li .bottom ul {
    /* display: block; */
    margin-top: 1rem;
    justify-content: space-around;
  }

  .service__panel li .bottom ul li a {
    padding-left: 18px;
    font-size: 16px;
  }

  .service__panel li .bottom ul li a:after {
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }

  .service__panel li .bottom ul li + li {
    margin-left: 10px;
  }

  .service__panel > li:nth-of-type(5),
  .service__panel > li:nth-of-type(6),
  .service__panel > li:nth-of-type(7) {
    width: 100%;
  }

  .service__panel > li:nth-of-type(5) .bottom ul li + li,
  .service__panel > li:nth-of-type(6) .bottom ul li + li,
  .service__panel > li:nth-of-type(7) .bottom ul li + li {
    margin-left: 10px;
  }

  section#seminar:before {
    border-width: 50px 100vw 0 0;
  }

  .seminar__panel__box {
    width: 88vw;
  }

  .js-carousel_blog--prev.slick-arrow {
    left: 0;
    z-index: 2;
    height: 80px;
    top: calc((200px - 80px) / 2);
    width: 40px;
  }

  .js-carousel_blog--prev.slick-arrow span {
    margin: -10px 0px 0 -4px;
  }

  .js-carousel_blog--next.slick-arrow {
    right: 0;
    z-index: 2;
    height: 80px;
    top: calc((200px - 80px) / 2);
    width: 40px;
  }

  .js-carousel_blog--next.slick-arrow span {
    margin: -10px 0 0 -12px;
  }

  section#seminar {
    background-size: auto;
  }

  .flex.panel__case .panel__case_box {
    width: 84vw;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .flex.panel__case .panel__case_box .img {
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }

  section#case {
    padding: 50px 6%;
  }

  section#openseminar:before {
    border-width: 50px 100vw 0 0;
  }

  section#openseminar {
    padding: 120px 6% 120px;
  }

  ul.panel__openseminar {
    display: block;
  }

  ul.panel__openseminar li {
    width: 100%;
  }

  ul.panel__openseminar li + li {
    margin: 20px 0 0;
  }

  section#openseminar:after {
    border-width: 0 0 50px 100vw;
  }

  .slick-slide img {
    width: 100%;
  }

  section#news dl {
    display: block;
    padding: 20px 0;
  }

  section#news dl dt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  section#blog:before {
    border-width: 50px 100vw 0 0;
  }

  section#blog {
    padding: 120px 0 50px;
  }

  .blog__panel__box {
    width: 88vw;
  }

  ul.panel__openseminar li img {
    width: 100%;
  }

  section#news dl dd {
    text-align: left;
  }

  ul.panel__openseminar li img {
    width: 100%;
  }

  section#news dl dd {
    text-align: left;
  }

  section#news dl dd a {
    font-size: 14px;
  }
}
.service__panel li .bottom ul li a:hover {
  color: #4e84c4;
  transition: 0.3s;
}

.seminar__panel__box:hover {
  opacity: 0.7;
  transition: 0.3s;
}

ul.panel__openseminar li:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.panel__news dl:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.blog__panel__box:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .flex.panel__case {
    margin-bottom: 0;
  }

  .flex.panel__case .is_mouseon {
    position: static;
    display: block;
    background: none;
    color: #333;
    padding: 0;
    font-size: 12px;
    margin: 10px 0 0;
  }

  .flex.panel__case .panel__case_box .img {
    display: block;
  }

  .flex.panel__case .panel__case_box .img {
    border: none;
  }

  .flex.panel__case .panel__case_box .img img {
    border: 1px solid #ddd;
    width: calc(100% - 2px);
  }

  .flex.panel__case .is_mouseon .tag {
    background: none;
    padding: 2px 6px;
    margin: 10px 0 0;
    background: #ccc;
    color: #fff;
    display: inline-block;
    width: auto;
    border-radius: 2px;
  }

  .flex.panel__case .panel__case_box a {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .sitemenu_panel__down #sitemenu_panel {
    overflow: scroll;
    padding: 0 0 30px;
  }

  .news .flex {
    display: block;
  }
}
.seminar__panel,
.flex.panel__case,
.blog__panel {
  display: flex;
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 999999px;
}

.seminar__panel.slick-initialized,
.flex.panel__case.slick-initialized,
.blog__panel.slick-initialized {
  opacity: 1 !important;
  width: 100% !important;
}

.js-carousel_mv {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top_page .loop_wrap {
    width: 800vw;
  }

  .top_page .loop_wrap ul {
    width: 400vw;
  }

  .top_page .loop_wrap ul li {
    width: 6.25%;
  }
}
div#under__section {
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

h2#under__h2 {
  font-size: 34px;
  position: relative;
  padding: 0;
  margin: 0 0 120px;
}

#seminar_cnt h2:before {
  content: none;
}

h2#under__h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -65px;
  width: auto;
  height: 36px;
  border-left: 1px solid #4782bf;
  display: block;
  top: auto;
}

div#under__section.gr {
  background: #e6e9ec;
  padding: 120px 0;
}

div#under__section.gr:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

div#under__section.gr:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #fff transparent;
}

/*tab*/
.under__content_wrap.under__disnon {
  display: none;
}

ul#under__tab {
  border-bottom: 2px solid #0f3872;
  display: flex;
  justify-content: center;
}

ul#under__tab li {
  width: 40%;
  /* text-align: center; */
  font-size: 20px;
  color: #5d6b81;
  background: #ccc;
  background: #edf0f2;
  box-sizing: border-box;
  padding: 1rem 2rem;
  position: relative;
}

ul#under__tab li + li {
  margin-left: 20px;
}

ul#under__tab li:hover {
  cursor: pointer;
  /* opacity: .7; */
  transition: 0.3s;
  background: #0f3872;
  color: #fff;
}

ul#under__tab li.under__select {
  background: #0f3872;
  color: #fff;
}

ul#under__tab li.under__select:hover {
  cursor: default;
}

ul#under__tab li:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4e84c4;
  border-right: 1px solid #4e84c4;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -4px;
  vertical-align: middle;
  content: "";
}

div#seminar_schedule .under__content_wrap dl {
  display: flex;
}

div#seminar_schedule .under__content_wrap dl {
  padding: 20px;
  font-size: 16px;
}

div#seminar_schedule .under__content_wrap dl dt,
dd {
  font-size: 16px;
}

div#seminar_schedule .under__content_wrap dl {
  border-bottom: 1px solid #ccc;
}

div#seminar_schedule .under__content_wrap dl dt {
  display: flex;
  /* margin-right: 30px; */
  /* min-width: 30%; */
}

div#seminar_schedule .under__content_wrap dl dt .cate {
  background: #e8e8e8;
  min-width: 80px;
  font-size: 14px;
  /* color: #fff; */
  text-align: center;
  margin: 0;
  border-radius: 2px;
  padding: 2px 2px;
}

div#seminar_schedule .under__content_wrap dl dt .cate.open {
  color: #fff;
  background: #4e84c4;
}

h3#under__h3 {
  background: none;
  font-size: 26px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #0f3872;
  padding-left: 20px;
  margin-bottom: 60px;
  line-height: 1.4;
}

div#seminar__teacher dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

div#seminar__teacher dl dt {
  width: 360px;
  box-shadow: 10px 10px 0 #0f3872;
  margin-right: 50px;
}

div#seminar__teacher dl dt img {
  width: 100%;
}

div#seminar__teacher dl dd {
  width: calc(100% - 360px - 50px);
}

div#seminar__teacher dl dd p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #4e84c4;
}

div#seminar__teacher dl dd p span {
  font-size: 18px;
  display: block;
  color: #111;
  font-weight: bold;
}

div#seminar__teacher dl dd li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}

div#seminar__teacher dl + dl {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #cbcbcb;
}

ul.main__menu {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 45px;
}

ul.main__menu li {
  position: relative;
  margin-bottom: 40px;
}

ul.main__menu li dt {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #fff;
  font-size: 16px;
}

ul.main__menu li dt a {
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
  display: block;
  position: relative;
}

ul.main__menu li dt a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4e84c4;
  border-right: 1px solid #4e84c4;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  content: "";
}

.panel__carousel_seminar_teacher {
  width: 260px;
}

.panel__carousel_seminar_teacher + .panel__carousel_seminar_teacher {
  margin-left: 40px;
}

.js-carousel_seminar_teacher {
  margin-top: 50px;
}

.js-carousel_seminar_teacher .img {
  margin-bottom: 20px;
}

.js-carousel_seminar_teacher p {
  font-size: 14px;
}

.js-carousel_seminar_teacher p.name {
  font-weight: bold;
  font-size: 18px;
}

.js-carousel_seminar_teacher {
  text-align: center;
}

#under__section .js-carousel_seminar_teacher p {
  font-size: 13px;
}

#under__section .js-carousel_seminar_teacher p.name {
  font-size: 18px;
}

.flex.comapny__about__human .txt {
  width: 48%;
  max-width: 540px;
  line-height: 1.667;
}

.flex.comapny__about__human .img {
  width: 607px;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}

.flex.comapny__about__human {
  justify-content: space-between;
  align-items: center;
}

div#under__section.sec__company__top p {
  font-size: 16px;
  line-height: 2;
}

div#under__section.sec__company__top {
  padding: 90px 0 0;
}

.last_gr_cnt.sec__company__bottom {
  margin-top: -76px;
}

div#under__section .flex.comapny__about__human .txt p {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.667;
}

div#under__section p.company__about__catch {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}

div#under__section p + p {
  margin-top: 1em;
}

div#under__localnav.company dl dd ul li {
  width: 25%;
  margin-bottom: 10px;
}

div#under__localnav.company dl dd ul li {
  width: 25%;
  margin-bottom: 10px;
}

.main__menu__company.main__menu li dt a {
  background: #e6e9ec;
  min-width: 270px;
}

.main__menu__company.main__menu li:nth-of-type(3) dt a,
.main__menu__company.main__menu li:nth-of-type(4) dt a,
.main__menu__company.main__menu li:nth-of-type(5) dt a,
.main__menu__company.main__menu li:nth-of-type(6) dt a,
.main__menu__company.main__menu li:nth-of-type(7) dt a,
.main__menu__company.main__menu li:nth-of-type(8) dt a {
  min-width: 190px;
}

.last_gr_cnt {
  overflow: hidden;
  padding-bottom: 150px;
  background: #fff;
}

.last_gr_cnt .wrapper {
  transform: translateY(240px);
  position: relative;
  z-index: 1;
}

.last_gr_cnt div#under__section {
  padding-top: 0;
  overflow: visible;
}

ul.main__menu.main__menu__company li {
  margin-bottom: 80px;
}

.last_gr_cnt .wrapper {
  transform: translateY(360px);
  position: relative;
  z-index: 1;
  margin-top: -280px;
  margin-bottom: 80px;
  padding-top: 100px;
}

.last_gr_cnt div#under__section.gr:before {
  top: 280px;
}

.main__menu__company.main__menu li:nth-of-type(7) dt a,
.main__menu__company.main__menu li:nth-of-type(8) dt a,
.main__menu__company.main__menu li:nth-of-type(9) dt a {
  background: #fff;
}

.philosophy_cnt_panel {
  max-width: 1400px;
  margin: 0 auto;
}

/* .philosophy_cnt_panel:nth-of-type(odd) {
  flex-direction: row-reverse;
  flex-wrap: wrap;
} */

.philosophy_cnt_panel .txt {
  background: #fff;
  box-sizing: border-box;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  /* transform: translateX(-40%); */
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  line-height: 2;
}

.philosophy_cnt_panel .img {
  width: 60%;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* text-align: right; */
  background: #c7e0ec;
}

.philosophy_cnt_panel + .philosophy_cnt_panel {
  margin-top: 200px;
}

.philosophy_cnt_panel .txt #catch {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.philosophy_cnt_panel p {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0;
}

.philosophy_cnt_panel .num {
  font-size: 120px;
  font-weight: 200;
  color: #4782bf;
  line-height: 1;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
}

.philosophy_cnt_panel .num span {
  font-size: 13px;
  display: block;
  margin-bottom: -10px;
  letter-spacing: 3px;
  font-size: 50px;
  font-weight: 200;
  text-align: left;
}

/* .philosophy_cnt_panel:nth-of-type(even) .txt {
  margin-left: 0;
  margin-right: -35%;
  text-align: right;
}

.philosophy_cnt_panel:nth-of-type(even) .txt .txt_inner {
  text-align: left;
  display: inline-block;
}

.philosophy_cnt_panel:nth-of-type(even) .num {
  right: 5%;
} */

/* .philosophy_cnt_panel p + ul {
  margin-top: 1em;
}

.philosophy_cnt_panel ul li {
  padding-left: 1em;
  text-indent: -1em;
} */

/* .philosophy_cnt_panel ul li:before {
  content: '\30FB';
  color: #0f3872;
} */

/* .philosophy_cnt_panel ul li + li {
  margin-top: .5em;
} */

.philosophy_cnt_panel:nth-of-type(2) .img {
  background: #a1bfca;
  text-align: right;
}

.philosophy_cnt_panel:nth-of-type(3) .img {
  background: #f2f4f7;
}

.philosophy_cnt_panel {
  position: relative;
}

.philosophy_cnt_panel + .philosophy_cnt_panel:before {
  content: "";
  position: absolute;
  width: auto;
  height: 100px;
  border-left: 1px solid #4782bf;
  left: 50%;
  top: -150px;
}

.strength-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

.strength-list .list-item {
  border: 2px #18165c solid;
  list-style-type: none;
}

.strength-list .list-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.strength-list .list-icon {
  margin: 0 auto;
}
.strength-list .list-text {
  font-size: 15px;
  line-height: 1.733;
}

div#under__section.under__menu.company__under__menu ul {
  flex-wrap: wrap;
}

div#under__section.under__menu.company__under__menu li {
  width: 23%;
}

@media screen and (min-width: 769px) {
  div#under__section.under__menu.company__under__menu li:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
h2#under__h2 small {
  font-size: 20px;
  display: block;
}

ul.company__client__list {
  display: flex;
  flex-wrap: wrap;
}

ul.company__client__list li {
  width: 30%;
  margin-right: 5%;
  margin-top: 9px;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}

ul.company__client__list li:nth-of-type(3n) {
  margin-right: 0;
}

ul.company__client__list li:before {
  content: "\30FB";
  color: #0f3872;
}

ul.company__client__list li a {
  text-decoration: underline;
  color: #0f3872;
}

ul.company__client__list li a:hover {
  text-decoration: none;
}

div#under__section .center {
  text-align: center;
}

div#link_instructor_translation,
div#link_instructor_annotation,
div#link_instructor_elearning {
  margin-top: 140px;
}

#seminar_cnt div#under__section .instructor_tab li a {
  background: #0f3872;
  padding: 30px 9px;
  font-size: 16px;
  letter-spacing: 1px;
}

#under__section.under__menu.under__menu_seminar4 li {
  width: 24%;
}

#under__section.under__menu.under__menu_seminar4 {
  background: #fff;
}

#under__section.under__menu.under__menu_seminar4:before {
  content: none;
}

#seminar_cnt .faq_tab li a {
  padding: 30px 10px;
  background: #0f3872;
  letter-spacing: 1px;
  font-size: 18px;
}

div#under__section .faq__box h3 {
  background: none;
}

.faq__box__a {
  display: none;
}

div#under__section .faq__box h3 span {
  background: #0f3872;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
  margin-right: 20px;
}

.faq__box h3 {
  font-size: 16px;
}

div#under__section .faq__box h3 {
  font-size: 18px;
  background: #fff;
  display: flex;
  padding: 0;
}

div#under__section .faq__box h3 div {
  display: flex;
  align-items: center;
}

div#under__section .faq__box h3:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.faq__box + .faq__box {
  margin-top: 40px;
}

div#under__section .faq__box h3 {
  margin-bottom: 20px;
}

.faq__box__a {
  line-height: 2;
  text-indent: -30px;
  padding: 0 30px 0 55px;
}

.faq__box__a:before {
  content: "A. ";
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #0f3872;
}

div#link_faq_document {
  margin-top: 100px;
}

div#under__section .faq__box h3 div {
  margin: 10px 80px 10px 0;
}

div#under__section .faq__box h3 span {
  display: flex;
  align-items: center;
}

.faq__box h3 {
  position: relative;
}

.faq__box h3:before,
.faq__box h3:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #0f3872;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.faq__box h3:after {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.faq__box h3.js-on:after {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}

div#timeline {
  background: url(/wordpress/wp-content/themes/humanscience/asset/img/company/history/history_bg.png);
  background-repeat: repeat;
}

div#timeline {
  position: relative;
}

.panel__year {
  margin: 0 auto;
  text-align: center;
}

.panel__year span {
  display: inline-block;
  padding: 15px 70px;
  background: #4782bf;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
}

div#timeline .panel__center,
div#timeline .panel__left,
div#timeline .panel__right,
div#timeline .panel__year {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.panel__border__wrap:after {
  position: absolute;
  content: "";
  border-left: 2px solid #0f3872;
  left: 50%;
  height: 100%;
  top: 0;
  z-index: 1;
}

div#timeline .year {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}

.box {
  padding: 20px 40px;
  border: 1px solid #4782bf;
  background: #f7f8f9;
  box-sizing: border-box;
  margin: 0 auto;
}

.panel__center .box {
  min-width: 990px;
}

.panel__center .year {
  text-align: center;
  padding: 10px 0px 10px;
}

div#timeline .wrapper > div + div:before {
  position: absolute;
  content: "";
  border-left: 2px solid #0f3872;
  left: 50%;
  height: 60px;
  top: -60px;
}

div#timeline .wrapper > div + div {
  position: relative;
}

.panel__right .box {
  width: 450px;
  margin: 0;
}

.panel__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#timeline .wrapper {
  width: 990px;
}

.panel__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.panel__left .box {
  width: 450px;
  margin: 0;
}

div#timeline .panel__right .year {
  margin: 0 70px 0 auto;
}

div#timeline .panel__left .year {
  margin: 0 auto 0 70px;
}

div#timeline .box dl {
  display: flex;
  font-size: 15px;
  line-height: 2;
}

div#timeline .panel__center .flex {
  justify-content: space-around;
  align-items: center;
}

div#timeline .box dl dt,
div#timeline .box dl dd {
  font-size: 15px;
}

div#timeline .box dl dt {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d6d7d8;
  min-width: 70px;
}

.panel__right:after,
.panel__left:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  background: #4782bf;
  top: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: 4px solid #fff;
}

.panel__center .box {
  position: relative;
}

.panel__center .box:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100px;
  left: 50%;
  background: #4782bf;
  top: 0%;
  order-radius: 100px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: 4px solid #fff;
}

div#timeline .box dl + dl {
  margin-top: 5px;
}

.panel__left .box:after {
  content: "";
  width: 50px;
  display: block;
  position: absolute;
  right: -50px;
  border-top: 1px solid #4782bf;
  top: 50%;
}

.panel__left .box {
  position: relative;
}

.panel__right .box:after {
  content: "";
  width: 50px;
  display: block;
  position: absolute;
  left: -50px;
  border-top: 1px solid #4782bf;
  top: 50%;
}

.panel__right .box {
  position: relative;
}

div#timeline .panel__left + .panel__right {
  margin-top: 30px;
}

div#timeline .panel__right + .panel__left {
  margin-top: 30px;
}

.access__box + .access__box {
  margin-top: 100px;
}

.access__box .map {
  margin-top: 40px;
}

.access__box .flex .address {
  width: 40%;
}

.access__box .flex {
  justify-content: space-between;
}

.access__box dl + dl {
  margin-top: 20px;
}

.access__box dl {
  display: flex;
  flex-wrap: wrap;
}

.access__box dl dt {
  width: 20%;
  border-right: 1px solid #e6e9ec;
  padding-right: 5%;
  margin-right: 5%;
  box-sizing: border-box;
}

.access__box .flex .address {
  width: 40%;
}

.access__box .flex .way {
  width: 55%;
}

.access__box dl dd {
  width: 60%;
}

.access__box dl dt,
.access__box dl dd {
  /* font-size: 15px; */
}

.access__box dl ul li + li {
  margin-top: 0.5rem;
  /* font-size: 15px; */
}

.company__outline__box .flex > div {
  width: 48%;
}

.company__outline__box .flex {
  justify-content: space-between;
}

.company__outline__box dl {
  display: flex;
  flex-wrap: wrap;
}

.company__outline__box dl dt {
  width: 20%;
  border-right: 1px solid #e6e9ec;
  padding-right: 5%;
  margin-right: 5%;
  box-sizing: border-box;
}

.company__outline__box dl dd {
  width: 60%;
}

.company__outline__box dl + dl {
  margin-top: 20px;
}

.company__outline__box a {
  text-decoration: underline;
  color: #0f3872;
}

.company__outline__box a:hover {
  text-decoration: none;
}

.company__outline__box a.company__btn {
  text-decoration: none;
  color: #fff;
  background: #0f3872;
  display: block;
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #0f3872;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.company__outline__box a.company__btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.7);
  content: "";
}

.company__outline__box a.company__btn:hover {
  background: #fff;
  color: #0f3872;
  transition: 0.3s;
}

.company__outline__box a.company__btn:hover:after {
  border-color: #0f3872;
}

.js-carousel_blog--next.slick-arrow {
  right: 0;
}

.js-carousel_blog--prev.slick-arrow {
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  div#under__section p.company__about__catch {
    font-size: calc(100vw / 1400 * 40);
    line-height: 1.4;
  }

  div#under__section .flex.comapny__about__human .txt p {
    font-size: calc(100vw / 1400 * 30);
    line-height: 1.8;
  }

  .js-carousel_blog_wrap {
    width: 92%;
    overflow: hidden;
    margin: 0 auto 10px;
  }
}
/*sp-----------------------------------------------------*/
@media screen and (max-width: 768px) {
  div#under__section {
    padding: 50px 0 50px;
  }

  div#under__section p.company__about__catch {
    font-size: calc(100vw / 750 * 42);
    line-height: 1.4;
  }

  div#under__section .flex.comapny__about__human .txt p {
    font-size: calc(100vw / 750 * 30);
    line-height: 1.8;
  }

  .last_gr_cnt.sec__company__bottom {
    margin-top: -9.5vw;
  }

  h2#under__h2 {
    font-size: 22px;
    margin: 0 0 70px;
  }

  h2#under__h2:before {
    bottom: -80px;
    height: 50px;
  }

  ul#under__tab {
    display: block;
  }

  ul#under__tab li {
    width: 100%;
    font-size: 16px;
  }

  ul#under__tab li + li {
    margin: 5px 0 0;
  }

  h2#under__h2 span {
    margin: 5px 0 0;
    letter-spacing: 2px;
  }

  ul#under__tab {
    border-bottom: none;
  }

  div#seminar_schedule .under__content_wrap dl {
    display: block;
    padding: 20px 0;
  }

  div#seminar_schedule .under__content_wrap dl dt {
    display: block;
  }

  div#seminar_schedule .under__content_wrap dl dt .cate {
    min-width: auto;
    display: inline-block;
    margin: 10px 0 10px;
    padding: 5px 10px;
    font-size: 12px;
  }

  div#under__section.gr:before {
    border-width: 30px 100vw 0 0;
  }

  div#under__section.gr {
    padding: 80px 0;
  }

  h3#under__h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  div#seminar__teacher dl dt {
    width: 100%;
    margin: 0 0 20px;
  }

  div#seminar__teacher dl {
    display: block;
  }

  div#seminar__teacher dl dd {
    width: 100%;
  }

  div#seminar__teacher dl dd p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  div#seminar__teacher dl dd p span {
    font-size: 16px;
  }

  div#seminar__teacher dl dd li {
    font-size: 14px;
  }

  div#seminar__teacher dl + dl {
    margin-top: 30px;
    padding-top: 30px;
  }

  body.underPage {
    padding-top: 60px;
  }

  ul.main__menu {
    display: block;
  }

  ul.main__menu li {
    margin: 0 0 20px 0;
  }

  ul.main__menu {
    margin-top: 30px;
  }

  div#under__localnav.company dl dd ul li {
    width: 100%;
  }

  .flex.comapny__about__human {
    display: block;
    width: 10;
  }

  .flex.comapny__about__human .txt {
    width: 100%;
    max-width: inherit;
  }

  .flex.comapny__about__human .txt p#catch {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .flex.comapny__about__human .img {
    width: 100%;
    margin-top: 20px;
  }

  .last_gr_cnt .wrapper {
    transform: translateY(0px);
    margin: 0;
    padding: 0 6%;
  }

  .last_gr_cnt div#under__section.gr:before {
    top: 0;
  }

  ul.main__menu.main__menu__company li {
    margin-bottom: 20px;
  }

  ul.main__menu.main__menu__company li dd {
    height: 150px;
    overflow: hidden;
    position: relative;
  }

  ul.main__menu.main__menu__company li dd img {
    width: 160%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .main__menu__company.main__menu li dt a {
    min-width: auto;
  }

  .main__menu__company.main__menu li:nth-of-type(3) dt a,
  .main__menu__company.main__menu li:nth-of-type(4) dt a,
  .main__menu__company.main__menu li:nth-of-type(5) dt a,
  .main__menu__company.main__menu li:nth-of-type(6) dt a,
  .main__menu__company.main__menu li:nth-of-type(7) dt a,
  .main__menu__company.main__menu li:nth-of-type(8) dt a {
    min-width: auto;
  }
  .main__menu__company.main__menu li:nth-of-type(7) dt a,
  .main__menu__company.main__menu li:nth-of-type(8) dt a,
  .main__menu__company.main__menu li:nth-of-type(9) dt a {
    background: #e6e9ec;
  }

  .last_gr_cnt {
    padding: 0;
  }

  .last_gr_cnt div#under__section.gr:after {
    content: none;
  }

  .philosophy_cnt_panel {
    display: block;
  }

  .philosophy_cnt_panel .txt {
    width: 100%;
    margin: 0 !important;
    padding: 0 6%;
  }

  .philosophy_cnt_panel .num {
    font-size: calc(100vw / 750 * 110);
    /* position: static;
    line-height: 1.4;
    margin: 40px 0 0;
    display: block; */
  }

  .philosophy_cnt_panel .num span {
    font-size: calc(100vw / 750 * 60);
    padding-bottom: calc(100vw / 750 * 16);
    padding-left: calc(100vw / 750 * 16);
  }

  .philosophy_cnt_panel p {
    text-align: left;
    font-size: calc(100vw / 750 * 38);
  }

  .philosophy_cnt_panel .txt #catch {
    font-size: calc(100vw / 750 * 42);
    margin-bottom: 0;
    text-align: center;
  }

  .philosophy_cnt_panel .img {
    width: 88%;
    margin: 20px auto 0;
  }

  .philosophy_cnt_panel .img img {
    width: 100%;
  }

  .philosophy_cnt_panel + .philosophy_cnt_panel {
    margin-top: 120px;
  }

  .philosophy_cnt_panel + .philosophy_cnt_panel:before {
    height: 50px;
    top: -50px;
  }

  .strength-list .list-item {
    /* display: flex;
    flex-flow: column;
    transition: opacity .3s ease-in-out;
    height: 100%;
    min-height: 440px;
    padding: 10px;
    flex: 1;
    width: calc(25% - 36px);
    height: 100%;
    margin-left: 18px;
    margin-right: 18px;
    display: flex;
    box-sizing: border-box; */
    border: 1px #18165c solid;
    padding: 40px;
    margin-top: calc(100vw / 750 * 50);
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 20);
  }
  .strength-list .list-icon {
    margin: 0 auto;
    text-align: center;
  }
  .strength-list .list-title {
    padding: calc(100vw / 750 * 34);
  }
  .strength-list .list-text {
    padding: calc(100vw / 750 * 30);
    text-align: left;
  }
  .strength-list .list-icon img {
    width: 20%;
    display: block;
    margin: 0 auto;
  }

  div#under__section.under__menu.company__under__menu li {
    width: 100%;
  }

  ul.company__client__list li {
    width: 100%;
    margin-top: 3px;
    font-size: 14px;
  }

  #under__section.under__menu.under__menu_seminar4 li {
    width: 100%;
  }

  #seminar_cnt .faq_tab li a {
    text-align: left;
    font-size: 14px;
    padding: 15px 30px 15px 20px;
  }

  div#under__section .faq__box h3 span {
    padding: 10px;
    margin-right: 10px;
  }

  div#under__section .faq__box h3 div {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 30px 10px 0;
  }

  .faq__box h3:before,
  .faq__box h3:after {
    right: 10px;
  }

  .faq__box + .faq__box {
    margin-top: 30px;
  }

  .faq__box__a {
    padding: 0 0 0 30px;
    text-indent: -30px;
    font-size: 14px;
  }

  div#under__section .faq__box h3 {
    margin-bottom: 10px;
  }

  div#timeline .wrapper {
    width: 100%;
  }

  .panel__year span {
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .panel__center .box {
    min-width: auto;
    width: 100%;
  }

  div#timeline .year {
    text-align: left;
  }

  .panel__year span {
    width: 100%;
  }

  div#timeline .wrapper > div + div:before {
    /* left: 20px; */
    content: none;
  }

  .panel__right,
  .panel__left {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  div#timeline .panel__center .flex {
    display: block;
  }

  div#timeline .panel__center .flex .img {
    margin: 0 0 20px;
  }

  .box {
    padding: 20px;
  }

  div#timeline .box dl dt {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d6d7d8;
    min-width: auto;
  }

  .panel__right .box,
  .panel__left .box {
    box-sizing: border-box;
    width: 100%;
  }

  .panel__right .box:after {
    content: none;
  }

  .panel__left .box:after {
    content: none;
  }

  div#timeline .box dl dt,
  div#timeline .box dl dd {
    font-size: 14px;
    line-height: 1.6;
  }

  div#timeline .year {
    margin: 0 0 5px 15% !important;
    /* left: 20px !important; */
    font-size: 18px;
    /* position: absolute; */
  }

  .panel__center .box:after {
    left: 15px;
    top: -28px;
  }

  .panel__right:after,
  .panel__left:after {
    left: 10%;
    top: 44px;
  }

  .panel__border__wrap:after {
    left: 10%;
  }

  div#timeline .panel__center,
  div#timeline .panel__left,
  div#timeline .panel__right,
  div#timeline .panel__year {
    margin-top: 0;
    padding-top: 30px;
  }

  div#timeline .box dl {
    display: block;
  }

  div#timeline .box dl dt {
    margin: 0 0 0px;
    padding: 0 0 0px;
    border: none;
    /* border-bottom: 1px solid #d6d7d8; */
    font-weight: bold;
  }

  div#timeline .box dl + dl {
    margin-top: 20px;
  }

  div#timeline .panel__year {
    margin-top: 70px;
  }

  div#timeline .year {
    margin: 0 0 5px 15% !important;
    /* left: 20px !important; */
    font-size: 18px;
    /* position: absolute; */
  }

  .panel__center .box:after {
    left: 15px;
    top: -28px;
  }

  .panel__right:after,
  .panel__left:after {
    left: 10%;
    top: 44px;
  }

  .panel__border__wrap:after {
    left: 10%;
  }

  div#timeline .panel__center,
  div#timeline .panel__left,
  div#timeline .panel__right,
  div#timeline .panel__year {
    margin-top: 0;
    padding-top: 30px;
  }

  div#timeline .box dl {
    display: block;
  }

  div#timeline .box dl dt {
    margin: 0 0 0px;
    padding: 0 0 0px;
    border: none;
    /* border-bottom: 1px solid #d6d7d8; */
    font-weight: bold;
  }

  div#timeline .box dl + dl {
    margin-top: 20px;
  }

  div#timeline .panel__year {
    margin-top: 70px;
  }

  div#timeline .panel__left + .panel__right {
    margin-top: 0;
  }

  div#timeline .panel__right + .panel__left {
    margin-top: 0;
  }

  div#timeline .panel__center:after {
    position: absolute;
    content: "";
    border-left: 2px solid #0f3872;
    left: 10%;
    height: 100%;
    top: 0;
    z-index: 1;
  }

  div#timeline .panel__center .flex {
    position: relative;
    z-index: 2;
  }

  .panel__center .box:after {
    left: 10%;
  }

  .access__box .flex {
    display: block;
    width: 100;
  }

  .access__box .flex .address {
    width: 100%;
  }

  .access__box dl {
    display: block;
    margin: 30px 0;
  }

  .access__box dl dt {
    width: auto;
    border: none;
    border-bottom: 1px solid #e6e9ec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .access__box dl dd {
    font-size: 14px;
    width: 100%;
  }

  .access__box .flex .way {
    width: 100%;
  }

  .access__box .map iframe {
    width: 100%;
    height: auto;
    margin: 0px 0 0;
  }

  .company__outline__box dl {
    display: block;
    margin: 30px 0;
  }

  .company__outline__box dl dt {
    width: auto;
    border: none;
    border-bottom: 1px solid #e6e9ec;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .company__outline__box dl dd {
    font-size: 14px;
    width: 100%;
  }

  .company__outline__box .flex {
    display: block;
  }

  .company__outline__box .flex > div {
    width: 100%;
  }
}
.js-carousel_seminar *,
.js-carousel_blog *,
.js-carousel_seminar_teacher * {
  outline: none !important;
}

@media screen and (min-width: 769px) {
  .philosophy_cnt_panel .num {
    font-size: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
  }

  .philosophy_cnt_panel .num span {
    /* margin-right: 30px; */
    font-size: 60px;
    padding-bottom: 16px;
    font-weight: 200;
    text-align: left;
  }

  .philosophy_cnt_panel:nth-of-type(odd) .num {
    /* flex-direction: row-reverse; */
    width: auto;
  }

  .philosophy_cnt_panel:nth-of-type(odd) .num span {
    margin-left: 30px;
  }

  .philosophy_cnt_panel:nth-of-type(even) .num {
    /* flex-direction: row-reverse;
    right: calc( 50% - 90px); */
  }

  .philosophy_cnt_panel:nth-of-type(even) .num span {
    margin-left: 30px;
  }
  .strength-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
  .strength-list .list-item {
    display: flex;
    flex-flow: column;
    transition: opacity 0.3s ease-in-out;
    height: 100%;
    min-height: 440px;
    padding: 10px 20px;
    flex: 1;
    flex-basis: calc(20% - 36px);
    height: 100%;
    margin-left: 18px;
    margin-right: 18px;
    display: flex;
    box-sizing: border-box;
  }
  .strength-list .list-icon {
    order: 1;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .strength-list .list-title {
    order: 2;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .strength-list .list-text {
    order: 3;
    text-align: left;
  }
  .strength-list .list-icon img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .strength-list {
    flex-wrap: wrap;
    width: calc(100% - 36px);
    margin-right: 18px;
    margin-left: 18px;
  }
  .strength-list .list-item {
    flex-basis: calc(33.33333% - 36px);
    max-width: 400px;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 769px) {
  .panel__border__wrap:after {
    width: 2px;
    height: calc(100% + 100px);
    border: none;
    /* display:block; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f3872+98,0f3872+100&1+98,0+100 */
    background: -moz-linear-gradient(
      top,
      #0f3872 98%,
      rgba(15, 56, 114, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #0f3872 98%,
      rgba(15, 56, 114, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #0f3872 98%,
      rgba(15, 56, 114, 0) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3872', endColorstr='#000f3872',GradientType=0 );
    /* IE6-9 */
  }

  div#timeline .wrapper {
    transform: translateY(-30px);
    margin-top: 30px;
  }

  .is_scrolled nav.l__header__nav .l__header__nav__gnav > li > a::after,
  .underPage nav.l__header__nav .l__header__nav__gnav > li > a::after {
    background: #0f3872;
  }
}
#sitemenu_panel {
  overflow: hidden;
}

.sitemenu_panel__down #sitemenu_panel {
  overflow: visible;
}

div#under__localnav a:hover {
  /* text-decoration: underline; */
  color: #4782bf;
  transition: 0.3s;
}

div#under__localnav a.active {
  color: #4782bf;
}

.under__menu ul > li.area-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

div#under__section.company_message .flex_cnt a {
  display: flex;
}

div#under__section.company_message .flex_cnt a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.company_message h3#under__h3 .small {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #444;
  font-weight: bold;
}

div#seminar_schedule .under__content_wrap dl dt .cate.recep_now {
  background: #4e84c4;
  color: #fff;
}

div#seminar_schedule .under__content_wrap dl dt .cate {
  align-items: center;
}

div#seminar_schedule .under__content_wrap dl dt {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  div#under__section.company_message .flex_cnt a {
    display: block;
  }

  div#under__section.company_message .flex_cnt a {
    display: block;
  }

  div#under__localnav.company dl dd ul {
    display: flex;
  }

  div#under__localnav.company dl dd ul li {
    width: 49%;
  }

  div#under__localnav.company dl dd ul li a {
    font-size: 15px;
  }
}
ul.main__menu.main__menu__company li.area-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  div#seminar_schedule .under__content_wrap dl dt {
    flex-wrap: wrap;
  }

  div#seminar_schedule .under__content_wrap dl dt .date {
    width: 70%;
    text-align: left;
  }

  div#seminar_schedule .under__content_wrap dl dt {
    width: 25%;
    justify-content: space-between;
  }

  div#seminar_schedule .under__content_wrap dl {
    flex-wrap: wrap;
  }

  div#seminar_schedule .under__content_wrap dl dd {
    width: 72%;
    margin-left: 3%;
  }
}
.company_message .flex_cnt {
  display: flex;
  height: 152px;
  border: 1px solid #ccc;
}

.company_message .flex_cnt img {
  width: 120px;
  object-fit: cover;
  object-position: 100% 11%;
}

.company_message .flex_cnt p {
  font-size: 16px;
  line-height: 2;
  padding: 40px 40px;
  position: relative;
}

.company_message .flex_cnt p:after {
  content: "";
  border-bottom: solid 1px #0f3872;
  border-right: solid 1px #0f3872;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 11px;
  left: 74px;
}

.company_message .flex_cnt:nth-child(4) {
  margin-right: 0;
}

.company_message .flex {
  justify-content: space-between;
}

.company_message h3#under__h3 {
  margin-top: 120px;
}

.company_message #under__h3:first-child {
  margin-top: 0;
}

.company_message div#seminar__teacher dl dd li:first-child {
  font-weight: bold;
  font-size: 18px;
}

.company_message div#seminar__teacher dl dd li {
  padding-left: 0;
  text-indent: 0;
}

.info_management .flex {
  justify-content: space-between;
}

.info_management .inner__cnt .flex.fl_01 > p {
  width: 54%;
}

.info_management .inner__cnt .flex.fl_01 > img {
  width: 45%;
}

.info_management #catch {
  font-size: 20px;
  font-weight: bold;
}

.info_management .fl_02 {
  margin-top: 60px;
}

.info_management .fl_02 > .flex_cnt {
  width: 550px;
  margin-right: 30px;
}

.info_management .fl_03 img {
  width: 49%;
}

.info_management .inner__cnt {
  margin-top: 100px;
}

.info_management .fl_04 > img {
  width: 127px;
  object-fit: cover;
}

.info_management .fl_04 {
  margin-top: 60px;
}

.info_management .tx_right {
  text-align: right;
}

.info_management .inner__cnt p span {
  font-weight: bold;
}

.company_message div#seminar__teacher ul + ul {
  margin-top: 40px;
}

.company_message div#seminar__teacher dl dt img {
  height: 420px;
  object-fit: cover;
  object-position: 100% 13%;
}

.company_message div#seminar__teacher dl dd {
  width: calc(100% - 300px - 50px);
}

.company_message div#seminar__teacher dl dt {
  width: 300px;
  box-shadow: 10px 10px 0 #0f3872;
  margin-right: 50px;
}

.company_message div#under__section.under__menu {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .company_message .flex_cnt {
    display: block;
    height: auto;
    border: 1px solid #ccc;
  }

  .company_message .flex_cnt img {
    width: 100%;
  }

  .company_message .flex_cnt p {
    font-size: 16px;
    line-height: 2;
    padding: 10px;
    position: relative;
    text-align: center;
  }

  .company_message .flex_cnt p:after {
    content: "";
    border-bottom: solid 1px #0f3872;
    border-right: solid 1px #0f3872;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    left: 73px;
  }

  .company_message .flex_cnt img {
    width: 100%;
    object-fit: cover;
    height: 100px;
    object-position: 100% 11%;
  }

  .company_message .flex_cnt {
    border: 1px solid #ccc;
    width: 47%;
    margin-top: 20px;
    display: block;
    height: auto;
    border: 1px solid #ccc;
  }

  .company_message .flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .company_message h3#under__h3 {
    margin-top: 40px;
  }

  .info_management .inner__cnt .flex.fl_01,
  .info_management .fl_02,
  .info_management .fl_04 {
    display: block;
  }

  .info_management .inner__cnt .flex.fl_01 > p,
  .info_management .inner__cnt .flex.fl_01 > img {
    width: 100%;
  }

  .info_management .fl_02 > .flex_cnt {
    width: 100%;
    margin-right: 0;
  }

  .info_management .fl_02 > .flex_cnt img {
    width: 60%;
  }

  .info_management .fl_02 .flex_cnt {
    margin-top: 50px;
  }

  .info_management .tx_right {
    text-align: left;
  }

  .info_management .inner__cnt {
    margin-top: 80px;
  }

  .info_management .flex_cnt .fl_03 > img {
    width: 49%;
    height: auto;
    object-fit: cover;
  }

  .company_message div#seminar__teacher dl dt img {
    width: 100%;
  }

  .company_message div#seminar__teacher dl dt {
    width: 100%;
  }

  .company_message div#seminar__teacher dl dd {
    width: 100%;
  }
}

/* ----- 231006 /company/organization.html ----- */

.p-company-organization {
  width: 1080px;
  margin: 0 auto;
}

.p-company-organization__top {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

/* .p-company-organization__top::after {
  content:"";
  display:block;
  width:954px;
  height:3px;
  background-color: #103873;
  position:absolute;
  bottom:-40px;
  left: 50%;
  transform: translateX(-50%);
} */

.p-company-organization__top p {
  position: relative;
  display: inline-block;
  width: 200px;
  background-color: #103873;
  color: #fff;
  padding: 10px;
}

.p-company-organization__top p::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #103873;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.p-company-organization_department {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  position: relative;
}

.p-company-organization_department::before {
  content: "";
  display: block;
  width: 954px;
  height: 3px;
  background-color: #103873;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}

.p-company-organization_department__unit {
  text-align: center;
}

.p-company-organization_department__unit p {
  position: relative;
  background-color: #103873;
  color: #fff;
  padding: 10px;
  font-size: 12px !important;
  width: 128px;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-company-organization_department__unit p::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 43px;
  background-color: #103873;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}

div#under__section p.p-company-organization_department__unit_twoColumn {
  line-height: 1.4;
}

.p-company-organization_department__unit ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.p-company-organization_department__unit ul::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 232px;
  background-color: #103873;
  position: absolute;
  top: -25px;
  left: 0px;
}

.p-company-organization_department__unit
  ul.p-company-organization_department__unit__twoGroup::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 146px;
  background-color: #103873;
  position: absolute;
  top: -25px;
  left: 0px;
}

.p-company-organization_department__unit li {
  position: relative;
  background-color: #fff;
  color: #103873;
  border: 1px solid #103873;
  padding: 10px;
  font-size: 10px !important;
  margin-left: 10px;
  min-height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-company-organization_department__unit li::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #103873;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.p-company-organization__scrollComment {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-company-organization {
    width: 100%;
  }

  .p-company-organization__scroll {
    overflow-x: scroll;
    padding-top: 78px;
    min-height: 400px;
  }

  .p-company-organization_department {
    width: 1080px;
  }

  .p-company-organization__top {
    margin-bottom: 0px;
  }

  .p-company-organization__scrollComment {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 12px !important;
  }
}

/* --------------------------------------------- */

/* 本番公開時解除 */

.g-recaptcha {
  display: none !important;
}
/* 260105 */
.top_page #main .bg_img.src03 {
  width: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 1; /* 重なり順の調整 */
}

.top_page #main .bg_img.src03 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.top_page div#main .img03 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 700px;
}
@media screen and (max-width: 1400px) {
  .top_page div#main .img02,
  .top_page div#main .img03 {
    width: calc(100vw / 1400 * 660);
  }
}

@media screen and (max-width: 768px) {
  .top_page div#main .img02,
  .top_page div#main .img03 {
    width: calc(100vw / 750 * 580);
    left: 50%;
    transform: translateX(-50%);
  }
}

.service_flame2 {
  position: relative;
}
.service_flame2:before {
  content: "";
  border: 1px solid; 
  border-image-source: linear-gradient(to bottom, #1097fd, #5fdbe7);
  border-image-slice: 1;
  position: absolute;
  top: 1.5%;
  left: 1.5%;
  width: 97%;
  height: 97%;
  box-sizing: border-box;
  z-index: 0;
}
.service_flame2 > a {
  position: relative;
}
.service_flame2 > a:before {
  content: "";
  position: absolute;
  top: 2%;
  left: 1.5%;
  z-index: 20;
  width: 150px; 
  height: 70px;
  background: linear-gradient(to bottom, #1097fd, #5fdbe7);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.service_flame2 > a:after {
  content: "PICK UP！";
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 5%;
  left: 4%;
  z-index: 20;
  transform: rotate(-20deg);
}
@media all and (max-width: 768px) {
  .service_flame2 > a:before {
    top: 2%;
    width: 130px; 
    height: 50px;
  }
  .service_flame2 > a:after {
    top: 4.5%;
    left: 3%;
    font-size: 14px;
  }
}


