@charset "UTF-8";
/***** Color *****/
/*サービスの色*/
/***** パターン *****/
/*青のダイヤチェック*/
/*方眼紙模様*/
/***** NotsansFontWeight *****/
/***** 英語フォント *****/
/***** ブレイクポイント *****/
/* Bootstrap4 */
/* オリジナル */
/***** Color *****/
/*サービスの色*/
/***** パターン *****/
/*青のダイヤチェック*/
/*方眼紙模様*/
/***** NotsansFontWeight *****/
/***** 英語フォント *****/
/*基準フォント 2022-renewal*/
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?8qch9d");
  src: url("../../fonts/icomoon.eot?8qch9d#iefix") format("embedded-opentype"),
    url("../../fonts/icomoon.ttf?8qch9d") format("truetype"),
    url("../../fonts/icomoon.woff?8qch9d") format("woff"),
    url("../../fonts/icomoon.svg?8qch9d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* 見出し トップ */
/* 見出し 青Bold */
/*画像可変*/
/*影付き白エリア　ボーダー飾り付き*/
/* サービスイメージ図 */
/* 番号付きリスト */
/* 番号付きリスト　2022-renewal */
/* サービスリンクリスト　2022-renewal */
/* サービスリンクリスト他 */
/***** コンサルタント カード *****/
/***** お客様の声 カード 2022-renewal *****/
/***** 業界 リスト *****/
/***** 地図 リスト *****/
/***** 横棒グラフ *****/
/***** 円グラフ *****/
/***** ボタン共通 *****/
/***** ボタン共通 *****/
/***** ヘッダー共通 *****/
/***** VIEW MORE *****/
/***** 縦横センタリング *****/
/***** 縦位置センタリング *****/
/***** アウトラインボタン　カラー設定 *****/
/***** アニメーション速度設定 *****/
/***** 不透明度設定 *****/
/***** スクロールバー *****/
/***** プレースホルダー設定 *****/
/* ==================================================
		ヘッダー
================================================== */
header {
  /* グローバルナビ 2022-renewal */
  /* SPメニュー 2022-renewal */
  /* PC キャッチテキスト 2022-renewal */
  /* SP キャッチテキスト */
}
header #headerInner {
  position: relative !important;
  top: 0 !important;
  left: 0;
  z-index: 300;
  height: 0;
}
header #headerInner {
  position: relative !important;
  top: 0 !important;
  left: 0;
  z-index: 300;
  height: 0;
}
@media only screen and (min-width: 900px), print {
  header #headerInner {
    position: fixed !important;
    background: #ffffff;
    height: auto;
  }
}
header #headerInner .bg {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
}
header #headerInner .bg--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
header #headerInner .header-logo {
  width: 158px;
  height: 30px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  header #headerInner .header-logo {
    padding: 0 0 0 2rem !important;
  }
}
@media screen and (min-width: 1001px) {
  header #headerInner .header-logo {
    padding: 0 0 0 4rem !important;
  }
}
header #headerInner .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header #headerInner .btn {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2.5;
  color: #ffffff;
  width: 110px;
  height: 100px;
  transition: 0.2s ease-out;
  border-radius: 0;
  position: relative;
}
header #headerInner .btn::after {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2.5rem;
}
@media only screen and (min-width: 900px), print {
  header #headerInner .btn:hover {
    opacity: 0.7;
  }
}
header #headerInner .btn__text {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #headerInner .btn__text--menu {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
header #headerInner .btn--contact {
  color: #ffffff;
  background: #090459;
  font-size: 1.2rem;
  width: 100%;
  height: 55px;
  align-items: center;
}
@media only screen and (min-width: 900px), print {
  header #headerInner .btn--contact {
    font-size: 1.3rem;
    align-items: end;
    width: 110px;
    height: 100px;
  }
  header #headerInner .btn--contact:hover {
    opacity: 0.7;
  }
}
header #headerInner .btn--contact .contact-icon {
  top: 50%;
  left: 55%;
  line-height: 1.6;
}
@media only screen and (min-width: 900px), print {
  header #headerInner .btn--contact .contact-icon {
    top: 67%;
    left: 50%;
  }
}
header #headerInner .btn--contact .contact-icon::after {
  left: -12px;
}
@media only screen and (min-width: 900px), print {
  header #headerInner .btn--contact .contact-icon::after {
    left: 50%;
    top: -38px;
    transform: translateX(-50%);
    font-size: 2.2rem;
    font-weight: 500;
  }
}
header #headerInner .btn--contact .dl-icon {
  top: 50%;
  left: 55%;
}
@media only screen and (min-width: 900px), print {
  header #headerInner .btn--contact .dl-icon {
    top: 67%;
    left: 50%;
    line-height: 1.6;
  }
}
header #headerInner .btn--contact .dl-icon::after {
  left: -12px;
}
@media only screen and (min-width: 900px), print {
  header #headerInner .btn--contact .dl-icon::after {
    left: 50%;
    top: -38px;
    transform: translateX(-50%);
    font-size: 2.2rem;
    font-weight: 500;
  }
}
header #headerInner .btn--contact + .btn--contact {
  border-left: solid 1px #fff;
}
header #headerInner .btn--dl {
  background: #629ccf;
  align-items: center;
}
@media only screen and (min-width: 768px), print {
  header #headerInner .btn--dl {
    align-items: end;
  }
}
header #headerInner .btn--tel {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #090459;
  background: #e4eaee;
  border-right: solid 1px #090459;
  padding: 1rem 2.7rem 0;
}
header #headerInner .btn--tel .tel-icon {
  bottom: 0;
  right: 0;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
header #headerInner .btn--tel .tel-icon::after {
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
}
header #headerInner .row {
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .gnav {
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 900px), print {
  header .gnav {
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
header .gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100vh - 55px);
  overflow: scroll;
}
@media only screen and (min-width: 900px), print {
  header .gnav--open {
    padding: 2rem 2rem 5rem;
  }
}
header .gnav-wrap--open {
  background: rgba(0, 0, 0, 0.9);
  padding: 2rem 4rem 5rem;
  width: 242px;
}
@media only screen and (min-width: 900px), print {
  header .gnav-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin: 0 2rem 0 0;
  }
}
header .gnav-list {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 900px), print {
  header .gnav-list {
    display: flex;
    margin: 0.5rem 0;
    flex-direction: row;
  }
}
header .gnav-list__item {
  position: relative;
  transition: 0.2s ease-out;
  margin: 0 1rem;
}
@media screen and (min-width: 1088px) {
  header .gnav-list__item {
    margin: 0 0.8rem;
  }
}
@media only screen and (min-width: 1080px) {
  header .gnav-list__item:hover::after {
    opacity: 1;
  }
  header .gnav-list__item:hover:last-child::after {
    display: none;
  }
  header .gnav-list__item:hover .gchild-list {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
  }
}
header .gnav-list__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #151515;
  text-decoration: none;
  text-align: left;
  transition: 0.2s ease-out;
}
@media only screen and (min-width: 768px), print {
  header .gnav-list__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 900px), print {
  header .gnav-list__link {
    font-size: 1.3rem;
  }
}
.top-hero {
  position: relative;
  z-index: 1;
}
/* トップCVボタン */
.top-hero .service-item-wrap {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1600px) {
  .top-hero .service-item-wrap {
    margin-top: 3.2rem;
  }
}
.top-hero .service-item-wrap .service-item {
  padding: 1.5rem 3.2rem 1.5rem 1.7rem;
}

.top-hero .service-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  background: #f2f2f2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 4rem 2rem 2rem;
  transition: 0.2s ease-out;
}
.top-hero .service-item--blue {
  color: #ffffff;
  background: #090459;
  min-width: 300px;
}
.top-hero .service-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.2s ease-out;
}
.top-hero .service-item__link:hover {
  opacity: 0.6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease-out;
}
.top-hero .service-item-wrap .service-item__img {
  width: 35px;
  height: 35px;
}
.top-hero .service-item__img {
  display: inline-block;
}
.top-hero .service-item__title {
  margin-left: 1.5rem;
  line-height: 1.2;
}
.top-hero .service-item--blue .service-item__title-en {
  color: #ffffff;
}
.top-hero .service-item-wrap .service-item__title-en {
  font-size: 1rem;
}
.top-hero .service-item__title-en {
  display: block;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #0a2d80;
}
.top-hero .service-item-wrap .service-item__title-ja {
  font-size: 1.8rem;
}
.top-hero .service-item__title-ja {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}

.top-hero .service-item.arrowRight::after {
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #629ccf;
  border-bottom: 2px solid #629ccf;
  transition: 0.2s ease-out;
  z-index: 10;
}
.top-hero .service-item:not(:first-of-type) {
  margin: 2rem 0 0 0;
}
.hero--service .service-item-wrap .service-item {
  padding: 2rem 3.2rem 2rem 1.7rem;
}
.top-hero .service-item--white {
  background: #ffffff;
}
@media only screen and (min-width: 900px), print {
  .top-hero .service-item-wrap {
    /* display: flex;
    flex-wrap: wrap; */
  }
  .top-hero .service-item-wrap .service-item {
    /* flex: calc(50% - 2rem); */
    /* padding: 2.2rem 6rem 2.2rem 3rem; */
  }

  .top-hero .service-item-wrap .service-item__img {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }
  .top-hero .service-item__title {
    margin-left: 1.5rem;
    line-height: 1.2;
  }
  .top-hero .service-item--blue .service-item__title-en {
    font-size: 1rem;
  }
  .top-hero .service-item-wrap .service-item__title-ja {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .top-hero .service-item.arrowRight::after {
    right: 35px;
  }
}

@media screen and (min-width: 1088px) {
  header .gnav-list__link {
    font-size: 1.6rem;
  }
}
header .gnav-list--open .gnav-list__item {
  padding: 0.8rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.001);
  margin: 0;
}
header .gnav-list--open .gnav-list__item:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.001);
}
header .gnav-list--open .gnav-list__link {
  font-size: 1.7rem;
  color: #ffffff;
}
header .gnav-sub-list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media only screen and (min-width: 768px), print {
  header .gnav-sub-list {
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 1080px) {
  header .gnav-sub-list {
    flex-direction: row;
    text-align: center;
  }
}
@media only screen and (min-width: 1080px) {
  header .gnav-sub-list .exlink-icon {
    margin-right: 1.5rem;
  }
}
header .gnav-sub-list__item {
  transition: 0.2s ease-out;
  margin: 0 1rem;
}
@media screen and (min-width: 1088px) {
  header .gnav-sub-list__item {
    margin: 0 1.2rem;
  }
}
@media only screen and (min-width: 1080px) {
  header .gnav-sub-list__item:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1080px) {
  header .gnav-sub-list__item--tel:hover {
    opacity: 1;
  }
}
header .gnav-sub-list__link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #848484;
}
@media only screen and (min-width: 900px), print {
  header .gnav-sub-list__link {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1001px) {
  header .gnav-sub-list__link {
    font-size: 1.4rem;
  }
}
header .gnav-sub-list__link--tel {
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.03em !important;
  color: #0a2d80;
  padding-left: 1rem;
  white-space: nowrap;
}
@media only screen and (min-width: 900px), print {
  header .gnav-sub-list__link--tel {
    padding-left: 0;
    margin-left: 4rem !important;
    pointer-events: none;
  }
}
header .gnav-sub-list__link--tel::after {
  left: -20px;
}
header .gnav-sub-list__link.exlink-icon::after {
  color: #629ccf;
}
header .gnav-sub-list--open {
  display: block;
}
header .gnav-sub-list--open .gnav-sub-list__item {
  margin: 0;
}
header .gnav-sub-list--open .gnav-sub-list__item:not(:first-child) {
  padding-top: 1.4rem;
}
header .gnav-sub-list--open .gnav-sub-list__link {
  color: #ffffff;
  margin-top: 2.4rem;
}
header .btn-nav {
  position: fixed;
  content: "";
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 900px), print {
  header .btn-nav {
    position: relative;
    width: auto;
  }
}
header .menu-btn {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  color: #090459;
  background: #e4eaee;
  padding: 1rem 2.7rem 0;
}
@media only screen and (min-width: 900px), print {
  header .menu-btn {
    display: none;
  }
}
header .menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  transition: 0.2s ease-out;
  background: #090459;
}
header .menu-btn__line:nth-child(1) {
  transform: translate(-50%, -15px);
}
header .menu-btn__line:nth-child(2) {
  transform: translate(-50%, -10px);
}
header .menu-btn__line:nth-child(3) {
  transform: translate(-50%, -5px);
}
header .menu-btn--open header .menu-btn__line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
header .menu-btn--open header .menu-btn__line:nth-child(2) {
  opacity: 0;
}
header .menu-btn--open header .menu-btn__line:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}
header .header-logo-sp {
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 12px 0 16px;
}
header .header-logo-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* ==================================================
	トップファーストビュー
================================================== */
.header-catch {
  margin-left: 10%;
}
header #topMainVisual {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 100px;
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: 8/3;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-image: url("../../img/top/fv_image1.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.header-catch__ttl {
  font-family: Poppins, sans-serif;
  font-size: clamp(11px, 2vw, 16px);
  font-weight: bold;
  letter-spacing: 0.09em;
  color: rgb(10, 45, 128);
  margin-top: 3vw;
  /* margin-top: 24px; */
}
header .header-catch__copy {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
header .header-catch__copy .strong {
  font-size: 12.9rem;
  line-height: 1.3;
}
header .header-catch__copy .small {
  font-size: 10rem;
  font-weight: 900;
}
header .header-catch__txt {
  font-size: clamp(28px, 2.6vw, 3.4rem);
  white-space: nowrap;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff,
    1px -1px 0 #fff;
  padding: 0;
  text-align: left;
}
.lightblue {
  color: #007af1;
}
.blue {
  color: #00366f;
}
.header-catch hgroup {
  margin-bottom: 32px;
}
@media (min-width: 1480px) {
  .header-catch {
    margin-left: 12%;
  }
  header .header-catch__txt {
    font-size: clamp(32px, 2.4vw, 4.2rem);
  }
}
@media (max-width: 900px) {
  .header-catch {
    margin-left: 0;
  }
  header #topMainVisual {
    display: block;
    height: 138vw;
    margin-top: 0;
    background-image: url("../../img/top/fv_image_sp1.jpg");
  }
  .header-catch hgroup {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0);
    width: fit-content;
    margin-bottom: 0;
  }
  .header-catch__ttl {
    white-space: nowrap;
    margin-bottom: 8px;
  }
  header .header-catch__copy {
    font-size: clamp(28px, 6.5vw, 50px);
    line-height: 1.4;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
  header .header-catch__copy .strong {
    font-size: 3em;
  }
  header .header-catch__copy .small {
    font-size: 1.6em;
  }
  header .header-catch__txt {
    font-size: clamp(21px, 4.6vw, 40px);
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  header #topMainVisual {
    height: 160vw;
    min-height: 640px;
  }
  .header-catch__ttl {
    margin-bottom: 4px;
  }
  .header-catch hgroup {
    top: 10%;
  }
}
.top_btn_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 12px;
}
.top_btn_wrap .btn {
  border-radius: 2px;
  border: 1px solid #090459;
  margin: 0;
  max-width: 240px;
  width: calc((100% / 2) - 8px);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  /* position: relative; */
}
.download_btn {
  background: #fff;
}
.top_btn_wrap .contact_btn {
  background: #090459;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}
.btn svg {
  margin-left: 8px;
  transition: 0.3s;
}
.contact_btn:hover {
  color: #fff;
}
.top_btn_wrap .btn:hover svg {
  transform: translateX(4px);
  transition: 0.3s;
}
@media (min-width: 1600px) {
  .top_btn_wrap .btn {
    max-width: 280px;
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .top_btn_wrap {
    display: block;
    width: 100%;
    padding-bottom: 4px;
  }
  .top_btn_wrap .btn {
    display: block;
    max-width: 96%;
    width: 96%;
    margin: 16px auto;
  }
  .top_btn_pc {
    display: none;
  }
}
@media (max-width: 480px) {
}
/* ==================================================
		CVボタン
================================================== */
.top_btn_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 12px;
}
.top_btn_wrap .btn {
  border-radius: 2px;
  border: 1px solid #090459;
  margin: 0;
  max-width: 240px;
  width: calc((100% / 2) - 8px);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.download_btn {
  background: #fff;
}
.top_btn_wrap .contact_btn {
  background: #090459;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}
.btn svg {
  margin-left: 8px;
  transition: 0.3s;
}
.contact_btn:hover {
  color: #fff;
}
.top_btn_wrap .btn:hover svg {
  transform: translateX(4px);
  transition: 0.3s;
}
@media (min-width: 1600px) {
  .top_btn_wrap .btn {
    max-width: 280px;
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .top_btn_wrap {
    display: block;
    width: 100%;
    padding-bottom: 4px;
  }
  .top_btn_wrap .btn {
    display: block;
    max-width: 96%;
    width: 96%;
    margin: 16px auto;
  }
  .top_btn_pc {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-catch hgroup {
    top: 11%;
  }
}
/* ==================================================
		トップ、ヘッダー、フッター
================================================== */
.contact-box {
  text-align: center;
  color: #ffffff;
  background: linear-gradient(
    to right top,
    #0c075f 0,
    #4970ad 90%,
    #74bee8 100%
  );
  padding: 5rem 0 2rem;
}
@media only screen and (min-width: 768px), print {
  .contact-box {
    padding: 6rem 0 4rem;
  }
}
.contact-box__title {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px), print {
  .contact-box__title {
    font-size: 2.4rem;
  }
}
.contact-box__title .bold {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px), print {
  .contact-box__title .bold {
    font-size: 3.4rem;
  }
}
.contact-box__row {
  display: block;
}
@media only screen and (min-width: 768px), print {
  .contact-box__row {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 900px), print {
  .contact-box__row {
    display: flex;
    flex-direction: column;
    padding: 6rem 0;
    flex-direction: row;
  }
}
.contact-box__btn-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 900px), print {
  .contact-box__btn-row {
    width: 50%;
  }
}

.contact-tel {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  font-size: 1.6rem;
  /* border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); */
  align-items: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px), print {
  .contact-tel {
    padding: 1rem 0;
    margin-top: 0;
  }
}
.contact-tel__num {
  display: inline-flex;
  font-size: 2.5rem;
  color: #ffffff !important;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  padding: 1rem 2.5rem 1rem 5rem;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
}
@media only screen and (min-width: 768px), print {
  .contact-tel__num {
    font-size: 4.6rem;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
  }
}
.contact-tel .tel-icon::after {
  left: 18px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px), print {
  .contact-tel .tel-icon::after {
    left: -55px;
    font-size: 4rem;
  }
}

.contact-box-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem 5rem;
  margin: 3rem 0 1.5rem;
  background: #ffffff;
  color: #2c2c2c;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  transition: 0.2s ease-out;
}
@media only screen and (min-width: 768px), print {
  .contact-box-btn {
    min-height: 282px;
    padding: 5rem 7rem 5rem 4rem;
    margin: 0 0 1.5rem 0;
  }
}
@media only screen and (min-width: 900px), print {
  .contact-box-btn {
    width: 50%;
    margin: 0 3rem 0 0;
  }
  .contact-box-btn:hover {
    opacity: 0.7;
  }
  .contact-box-btn:hover::before {
    right: 4rem;
  }
}
.contact-box-btn:before {
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  right: 2rem;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #629ccf;
  border-bottom: 2px solid #629ccf;
  background: transparent;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-out;
}
@media only screen and (min-width: 768px), print {
  .contact-box-btn:before {
    top: 50%;
    bottom: auto;
    right: 5rem;
    width: 15px;
    height: 15px;
  }
}
.contact-box-btn__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.contact-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px), print {
  .contact-btn {
    justify-content: flex-start;
  }
}
.contact-btn__img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px), print {
  .contact-btn__img {
    margin-right: 1.5rem;
    max-width: 90px;
  }
}
.contact-btn__text {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .contact-btn__text {
    font-size: 2.2rem;
  }
}
.contact-btn__limit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #0a2d80;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.2rem 0.7rem;
}
@media only screen and (min-width: 768px), print {
  .contact-btn__limit {
    font-size: 1.8rem;
  }
}
.contact-btn__min-txt {
  text-align: left;
  font-size: 1.4rem;
  color: #818181;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px), print {
  .contact-btn__min-txt {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.contact-btn-min {
  display: flex;
  position: relative;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  transition: 0.2s ease-out;
}
.contact-btn-min:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px), print {
  .contact-btn-min {
    font-size: 1.6rem;
    text-align: left;
    padding: 2.5rem 6rem 2.5rem 4rem;
  }
  .contact-btn-min:before {
    position: absolute;
    top: 50%;
    right: 3rem;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.2s ease-out;
  }
}
@media only screen and (min-width: 900px), print {
  .contact-btn-min:hover {
    opacity: 0.7;
  }
  .contact-btn-min:hover:before {
    right: 2rem;
  }
}
.contact-btn-min__title {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .contact-btn-min__title {
    font-size: 2rem;
  }
}
.contact-btn-min__title:before {
  display: inline-block;
  content: "\e902";
  font-family: "icomoon";
  font-size: 2.5rem;
  color: #ffffff;
  margin-right: 1rem;
}
.contact-btn-min__title--dl:before {
  content: "\e903";
}

.footer-box {
  padding: 6rem 0 0;
}
@media only screen and (min-width: 768px), print {
  .footer-box {
    padding: 8rem 0 0;
  }
}
.footer-box__name {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #9fa0a0;
}
.footer-box__logo {
  width: 132px;
}
.footer-box__logo img {
  width: auto;
  height: 100%;
}
.footer-box__row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 4rem 0 1rem;
}
@media only screen and (min-width: 768px), print {
  .footer-box__row {
    flex-direction: row;
    margin-bottom: 4.5rem;
  }
}
.footer-box__menu {
  padding: 4rem 0 2.4rem;
  border-bottom: 1px solid #a0a1a1;
}
@media only screen and (min-width: 768px), print {
  .footer-box__menu {
    padding: 24px 0 1rem;
    width: 100%;
  }
}
.footer-box__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
  .footer-box__list {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.fnav-list {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px), print {
  .fnav-list {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.fnav-list__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1rem 1.2rem 0;
}
@media only screen and (min-width: 900px), print {
  .fnav-list__link {
    font-size: 1.5rem;
  }
}
.fnav-list .iconRight:after {
  top: 38%;
}

.footer-office {
  display: block;
  padding-right: 2rem;
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 2rem;
}
.footer-office:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px), print {
  .footer-office {
    margin-bottom: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 900px), print {
  .footer-office {
    font-size: 1.5rem;
  }
}
.footer-office__add {
  display: block;
}
.footer-office__title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 2rem;
}

.btn-arrow {
  display: block;
  position: relative;
  color: #0a2d80 !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding: 0 0 0 1.7rem;
  margin-top: 1rem;
  transition: 0.2s ease-out;
}
.btn-arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  background: transparent;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 900px), print {
  .btn-arrow:hover {
    opacity: 0.7;
  }
}

.copyright {
  text-align: center;
  font-weight: 1.3rem;
  font-family: "Poppins", sans-serif;
  padding: 3rem 1rem 8rem;
}
@media only screen and (min-width: 768px), print {
  .copyright {
    padding: 4.5rem 1rem;
  }
}

/* ---------------------------------- */
/* ヘッダードロップダウンメニュー */
/* ---------------------------------- */
.menuSub {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #d5d3d3;
  width: 80%;
  max-width: 1180px;
  z-index: 220;
  transition: 0.1s;
}
.menuSub.on {
  display: block;
  transition: 0.1s;
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  transition: 0.1s;
}
.overlay.on {
  display: block;
  transition: 0.1s;
}
.label {
  display: flex;
  align-items: center;
}
.label_en {
  font-size: 3rem;
  font-weight: 600;
  color: #0a2d80;
  margin: 0 2rem 0 0;
}
.inner {
  padding: 1rem 4rem 2rem;
}
.link_label a {
  font-size: 18px;
  padding: 0 1.5rem 0 0;
  position: relative;
}
.link_label a::after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 0.5em;
  height: 0.5em;
  z-index: 12;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  background-color: transparent;
  transform: translateY(-50%) rotate(-45deg);
}
.link_label a:hover::after {
  transition: 0.1s;
  transform: translateX(4px) translateY(-50%) rotate(-45deg);
}
.menu_container {
  width: 100%;
  background: #fff;
  margin: 0 auto;
}

.menu__item {
  background-color: #fff;
  color: #000;
  width: 218px;
  padding: 10px 1.5rem;
  margin: 0;
  position: relative;
  font-size: 0.875rem;
  cursor: pointer;
}
.menu__item:hover {
  background: #090459;
}
.menu__item a {
  font-size: 16px;
}
.menu__item:hover > a {
  color: #fff;
}
.menu_tab {
  display: flex;
}
.pages {
  border-left: 1px solid #d3d3d3;
  padding: 10px 32px;
  width: 100%;
}
.page {
  display: none;
}
.page.show {
  display: block;
}
.user-nav.active {
  background: #090459;
  position: relative;
}
.user-nav.active::after {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #090459;
  border-bottom: 8px solid transparent;
}
.user-nav.active > a {
  color: #fff;
}
.first_menu {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
}
.sub_menu {
  width: 98%;
  border-bottom: 1px solid #666;
  position: relative;
  cursor: pointer;
}
.sub_menu a {
  width: 100%;
  padding: 16px 0;
  display: inline-block;
}
.sub_menu::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 0.5em;
  height: 0.5em;
  z-index: 12;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  background-color: transparent;
  transform: translateY(-50%) rotate(-45deg);
}
.sub_menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sub_menu:hover::before {
  transform: scale(1, 1);
}
.sub_menu:hover::after {
  transition: 0.1s;
  transform: translateX(4px) translateY(-50%) rotate(-45deg);
}
.sub_menu:hover {
  background: #f9f9f9;
}
@media screen and (min-width: 1080px) {
  .menu__item {
    width: 275px;
  }
}
