@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

:root {
  --paddingSection: 60px;
  --paddingLR: 20px;
  --color_main: #087C8C;
  --color_sub: #0A9AAE;
  --color_blue: #0081A2;
  --color_yellow: #FFCC00;
  --color_red: #CF000E;
  --color_gray_bg: #F5F5F5;
  --color_border: #E4E4E4;
  --border_radius: 20px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 64px;
    --paddingSection: 40px;
    --border_radius: 10px;
  }
}
html,
body {
  background-color: #F5F5F5;
  font-size: 16px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #222222;
  min-width: 1200px;
  position: relative;
}

body {
  position: relative;
  padding-top: 110px;
}

ol, ul {
  list-style: none;
}

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

select {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  width: 100%;
  height: 110px;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 100;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  min-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  padding-left: 80px;
  position: relative;
}

.l-header-logo .logo {
  width: 429px;
}

.logo-inner-head {
  position: absolute;
  right: -156px;
  top: 20px;
}

.l-header-inner {
  margin-left: auto;
  display: flex;
  height: 100%;
}

.l-header-btn {
  width: 220px;
  background-color: var(--color_yellow);
  text-align: center;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

.l-header-btn a {
  display: block;
  text-align: center;
  padding-top: 24px;
}

.l-header-btn a span {
  display: block;
  padding-top: 37px;
  background: url(images/common/ico-arw-btn.svg) no-repeat top center;
  background-size: 24px auto;
  font-weight: 700;
}

.l-header-menu {
  padding-right: 2.08vw;
  padding-top: 10px;
}

/*nav*/
.l-header-nav {
  border-bottom: 1px solid #E4E4E4;
}

.l-header-nav__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}

.l-header-nav__item li + li {
  margin-left: 2.08vw;
}

.l-header-nav__item li a {
  font-weight: 700;
  font-size: 0.9375rem;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}

.l-header-nav__item li a:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -2px;
  z-index: 1;
  border-radius: 6px;
  width: 40px;
  height: 4px;
  background-color: var(--color_sub);
}

.l-header-menu__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.l-header-menu__head li + li {
  margin-left: 32px;
}

.l-header-menu__head li a {
  display: inline-block;
  font-weight: 700;
  padding-left: 26px;
  font-size: 0.875rem;
  position: relative;
}

.l-header-menu__head li.l-header-menu__head__home a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(images/common/ico-header-home.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  background-color: var(--color_sub_bg);
}

.l-header-menu__head li.l-header-menu__head__faq a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(images/common/ico-header-faq.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  background-color: var(--color_sub_bg);
}

.l-header-menu__head li.l-header-menu__head__contact a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(images/common/ico-header-mail.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  background-color: var(--color_sub_bg);
}

.l-header-menu__head li.l-header-menu__head__logo1 a ,
.l-header-menu__head li.l-header-menu__head__logo2 a {
  padding-left: 0;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}

.main-sub {
  background: url(images/common/ft-bg.png) no-repeat bottom center;
  background-size: 1920px;
  padding-bottom: 200px;
}

/* Footer
---------------------------------------------------------------*/
.l-footer {
  border-top: 1px solid #DCDCDC;
  background-color: #fff;
  padding: 40px 0 0;
  position: relative;
  box-shadow: 0 -3px 46px rgba(0, 0, 0, 0.03)
}

.l-footer-inner {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}

.l-footer-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 80px;
  height: 80px;
}

.l-footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.l-footer-main__logo {
  width: 238px;
  margin-right: 18px;
}

.logo-footer-head .logo02 {
  width: 79px;
  margin-right: 31px;
}

.logo-footer-head .logo03 {
  width: 124px;
}

.l-footer-text,
.l-footer address {
  line-height: 1.4;
}

.l-footer-tell {
  display: flex;
  font-size: 0.875rem;
}

.l-footer-tell a {
  font-weight: 700;
  display: inline-block;
  margin-left: 39px;
}

.l-footer-navi {
  margin-left: auto;
}

.sub-page-navi {
  display: flex;
  margin-bottom: 16px;
  gap: 24px;
}

.sub-page-navi li a {
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 26px;
}

.sub-page-navi li.sub-page-navi__home a {
  background: url(images/common/ico-header-home.svg) no-repeat left center;
  background-size: 20px auto;
}

.sub-page-navi li.sub-page-navi__faq a {
  background: url(images/common/ico-header-faq.svg) no-repeat left center;
  background-size: 20px auto;
}

.sub-page-navi li.sub-page-navi__contact a {
  background: url(images/common/ico-header-mail.svg) no-repeat left center;
  background-size: 20px auto;
}

.l-footer-sub__navi .navi01,
.l-footer-sub__navi .navi02 {
  display: flex;
  gap: 24px;
}

.l-footer-sub__navi .navi01 {
  margin-bottom: 16px;
}

.l-footer-sub__navi .navi01 li a {
  color: var(--color_main);
  font-weight: 500;
}

.l-footer-sub__navi .navi02 li a {
  font-weight: 500;
}

.l-footer-navi .c-btn {
  margin-top: 24px;
  max-width: 353px;
}

.copyright {
  margin-top: 40px;
  background-color: var(--color_main);
}

.copyright p {
  max-width: 1280px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 0;
}

.fixed-banner {
  position: fixed;
  right: 10px;
  bottom: 150px;
  width: 357px;
  z-index: 999px;
  background-color: var(--color_yellow);
  border: 1px solid #222222;
  border-radius: 16px;
  text-align: center;
  padding: 7px 0;
}

.fixed-banner:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 96px;
  height: 100px;
  background: url(images/common/fixed-banner-thum.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.fixed-banner .txt01 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.fixed-banner .txt02 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.fixed-banner .close {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.fixed-banner .close:hover {
  opacity: .7;
}

.fixed-banner,
.l-footer-top {
  position: fixed;
}

.fixed-banner.is-stop,
.l-footer-top.is-stop {
  position: absolute;
}

/* 調整必要 */
.fixed-banner.is-stop {
  bottom: 450px; /* フッター高さに合わせる */
}

.l-footer-top.is-stop {
  bottom: 320px;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/* =========================
  メインビジュアル
========================= */
.mv {
  position: relative;
  overflow: hidden;
}

.mv:before {
  content: '';
  position: absolute;
  left: 45%;
  z-index: 0;
  top: -232px;
  width: 1129px;
  height: 1149px;
  background: url(images/top/mv-thum02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv:after {
  content: '';
  position: absolute;
  left: -246px;
  z-index: 0;
  bottom: -156px;
  width: 824px;
  height: 825px;
  background: url(images/top/mv-thum01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 65px 0 156px;
  position: relative;
  z-index: 1;
}

.mv-catch {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color_sub);
  margin-bottom: 40px;
}

.mv-txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}

.mv-btn {
  margin-top: auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  gap: 14px;
  background-image: linear-gradient(90deg, transparent, #ffffffe6 20% 80%, transparent);
}

.mv-btn li {
  width: 350px;
  border-radius: 10px;
  position: relative;
}

.mv-btn li.sem {
  background-color: var(--color_main);
}

.mv-btn li.con {
  background-color: #0081A2;
}

.mv-btn li.coming-soon a {
  pointer-events: none;
}

.mv-btn li.coming-soon span.c-soon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.8);
  z-index:1;
  border-radius: 10px;
}

.mv-btn li a {
  display: inline-block;
  width: 100%;
  padding: 7px;
  text-align: center;
  color: #fff;
  background: url(images/common/ico-arw-btn_white.svg) no-repeat 94% 50%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.mv-btn li.con a:after {
  content: '';
  position: absolute;
  left: 71px;
  bottom: 3px;
  width: 64px;
  height: 4px;
  background: url(images/top/mv-btn-maru.png);
  background-size: 100%;
}

.mv-btn li a span {
  display: block;
  font-size: 0.8125rem;
}

/* =========================
  新着情報
========================= */
.news {
  background-color: #fff;
}

.news .c-center {
  display: flex;
}

.news .news-lead {
  width: 240px;
}

.news .news-lead h2 {
  font-size: 1.625rem;
  color: var(--color_main);
  font-weight: 700;
}

.news-inner {
  margin-left: auto;
  width: calc(100% - 246px);
}

.news-list {
  max-height: 160px;
  overflow-y: auto;
}

/* スクロールバー全体 */
.news-list::-webkit-scrollbar {
  width: 20px;
}

/* 背景 */
.news-list::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 10px;
}

/* つまみ */
.news-list::-webkit-scrollbar-thumb {
  background: #096FCA;
  border-radius: 10px;
}

.news-list li {
  width: 98%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color_border);
}

.news-list li .news-list-grid {
  display: flex;
  align-items: center;
}

.news-list li .news-list-grid .news-date {
  font-weight: 700;
  margin-right: 9px;
  color: var(--color_main);
}

.news-list li .news-list-grid .cat {
  display: inline-block;
  border: 1px solid var(--color_main);
  text-align: center;
  font-size: 0.8125rem;
  color: var(--color_main);
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  padding: 2px 20px;
  margin-right: 9px;
  border-radius: 100px;
}

.news-list li .news-list-grid .new {
  color: var(--color_red);
  font-weight: 500;
}

.news-list li h3 {
  font-weight: 700;
}

.news-list li a h3 {
  text-decoration: underline;
}

.news-list li a:hover h3 {
  text-decoration: none;
}

/* =========================
  悩み
========================= */

.lead {
  margin-bottom: 25px;
}

.lead h2 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--color_main);
}

.lead p {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.nayami .lead h2 {
  font-size: 2rem;
}

.nayami {
  margin: 40px 0;
}

.nayami .c-center {
  background: url(images/top/bg-nayami.png) no-repeat top center;
  background-size: cover;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
}

.nayami-check-list .box {
  width: 700px;
  margin: 0 auto;
  padding-left: 200px;
  box-sizing: border-box;
  background: url(images/top/nayami-thum.png) no-repeat left top;
  background-size: 160px;
}

.nayami-check-list label {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  max-width: 500px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px dashed var(--color_main);
}

/* Radio & Checkbox
 ========================================================================== */
.c-radio,
.c-checkbox {
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  margin-top: -2px;
  margin-right: 16px;
  border-radius: 2px;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid #087C8C;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.c-radio {
  border-radius: 50%;
  transform: rotate(1deg);
}

.c-radio:focus,
.c-checkbox:focus {
  outline: none;
  border-color: #383736;
}

.c-radio:checked:focus,
.c-checkbox:checked {
  background-color: #fff;
  border-color: #087C8C;
}

.c-checkbox::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  left: 7px;
  width: 7px;
  height: 13px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(40deg);
}

.c-checkbox:checked::after {
  border-color: #087C8C;
}

/* Checked Icons */
.c-radio::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
}

.c-radio:checked::after {
  background-color: #383736;
}

.nayami-check-list .btn {
  display: block;
  background-color: var(--color_sub);
  width: 600px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 200px;
  border: none;
  margin: 20px auto 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.nayami-check-list .btn span {
  display: inline-block;
  background: url(images/common/ico-check-white.svg) no-repeat left center;
  background-size: 29px auto;
  padding-left: 38px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.nayami-check-list .btn:hover {
  cursor: pointer;
}

.shindan {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.modal-content {
  background: #fff;
  width: 80%;
  max-width: 800px;
  position: relative;
  margin: 100px auto;
  border-radius: 20px;
  padding: 20px 40px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.close {
  position: absolute;
  top: -10px;
  right: -70px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(images/top/ico-shindan-close.svg) no-repeat top center;
  background-size: 100%;
}

.modal-content h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color_main);
}

.modal-content .inner {
  padding-left: 170px;
  background: url(images/top/shindan-modal.svg) no-repeat left top;
  background-size: 145px;
  margin-bottom: 34px;
  position: relative;
  min-height: 154px;
}

.modal-content .inner:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: -30px;
  width: 300px;
  height: 24px;
  background: url(images/top/shindan-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.modal-content .inner .comment {
  margin-bottom: 15px;
}

.modal-content .inner .kaiketu {
  color: #087C8C;
  font-weight: 700;
  line-height: 1.4;
}

.shindan-box .check-title {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color_main);
  font-size: 1.25rem;
  padding-left: 38px;
  background: url(images/common/ico-check-green.svg) no-repeat left center;
}

.shindan-box .check-title span {
  font-weight: 700;
  color: #CE4C00;
  font-size: 1.25rem;
}

.shindan-box .target span {
  margin-right: 16px;
  color: var(--color_main);
  font-weight: 700;
}

.shindan-box .c-btn-type {
  margin-top: 16px;
}

.shindan-box + .shindan-box {
  margin-top: 24px;
}

.shindan-box .c-btn-type .txt02 {

}

.sp-banner {
  display: none;
}

/* =========================
  Top セミナー・イベント
========================= */

.seminar {
  background-color: #fff;
}

.seminar-manabu {
  background-color: #EDF6F7;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  padding: 40px 100px;
  display: flex;
  align-items: flex-start;
}

.seminar-manabu-title {
  font-size: 1.625rem;
  font-weight: 700;
  padding-bottom: 60px;
  color: var(--color_main);
  background: url(images/common/ico-illust-hat.svg) no-repeat 40px 100%;
  background-size: 50px auto;
  padding-right: 60px;
  border-right: 1px dashed var(--color_main);
}

.seminar-manabu-list {
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.seminar-manabu-list li {
  background: url(images/common/ico-check-green.svg) no-repeat left center;
  background-size: 29px auto;
  padding-left: 38px;
  font-weight: 700;
  font-size: 1.25rem;
  width: 44%;
  margin-top: 15px;
}

.seminar-wrap {
  padding: 40px 50px 60px;
}

.seminar-list a {
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 46px 30px 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.seminar-list a:after {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  background: url(images/common/ico-arw-green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.slick-list {
  padding: 5px 0 10px;
}

.seminar-slider {
  padding-bottom: 30px;
}

.seminar-slider .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.seminar-slider .slick-slide {
  height: auto!important;
  margin: 0 11px;
}

.seminar-slider .slick-slide > div {
  height: 100%;
}

.seminar-list {
  position: relative;
  height: 100%;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

/*一時停止*/
.row_btns {
  width: 30px;
  height: 22px;
  order: 2;
}

.row_btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  cursor: pointer;
  padding: 0;
}

.row_btns button img {
  display: block;
}

.row_btns .slick_pause .btn-start {
  display: none;
}

.row_btns .slick_pause.paused .btn-pause {
  display: none;
}

.row_btns .slick_pause.paused .btn-start {
  display: block;
}

.seminar-list-label__status_start ,
.seminar-list-label__status_end {
  position: absolute;
  left: -6px;
  top: 13px;
  background-color: var(--color_yellow);
  padding: 1px 10px;
  padding-right: 21px;
  font-size: 0.875rem;
  font-weight: 700;
}

.seminar-list-label__status_start:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  border-top: 7px solid #B89700;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
}

.seminar-list-label__status_end {
  background-color: #E4E4E4;
}

.seminar-list-label__status_end::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  border-top: 7px solid #E4E4E4;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
}

.seminar-list-label__status_start span {
  display: inline-block;
  border: 1px solid #222;
  margin-left: 10px;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 100px;
  padding: 1px 6px;
}

.seminar-list-label {
  position: absolute;
  right: 30px;
  top: 10px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  padding: 3px 16px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.8125rem;
}

.seminar-list-label__live {
  background-color: #CE4C00;
}

.seminar-list-label__movie {
  background-color: var(--color_sub);
}

.seminar-list-label__online {
  background-color: #096FCA;
}

.seminar-list-label__ondemand {
  background-color: var(--color_sub);
}

.seminar-list-label__archive {
  background-color: var(--color_main);
}

.seminar-list-label__hybrid {
  background-color: #CE4C00;
}

.seminar-list-label__offline {
  background-color: #CE4C00;
}

.seminar-list h3 {
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: var(--color_main);
}

.seminar-list .sub-title {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 10px;
  line-height: 1.3;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 8px;
}

.seminar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 100%;
}

.seminar-list-thum {
  width: 37%;
}

.seminar-list-thum img {
  border-radius: 10px;
}

.seminar-list-info {
  width: 60%;
}

.seminar-list-date {
  margin-bottom: 8px;
}

.seminar-list-date__heading {
  font-weight: 700;
  font-size: 0.875rem;
}

.seminar-list-date__data {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--color_main);
}

.seminar-method {
  width: 100%;
  font-weight: 700;
}

.seminar-method span {
  margin-left: 16px;
  color: var(--color_main);
}

.seminar-cat-label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid #E4E4E4;
}

.seminar-cat-label li {
  background-clip: #D5D5D5;
  text-align: center;
  padding: 2px 16px;
  color: #222;
  font-size: 0.8125rem;
  font-weight: 500;
  background-color: #D5D5D5;
  border-radius: 100px;
}

.c-btn-type {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  position: relative;
  max-width: 600px;
}

.c-btn-type a {
  display: inline-block;
  width: 600px;
  background: url(images/common/ico-arw-btn_white.svg) no-repeat 97% 50%;
  background-size: 24px;
  background-color: var(--color_main);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.c-btn-type a .txt01 {
  font-size: 0.8125rem;
  display: block;
  font-weight: 700;
}

.c-btn-type a .txt02 {
  font-size: 1.25rem;
  display: block;
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.c-btn-type.maru-btn a .txt02:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: 64px;
  height: 4px;
  background: url(images/top/mv-btn-maru.png);
  background-size: 100% auto;
}

.c-btn-type.coming-soon span.c-soon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-radius: 10px;
}

.search-result-label {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color_main);
  font-size: 1.25rem;
}

/* PC：3件以下なら slider-controls 全体を非表示 */
@media screen and (min-width: 737px) {
  .controls-count-2,
  .controls-count-3 {
    display: none;
  }
}
/* =========================
  Top コンサルティング
========================= */

.consulting .anchor-btn {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.consulting .anchor-btn li {
  width: 480px;
}

.consulting .anchor-btn li a {
  background: url(images/common/ico-arw-btm.svg) no-repeat 97% 50% #fff;
  background-size: 24px;
  padding: 5px 10px 4px;
  border: 2px solid var(--color_blue);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 200px;
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.consulting .anchor-btn li a .txt01 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color_blue);
}

.consulting .anchor-btn li a .txt02 {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color_blue);
  background: url(images/top/mv-btn-maru-green.png) no-repeat left bottom;
  background-size: 64px auto;
  padding-bottom: 4px;
}

.consulting-box {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 84px;
  padding: 34px 100px 80px;
  position: relative;
}

.consulting-box .con-cat {
  position: absolute;
  left: 100px;
  top: -24px;
  background-color: var(--color_sub);
  border-radius: 200px;
  text-align: center;
  color: #fff;
  padding: 5px 40px;
  font-weight: 700;
  font-size: 1.375rem;
}

.consulting-box h1 ,
.consulting-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--color_sub);
}

.consulting-box .thum {
  position: absolute;
  right: 100px;
  top: 34px;
  width: 400px;
}

.consulting-box .con-catch {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.consulting-box .con-target {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 22px;
}
.consulting-box .con-target span {
  color: #fff;
  width: 116px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--color_main);
  margin-right: 16px;
  display: inline-block;
  border-radius: 100px;
  font-size: 1.125rem;
  font-weight: 700;
}

.con-about .title {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color_main);
  font-size: 1.375rem;
}

.con-about ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.85%;
}

.con-about ul li {
  width: 18.519%;
  border-radius: 10px;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 16px 10px 10px;
  border: 1px solid var(--color_main);
}

.con-about ul li p {
  font-weight: 700;
  font-size: var(--color_main);
  font-size: 1.125rem;
  margin-top: 10px;
  line-height: 1.4;
}

.consulting-box .c-btn-type a ,
.c-btn-type__blue.c-btn-type a {
  background-color: var(--color_blue);
}

.anc02.consulting-box .con-about ul {
  gap: 30px;
}

.anc02.consulting-box .con-about ul li {
  width: 340px;
}

/* =========================
  Top 本事業利用のフローについて
========================= */

.seido {
  background-color: #fff;
}

.seido-about {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.seido-about .box {
  background-color: #EDF6F7;
  border-radius: 10px;
  padding: 16px;
  font-weight: 700;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 36px;
}

.seido-about .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  border-style: solid;
  border-width: 16px 0 0 20px;
  border-color: #EDF6F7 transparent transparent;
  translate: calc(-50% + 0.6px) 100%;
}

.seido-about .box +.box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 16px 20px 0 0;
  border-color: #EDF6F7 transparent transparent;
  translate: calc(-50% - 0.6px) 100%;
}

.c-btn-target.c-btn-white .txt02 {
  display: inline-block;
  padding-right: 44px;
  background: url(images/common/ico-target.svg) no-repeat 97% 50% #fff;
  background-size: 24px auto;
} 

.seido .c-center {
  background: url(images/top/seido-thum.svg) no-repeat 220px 140px;
}

/* =========================
  本事業利用のフローについて
========================= */

.flow-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.flow-list li {
  width: 300px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--color_main);
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.flow-list li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -38px;
  top: 60px;
  width: 20px;
  height: 80px;
  background: url(images/top/flow-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-list li span.roboto {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--color_sub);
  color: #fff;
  font-size: 1.625rem;
}

.flow-list li span.txt13 {
  font-size: 0.750rem;
  color: #333;
}

.flow-list li .thum {
  width: 155px;
  margin: 0 auto;
}

.flow-list li p {
  color: var(--color_main);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.5;
}

.flow .c-btn {
  display: block;
  margin: 40px auto 0;
}

.ft-banner {
  position: relative;
  background-color: #F5F5F5;
  padding: 40px 0;
  border-top: 1px solid #DCDCDC;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ft-banner-list li {
  width: auto;
  height: 90px;
}

.ft-banner-list li img {
  height: 100%;
  width: auto;
}

/* =========================
  人材確保相談窓口
========================= */

.info {
  background-color: #fff;
}

.info .c-center {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

.info-inf {
  padding: 40px 0;
  box-sizing: border-box;
  width: 100%;
}

.info .map {
  width: 47%;
  margin-left: auto;
  height: 450px;
}

.info .map iframe {
  width: 100%;
  height: 100%;
}

.info-title {
  color: var(--color_main);
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.info-inf-grid {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.info .c-btn-white {
  margin: 0 0 24px;
  text-align: left;
  order: 2;
  margin-left: auto;
}

.info .c-btn-white a {
  width: 500px;
}

.info-inf-grid__add {
  order: 1;
}

.info-tell a {
  padding-left: 31px;
  background: url(images/common/ico-tell-green.svg) no-repeat left center;
  background-size: 24px;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--color_main);
}

.info-tell p {
  font-size: 0.8125rem;
}

.info-mail {
  margin: 5px 0;
}

.info-mail p {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color_main);
}

.info-mail a {
  text-decoration: underline;
}

.info address {
  font-size: 0.875rem;
  line-height: 1.5;
}

.info .text {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* =========================
  下層ページ コンサルティング
========================= */

.subpage {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}

.subpage .c-center {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 100px;
}

.subpage .consulting-box {
  padding: 0;
}

.subpage .consulting-box .con-cat {
  position: inherit;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}

.subpage .consulting-box .thum {
  right: 0;
  top: 60px;
}

.kakuho-target {
  background-color: #EDF6F7;
  padding: 16px 30px 16px 40px;
  border-radius: 10px;
  margin-bottom: 24px;
  max-width: 600px;
}

.kakuho-target .title {
  font-weight: 700;
  background-color: var(--color_main);
  color: #fff;
  padding: 3px 0;
  font-size: 1.125rem;
  border-radius: 100px;
  line-height: 1.3;
  margin-bottom: 10px;
  max-width: 152px;
  text-align: center;
}

.dot-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.5;
}

.dot-list li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color_main);
}

.kakuho-target .dot-list li {
  font-size: 1.125rem;
}

.c-btn.c-btn-middle {
  max-width: 600px;
}

.c-btn.c-btn-middle a {
  font-size: 1.25rem;
  padding: 9px 14px 8px;
}

.kakuho-nayami {
  background: url(images/top/bg-nayami.png) no-repeat top center;
  background-size: cover;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  padding: 40px 60px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.kakuho-nayami .title {
  text-align: center;
  font-size: 2rem;
  color: var(--color_main);
  font-weight: 700;
  margin-bottom: 24px;
}

.kakuho-nayami-list {
  display: flex;
  flex-wrap: wrap;
  background: url(images/kakuho-consulting/nayami.png) no-repeat 50% 10%;
  background-size: 180px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.kakuho-nayami-list li {
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  width: 340px;
  position: relative;
  margin-bottom: 16px;
  background-color: var(--color_main);
}

.kakuho-nayami-list li:nth-child(1)::after, 
.kakuho-nayami-list li:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 20px 0 0 16px;
  border-color: transparent transparent transparent var(--color_main);
  translate: 100% calc(-50% + 0.6px);
}

.kakuho-nayami-list li:nth-child(2)::after, 
.kakuho-nayami-list li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 20px 16px 0 0;
  border-color: transparent var(--color_main) transparent transparent;
  translate: -100% calc(-50% + 0.6px);
}

.kakuho-nayami-list li:nth-child(even) {
  margin-left: auto;
}

.nayami-select-att {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 26px;
  color: var(--color_main);
  background: url(images/top/nayami-arw.svg) no-repeat bottom center;
  background-size: 200px;
  position: relative;
}

.content-box {
  margin-bottom: 64px;
}

.content-box:last-child {
  margin-bottom: 0;
}

.h2-ttl {
  font-size: 1.75rem;
  padding-bottom: 8px;
  margin-bottom: 22px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 4px solid var(--color_main);
}

.h2-ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100px;
  height: 4px;
  background-color: #00B7CE;
}

.consulting-feature {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 24px 70px 30px;
  margin-top: 35px;
}

.consulting-feature h3 {
  text-align: center;
  color: var(--color_main);
  font-size: 1.75rem;
  margin-bottom: 54px;
  font-weight: 700;
}

.consulting-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 2%;
}

.consulting-feature-list .items {
  background-color: #fff;
  width: 31.916%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 40px 30px 16px;
  border: 1px solid var(--color_main);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.consulting-feature-list .items .ico {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
}

.consulting-feature-list .items .title {
  font-weight: 700;
  color: var(--color_sub);
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--color_main);
}

.consulting-feature-list .items .text {
  font-weight: 500;
  line-height: 1.4;
}

.kakuho-flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 16px;
  margin-top: 72px;
}

.kakuho-flow-list li {
  width: calc(32% - -2px);
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--color_main);
  padding: 38px 10px 16px;
  text-align: center;
  box-sizing: border-box;
}

.kakuho-flow-list li .flow-num {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 1.625rem;
  font-weight: 700;
  background-color: var(--color_main);
}

.kakuho-flow-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -17px;
  top: 50%;
  width: 16px;
  height: 40px;
  margin-top: -20px;
  background: url(images/kakuho-consulting/flow-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.kakuho-flow-list li h3 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  border-bottom: 1px dotted var(--color_main);
  color: var(--color_main);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.kakuho-flow-list li .txt14 {
  line-height: 1.4;
  font-weight: 500;
}

.kakuho-flow-list li .txt14 + .txt14 {
  margin-top: 8px;
  text-align: left;
}

.consulting-case-catch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8%;
}

.consulting-case-catch li {
  background-color: #EDF6F7;
  border-radius: 10px;
  padding: 13px;
  font-weight: 700;
  font-size: 1.125rem;
  position: relative;
  width: 29.63%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 36px;
}

.consulting-case-catch li:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  border-style: solid;
  border-width: 16px 0 0 20px;
  border-color: #EDF6F7 transparent transparent;
  translate: calc(-50% + 0.6px) 100%;
}

.consulting-case-catch li:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #EDF6F7 transparent transparent;
  translate: -50% 100%;
}

.consulting-case-catch li:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  border-style: solid;
  border-width: 16px 20px 0 0;
  border-color: #EDF6F7 transparent transparent;
  translate: calc(-50% - 0.6px) 100%;
}

.consulting-voice2_splide--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.78%;
}

.consulting-voice2_splide--slide {
  width: 31.48%;
}

.consulting-voice2_splide--slide img {
  width: 100%;
}

.consulting-voice2_splide--slide a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(17, 56, 91, 0.20);
}

.consulting-voice2_splide--block {
  padding: 20px 20px 42px;
  position: relative;
}

.consulting-voice2_splide--ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color_main);
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px dashed var(--color_main);
}

.consulting-voice2_splide_labels.industry {
  position: absolute;
  left: 20px;
  top: -15px;
  display: flex;
  gap: 10px;
}

.consulting-voice2_splide_labels.industry li {
  color: #fff;
  font-size: 0.875rem;
  border-radius: 100px;
  text-align: center;
  padding: 2px 20px;
  background-color: var(--color_sub);
}

.consulting-voice2_splide--company_name {
  font-weight: 700;
  margin-bottom: 6px;
}

.consulting-voice2_splide_labels.employee li {
  font-weight: 700;
  color: var(--color_main);
  font-size: 0.875rem;
}

.consulting-voice2_splide_labels.employee li span {
  font-weight: 500;
  color: #222;
  display: inline-block;
  font-size: 0.875rem;
}

.ccsn {
  padding: 32px 36px;
  margin: 24px auto 0;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
}

.ccsn--layout {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.ccsn--label {
  color: var(--color_main);
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  display: inline-flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.ccsn--select_wrap {
  flex: 1;
} 

.ccd-content--desc > .name {
  display: inline;
  font-weight: bold;
  margin-right: 1em;
}

.ccsn--select {
  color: #333333;
  width: 100%;
  padding: 1em 1em 1em 1.5em;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2224%22%20viewBox%3D%220%200%2016%2024%22%3E%20%3Ctext%20id%3D%22_%22%20data-name%3D%22%E2%96%BC%22%20transform%3D%22translate%280%2019%29%22%20fill%3D%22%23333%22%20font-size%3D%2216%22%20font-family%3D%22NotoSansJP-Medium%2C%20Noto%20Sans%20JP%22%20font-weight%3D%22500%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E%E2%96%BC%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E);
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333333;
}

.ccsn--search_button {
  display: block;
  padding: 14px 80px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: url(images/common/ico-search-white.svg) no-repeat 80% 50%;
  background-color: var(--color_main);
  border-color: var(--color_main);
  background-size: 22px;
  border-radius: 9999px;
  border: none;
  box-shadow: none;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.2s;
  cursor: pointer;
}

.ccsn--search_button:hover {
  opacity: 0.7;
}

/* 事例詳細*/
.ccd-visual--label {
  padding: 6px 12px;
  background-color: var(--color_main);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "LineSeedJP";
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}

.ccd-visual--lead {
  font-family: "LineSeedJP";
  color: var(--color_main);
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 1.4210526316;
  margin-top: 12px;
}

.ccd-visual--ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
}

.ccd-visual--ttl_txt {
  display: inline;
  color: var(--color_main);
  font-family: "LineSeedJP";
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #FFF100 60%, #FFF100 100%, transparent 100%, transparent 100%);
}

.ccd-visual_content {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 32px;
}

.ccd-visual_content--img {
  max-width: 550px;
}

.ccd-visual_content--company_name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}

.ccd-visual_content_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.ccd-visual_content_info--label {
  min-width: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  color: var(--color_main);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.ccd-visual_content_info--desc {
  font-size: 1rem;
  line-height: 1.5;
}

.ccd-visual_content_info + .ccd-visual_content_info {
  margin-top: 12px;
}

.ccd-visual_content--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color_main);
  margin-top: 12px;
  text-decoration: underline;
  line-break: anywhere;
}

.ccd-visual_content--about {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color_main);
  border-top: 2px dotted var(--color_main);
  padding-top: 13px;
  margin-top: 24px;
}

.ccd-visual_content--name {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 8px;
}

.ccd-visual_content--note {
  font-size: 0.750rem;
  line-height: 1.5;
  margin-top: 16px;
}

.ccd-content_point {
  background-color: #f5f5f5;
  padding: 24px;
  margin-top: 32px;
  margin-bottom: 80px;
}

.ccd-content_point--lead {
  font-weight: bold;
  line-height: 1.5;
  color: var(--color_main);
  display: flex;
  font-size: 1.125rem;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.ccd-content_point--lead:before {
  content: '';
  background-image: url(images/common/ico-check-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.ccd-content_point--list {
  margin-top: 12px;
  margin-left: 32px;
}

.ccd-content_point--item {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.ccd-content_point--item + .ccd-content_point--item {
  margin-top: 8px;
}

.ccd-content_point_info {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-top: 32px;
  position: relative;
}

.ccd-content_point_info--label {
  flex: 0 0 78px;
  padding: 2px 16px;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 13px;
  background-color: #cccccc;
}

.ccd-content_point_info--desc {
  line-height: 1.5;
}

.ccd-content_point_info.after:before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: calc(-12px - 29px);
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: var(--color_main) transparent transparent;
  translate: -50% 100%;
}

.ccd-content_point_info.after {
  margin-top: 43px;
}

.after .ccd-content_point_info--label {
  background-color: var(--color_main);
  color: #fff;
}

.ccd-content_point_info--item {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.after .ccd-content_point_info--item {
  font-weight: bold;
}

.after .ccd-content_point_info--item {
  font-weight: bold;
}

.ccd-content_point_info--item + .ccd-content_point_info--item {
  margin-top: 8px;
}

.ccd-content {
  padding-top: 80px;
}

.ccd-content--ttl {
  font-size: 1.75rem;
  padding-bottom: 8px;
  margin-bottom: 22px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 4px solid var(--color_main);
}

.ccd-content--ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100px;
  height: 4px;
  background-color: #00B7CE;
}

.ccd-content--lead {
  font-weight: bold;
  line-height: 2;
}

.ccd-content--ttl + .ccd-content--lead {
  margin-top: 32px;
}

.ccd-content--desc {
  line-height: 2;
  margin-top: 16px;
  text-align: justify;
}

.ccd-content--desc + .ccd-content--ttl {
  margin-top: 56px;
}

.ccd-content--img {
  margin-top: 28px;
}

.ccd-content--img + .ccd-content--ttl {
  margin-top: 56px;
}

.ccd-content--annotate {
  line-height: 1.5;
  margin-top: 32px;
}













.consulting-case .c-btn-green {
  margin-top: 40px;
}

.sub-info {
  max-width: 1320px;
  padding: 64px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.sub-info .c-center {
  background: url(images/kakuho-consulting/info-thum.png) no-repeat 90% 90%;
  background-size: 187px;
  padding: 24px 100px 40px;
  background-color: #fff;
  border-radius: 40px;
}

.sub-info-lead {
  text-align: center;
  margin-bottom: 16px;
}

.sub-info-lead h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color_main);
}

.sub-info-lead p {
  font-weight: 700;
}

.c-btn-contact {
  width: 480px;
}

.c-btn-contact a {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px;
  line-height: 1.4;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 480px;
  color: #fff;
  background-color: var(--color_sub);
}

.c-btn-contact a span {
  display: inline-block;
  background: url(images/common/ico-mail-green.svg) no-repeat left center;
  background-size: 28px;
  padding-left: 38px;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn-area {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-bottom: 28px;
  margin-bottom: 26px;
  border-bottom: 1px dashed var(--color_main);
}

.btn-area .c-btn-middle {
  max-width: 480px;
}

.sub-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 16px;
  text-align: center;
}

.sub-info .catch {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.c-btn-type.blue a {
  background-color: var(--color_blue);
}

/* =========================
  セミナー・イベント
========================= */

.seminarsub-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 4%;
  align-items: stretch;
}

.seminarsub-wrap .seminar-list {
  width: 48%;
  display: flex;
  height: auto;
}

.lv {
  text-align: center;
  margin-bottom: 40px;
}

.lv h1 ,
.lv p {
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--color_main);
}

.sem-search {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid var(--color_main);
  padding: 24px 40px;
  margin-bottom: 35px;
}

.search__area:not(:last-child) {
  margin-bottom: 28px;
}

.sem-search-ttl {
  padding-left: 30px;
  background: url(images/common/ico-search-black.svg) no-repeat left center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.sem-search-ttl span {
  font-size: 0.875rem;
  color: var(--color_main);
  display: inline-block;
  margin-left: 20px;
}

/* 親ラベル */
.search__area .tag {
  display: inline-block;
  cursor: pointer;
  margin: 4px;
}

/* checkbox非表示 */
.search__area .tag input {
  display: none;
}

/* 通常（非選択） */
.search__area .tag span {
  display: inline-block;
  padding: 2px 16px;
  border-radius: 9999px;
  background: #D5D5D5;
  font-weight: 500;
  font-size: 0.8125rem;
  transition: all 0.2s ease;
}

/* hover */
.search__area .tag:hover span {
  opacity: 0.85;
}

/* 選択状態 */
.search__area .tag input:checked + span {
  background: #087C8C;
  color: #fff;
}

/* 押したとき */
.search__area .tag:active span {
  transform: scale(0.96);
}

.search__keyword__input {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #333333;
  background-color: #fff;
  border-radius: 5px;
  font-size: .875rem;
  padding: 15px 10px;
  box-sizing: border-box;
}

.search__detail {
  border-radius: 5px;
  border: 1px solid #CBCBCB;
  padding: 13px 20px;
  margin-top: 20px;
  background-color: #F5F5F5;
}

.search__detail__head {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search__detail__head p {
  font-weight: 700;
  font-size: 1.125rem;
}

.search__detail__toggle {
  margin-left: auto;
  width: 32px;
  height: 32px;
  background: url(images/common/ico-open.svg) no-repeat center center;
  background-size: 100%;
}

.search__detail__toggle.active {
  background: url(images/common/ico-close.svg) no-repeat center center;
  background-size: 100%;
}

.search__detail__body {
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid #C2C2C2;
  display: none;
}

.search__actions {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: flex-end;
}

.search__status span {
  font-weight: 700;
}

.search__clear {
  display: inline-block;
  font-weight: 700;
  padding-left: 36px;
  background: url(images/common/ico-clear.svg) no-repeat left center;
  background-size: 26px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  cursor: pointer;
  margin-left: 40px;
}

.search__clear:hover {
  opacity: .7;
}

.search__submit {
  -webkit-appearance: none;
  border: none;
  border-radius: 555px;
  width: 300px;
  box-sizing: border-box;
  background: var(--color_sub);
  padding: 13px 55px;
  color: #fff;
  margin-left: 32px;
  font-weight: bold;
  cursor: pointer;
}

.search__submit:hover {
  opacity: .7;
}

.search__submit span {
  display: inline-block;
  color: #fff;
  padding-right: 32px;
  background: url(images/common/ico-search-white.svg) no-repeat right center;
  background-size: 22px;
  font-weight: 700;
}

.seminar-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}

.seminar-tabs a {
  background-color: #F5F5F5;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color_main);
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 5px;
  position: relative;
  padding: 8px 0;
  width: calc(50% - 10px);
}

.seminar-tabs a.is-active ,
.seminar-tabs a:hover {
  background-color: var(--color_main);
  color: #fff;
}

.seminar-tabs a.is-active::after ,
.seminar-tabs a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: var(--color_main) transparent transparent;
  translate: -50% 100%;
}

.pagenavi {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.pagenavi-list {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.pagenavi-list .pages {
  display: none!important;
}

.pagenavi-list span,
.pagenavi-list a.page-numbers ,
.pagenavi-list a.first ,
.pagenavi-list a.last {
  display: inline-block;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  color: var(--color_main);
  text-align: center;
  font-size: 1.125rem;
  border: 1px solid var(--color_main);
  background-color: #fff;
  font-weight: 700;
  border-radius: 200px;
}

.pagenavi-list .current {
  color: #fff;
  background-color: var(--color_main);
}

.count-post {
  font-size: 0.875rem;
}

/*seminar single*/

.seminar-detail_main2 {
  max-width: 1320px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 56px;
}

.seminar-detail_main2_labels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.seminar-detail_main2_labels--label {
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 12px;
  color: #087C8C;
  border-radius: 100px;
  background-color: #fff;
}

.seminar-detail_main2_labels--label.受付終了, 
.seminar-detail_main2_labels--label.受付準備中, 
.seminar-detail_main2_labels--label.開催中止・配信中止, 
.seminar-detail_main2_labels--label.開催終了・配信終了, 
.seminar-detail_main2_labels--label.テスト（開発用） {
  color: #333;
  background-color: #ccc;
}

.seminar-detail_main2_labels--label.参加無料 {
  color: #fff;
  background-color: #CE4C00;
}

.seminar-detail_main2_labels--label.blue_rounded {
  color: #fff;
  background-color: #fff;
  border: 1px solid #087C8C;
  background-color: #087C8C;
  border-radius: 100px;
}

.seminar-detail_main2_labels--label.other {
  color: #fff;
  background-color: #fff;
  border: 1px solid #087C8C;
  background-color: #087C8C;
  border-radius: 100px;
}

.seminar-detail_main2--ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 16px;
}

.seminar-detail_main2--layout {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 24px;
}

.seminar-detail_main2--img_wrap {
  flex-shrink: 0;
}

.seminar-detail_main2--img {
  max-width: 480px;
}

.seminar-detail_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted var(--color_main);
}

.seminar-detail_box--term {
  font-weight: bold;
  color: var(--color_main);
  width: 175px;
  padding: 24px 0;
  border-top: 1px dotted var(--color_main);
  font-size: 1rem;
}

.seminar-detail_box--data {
  width: calc(100% - 175px);
  padding: 24px 0;
  border-top: 1px dotted var(--color_main);
}

.seminar-detail_box--data p {
  font-weight: 700;
}

.seminar-detail_box--data p + p {
  margin-top: 25px;
}

.seminar-detail_box--text {
  font-weight: bold;
  line-height: 2;
}

.seminar-detail_box_speaker--block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-top: 32px;
}

.seminar-detail_box_speaker--img {
  max-width: 190px;
  flex-shrink: 0;
}

.seminar-detail_box_speaker--desc {
  font-size: 0.875rem;
  line-height: 1.7;
}

.sdb_define {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 136px 1fr;
  grid-template-columns: 136px 1fr;
  border: 1px solid #707070;
  border-bottom: none;
}

.sdb_define--term {
  background-color: #F5F5F5;
  padding: 16px;
  font-weight: bold;
  color: var(--color_main);
  line-height: 1.7;
}

.sdb_define--description {
  border-left: 1px solid #707070;
  padding: 16px;
  line-height: 1.7;
  line-break: anywhere;
}

.seminar-detail_box--text_link {
  text-decoration: underline;
}

.sdb_define:last-child {
  border-bottom: 1px solid #707070;
}

.seminar-detail_box_speaker {
  position: relative;
}

.seminar-detail_box_speaker--name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color_main);
}

.seminar-detail_box_speaker--accordion_btn {
  background-image: url(images/common/ico-open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}

.seminar-detail_box_speaker--accordion_btn.js-close {
  background-image: url(images/common/ico-close.svg);
}

.seminar-detail_box_speaker--hat {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 12px;
}

.seminar-detail_main2--label {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color_main);
  margin-top: 20px;
}

.seminar-detail_main2--label:first-child {
  margin-top: 0;
}

.seminar-detail_main2--apply_start_time {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 8px;
}

.seminar-detail_main2--place,
.seminar-detail_main2--stream_start,
.seminar-detail_main2--start_date,
.seminar-detail_main2--apply_period {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 8px;
}

.seminar-detail_main2--start_date br ,
.seminar-detail_main2--stream_start br,
.seminar-detail_main2--apply_start_time br {
  display: none;
}

/*new seminar single*/
.newsem-detail-head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.newsem-detail-head .entry-free {
  background-color: #CE4C00;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 1px 30px;
}

.newsem-detail-head .label__status_start {
  background-color: var(--color_yellow);
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 1px 60px;
  margin-left: auto;
}

.newsem-detail-head .label__status_end {
  background-color: #E4E4E4;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 1px 60px;
  margin-left: auto;
}

.newsem-detail-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.newsem-detail-labels__format {
  display: inline-block;
  padding: 2px 32px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}

.newsem-detail-labels__format.labels__online {
  background-color: #096FCA
}

.newsem-detail-labels__format.labels__ondemand {
  background-color: var(--color_sub);
}

.newsem-detail-labels__format.labels__offline {
  background-color: #CE4C00;
}

.newsem-detail-labels__format.labels__hybrid {
  background-color: #CE4C00;
}

.newsem-detail-labels__format.labels__archive {
  background-color: var(--color_main);
}

ul.search__type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.search__type li {
  display: inline-block;
  padding: 2px 32px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  background-color: var(--color_main);
}

.seminar-end-text {
  background-color: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #CE4C00;
}

.newsem-detail h1 {
  font-weight: 700;
  font-size: 2.375rem;
  color: var(--color_main);
  padding-bottom: 12px;
  line-height: 1.3;
  border-bottom: 2px solid var(--color_main);
  margin-bottom: 15px;
}

.newsem-detail .sub-title {
  font-weight: 700;
  font-size: 1.875rem;
  color: var(--color_sub);
  line-height: 1.3;
  margin-bottom: 30px;
}

.newsem-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.newsem-wrap .newsem-img {
  width: 47.2%;
}

.newsem-wrap .newsem-outline {
  width: 50%;
  margin-left: auto;
}

.newsem-outline dl {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--color_main);
}

.newsem-outline dl dt {
  width: 142px;
  font-weight: 700;
  font-size: 1.125rem;
}

.newsem-outline dl dd {
  width: calc(100% - 142px);
  margin-left: auto;
}

.newsem-outline dl dd .end {
  color: #CE4C00;
  font-weight: 700;
  font-size: 1.125rem;
}

.newsem-btn {
  text-align: center;
}

.newsem-btn p {
  font-weight: 700;
  text-align: center;
}

.newsem-btn .c-btn {
  max-width: 540px;
  margin-bottom: 8px;
}

.newsem-btn .c-btn a {
  font-size: 1.25rem;
  padding: 9px 14px;
}

.newsem-btn .status-end {
  background: url(images/common/ico-arw-btn.svg) no-repeat 97% 50%;
  background-size: 24px;
  background-color: #E4E4E4;
  border-radius: 200px;
  text-align: center;
  padding: 16px 14px;
  color: #222;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 540px;
}

.newsem-section {
  border-bottom: 1px dashed var(--color_main);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newsem-section-grid {
  display: flex;
  gap: 10px;
}

.newsem-section-grid h2 {
  width: 238px;
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--color_main);
}

.newsem-section-grid .newsem-section-grid__info ,
.newsem-section-grid .newsem-section-grid__lecturer {
  width: calc(100% - 238px);
  margin-left: auto;
}

.newsem-section-grid .newsem-section-grid__info p {
  margin-bottom: 15px;
}

.newsem-section-grid__lecturer {
  display: flex;
  gap: 20px;
}

.newsem-section-grid__lecturer .thum {
  width: 180px;
}

.newsem-section-grid__lecturer .desc {
  width: calc(100% - 180px);
  // margin-left: auto;
}

.newsem-section-grid__lecturer .desc .job {
  font-weight: 700;
  margin: 14px 0 6px;
}

.newsem-section-grid__lecturer .desc .license {
  margin: 0 0 8px;
}

.newsem-section-grid__lecturer .desc .text {
  line-height: 1.4;
}

.newsem-section-about.newsem-section {
  border-bottom: none;
  padding-bottom: 10px;
}

.newsem-section-about h2 {
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--color_main);
  margin-bottom: 24px;
}

.newsem-section-about table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.newsem-section-about table th ,
.newsem-section-about table td {
  border: 1px solid #707070;
}

.newsem-section-about table th {
  background-color: #F5F5F5;
  padding: 20px;
  font-weight: 700;
  color: var(--color_main);
}

.newsem-section-about table td {
  padding: 20px;
  font-weight: 500;
}

.h2-ttl02 {
  text-align: center;
  color: var(--color_main);
  font-weight: 700;
  font-size: 2.375rem;
  margin-bottom: 40px;
}

.subpage.subpage-seminar-single {
  margin-bottom: 60px;
}

.newsem-section-about table td .end {
  color: #CE4C00;
  font-weight: 700;
  font-size: 1.125rem;
}

.newsem-section-about .c-btn-pdf {
  margin-left: 10px;
}

.c-btn-pdf {
  display: inline-block;
  padding: 9px 57px;
  border: 1px solid var(--color_main);
  color: var(--color_main);
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 200px;
}

.c-btn-pdf span {
  display: inline-block;
  padding-right: 19px;
  background: url(images/common/ico-pdf.svg) no-repeat right center;
  background-size: 18px;
}

/* =========================
  よくあるご質問
========================= */
.faq-head {
  margin-bottom: 32px;
  position: relative;
}

.faq-head:after {
  content: '';
  position: absolute;
  right: 100px;
  top: -100px;
  width: 163px;
  height: 162px;
  background: url(images/common/faq-thum.svg);
  background-size: 100%;
}

.faq-head p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.faq-accordeon-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-bottom: 64px;
  position: relative;
  // justify-content: space-between;
  justify-content: center;
}

.faq-accordeon-list li {
  width: 24.07%;
}

.faq-accordeon-list li a {
  background: url(images/common/ico-arw-btm02.svg) no-repeat 95% 50%;
  background-size: 24px;
  background-color: #fff;
  border-radius: 300px;
  border: 2px solid var(--color_main);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.125rem;
  min-height: 60px;
  color: var(--color_main);
}

.faq-block {
  margin-bottom: 64px;
}

.faq-block .faq-list {
  margin-bottom: 20px;
}

.faq-block .faq-list .question {
  padding: 10px 100px 10px 59px;
  background-color: rgba(8,124,140,.1);
  cursor: pointer;
  position: relative;
}

.faq-list {
  border: 1px solid var(--color_main);
  border-radius: 10px;
}

.faq-list h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.faq-list h3 span {
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--color_main);
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}

.open-close {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #087C8C;
}

.answer {
  padding: 20px 90px 20px 59px;
  font-weight: 500;
}

.open-close:before {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background: #fff;
}

.open-close:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.question.is-open .open-close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.answer a {
  text-decoration: underline;
  color: var(--color_main);
  font-weight: 700;
}

.c-btn-contact.c-center-btn {
  display: block;
  margin: 0 auto;
}

/* =========================
  下層 新着情報
========================= */

.news-sub {
  max-width: 800px;
  margin: 0 auto;
}

.news-sub-list li {
  width: 98%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color_border);
}

.news-sub-list li .news-list-grid {
  display: flex;
  align-items: center;
}

.news-sub-list li .news-list-grid .news-date {
  font-weight: 700;
  margin-right: 9px;
  color: var(--color_main);
}

.news-sub-list li .news-list-grid .cat {
  display: inline-block;
  border: 1px solid var(--color_main);
  text-align: center;
  font-size: 0.8125rem;
  color: var(--color_main);
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  padding: 2px 20px;
  margin-right: 9px;
  border-radius: 100px;
}

.news-sub-list li .news-list-grid .new {
  color: var(--color_red);
  font-weight: 500;
}

.news-sub-list li h3 {
  font-weight: 700;
}

.news-sub-list li a h3 {
  text-decoration: underline;
}

.news-sub-list li a:hover h3 {
  text-decoration: none;
}

.single-page .news-list-grid {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-page .news-list-grid .news-date {
  font-weight: 700;
  margin-right: 9px;
  color: var(--color_main);
}

.single-page .news-list-grid .cat {
  display: inline-block;
  border: 1px solid var(--color_main);
  text-align: center;
  font-size: 0.8125rem;
  color: var(--color_main);
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  padding: 2px 20px;
  margin-right: 9px;
  border-radius: 100px;
}

.single-page  .new {
  color: var(--color_red);
  font-weight: 500;
}

.single-page h1 {
  font-weight: 700;
  font-size: 2.375rem;
  color: var(--color_main);
  padding-bottom: 12px;
  line-height: 1.3;
  border-bottom: 2px solid var(--color_main);
  margin-bottom: 15px;
}

.single-page h2 {
  font-size: 1.75rem;
  padding-bottom: 8px;
  margin-bottom: 22px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 4px solid var(--color_main);
}

.single-page h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100px;
  height: 4px;
  background-color: #00B7CE;
}

.single-page h3 {
  font-size: 1.5rem;
  background-color: rgba(8, 124, 140, 0.1);
  padding: 6px 20px;
  margin: 25px 0 24px;
  font-weight: 700;
}

.single-page h4 {
  color: var(--color_main);
  margin-bottom: 24px;
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 700;
}

.single-page p:not([class]) {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.single-page ul:not([class]) {
  margin-bottom: 20px;
}

.single-page ul:not([class]) li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
}

.single-page ul:not([class]) li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  left: 4px;
  top: 13px;
  font-size: 18px;
  background-color: var(--color_main);
}

.single-page ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
}

.single-page ol li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
}

.single-page ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 1rem;
  color: var(--color_main);
}

.single-page a:not([class]) {
  color: var(--color_main);
  text-decoration: underline;
}

.single-page a:not([class]):hover {
  text-decoration: none;
}

.single-page table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 15px;
}

.single-page table tr th,
.single-page table tr td {
  border: solid 1px #CCCCCC;
  vertical-align: middle;
  font-size: 1rem;
  padding: 5px;
}

.single-page table tr th {
  background: #E7F1F0;
  color: var(--color_main);
  font-weight: 700;
}

.privacy_list--item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.privacy_list--item {
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 0.875rem;
}

.site_policy_content_note--service_link {
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  word-break: break-all;
}

.page_content--lead {
  font-size: 0.875rem;
}

.site_policy_content_note--service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site_policy_content_note--ttl {
  font-weight: bold;
  line-height: 1.7;
  font-size: 0.875rem;
}

.site_policy_content_note--ttl:not(:last-child) {
    margin-bottom: 0.5em;
}

.site_policy_content_note--service:not(:last-child) {
  margin-bottom: 0.5em;
}

.privacy_list {
  margin-top: 20px;
}

.site_policy_content_note {
  margin-top: 20px;
}

.site_policy_content_note--service_label {
  line-height: 1.5;
  font-size: 0.875rem;
}

.sp {
  display: none;
}

.coming-soon-text {
  text-align: center;
  padding: 100px 0px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

/* filter: drop-shadow(0 3px 6px rgba(0, 55, 51, 0.1));
font-size: clamp(0.75rem, 1.25vw, 1rem);
aspect-ratio: 1 / 2;
background: center/contain url("../images/aaa.svg") no-repeat; */

.c-center {
  width: 100%;
  max-width: 1320px;
  padding: var(--paddingSection) 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  max-width: 1080px;
  padding: var(--paddingSection) 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}

/* color */
.main_color {
  color: #087C8C;
}

/*btn*/
.c-btn {
  display: inline-block;
  width: 100%;
  max-width: 488px;
}

.c-btn.fl-ver {
  max-width: 600px;
}

.c-btn a {
  display: inline-block;
  width: 100%;
  background: url(images/common/ico-arw-btn.svg) no-repeat 95% 50%;
  background-size: 24px auto;
  background-color: var(--color_yellow);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 14px 14px 12px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.c-btn.fl-ver a {
  padding: 7px 14px 7px;
}

.c-btn a span {
  display: block;
  font-size: 0.875rem;
}

.c-btn-white {
  display: block;
  text-align: center;
}

.c-btn-white a {
  background-color: #fff;
  border: 2px solid var(--color_main);
  border-radius: 200px;
  font-weight: 700;
  text-align: center;
  width: 600px;
  display: inline-block;
  margin: 0 auto;
  padding: 6px 5px 7px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

}

.c-btn-white .txt01 {
  font-size: 0.8125rem;
  color: var(--color_main);
  display: block;
}

.c-btn-white .txt02 {
  font-size: 1.25rem;
  color: var(--color_main);
  display: block;
  line-height: 1.4;
}

.c-btn-green {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

.c-btn-green a {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  background: url(images/common/ico-arw-btn_white.svg) no-repeat 97% 50%;
  background-size: 24px;
  background-color: var(--color_main);
  text-align: center;
  padding: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.25rem;
  border-radius: 200px;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/*==========
タイトル&テキスト
==========*/

.txt14 {
  font-size: 0.875rem;
}

.txt18 {
  font-size: 1.125rem;
}

strong {
  font-weight: 700;
}


/*=== breadcrumb ===*/
.breadcrumb {
  padding: 16px 0;
}
.breadcrumb ol {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.breadcrumb li a {
  text-decoration: underline;
  color: var(--color_main);
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb li:not(:last-child)::after {
  content: "／";
  margin: 0 8px;
  color: var(--color_main);
}

/*==========
Effect
==========*/

.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-r{
  font-weight: 400 !important;
}
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: 700 !important;
}
.u-td-u{
  text-decoration: underline !important;
}

.u-td-u:hover {
  text-decoration: none;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1450px){
  .l-header-logo {
    padding-left: 20px;
  }
  .l-header-logo .logo {
    width: 329px;
  }
  .l-header-btn {
    width: 150px;
    padding: 0 10px;
  }
  .l-header-btn a span {
    line-height: 1.2;
  }
  .subpage .c-center {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1350px){
  .mv:after {
    content: '';
    position: absolute;
    left: -176px;
    z-index: 0;
    bottom: -156px;
    width: 624px;
    height: 625px;
    background: url(images/top/mv-thum01.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .consulting-feature {
    padding: 24px 30px 30px;
  }
}