/***  media ***/
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/ZenKakuGothicAntique-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts//ZenKakuGothicAntique-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts//ZenKakuGothicAntique-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts//ZenKakuGothicAntique-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./fonts//ZenKakuGothicAntique-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./fonts/NotoSansJP-VariableFont_wght.ttf) format('truetype');
}

html {
  font-family: 'Zen Kaku Gothic Antique';
}

#wrapper {
  overflow: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 818px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

.new_header_item_css {
  /* リキッドレイアウト対応 */
  /* pcの電話番号発信対応 */
  /* ホバー */
  /* Remove default padding */
  /* Remove default margin */
  /* Set core root defaults */
  /* Set core body defaults */
  /* Remove list styles on ul, ol elements with a class attribute */
  /* A elements that don't have a class get default styles */
  /* Make images easier to work with */
  /* Natural flow and rhythm in articles by default */
  /* Inherit fonts for inputs and buttons */
  /* Blur images when they have no alt attribute */
  /* フォームリセット */
  /* header */
  /* 初期状態：プラスは表示、マイナスは非表示 */
  /* global-nav */
  /* bodyのスクロール禁止 */
  /* WebKit系（Chrome, Edge, Safari） */
  /* global__block */
  /* hamburger */
  /* drawer */
  /* drawer内のglobal-nav */
  /* m-header */
  /* m-global-nav */
  /* m-hamburger */
  /* みんけいヘッダーアニメーション */
  /* パンくず */
  /* fv */
  /* 
.fv {
	background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
	margin-top: 66px;
	margin-top: 66px;
	padding-top: 60px;
	padding-top: 60px;
}
@media(max-width: 768px) {
	.fv {
		padding-top: 20px;
		margin-top: 50px;
	}
}

.fv__lead {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media(max-width: 768px) {
	.fv__lead {
		flex-direction: column;
		gap: 8px;
	}
}

.fv__lead-main {
	font-size: 40px;
	font-size: 40px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	width: fit-content;
	font-weight: 700;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media(max-width: 1200px) {
	.fv__lead-main {
		font-size: 36px;
	}
}
@media(max-width: 768px) {
	.fv__lead-main {
		font-size: 28px;
	}
}

.fv__lead-sub {
	font-size: 16px;
	font-size: 1.6em;
	line-height: 2.5;
	letter-spacing: 0.075em;
	width: fit-content;
	position: relative;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media(max-width: 1200px) {
	.fv__lead-sub {
		font-size: 16px;
	}
}
@media(max-width: 768px) {
	.fv__lead-sub {
		font-size: 13px;
		margin-left: 0;
		line-height: 1.5;
		text-align: center;
	}
}

.fv__lead-sub::before {
	content: "";
	width: 50px;
	width: 50px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: -65px;
	left: -6.5rem;
	transform: translate(0, -50%);
}
@media(max-width: 1200px) {
	.fv__lead-sub::before {
		width: 40px;
	}
}
@media(max-width: 768px) {
	.fv__lead-sub::before {
		display: none;
	}
}

.fv__blocks {
	text-align: center;
	margin-top: 60px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	gap: 4.8rem;
}
@media(max-width: 768px) {
	.fv__blocks {
		flex-direction: column;
		gap: 20px;
		margin-top: 30px;
	}
}

.fv__block {
	font-size: 18px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	padding: 16px 20px;
	padding:16px 20px;
	width: fit-content;
	position: relative;
	border: 1px solid #000;
}
@media(max-width: 1200px) {
	.fv__block {
		font-size:16px;
		padding: 11px 20px;
	}
}

.fv__block::before {
	content: "";
	width: 28px;
	width: 28px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: -40px;
	right: -4rem;
	transform: translate(0, -50%);
	transform: rotate(45deg);
}
@media(max-width: 768px) {
	.fv__block::before {
		display: none;
	}
}

.fv__block::after {
	content: "";
	width: 28px;
	width: 28px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: -40px;
	right: -4rem;
	transform: translate(0, -50%);
	transform: rotate(135deg);
}
@media(max-width: 768px) {
	.fv__block::after {
		display: none;
	}
}

.fv__block:last-of-type::before,
.fv__block:last-of-type::after {
	display: none;
}
*/
  /* fv */
  /* fv__swiper */
  /*
.fv__swiper {
	margin-top: 80px;
	margin-top: 80px;
	position: relative;
	padding-bottom: 40px;
	padding-bottom: 40px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
@media(max-width: 768px) {
	.fv__swiper {
		margin-top: 3.7rem;
	}
}

.fv__swiper .swiper-slide {
	aspect-ratio: 34 / 21;
}

.fv__swiper .swiper-slide img {
	max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 34 / 21;
}

.fv__swiper .swiper-horizontal> .swiper-pagination-bullets .swiper-pagination-bullet,
.fv__swiper .swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
	margin: 0 8px;
}

.fv__swiper .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.fv__swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 9999px;
	background-color: #D9D9D9;
}

.fv__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
}
*/
  /* logo-block */
  /* top-voice */
  /* card */
  /* category */
  /* service */
  /* feature */
  /* consultant */
  /* column */
  /* recruit */
  /* company */
  /* advisor-service */
  /* cta */
  /* cta02 */
  /* footer */
  /* minkei */
  /* m-lead */
  /* m-feature */
  /* m-strength */
  /* m-service */
  /* m-news */
  /* web */
  /* w-problem */
  /* w-comparison */
  /* table */
  /* w-price */
  /* w-flow */
  /* w-faq */
  /* w-work */
  /* w-contents */
  /* overlay */
}

.new_header_item_css html header {
  font-size: 62.5%;
}



.new_header_item_css .u-desktop {
  display: block !important;
}

.new_header_item_css .u-desktop-flex {
  display: flex !important;
}

.new_header_item_css .u-mobile {
  display: none !important;
}

.new_header_item_css .u-mobile-flex {
  display: none !important;
}

.new_header_item_css a[href^="tel:"] {
  pointer-events: none;
}

.new_header_item_css a {
  color: inherit;
  position: relative;
  text-decoration: none;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.new_header_item_css a:hover {
  top: -3px;
}

.new_header_item_css *,
.new_header_item_css *::before,
.new_header_item_css *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.new_header_item_css ul,
.new_header_item_css ol {
  padding: 0;
}

.new_header_item_css body,
.new_header_item_css h1,
.new_header_item_css h2,
.new_header_item_css h3,
.new_header_item_css h4,
.new_header_item_css p,
.new_header_item_css ul,
.new_header_item_css ol,
.new_header_item_css figure,
.new_header_item_css blockquote,
.new_header_item_css dl,
.new_header_item_css dd {
  margin: 0;
}

.new_header_item_css html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
 ol {
  list-style: none;
}

 a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

.new_header_item_css img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.new_header_item_css article>*+* {
  margin-top: 1em;
}

.new_header_item_css input,
.new_header_item_css button,
.new_header_item_css textarea,
.new_header_item_css select {
  font: inherit;
}

.new_header_item_css img:not([alt]) {
  -webkit-filter: none;
  filter: none;
}

.new_header_item_css input,
.new_header_item_css button,
.new_header_item_css select,
.new_header_item_css textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.new_header_item_css textarea {
  resize: vertical;
}

.new_header_item_css input[type=checkbox],
.new_header_item_css input[type=radio] {
  display: none;
}

.new_header_item_css input[type=submit],
.new_header_item_css input[type=button],
.new_header_item_css label,
.new_header_item_css button,
.new_header_item_css select {
  cursor: pointer;
}

.new_header_item_css select::-ms-expand {
  display: none;
}

.new_header_item_css .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 66px;
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .new_header_item_css .header {
    height: 50px;
  }
}

.new_header_item_css .header.header--not-fixed {
  position: relative;
}

.new_header_item_css .header__inner.inner {
  height: inherit;
}

.new_header_item_css .header__inner-flex {
  display: flex;
  align-items: center;
  height: inherit;
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
}

.new_header_item_css .header__name {
  margin-right: auto;
}

.new_header_item_css .header__logo {
  width: 257px;
}

@media (max-width: 768px) {
  .new_header_item_css .header__logo {
    width: 147px;
  }
}

.new_header_item_css .header__nav {
  height: inherit;
}

.new_header_item_css .header__items {
  display: flex;
  align-items: center;
  height: inherit;
}

.new_header_item_css .header__item {
  height: inherit;
  padding-left: 6px;
  padding-right: 6px;
}

.new_header_item_css .header__item:not(:first-child) {
  margin-left: 16px;
}

@media (max-width: 1200px) {
  .new_header_item_css .header__item:not(:first-child) {
    margin-left: 6px;
  }
}

.new_header_item_css .header__item.header__item--button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.new_header_item_css .header__item.header__item--button:first-child {
  margin-left: 16px;
}

.new_header_item_css .header__item.header__item--button:not(:first-child) {
  margin-left: 16px;
}

@media (max-width: 1200px) {
  .new_header_item_css .header__item.header__item--button:not(:first-child) {
    margin-left: 10px;
  }
}

.new_header_item_css .header__item.header__item--button.ml {
  margin-left: 22px;
}

.new_header_item_css .header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  height: inherit;
  width: fit-content;
  position: relative;
}

@media (max-width: 1200px) {
  .new_header_item_css .header__link {
    font-size: 12px;
  }
}

.new_header_item_css .header__link::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .header__link:hover {
  top: 0;
}

.new_header_item_css .header__link.hovering {
  top: 0;
}

.new_header_item_css .header__link:hover::before {
  width: 100%;
}

.new_header_item_css .header__link.hovering::before {
  width: 100%;
}

.new_header_item_css .plus-icon,
.new_header_item_css .minus-icon {
  width: 16px;
  margin-left: 8px;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .dot-icon {
  width: 16px;
}

.new_header_item_css .minus-icon {
  display: none;
}

.new_header_item_css .header__link.header__link-global.hovering .plus-icon {
  display: none;
}

.new_header_item_css .header__link.header__link-global.hovering .minus-icon {
  display: block;
}

.new_header_item_css .header__link--button {
  background-color: #000;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  padding: 8px 10px;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 1px solid #000;
}

@media (max-width: 1200px) {
  .new_header_item_css .header__link--button {
    font-size: 12px;
    padding: 8px;
  }
}

.new_header_item_css .header__link--button:hover {
  background-color: #fff;
  color: #000;
  top: 0;
}

.new_header_item_css .no-scroll {
  overflow: hidden;
  height: 100vh;
}

.new_header_item_css .global-nav {
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .global-nav.menu-active {
  background: #fff;
  z-index: 2000;
}

.new_header_item_css .global-nav__items {
  background-color: #fff;
  width: 90%;
  padding: 40px 14px 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 66px;
  z-index: 2000;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
  /* ← scale(1) などを加える */
  will-change: transform, opacity;
  /* ← 描画を事前に予告（ブラウザ最適化防止） */
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .global-nav.menu-active>.global-nav__items {
  visibility: visible;
  opacity: 1;
  z-index: 2000;
}

.new_header_item_css .global-nav.menu-active .global-nav__items {
  opacity: 1;
}

.new_header_item_css .global-nav__items-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.new_header_item_css .global-nav__items-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
  overflow-y: auto;
  height: auto;
  max-height: 80vh;
  scrollbar-gutter: stable;
  /* カスタムスクロールバー */
  scrollbar-width: thin;
  /* Firefox用: 細くする */
  scrollbar-color: #2a2a2a transparent;
}

.new_header_item_css .global-nav__items-flex::-webkit-scrollbar {
  width: 8px;
  /* 横幅 */
  display: block;
}

.new_header_item_css .global-nav__items-flex::-webkit-scrollbar-track {
  background: transparent;
  /* トラック背景（スクロールバーのレール） */
}

.new_header_item_css .global-nav__items-flex::-webkit-scrollbar-thumb {
  background-color: #2a2a2a;
  /* バーの色 */
  border-radius: 9999px;
  /* 丸み */
  border: 2px solid transparent;
  /* バーにスペース感を出す */
  background-clip: content-box;
  display: block;
}

.new_header_item_css .global-nav__items-flex::-webkit-scrollbar-thumb:hover {
  background-color: #666;
  /* ホバー時の色 */
}

@media (max-width: 1100px) {
  .new_header_item_css .global-nav__items-flex.flex-wrap {
    flex-wrap: wrap;
  }

  .new_header_item_css .global__block.wrap {
    width: 45%;
  }
}

.new_header_item_css .global__block-span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 20px;
}

.new_header_item_css .global__block-link-title {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin-top: 24px;
  font-weight: 500;
}

.new_header_item_css .global__block-lists {
  margin-top: 20px;
  display: block !important;
}

.new_header_item_css .global__block-link:not(:first-child) {
  margin-top: 20px;
}

.new_header_item_css .hamburger {
  position: fixed;
  z-index: 9999;
  top: 17px;
  right: 25px;
  width: 32px;
  height: 16px;
  cursor: pointer;
}

.new_header_item_css .hamburger.hamburger--not-fixed {
  position: absolute;
  z-index: 9999;
  top: 17px;
  right: 25px;
  width: 32px;
  height: 16px;
  cursor: pointer;
}

.new_header_item_css .hamburger.is-active {
  top: 17px;
  right: 25px;
}

.new_header_item_css .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s, background-color 0.3s;
}

.new_header_item_css .hamburger.is-active span {
  background-color: #000;
}

.new_header_item_css .hamburger span:nth-child(1) {
  top: 0;
}

.new_header_item_css .hamburger span:nth-child(2) {
  top: 8px;
  transition: opacity 0.3s;
}

.new_header_item_css .hamburger span:nth-child(3) {
  top: 16px;
}

.new_header_item_css .hamburger.is-active span:nth-child(1) {
  top: 8px;
  transform: rotate(-45deg);
}

.new_header_item_css .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.new_header_item_css .hamburger.is-active span:nth-child(3) {
  top: 8px;
  transform: rotate(45deg);
}

.new_header_item_css .drawer-menu {
  position: absolute;
  z-index: 5000;
  display: none;
  top: 50px;
  left: 0;
  width: 100%;
  height: 95vh;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  padding-top: 20px;
  padding-bottom: 30px;
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.05);
}

.new_header_item_css .drawer-menu.m-drawer-menu {
  background-color: #F3F3F3;
}

.new_header_item_css .drawer-menu_noshadow {
  padding-top: 0 !important;
  box-shadow: none !important;
}

.new_header_item_css .drawer-menu__inner {
  width: 100%;
  height: inherit;
}

.new_header_item_css .drawer-menu__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.new_header_item_css .drawer-menu__item {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.new_header_item_css .drawer-menu__link {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity 0.3s;
}

.new_header_item_css .navli .sub_menu {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
}

.new_header_item_css .navli .sub_menu li+li {
  margin-top: 25px;
}

.new_header_item_css .navli .sub_menu .link {
  padding-left: 32px !important;
}

.new_header_item_css .navli .sub_menu .link::before {
  top: 4px !important;
  transform: translate(0, 0) !important;
}

.new_header_item_css .navli .sub_menu .link span {
  margin-left: 0 !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1.7;
}

.new_header_item_css .navli .sub_menu .link span::after,
.new_header_item_css .navli .sub_menu .link span::before {
  display: none !important;
}

.new_header_item_css .navli .sub_menu .link span .link_small {
  font-size: 10px;
  display: block;
  padding-left: 30px;
}

.new_header_item_css .navli .sub_menu .link span .link_small::after {
  display: none !important;
}

.new_header_item_css .navli .sub_menu .link_main span {
  font-size: 16px;
  font-weight: bold;
}

.new_header_item_css .drawer-menu__link:hover {
  opacity: 0.7;
  color: #000;
  top: 0;
}

.new_header_item_css .drawer-menu__lists {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 50px;
  padding-bottom: 100px;
}

.new_header_item_css .drawer-menu__button {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 8px 50px;
  display: inline-block;
  border: 1px solid #000;
  transition: 0.3s ease;
}

.new_header_item_css .drawer-menu__button:hover {
  color: #000;
  background-color: #fff;
  top: 0;
}

.new_header_item_css .global-nav__blocks {
  list-style-type: none;
  padding-left: 0;
}

.new_header_item_css .global-nav__block {
  transition: 0.3s;
  border-bottom: 1px dotted #000;
}

.new_header_item_css .global-nav__buttonLink {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: inline-block;
  padding: 13px 0;
}

.new_header_item_css .global-nav__block-span {
  font-size: 11px;
  display: block;
  margin-left: 20px;
  margin-top: -0.7px;
  padding-bottom: 10px;
}

.new_header_item_css .m-header {
  width: 100%;
  height: 80px;
  background-color: #F3F3F3;
  border: 1px solid #D9D9D9;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .new_header_item_css .m-header {
    height: 50px;
  }
}

.new_header_item_css .m-header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.new_header_item_css .m-header__inner.inner {
  height: inherit;
}

.new_header_item_css .m-header__inner-flex {
  display: flex;
  align-items: center;
  height: inherit;
  margin-right: calc(50% - 50vw);
}

.new_header_item_css .m-header__inner-flex.m-header__inner-flex--left {
  margin-left: calc(50% - 50vw);
}

.new_header_item_css .m-header__name {
  margin-right: auto;
}

.new_header_item_css .m-header__name.m-header__name--flex {
  background-color: #053A94;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.new_header_item_css .m-header__name.m-header__name--flex a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-header__name.m-header__name--flex a {
    gap: 12px;
  }
}

.new_header_item_css .m-header__logo {
  width: 128px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-header__logo {
    width: 122px;
  }
}

.new_header_item_css .m-header__name--flex .m-header__logo {
  width: 45px;
}

.new_header_item_css .m-header__name--flex span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {
  .new_header_item_css .m-header__name--flex span {
    font-size: 18px;
  }
}

.new_header_item_css .m-header__nav {
  height: inherit;
  display: block !important;
}

@media (max-width: 768px) {
  .new_header_item_css .m-header__nav {
    display: none !important;
  }
}

.new_header_item_css .m-header__items {
  display: flex;
  align-items: center;
  height: inherit;
}

.new_header_item_css .m-header__item {
  height: inherit;
}

.new_header_item_css .m-header__item:not(:first-child) {
  margin-left: 12px;
}

.new_header_item_css .m-header__item.m-header__item--button:last-of-type {
  margin-left: 4px;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-header__item.m-header__item--button:last-of-type {
    margin-left: 2px;
  }
}

.new_header_item_css .m-header__item.m-header__item--button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
}

.new_header_item_css .m-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  height: inherit;
  width: fit-content;
  position: relative;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-header__link {
    font-size: 12px;
  }
}

.new_header_item_css .m-header__link::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .m-header__link:hover {
  top: 0;
}

.new_header_item_css .m-header__link:hover::before {
  width: 100%;
}

.new_header_item_css .m-header__link::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(0, -50%);
  background-color: #000;
  display: none;
}

.new_header_item_css .m-header__link.header__link-global::after {
  display: none;
}

.new_header_item_css .m-header__link.no-line::after {
  display: none;
}

.new_header_item_css .m-header__link.header__link-global:hover .plus-icon {
  display: none;
}

.new_header_item_css .m-header__link.header__link-global:hover .minus-icon {
  display: block;
}

.new_header_item_css .m-header__link--button {
  background-color: #000;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  height: inherit;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transition: 0.3s ease;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-header__link--button {
    font-size: 12px;
    padding: 8px;
  }
}

.new_header_item_css .m-header__link--button:hover {
  top: 0;
  background-color: #3C8FE8;
}

.new_header_item_css .m-header__link--button.m-header__link--button--blue:hover {
  background-color: #053A94;
}

.new_header_item_css .m-global-nav__items {
  background-color: #fff;
  width: 240px;
  padding: 20px 30px;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  position: absolute;
  top: 200px;
  background-color: #F3F3F3;
  border: 2px solid #D9D9D9;
  z-index: 2000;
}

.new_header_item_css .m-global-nav:hover>.m-global-nav__items {
  visibility: visible;
  opacity: 1;
}

.new_header_item_css .m-global-nav:hover .m-global-nav__items {
  opacity: 1;
}

.new_header_item_css .m-global-nav__items-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.new_header_item_css .m-global-nav__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: inline-block;
  position: relative;
}

.new_header_item_css .m-global-nav__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .m-global-nav__link:hover {
  top: 0;
}

.new_header_item_css .m-global-nav__link:hover::before {
  width: 100%;
}

.new_header_item_css .m-hamburger {
  position: fixed;
  z-index: 4000;
  top: 17px;
  right: 25px;
  width: 32px;
  height: 16px;
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  .new_header_item_css .m-hamburger {
    display: block;
  }
}

.new_header_item_css .m-hamburger.hamburger--not-fixed {
  position: absolute;
  z-index: 3;
  top: 150px;
  right: 25px;
  width: 32px;
  height: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .new_header_item_css .m-hamburger.hamburger--not-fixed {
    top: 11rem;
  }
}

.new_header_item_css .m-hamburger.is-active {
  z-index: 9999;
  top: 25px;
  right: 25px;
}

.new_header_item_css .m-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s, background-color 0.3s;
}

.new_header_item_css .m-hamburger.is-active span {
  background-color: #000;
}

.new_header_item_css .m-hamburger span:nth-child(1) {
  top: 0;
}

.new_header_item_css .m-hamburger span:nth-child(2) {
  top: 8px;
  transition: opacity 0.3s;
}

.new_header_item_css .m-hamburger span:nth-child(3) {
  top: 16px;
}

.new_header_item_css .m-hamburger.is-active span:nth-child(1) {
  top: 15px;
  transform: rotate(-45deg);
}

.new_header_item_css .m-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.new_header_item_css .m-hamburger.is-active span:nth-child(3) {
  top: 15px;
  transform: rotate(45deg);
}

.new_header_item_css .m-header-section--small {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  transition: top 0.3s ease;
  z-index: 9999;
}

.new_header_item_css .m-header-section--small.is-visible {
  top: 0;
}

.new_header_item_css .m-header-section--small .m-header {
  height: 66px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-header-section--small .m-header {
    height: 50px;
  }
}

.new_header_item_css .m-header-section--small .m-hamburger.hamburger--not-fixed {
  top: 25px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-header-section--small .m-hamburger.hamburger--not-fixed {
    top: 16px;
  }
}

.new_header_item_css .m-header-section--small .m-global-nav__items {
  top: 66px;
}

.new_header_item_css .breadcrumb {
  padding: 5px 0 11px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .new_header_item_css .breadcrumb {
    font-size: 11px;
    padding: 0 0 5px;
  }
}

.new_header_item_css .breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* 折り返しを許可 */
  gap: 8px;
}

.new_header_item_css .breadcrumb li {
  display: flex;
  align-items: center;
}

.new_header_item_css .breadcrumb li:not(:last-child)::after {
  content: "›";
  /* 区切り記号 */
  margin: 0 16px;
  color: #919191;
  font-size: 20px;
}

@media (max-width: 768px) {
  .new_header_item_css .breadcrumb li:not(:last-child)::after {
    margin: 0 4px;
  }
}

.new_header_item_css .breadcrumb a {
  color: #3C8FE8;
  text-decoration: none;
  transition: 0.3s;
  top: 0;
}

.new_header_item_css .breadcrumb a:hover {
  color: #005177;
  top: -3px;
}

.new_header_item_css .breadcrumb span[itemprop="name"] {
  white-space: normal;
  /* テキストの折り返しを許可 */
}

.new_header_item_css .fv {
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  padding-top: 136px;
}

@media (max-width: 768px) {
  .new_header_item_css .fv {
    padding-top: 70px;
  }
}

.new_header_item_css .fv__flex {
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1680px) {
  .new_header_item_css .fv__flex {
    margin-right: initial;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .fv__flex {
    margin-right: initial;
    flex-direction: column;
    gap: 30px;
  }
}

.new_header_item_css .fv__left {
  width: 42%;
}

@media (max-width: 768px) {
  .new_header_item_css .fv__left {
    width: 100%;
  }
}

.new_header_item_css .fv__lead-main {
  font-size: 40px;
  line-height: 1.8;
  width: fit-content;
  font-weight: 700;
  font-size: 53px;
}

@media (max-width: 1200px) {
  .new_header_item_css .fv__lead-main {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .fv__lead-main {
    font-size: 28px;
  }
}

.new_header_item_css .fv__lead-sub {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
}

@media (max-width: 768px) {
  .new_header_item_css .fv__lead-sub {
    font-size: 16px;
  }
}

.new_header_item_css .fv__text-block {
  margin-top: 46px;
}

@media (max-width: 768px) {
  .new_header_item_css .fv__text-block {
    margin-top: 30px;
  }
}

.new_header_item_css .fv__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}

@media (max-width: 768px) {
  .new_header_item_css .fv__lists {
    gap: 16px 30px;
  }
}

.new_header_item_css .fv__img-block {
  width: 57%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

@media (max-width: 768px) {
  .new_header_item_css .fv__img-block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.new_header_item_css .fv__img {
  aspect-ratio: 265 / 163;
}

.new_header_item_css .fv__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 265 / 163;
}

.new_header_item_css .logo-block {
  margin-top: 70px;
  background-color: #F5F5F5;
  padding: 25px 0;
}

.new_header_item_css .logo-block__contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.new_header_item_css .logo-block__img {
  width: 120px;
  aspect-ratio: 12 / 5;
}

.new_header_item_css .logo-block__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 12 / 5;
}

.new_header_item_css .top-voice {
  margin-top: 62px;
}

@media (max-width: 768px) {
  .new_header_item_css .top-voice {
    margin-top: 60px;
  }
}

.new_header_item_css .top-voice__top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new_header_item_css .top-voice__top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .top-voice__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .top-voice__cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .new_header_item_css .top-voice__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .top-voice__cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    gap: 30px;
  }
}

.new_header_item_css .card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: 0.3s ease;
}

.new_header_item_css .card:hover {
  top: 0;
}

.new_header_item_css .card__img {
  aspect-ratio: 282 / 180;
  overflow: hidden;
}

.new_header_item_css .card__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 282 / 180;
  transition: 0.3s ease;
  scale: 1;
}

.new_header_item_css .card:hover .card__img img {
  scale: 1.05;
}

.new_header_item_css .card__title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  width: fit-content;
}

@media (max-width: 768px) {
  .new_header_item_css .card__title {
    font-size: 16px;
  }
}

.new_header_item_css .card__title span {
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .card:hover .card__title span {
  background-size: 100% 1px;
}

.new_header_item_css .card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-top: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 768px) {
  .new_header_item_css .card__text {
    font-size: 14px;
  }
}

.new_header_item_css .card__category-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.new_header_item_css .category {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 12px;
  width: fit-content;
  border-radius: 5px;
  transition: 0.3s ease;
  cursor: pointer;
  outline: 1px solid #000;
}

@media (max-width: 768px) {
  .new_header_item_css .category {
    font-size: 11px;
  }
}

.new_header_item_css .category:hover {
  background-color: #fff;
  color: #000;
  top: 0;
}

.new_header_item_css .service {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  .new_header_item_css .service {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.new_header_item_css .service__lead {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

@media (max-width: 768px) {
  .new_header_item_css .service__lead {
    font-size: 15px;
    margin-top: 30px;
  }
}

.new_header_item_css .service__contents {
  background-color: #fff;
  margin-top: 50px;
  padding: 80px;
}

@media (max-width: 1200px) {
  .new_header_item_css .service__contents {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .service__contents {
    margin-top: 38px;
    padding: 40px 15px 50px;
  }
}

.new_header_item_css .service__title {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .service__title {
    font-size: 20px;
  }
}

.new_header_item_css .service__sub-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .new_header_item_css .service__sub-lead {
    font-size: 16px;
  }
}

.new_header_item_css .service__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 68px;
}

@media (max-width: 768px) {
  .new_header_item_css .service__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }

  .new_header_item_css .service__content.service__content--mt {
    gap: 20px;
    margin-top: -2.4rem;
  }
}

.new_header_item_css .service__block-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .new_header_item_css .service__block-title span {
    margin-left: 20px;
  }
}

.new_header_item_css .service__block-link-title {
  font-size: 18px;
  margin-top: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new_header_item_css .service__block-link-title {
    font-size: 16px;
    margin-top: 30px;
  }
}

.new_header_item_css .service__block-lists {
  margin-top: 24px;
}

.new_header_item_css .service__block-link:not(:first-child) {
  margin-top: 14px;
  margin-top: 16px;
}

.new_header_item_css .feature {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .feature {
    margin-top: 70px;
  }
}

.new_header_item_css .feature__top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

.new_header_item_css .feature__contents {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .new_header_item_css .feature__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.4rem;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .feature__contents {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .feature__contents {
    grid-template-columns: repeat(1, 1fr);
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
  }
}

.new_header_item_css .feature__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.new_header_item_css .feature__number {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__number {
    font-size: 20px;
  }
}

.new_header_item_css .feature__sub-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__sub-title {
    font-size: 16px;
  }
}

.new_header_item_css .feature__img {
  max-width: 65px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  margin-top: 20px;
}

.new_header_item_css .feature__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.new_header_item_css .feature__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .feature__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .feature__flex {
  display: flex;
  margin-left: calc(50% - 50vw);
  align-items: flex-start;
  justify-content: space-between;
  gap: 126px;
  margin-top: 100px;
}

@media (max-width: 1200px) {
  .new_header_item_css .feature__flex {
    gap: 66px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .feature__flex {
    flex-direction: column;
    margin-left: initial;
    gap: 30px;
    margin-top: 60px;
  }
}

.new_header_item_css .feature__flex-img {
  aspect-ratio: 708 / 305;
  width: 51%;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__flex-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.new_header_item_css .feature__flex-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 708 / 305;
}

.new_header_item_css .feature__flex-block {
  width: calc(49% - 126px);
}

@media (max-width: 1200px) {
  .new_header_item_css .feature__flex-block {
    width: calc(49% - 66px);
  }
}

@media (max-width: 768px) {
  .new_header_item_css .feature__flex-block {
    width: 100%;
  }
}

.new_header_item_css .feature__flex-title {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__flex-title {
    font-size: 20px;
  }
}

.new_header_item_css .feature__flex-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__flex-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.new_header_item_css .feature__flex-button-block {
  margin-top: 40px;
  text-align: right;
}

@media (max-width: 768px) {
  .new_header_item_css .feature__flex-button-block {
    margin-top: 20px;
  }
}

.new_header_item_css .consultant {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant {
    margin-top: 80px;
  }
}

.new_header_item_css .consultant__top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

.new_header_item_css .consultant__contents {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

@media (max-width: 1200px) {
  .new_header_item_css .consultant__contents {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 40px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__contents {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
	  
  }
}

@media (max-width: 600px) {
  .new_header_item_css .consultant__contents {
    gap: 40px 17px;
  }
}

.new_header_item_css .consultant__content {
  display: flex;
  flex-direction: column;
}

.new_header_item_css .consultant__content:hover {
  top: 0;
}

.new_header_item_css .consultant__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.new_header_item_css .consultant__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: scale 0.3s ease;
  scale: 1;
}

.new_header_item_css .consultant__content:hover .consultant__img img {
  scale: 1.05;
}

.new_header_item_css .consultant__info {
  font-size: 12px;
  font-weight: 500;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__info {
    margin-top: 10px;
    font-size: 11px;
  }
}

.new_header_item_css .consultant__name-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__name-block {
    gap: initial;
    justify-content: space-between;
  }
}

.new_header_item_css .consultant__name {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__name {
    font-size: 16px;
  }
}

.new_header_item_css .consultant__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .consultant__content:hover .consultant__name::after {
  width: 100%;
}

.new_header_item_css .consultant__area {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  background-color: #D9D9D9;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__area {
    font-size: 11px;
    padding: 8px 16px;
  }
}

.new_header_item_css .consultant__text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.new_header_item_css .consultant__category-block {
  padding-top: 20px;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__category-block {
    gap: 8px;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .consultant__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .column {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .column {
    margin-top: 60px;
  }
}

.new_header_item_css .column__top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new_header_item_css .column__top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .column__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .column__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .column__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .co__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .recruit {
  background-color: #F5F5F5;
  padding-top: 80px;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .recruit {
    padding-top: 60px;
    margin-top: 70px;
  }
}

.new_header_item_css .recruit__top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new_header_item_css .recruit__top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

.new_header_item_css .recruit__lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .recruit__lead {
    margin-top: 30px;
    font-size: 16px;
  }
}

.new_header_item_css .recruit__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 24px;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .new_header_item_css .recruit__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .new_header_item_css .recruit__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 40px 20px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .recruit__cards {
    gap: 20px 14px;
  }
}

.new_header_item_css .recruit__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .recruit__card {
    gap: 10px;
  }
}

.new_header_item_css .recruit__card:hover {
  top: 0;
}

.new_header_item_css .recruit__img {
  aspect-ratio: 282 / 145;
  overflow: hidden;
}

.new_header_item_css .recruit__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 282 / 145;
  transition: 0.3s ease;
  scale: 1;
}

.new_header_item_css .recruit__card:hover .recruit__img img {
  scale: 1.05;
}

.new_header_item_css .recruit__text {
  font-size: 1.8px;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  position: relative;
}

@media (max-width: 768px) {
  .new_header_item_css .recruit__text {
    font-size: 16px;
  }
}

.new_header_item_css .recruit__text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .recruit__card:hover .recruit__text::before {
  width: 100%;
}

@media (max-width: 768px) {
  .new_header_item_css .recruit__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .company {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  .new_header_item_css .company {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.new_header_item_css .company__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  gap: 126px;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .new_header_item_css .company__flex {
    gap: 66px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .company__flex {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}

.new_header_item_css .company__img {
  aspect-ratio: 708 / 315;
  width: 49%;
}

@media (max-width: 768px) {
  .new_header_item_css .company__img {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .company__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 708 / 315;
}

.new_header_item_css .company__lists {
  width: calc(51% - 126px);
}

@media (max-width: 1200px) {
  .new_header_item_css .company__lists {
    width: calc(51% - 66px);
  }
}

@media (max-width: 768px) {
  .new_header_item_css .company__lists {
    width: 100%;
  }
}

.new_header_item_css .company__list:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .company__list:not(:first-child) {
    margin-top: 20px;
  }
}

.new_header_item_css .advisor-service {
  margin-top: 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service {
    margin-top: 60px;
  }
}

.new_header_item_css .advisor-service__flex {
  display: flex;
  margin-left: calc(50% - 50vw);
  align-items: flex-start;
  justify-content: space-between;
  gap: 126px;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .new_header_item_css .advisor-service__flex {
    gap: 66px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__flex {
    flex-direction: column;
    margin-left: initial;
    gap: 30px;
    margin-top: 30px;
  }
}

.new_header_item_css .advisor-service__flex-img {
  aspect-ratio: 708 / 305;
  width: 51%;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__flex-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.new_header_item_css .advisor-service__flex-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 708 / 305;
}

.new_header_item_css .advisor-service__flex-block {
  width: calc(49% - 126px);
}

@media (max-width: 1200px) {
  .new_header_item_css .advisor-service__flex-block {
    width: calc(49% - 66px);
  }
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__flex-block {
    width: 100%;
  }
}

.new_header_item_css .advisor-service__flex-title {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__flex-title {
    font-size: 20px;
  }
}

.new_header_item_css .advisor-service__flex-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__flex-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.new_header_item_css .advisor-service__flex-button-block {
  margin-top: 40px;
  text-align: right;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__flex-button-block {
    margin-top: 20px;
  }
}

.new_header_item_css .advisor-service__contents {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__contents {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.new_header_item_css .advisor-service__contents-title {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__contents-title {
    font-size: 20px;
  }
}

.new_header_item_css .advisor-service__contents-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 126px;
  margin-top: 28px;
}

@media (max-width: 1200px) {
  .new_header_item_css .advisor-service__contents-flex {
    gap: 66px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__contents-flex {
    gap: 30px;
    flex-direction: column;
    margin-top: 30px;
  }
}

.new_header_item_css .advisor-service__contents-img {
  aspect-ratio: 586 / 315;
  width: 48.8%;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__contents-img {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .advisor-service__contents-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 586 / 315;
}

.new_header_item_css .advisor-service__contents-lists {
  width: calc(51.2% - 126px);
}

@media (max-width: 1200px) {
  .new_header_item_css .advisor-service__contents-lists {
    width: calc(51.2% - 66px);
  }
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__contents-lists {
    width: 100%;
  }
}

.new_header_item_css .advisor-service__contents-list:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .advisor-service__contents-list:not(:first-child) {
    margin-top: 20px;
  }
}

.new_header_item_css .cta {
  padding-top: 36px;
  background-color: #555555;
  padding-bottom: 36px;
}

.new_header_item_css .cta.cta--mt {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .cta.cta--mt {
    margin-top: 70px;
  }
}

.new_header_item_css .cta.cta--blue {
  background-color: #053A94;
}

.new_header_item_css .cta__lead {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 768px) {
  .new_header_item_css .cta__lead {
    font-size: 15px;
  }
}

.new_header_item_css .cta__lead.cta__lead--small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .cta__lead.cta__lead--small {
    font-size: 16px;
  }
}

.new_header_item_css .cta__button-block {
  text-align: center;
  margin-top: 30px;
}

.new_header_item_css .cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid #fff;
  padding: 25px 50px;
  background-color: transparent;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .cta__button {
    gap: 20px;
    padding: 20px 40px;
  }
}

.new_header_item_css .cta__button img {
  width: 16px;
  position: relative;
  left: 0;
}

.new_header_item_css .cta__button span {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .cta__button span {
    font-size: 15px;
  }
}

.new_header_item_css .cta__button:hover {
  top: 0;
  border: 1px solid #555555;
  background-color: #fff;
}

.new_header_item_css .cta__button:hover span {
  color: #555555;
}

.new_header_item_css .cta__button:hover span.blue {
  color: #053A94;
}

.new_header_item_css .cta__button img.arrow--white {
  transition: 0.3s ease;
}

.new_header_item_css .cta__button img.arrow--blue {
  display: none;
  transition: 0.3s ease;
}

.new_header_item_css .cta__button img.arrow--indigo {
  display: none;
  transition: 0.3s ease;
}

.new_header_item_css .cta__button:hover img.arrow--white {
  display: none;
}

.new_header_item_css .cta__button:hover img.arrow--blue {
  display: inline;
}

.new_header_item_css .cta__button:hover img.arrow--indigo {
  display: inline;
}

.new_header_item_css .cta02 {
  padding: 24px;
  background-color: #0090C5;
}

.new_header_item_css .cta02__minkei {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__minkei {
    margin-top: 70px;
  }
}

.new_header_item_css .cta02__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__flex {
    flex-direction: column;
  }
}

.new_header_item_css .cta02__block {
  width: 50%;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__block {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__block+.cta02__block {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
}

.new_header_item_css .cta02__block:first-of-type {
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__block:first-of-type {
    border-right: none;
  }
}

.new_header_item_css .cta02__lead {
  margin-top: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__lead {
    font-size: 16px;
  }
}

.new_header_item_css .cta02__button-block {
  text-align: center;
  margin-top: 22px;
}

.new_header_item_css .cta02__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid #fff;
  padding: 25px 50px;
  transition: 0.3s ease;
  background-color: transparent;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__button {
    gap: 20px;
    padding: 20px 40px;
  }
}

.new_header_item_css .cta02__button img {
  width: 16px;
  position: relative;
  left: 0;
  transition: 0.4s ease-in-out;
}

.new_header_item_css .cta02__button span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .cta02__button span {
    font-size: 15px;
  }
}

.new_header_item_css .cta02__button:hover {
  top: 0;
  background-color: #fff;
}

.new_header_item_css .cta02__button:hover span {
  color: #0090C5;
}

.new_header_item_css .cta02__button img.arrow--white {
  transition: 0.3s ease;
}

.new_header_item_css .cta02__button img.arrow--blue {
  display: none;
  transition: 0.3s ease;
}

.new_header_item_css .cta02__button:hover img.arrow--white {
  display: none;
}

.new_header_item_css .cta02__button:hover img.arrow--blue {
  display: inline;
}

.new_header_item_css .footer {
  background-color: #F5F5F5;
  padding-top: 38px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer {
    padding-top: 30px;
  }
}

.new_header_item_css .footer__minkei {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__minkei {
    margin-top: 70px;
  }
}

.new_header_item_css .footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 108px;
}

@media (max-width: 1200px) {
  .new_header_item_css .footer__flex {
    gap: 58px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .footer__flex {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .footer__left {
    width: 100%;
  }

  .new_header_item_css .footer__right {
    width: 100%;
  }
}

.new_header_item_css .footer__name-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 1200px) {
  .new_header_item_css .footer__name-block {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .footer__name-block {
    flex-direction: column;
    gap: 30px;
  }
}

.new_header_item_css .footer__logo {
  width: 282px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .footer__name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__name {
    font-size: 16px;
    width: fit-content;
    margin-right: auto;
  }
}

.new_header_item_css .footer__info {
  margin-top: 30px;
}

.new_header_item_css .footer__info dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__info dl {
    align-items: flex-start;
  }
}

.new_header_item_css .footer__info dl:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__info dl:not(:first-child) {
    margin-top: 16px;
  }
}

.new_header_item_css .footer__info dt,
.new_header_item_css .footer__info dd {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

@media (max-width: 768px) {

  .new_header_item_css .footer__info dt,
  .new_header_item_css .footer__info dd {
    font-size: 16px;
  }
}

.new_header_item_css .footer__info dt {
  width: 23%;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__info dt {
    width: 35%;
  }
}

.new_header_item_css .footer__info dd {
  width: 77%;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__info dd {
    width: 65%;
  }
}

.new_header_item_css .footer__lists {
  width: 318px;
  display: flex;
  flex-wrap: wrap;
  gap: 37px 50px;
}

.new_header_item_css .footer__link {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.new_header_item_css .footer__link:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .footer__link:hover {
  top: 0;
}

.new_header_item_css .footer__link:hover::before {
  width: 100%;
}

.new_header_item_css .footer__dx {
  margin-top: 30px;
  width: 148px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__dx {
    width: 115px;
    margin-top: 0;
    margin-right: auto;
  }
}

.new_header_item_css .footer__copyright {
  background-color: #000;
  padding: 11px;
  text-align: center;
  margin-top: 42px;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__copyright {
    margin-top: 30px;
  }
}

.new_header_item_css .footer__copyright small {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .new_header_item_css .footer__copyright small {
    font-size: 11px;
  }
}

.new_header_item_css .m-fv {
  margin-top: 8px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.new_header_item_css .m-fv__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__flex {
    flex-direction: column;
    gap: 30px;
    margin-right: initial;
  }
}

.new_header_item_css .m-fv__left {
  width: 52%;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-fv__left {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__left {
    width: 100%;
  }
}

.new_header_item_css .m-fv__right {
  width: 38%;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-fv__right {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__right {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .m-fv__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-fv__lead {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__lead {
    font-size: 28px;
  }
}

.new_header_item_css .m-fv__text-block {
  margin-top: 28px;
}

.new_header_item_css .m-fv__text-block:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__text-block:not(:first-child) {
    margin-top: 30px;
  }
}

.new_header_item_css .m-fv__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__text {
    font-size: 16px;
  }
}

.new_header_item_css .m-fv__text-large {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .new_header_item_css .m-fv__text-large {
    font-size: 16px;
  }
}

.new_header_item_css .m-fv__swiper {
  position: relative;
  padding-bottom: 50px;
}

.new_header_item_css .m-fv__swiper .swiper-slide {
  aspect-ratio: 586 / 390;
  position: relative;
  z-index: 2;
  padding-right: 18px;
}

.new_header_item_css .m-fv__swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0090C5;
  position: absolute;
  top: 22px;
  left: 18px;
  z-index: -1;
}

.new_header_item_css .m-fv__swiper .swiper-slide img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 586 / 390;
}

.new_header_item_css .m-fv__swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.new_header_item_css .m-fv__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.new_header_item_css .m-fv__swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.new_header_item_css .m-fv__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 9999px;
  background-color: #D9D9D9;
}

.new_header_item_css .m-fv__swiper .swiper-pagination-bullet-active {
  background-color: #0090C5;
}

.new_header_item_css .m-lead {
  margin-top: 54px;
}

.new_header_item_css .m-lead__inner-right {
  margin-right: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__inner-right {
    margin-right: initial;
  }
}

.new_header_item_css .m-lead__block {
  width: 51%;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__block {
    width: 100%;
  }
}

.new_header_item_css .m-lead__block+.m-lead__block {
  margin-top: 30px;
}

.new_header_item_css .m-lead__title {
  color: #0090C5;
  font-size: 53px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__title {
    font-size: 32px;
  }
}

.new_header_item_css .m-lead__sub-title {
  color: #0090C5;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
  display: block;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__sub-title {
    font-size: 18px;
    margin-top: 16px;
  }
}

.new_header_item_css .m-lead__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__text {
    font-size: 16px;
  }
}

.new_header_item_css .m-lead__button-block {
  margin-top: 30px;
  text-align: right;
}

.new_header_item_css .m-lead__img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

@media (min-width: 1800px) {
  .new_header_item_css .m-lead__img01 {
    display: none;
  }
}

.new_header_item_css .m-lead__img02 {
  position: absolute;
  bottom: 15%;
  right: 18%;
  width: 30%;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__img02 {
    position: initial;
    margin-top: 20px;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .m-lead__img03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
}

@media (max-width: 768px) {
  .new_header_item_css .m-lead__img03 {
    position: initial;
    margin-top: 20px;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .m-feature {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__title .section-title__main {
    font-size: 22px;
  }
}

.new_header_item_css .m-feature__contents {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__contents {
    margin-top: 30px;
  }
}

.new_header_item_css .m-feature__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-feature__content {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__content {
    flex-direction: column;
    gap: 20px;
  }
}

.new_header_item_css .m-feature__content:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__content:not(:first-child) {
    margin-top: 30px;
  }
}

.new_header_item_css .m-feature__content-img {
  width: 98px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__content-img {
    width: 68px;
  }
}

.new_header_item_css .m-feature__content-text-block {
  width: 83%;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__content-text-block {
    width: 90%;
  }
}

.new_header_item_css .m-feature__content-title {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__content-title {
    font-size: 18px;
  }
}

.new_header_item_css .m-feature__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-feature__content-text {
    font-size: 16px;
  }
}

.new_header_item_css .m-strength {
  margin-top: 114px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-strength {
    margin-top: 70px;
  }
}

.new_header_item_css .m-strength-img {
  margin-top: 50px;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .m-strength-img {
    margin-top: 30px;
  }
}

.new_header_item_css .m-strength__contents {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-strength__contents {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.new_header_item_css .m-strength__content {
  background-color: #F3F3F3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-strength__content {
    padding: 30px 20px;
  }
}

.new_header_item_css .m-strength__content-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-strength__content-title {
    font-size: 20px;
  }
}

.new_header_item_css .m-strength__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .m-strength__content-text {
    font-size: 16px;
  }
}

.new_header_item_css .m-service {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-service {
    margin-top: 70px;
  }
}

.new_header_item_css .m-service__contents {
  margin-top: 63px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 24px;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-service__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-service__contents {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .m-service__contents {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .m-service__content {
  border: 2px solid #08AFC2;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-service__content {
    padding: 30px 10px;
  }
}

.new_header_item_css .m-service__content-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .new_header_item_css .m-service__content-title {
    font-size: 20px;
  }
}

.new_header_item_css .m-service__content-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .new_header_item_css .m-service__content-title span {
    font-size: 16px;
  }
}

.new_header_item_css .m-service__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .m-service__content-text {
    font-size: 16px;
  }
}

.new_header_item_css .m-news {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news {
    margin-top: 70px;
  }
}

.new_header_item_css .m-news__top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__top-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}

.new_header_item_css .m-news__contents {
  margin-top: 40px;
}

.new_header_item_css .m-news__content {
  display: flex;
  padding-top: 32px;
  border-top: 1px solid #C8C8C8;
  gap: 64px;
}

@media (max-width: 1200px) {
  .new_header_item_css .m-news__content {
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__content {
    padding-top: 22px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .m-news__content {
    flex-direction: column;
    gap: 7px;
    padding-top: 12px;
  }
}

.new_header_item_css .m-news__content:hover {
  top: 0;
}

.new_header_item_css .m-news__content:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__content:not(:first-child) {
    margin-top: 22px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .m-news__content:not(:first-child) {
    margin-top: 12px;
  }
}

.new_header_item_css .m-news__content:last-of-type {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 32px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__content:last-of-type {
    padding-bottom: 22px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .m-news__content:last-of-type {
    padding-bottom: 12px;
  }
}

.new_header_item_css .m-news__block {
  width: 75%;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__block {
    width: auto;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .m-news__block {
    width: 100%;
  }
}

.new_header_item_css .m-news__date {
  display: inline-block;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__date {
    font-size: 16px;
  }
}

.new_header_item_css .m-news__text {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__text {
    font-size: 16px;
  }
}

.new_header_item_css .m-news__text span {
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .m-news__content:hover .m-news__text span {
  background-size: 100% 1px;
}

@media (max-width: 768px) {
  .new_header_item_css .m-news__button-block {
    margin-top: 30px;
    text-align: right;
  }
}

.new_header_item_css .w-fv {
  padding-top: 75px;
  padding-bottom: 38px;
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.new_header_item_css .w-fv.w-fv--bg {
  background: #F5F5F5;
}

.new_header_item_css .w-fv__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__flex {
    flex-direction: column;
    gap: 30px;
    margin-right: initial;
  }
}

.new_header_item_css .w-fv__left {
  width: 52%;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-fv__left {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__left {
    width: 100%;
  }
}

.new_header_item_css .w-fv__right {
  width: 38%;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-fv__right {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__right {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .w-fv__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  color: #053A94;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-fv__lead {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__lead {
    font-size: 28px;
  }
}

.new_header_item_css .w-fv__text-block {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__text-block {
    margin-top: 30px;
  }
}

.new_header_item_css .w-fv__text-block.w-fv__text-block--mt {
  margin-top: 28px;
}

.new_header_item_css .w-fv__text-block.w-fv__text-block--min {
  width: 67%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__text-block.w-fv__text-block--min {
    width: 100%;
  }
}

.new_header_item_css .w-fv__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__text {
    font-size: 16px;
  }
}

.new_header_item_css .w-fv__text-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__text-large {
    font-size: 18px;
  }
}

.new_header_item_css .w-fv__text-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
}

.new_header_item_css span.marker {
  background: linear-gradient(transparent 50%, #E5CE20 50%);
}

.new_header_item_css .w-fv__lists {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px 0;
}

@media (max-width: 768px) {
  .new_header_item_css .w-fv__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

.new_header_item_css .w-fv__swiper {
  position: relative;
  padding-bottom: 50px;
}

.new_header_item_css .w-fv__swiper .swiper-slide {
  aspect-ratio: 586 / 390;
  position: relative;
  z-index: 2;
  padding-right: 18px;
}

.new_header_item_css .w-fv__swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #053A94;
  position: absolute;
  top: 22px;
  left: 18px;
  z-index: -1;
}

.new_header_item_css .w-fv__swiper .swiper-slide img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 586 / 390;
}

.new_header_item_css .w-fv__swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.new_header_item_css .w-fv__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.new_header_item_css .w-fv__swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.new_header_item_css .w-fv__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 9999px;
  background-color: #D9D9D9;
}

.new_header_item_css .w-fv__swiper .swiper-pagination-bullet-active {
  background-color: #053A94;
}

.new_header_item_css .w-fv__img01 {
  position: absolute;
  bottom: 200px;
  right: 250px;
  width: 27%;
}

.new_header_item_css .w-fv__img02 {
  position: absolute;
  bottom: 38px;
  right: 0;
  width: 30%;
  z-index: 2;
}

@media (min-width: 1440px) {
  .new_header_item_css .w-fv__img01 {
    bottom: 160px;
  }

  .new_header_item_css .w-fv__img02 {
    bottom: 0;
  }
}

@media (min-width: 2000px) {

  .new_header_item_css .w-fv__img01,
  .new_header_item_css .w-fv__img02 {
    display: none;
  }
}

@media (max-width: 768px) {

  .new_header_item_css .w-fv__img01,
  .new_header_item_css .w-fv__img02 {
    display: none;
  }
}

.new_header_item_css .w-problem {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem {
    margin-top: 70px;
  }
}

.new_header_item_css .w-problem__lead {
  font-size: 16px;
  margin-top: 50px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem__lead {
    font-size: 16px;
    margin-top: 30px;
  }
}

.new_header_item_css .w-problem__lead-large {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem__lead-large {
    font-size: 16px;
  }
}

.new_header_item_css .w-problem__flex {
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem__flex {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
    margin-left: calc(50% - 50vw);
  }
}

.new_header_item_css .w-problem-img {
  width: 22%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem-img {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .w-problem__flex-lists {
  background-color: #F5F5F5;
  padding: 50px 0 50px 78px;
  width: calc(76% - 50px);
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem__flex-lists {
    padding: 40px 20px;
    width: 100%;
  }
}

.new_header_item_css .w-problem__flex-list {
  font-size: 18px;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.new_header_item_css .w-problem__flex-list+.w-problem__flex-list {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-problem__flex-list {
    font-size: 16px;
  }

  .new_header_item_css .w-problem__flex-list+.w-problem__flex-list {
    margin-top: 22px;
  }
}

.new_header_item_css .w-comparison {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison {
    margin-top: 70px;
  }
}

.new_header_item_css .w-comparison__table-block {
  margin-top: 75px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table-block {
    margin-top: 60px;
  }
}

.new_header_item_css .w-comparison__table {
  min-width: 1000px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-comparison__table {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table {
    min-width: auto;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .new_header_item_css .w-comparison__table {
    width: 100%;
  }
}

.new_header_item_css .w-comparison__table th:first-child {
  background: #fff;
}

.new_header_item_css .w-comparison__table th:nth-of-type(2) {
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #F5F5F5 50%, #F5F5F5 100%);
  position: relative;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(2) {
    background: #053A94;
    color: #fff;
    padding: 20px 12px;
    border: solid 5px #053A94;
    border-radius: 10px 10px 0 0;
  }
}

.new_header_item_css .w-comparison__table th:nth-of-type(2)::before {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.new_header_item_css .w-comparison__table th:nth-of-type(2)::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {

  .new_header_item_css .w-comparison__table th:nth-of-type(2)::before,
  .new_header_item_css .w-comparison__table th:nth-of-type(2)::after {
    display: none;
  }
}

.new_header_item_css .w-comparison__table th:nth-of-type(2) span {
  display: block;
  margin-top: 106px;
  margin-bottom: 21px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(2) span {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(2) span.small {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(2) span.large {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.new_header_item_css .w-comparison__table th:nth-of-type(3) {
  background: #053A94;
  color: #fff;
  padding: 27px 22px;
  border: solid 5px #053A94;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(3) {
    background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #F5F5F5 50%, #F5F5F5 100%);
    color: #000;
    padding: 0;
    position: relative;
    border-radius: 0;
    border: none;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(3)::before {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #D9D9D9;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .new_header_item_css .w-comparison__table th:nth-of-type(3)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }
}

.new_header_item_css .w-comparison__table th:nth-of-type(3) span.small {
  font-size: 12px;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(3) span.small {
    font-size: 11px;
  }
}

.new_header_item_css .w-comparison__table th:nth-of-type(3) span.small::before {
  content: "＼";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
  font-size: 20px;
}

.new_header_item_css .w-comparison__table th:nth-of-type(3) span.small::after {
  content: "／";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  font-size: 20px;
}

.new_header_item_css .w-comparison__table th:nth-of-type(3) span.large {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table th:nth-of-type(3) span {
    display: block;
    margin-top: 10.6rem;
    margin-bottom: 11px;
    font-weight: 500;
  }
}

.new_header_item_css .w-comparison__table td:first-child {
  width: 23%;
  background: #F5F5F5;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: center;
  height: 150px;
  height: 15rem;
  left: 0;
  z-index: 2;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-comparison__table td:first-child {
    height: 13.5rem;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:first-child {
    height: 14rem;
    width: 24%;
    font-size: 16px;
    font-weight: 400;
  }
}

.new_header_item_css .w-comparison__table td:first-child.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.new_header_item_css .w-comparison__table td:nth-child(2) {
  width: 34%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  text-align: center;
  letter-spacing: 0;
  padding: 0 10px;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:nth-child(2) {
    width: 42%;
    border-left: 5px solid #053A94;
    border-right: 5px solid #053A94;
    padding: 3rem 0.5rem;
  }
}

.new_header_item_css .w-comparison__table td:nth-child(2) span {
  width: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:nth-child(2) span {
    width: 30px;
  }
}

.new_header_item_css .w-comparison__table td:nth-child(2) p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-comparison__table td:nth-child(2) p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:nth-child(2) p {
    font-size: 11px;
    font-weight: 400;
  }
}

.new_header_item_css .w-comparison__table td:nth-child(2).border-blue {
  border-bottom: 5px solid #053A94;
}

.new_header_item_css .w-comparison__table td:nth-child(2).border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.new_header_item_css .w-comparison__table td:nth-child(3) {
  width: 53%;
  border-left: 5px solid #053A94;
  border-right: 5px solid #053A94;
  box-sizing: border-box;
  border-top: 1px solid #D9D9D9;
  text-align: center;
  letter-spacing: 0;
  padding: 0 10px;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:nth-child(3) {
    width: 34%;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 0 0.5rem;
  }
}

.new_header_item_css .w-comparison__table td:nth-child(3).border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.new_header_item_css .w-comparison__table td:nth-child(3) span {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:nth-child(3) span {
    width: 30px;
  }
}

.new_header_item_css .w-comparison__table td:nth-child(3) p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .new_header_item_css .w-comparison__table td:nth-child(3) p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css .w-comparison__table td:nth-child(3) p {
    font-size: 11px;
    font-weight: 400;
  }
}

.new_header_item_css .w-comparison__table td:nth-child(3).border-blue {
  border-bottom: 5px solid #053A94;
}

.new_header_item_css .scroll-hint-icon-wrap {
  z-index: 100 !important;
  pointer-events: none;
}

.new_header_item_css .w-price {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price {
    margin-top: 70px;
  }
}

.new_header_item_css .w-price__lead {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__lead {
    margin-top: 30px;
    font-size: 16px;
  }
}

.new_header_item_css .w-price__flex {
  display: flex;
  align-items: flex-start;
  gap: 4%;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__flex {
    flex-direction: column;
    align-items: center;
    gap: 2.7rem;
  }
}

.new_header_item_css .w-price__img {
  width: 21%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__img {
    max-width: 22rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.new_header_item_css .w-price__contents {
  width: 75%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__contents {
    width: 100%;
  }
}

.new_header_item_css .w-price__content+.w-price__content {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__content+.w-price__content {
    margin-top: 30px;
  }
}

.new_header_item_css .w-price__content-title {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__content-title {
    font-size: 18px;
  }
}

.new_header_item_css .w-price__content-blocks {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  gap: 0.9rem;
}

.new_header_item_css .w-price__content-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  border: 1px solid #053A94;
  padding: 7px 14px;
  padding: 7px 1.4rem;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__content-block {
    font-size: 16px;
    padding: 0.5rem 1.2rem;
  }
}

.new_header_item_css .w-price__content-lists {
  margin-top: 20px;
}

.new_header_item_css .w-price__content-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__content-list {
    font-size: 16px;
  }
}

.new_header_item_css .w-price__table-block {
  margin-top: 100px;
  max-width: 800px;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__table-block {
    margin-top: 70px;
  }
}

.new_header_item_css .w-price__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__table {
    font-size: 16px;
  }
}

.new_header_item_css .w-price__table th,
.new_header_item_css .w-price__table td {
  border: 1px solid #D9D9D9;
  padding: 26px 8px;
  padding: 2.6rem 0.8rem;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 768px) {

  .new_header_item_css .w-price__table th,
  .new_header_item_css .w-price__table td {
    padding: 16px;
  }
}

.new_header_item_css .w-price__table th {
  background-color: #F5F5F5;
  width: 50%;
}

.new_header_item_css .w-price__table th:nth-child(2) span {
  display: block;
  line-height: 60px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__table th:nth-child(2) span {
    display: block;
    line-height: 60px;
  }
}

.new_header_item_css .w-price__table td {
  background-color: #fff;
}

.new_header_item_css .w-price__table small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.8px;
  margin-top: 8px;
  display: block;
}

.new_header_item_css .w-price__warning-list {
  margin-top: 20px;
}

.new_header_item_css .w-price__warning {
  font-size: 12px;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .new_header_item_css .w-price__warning {
    font-size: 11px;
  }
}

.new_header_item_css .w-flow {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow {
    margin-top: 70px;
  }
}

.new_header_item_css .w-flow__contents {
  margin-top: 50px;
  max-width: 750px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow__contents {
    margin-top: 30px;
  }
}

.new_header_item_css .w-flow__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.new_header_item_css .w-flow__content:not(:first-child) {
  margin-top: 36px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow__content:not(:first-child) {
    margin-top: 30px;
  }
}

.new_header_item_css .w-flow__content-img {
  width: 50px;
}

.new_header_item_css .w-flow__content-text-block {
  width: calc(100% - 7rem);
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow__content-text-block {
    width: 100%;
  }
}

.new_header_item_css .w-flow__content-title {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow__content-title {
    font-size: 18px;
  }
}

.new_header_item_css .w-flow__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-flow__content-text {
    font-size: 16px;
  }
}

.new_header_item_css .w-faq {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-faq {
    margin-top: 70px;
  }
}

.new_header_item_css .w-faq__accordion {
  max-width: 1000px;
  max-width: 100rem;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.new_header_item_css .accordion {
  width: 100%;
}

.new_header_item_css .accordion__item:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__item:not(:first-child) {
    margin-top: 34px;
  }
}

.new_header_item_css .accordion__title {
  position: relative;
  padding: 9px 50px 9px 100px;
  background-color: #555555;
  border-radius: 5px 5px 0 0;
  display: flex;
  gap: 84px;
  gap: 8.4rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__title {
    padding: 9px 40px 9px 20px;
    gap: 24px;
  }
}

.new_header_item_css .accordion__title span {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__title span {
    font-size: 20px;
  }
}

.new_header_item_css .accordion__title-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  width: fit-content;
  position: relative;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__title-text {
    font-size: 16px;
    margin-top: 0.4rem;
  }
}

.new_header_item_css .accordion__title-text::after {
  content: "";
  background-image: url(resources/images/web/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(0, -50%);
}

.new_header_item_css .accordion__content {
  padding: 20px 100px;
  padding: 20px100px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #000;
  display: flex;
  gap: 84px;
  gap: 8.4rem;
  display: none;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__content {
    padding: 20px;
    gap: 24px;
  }
}

.new_header_item_css .accordion__content span {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__content span {
    font-size: 20px;
  }
}

.new_header_item_css .accordion__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .new_header_item_css .accordion__text {
    font-size: 17px;
    margin-top: 0;
  }
}

.new_header_item_css .w-work {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work {
    margin-top: 70px;
  }
}

.new_header_item_css .w-work__contents {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__contents {
    margin-top: 30px;
  }
}

.new_header_item_css .w-work__contents+.w-work__contents {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__contents+.w-work__contents {
    margin-top: 50px;
  }
}

.new_header_item_css .w-work__contents-title {
  display: flex;
  align-items: center;
  text-align: center;
}

.new_header_item_css .w-work__contents-title::before,
.new_header_item_css .w-work__contents-title::after {
  content: "";
  flex: 1;
  border-top: 1px solid #000;
}

.new_header_item_css .w-work__contents-title span {
  font-size: 18px;
  font-weight: 700;
  padding: 0 24px;
  padding: 0 2.4rem;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__contents-title span {
    font-size: 16px;
    padding: 0 20px;
  }
}

.new_header_item_css .w-work__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 100px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__items {
    gap: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .new_header_item_css .w-work__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.new_header_item_css .w-work__item {
  width: fit-content;
  color: #053A94;
}

.new_header_item_css .w-work__text {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__text {
    font-size: 16px;
  }
}

.new_header_item_css .w-work__main {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__main {
    font-size: 18px;
  }
}

.new_header_item_css .w-work__main span {
  font-size: 128px;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__main span {
    font-size: 70px;
  }
}

.new_header_item_css .w-work__min-text {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 13px;
  text-align: center;
}

@media (max-width: 600px) {
  .new_header_item_css .w-work__min-text {
    text-align: left;
  }
}

.new_header_item_css .w-work__block {
  margin-top: 60px;
  background-color: #F5F5F5;
  padding: 50px 104px;
  padding: 50px 10.4rem;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__block {
    margin-top: 40px;
    padding: 40px 20px;
  }
}

.new_header_item_css .w-work__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 100px;
  gap: 3rem 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}

.new_header_item_css .w-work__list {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__list {
    font-size: 16px;
  }
}

.new_header_item_css .w-work__block span {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-work__block span {
    margin-top: 30px;
  }
}

.new_header_item_css .w-contents {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents {
    margin-top: 70px;
  }
}

.new_header_item_css .w-contents__title {
  font-size: 40px;
  line-height: 1.8;
  font-weight: 700;
  color: #053A94;
  text-align: center;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__title {
    font-size: 24px;
  }
}

.new_header_item_css .w-contents__content {
  margin-top: 28px;
}

.new_header_item_css .w-contents__content+.w-contents__content {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__content+.w-contents__content {
    margin-top: 60px;
  }
}

.new_header_item_css .w-contents__sub-title {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__sub-title {
    font-size: 20px;
  }
	  .underline_bluetitle {
    font-size: 20px;
		  clear:all;
  }
}

.new_header_item_css .w-contents__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__text {
    font-size: 16px;
  }
}

.new_header_item_css .w-contents__text.w-contents__text--mt {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__text.w-contents__text--mt {
    margin-top: 30px;
  }
}

.new_header_item_css .w-contents__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  gap: 2.6rem;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}

.new_header_item_css .w-contents__block {
  background-color: #F3F3F3;
  padding: 40px 40px 33px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__block {
    padding: 20px 20px 33px 20px;
    gap: 20px;
  }
}

.new_header_item_css .w-contents__block-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__block-title {
    font-size: 18px;
  }
}

.new_header_item_css .w-contents__flex {
  display: flex;
  gap: 6%;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__flex {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }
}

.new_header_item_css .w-contents__flex+.w-contents__flex {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__flex+.w-contents__flex {
    margin-top: 40px;
  }
}

.new_header_item_css .w-contents__img {
  width: 36%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__img {
    max-width: 30rem;
    width: 100%;
  }
}

.new_header_item_css .w-contents__text-block {
  width: 47%;
}

@media (max-width: 768px) {
  .new_header_item_css .w-contents__text-block {
    width: 100%;
  }
}

.new_header_item_css .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.new_header_item_css .overlay.active {
  opacity: 1;
  pointer-events: all;
}

.new_header_item_css .section-title.section-title--white {
  color: #fff;
}

.new_header_item_css .section-title.section-title--center {
  text-align: center;
}

.new_header_item_css .section-title__main {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}
.blue_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .new_header_item_css .section-title__main {
    font-size: 24px;
  }
.blue_title 	{
    font-size: 24px;
  }
}

.new_header_item_css .section-title__sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .new_header_item_css .section-title__sub {
    font-size: 11px;
  }
}

.new_header_item_css .link {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  left: 0;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .link {
    font-size: 15px;
  }
}

.new_header_item_css .link span {
  margin-left: 40px;
  width: fit-content;
  /* display: inline-block; */
  position: relative;
  /* transition: 0.3s ease; */
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 768px) {
  .new_header_item_css .link span {
    margin-left: 30px;
  }
}

.new_header_item_css .link::before {
  content: "";
  background-image: url(resources/images/top/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.new_header_item_css .link:hover {
  top: 0;
}

.new_header_item_css .link:hover span {
  background-size: 100% 1px;
}

.new_header_item_css .link.link--large {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .new_header_item_css .link.link--large {
    font-size: 18px;
  }
}

.new_header_item_css .link.link--small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .new_header_item_css .link.link--small {
    font-size: 13px;
  }
}

.new_header_item_css .link.link--top-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .new_header_item_css .link.link--top-small {
    font-size: 12px;
  }
}

.new_header_item_css .link.link--top-small span {
  margin-left: 30px;
}

.new_header_item_css .link.link--bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .new_header_item_css .link.link--bold {
    font-size: 16px;
  }
}

.new_header_item_css .link.link--top-small span {
  margin-left: 30px;
}

.new_header_item_css .link02 {
  width: fit-content;
  position: relative;
  transition: 0.3s ease;
}

.new_header_item_css .link02 span {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .link02 span {
    font-size: 16px;
  }
}

.new_header_item_css .link02 span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .link02:hover {
  top: 0;
}

.new_header_item_css .link02:hover span::before {
  width: 100%;
}

.new_header_item_css .link02::after {
  content: "";
  background-image: url(resources/images/web/arrow-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translate(0, -50%);
}

.new_header_item_css .button {
  width: fit-content;
  position: relative;
  padding-right: 87px;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .new_header_item_css .button {
    font-size: 16px;
  }
}

.new_header_item_css .button span {
  transition: 0.3s ease;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  width: fit-content;
  position: relative;
  font-weight: 400;
}

.new_header_item_css .button::after {
  content: "";
  background-image: url(resources/images/top/button-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.new_header_item_css .button span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new_header_item_css .button:hover {
  top: 0;
}

.new_header_item_css .button:hover span::before {
  width: 100%;
}

.new_header_item_css .inner {
  max-width: 1250px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .new_header_item_css .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .new_header_item_css html {
    font-size: 0.9765625vw;
  }
}

@media (max-width: 818px) {
  .new_header_item_css .u-desktop {
    display: none !important;
  }

  .new_header_item_css .u-desktop-flex {
    display: none !important;
  }

  .new_header_item_css .u-mobile {
    display: block !important;
  }

  .new_header_item_css .u-mobile-flex {
    display: flex !important;
  }

  .new_header_item_css a[href^="tel:"] {
    pointer-events: auto;
  }

  .new_header_item_css .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .new_header_item_css html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 600px) {
  .new_header_item_css .sm2-none {
    display: none;
  }
}

@media (max-width: 375px) {
  .new_header_item_css html {
    font-size: 2.66666667vw;
  }
}

.global__block-title_bottom_border {
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
}

.global__block_pc_w25 {
  width: calc(28% - 25.5px);
}

.global__block_pc_w15 {
  width: calc(16% - 25.5px);
}

.flex-wrap_25flexwrap {
  gap: 65px !important;
  column-gap: 34px !important;
  flex-wrap: wrap !important;
  justify-content: left !important;
}

.global-nav__items_p70 {
  padding: 40px 70px 50px 70px !important;
}

.global__block-span {
  margin-left: 35px !important;
  margin-top: 2px !important;
}

.global__block-title_bottom_border_bsmall {
  padding-bottom: 10px;
}

@media (max-width: 1500px) {
  .global-nav__items_p70 {
    padding: 40px 40px 50px 40px !important;
  }

  .new_header_item_css .link span,
  .new_header_item_css .link.link--top-small span {
    margin-left: 30px;
  }

  .new_header_item_css .link.link--bold {
    font-size: 16px;
  }

  .global__block-span {
    margin-left: 25px !important;
  }
}

@media (max-width: 1380px) {

  .new_header_item_css .link span,
  .new_header_item_css .link.link--top-small span {
    margin-left: 20px;
  }

  .global__block-span {
    margin-left: 15px !important;
  }
}

@media (max-width: 1350px) {
  .new_header_item_css .link.link--top-small {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media (max-width: 1240px) {
  .global__block-title_bottom_border {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }

  .new_header_item_css .link.link--bold {
    font-size: 14px;
  }

  .new_header_item_css .link.link--top-small {
    font-size: 10px;
    letter-spacing: 0;
  }

  .new_header_item_css .global__block-link:not(:first-child) {
    margin-top: 5px;
  }

  .flex-wrap_25flexwrap {
    gap: 34px !important;
    column-gap: 34px !important;
    flex-wrap: wrap !important;
    justify-content: left !important;
  }

  .new_header_item_css .header__logo {
    width: 197px;
  }

  .new_header_item_css .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1000px) {
  .new_header_item_css .header__logo {
    width: 157px;
  }

  .new_header_item_css .header__link--button {
    font-size: 10px;
  }

  .new_header_item_css .header__item:not(:first-child) {
    margin-left: 0;
  }

  .new_header_item_css .header__item.header__item--button:not(:first-child) {
    margin-left: 5px;
  }

  .new_header_item_css .header__item.header__item--button.ml {
    margin-left: 12px;
  }
}

@media (max-width: 880px) {
  .new_header_item_css .header__link {
    font-size: 10px;
  }

  .new_header_item_css .header__logo {
    width: 140px;
  }

  .new_header_item_css .header__item {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media (max-width: 768px) {

  .new_header_item_css .link span,
  .new_header_item_css .link.link--top-small span {
    margin-left: 25px;
  }

  .global__block-span {
    margin-left: 25px !important;
  }

  .new_header_item_css .link.link--top-small {
    font-size: 12px;
  }

  .link--top-small_bold_txt {
    font-weight: bold !important;
    font-size: 14px !important;
  }

  .new_header_item_css .global-nav__block-span {
    margin-top: -10px;
  }
}

#new_page_id {
  padding-bottom: 20px;
}

#new_page_id .w-problem {
  margin-top: 80px;
}

@media screen and (max-width: 818px) {
  #new_page_id .w-problem {
    margin-top: 40px;
  }
}

#new_page_id .w-problem .inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 818px) {
  #new_page_id .w-problem .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#new_page_id .flex_img_txt {
  max-width: 1098px;
  margin: auto;
}

#new_page_id .page_pankusu {
  width: 100%;
  background: #F5F5F5;
  margin-top: 65px;
}

.blue_bigtitle {
  width: 100%;
  background: #F5F5F5;

	padding-bottom:40px;
	padding-top:40px;
}



@media screen and (max-width: 818px) {
  #new_page_id .page_pankusu {
    margin-top: 50px;
  }
	.blue_bigtitle {
		 margin-top: 50px;
  }
}

#new_page_id .page_pankusu .breadmenu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 818px) {
  #new_page_id .page_pankusu .breadmenu #breadcrumbs {
    display: block !important;
  }
}

#new_page_id .page_pankusu .breadmenu span,
#new_page_id .page_pankusu .breadmenu p,
#new_page_id .page_pankusu .breadmenu a {
  padding: 0;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 818px) {

  #new_page_id .page_pankusu .breadmenu span,
  #new_page_id .page_pankusu .breadmenu p,
  #new_page_id .page_pankusu .breadmenu a {
    font-size: 10px;
  }
}

#new_page_id .page_pankusu .breadmenu a {
  position: relative;
  padding-right: 35px;
  color: #3C8FE8;
}

@media screen and (max-width: 818px) {
  #new_page_id .page_pankusu .breadmenu a {
    padding-right: 20px;
  }
}

#new_page_id .page_pankusu .breadmenu a::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 7.5px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(assets/img/breadmenu_after.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 818px) {
  #new_page_id .page_pankusu .breadmenu a::after {
    right: 8px;
  }
}

#new_page_id .page_pankusu .inner {
  padding-top: 14px;
  padding-bottom: 60px !important;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 818px) {
  #new_page_id .page_pankusu .inner {
    padding-top: 10px;
    padding-bottom: 20px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

#new_page_id .page_pankusu .p_h2_ttl {
  line-height: 1.2;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
}


@media screen and (max-width: 818px) {
  #new_page_id .page_pankusu .p_h2_ttl {
    font-size: 24px;
    margin-top: 20px;
  }
	.blue_bigtitle {
    font-size: 24px;
    margin-top: 20px;
  }
}

#new_page_id .content_996 {
  max-width: 996px;
  margin: auto;
}

#new_page_id .content_996 .w-contents__text-block {
  width: 59%;
}

@media screen and (max-width: 818px) {
  #new_page_id .content_996 .w-contents__text-block {
    width: 100%;
  }
}

#new_page_id .content_996 .h5_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 818px) {
  #new_page_id .content_996 .h5_ttl {
    font-size: 16px;
  }
}

#new_page_id .content_996 .w-contents__text {
  margin-top: 30px;
}

@media screen and (max-width: 818px) {
  #new_page_id .content_996 .w-contents__text {
    margin-top: 15px;
  }
}

#new_page_id .content_996 .w-contents__content+.w-contents__content {
  margin-top: 50px;
}

@media screen and (max-width: 818px) {
  #new_page_id .content_996 .w-contents__content+.w-contents__content {
    margin-top: 30px;
  }
}

#new_page_id .section-title__sub {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#new_page_id .inner {
  padding-top: 0;
}

#new_page_id .m-feature--bg .inner {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 818px) {
  #new_page_id .m-feature--bg .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#new_page_id .m-feature--bg .m-feature__content-text {
  padding-top: 0;
  padding-bottom: 0;
}

#new_page_id .w-contents__content {
  margin-top: 80px;
}

@media screen and (max-width: 818px) {
  #new_page_id .w-contents__content {
    margin-top: 40px;
  }
}

#new_page_id .w-contents__content+.w-contents__content {
  margin-top: 100px;
}

@media screen and (max-width: 818px) {
  #new_page_id .w-contents__content+.w-contents__content {
    margin-top: 50px;
  }
}

#new_page_id .w-contents__text {
  padding-top: 0;
  padding-bottom: 0;
}

#abiz {
  padding-top: 0 !important;
}

@media screen and (max-width: 818px) {
  #abiz {
    padding-top: 50px;
  }

  #abiz .service {
    margin-top: 30px;
  }
}

#abiz .abiz_monohojo .cta__lead {
  font-size: 16px;
}

#abiz .abiz_monohojo .abiz_mv {
  background: #F5F5F5;
}

#abiz .abiz_monohojo .abiz_mv .inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .abiz_mv .inner {
    padding-bottom: 50px;
  }
}

#abiz .abiz_monohojo .service_flow .inner {
  padding-top: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .inner {
    padding-top: 50px;
  }
}

#abiz .abiz_monohojo .service_flow .service_flow_ttl {
  color: #053A94;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1.76px;
  margin-bottom: 50px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .service_flow_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

#abiz .abiz_monohojo .service_flow .m_t_100 {
  margin-top: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .m_t_100 {
    margin-top: 50px;
  }
}

#abiz .abiz_monohojo .service_flow .ser_fow_list {
  gap: 24px;
  column-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .ser_fow_list {
    margin-top: 30px;
    display: block;
  }
}

#abiz .abiz_monohojo .service_flow .ser_fow_list li {
  background: #F3F3F3;
  min-height: 167px;
  width: calc(33.333% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 10px 10px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .ser_fow_list li {
    width: 100%;
    padding: 20px 10px;
    min-height: auto;
  }

  #abiz .abiz_monohojo .service_flow .ser_fow_list li+li {
    margin-top: 10px;
  }
}

#abiz .abiz_monohojo .service_flow .ser_fow_list li p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .ser_fow_list li p {
    font-size: 18px;
  }
}

#abiz .abiz_monohojo .service_flow .ser_fow_list li p+p {
  margin-top: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .ser_fow_list li p+p {
    margin-top: 7px;
  }
}

#abiz .abiz_monohojo .service_flow .ser_fow_list li span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .service_flow .ser_fow_list li span {
    margin-top: 5px;
  }
}

#abiz .abiz_monohojo .top-voice .inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .top-voice .inner {
    padding-bottom: 50px;
  }
}

#abiz .abiz_monohojo .w-flow__content {
  align-items: flex-start;
}

#abiz .abiz_monohojo .max_999 {
  max-width: 999px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .max_999 {
    margin-top: 30px;
  }
}

#abiz .abiz_monohojo .m_t_80 {
  margin-top: 80px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .m_t_80 {
    margin-top: 50px;
  }
}

#abiz .abiz_monohojo .actual .inner {
  padding-top: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .inner {
    padding-top: 50px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents {
  max-width: 918px;
  margin: auto;
}

#abiz .abiz_monohojo .actual .actual__contents .w-problem__lead-large {
  margin-top: 50px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .w-problem__lead-large {
    margin-top: 30px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table {
  max-width: 918px;
  margin-left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-spacing: 0;
  margin-top: 40px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table {
    margin-top: 20px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table th {
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 1200px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table th {
    font-size: 14px;
  }
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table th+th {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(1) {
  width: 33.333%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(1) {
    width: 33.333%;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(2),
#abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(3),
#abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(4) {
  width: 22.222%;
}

@media screen and (max-width: 818px) {

  #abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(2),
  #abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(3),
  #abiz .abiz_monohojo .actual .actual__contents .actual_table th:nth-child(4) {
    width: 22.222%;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table td {
  background: #fff;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table td+td {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table tr:nth-child(2) .font_w {
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table tr:nth-child(2) .font_w {
    font-size: 13px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .p_m_30 {
  margin-top: 30px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .p_m_30 {
    margin-top: 15px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 {
  max-width: 816px;
  margin-left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-spacing: 0;
  margin-top: 40px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 {
    margin-top: 20px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 th {
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 1200px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 th {
    font-size: 14px;
  }
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 th+th {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 th:nth-child(1) {
  width: 37.5%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 th:nth-child(1) {
    width: 49.666%;
    letter-spacing: -0.5px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 th:nth-child(2) {
  width: 25%;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 th:nth-child(3) {
  width: 37.5%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 th:nth-child(3) {
    width: 25.334%;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 td {
  background: #fff;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 td+td {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table02 tr .font_w {
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table02 tr .font_w {
    font-size: 13px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 {
  margin-left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-spacing: 0;
  margin-top: 40px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table03 {
    margin-top: 20px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 td {
  background: #fff;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table03 td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 td+td {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 td:nth-child(1) {
  width: 33.333%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table03 td:nth-child(1) {
    width: 33.333%;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 td:nth-child(2) {
  width: 33.333%;
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 td:nth-child(3) {
  width: 33.334%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table03 td:nth-child(3) {
    width: 33.334%;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .actual_table03 tr .font_w {
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .actual_table03 tr .font_w {
    font-size: 13px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .btn_font_black {
  margin-top: 50px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .actual .actual__contents .btn_font_black {
    margin-top: 30px;
  }
}

#abiz .abiz_monohojo .actual .actual__contents .btn_font_black .cta__button {
  border: 1px solid #555555;
}

#abiz .abiz_monohojo .actual .actual__contents .btn_font_black .cta__button span {
  color: #000;
}

#abiz .abiz_monohojo .actual .actual__contents .btn_font_black .cta__button:hover {
  background: #000;
}

#abiz .abiz_monohojo .actual .actual__contents .btn_font_black .cta__button:hover span {
  color: #fff;
}

#abiz .abiz_monohojo .w-faq {
  margin-top: 0;
}

#abiz .abiz_monohojo .w-faq .inner {
  padding-top: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .w-faq .inner {
    padding-top: 50px;
  }
}

#abiz .abiz_monohojo .w-faq .w-faq__accordion {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

#abiz .abiz_monohojo .w-faq .w-faq__accordion .accordion__title {
  gap: 80px;
  padding-left: 90px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .w-faq .w-faq__accordion .accordion__title {
    padding-left: 20px;
    gap: 24px;
  }
}

#abiz .abiz_monohojo .w-faq .w-faq__accordion .a_flex {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .w-faq .w-faq__accordion .a_flex {
    gap: 24px;
  }
}

#abiz .abiz_monohojo .w-flow .inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .w-flow .inner {
    padding-bottom: 50px;
  }
}

#abiz .abiz_monohojo .w-flow .w-flow__contents {
  max-width: 790px;
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_monohojo .w-flow .w-flow__contents {
    padding-top: 30px;
  }
}

#abiz .w-problem {
  margin-top: 0;
  padding-top: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .w-problem {
    padding-top: 50px;
  }
}

#abiz .column .inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 818px) {
  #abiz .column .inner {
    padding-bottom: 50px;
  }
}

#abiz .top-voice {
  margin-top: 0;
}

#abiz .top-voice .inner {
  padding-top: 80px;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 818px) {
  #abiz .top-voice .inner {
    padding-top: 50px;
  }
}

#abiz .comparison {
  /* table */
}

#abiz .comparison .comparison_black_table-block {
  margin-top: 75px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table-block {
    margin-top: 60px;
  }
}

#abiz .comparison .comparison_black_table {
  min-width: 1000px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  #abiz .comparison .comparison_black_table {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table {
    min-width: auto;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  #abiz .comparison .comparison_black_table {
    width: 100%;
  }
}

#abiz .comparison .comparison_black_table th:first-child {
  background: #fff;
}

#abiz .comparison .comparison_black_table th:nth-of-type(3),
#abiz .comparison .comparison_black_table th:nth-of-type(4) {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  padding-top: 42px;
}

@media (max-width: 1100px) {

  #abiz .comparison .comparison_black_table th:nth-of-type(3),
  #abiz .comparison .comparison_black_table th:nth-of-type(4) {
    font-size: 18px;
  }
}

@media screen and (max-width: 818px) {

  #abiz .comparison .comparison_black_table th:nth-of-type(3),
  #abiz .comparison .comparison_black_table th:nth-of-type(4) {
    font-size: 14px;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(3) {
  background: linear-gradient(180deg, #FFF 0%, #FFF 30%, #F5F5F5 30%, #F5F5F5 100%);
  position: relative;
}

#abiz .comparison .comparison_black_table th:nth-of-type(3)::before {
  content: '';
  width: 1px;
  height: 70%;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  right: 0;
}

#abiz .comparison .comparison_black_table th:nth-of-type(4) {
  background: linear-gradient(180deg, #FFF 0%, #FFF 30%, #F5F5F5 30%, #F5F5F5 100%);
  position: relative;
}

#abiz .comparison .comparison_black_table th:nth-of-type(4)::before {
  content: '';
  width: 1px;
  height: 70%;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  right: 0;
}

#abiz .comparison .comparison_black_table th:nth-of-type(3)::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {

  #abiz .comparison .comparison_black_table th:nth-of-type(3)::before,
  #abiz .comparison .comparison_black_table th:nth-of-type(3)::after {
    display: none;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(4)::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {

  #abiz .comparison .comparison_black_table th:nth-of-type(4)::before,
  #abiz .comparison .comparison_black_table th:nth-of-type(4)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) span {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) span.small {
    font-size: 9px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) span.large {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(2) {
  background: #000;
  color: #fff;
  padding: 27px 22px;
  border: solid 5px #000;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) {
    padding: 12px 0 10px 0;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(2) .small {
  font-size: 12px;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 34px;
  padding-right: 34px;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) .small {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) .small {
    font-size: 11px;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(2) .small::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(assets/img/monohojo/l_icon.png) no-repeat bottom;
  width: 34px;
  height: 34px;
  background-size: 100% 100%;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) .small::before {
    display: none;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(2) .small::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(assets/img/monohojo/r_icon.png) no-repeat bottom;
  width: 34px;
  height: 34px;
  background-size: 100% 100%;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) .small::after {
    display: none;
  }
}

#abiz .comparison .comparison_black_table th:nth-of-type(2) .large {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table th:nth-of-type(2) span {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
  }
}

#abiz .comparison .comparison_black_table td:first-child {
  width: 15%;
  background: #F5F5F5;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: center;
  left: 0;
  z-index: 2;
}

#abiz .comparison .comparison_black_table td {
  padding-top: 25px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table td:first-child {
    width: 15%;
    font-size: 14px;
    font-weight: 500;
  }
}

#abiz .comparison .comparison_black_table td:first-child.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

#abiz .comparison .comparison_black_table td:nth-child(2) {
  width: 42.5%;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  box-sizing: border-box;
  border-top: 1px solid #D9D9D9;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table td:nth-child(2) {
    width: 34%;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
  }
}

#abiz .comparison .comparison_black_table td:nth-child(2).border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

#abiz .comparison .comparison_black_table td .maru {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table td .maru {
    width: 25px;
    margin-bottom: 5px;
  }
}

#abiz .comparison .comparison_black_table td .batu {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table td .batu {
    width: 25px;
    margin-bottom: 7px;
  }
}

#abiz .comparison .comparison_black_table td .sankaku {
  width: 39px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  #abiz .comparison .comparison_black_table td .sankaku {
    width: 25px;
    margin-bottom: 7px;
  }
}

#abiz .comparison .comparison_black_table td:nth-child(2).border-blue {
  border-bottom: 5px solid #000;
  padding-bottom: 10px;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table td:nth-child(2).border-blue {
    border-bottom: 3px solid #000;
  }
}

#abiz .comparison .comparison_black_table td:nth-child(4) {
  width: 22.5%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table td:nth-child(4) {
    width: 20.5%;
  }
}

#abiz .comparison .comparison_black_table td:nth-child(4).border-bottom {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}

#abiz .comparison .comparison_black_table td:nth-child(3) {
  width: 17%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table td:nth-child(3) {
    width: 19%;
  }
}

#abiz .comparison .comparison_black_table td p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

@media (max-width: 1100px) {
  #abiz .comparison .comparison_black_table td p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 818px) {
  #abiz .comparison .comparison_black_table td p {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
}

#abiz .comparison .comparison_black_table td:nth-child(3).border-bottom {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}

#abiz p {
  padding: 0;
}

#abiz .service__block-link-title,
#abiz .service__content {
  margin-top: 0;
}

#abiz .service .service__content {
  gap: 30px;
  column-gap: 68px;
}

@media screen and (max-width: 818px) {
  #abiz .service .service__content {
    gap: 60px;
  }
}

#abiz .img_m_260 img {
  max-width: 260px;
}

#abiz .abiz_mv {
  background: linear-gradient(180deg, #F5F5F5 0%, #FFF 100%);
}

#abiz .abiz_mv .inner {
  padding-top: 75px;
  padding-bottom: 80px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .inner {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

#abiz .abiz_mv .h2_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
  margin-bottom: 60px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .h2_ttl {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

#abiz .abiz_mv .mv_sub_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_sub_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

#abiz .abiz_mv .mv_sub_ttl_small {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_sub_ttl_small {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
  }
}

#abiz .abiz_mv p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 2.5;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv p {
    font-size: 16px;
    line-height: 2;
  }
}

#abiz .abiz_mv .p_m_894 {
  max-width: 894px;
}

#abiz .abiz_mv .w-fv__lists {
  flex-wrap: wrap;
  width: fit-content;
  display: flex;
  column-gap: 50px;
  align-items: center;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .w-fv__lists {
    column-gap: 10px;
  }
}

#abiz .abiz_mv .w-fv__lists+.w-fv__lists {
  margin-top: 30px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .w-fv__lists+.w-fv__lists {
    margin-top: 10px;
  }
}

#abiz .abiz_mv .link02 {
  padding-right: 21px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .link02 span {
    font-size: 15px;
  }
}

#abiz .abiz_mv .link02::after {
  right: 0;
}

#abiz .abiz_mv .mv_table {
  max-width: 918px;
  margin-top: 40px;
  margin-left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-spacing: 0;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_table {
    margin-top: 20px;
  }
}

#abiz .abiz_mv .mv_table th {
  background: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  #abiz .abiz_mv .mv_table th {
    font-size: 16px;
  }
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_table th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

#abiz .abiz_mv .mv_table th+th {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_mv .mv_table th:nth-child(2) {
  width: 33.3333%;
}

#abiz .abiz_mv .mv_table th:nth-child(2) {
  width: 22.2222%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_table th:nth-child(2) {
    width: 20.2222%;
  }
}

#abiz .abiz_mv .mv_table th:nth-child(3) {
  width: 22.2222%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_table th:nth-child(3) {
    width: 26.2222%;
  }
}

#abiz .abiz_mv .mv_table th:nth-child(4) {
  width: 22.2222%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_table th:nth-child(4) {
    width: 20.2222%;
  }
}

#abiz .abiz_mv .mv_table td {
  background: #fff;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv .mv_table td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#abiz .abiz_mv .mv_table td+td {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_mv .mv_table td:nth-child(2),
#abiz .abiz_mv .mv_table td:nth-child(3) {
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 818px) {

  #abiz .abiz_mv .mv_table td:nth-child(2),
  #abiz .abiz_mv .mv_table td:nth-child(3) {
    font-size: 13px;
  }
}

#abiz .abiz_mv_flex {
  display: flex;
  column-gap: 24px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex {
    display: block;
  }
}

#abiz .abiz_mv_flex .mv_flex_l {
  width: calc(50% - 12px);
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_l {
    width: 100%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r {
  width: calc(50% - 12px);
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r {
    width: 100%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 {
  max-width: 918px;
  margin-left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-spacing: 0;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 th {
  background: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 th {
    font-size: 16px;
  }
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 th+th {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(1) {
  width: 30.5%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(1) {
    width: 31.5%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(1) span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  margin-top: 5px;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(2) {
  width: 34.5%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(2) {
    width: 40.5%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(3) {
  width: 35%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 th:nth-child(3) {
    width: 28%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 td {
  background: #fff;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 td+td {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table02 td:nth-child(1) {
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table02 td:nth-child(1) {
    font-size: 13px;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 {
  max-width: 918px;
  margin-left: 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-spacing: 0;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th {
  background: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 th {
    font-size: 16px;
  }
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th+th {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(1) {
  width: 30.9%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(1) {
    width: 26.9%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(1) span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(1) span {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.4;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(2) {
  width: 17.3%;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(3) {
  width: 34.5%;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(3) {
    width: 38.5%;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 th:nth-child(4) {
  width: 17.3%;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 td {
  background: #fff;
  letter-spacing: 0.8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 td+td {
  border-left: 1px solid #D9D9D9;
}

#abiz .abiz_mv_flex .mv_flex_r .mv_table03 td:nth-child(2) {
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 818px) {
  #abiz .abiz_mv_flex .mv_flex_r .mv_table03 td:nth-child(2) {
    font-size: 13px;
  }
}

#page_sub_menu_list {
  position: relative;
  margin-top: 65px;
}

#page_sub_menu_list .page_pankusu {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 818px) {
  #page_sub_menu_list .page_pankusu {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

#page_sub_menu_list .page_pankusu .breadmenu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 818px) {
  #page_sub_menu_list .page_pankusu .breadmenu #breadcrumbs {
    display: block !important;
  }
}

#page_sub_menu_list .page_pankusu .breadmenu span,
#page_sub_menu_list .page_pankusu .breadmenu p,
#page_sub_menu_list .page_pankusu .breadmenu a {
  padding: 0;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 818px) {

  #page_sub_menu_list .page_pankusu .breadmenu span,
  #page_sub_menu_list .page_pankusu .breadmenu p,
  #page_sub_menu_list .page_pankusu .breadmenu a {
    font-size: 10px;
  }
}

#page_sub_menu_list .page_pankusu .breadmenu a {
  position: relative;
  padding-right: 35px;
  color: #3C8FE8;
}

@media screen and (max-width: 818px) {
  #page_sub_menu_list .page_pankusu .breadmenu a {
    padding-right: 20px;
  }
}

#page_sub_menu_list .page_pankusu .breadmenu a::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 7.5px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(assets/img/breadmenu_after.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 818px) {
  #page_sub_menu_list .page_pankusu .breadmenu a::after {
    right: 8px;
  }
}

.new_btn_cta {
  display: flex !important;
  margin-bottom: 38px;
}

@media screen and (max-width: 818px) {
  .new_btn_cta {
    margin-bottom: 30px;
  }
}

.header_nofixed {
  position: relative !important;
}

@media screen and (max-width: 818px) {
  .header_nofixed {
    position: fixed !important;
  }
}

.top_header_fixed {
  position: fixed !important;
}

@media screen and (max-width: 818px) {
  .top_header_fixed {
    position: fixed !important;
  }
}

.bg_black {
  position: relative;
}

.bg_black::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.2s, opacity 0.2s;
}

.menu-active .bg_black::after {
  opacity: 1;
  visibility: visible;
}

.header {
  position: relative;
}

.header::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 66px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.2s, opacity 0.2s;
}

.header_black_bg::after {
  opacity: 1;
  visibility: visible;
}

.sub_menu_005 {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  background: #F5F5F5;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sub_menu_005 .sub_menu_005_flex_box {
  display: flex;
  height: 80px;
  justify-content: space-between;
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_005_flex_box {
    height: 50px;
  }
}

.sub_menu_005 .menu-active {
  background: #F5F5F5 !important;
}

.sub_menu_005 .sub_menu_logo {
  width: 402px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.sub_menu_005 .sub_menu_logo:hover {
  top: 0 !important;
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_logo {
    width: 252px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 900px) {
  .sub_menu_005 .sub_menu_logo {
    width: 202px;
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_logo {
    width: 180px;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_logo {
    width: 100%;
    padding-left: 10px;
  }
}

.sub_menu_005 .sub_menu_logo span {
  max-width: 45px;
  display: block;
  margin-right: 24px;
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_logo span {
    max-width: 36px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 940px) {
  .sub_menu_005 .sub_menu_logo span {
    max-width: 32px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_logo span {
    max-width: 32px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_logo span {
    max-width: 30px;
    margin-right: 18px;
  }
}

.sub_menu_005 .sub_menu_logo_black {
  background: #000000;
}

.sub_menu_005 .sub_menu_logo_blue {
  background: #053A94;
}

.sub_menu_005 .sub_menu_ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-align: left;
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 940px) {
  .sub_menu_005 .sub_menu_ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_ttl {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

.sub_menu_005 .sub_menu_list_box {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 402px);
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_list_box {
    width: calc(100% - 252px);
  }
}

@media screen and (max-width: 900px) {
  .sub_menu_005 .sub_menu_list_box {
    width: calc(100% - 202px);
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_list_box {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_list_box {
    display: none;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn_contact {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_contact {
    padding-right: 3px !important;
    padding-left: 22px !important;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn_contact::after {
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  left: 24px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(resources/images/top/arrow-white.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_contact::after {
    left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_contact::after {
    left: 5px;
    width: 14px;
    height: 14px;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn {
  margin-left: 10px !important;
  display: block;
  height: 100%;
  background: #21B341;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 54px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn {
    margin-left: 5px !important;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn+.bg_btn {
  margin-left: 4px !important;
}

@media screen and (max-width: 900px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn+.bg_btn {
    margin-left: 2px !important;
  }
}

@media screen and (max-width: 1200px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 34px;
    padding-right: 10px;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn:hover {
  top: 0 !important;
  opacity: 0.8;
}

.sub_menu_005 .sub_menu_list_box .bg_btn_tel {
  font-size: 24px;
  position: relative;
  padding-left: 46px;
  font-weight: bold;
  color: #063389 !important;
  background: none !important;
  letter-spacing: 0.72px;
  padding-right: 27px;
}

@media screen and (max-width: 1200px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_tel {
    font-size: 20px;
    padding-right: 10px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1100px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_tel {
    padding-left: 36px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_tel {
    padding-right: 3px;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn_tel span {
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 500;
  display: block;
  text-align: right;
  padding-left: 0 !important;
}

@media screen and (max-width: 1200px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_tel span {
    padding-left: 36px;
    font-size: 8px;
  }
}

.sub_menu_005 .sub_menu_list_box .bg_btn_tel::after {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(assets/img/header_cta_tel_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1100px) {
  .sub_menu_005 .sub_menu_list_box .bg_btn_tel::after {
    width: 25px;
    height: 25px;
    left: 5px;
  }
}

.sub_menu_005 .sub_menu_indeed .sub_menu_list_box {
  width: calc(100% - 350px);
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_list_box {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 900px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_list_box {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_list_box {
    width: calc(100% - 130px);
  }
}

.sub_menu_005 .sub_menu_indeed .sub_menu_logo {
  width: 350px;
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_logo {
    width: 200px;
  }
}

@media screen and (max-width: 900px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_logo {
    width: 160px;
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_logo {
    width: 130px;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_indeed .sub_menu_logo {
    width: 100%;
  }
}

.sub_menu_005 .sub_menu_bizsupport .sub_menu_list_box {
  width: calc(100% - 520px);
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_list_box {
    width: calc(100% - 330px);
  }
}

@media screen and (max-width: 940px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_list_box {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_list_box {
    width: calc(100% - 130px);
  }
}

.sub_menu_005 .sub_menu_bizsupport .sub_menu_logo {
  width: 520px;
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_logo {
    width: 330px;
  }
}

@media screen and (max-width: 940px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_logo {
    width: 250px;
  }

  .sub_menu_005 .sub_menu_bizsupport .sub_menu_logo .sub_menu_ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_logo {
    width: 130px;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_bizsupport .sub_menu_logo {
    width: 100%;
  }
}

.sub_menu_005 .sub_menu_bizsupport02 .sub_menu_list_box {
  width: calc(100% - 520px);
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_list_box {
    width: calc(100% - 330px);
  }
}

@media screen and (max-width: 940px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_list_box {
    width: calc(100% - 230px);
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_list_box {
    width: calc(100% - 130px);
  }
}

.sub_menu_005 .sub_menu_bizsupport02 .sub_menu_logo {
  width: 520px;
}

@media screen and (max-width: 1480px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_logo {
    width: 330px;
  }
}

@media screen and (max-width: 940px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_logo {
    width: 230px;
  }

  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_logo .sub_menu_ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_logo {
    width: 130px;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_bizsupport02 .sub_menu_logo {
    width: 100%;
  }
}

.sub_menu_005 .sub_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-left: 10px;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 1200px) {
  .sub_menu_005 .sub_menu_list {
    column-gap: 16px;
  }
}

@media screen and (max-width: 960px) {
  .sub_menu_005 .sub_menu_list {
    column-gap: 10px;
  }
}

@media screen and (max-width: 818px) {
  .sub_menu_005 .sub_menu_list {
    display: none;
  }
}

.sub_menu_005 .sub_menu_list .sub_menu_list_ul li+li {
  margin-top: 10px;
}

.sub_menu_005 .sub_menu_list .header__item {
  padding-left: 2px;
  padding-right: 2px;
}

.sub_menu_005 .sub_menu_list .navilist {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48px;
  height: 100%;
  color: #000;
  width: fit-content;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 1380px) {
  .sub_menu_005 .sub_menu_list .navilist .navilist_link {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1000px) {
  .sub_menu_005 .sub_menu_list .navilist .navilist_link {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link img {
  height: 16px;
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link::before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link:hover {
  top: 0 !important;
  opacity: 0.8;
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link:hover::before {
  width: 100%;
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link:hover .plus-icon {
  display: none;
}

.sub_menu_005 .sub_menu_list .navilist .navilist_link:hover .minus-icon {
  display: block;
}

.sub_menu_005 .sub_menu_list .navilist+li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #555555;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: -14px;
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .sub_menu_005 .sub_menu_list .navilist+li::after {
    left: -12px;
  }
}

@media screen and (max-width: 960px) {
  .sub_menu_005 .sub_menu_list .navilist+li::after {
    left: -7px;
  }
}

.sub_menu_005 .sub_menu_list .navilist .plus-icon,
.sub_menu_005 .sub_menu_list .navilist .minus-icon {
  margin-left: 3px !important;
}

.sub_menu_005 .sub_menu_list .navilist .sub_menu_list_openlist {
  background: #F5F5F5;
  width: 350px;
  top: 40px;
  left: 0;
  transform: translate(0, 0) scale(1);
  padding: 20px 14px 20px;
}

.submenu_fixed {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
}

@media screen and (max-width: 818px) {
  .submenu_fixed {
    position: relative;
    z-index: 55;
  }
}

@media screen and (max-width: 850px) {
  .header .navli {
    position: relative;
    height: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 850px) {
  .header .navli span {
    position: relative;
  }

  .header .navli span::before,
  .header .navli span::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    right: 17px;
    transition: 0.3s ease;
  }

  .header .navli span::after {
    transform: rotate(90deg);
  }

  .header .navli.is-open span::after {
    transform: rotate(0);
  }
}

.header .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 210px;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 25px 25px 25px;
}

@media screen and (max-width: 850px) {
  .header .sub_menu {
    /* display: none; */
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
  }
}

.header #header .menu_item .sub_menu li {
  position: relative;
}

@media screen and (max-width: 850px) {
  .header .sub_menu li {
    margin-top: 0;
  }
}

.header #header .menu_item .sub_menu li+li {
  margin-top: 20px;
}

@media screen and (max-width: 850px) {
  .header .sub_menu li+li {
    margin-top: 0;
  }
}

@media screen and (max-width: 850px) {
  .header .sub_menu li a {
    padding-left: 30px;
  }
}

@media screen and (max-width: 818px) {
  .navli .drawer-menu__link span {
    position: relative;
    padding-right: 40px;
  }

  .navli .drawer-menu__link span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    right: 0;
    top: 6px;
    z-index: 1;
    background: url(assets/img/menu_open.png) no-repeat bottom;
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (max-width: 818px) {
  .is-open .drawer-menu__link span::after {
    background: url(assets/img/menu_close.png) no-repeat bottom !important;
    background-size: 100% 100% !important;
  }
}

@media screen and (max-width: 818px) {
  .onlypage_sogo .onlypage_sogo_logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 25px;
  }

  .onlypage_sogo .onlypage_sogo_logo span {
    width: 30px;
  }

  .onlypage_sogo .onlypage_sogo_logo .sub_menu_ttl {
    width: calc(100% - 30px);
    text-align: left;
    padding-left: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }

  .onlypage_sogo .onlypage_sogo_logo_blue {
    background: #053A94;
  }

  .onlypage_sogo .onlypage_sogo_logo_black {
    background: #000;
  }
}

.onlypage_listmenu {
  padding-bottom: 0 !important;
}

.onlypage_listmenu .drawer-menu__item {
  border-bottom: solid 1.5px #fff !important;
  background: #F5F5F5 !important;
}

.onlypage_listmenu .navli span::before {
  display: none !important;
}

.new_btn_cta {
  background: #053A94 !important;
  min-height: 273px;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
}

@media screen and (max-width: 818px) {
  .new_btn_cta {
    padding-top: 35px !important;
  }
}

.new_btn_cta .cta__button {
  border: none;
  background: #24BB4A !important;
  width: calc(50% - 15px);
  max-width: 282px;
  gap: 14px;
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta__button {
    width: 100%;
    margin: auto;
    margin-top: 13px;
  }
}

.new_btn_cta .cta__button:hover {
  border: none;
  background: #fff !important;
}

.new_btn_cta .cta__button img {
  width: 21px;
}

.new_btn_cta .cta__button span {
  font-size: 20px;
  font-weight: bold;
}

.new_btn_cta .cta_tel_new {
  width: calc(50% - 15px);
  height: 70px;
  max-width: 282px;
  background: #E02D2D;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.01;
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta_tel_new {
    width: 100%;
    margin: auto;
  }
}

.new_btn_cta .cta_tel_new .cta_txt_box {
  padding-left: 40px;
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.72px;
  position: relative;
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta_tel_new .cta_txt_box {
    padding-left: 0;
  }
}

.new_btn_cta .cta_tel_new .cta_txt_box::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(assets/img/new_cta_tel_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta_tel_new .cta_txt_box::after {
    display: none;
  }
}

.new_btn_cta .cta_tel_new .cta_txt_box span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-top: 4px;
  letter-spacing: 0;
}

.new_btn_cta .cta_tel_new:hover {
  top: 0;
  background: #fff;
  color: #063389 !important;
}

.new_btn_cta .cta_tel_new:hover .cta_txt_box::after {
  background: url(assets/img/header_cta_tel_icon.png) no-repeat bottom;
  background-size: 100% 100%;
}

.new_btn_cta .section-title__main {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 11px;
}

.new_btn_cta .inner {
  padding: 0 !important;
}

.new_btn_cta .section-title__sub {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding: 0 !important;
}

.new_btn_cta .cta__button_flex {
  max-width: 594px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex !important;
  column-gap: 30px;
  align-items: center;
  position: relative;
  padding-bottom: 44px;
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta__button_flex {
    padding-bottom: 38px;
  }
}

.new_btn_cta .cta__button_flex::after {
  width: 180px;
  height: 296px;
  position: absolute;
  content: "";
  left: -240px;
  bottom: 0;
  z-index: 1;
  background: url(assets/img/cta_l.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

.new_btn_cta .cta__button_flex::before {
  width: 269px;
  height: 314px;
  position: absolute;
  content: "";
  right: -303px;
  bottom: 0;
  z-index: 1;
  background: url(assets/img/cta_r.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .new_btn_cta .cta__button_flex {
    column-gap: 18px;
  }

  .new_btn_cta .cta__button_flex::after {
    left: -200px;
  }

  .new_btn_cta .cta__button_flex::before {
    right: -273px;
  }
}

@media (max-width: 1000px) {
  .new_btn_cta .cta__button_flex::after {
    left: -180px;
  }

  .new_btn_cta .cta__button_flex::before {
    right: -253px;
  }
}

@media (max-width: 900px) {
  .new_btn_cta .cta__button_flex::after {
    display: none;
  }

  .new_btn_cta .cta__button_flex::before {
    display: none;
  }
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta__button_flex {
    display: block !important;
  }
}

.new_btn_cta .cta_tel {
  padding-left: 41px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 1.4;
  color: #fff !important;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 818px) {
  .new_btn_cta .cta_tel {
    font-size: 30px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
}

.new_btn_cta .cta_tel:hover {
  top: 0;
  opacity: 0.8 !important;
  color: #fff !important;
}

.new_btn_cta .cta_tel::after {
  width: 25px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(assets/img/tel_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

.new_btn_cta_gray {
  background: #444444 !important;
  margin-top: 20px;
}

.new_btn_cta_gray .cta__button_flex::after {
  display: none !important;
}

.new_btn_cta_gray .cta__button_flex::before {
  display: none !important;
}

.sp_flex_cat {
  display: none;
}

@media screen and (max-width: 818px) {
  .sp_flex_cat {
    display: flex;
    position: fixed;
    z-index: 999999;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
  }
}

.sp_flex_cat .sp_flex_cat_tel {
  width: 50%;
  height: 80px;
  background: #E02D2D;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  line-height: 1.01;
}

.sp_flex_cat .sp_flex_cat_tel .cta_txt_box {
  padding-left: 25px;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  position: relative;
}

.sp_flex_cat .sp_flex_cat_tel .cta_txt_box::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(assets/img/tel_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

.sp_flex_cat .sp_flex_cat_tel .cta_txt_box span {
  font-size: 10px;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-top: 4px;
  letter-spacing: 0;
}

.sp_flex_cat .sp_flex_cat_tel:hover {
  top: 0;
}

.sp_flex_cat .sp_flex_cat_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #21B341;
  height: 80px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.01;
  color: #fff;
}

.sp_flex_cat .sp_flex_cat_contact span {
  padding-left: 32px;
  position: relative;
}

.sp_flex_cat .sp_flex_cat_contact span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(resources/images/top/arrow-white.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

.sp_flex_cat .sp_flex_cat_contact:hover {
  top: 0 !important;
}

.header__link_tel {
  border-radius: 5px;
  width: fit-content;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  color: #063389 !important;
  line-height: 1.01;
  padding: 0 0 0 36px;
}

.header__link_tel::after {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(assets/img/header_cta_tel_icon.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

.header__link_tel span {
  text-align: right;
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2px;
}

@media (max-width: 1000px) {
  .header__link_tel {
    font-size: 20px;
  }
}

@media screen and (max-width: 818px) {
  .header__link_tel {
    display: none;
  }
}

.header__link_tel:hover {
  top: 0 !important;
}

.header__link_contact {
  border: none !important;
  height: 100%;
  background: #21B341;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  padding-left: 54px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1000px) {
  .header__link_contact {
    font-size: 14px;
    padding-left: 34px;
    padding-right: 15px;
  }
}

.header__link_contact::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(resources/images/top/arrow-white.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1000px) {
  .header__link_contact::after {
    left: 10px;
  }
}

.header__link_contact:hover {
  top: 0 !important;
}

.header__inner-flex {
  padding-right: 0 !important;
}

.header__link_contact_box {
  margin-left: 26px !important;
}

@media (max-width: 1000px) {
  .header__link_contact_box {
    margin-left: 16px !important;
  }
}

.header__nav {
  margin-right: 5px !important;
}