@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@media (max-width: 1080px) {
  .cate .pc-hide {
    display: block;
  }
}

body.gjs-dashed .fv-tape{display:none;}

.section03_cards {
  gap: 30px;
  align-items: stretch;
  max-width: 1280px;
  margin: auto;
}
.section03_cards .num {
  margin-bottom: 12px;
}
.section03_cards .merit_card {
  width: calc((100% - 60px) / 3); /* gap30px ×2 */
  min-width: 350px;
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  text-align: center;
}
.section03_cards .merit_label {
  background: #0A3F8F;
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.section03_cards .merit_card .imgbox {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 18px;
  aspect-ratio: 30 / 18;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 念のため */
}
.section03_cards .merit_card .imgbox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section03_cards .merit_txt {
  text-align: left;
}
/* =========================
  レスポンシブ
========================= */
@media (max-width: 768px) {
  .section03_cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.usebox {
  align-items: stretch;
  gap: clamp(18px, 4vw, 44px);
}
.usebox .boxwrap2 {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: clamp(16px, 2.6vw, 40px) clamp(25px, 5vw, 50px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
  flex: 1;
  max-width: 500px;
  min-width: 0; /* ← はみ出し防止 */
}
/* 上の青ラベル */
.usebox .boxwrap2 .cap {
  margin: 0 auto 18px;
  width: fit-content;
  padding: 6px 18px;
  border-radius: 999px;
  background: #0A3F8F;
  color: #fff;
  letter-spacing: .02em;
  text-align: center;
  white-space: nowrap;
}
/* 画像枠 */
.usebox .boxwrap2 .imgbox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 41/58;
}
/* 画像 */
.usebox .boxwrap2 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* 中央矢印 */
.usebox .compare_arrow {
  color: #0A3F8F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
/* =========================
  Responsive
========================= */
@media (max-width: 768px) {
  .usebox {
    flex-direction: column;
  }
  .usebox .compare_arrow {
    transform: rotate(90deg);
  }
  .usebox .boxwrap2 {
    margin: auto;
  }
  .usebox .boxwrap2 .imgbox {}
}
.bottombox1 {
  background: #fff;
  border-radius: 280px; /* 見本っぽい大きい丸角 */
  padding: clamp(56px, 7vw, 96px) clamp(22px, 6vw, 90px);
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.bottombox1 .txtbox span, .lead_badge span {
  color: #01418E;
}
.bottombox1 .txtbox h3 {
  text-align: center;
}
@media (max-width: 768px) {
  .bottombox1 .txtbox p {
    text-align: left;
  }
}
.lead_badge {
  text-align: center;
}
.lead_badge .lead_badge_in {
  display: inline-block;
  padding: 6px 18px;
  border: 2px solid #01418E;
  border-radius: 999px;
  color: #01418E;
}
.lead_badge .lead_badge_txt {
  line-height: 1.2;
}
.lead_badge p {
  text-align: center;
}
@media (max-width: 768px) {
  .lead_badge p {
    text-align: left;
  }
}
/* =========================
   HEADER（共通）
========================= */
.header_m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px clamp(10px, 2vw, 40px);
  z-index: 9999;
}
.header_m .head_menu {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  padding: 14px 30px 14px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(113, 113, 113, 0.1);
}
.header_m .head_menu, .header_m .head_menu .ul {
  gap: clamp(20px, 5vw, 40px);
}
.header_m .logo {
  width: 30%;
  max-width: 160px;
  min-width: 150px;
}
/* 折り返し防止 */
.header_m .head_menu, .header_m .head_menu .ul p {
  white-space: nowrap;
}
.header_m .head_menu .ul p {
  font-size: clamp(10px, 4vw, 16px);
}
.header_m .head_menu p.default_title2 {
  font-size: clamp(10px, 2.5vw, 32px);
}
/* CTA */
.header_m .head_menu .ul .contact_bt {
  padding: 10px 18px;
  border-radius: 100px;
}
.header_m .head_menu .ul .contact_bt p {
  color: #fff;
}
/* =========================
   ハンバーガー（共通：PCは非表示）
========================= */
.header_m .menu-bt {
  display: none; /* 1080px以上は非表示 */
}
/* =========================
   MENU WRAP（共通）
========================= */
.menu-wrap.burgermenu_d {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-wrap.burgermenu_d::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.9;
}
.menu-wrap.burgermenu_d > div {
  position: absolute;
  inset: 0;
  overflow: auto;
  z-index: 2;
  padding: 0 clamp(16px, 5vw, 80px);
}
.menu-wrap.burgermenu_d .ul {
  width: 90%;
  gap: 50px 30px;
  overflow: auto;
}
.menu-wrap.burgermenu_d .ul .li {
  width: calc(100% / 3 - 60px / 3);
}
.menu-wrap.burgermenu_d .ul .li a {
  position: relative;
  display: block;
  padding: clamp(8px, 2vw, 15px) clamp(16px, 5vw, 50px);
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-bottom: 3px solid #fff;
}
.menu-wrap.burgermenu_d .ul .li a p {
  color: #fff;
}
.menu-wrap.burgermenu_d .ul .li a p.en {
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 700;
}
.menu-wrap.burgermenu_d .ul .li a p.jp {
  font-size: 16px;
  font-weight: 700;
}
/* =========================
   1280px以下
========================= */
@media screen and (max-width: 1280px) {
  .header_m .head_menu, .header_m .head_menu .ul {
    gap: clamp(12px, 3vw, 20px);
  }
  .menu-wrap.burgermenu_d .ul {
    gap: 30px 30px;
  }
  .menu-wrap.burgermenu_d .ul .li {
    width: calc(100% / 2 - 50px / 2);
  }
  .menu-wrap.burgermenu_d .ul .li a p {
    font-size: 18px;
  }
}
/* =========================
   1080px以下（SP/タブレット）
========================= */
@media screen and (max-width: 1080px) {
  /* header */
  .header_m {
    padding: 18px 20px 10px;
    justify-content: space-between;
    background: #fff;
  }
  .header_m .head_menu {
    width: auto;
    padding: 0 0px;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: none;
  }
  .header_m .head_menu .ul p {
    font-size: 14px;
  }
  .header_m .head_menu .ul .contact_bt {
    padding: 3px 12px 5px;
  }
  /* 通常メニューは非表示 */
  .header_m .head_menu .ul {
    display: none;
  }
  /* ハンバーガー表示 */
  .header_m .menu-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    aspect-ratio: 1 / 1;
    cursor: pointer;
  }
  .header_m .menu-bt .line {
    position: relative;
    width: 26px;
    height: 20px;
  }
  .header_m .menu-bt .line div {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0E0E0F;
    transition: ease 0.4s;
  }
  .header_m .menu-bt .line div:nth-of-type(1) {
    top: 0;
  }
  .header_m .menu-bt .line div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header_m .menu-bt .line div:nth-of-type(3) {
    bottom: 0;
  }
  /* active時 */
  .header_m .menu-bt.active .line div:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header_m .menu-bt.active .line div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
  }
  .header_m .menu-bt.active .line div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  /* burger menu layout */
  .menu-wrap.burgermenu_d .ul {
    gap: 30px 50px;
  }
  .menu-wrap.burgermenu_d .ul .li {
    width: calc(100% / 2 - 50px / 2);
  }
  .menu-wrap.burgermenu_d .ul .li a p {
    font-size: 16px;
  }
}
/* =========================
   768px以下
========================= */
@media screen and (max-width: 768px) {
  .menu-wrap.burgermenu_d .ul {
    gap: 30px;
  }
  .menu-wrap.burgermenu_d .ul .li {
    width: 100%;
  }
}
/* =========================
   576px以下
========================= */
@media screen and (max-width: 576px) {
  .header_m .logo {
    min-width: 120px;
  }
  .menu-wrap.burgermenu_d > div {
    padding: 120px 0 50px;
  }
  .menu-wrap.burgermenu_d .ul {
    gap: 0 10px;
  }
  .menu-wrap.burgermenu_d .ul .li {
    width: 100%;
  }
  .menu-wrap.burgermenu_d .ul .li a {
    padding: 20px 0;
  }
  .menu-wrap.burgermenu_d .ul .li a p.en {
    font-size: 16px;
  }
  .menu-wrap.burgermenu_d .ul .li a p.jp {
    font-size: 13px;
  }
}
.header_m .li {
  position: relative;
}
.header_m .li .dropdown_menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 260px;
  padding: 10px 0;
  border-radius: 14px;
  background: #4f95c9;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 9999;
  text-align: center;
}
/* ホバーで表示 */
@media (hover: hover) {
  .header_m .li:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
  }
}
/* 中のリンク */
.header_m .li .dropdown_menu a {
  display: block;
  text-decoration: none;
}
/* pタグの見た目 */
.header_m .li .dropdown_menu a p {
  margin: 0;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
/* hover時の背景 */
.header_m .li .dropdown_menu a:hover p {
  background: rgba(255, 255, 255, .15);
}
.header_m .li > a {
  position: relative;
  display: inline-block;
}
/* 下線（初期は非表示） */
.header_m .li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px; /* 文字との距離 */
  width: 26px; /* 線の長さ */
  height: 3px; /* 線の太さ */
  background: #1c5aa8; /* 線の色 */
  border-radius: 2px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .2s ease;
}
/* ホバー時に表示 */
@media (hover: hover) {
  .header_m .li:hover > a::after {
    opacity: 1;
  }
}
.pagetitle1 {
  padding-top: 130px;
  overflow: hidden;
}
.pagetitle1 .fv-tape {
  position: absolute;
  inset: 0; /* タイトルエリアいっぱい */
  z-index: 1; /* 文字より下 */
  pointer-events: none;
}
.pagetitle1 .titlebox1 {
  position: relative;
}
.pagetitle1 .titlebox1 h1 span {
  color: #0E0E0F;
}
@media (max-width: 1080px) {
  .pagetitle1 {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .pagetitle1 .en_title1 {
    font-size: 70px;
  }
}
.main-wrap {
  overflow: hidden;
}
.titlebox1 {
  text-align: center;
  position: relative;
}
.titlebox1 > div {
  position: relative;
  z-index: 2;
}
.titlebox1 h2 {
  z-index: 2;
  position: relative;
}
.titlebox1 .section_en_title {
  white-space: nowrap;
  color: rgba(79, 151, 200, 0.15);
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%); /* ← 少し上に */
}
@media (max-width: 576px) {
  .titlebox1 .section_en_title {
    font-size: 60px;
  }
}
.titlebox1 img {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .titlebox1 img {
    height: 28px;
    margin-bottom: 6px;
  }
}
.titlebox h2 {
  font-weight: 800;
  letter-spacing: 0.05em;
}
.blueline {
  position: relative;
  display: inline-flex; /* 文字幅に合わせる */
  margin: auto;
  padding-bottom: 10px;
  text-align: center;
}
.blueline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32px; /* 線の長さ（好みで） */
  height: 3px; /* 線の太さ */
  background: #4F97C8; /* 青 */
  border-radius: 99px; /* 角丸（なくてもOK） */
}
.num .ubuntu {
  font-weight: 700;
  letter-spacing: .08em;
  color: #0A3F8F;
  line-height: 1.1;
}
.num .default_title1 {
  font-weight: 900;
  line-height: 1.1;
}
.bg1 {
  position: relative; /* 疑似要素の基準 */
}
/* 下半分に自動で敷く */
.bg1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0; /* 50%から下 */
  width: 100%;
  height: 100%;
  background-image: url("https://tsc-tsc.jp/system_panel/uploads/images/bg.png"); /* ハニカム画像 */
  background-repeat: repeat;
  background-size: auto;
  z-index: -99;
  pointer-events: none;
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: #4F97C8;
}
.fv-tape {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 6;
  pointer-events: none;
}
.fv-tape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* ← これを追加 */
  display: block;
}
.underwhite {
  display: inline-block; /* 下線を文字幅に合わせる */
  border-bottom: 3px solid #fff;
  padding-bottom: 2px; /* 線と文字の間隔 */
}
.boxwrap1 {
  display: flex;
  gap: clamp(24px, 6vw, 60px);
  align-items: center;
    width: 100%;
    max-width: 1280px;
}
/* =========================
  画像側
========================= */
.boxwrap1 .imgbox {
  position: relative;
  flex: 0 0 48%;
}
.boxwrap1 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
/* 左上ラベル（REASON 01） */
.boxwrap1 .imgbox .num {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0A3F8F;
  color: #fff;
  padding: 20px 10px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.1;
  z-index: 2;
}
.boxwrap1 .num p {}
.boxwrap1 .num .ubuntu {
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
}
.boxwrap1 .txtbox {
  flex: 1;
}
@media (max-width: 768px) {
  .boxwrap1 {
    flex-direction: column;
    gap: 24px;
  }
  .boxwrap1 .imgbox .num {
    padding: 14px 8px;
    top: 6px;
    left: 6px;
  }
  .boxwrap1 .imgbox, .boxwrap1 .txtbox {
    flex: 1;
    width: 100%;
  }
}
.footer {
  background: #2f3037;
  border-top: 4px solid #0A3F8F;
}
/* 内側レイアウト */
.footer_inner {
  width: min(1280px, 92%);
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
/* -------------------------
  左：ロゴ＋住所
------------------------- */
.footer .leftbox {
  gap: 10px;
}
.footer .leftbox .imgbox img {
  height: 60px;
  width: auto;
  display: block;
}
.footer .footer_addr {
  color: rgba(255, 255, 255, .65);
  margin: 0;
  font-weight: 500;
}
/* -------------------------
  右：ナビ＋CTA
------------------------- */
.footer .rightbox {
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
/* ナビ */
.footer_nav {
  gap: 24px;
}
.footer_nav a {
  text-decoration: none;
}
.footer_nav p {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  font-weight: 700;
  white-space: nowrap;
}
.footer i {
  color: #fff;
  margin-top: 4px;
}
/* CTA */
.footer_cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer_cta a {
  text-decoration: none;
}
.footer_tel {
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0;
}
/* ボタン */
.footer_btn {
  background: #0A3F8F;
  border-radius: 999px;
  padding: 6px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer_btn p {
  color: #fff;
  font-weight: 800;
  margin: 0;
}
.footer_bottom {
  background: #000;
  text-align: center;
  padding: 14px 0;
}
.footer_bottom p {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}
@media (max-width:1080px) {
  .leftbox .imgbox {
    margin: auto;
  }
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 4vw, 40px);
  }
  .footer_nav {
    justify-content: flex-start;
    gap: 20px;
  }
  .footer .rightbox {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .footer_cta {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .footer_nav {
    display: none;
  }
}
/* フッターカンパニー部分 */
.section08 {
  background: #01418E;
  overflow: hidden;
}
.section08 .company_a {}
.section08 .company_a .company-wrap {
  padding: 50px 50px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
    max-width: 900px;
}
.company_a .company-wrap .item h3 {
  width: 25%;
}
.company_a .company-wrap .item > div {
  width: 75%;
  padding: 15px 0;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .company_a .company-wrap .item > div {
    width: 100%;
    padding-left: 10px;
  }
  .company_a .company-wrap .item h3 {
    width: 100%;
      padding-bottom: 0;
  }
  .section08 .company_a .company-wrap {
    padding: 50px 20px;
  }
}
/* ---------- 中身 ---------- */
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #1D1D1D;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
body.gjs-dashed {}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.ubuntu {
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_l {
  padding-left: 80px;
}
.pd_wrap_r {
  padding-right: 80px;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
.mg_b_6 {
  margin-bottom: 20px;
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
.en_txt1 {
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.08em;
  color: #1EBAEE;
}
.en_title1 {
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(80px, 10vw, 100px);
  letter-spacing: 0.08em;
}
.en_title2 {
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(28px, 4.2vw, 52px);
}
.default_title1 {
  font-size: clamp(22px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(20px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(16px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.6vw, 20px);
}
.default_txt2 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.font-light {
  font-weight: lighter;
}
.font-normal {
  font-weight: normal;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: bold;
}
.font-black {
  font-weight: 900;
}
/* ---------- common ---------- */
/* ---------- title ---------- */
.line_item1 {
  position: relative;
}
.line_item1::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #EB3677;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
/* ---------- more ---------- */
.more a {
  padding: 15px 30px;
  background-color: #01418E;
  border-radius: 200px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.more a p {
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
}
.more a > div {
  gap: 15px;
}
.more a > div .icon {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transition: ease 0.3s;
}
.more a:hover > div .icon {
  transform: translateX(3px);
}
.more a > div .icon img {
  width: 40%;
}
.more.more2 a {
  background-color: #4F97C8;
}
.more.more3 a {
  background-color: #fff;
}
.more3 a p {
  color: #01418E;
}
/* ---------- header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  padding: 15px 40px 0;
  z-index: 9999;
}
.header .logo {
  width: 40%;
  max-width: 125px;
}
.header p {
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 17px;
}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #1D1D1D;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.color1 {
  color: #1EBAEE
}
.color2 {
  color: #01418E
}
.color3 {
  color: #021745
}
.color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #01418E
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #1D1D1D;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pd_wrap_l {
    padding-left: 60px;
  }
  .pd_wrap_r {
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
  .mg_b_6 {
    margin-bottom: 15px;
  }
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_l {
    padding-left: 50px;
  }
  .pd_wrap_r {
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_l {
    padding-left: 20px;
  }
  .pd_wrap_r {
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
  .mg_b_6 {
    margin-bottom: 10px;
  }
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
  /* ---------- common ---------- */
  .sp_br_hide br {
    display: none;
  }
  /* ---------- title ---------- */
  .line_item1::after {
    width: 30px;
    height: 3px;
  }
  /* ---------- more ---------- */
  .more a {
    padding: 13px 25px;
  }
  .more a > div {
    gap: 10px;
  }
  .more a > div .icon {
    width: 26px;
  }
  /* ---------- header ---------- */
  .header {
    padding: 10px 20px 0;
  }
  .header .logo {
    max-width: 100px;
  }
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}