@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  margin: 0;
  padding: 0;
}

body, html {
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #000;
  line-height: 2.0;
  background-color: #FFF;
  word-wrap: break-word;
  -ms-overflow-style: scrollbar;
}

/* tell-link pc-none */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  color: #0000CD;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* common */
.pc-none {
  display: none!important;
}

.pc-br-none {
  display: none!important;
}

.pc-lg-br-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-br-none {
  display: inline-block;
}

.text-s {
  font-size: 14px!important;
  font-size: 1.4rem!important;
}

.text-l {
  font-size: 20px!important;
  font-size: 2.0rem!important;
}

.text-blue {
  color: #0000CD!important;
}

.fw-b {
  font-weight: bold!important;
}

.fw-n {
  font-weight: normal!important;
}

.ta-c {
  text-align: center!important;
}

.ta-l {
  text-align: left!important;
}

.ta-r {
  text-align: right!important;
}

/* Scroll ===================== */

.scroll-to-top {
  width: 50px;
  height: 56px;
  /*position: absolute;*/
  position: fixed;
  right: 40px;
  /*top: 20px;*/
  bottom: 40px;
  z-index: 8000;
}

.scroll-to-top span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.scroll-to-top a {
  background: url(../svg/scroll_top.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

/* header ===================== */

.t-header_area {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.t-header_area.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.t-header_area a:hover {
  text-decoration: none;
}

.t-header_area .navbar {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  padding: 14px 24px;
  gap: 35px;
}

.t-header_area .navbar.bg-light {
/*  background-color: rgba(255, 255, 255, 0.8) !important;*/
  background: none!important;
}

.t-navbar-brand h1 {
  line-height: 0;
  padding: 0;
}

.t-navbar-brand img {
  width: 210px;
}

.t-navbar-brand .logo-title_text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  color: #180D09;
}

/* ヘッダー3つボタン */
.header-btn_area {
/*  margin-bottom: 16px;*/
}

.header-btn_area .header-btn_item {
  width: 176px;
  margin-left: 5px;
  text-align: center;
}

.header-btn_area .header-btn_item:first-child {
  margin-left: 0;
}

.header-btn_area .header-btn_item > a {
  color: #FFFFFF;
  background-color: #000000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 10px 8px 10px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #000000;
}

.header-btn_area .header-btn_item > a:hover {
  color: #000000;
  background-color: #ffffff!important;
  transition: all 0.3s;
}

.header-btn_area .header-btn_item a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.3s;
}

.header-btn_area .header-btn_item:nth-of-type(1) a {
  background-color: #0000CD;
  border-color: #0000CD;
}

.header-btn_area .header-btn_item:nth-of-type(1) a:hover {
  color: #0000CD;
}

.header-btn_area .header-btn_item:nth-of-type(1) a:before {
  background-image: url(../svg/icon_config_white.svg);
  width: 15px;
  height: 15px;
}

.header-btn_area .header-btn_item:nth-of-type(1) a:hover::before {
  background-image: url(../svg/icon_config_blue.svg);
}

.header-btn_area .header-btn_item:nth-of-type(2) a,
.header-btn_area .header-btn_item:nth-of-type(3) a {
  background-color: #E4007F;
  border-color: #E4007F;
}

.header-btn_area .header-btn_item:nth-of-type(2) a:hover,
.header-btn_area .header-btn_item:nth-of-type(3) a:hover {
  color: #E4007F;
}

.header-btn_area .header-btn_item:nth-of-type(2) a:before,
.header-btn_area .header-btn_item:nth-of-type(3) a:before {
  background-image: url(../svg/icon_mail_white.svg);
  width: 16px;
  height: 13px;
}

.header-btn_area .header-btn_item:nth-of-type(2) a:hover::before,
.header-btn_area .header-btn_item:nth-of-type(3) a:hover::before {
  background-image: url(../svg/icon_mail_pink.svg);
}

/* ヘッダーメニューリンク */
.t-header_area .navbar-nav li {
  display: inline-block;
  text-align: right;
  padding-left: 34px;
}

.t-header_area .navbar-nav li a {
  color: #333333;
  line-height: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  transition: all ease-in 0.3s;
}

.t-header_area .navbar-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease-in 0.3s;
}

.t-header_area .navbar-nav li a:hover::before {
  width: 100%;
  border-bottom: 1px solid #0000CD;
  transition: all ease-in 0.3s;
}

.t-header_area .navbar-nav li a:hover {
  text-decoration: none;
  color: #0000CD;
}

@media screen and (min-width: 992px) {
  .t-header_area .navbar-nav li.current_page_item a::before {
    width: 100%;
    border-bottom: 1px solid #0000CD;
    transition: all ease-in 0.3s;
  }

  .t-header_area .navbar-nav li.current_page_item a {
    text-decoration: none;
    color: #0000CD;
  }
}

.t-header_area .navbar-collapse .close_btn {
  display: none;
}

/* ヘッダー トグルボタン */
.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .js-menu-trigger.navbar-toggler-icon {
  background-image: none;
}

.js-menu-trigger,
.js-menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.js-menu-trigger {
  position: relative;
  width: 24px;
  height: 22px;
}

.js-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0000CD;
  border-radius: 4px;
}

.js-menu-trigger span:nth-of-type(1) {
  top: 0;
}

.js-menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.js-menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.js-menu-trigger.js-menu-open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.js-menu-trigger.js-menu-open span:nth-of-type(2) {
  opacity: 0;
}

.js-menu-trigger.js-menu-open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* ヘッダー下マージン */
.m-sticky {
/*  margin-bottom: 88px;*/
}
main {
  margin-top: 72px;
}

/* footer ===================== */
footer {
  background-color: #F2F2F2;
  position: relative;
  /*z-index: 1;*/
  z-index: 4;
  overflow: hidden;
}

.footer_inner {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 10px 48px;
}

.footer-nav {
  position: relative;
}

.footer-nav::before {
  content: "";
  position: absolute;
  background: url(../svg/icon_logo_white.svg) no-repeat center center;
  background-size: 100% auto;
  display: block;
  width: 424px;
  height: 471px;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}

.footer-nav .footer-nav_inner {
	display: flex;
	gap: 120px;
	justify-content: flex-start;
	align-items: flex-start;
  position: relative;
  z-index: 2;
}
.footer-nav .footer-logo_area {
  max-width: 210px;
}
.footer-nav .footer_link_area {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.footer-nav .footer-logo_area img {
  width: auto;
  max-width: 100%;
}

.footer_read_box {
	margin: 16px 0 24px;
}

.footer_read_box .read_text {
	font-size: 16px;
	font-size: 1.6rem;
}

.footer_inner a.logo-text_link {
color: #180D09;
}

.footer_inner a.logo-text_link:hover {
text-decoration: none;
}

.footer_link_item {
	width: -webkit-calc(100% / 3 - 13px);
	width: calc(100% / 3 - 13px);
	max-width: calc(100% / 3 - 13px);
	margin-right: 13px;
}

.footer_link_item:last-child {
	margin-right: 0;
}

.footer_link_title {
	border: 1px solid #180D09;
	text-align: center;
	padding: 4px 10px 1px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.footer-nav .footer_link_item ul {
	margin-top: 0;
	padding-left: 5px;
	list-style: none;
}

.footer-nav .footer_link_item ul a {
	color: #333333;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 4.0em;
}

.footer-nav .footer_link_item ul a:hover {
	color: #0000CD;
}

.footer-nav .footer_link_item ul a:before {
	content: none;
}

.footer-nav .footer_link_item ul a[target="_blank"] {
  position: relative;
}

.footer-nav .footer_link_item ul a[target="_blank"]::after {
  content: "";
  background: url(../svg/icon_blank.svg) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
}

.footer_area #copyright {
	font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #180D09;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.others-menu {
	background: url(../images/common/bg_others.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

.others-menu::before {
  background-color: #E5E5FA;
  opacity: 0.85;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.others-menu h2 {
	color: #0000CD;
	font-family: 'Oswald';
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.others-menu .others-menu_inner {
	width: 1060px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 15px 80px;
  position: relative;
  z-index: 2;
}

.others-menu .others-menu_inner .link-items {
	justify-content: flex-start;
	gap: 24px;
  margin: 0;
}

.others-menu .others-menu_inner .link-items .link-item {
	width: calc((100% / 3) - (48px / 3));
  display: flex;
}

.others-menu .others-menu_inner .link-items .link-item > a {
	color: #0000CD;
	background-color: #ffffff;
  border: 2px solid #0000CD;
	border-top-width: 8px;
	border-radius: 0 0 8px 8px;
	padding: 10px 15px 15px;
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	transition: all 0.3s;
}

.others-menu .others-menu_inner .link-items .link-item > a:hover {
	color: #ffffff;
	background-color: #0000CD;
	transition: all 0.3s;
}

.others-menu .others-menu_inner .link-items .link-item > a::before {
	content: "";
	position: absolute;
	border-top: 1px solid #ffffff;
	top: 1px;
	left: 0;
	width: 100%;
}

.others-menu .others-menu_inner .link-items .link-item .page_icon {
	width: 42px;
	display: -webkit-box;
}

.others-menu .others-menu_inner .link-items .link-item .page_icon img {
	width: 100%;
}

.others-menu .others-menu_inner .link-items .link-item .page_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon {
  position: relative;
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon::before {
  content: "";
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
	transition: all 0.3s;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon.icon-logo::before {
  background-image: url(../svg/icon_logo_blue.svg);
  width: 40px;
  height: 44px;
}

.others-menu .others-menu_inner .link-items .link-item a:hover .page_title.icon.icon-logo::before {
  background-image: url(../svg/icon_logo_white.svg);
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon.icon-solution::before {
  background-image: url(../svg/icon_solution_blue.svg);
  width: 42px;
  height: 30px;
}

.others-menu .others-menu_inner .link-items .link-item a:hover .page_title.icon.icon-solution::before {
  background-image: url(../svg/icon_solution_white.svg);
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon.icon-consulting::before {
  background-image: url(../svg/icon_consulting_blue.svg);
  width: 42px;
  height: 34px;
}

.others-menu .others-menu_inner .link-items .link-item a:hover .page_title.icon.icon-consulting::before {
  background-image: url(../svg/icon_consulting_white.svg);
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon.icon-seminar::before {
  background-image: url(../svg/icon_seminar_blue.svg);
  width: 40px;
  height: 44px;
}

.others-menu .others-menu_inner .link-items .link-item a:hover .page_title.icon.icon-seminar::before {
  background-image: url(../svg/icon_seminar_white.svg);
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon.icon-column::before {
  background-image: url(../svg/icon_column_blue.svg);
  width: 40px;
  height: 44px;
}

.others-menu .others-menu_inner .link-items .link-item a:hover .page_title.icon.icon-column::before {
  background-image: url(../svg/icon_column_white.svg);
}

.others-menu .others-menu_inner .link-items .link-item .page_title.icon.icon-faq::before {
  background-image: url(../svg/icon_faq_blue.svg);
  width: 40px;
  height: 44px;
}

.others-menu .others-menu_inner .link-items .link-item a:hover .page_title.icon.icon-faq::before {
  background-image: url(../svg/icon_faq_white.svg);
}

.action-nav {
	background-color: #5959DE;
  position: relative;
  z-index: 2;
}

.action-nav .action-nav_inner {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 10px 85px;
}

.action-nav .action-nav_inner .action-items {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.action-nav .action-nav_inner .action-items .action-item {
	background-color: #ffffff;
	padding: 40px 15px;
	width: calc((100% / 3) - (40px / 3 ));
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 0 20px #0000CD;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  position: relative;
}

.action-nav .action-nav_inner .action-items .action-item > a {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.action-nav .action-nav_inner .action-items .action-item .bg-s_btn {
  width: 100%;
	max-width: 176px;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .action-nav .action-nav_inner .action-items .action-item:hover {
    box-shadow: none;
  }
  .action-nav .action-nav_inner .action-items .action-item:hover .bg-s_btn > a {
    color: #0000CD;
    background-color: #ffffff;
  }
  .action-nav .action-nav_inner .action-items .action-item:hover .bg-s_btn.icon.icon-mail.-blue > a::before {
    background-image: url(../svg/icon_mail_blue.svg);
  }
  .action-nav .action-nav_inner .action-items .action-item:hover .bg-s_btn.icon.icon-download.-blue > a::before {
    background-image: url(../svg/icon_download_blue.svg);
  }
  .action-nav .action-nav_inner .action-items .action-item:hover .bg-s_btn.icon.icon-config.-blue > a::before {
    background-image: url(../svg/icon_config_blue.svg);
  }
}

.bg-s_btn > a {
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #000000;
	border-radius: 25px;
	transition: all ease-in 0.3s;
}

.bg-s_btn > a:hover {
	color: #000000;
	background-color: #ffffff!important;
	transition: all ease-in 0.3s;
}

.bg-s_btn.-blue > a {
	background-color: #0000CD;
	border-color: #0000CD;
}
.bg-s_btn.-blue > a:hover {
	color: #0000CD;
}
.bg-s_btn.icon > a {
	position: relative;
}
.bg-s_btn.icon > a::before {
	content: "";
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	transition: all ease-in 0.3s;
}
.bg-s_btn.icon.icon-mail > a::before {
	background-image: url(../svg/icon_mail_white.svg);
	width: 16px;
	height: 13px;
}
.bg-s_btn.icon.icon-mail.-blue > a:hover::before {
	background-image: url(../svg/icon_mail_blue.svg);
}
.bg-s_btn.icon.icon-download > a::before {
	background-image: url(../svg/icon_download_white.svg);
	width: 16px;
	height: 15px;
}
.bg-s_btn.icon.icon-download.-blue > a:hover::before {
	background-image: url(../svg/icon_download_blue.svg);
}
.bg-s_btn.icon.icon-config > a::before {
	background-image: url(../svg/icon_config_white.svg);
	width: 15px;
	height: 15px;
}
.bg-s_btn.icon.icon-config.-blue > a:hover::before {
	background-image: url(../svg/icon_config_blue.svg);
}

.bg-m_btn > a {
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 0 40px;
	border: 1px solid #000000;
	border-radius: 25px;
	transition: all ease-in 0.3s;
}

.bg-m_btn > a:hover {
	color: #000000;
	background-color: #ffffff!important;
	transition: all ease-in 0.3s;
}

.bg-m_btn.-blue > a {
	background-color: #0000CD;
	border-color: #0000CD;
}
.bg-m_btn.-blue > a:hover {
	color: #0000CD;
}

.bg-m_btn.-reverse-blue > a {
	color: #0000CD;
  background-color: #ffffff;
	border-color: #0000CD;
}
.bg-m_btn.-reverse-blue > a:hover {
  color: #ffffff;
	background-color: #0000CD!important;
}

.bg-m_btn.-arrow > a {
  position: relative;
}

.bg-m_btn.-arrow > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
	transition: all ease-in 0.3s;
}

.bg-m_btn.-arrow > a:hover::after {
  border-color: #000000;
	transition: all ease-in 0.3s;
}

.bg-m_btn.-arrow.-blue > a:hover::after {
  border-color: #0000CD;
}

.bg-m_btn.-arrow.-reverse-blue > a::after {
  border-color: #0000CD;
}

.bg-m_btn.-arrow.-reverse-blue > a:hover::after {
  border-color: #ffffff;
}

.bg-m_btn.-left {
  margin-left: 0!important;
  margin-right: auto!important;
}

.bg-l_btn > a,
.bg-l_btn > span {
	color: #ffffff;
	background-color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: inline-block;
/*	padding: 0 40px;*/
	padding: 0 30px;
	border: 1px solid #000000;
	border-radius: 30px;
	transition: all ease-in 0.3s;
}

.bg-l_btn > a:hover {
	color: #000000;
	background-color: #ffffff!important;
	transition: all ease-in 0.3s;
}

.bg-l_btn.-blue > a {
	background-color: #0000CD;
	border-color: #0000CD;
}
.bg-l_btn.-blue > a:hover {
	color: #0000CD;
}

.bg-l_btn.-gray > a,
.bg-l_btn.-gray > span {
	background-color: #999999;
	border-color: #999999;
}
.bg-l_btn.-gray > a:hover {
	color: #999999;
}

.bg-l_btn.-reverse-blue > a {
	color: #0000CD;
  background-color: #ffffff;
	border-color: #0000CD;
}
.bg-l_btn.-reverse-blue > a:hover {
  color: #ffffff;
	background-color: #0000CD!important;
}

.bg-l_btn.-arrow > a {
  position: relative;
}

.bg-l_btn.-arrow > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
	transition: all ease-in 0.3s;
}

.bg-l_btn.-arrow > a:hover::after {
  border-color: #000000;
	transition: all ease-in 0.3s;
}

.bg-l_btn.-arrow.-blue > a:hover::after {
  border-color: #0000CD;
}

.bg-l_btn.-arrow.-reverse-blue > a::after {
  border-color: #0000CD;
}
.bg-l_btn.-arrow.-reverse-blue > a:hover::after {
  border-color: #ffffff;
}

.bg-l_btn.icon > a::before {
	content: "";
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	transition: all ease-in 0.3s;
}

.bg-l_btn.icon.icon-consultant > a::before {
	background-image: url(../svg/icon_consultant_white.svg);
	width: 32px;
	height: 26px;
}
.bg-l_btn.icon.icon-consultant.-blue > a:hover::before {
	background-image: url(../svg/icon_consultant_blue.svg);
}

.bg-l_btn.icon.icon-solution > a::before {
	background-image: url(../svg/icon_solution_white.svg);
	width: 30px;
	height: 22px;
}
.bg-l_btn.icon.icon-solution.-blue > a:hover::before {
	background-image: url(../svg/icon_solution_blue.svg);
}

.bg-l_btn.icon.icon-config > a::before {
	background-image: url(../svg/icon_config_white.svg);
	width: 18px;
	height: 18px;
}
.bg-l_btn.icon.icon-config.-blue > a:hover::before {
	background-image: url(../svg/icon_config_blue.svg);
}
.bg-l_btn.icon.icon-mail > a::before {
	background-image: url(../svg/icon_mail_white.svg);
	width: 18px;
	height: 15px;
}
.bg-l_btn.icon.icon-mail.-blue > a:hover::before {
	background-image: url(../svg/icon_mail_blue.svg);
}

.bg-l_btn.-left {
  margin-left: 0!important;
  margin-right: auto!important;
}

.bd-l_btn > a {
	color: #000000;
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 0 40px;
	border: 1px solid #000000;
	border-radius: 30px;
	transition: all ease-in 0.3s;
}

.bd-l_btn > a:hover {
	color: #ffffff!important;
	background-color: #000000;
	border-color: #ffffff!important;
	transition: all ease-in 0.3s;
}

.bd-l_btn.-blue > a {
	color: #0000CD;
	border-color: #0000CD;
}
.bd-l_btn.-blue > a:hover {
	background-color: #0000CD;
}

.bd-l_btn.-arrow > a {
  position: relative;
}

.bd-l_btn.-arrow > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
	transition: all ease-in 0.3s;
}

.bd-l_btn.-arrow > a:hover::after {
  border-color: #ffffff!important;
	transition: all ease-in 0.3s;
}

.bd-l_btn.-arrow.-blue > a::after {
  border-color: #0000CD;
}

.rounded-btn > a {
  color: #ffffff;
  background-color: #0000CD;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  height: 4.0em;
  transition: all ease-in 0.3s;
  border: 1px solid #0000CD;
}

.rounded-btn > a:hover {
  color: #0000CD;
  background-color: #ffffff;
}

.pc-col2_btns {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.pc-col2_btns > * {
  width: calc(100% / 2 - 16px);
  flex: 0 1 auto;
}

.x-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 20px;
  position: relative;
}

.x-scroll::before {
  background: url(../svg/icon_scroll.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  position: sticky;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  transition: all ease-in 0.3s;
  display: none;
}

.x-scroll:hover::before, 
.x-scroll:active::before, 
.x-scroll:focus::before {
  opacity: 0;
}

@media screen and (max-width: 1080px) {
  .x-scroll > *:first-child {
    margin-top: -100px!important;
  }
  .x-scroll::before {
    display: block;
  }
}

.x-scroll.scroll-hint.is-scrollable {
  width: calc(100% + 20px);
  overflow: auto!important;
  margin-left: 0;
  padding: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.x-scroll.scroll-hint.is-scrollable > *:first-child {
  padding-right: 20px!important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  トップページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#top,
#top * {
  box-sizing: border-box;
}

#top #mv {
  background: url(../images/top/bg_top_mv.png) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 600px;
  padding-bottom: 100px;
}

#top #mv::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  animation: bgchange 20s ease infinite;
}

@keyframes bgchange{
  0%   {background-color:#0000CD;}
  25%  {background-color:#BF339B;}
  50%  {background-color:#E4007F;}
  75%  {background-color:#FFAA00;}
  90%  {background-color:#5959DE;}
  100% {background-color:#0000CD;}
}
#top #mv .mv-inner {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  padding: 0 22px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

#top #mv .copy {
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

#top #mv .copy::before {
  content: "";
  background: url(../svg/icon_logo_white.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 0.2;
  width: 214px;
  height: 238px;
  display: block;
  position: absolute;
  top: 0;
  left: 380px;
}

#top #mv .copy .copy-text_area {
  padding-left: 38px;
  position: absolute;
  left: 0;
  flex: 1;
  z-index: 2;
}

#top #mv .copy .copy-text_area .copy-text {
  background-color: #FFAA00;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  line-height: 71px;
  margin-top: 24px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
#top #mv .copy .copy-text_area .copy-text::after {
  background-color: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  position: absolute;
  z-index: -1;
}
#top #mv .copy .copy-text_area .copy-text .strong-before_text {
  color: #E4007F;
  margin-right: 15px;
}
#top #mv .copy .copy-text_area .copy-text .strong-after_text {
  color: #0000CD;
}

#top #mv .copy .copy-image {
  width: 55%;
  min-width: 420px;
  max-width: 552px;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

#top #mv .copy .main-btns {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}

#top #mv .bd-s_btn {
	width: 176px;
}

#top #mv .bd-s_btn > a {
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 0 10px;
	border: 2px solid #ffffff;
	border-radius: 25px;
	transition: all ease-in 0.3s;
}

#top #mv .bd-s_btn > a:hover {
	color: #0000CD;
	background-color: #ffffff;
	transition: all ease-in 0.3s;
}

#top #mv .bd-s_btn.icon > a::before {
	content: "";
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	transition: all ease-in 0.3s;
}
#top #mv .bd-s_btn.icon.icon-download > a::before {
	background-image: url(../svg/icon_download_white.svg);
	width: 16px;
	height: 15px;
}
#top #mv .bd-s_btn.icon.icon-download > a:hover::before {
	background-image: url(../svg/icon_download_blue.svg);
}
#top #mv .bd-s_btn.icon.icon-config > a::before {
	background-image: url(../svg/icon_config_white.svg);
	width: 15px;
	height: 15px;
}
#top #mv .bd-s_btn.icon.icon-config > a:hover::before {
	background-image: url(../svg/icon_config_blue.svg);
}
#top #mv .bd-s_btn.icon.icon-movie > a::before {
	background-image: url(../svg/icon_play_white.svg);
	width: 15px;
	height: 15px;
}
#top #mv .bd-s_btn.icon.icon-movie > a:hover::before {
	background-image: url(../svg/icon_play_blue.svg);
}

#top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top section {
  padding: 80px 0 120px;
  position: relative;
}

#top section .section-inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

#top section .section-head {
  text-align: center;
  margin-bottom: 30px;
}

#top section .section-title {
  color: #000000;
  font-family: 'Oswald';
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top section .section-title .logo {
  margin-right: 15px;
}

#top section .section-head .section-lead {
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
}

/* overview */
#top #section-overview {
  padding: 0;
}

#top #section-overview #trouble {
  padding: 80px 0 35px;
}

#top #section-overview #trouble .slide-banner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 116px;
  overflow: hidden;
}

#top #section-overview #trouble .slide-banner .slick-slide {
  height: auto;
}

#top #section-overview #trouble .slide-banner .slick-dots li {
  margin: 0;
}

#top #section-overview #trouble .slide-banner .slick-dots li.slick-active button:before {
  color: #0000CD;
  opacity: 1;
}

#top #section-overview #trouble .copy-text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}

#top #section-overview #trouble .problems {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px;
}

#top #section-overview #trouble .problems .problem-item {
  color: #000000;
  width: calc((100% / 3) - (22px * 2 / 3));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 16px 10px 25px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 12px #0000CD20;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  transition: all ease-in 0.3s;
}
@media screen and (min-width: 769px) {
  #top #section-overview #trouble .problems .problem-item:hover {
    border-color: #C3CBE3;
    box-shadow: none;
  }
}

#top #section-overview #trouble .problems .problem-item::before {
  content: "";
  position: relative;
  width: 100px;
  height: 92px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#top #section-overview #trouble .problems .problem-item:nth-child(1):before {
  background-image: url(../svg/icon_problem01.svg);
  width: 73px;
}
#top #section-overview #trouble .problems .problem-item:nth-child(2):before {
  background-image: url(../svg/icon_problem02.svg);
  width: 89px;
}
#top #section-overview #trouble .problems .problem-item:nth-child(3):before {
  background-image: url(../svg/icon_problem03.svg);
  width: 110px;
}
#top #section-overview #trouble .problems .problem-item:nth-child(4):before {
  background-image: url(../svg/icon_problem04.svg);
  width: 102px;
}
#top #section-overview #trouble .problems .problem-item:nth-child(5):before {
  background-image: url(../svg/icon_problem05.svg);
  width: 106px;
}
#top #section-overview #trouble .problems .problem-item:nth-child(6):before {
  background-image: url(../svg/icon_problem06.svg);
  width: 111px;
}

#top #section-overview #trouble .ani-illust {
  position: relative;
  margin: 40px auto 0;
  max-width: 500px;
}

#top #section-overview #trouble .ani-illust .question {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  animation: move 3s linear infinite;
  padding-bottom: 107px;
}

@keyframes move {
  0%{ transform:rotate(0);}
  25%{ transform:rotate(45deg); }
  75%{ transform:rotate(-45deg); }
  100%{ transform:rotate(0); }
}

#top #section-overview #trouble .ani-illust .question img {
  vertical-align: bottom;
}

#top #section-overview #trouble .ani-illust .person {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}

#top #section-overview #product {
  color: #ffffff;
  background-color: #0000CD;
  padding: 177px 0 123px;
  position: relative;
}
#top #section-overview #product::before {
  content: "";
  background: url(../svg/bg_triangle_white.svg) no-repeat top center;
  background-size: 100% auto;
  display: block;
  width: 580px;
  height: 128px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#top #section-overview #product .copy-text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top #section-overview #product .copy-text .logo {
  margin-right: 15px;
}
#top #section-overview #product .lead-text {
  max-width: 698px;
  margin: 40px auto 55px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
}

#top #section-overview #product .lead-text .strong-text {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #FFAA00;
}

#top #section-overview #product .description {
  max-width: 688px;
  margin: 60px auto 0;
}

#top #section-overview #product .image {
  text-align: center;
  max-width: 738px;
  margin: 40px auto 0;
}

#top #section-overview #product .image img {
  width: auto;
  max-width: 100%;
}

#top #section-overview #product .categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 28px;
  margin: 65px auto 0;
  padding: 0;
  list-style: none;
}

#top #section-overview #product .categories > li {
  display: flex;
  width: 100%;
  max-width: 272px;
}

#top #section-overview #product .categories .category_item {
  color: #333333;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 35px 5px 24px;
  text-align: center;
  box-shadow: 0 0 10px #0000CD20;
  border-radius: 10px;
}

#top #section-overview #product .categories .category_item > dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -70px;
}

#top #section-overview #product .categories .category_item > dt > .num {
  font-family: 'Oswald';
  font-size: 52px;
  font-weight: 400;
  display: block;
}

#top #section-overview #product .categories .category_item > dd {
  margin: 0;
  padding: 0;
  letter-spacing: -0.05em;
}
#top #section-overview #product .categories > li:nth-child(1) .category_item > dt {
  color: #FFAA00;
}
#top #section-overview #product .categories > li:nth-child(2) .category_item > dt {
  color: #E4007F;
}
#top #section-overview #product .categories > li:nth-child(3) .category_item > dt {
  color: #7A96EA;
}
#top #section-overview #product .categories > li:nth-child(4) .category_item > dt {
  color: #40A43A;
}
#top #section-overview #product .categories > li:nth-child(5) .category_item > dt {
  color: #BF339B;
}

#top #section-overview #product .triangle {
  color: #ffffff;
  background: url(../svg/bg_triangle_border.svg) no-repeat top center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 548px;
  height: 118px;
  margin: 40px auto 0;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

#top #section-overview #product .triangle::before {
  content: "＋";
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  margin-right: 0.2em;
  position: relative;
}

#top #section-overview #product .accordion-block {
  margin-top: 80px;
}

#top #section-overview #product .accordion-block .accordion-head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 15px 60px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: relative;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
#top #section-overview #product .accordion-block .accordion-head:hover {
  opacity: 0.5;
}
#top #section-overview #product .accordion-block .accordion-head::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: rotate(135deg) translateY(60%);
}
#top #section-overview #product .accordion-block .accordion-head.accordion-active::after {
  top: 55%;
  transform: rotate(315deg) translateY(-40%);
}
#top #section-overview #product .accordion-block .accordion-body {
  display: none;
}

/* feature */
#top #section-feature {
  background-color: #ffffff;
}
#top #section-feature .features {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  margin-top: 80px;
}
#top #section-feature .features .feature-item {
  width: 100%;
  position: relative;
}
#top #section-feature .feature-item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#top #section-feature .feature-item .feature-item_inner {
  background-color: #ffffff;
  width: 100%;
  gap: 24px 30px;
  display: grid;
  grid-template-columns: 1fr 48.5%;
  padding: 50px 64px;
  box-shadow: 0 0 30px #7A96EA30;
  border-radius: 10px;
  border: 1px solid #ffffff;
  transition: all ease-in 0.3s;
}
#top #section-feature .feature-item .feature-item_inner .feature-text_area {
  grid-row: 1 / 2;
}
#top #section-feature .feature-item .feature-num {
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  font-family: 'Oswald';
  line-height: 1.5;
  margin: -110px 0 0;
  text-stroke: 2px #0000CD;
  -webkit-text-stroke: 2px #0000CD;
}
#top #section-feature .feature-item .feature-copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 24px;
}
#top #section-feature .feature-item .feature-copy .marker {
  padding-bottom: 3px;
  border-bottom: 2px solid #FFAA00;
}
#top #section-feature .feature-item .feature-item_inner .feature-image {
  position: relative;
  align-self: center;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
#top #section-feature .feature-item .feature-item_inner .feature-image .image {
  width: 100%;
  padding-top: 72.5%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#top #section-feature .feature-item .feature-item_inner .feature-image .image img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#top #section-feature .feature-item .feature-item_inner .feature-btn {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
#top #section-feature .feature-item .feature-btn .bg-s_btn {
  margin-top: 24px;
  width: 140px;
}
@media screen and (min-width: 769px) {
  #top #section-feature .features .feature-item:hover .feature-item_inner {
    box-shadow: none;
    border-color: #C3CBE3;
  }
  #top #section-feature .features .feature-item:hover .bg-s_btn > a {
    color: #0000CD;
    background-color: #ffffff;
  }
}

/* case */
#top #section-case {
  color: #ffffff;
  background-color: #5959DE;
}
#top #section-case .section-title {
  color: #ffffff;
}

#top #section-case .companys {
  width: 1040px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 22px;
}

#top #section-case .companys > li {
  width: calc((100% / 5) - (22px * 4 / 5));
}

#top #section-case .company-item {
  color: #333333;
  width: 100%;
  height: 244px;
  padding: 75px 10px 5px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-align: center;
  line-height: 1.4;
}

#top #section-case .company-item.type-a {
  background-image: url(../svg/bg_company_a.svg);
}

#top #section-case .company-item.type-b {
  background-image: url(../svg/bg_company_b.svg);
}

#top #section-case .company-item.type-c {
  background-image: url(../svg/bg_company_c.svg);
}

#top #section-case .company-item.type-d {
  background-image: url(../svg/bg_company_d.svg);
}

#top #section-case .company-item.type-e {
  background-image: url(../svg/bg_company_e.svg);
}

#top #section-case .company-item.type-f {
  background-image: url(../svg/bg_company_f.svg);
}

#top #section-case .company-item.type-g {
  background-image: url(../svg/bg_company_g.svg);
}

#top #section-case .company-item.type-h {
  background-image: url(../svg/bg_company_h.svg);
}

#top #section-case .company-item.type-i {
  background-image: url(../svg/bg_company_i.svg);
}

#top #section-case .company-item.type-j {
  background-image: url(../svg/bg_company_j.svg);
}

#top #section-case .company-item .company-name {
  color: #0000CD;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

#top #section-case .company-item .company-name .strong-text {
  font-family: 'Oswald';
  font-size: 42px;
  font-weight: 400;
}

#top #section-case .company-item .industry-type {
  color: #0000CD;
  font-size: 16px;
  font-weight: bold;
}

#top #section-case .company-item .persons {
  font-size: 16px;
  margin-top: 5px;
}

#top #section-case .company-item .persons .num {
  font-size: 24px;
}

#top #section-case .company-item .detail {
  font-size: 14px;
  line-height: 1.2;
}

#top #section-case .bg-l_btn {
  width: 320px;
  margin: 64px auto 0;
}

/* news list */
#top #section-news {
  background-color: #ffffff;
}
#top #section-news .section-inner {
  padding: 0 88px;
}
#top #section-news .section-title {
  color: #0000CD;
  font-size: 48px;
  font-weight: 400;
}

#top #section-news .news-list {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
#top #section-news .news-list > li {
  border-bottom: 1px solid #cccccc;
}
#top #section-news .news-item > a {
  color: #333333;
  display: flex;
  width: 100%;
  padding: 24px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
#top #section-news .news-item .date {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  width: 5.5em;
}
#top #section-news .news-item .news-title {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  flex: 1;
}
#top #section-news .news-item > a:hover .news-title {
  color: #0000CD;
  text-decoration: underline;
  transition: all ease-in 0.3s;
}
#top #section-news .bg-l_btn {
  width: 320px;
  margin: 40px auto 0;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* MV */
.page-lower,
.page-lower * {
  box-sizing: border-box;
}

.page-lower #mv {
  background-image: url(../images/common/bg_lower.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 363px;
  padding-bottom: 100px;
}

.page-lower #mv::before {
  background: #0000CD;
  opacity: 0.7;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-lower.-type-b #mv::before {
  background: #F2F5FF;
  opacity: 1;
}

.page-lower #mv .mv-inner {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-lower #mv #page-title {
  color: #ffffff;
  font-family: 'Oswald';
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-lower.-type-b #mv #page-title {
  color: #0000CD;
  font-size: 28px;
  line-height: 1.5;
  width: 100%;
  max-width: 864px;
  display: block;
}

.page-lower #mv #page-title .logo {
  margin-right: 20px;
}

.page-lower #mv .sub-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page-lower #mv .cat-tags {
  width: 100%;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
}

.page-lower.-type-b #mv .cat-tags {
  max-width: 864px;
}

.page-lower #mv .cat-tags > li {
  background-color: #ffffff;
  flex: 0 1 auto;
  font-size: 14px;
  line-height: 22px;
  padding: 0 12px;
  border-radius: 5px;
}

/* breadcrumbs */
#breadcrumbs {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 15px;
  line-height: 1.4;
}
#breadcrumbs > li {
  color: #ffffff;
  display: inline;
  list-style: none;
  position: relative;
  font-size: 12px;
}
#breadcrumbs > li::after {
  content: "＞";
  position: relative;
  display: inline;
  margin: 0 10px;
}
#breadcrumbs > li:last-child:after {
  content: none;
}
#breadcrumbs > li > a {
  color: #ffffff;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
#breadcrumbs > li > a:hover {
  opacity: 0.7;
  transition: all ease-in 0.3s;
}
.page-lower.-type-b #breadcrumbs > li,
.page-lower.-type-b #breadcrumbs > li > a {
  color: #333333;
}

.page-lower.-type-b .main-image {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.page-lower.-type-b .main-image > img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.eng-title {
  color: #0000CD;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald';
  text-align: left;
  line-height: 0.8em;
  border-bottom: 3px solid #0000CD;
  margin: 35px 0 30px;
}
.eng-title > .jp-text {
  font-size: 16px;
  vertical-align: bottom;
}

.u-line_title {
  color: #0000CD;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #0000CD;
  margin: 35px 0 30px;
}

.light-blue_title {
  color: #ffffff;
  background-color: #7A96EA;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 5px;
  margin-bottom: 24px;
}

.light-blue_text {
  color: #ffffff;
  background-color: #7A96EA;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 24px;
}

.u-bd_title {
  color: #0000CD;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.dot-sub_title {
  color: #0000CD;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 24px 0;
  position: relative;
}

.dot-sub_title::before {
  content: "●";
  position: relative;
  margin-right: 0.35em;
}

.item-list {
  padding-top: 24px;
  margin: 24px 0 56px;
  border-top: 1px solid #cccccc;
}

h2 + .item-list,
h3 + .item-list {
  padding-top: 0;
  border-top: none;
}

.item-list > dt {
  color: #0000CD;
  font-weight: bold;
  margin-bottom: 20px;
}

.item-list > dd {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #cccccc;
}

.feature-list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 56px;
}
.feature-list > li {
  text-indent: calc(-2.55em - 24px);
  padding-left: calc(2.55em + 24px);
}
.feature-list > li + li {
  margin-top: 10px;
}
.feature-list > li:before {
  counter-increment: item;
  content: '特徴'counter(item);
  padding-right: 24px;
  color: #0000CD;
  font-weight: bold;
}

.decimal-list {
  counter-reset: item;
  margin-bottom: 56px;
}
.decimal-list > li {
  text-indent: calc(-1.1em - 24px);
  padding-left: calc(1.1em + 24px);
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.decimal-list > li:last-child {
  margin-bottom: 0;
}
.decimal-list > li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  padding-right: 24px;
  color: #0000CD;
  font-weight: bold;
}

.dot-list {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
}
.dot-list > li {
  text-indent: calc(-0.6em - 16px);
  padding-left: calc(0.6em + 16px);
}
.dot-list > li + li {
  margin-top: 10px;
}
.dot-list > li:last-child {
  margin-bottom: 0;
}
.dot-list > li:before {
  content: "●";
  padding-right: 16px;
  color: #0000CD;
  font-weight: bold;
}

.image-items_area {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 32px 0 56px;
}

.image-items_area > li {
  width: calc(100% / 2 - 16px);
  max-width: 450px;
  flex: 0 1 auto;
}

.image-items_area .image-item {
  width: 100%;
  padding-top: 66%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.image-items_area .image-item img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-movie {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.item-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.note {
  font-size: 12px;
}

.voice-list {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 24px;
  padding: 0;
  flex-wrap: wrap;
}

.voice-list > li {
  width: calc(50% - 8px);
  display: flex;
  flex: 0 1 auto;
}

.voice-item {
  background-color: #F2F2F2;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px 24px;
  border-radius: 10px;
  position: relative;
}

.voice-item.icon::before {
  content: "";
  position: relative;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.voice-item.icon.icon-man01::before {
  background-image: url(../images/common/icon_man01.png);
}

.voice-item.icon.icon-man02::before {
  background-image: url(../images/common/icon_man02.png);
}

.voice-item.icon.icon-man03::before {
  background-image: url(../images/common/icon_man03.png);
}

.voice-item.icon.icon-man04::before {
  background-image: url(../images/common/icon_man04.png);
}

.voice-item.icon.icon-man05::before {
  background-image: url(../images/common/icon_man05.png);
}

.voice-item.icon.icon-woman01::before {
  background-image: url(../images/common/icon_woman01.png);
}

.voice-item.icon.icon-woman02::before {
  background-image: url(../images/common/icon_woman02.png);
}

.voice-item.icon.icon-woman03::before {
  background-image: url(../images/common/icon_woman03.png);
}

.voice-item.icon.icon-woman04::before {
  background-image: url(../images/common/icon_woman04.png);
}

.voice-item .voice-text_area {
  font-size: 14px;
  flex: 1;
}

.voice-item .voice-text_area > * + * {
  margin-top: 15px;
}

.image-text_box {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 24px;
}

.image-text_box .text-area {
  flex: 0 1 auto;
}

/* contents */
.page-lower #contents-wrap {
  position: relative;
  padding-bottom: 100px;
  z-index: 4;
  padding-left: 20px;
  padding-right: 20px;
}

.page-lower.-type-b #contents-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.page-lower #contents-wrap #contents {
  background-color: #ffffff;
  width: 100%;
  max-width: 1040px;
  padding: 90px 90px 0;
  margin: -100px auto 0;
}

.page-lower.-type-b #contents-wrap #contents {
  max-width: 864px;
  margin-top: -160px;
  padding: 0;
}

.page-lower .sub-contents-wrap {
  background-color: #ffffff;
  position: relative;
  padding: 80px 20px;
  z-index: 4;
}
.page-lower > div:nth-of-type(odd),
.page-lower #contents-wrap.contents-2col #main-col > div:nth-of-type(even) {
  background-color: #F2F5FF;
}

.page-lower #contents-wrap.contents-2col {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 0;
}

.page-lower #contents-wrap.contents-2col #left-nav {
  width: 208px;
  border-right: 1px solid #C3CBE3;
  padding: 70px 10px 20px 24px;
}

.page-lower #contents-wrap.contents-2col #main-col {
  max-width: 1072px;
  flex: 1;
  overflow: hidden;
  margin-top: -100px;
}

.page-lower #contents-wrap.contents-2col #contents {
  margin: 0;
  max-width: none;
}

.page-lower .sub-contents-wrap .sub-contents {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}

.page-lower .sub-contents-wrap .sub-contents .sub-contents-title {
  color: #0000CD;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.page-lower #contents-wrap.contents-2col nav .anc-list {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  counter-reset: item;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li {
  color: #999999;
  text-indent: calc(-1.1em - 7px);
  padding-left: calc(1.1em + 29px);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li:last-child {
  margin-bottom: 0;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  padding-right: 7px;
  font-weight: bold;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li + li {
  margin-top: 24px;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li.is-current {
  color: #0000CD;
  font-size: 14px;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li > a {
  color: #999999;
  text-decoration: none;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li.is-current > a {
  color: #0000CD;
}
.page-lower #contents-wrap.contents-2col nav .anc-list > li.is-current::after {
  background-color: #FFAA00;
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  position: absolute;
  top: 0.2em;
  left: 0;
}

main a {
  color: #0000CD;
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

.page-lower #contents-wrap #contents section + section {
  padding-top: 80px;
  margin-top: 120px;
  border-top: 1px solid #cccccc;
}

.page-lower.section-noborder #contents-wrap #contents section + section {
  margin-top: 0;
  border-top: none;
}

.page-lower section .section-head {
  margin-bottom: 40px;
}

.page-lower section > *:first-child {
  margin-top: 0!important;
}

.page-lower section > *:last-child {
  margin-bottom: 0!important;
}

.page-lower section .section-head .section-title {
  color: #0000CD;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.page-lower section .section-head .lead-text {
  margin-top: 40px;
}

/* article list */
.page-lower .article-text-list {
  border-top: 1px solid #cccccc;
}
.page-lower .article-text-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.page-lower .article-text-item > a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 30px 0;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.page-lower .article-text-item .date {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-lower .article-text-item .article-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.page-lower .article-text-item > a:hover .article-title {
  color: #0000CD;
  text-decoration: underline;
  transition: all ease-in 0.3s;
}
.page-lower .article-text-item.-type-b > a {
  color: #333333;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.page-lower .article-text-item.-type-b .date {
  font-size: 16px;
  margin-bottom: 0;
  width: 5.5em;
}
.page-lower .article-text-item.-type-b .article-title {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.page-lower .article-text-item.-type-b > a:hover .article-title {
  color: #0000CD;
  text-decoration: underline;
  transition: all ease-in 0.3s;
}
.page-lower .pager {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-lower .pager > li {
  font-family: 'Oswald';
  font-size: 20px;
}
.page-lower .pager > li.current {
  color: #0000CD;
  text-decoration: underline;
}
.page-lower .pager > li a {
  color: #cccccc;
  text-decoration: none;
}
.page-lower .pager > li a:hover {
  color: #0000CD;
}

.page-lower .article-thumb-items {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 64px 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.page-lower .article-thumb-items .article-thumb-item {
  display: flex;
  width: calc((100% / 3) - (32px / 3));
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  font-size: 16px;
}

.page-lower .article-thumb-item .article-thumb {
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.page-lower .article-thumb-item .article-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-lower .article-thumb-item .article-thumb img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.page-lower .article-thumb-item .article-cat_tags {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-lower .article-thumb-item .article-cat_tags > li {
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  padding: 0 12px;
  flex: 0 1 auto;
}

.page-lower .article-thumb-item .article-date {
  text-align: left;
  line-height: 1.5;
}

.page-lower .article-thumb-item .article-title {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
}

.page-lower .article-thumb-item .article-title > a {
  color: #000000;
  text-decoration: none;
}

.page-lower .article-thumb-item .article-detail_btn {
  width: 100%;
  margin: auto 0 0;
}

.page-lower .article-thumb-item .article-detail_btn > a {
  color: #0000CD;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 20px;
  border: 1px solid #0000CD;
  transition: all ease-in 0.3s;
}
.page-lower .article-thumb-item .article-detail_btn > a:hover {
  color: #ffffff;
  background-color: #0000CD;
}

/* article detail */
.article-wrap {

}
.article-wrap .date {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.article-wrap #article-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 50px;
}
.article-wrap .article-body > *:first-child {
  margin-top: 0!important;
}
.article-wrap .article-body > *:last-child {
  margin-bottom: 0!important;
}
.article-wrap .article-body > p {
  margin-bottom: 2em;
}
.article-wrap .article-body .article-image {
  text-align: center;
  margin-bottom: 60px;
}
.article-wrap .article-body .article-image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.article-wrap .article-body .article-subtitle {
  color: #0000CD;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 10px;
}
.article-wrap .article-body .article-decimal-list {
  counter-reset: item;
  margin-bottom: 2em;
}
.article-wrap .article-body .article-decimal-list > li {
  text-indent: calc(-1.1em - 16px);
  padding-left: calc(1.1em + 16px);
}
.article-wrap .article-body .article-decimal-list > li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  padding-right: 16px;
}
.article-wrap .article-body .article-dot-list {
  margin-bottom: 2em;
}
.article-wrap .article-body .article-dot-list > li {
  text-indent: calc(-1em - 8px);
  padding-left: calc(1em + 8px);
}
.article-wrap .article-body .article-dot-list > li:last-child {
  margin-bottom: 0;
}
.article-wrap .article-body .article-dot-list > li:before {
  content: "・";
  padding-right: 8px;
}
.article-wrap .article-body > p + ul,
.article-wrap .article-body > p + ol {
  margin-top: -1.8em;
}
.article-wrap .article-footer {
  margin-top: 60px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.article-wrap .article-footer {
  margin-top: 60px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.article-wrap .article-footer .article-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.article-wrap .article-footer .article-nav .prev {
  margin-left: 0;
  margin-right: auto;
}

.article-wrap .article-footer .article-nav .next {
  margin-left: auto;
  margin-right: 0;
}

.article-wrap .article-footer .article-nav a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: all ease-in 0.3s;
}

.article-wrap .article-footer .article-nav .prev a::before,
.article-wrap .article-footer .article-nav .next a::after {
  color: #0000CD;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "";
  position: relative;
  display: inline-block;
}

.article-wrap .article-footer .article-nav .prev a::before {
  content: '\f104';
  margin-right: 5px;
}

.article-wrap .article-footer .article-nav .next a::after {
  content: '\f105';
  margin-left: 5px;
}

.article-wrap .article-footer .article-nav a:hover {
  opacity: 0.7;
  transition: all ease-in 0.3s;
}

.article-wrap .article-footer .back-btn {
  max-width: 320px;
  margin: 60px auto 0;
}

.program-link_btn > a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  gap: 16px;*/
  position: relative;
  width: 100%;
  height: 210px;
  padding: 10px 45px 10px 32px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all ease-in 0.3s;
  border-radius: 10px;
  overflow: hidden;
}

.program-link_btn > a:hover {
  background-size: 130% auto;
}

.program-link_btn > a::before {
  background-color: #5341E1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 1;
  transition: all ease-in 0.3s;
}

.program-link_btn.resources > a::before {
  background-color: #FF9300;
}

.program-link_btn > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
	transition: all ease-in 0.3s;
  z-index: 3;
}

.program-link_btn.organization > a {
  background-image: url(../images/program/image_organization.png);
}

.program-link_btn.resources > a {
  background-image: url(../images/program/image_resources.png);
}

.program-link_btn > a > * {
  position: relative;
  z-index: 2;
}

.program-link_btn .program-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}

.profile-box .text-area {
  flex: 1;
}

.profile-box .profile-image {
  width: 248px;
  padding-top: 32.2%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.profile-box .profile-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.profile-box .profile-head {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #cccccc; 
}

.profile-box .profile-head .profile-tag {
  color: #ffffff;
  background-color: #0000CD;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 24px;
  border-radius: 5px;
}

.profile-box .profile-head .profile-name {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}

.profile-box .profile-head .profile-eng {
  color: #7A96EA;
  font-size: 14px;
  text-align: left;
}

.profile-box .profile-head .profile-job {
  font-weight: bold;
  margin-top: 5px;
}

.consultant-items {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.consultant-items > .consultant-item {
  display: flex;
  width: calc((100% / 3) - ((16px * 2) / 3));
  flex: 0 1 auto;
}

.consultant-item > a {
  color: #ffffff;
  background-color: #0000CD;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #0000CD;
  text-decoration: none;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.consultant-item > a:hover {
  color: #0000CD;
  background-color: #ffffff;
}

.consultant-item .consultant-image {
  width: 52%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}

.consultant-item .consultant-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.consultant-item .consultant-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.consultant-item .consultant-text .text-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}

.consultant-item .consultant-text .consultant-name {
  font-size: 20px;
  font-weight: bold;
}

.consultant-item .consultant-text .consultant-eng {
  color: #7A96EA;
  font-size: 14px;
}

/* faq */
#faq {
  position: relative;
}

#faq #contents-wrap #contents .faq-cat_section {
  padding: 40px 88px 45px;
  border: 1px solid #0000CD;
  border-radius: 15px;
}

#faq #contents-wrap #contents .faq-cat_section + .faq-cat_section {
  margin-top: 55px;
}

#faq .faq-cat_section .faq-head {
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}

#faq .faq-cat_section .faq-head .faq-cat-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

#faq .faq-cat_section .faq-head .faq-cat-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #FFAA00;
}

#faq .faq-cat_section .faq-list {
  margin: 0;
}

#faq .faq-cat_section .faq-list dt,
#faq .faq-cat_section .faq-list dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: left;
  padding: 5px 0 0 55px;
  position: relative;
  min-height: 35px;
}

#faq .faq-cat_section .faq-list dt::before,
#faq .faq-cat_section .faq-list dd::before {
  content: "";
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

#faq .faq-cat_section .faq-list dt.question {
  padding-bottom: 20px;
}

#faq .faq-cat_section .faq-list dt.question::before {
  background-image: url(../svg/icon_questiton.svg);
}

#faq .faq-cat_section .faq-list dd.answer {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

#faq .faq-cat_section .faq-list dd.answer:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#faq .faq-cat_section .faq-list dd.answer::before {
  background-image: url(../svg/icon_answer.svg);
}

/* about */
#about #contents-wrap #contents {
  padding-left: 0;
  padding-right: 0;
}

#about #contents-wrap #contents section + section {
  border-top: 1px solid #cccccc;
  padding-top: 80px;
  margin-top: 140px;
}

#about section .section_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#about .copy {
  color: #0000CD;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 88px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

#about .copy .copy-text_area {
  padding-left: 88px;
  position: absolute;
  left: 0;
  flex: 1;
  z-index: 2;
}

#about .copy .copy-text_area .copy-text {
  background-color: #FFAA00;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  line-height: 71px;
  margin-top: 24px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

#about .copy .copy-text_area .copy-text::after {
  background-color: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  position: absolute;
  z-index: -1;
  border: 1px solid #FFAA00;
}

#about .copy .copy-text_area .copy-text .strong-before_text {
  color: #E4007F;
  margin-right: 15px;
}
#about .copy .copy-text_area .copy-text .strong-after_text {
  color: #0000CD;
}

#about .copy .copy-image {
  width: 55%;
  max-width: 552px;
  position: relative;
  z-index: 1;
}

#about .lead-text {
  max-width: 698px;
  margin: 80px auto 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#about .lead-text .strong-text {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #FFAA00;
}

#about .description {
  max-width: 688px;
  margin: 60px auto 0;
}

#about .categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 28px;
  margin: 65px auto 0;
  padding: 0;
  list-style: none;
}

#about .categories > li {
  display: flex;
  width: 100%;
  max-width: 272px;
}

#about .categories .category_item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 35px 5px 24px;
  text-align: center;
  box-shadow: 0 0 10px #0000CD20;
  border-radius: 10px;
}

#about .categories .category_item > dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -70px;
}

#about .categories .category_item > dt > .num {
  font-family: 'Oswald';
  font-size: 52px;
  font-weight: 400;
  display: block;
}

#about .categories .category_item > dd {
  margin: 0;
  padding: 0;
  letter-spacing: -0.05em;
}

#about .categories > li:nth-child(1) .category_item > dt {
  color: #FFAA00;
}
#about .categories > li:nth-child(2) .category_item > dt {
  color: #E4007F;
}
#about .categories > li:nth-child(3) .category_item > dt {
  color: #7A96EA;
}
#about .categories > li:nth-child(4) .category_item > dt {
  color: #40A43A;
}
#about .categories > li:nth-child(5) .category_item > dt {
  color: #BF339B;
}

#about .triangle {
  color: #ffffff;
  background: url(../svg/bg_triangle.svg) no-repeat top center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 548px;
  height: 118px;
  margin: 40px auto 0;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

#about .triangle::before {
  content: "＋";
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  margin-right: 0.2em;
  position: relative;
}

#about .note {
  font-size: 14px;
  margin-top: 40px;
}

.bg-blue_title {
  color: #ffffff;
  background-color: #0000CD;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 5px;
  /*margin: 40px 0;*/
  margin: 40px 0 30px;
}

.hex-text {
  color: #0000CD;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.hex-text::before {
  background-color: #FFAA00;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  position: absolute;
  top: 0.5em;
  left: 0;
}

#about .image {
  text-align: center;
  margin: 40px auto 0;
}

#about .image img {
  width: auto;
  max-width: 100%;
}

#about .history {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 15px;
  margin: 40px 0 120px;
}

#about .history > dt {
  color: #ffffff;
  background-color: #7A96EA;
  width: 160px;
  flex: 0 1 auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  border-radius: 5px;
}

#about .history > dd {
  width: calc(100% - 175px);
}

#about .history .strong-blue_text {
  color: #0000CD;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#message #contents-wrap #contents {
  padding-top: 170px;
  position: relative;
}

#message.page-lower #mv {
  background-image: url(../images/program/message/bg_message.png);
}

#message #contents-wrap #contents .bg-text {
  color: #ededed;
  position: absolute;
  font-family: 'Oswald';
  font-size: 88px;
  font-weight: 600;
  line-height: 1.1em;
  top: 45px;
  left: 40px;
  z-index: 1;
}

#message #contents-wrap #contents section {
  position: relative;
  z-index: 2;
}

#message #contents-wrap #contents section + section {
  border-top: 1px solid #cccccc;
  padding-top: 80px;
  margin-top: 80px;
}

#message section .section_title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}

#message .section-outline .copy-text {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: left;
}

#message .section-outline .column2-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  gap: 6%;
}

#message .section-outline .column2-box > .column-text_area {
  text-align: left;
  flex: 1;
}

#message .section-outline .column2-box > .column-image {
  width: 45%;
}

#message .section-outline .column2-box > .column-image img {
  width: auto;
  max-width: 100%;
}

#message .image {
  text-align: center;
  margin: 35px auto 0;
}
#message .image img {
  width: auto;
  max-width: 100%;
}
#message .section-plan .cycle-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 35px;
}
#message .section-plan .cycle-items > dt {
  color: #333333;
  background-color: #cccccc;
  width: 145px;
  height: 145px;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
#message .section-plan .cycle-items > dd {
  width: calc(100% - 175px);
  margin: 0;
}
#message .section-plan .cycle-items > dt.settling {
  background-color: #FFDD99;
}
#message .section-plan .cycle-items > dt.designing {
  background-color: #F2C655;
}
#message .section-plan .cycle-items > dt.creative {
  background-color: #FFAA00;
}
#message .section-explanation .label-text {
  color: #ffffff;
  background-color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
  max-width: 512px;
  margin: 40px auto;
}
#message .section-explanation .label-text.-blue {
  background-color: #0000CD;
}
#message .section-explanation > p + .hex-text {
  margin-top: 112px;
}

#program #contents-wrap #contents {
  padding-top: 54px;
  padding-left: 0;
  padding-right: 0;
}

#program #refine {
  padding-left: 88px;
  padding-right: 88px;
  font-size: 14px;
}

#program #refine .refine-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#program #refine .clear_refine {
  width: 80px;
}
#program #refine .clear_refine span {
  color: #333333;
  background-color: #ffffff;
  display: block;
  text-align: center;
  line-height: 22px;
  border-radius: 15px;
  border: 1px solid #333333;
  padding: 0 5px;
  cursor: pointer;
}

#program #refine .refine_area {
  margin: 14px 0 24px;
  border-top: 1px solid #cccccc;
}

#program #refine .refine_area .refine_set {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

#program #refine .refine_area .refine_set > dt {
  width: 115px;
  font-weight: bold;
}

#program #refine .refine_area .refine_set > dd {
  flex: 1;
  width: 100%;
  margin: 0;
}

#program #refine .refine_area .check-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  letter-spacing: -0.08px;
}

#program #refine .refine_area .check-items > li {
  width: calc((100% / 3) - (32px / 3));
  flex: 0 1 auto;
}

#program #refine .check {
  position: relative;
  line-height: 1.6;
}

#program #refine .check input[type=checkbox] {
  display: none;
}

#program #refine .check .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  vertical-align: middle;
  cursor: pointer;
}
#program #refine .check .checkbox::after {
  background-color: #cccccc;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: 0.15em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
  z-index: 1;
}
#program #refine .check input[type=checkbox]:checked + label:after {
  background-color: #4169E1;
}

#program #refine .check .checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0.4em;
  left: 6px;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: '';
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

#program #refine .refine_btn {
  width: 140px;
  margin: 16px auto 0;
}
#program #refine .refine_btn a,
#program #refine .refine_btn span {
  color: #ffffff;
  background-color: #0000CD;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 5px;
  cursor: pointer;
}

#program #result {
  margin: 120px 0 80px;
  padding-bottom: 120px;
  border-bottom: 1px solid #cccccc;
}

#program #result .service_area + .service_area {
  margin-top: 120px;
}

#program #result .service_area .field_head_area {
  background-color: #cccccc;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
  border-radius: 15px;
  margin-bottom: 56px;
  overflow: hidden;
}

#program #result .service_area.field01 .field_head_area {
  background-color: #F2F5FF;
}

#program #result .service_area.field02 .field_head_area {
  background-color: #FFF8EA;
}

#program #result .service_area .field_head_area .field_head_image {
  width: 45%;
  max-width: 420px;
  position: relative;
  display: flex;
}

#program #result .service_area .field_head_area .field_head_image .image {
  width: 100%;
  padding-top: 74%;
  position: relative;
  overflow: hidden;
}

#program #result .service_area .field_head_area .field_head_image .image img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#program #result .service_area .field_head_area .field_head_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 37px 0 25px 40px;
  text-align: left;
}

#program #result .service_area .field_head_area .field_head_text .copy-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

#program #result .service_area.field01 .field_head_area .copy-text {
  color: #0000CD;
}

#program #result .service_area.field02 .field_head_area .copy-text {
  color: #FFAA00;
}

#program #result .service_area .field_body_area {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

#program #result .service_area .field_body_area .service_set {
  width: calc((100% / 3) - (32px / 3));
  flex: 0 1 auto;
}

#program #result .service_area .service_set > a {
  color: #333333;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 80px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

#program #result .service_area .service_set > a:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  box-shadow: 0 0 10px #4C4CDC50;
}

#program #result .service_area.field01 .service_set > a:hover {
  background-color: #0000CD;
  border-color: #0000CD;
}

#program #result .service_area.field02 .service_set > a:hover {
  background-color: #FFAA00;
  border-color: #FFAA00;
}

#program #result .service_area .service_set > a .cate {
  display: none;
}

#program #result .service_area .service_set > a .service-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}

#program .bg-xl_btn {
  width: 100%;
  max-width: 688px;
  margin: 0 auto;
}

#program .bg-xl_btn > a {
  color: #ffffff;
  background-color: #0000CD;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 120px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 10px #4C4CDC50;
  transition: all ease-in 0.3s;
}

#program .bg-xl_btn > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  right: 40px;
  transform: rotate(45deg) translateY(-50%);
	transition: all ease-in 0.3s;
}

#program .bg-xl_btn > a .sub-text {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

#features #contents-wrap #contents {
  padding: 0;
}

#features #contents-wrap #contents .feature-item {
  padding: 0 0 144px 88px;
  border-top: none;
  border-bottom: 1px solid #C3CBE3;
  margin: 0;
}

#features .feature-item .feature-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 45px;
}

#features .feature-item .feature-head .text-area {
  flex: 1;
  padding-top: 30px;
}

#features .feature-item .feature-head .text-area .feature-num {
  color: #ffffff;
  font-size: 58px;
  font-weight: bold;
  font-family: 'Oswald';
  line-height: 1;
  text-stroke: 1px #0000CD;
  -webkit-text-stroke: 1px #0000CD;
}

#features .feature-item .feature-head .text-area .feature-copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 15px;
}

#features .feature-item .feature-head .text-area .feature-copy .marker {
  padding-bottom: 3px;
  border-bottom: 2px solid #FFAA00;
}

#features .feature-item .feature-head .image-area {
  width: 52%;
  position: relative;
}

#features .feature-item .feature-head .image-area .image {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
  overflow: hidden;
  border-radius: 0 0 0 15px;
}

#features .feature-item .feature-head .image-area .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#features .feature-item .feature-body {
  padding: 80px 120px 0 0;
}

#features .feature-item .feature-body > *:first-child {
  margin-top: 0!important;
}

#features .feature-item .feature-body > *:last-child {
  margin-bottom: 0!important;
}

#features .feature-item .feature-body .image {
  text-align: center;
  margin: 40px auto;
}

#features .feature-item .feature-body .image img {
  width: auto;
  max-width: 100%;
}

#features .feature-item .feature-body .bg-l_btn {
  max-width: 320px;
  margin: 40px auto;
}

#features .feature-item .feature-body .note {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  #features .x-scroll::before {
    display: none;
  }
  #features .x-scroll > *:first-child {
    margin-top: 0!important;
  }
  #features .x-scroll > .image {
    margin-top: 40px!important;
  }
}


#solution #contents-wrap #contents {
  padding: 25px 0 140px;
  overflow: hidden;
}

#solution #contents-wrap #contents .solution-item {
  padding: 0 120px 0 88px;
}

#solution #contents-wrap #contents .solution-item + .solution-item  {
  padding-top: 25px;
  margin-top: 144px;
}

#solution .solution-item .solution-head {
  width: 100%;
  gap: 32px 20px;
  display: grid;
  grid-template-columns: 1fr 38%;
}
#solution .solution-item .solution-head .solution-title_area {
  grid-row: 1 / 2;
}
#solution .solution-item .solution-head .solution-num {
  color: #ffffff;
  font-size: 58px;
  font-weight: bold;
  font-family: 'Oswald';
  margin: 0;
  text-stroke: 1px #0000CD;
  -webkit-text-stroke: 1px #0000CD;
}
#solution .solution-item .solution-head .solution-copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
#solution .solution-item .solution-head .solution-copy .marker {
  padding-bottom: 3px;
  border-bottom: 2px solid #FFAA00;
}

#solution .solution-item .solution-head .solution-image {
  position: relative;
  align-self: flex-end;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

#solution .solution-item .solution-head .solution-image img {
  width: auto;
  max-width: 100%;
}

#solution .solution-item .solution-head .solution-text_area {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

#solution .solution-item .solution-head .solution-text_area > * {
  margin-top: 10px;
}

#solution .solution-item .solution-head .solution-text_area > *:first-child {
  margin-top: 0!important;
}

#solution .solution-item .solution-head .solution-text_area > *:last-child {
  margin-bottom: 0!important;
}

#solution .solution-item .solution-body {
  margin-top: 80px;
}

#solution .solution-item .solution-body > * + * {
  margin-top: 32px;
}

#solution .solution-item .solution-body > .image {
  text-align: center;
  margin: 32px auto;
}

#solution .solution-item .solution-body > .image img {
  width: auto;
  max-width: 100%;
}

#solution .solution-item .solution-body .point-box {
  color: #0000CD;
  font-weight: bold;
  border: 1px solid #0000CD;
  border-radius: 10px;
  padding: 28px 32px 24px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
}

#solution .solution-item .solution-body .point-box .point-label {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Oswald';
  margin-top: -57px;
  position: relative;
}

#solution .solution-item .solution-body .point-box .point-label::before {
  background: url(../svg/icon_point.svg) no-repeat left center;
  background-size: 100% auto;
  content: "";
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
}

#solution .solution-item .solution-body .point-box .poimt-decimal_list {
  counter-reset: item;
}

#solution .solution-item .solution-body .point-box .poimt-decimal_list > li {
  font-size: 20px;
  line-height: 1.6;
  text-indent: calc(-1.1em - 12px);
  padding-left: calc(1.1em + 12px);
}

#solution .solution-item .solution-body .point-box .poimt-decimal_list > li:last-child {
  margin-bottom: 0;
}

#solution .solution-item .solution-body .point-box .poimt-decimal_list > li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  padding-right: 12px;
  color: #FFAA00;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Oswald';
}

#solution .solution-item .solution-body .bg-blue_title.icon {
  position: relative;
  padding-left: 72px;
}

#solution .solution-item .solution-body .bg-blue_title.icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#solution .solution-item .solution-body .bg-blue_title.icon.icon-like::before {
  background-image: url(../svg/icon_like.svg);
  width: 38px;
  height: 38px;
  margin-left: -48px;
}

#solution .solution-item .solution-body .bg-blue_title.icon.icon-pc::before {
  background-image: url(../svg/icon_pc.svg);
  width: 38px;
  height: 38px;
  margin-left: -48px;
}

#solution .solution-item .solution-body .solution-flow_list {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}

#solution .solution-item .solution-body .solution-flow_list > li {
  color: #0000CD;
  background-color: #E0E7FD;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 5px;
  padding: 16px;
  position: relative;
}

#solution .solution-item .solution-body .solution-flow_list > li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border: 20px solid transparent;
  border-right: none;
  border-left-color: #FFAA00;
}

#solution .solution-item .solution-body .solution-flow_list > li:last-child:after {
  display: none;
}

#solution .bg-l_btn {
  max-width: 320px;
  margin: 24px auto 0;
}

#solution .solution-item .solution-body .x-scroll .image {
  width: 100%;
  max-width: 750px;
  margin-left: 0;
  margin-right: 0;
}

#solution .solution-item .solution-body .x-scroll .image img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #solution .x-scroll::before {
    display: none;
  }
  #solution .x-scroll > *:first-child {
    margin-top: 0!important;
  }
}

@media screen and (max-width: 768px) {
  #solution .solution-item .solution-body .x-scroll .image {
    width: 864px;
    margin-left: 0;
    margin-right: 0;
  }

  #solution .solution-item .solution-body .x-scroll .image img {
    width: 864px;
  }

  #solution .x-scroll > *:first-child {
    margin-top: -100px;
  }

  #solution .x-scroll::before {
    display: block;
  }
}

/*@media screen and (max-width: 1280px) {
  #solution .x-scroll > *:first-child {
    margin-top: -100px;
  }
}*/

#seminar .instructor-image {
  width: 104px;
}

#seminar .bg-l_btn {
  width: 320px;
  margin: 60px auto 0;
}

#seminar .end_text {
  color: #ff0000;
  font-weight: bold;
  margin-left: 1em;
}

#seminar .image-text_box + .image-text_box {
  margin-top: 20px;
}

#consultant .section-detail .bg-m_btn {
  width: 248px;
  margin-top: 20px;
}

#work_motivation.page-lower #mv {
  background-image: url(../images/work_motivation/bg_work_motivation.png);
}

#work_motivation .section-index .copy-block {
  color: #333333;
  background-color: #F2F5FF;
  padding: 32px 10px 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 32px auto 88px;
}

#work_motivation .section-index .copy-block .sub-copy_text {
  color: #0000CD;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

#work_motivation .section-index .copy-block .copy_text {
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

#work_motivation .section-index .copy-block .copy_text .strong-text {
  color: #E4007F;
  letter-spacing: -2px;
}

#work_motivation .section-index .article-text-list {
  border-top: none;
  margin-top: -20px;
}
#work_motivation .section-index .bg-l_btn {
  width: 320px;
  margin: 32px auto 0;
}

#work_motivation .section-index > .bg-l_btn + * {
  margin-top: 120px;
}

#work_motivation .section-lecture .bg-l_btn {
  width: 320px;
  margin: 32px auto 0;
}

#work_motivation .section-lecture > .item-list + * {
  margin-top: 64px;
}

#work_motivation .section-lecture .item-list > dt {
  margin-bottom: 10px;
}

#work_motivation .section-lecture .profile-box {
  margin: 40px auto 80px;
  padding-top: 80px;
  border-top: 3px solid #0000CD;
}

#work_motivation .section-lecture .profile-box .profile-image {
/*  align-self: center;*/
}

#work_motivation .section-lecture .voice-item {
  align-items: center;
}

#price #contents-wrap #contents {
  padding-left: 0;
  padding-right: 0;
}

#price .section-system .illust {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}

#price .section-system .illust img {
  width: auto;
  max-width: 100%;
}

#price .section-system .description {
  width: 100%;
  max-width: 688px;
  margin: 64px auto;
}

#price .price-table {
  width: 1040px;
  border-collapse: separate;
}

#price .price-table th,
#price .price-table td {
  background-color: #F2F5FF;
  padding: 15px 5px;
  border-radius: 5px;
  white-space: normal;
}

#price .price-table th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#price .price-table td {
  font-size: 16px;
  text-align: left;
}

#price .price-table thead th {
  color: #ffffff;
  background-color: #0000CD;
}

#price .price-table tbody .price {
  color: #0000CD;
  font-weight: bold;
  text-align: right;
  line-height: 1.5!important;
  padding: 3px 5px 8px!important;
}

#price .price-table tbody .price .price-num {
  font-family: 'Oswald';
  font-size: 36px;
}

#price .price-table tbody .price .notice {
  color: initial;
  font-weight: normal;
}

#price .price-table tbody .item-text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}

#price .price-table tbody span.item-text {
  display: inline-block;
}

#price .price-table tbody .item-text::before {
  color: #0000CD;
  content: "■";
  position: relative;
  font-size: 10px;
  margin-right: 0.8em;
}

#price .price-table.price-system thead th {
  width: 25%;
  line-height: 1.5;
}

#price .price-table.price-system thead th:last-child {
  width: 50%;
}

#price .price-table.price-system tbody th {
  padding: 15px 1px;
  line-height: 1.5;
}

#price .price-table.price-system tbody td {
  line-height: 1.8;
}

#price .price-table.price-system tbody td:last-child {
  padding: 15px 30px;
}

#price .price-table.price-system tbody td.price {
  padding: 3px 15px 8px!important;
}

#price .price-table.price-system tbody td > * {
  margin-top: 1em;
}

#price .price-table.price-system tbody tr:nth-child(even) > * {
  background-color: #E0E7FD;
}

#price .price-table.price-system tbody tr:nth-child(5) > * {
  background-color: #FFEAC1;
}

#price .price-table.price-system tbody tr:nth-child(6) > *,
#price .price-table.price-system tbody tr:nth-child(7) > * {
  background-color: #FFF8EA;
}

#price .price-table.price-option thead th {
  width: 25%;
  line-height: 1.5;
}

#price .price-table.price-option tbody th {
  text-align: left;
  padding: 15px 20px;
  line-height: 1.5;
}

#price .price-table.price-option tbody td {
  padding: 15px;
  line-height: 1.5;
}

#price .price-table.price-option tbody td.price {
  padding: 3px 12px 8px!important;
}

#price .price-table.price-option tbody td.price.-indent {
  padding-right: 27px!important;
}

#price .price-table.price-option tbody tr:nth-child(4) > *,
#price .price-table.price-option tbody tr:nth-child(6) > *,
#price .price-table.price-option tbody tr:nth-child(11) > *,
#price .price-table.price-option tbody tr:nth-child(12) > *,
#price .price-table.price-option tbody tr:nth-child(14) > * {
  background-color: #E0E7FD;
}

/* 追記 */
@media screen and ( min-width:1280px) {
  #solution .hex-text {
    white-space: nowrap;
  }

  .br-custum-4 {
    display: block;
  }
}
@media screen and ( max-width:1279px) {
  .br-custum-4 {
    display: none;
  }
}
@media screen and ( min-width:1199px) {
  .br-custum-2 {
    display: none;
  }
  .br-custum-3 {
    display: block;
  }
}
@media screen and ( max-width:1198px) {
  .br-custum-2 {
    display: block;
  }
  .br-custum-3 {
    display: none;
  }
}
@media screen and ( min-width:800px) and ( max-width:1078px) {
  #program .refine_set:nth-child(2) li:nth-child(10) label {
    width: 130px !important;
  }
}
@media screen and ( min-width:769px) {
  #program .br-custum {
    display: block;
  }
  .br-custum {
    display: none;
  }
  .br-custum-sp {
    display: none;
  }
  .mt-custum {
    margin-top: -15px !important;
  }
}
@media screen and ( max-width:768px) {
  #program .br-custum {
    display: none;
  }

  #program .br-custum-sp {
    display: block;
  }

  .br-custum-sp {
    display: none;
  }

  #program .refine_set:nth-child(2) li:nth-child(3),
  #program .refine_set:nth-child(2) li:nth-child(10) {
    width: 100% !important;
  }

  .br-custum-2 {
    display: none;
  }
}