@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* レスポンシブ対応 */
/* MV */
/* ぱんくず */
/* 研修リスト */
/* 研修リスト・タブ */
/* 研修動画 */
/* 研修動画（高等教育基礎研修用） */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: top.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1280px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #444;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.slick-prev, .slick-next {
  top: 44% !important;
  background: none !important;
}
.slick-prev:before, .slick-next:before {
  display: block;
  content: "\f054";
  color: #FFF;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .slick-prev:before, .slick-next:before {
    text-shadow: 0 0 5px #000;
  }
}
@media screen and (max-width: 1300px) {
  .slick-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  .slick-next {
    right: 0 !important;
  }
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-active:before {
  content: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  left: -3px !important;
  bottom: 15px !important;
  z-index: 100;
}

.movie {
  position: relative;
  height: 388px;
  padding: 60px 0 50px;
  background: url("../img/common/movie_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie {
    height: auto;
    padding: 6% 0 20%;
  }
}
@media screen and (max-width: 420px) {
  .movie {
    padding: 6% 0 30%;
  }
}
.movie:before, .movie:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b17c2d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB17C2D', endColorstr='#FFB99315');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxN2MyZCIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZGNkNDk0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjk5MzE1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b17c2d 0%, #dcd494 30%, #b99315 100%);
  background-image: -webkit-linear-gradient(left, #b17c2d 0%, #dcd494 30%, #b99315 100%);
  background-image: linear-gradient(to right, #b17c2d 0%, #dcd494 30%, #b99315 100%);
}
.movie:before {
  top: 0;
}
.movie:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
}
.movie__inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .movie__inner {
    width: auto;
  }
}
.movie__title {
  display: flex;
  float: left;
  align-items: center;
  margin-bottom: 40px;
  color: #312E43;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .movie__title {
    margin-left: 15px;
  }
}
@media screen and (max-width: 940px) {
  .movie__title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .movie__title {
    float: none;
    margin: 0 0 7%;
    font-size: 30px;
    font-size: 8vw;
    text-align: center;
  }
}
.movie__title__sub {
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  .movie__title__sub {
    display: block;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .movie__title__sub {
    margin: 3% 0 0;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.movie__title em {
  color: #F132AB;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .movie__title__border {
    display: none;
  }
}
.movie__link {
  float: right;
  margin: -4px 0 40px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .movie__link {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .movie__link {
    float: none;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.movie__link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 36px;
  padding-right: 16px;
  background: #312e43;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .movie__link a {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.movie__link a:before {
  display: flex;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .movie__link a:before {
    font-size: 12px;
  }
}
.movie__list {
  clear: both;
}
.movie__list .slick-prev,
.movie__list .slick-next {
  top: 22% !important;
}
@media screen and (max-width: 480px) {
  .movie__list .slick-prev,
  .movie__list .slick-next {
    text-align: right;
  }
}
.movie__list .slick-prev:before,
.movie__list .slick-next:before {
  color: #777;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .movie__list .slick-prev:before,
  .movie__list .slick-next:before {
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .movie__list .slick-prev:before,
  .movie__list .slick-next:before {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.movie__list .slick-prev {
  left: -50px !important;
}
@media screen and (max-width: 1280px) {
  .movie__list .slick-prev {
    left: 1% !important;
  }
}
@media screen and (max-width: 480px) {
  .movie__list .slick-prev {
    top: 23% !important;
  }
}
.movie__list .slick-next {
  right: -50px !important;
}
@media screen and (max-width: 1280px) {
  .movie__list .slick-next {
    right: 1% !important;
  }
}
@media screen and (max-width: 480px) {
  .movie__list .slick-next {
    top: 24% !important;
  }
}
.movie__item {
  margin: 0 16px;
  padding-top: 14px;
  background: none;
}
@media screen and (max-width: 768px) {
  .movie__item {
    margin: 0 0.5%;
  }
}
.movie__item:before {
  content: none !important;
}
.movie__item a {
  display: block;
  color: #000;
  outline: none;
}
.movie__item dl {
  position: relative;
}
.movie__item .pic {
  margin-bottom: 10px;
  border-top: 12px solid #FFF;
  border-bottom: 11px solid #FFF;
}
@media screen and (max-width: 768px) {
  .movie__item .pic {
    margin-bottom: 3%;
  }
}
.movie__item .description {
  color: #000;
  font-size: 14px;
  line-height: 1.42857;
}
@media screen and (max-width: 768px) {
  .movie__item .description {
    line-height: 1.71429;
  }
}
.movie__item.new dl {
  position: relative;
}
.movie__item.new dl:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -14px;
  width: 54px;
  height: 36px;
  background: url("../img/common/icon_new.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .movie__item.new dl:before {
    width: 37.8px;
    height: 25.2px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #2F7250;
}

.header__top {
  background: #FFF;
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .header__top {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.header__top__inner {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  height: 100px;
  z-index: 1000;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .header__top__inner {
    width: 97%;
    padding: 2% 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header__top__inner {
    justify-content: center;
    height: auto;
    padding: 3% 0;
  }
}
@media screen and (max-width: 768px) {
  .header__top__inner > .logo img {
    width: 103.5px;
  }
}
.header__top__inner .sp_link {
  position: absolute;
  top: 13px;
  right: 9px;
  height: fit-content;
  border: 1px solid #56B986;
  border-radius: 8px;
  padding: 2px 8px;
  color: #000;
  font-size: 9px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__right__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.header__right__top > div:not(.last) {
  margin-right: 10px;
}
.header__right__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__nav {
  clear: both;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: flex;
  justify-content: space-around;
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .header__nav__list {
    width: 92%;
  }
}
.header__nav__item {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #373737;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header__nav__item {
    font-size: 14px;
  }
}
.header__nav__item:first-child {
  padding-left: 0;
}
.header__nav__item:last-child {
  padding-right: 0;
}
.header__nav__item:last-child:after {
  content: none;
}
.header__nav__item:hover span:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  display: flex;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  width: 27px;
  height: 5px;
  margin: auto;
  background: #7B756D;
}
.header__nav__item span {
  display: block;
  position: relative;
  height: auto;
}
.header__nav__item > a {
  display: block;
  padding: 10px 49px 24px;
  width: 100%;
  color: #373737;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .header__nav__item > a {
    font-size: 14px;
  }
}
.header__nav__item > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header__nav .megamenu {
  padding: 10px 22px 24px;
}
.header__nav .megamenu__wrap {
  position: relative;
}
.header__nav .megamenu__box {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 50px;
  padding: 20px 70px 15px;
  background: #f9f6f2;
  cursor: auto;
}
@media screen and (max-width: 1180px) {
  .header__nav .megamenu__box {
    width: 100%;
  }
}
.header__nav .megamenu__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 8px;
}
.header__nav .megamenu__box__inner {
  width: 1175px;
  margin: 0 auto;
}
.header__nav .megamenu__box__info:not(:last-child) {
  margin-bottom: 12px;
}
.header__nav .megamenu__title {
  margin-bottom: 6px;
  padding-bottom: 8px;
  color: #56B986;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #56B986;
  text-align: left;
}
.header__nav .megamenu__content__list {
  display: flex;
  flex-wrap: wrap;
}
.header__nav .megamenu__content__item {
  min-width: 235px;
  line-height: 1.7;
  text-align: left;
}
.header__nav .megamenu__content__item.-generalist {
  min-width: 145px;
}
.header__nav .megamenu__content__item.-mgr {
  margin-right: 55px;
}
.header__nav .megamenu__content__item a {
  color: #7b756d;
  font-size: 14px;
}
.header__nav .megamenu__content__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #56B986;
  text-decoration: underline;
}
.header__nav .megamenu__content + .megamenu__title {
  margin-top: 30px;
}
.header__nav .megamenu__content.megamenu__content__current {
  display: flex;
}
.header__nav .megamenu__content.megamenu__content__current .megamenu__content__list {
  flex-direction: column;
}
.header__nav .megamenu__content.megamenu__content__current .megamenu__content__item {
  min-width: unset;
  margin: 0 30px 0 0;
}

.header-nav {
  position: relative;
  margin: 4px 0 0;
}
@media screen and (max-width: 940px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .header-nav-list {
    width: 100%;
  }
}

.header-nav-item {
  padding: 21px 0 20px;
  font-size: 14px;
  color: #2D2F31;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header-nav-item {
    float: none;
  }
}
.header-nav-item:hover span.header-nav-item-inner {
  position: relative;
}
.header-nav-item:hover span.header-nav-item-inner::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #2F7250;
}
.header-nav-item a {
  display: block;
  color: #2D2F31;
}
.header-nav-item a:hover {
  opacity: 1;
}
.header-nav-item.link {
  padding: 0;
}
.header-nav-item.link a {
  padding: 21px 0 20px;
}
.header-nav-item.header-nav-item__none {
  display: none;
}

.header-nav-item-inner {
  padding: 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .header-nav-item-inner {
    padding: 0;
  }
}
.header-nav-item-inner.header-nav-item-inner__active {
  position: relative;
}
.header-nav-item-inner.header-nav-item-inner__active::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #2F7250;
}

.megamenu {
  padding: 21px 0 20px;
}

.megamenu-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  z-index: 10000;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  background: #F9F6F2;
  cursor: auto;
}

.megamenu-box-inner {
  margin: auto;
  padding: 0 0 12px;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .megamenu-box-inner {
    width: 100%;
  }
}

.megamenu-box-title {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #56B986;
  color: #56B986;
}

.megamenu-box-subtitle {
  margin: 0 0 10px;
}
.megamenu-box-subtitle::before {
  content: "■";
}

.megamenu-box-list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.megamenu-box-list ul li {
  margin: 0 30px 15px 0;
  width: 200px;
}
.megamenu-box-list ul li.w150 {
  width: 150px;
}
.megamenu-box-list ul li.w250 {
  width: 250px;
}
.megamenu-box-list ul li.w300 {
  width: 300px;
}
.megamenu-box-list ul li:nth-child(5n) {
  margin: 0 0 15px 0;
}
.megamenu-box-list ul li a {
  position: relative;
  transition: all .4 ease-out;
  font-size: 14px;
  color: #2D2F31;
}
.megamenu-box-list ul li a:hover {
  color: #56B986;
}
.megamenu-box-list ul li a:hover:after {
  opacity: .5;
}
.megamenu-box-list ul li a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #56B986;
  border-right: 2px solid #56B986;
  transform: rotate(45deg);
}
.megamenu-box-list + .megamenu-box-title {
  margin: 20px 0 15px;
}

.megamenu-box-inner__sub .megamenu-box-list ul {
  margin: 0 0 10px 1em;
}

.megamenu-box-list__column3 ul {
  width: 750px;
}
.megamenu-box-list__column3 ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.megamenu-box-list__column3_w1000 ul {
  width: 1000px;
}
.megamenu-box-list__column3_w1000 ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.megamenu-box-list__column4 ul {
  width: 1080px;
}
.megamenu-box-list__column4 ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.megamenu-box-list__columnnone ul li {
  width: auto;
}
.megamenu-box-list__columnnone ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.search {
  position: relative;
  float: right;
}
.search-sp {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.search:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  content: "\f002";
  color: #CCC;
  font-size: 22px;
  font-family: FontAwesome;
}
.search input {
  width: 250px;
  padding: 7px 20px;
  color: #666;
  font-size: 15px;
  border: 1px solid #CCC;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .search input {
    width: 100%;
  }
}
.search input::-webkit-input-placeholder, .search input::-moz-placeholder, .search input:-ms-input-placeholder, .search input:placeholder-shown {
  color: #8a8a8a;
  font-weight: normal;
}

#___gcse_0 {
  width: 325px;
}
#___gcse_0 .gsc-control-cse {
  padding: 0 1em;
}
#___gcse_0 .gsc-search-button-v2 {
  padding: 9px 11px;
}

.login_box,
.logout_box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
}
.login_box a,
.logout_box a {
  border-radius: 25px;
  display: block;
  width: 130px;
  padding: 13px 5px 12px;
  background: #A5A19B;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .login_box a,
  .logout_box a {
    font-size: 13px;
  }
}
.login_box span,
.logout_box span {
  padding-left: 28px;
}

.login_box {
  display: none;
}

.header__link__login span {
  background-image: url("../img/common/header_icon_login.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header__link__logout span {
  background-image: url("../img/common/header_icon_logout.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header__link__mypage a {
  background: #56B986;
}
.header__link__mypage span {
  background-image: url("../img/common/header_icon_mypage.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header__link__report a {
  background: #2F7250;
  width: 160px;
}
.header__link__report span {
  background-image: url("../img/common/header_icon_report.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.link__lp {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
  background: #FFF;
  border: 2px solid #56B986;
  border-radius: 5px;
}
.link__lp:hover {
  background: rgba(86, 185, 134, 0.5);
  transition: .3s;
}
.link__lp a {
  display: block;
  position: relative;
  color: #000;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .link__lp a {
    font-size: 13px;
  }
}
.link__lp a span {
  color: #56B986;
  font-weight: bold;
}
.link__lp img {
  width: 80px;
  height: 14px;
}

.link__contact {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 20px;
  padding: 12px 0;
  background: none;
}
.link__contact a {
  display: block;
  position: relative;
  padding-left: 28px;
  color: #000;
  font-size: 15px;
  text-align: center;
  background-image: url("../img/common/header_icon_contact.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1280px) {
  .link__contact a {
    font-size: 13px;
  }
}

.spNav .accordion {
  border-bottom: 1px solid #2F7250;
}
.spNav .accordion:first-of-type {
  margin: 5px 0 0;
  border-top: 1px solid #2F7250;
}
.spNav .accordion dl dt {
  position: relative;
  padding: 8px 0 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.spNav .accordion dl dt:before, .spNav .accordion dl dt:after {
  position: absolute;
  content: "";
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #2F7250;
}
.spNav .accordion dl dt:before {
  right: 9px;
  top: 12px;
  width: 2px;
  height: 10px;
}
.spNav .accordion dl dt:after {
  right: 5px;
  top: 16px;
  width: 10px;
  height: 2px;
}
.spNav .accordion dl dt.is-open:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.spNav .accordion dl dt.is-open:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spNav .accordion dl dd {
  display: none;
}
.spNav ul li:nth-child(2) {
  padding: 5px 0;
}
.spNav ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.spNav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #444;
}
.spNav ul li > a {
  padding: 10px 0;
}
.spNav ul li.login {
  display: none;
}
.spNav ul li.login, .spNav ul li.logout {
  margin: 20px 0 0;
}
.spNav ul li p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.spNav .spNav-grouptitle-top {
  margin: 15px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #2F7250;
  font-size: 15px;
  font-weight: bold;
}
.spNav .spNav-subtitle {
  margin: 0 0 5px;
  padding: 0 0 0 2px;
  font-size: 13px;
  line-height: 1.4;
}
.spNav .spNav-subtitle::before {
  content: "■";
}
.spNav .spNav-sublist ul {
  margin: 0 0 0 15px;
  padding: 0 0 10px;
}
.spNav .spNav-sublist ul li {
  padding: 0 !important;
}
.spNav .spNav-sublist ul li a {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
}
.spNav .accordion__sub .spNav-sublist:not(:last-child) ul {
  padding: 0 0 15px;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  position: relative;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.topicpath__list {
  display: flex;
  width: 1280px;
  margin: 20px auto;
}
@media screen and (max-width: 1280px) {
  .topicpath__list {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .topicpath__list {
    display: none;
  }
}
.topicpath__item {
  position: relative;
  margin-right: 30px;
}
.topicpath__item:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -24px;
  font-size: 13px;
}
.topicpath__item a {
  color: #373737;
  font-size: 13px;
}
.topicpath__item:last-child:after {
  content: none;
}

.lower .main__visual {
  margin-top: 180px;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer-banner {
  padding: 50px 0;
  background: #56B986;
}
@media screen and (max-width: 768px) {
  .footer-banner {
    padding: 5% 0;
  }
}
.footer-banner-list {
  display: flex;
  flex-wrap: wrap;
  width: 1180px;
  margin: -25px auto 0;
}
@media screen and (max-width: 1180px) {
  .footer-banner-list {
    width: 94%;
    margin: -2% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner-list {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.footer-banner-item {
  margin: 25px 20px 0 0;
}
@media screen and (max-width: 1180px) {
  .footer-banner-item {
    width: 18%;
    margin: 2% 2.5% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner-item {
    width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 1180px) {
  .footer-banner-item img {
    width: 100%;
  }
}
.footer-lower {
  background-color: #ebe6e0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .footer-inner {
    display: block;
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 6% 0;
  }
}
.footer-logo-list {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .footer-logo-list {
    justify-content: center;
    margin-bottom: 4%;
  }
}
.footer-logo-item {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .footer-logo-item {
    margin-right: 4%;
  }
}
.footer-logo-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer-logo-item.isms {
    margin-right: 5%;
    width: 144px;
  }
}
.footer-logo-item.isms img {
  width: 160px;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer-logo-item.isms img {
    width: 100%;
  }
}
.footer-logo-item.isms span {
  display: block;
  color: #000;
  text-align: center;
}
.footer-logo-item.secturity-action {
  width: 72px;
}
.footer-logo-item.secturity-action img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-logo-item img {
    width: 80%;
  }
}
.footer-right-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer-right-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-inner {
    display: block;
  }
}
.footer-right-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-right-list {
    margin-bottom: 10px;
  }
}
.footer-right-list:first-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .footer-right-list:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-list:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-list:last-child {
    margin-bottom: 0;
  }
}
.footer-right-list + .footer-right-list {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer-right-list + .footer-right-list {
    margin-left: 0;
  }
}
.footer-right-item {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-right-item {
    margin: 2% 5% 0 0;
  }
}
.footer-right-item:last-child {
  margin-right: 0;
}
.footer-right-item a {
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer-right-item a {
    font-size: 12px;
  }
}
.footer-right-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.copyright {
  color: #000;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .copyright {
    margin-top: 4%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 7%;
    font-size: 10px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/* 告知表示時のみ使用（未使用時は削除）ここから */
/* 告知表示時のみ使用（未使用時は削除）ここまで */
.slider {
  margin: 180px 0 0;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .slider {
    margin: 56px 0 0;
  }
}
.slider .slick-prev,
.slider .slick-next {
  top: 44% !important;
  width: 56px;
  height: 56px;
  padding: 0 2px 0 0;
  border-radius: 50%;
  background: rgba(86, 185, 134, 0.5) !important;
}
@media screen and (max-width: 768px) {
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important;
  }
}
.slider .slick-prev:before,
.slider .slick-next:before {
  display: block;
  content: "\f054";
  font-size: 30px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #FFF;
}
@media screen and (max-width: 1300px) {
  .slider .slick-prev {
    left: 10px !important;
  }
}
@media screen and (max-width: 1180px) {
  .slider .slick-prev {
    left: 15px !important;
  }
}
@media screen and (max-width: 1300px) {
  .slider .slick-next {
    right: 10px !important;
  }
}
@media screen and (max-width: 1180px) {
  .slider .slick-next {
    right: 15px !important;
  }
}
.slider .slick-slide {
  position: relative;
  outline: none;
}
.slider .slick-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1180px;
  height: 420px;
  background: rgba(54, 46, 43, 0.5);
}
@media screen and (max-width: 1299px) {
  .slider .slick-slide:before {
    content: none;
  }
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide img {
  width: 100%;
  height: auto;
}
.slider .slick-active:before {
  content: none;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slider .slick-dots {
  left: 0 !important;
  bottom: 10px !important;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .slider .slick-dots {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .slider .slick-dots li button:before {
    font-size: 24px;
  }
}
.slider .slick-dots li.slick-active button:before {
  color: #2F7250;
}

.bnlist {
  margin: 50px auto;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .bnlist {
    margin: 30px 15px;
    width: auto;
  }
}
.bnlist ul {
  display: flex;
  justify-content: center;
}
.bnlist ul li {
  margin: 0 40px;
}
@media screen and (max-width: 1280px) {
  .bnlist ul li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .bnlist ul li {
    margin: 0 5px;
  }
}
.bnlist ul li img {
  width: 100%;
  max-width: 450px;
}

.bnlist-lead {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1d6edc;
}
@media screen and (max-width: 768px) {
  .bnlist-lead {
    margin: 0 0 10px;
    font-size: 15px;
    font-size: 4vw;
  }
}

.training {
  margin-bottom: 80px;
  padding-top: 80px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .training {
    margin-bottom: 8%;
    padding-top: 8%;
  }
}
.training__anchor {
  padding: 15px 0;
  background: rgba(249, 246, 242, 0.9);
}
@media screen and (max-width: 768px) {
  .training__anchor {
    padding: 3% 0 5%;
  }
}
.training__anchor__list {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .training__anchor__list {
    width: 94%;
  }
}
.training__anchor__item {
  width: 393.33333px;
  border-left: 3px solid #7B756D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .training__anchor__item {
    border-width: 1px;
  }
}
.training__anchor__item:last-child {
  border-right: 3px solid #7B756D;
}
@media screen and (max-width: 768px) {
  .training__anchor__item:last-child {
    border-width: 1px;
  }
}
.training__anchor__item a {
  display: block;
  position: relative;
}
.training__anchor__item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent transparent #707070 #707070;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .training__anchor__item a:before {
    bottom: -12px;
    width: 5px;
    height: 5px;
    border-width: 2px;
  }
}
.training__anchor__item img {
  margin: auto;
}
.training__box {
  margin-top: 80px;
  background: rgba(249, 246, 242, 0.9);
}
@media screen and (max-width: 768px) {
  .training__box {
    margin-top: 10%;
  }
}
.training__box__title {
  height: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .training__box__title {
    height: 35px;
  }
}
.training__box__title img {
  position: relative;
  top: -29px;
}
@media screen and (max-width: 768px) {
  .training__box__title img {
    top: -14px;
    width: auto;
    height: 50px;
  }
}
.training__box__title.-higher_education {
  background: #F29A9A;
}
.training__box__title.-specialist {
  background: #56b986;
}
.training__box__title.-generalist {
  background: #80a1d6;
}
.training__box__inner {
  width: 1180px;
  margin: auto;
  padding: 60px 0 66px;
}
@media screen and (max-width: 768px) {
  .training__box__inner {
    width: 94%;
    padding: 6% 0;
  }
}
.training__box__lead {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .training__box__lead {
    margin-bottom: 8%;
    font-size: 13px;
    line-height: 1.76923;
  }
}
.training__detail {
  position: relative;
}
.training__detail:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .training__detail:not(:last-child) {
    margin-bottom: 30px;
  }
}
.training__detail.-specialist:before, .training__detail.-specialist:after, .training__detail.-generalist:before, .training__detail.-generalist:after {
  content: "";
  position: absolute;
}
.training__detail.-specialist:after, .training__detail.-generalist:after {
  left: 0;
  right: 0;
  bottom: -73px;
  width: 49px;
  height: 49px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .training__detail.-specialist:after, .training__detail.-generalist:after {
    bottom: -27px;
    width: 24px;
    height: 24px;
  }
}
.training__detail.-specialist:last-child:before, .training__detail.-specialist:last-child:after, .training__detail.-generalist:last-child:before, .training__detail.-generalist:last-child:after {
  content: none;
}
.training__detail.-specialist:before, .training__detail.-generalist:before {
  width: 100%;
  height: 2px;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .training__detail.-specialist:before, .training__detail.-generalist:before {
    height: 1px;
    bottom: -16px;
  }
}
.training__detail.-specialist:before {
  background: #56B986;
}
.training__detail.-specialist:after {
  background: url("../img/top/common/ic_plus_green.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .training__detail.-specialist:after {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.training__detail.-generalist:before {
  background: #80a1d6;
}
.training__detail.-generalist:after {
  background: url("../img/top/common/ic_plus_blue.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .training__detail.-generalist:after {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.training__detail__term {
  margin-bottom: 28px;
  color: #3C362C;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .training__detail__term {
    margin-bottom: 4%;
    font-size: 16px;
  }
}
.training__detail__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -45px;
}
@media screen and (max-width: 768px) {
  .training__detail__list {
    margin-top: -5%;
  }
}
.training__detail__item {
  width: 210px;
  margin: 32px 32.5px 0 0;
}
@media screen and (max-width: 768px) {
  .training__detail__item {
    width: 48%;
    margin: 5% 4% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .training__detail__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .training__detail__item:nth-child(5n) {
    margin-right: 0;
  }
}
.training__detail__item a {
  display: block;
}
.training__detail__item__info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .training__detail__item__info .pic img {
    width: 210px;
  }
}
.training__detail__item__info .description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 9px 0 9px 8px;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .training__detail__item__info .description {
    padding: 6% 5%;
    font-size: 11px;
  }
}
.training__detail__item__info .description.-subinfo {
  padding: 8px 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .training__detail__item__info .description.-subinfo {
    padding: 5%;
  }
}
.training__detail__item__info .description.-higher_education {
  background: rgba(232, 31, 31, 0.7);
}
.training__detail__item__info .description.-specialist {
  background: rgba(0, 115, 92, 0.7);
}
.training__detail__item__info .description.-generalist {
  background: rgba(37, 87, 167, 0.62);
}
.training__detail__item__subinfo {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .training__detail__item__subinfo {
    height: auto;
  }
}
.training__detail__item__subinfo .title {
  margin-bottom: 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .training__detail__item__subinfo .title {
    margin-bottom: 4%;
    font-size: 12px;
  }
}
.training__detail__item__subinfo .category__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.training__detail__item__subinfo .category__item {
  margin: 2px;
  padding: 4px 3px 3px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .training__detail__item__subinfo .category__item {
    font-size: 10px;
  }
}
.training__detail__item__subinfo .category__item.prospective-employee {
  color: #ff2f74;
}
.training__detail__item__subinfo .category__item.new-employee {
  color: #009cc9;
}
.training__detail__item__subinfo .category__item.young-employee {
  color: #007d64;
}
.training__detail__item__subinfo .category__item.midcareer-employee {
  color: #f60;
}
.training__detail__item__subinfo .category__item.beginner-manager {
  color: #56b986;
}
.training__detail__item__subinfo .category__item.intermediate-manager {
  color: #6a6a6a;
}
.training__detail__item__subinfo .category__item.senior-manager {
  color: #9f8857;
}
.training__detail__item__subinfo .category__item.midcareer-hires {
  color: #843199;
}

.current-theme {
  background-image: url("../img/top/common/bg_current.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 50px;
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .current-theme {
    margin-top: 20px;
    padding: 30px 0;
  }
}
.current-theme-inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .current-theme-inner {
    width: auto;
    margin: 0 3%;
  }
}
.current-theme-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .current-theme-title {
    font-size: 23px;
    font-size: 6.13333vw;
    margin-bottom: 15px;
  }
}
.current-theme-lead {
  font-size: 24px;
  font-weight: bold;
  color: #001878;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .current-theme-lead {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.current-theme-copy {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .current-theme-copy {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 15px;
    text-align: left;
  }
}
.current-theme .current-bigitem {
  margin-bottom: 50px;
  text-align: center;
}
.current-theme .current-mainlists {
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .current-theme .current-mainlists {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.current-theme .current-mainlists-item {
  margin-right: 33px;
  position: relative;
  width: 270px;
}
@media screen and (max-width: 1280px) {
  .current-theme .current-mainlists-item {
    margin-right: 2%;
    width: calc(94% / 4);
  }
}
@media screen and (max-width: 768px) {
  .current-theme .current-mainlists-item {
    margin: 0 0 4%;
    width: 48%;
  }
}
.current-theme .current-mainlists-item:nth-child(4n) {
  margin-right: 0;
}
.current-theme .current-mainlists-item a {
  color: #000;
  display: block;
  position: relative;
}
.current-theme .current-mainlists-item a:hover {
  opacity: 0.8;
}
.current-theme .current-mainlists-img img {
  width: 100%;
}
.current-theme .current-mainlists-badge {
  position: absolute;
  left: 5px;
  top: -13px;
}
@media screen and (max-width: 768px) {
  .current-theme .current-mainlists-badge {
    left: 2px;
  }
}
.current-theme .current-mainlists-badge img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .current-theme .current-mainlists-badge img {
    width: 50%;
  }
}
.current-theme .current-sublists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .current-theme .current-sublists {
    justify-content: space-between;
  }
}
.current-theme .current-sublists-item {
  background: #fff;
  margin: 0 32px 32px 0;
  position: relative;
  width: 170px;
}
@media screen and (max-width: 1280px) {
  .current-theme .current-sublists-item {
    margin-right: 2%;
    width: calc(90% / 6);
  }
}
@media screen and (max-width: 768px) {
  .current-theme .current-sublists-item {
    margin: 0 0 4%;
    width: 48%;
  }
}
.current-theme .current-sublists-item:nth-child(6n) {
  margin-right: 0;
}
.current-theme .current-sublists-item a {
  color: #000;
  display: block;
}
.current-theme .current-sublists-item a:hover {
  opacity: 0.8;
}
.current-theme .current-sublists-header img {
  width: 100%;
}
.current-theme .current-sublists-contents {
  padding: 8px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .current-theme .current-sublists-contents {
    text-align: right;
  }
}
.current-theme .current-sublists-title {
  font-size: 12px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .current-theme .current-sublists-title {
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: left;
  }
}

.step-main-subcate {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .step-main-subcate {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.brainstorming-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .brainstorming-list {
    justify-content: space-between;
  }
}
.brainstorming-list:last-of-type li {
  margin-bottom: 0 !important;
}
.brainstorming-item {
  margin: 0 32px 32px 0;
  width: 210px;
}
@media screen and (max-width: 1280px) {
  .brainstorming-item {
    margin-right: 2%;
    width: calc(92% / 5);
  }
}
@media screen and (max-width: 768px) {
  .brainstorming-item {
    background: #fff;
    margin: 0 0 4%;
    width: 48%;
  }
}
.brainstorming-item:nth-child(5n) {
  margin-right: 0;
}
.brainstorming-item a {
  display: block;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .brainstorming-item a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.brainstorming-item dl {
  position: relative;
}
.brainstorming-item-description {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 9px 0 9px 8px;
  background: rgba(37, 87, 167, 0.62);
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .brainstorming-item-description {
    font-size: 13px;
    font-size: 3.46667vw;
    height: auto;
    padding: 6% 5%;
    font-size: 11px;
    line-height: 1;
  }
}
.brainstorming-item-term img {
  width: 100%;
}

.information {
  padding: 20px 0;
  background: rgba(165, 161, 155, 0.3);
}
@media screen and (max-width: 768px) {
  .information {
    background: #FFF;
  }
}

.information-inner {
  position: relative;
  margin: auto;
  width: 1180px;
  background: #FFF;
}
@media screen and (max-width: 1180px) {
  .information-inner {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.information-list ul {
  padding: 15px 100px 15px 50px;
  max-height: 115px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .information-list ul {
    padding: 0;
  }
}
.information-list ul li {
  padding: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .information-list ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #A5A19B;
  }
}
.information-list ul li dl {
  display: flex;
  align-items: center;
}
.information-list ul li dl dt,
.information-list ul li dl dd {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .information-list ul li dl dt,
  .information-list ul li dl dd {
    font-size: 12px;
  }
}
.information-list ul li dl dt {
  display: flex;
  align-items: baseline;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .information-list ul li dl dt {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 10px 0 0;
    width: 100px;
  }
}
.information-list ul li dl dt span {
  margin: 0 10px 0 0;
  padding: 2px 20px 0;
  font-weight: bold;
  background: rgba(165, 161, 155, 0.3);
  color: #56B986;
}
@media screen and (max-width: 768px) {
  .information-list ul li dl dt span {
    margin: 5px 0 0;
    padding: 2px 8px 0;
  }
}
.information-list ul li dl dd {
  width: calc(100% - 210px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .information-list ul li dl dd {
    width: 100%;
    max-height: 54px;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.information-list ul li dl dd a {
  text-decoration: underline;
  color: #000;
}
.information-list ul li dl dd a:hover {
  text-decoration: unset;
}

.information-link {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .information-link {
    right: 0;
    bottom: -15px;
  }
}
.information-link a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.information-link a:hover {
  text-decoration: unset;
}

@media screen and (max-width: 768px) {
  #top .optimize-origin {
    right: 75px;
  }
}
