@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* ＝＝＝＝＝＝ フェードインアニメーション ＝＝＝＝＝＝ */
.load-fade, .scroll-up {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show, .scroll-up.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  transform: translateY(50px);
}

.scroll-up.is-show {
  transform: translateY(0px);
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.container02 {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.sp_600 {
  display: none !important;
}

.pc {
  display: none !important;
}

@media (max-width: 600px) {
  .pc_600 {
    display: none !important;
  }
  .sp_600 {
    display: inline-block !important;
  }
}
.bg_blue {
  background-color: #F3F6F9;
}

.sub_tit01 {
  padding: 7px;
  border-radius: 7px;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #4ba5ff;
  max-width: 84px;
  margin: auto;
  font-weight: 600;
}
.sub_tit01::after {
  content: "";
  display: block;
  width: 61px;
  height: 16px;
  background: url(/images/common/tri.svg) no-repeat center;
  position: absolute;
  left: 54%;
  bottom: -13px;
  transform: translateX(-50%);
}

.tit01 {
  font-size: clamp(25px, 5vw, 28px);
  position: relative;
  margin-top: 14px;
  text-align: center;
  line-height: 1.3;
}

.tit01 span {
  font-size: clamp(16px, 4vw, 20px);
}

.lead {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .lead {
    text-align: left;
  }
}

.tit_h2 {
  font-size: 23px;
  color: #4ba5ff;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  padding-top: 17px;
  margin-bottom: 20px;
}
.tit_h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #4ba5ff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13px;
  border-radius: 2px;
  position: absolute;
}

.text_blue {
  color: #4ba5ff;
}

.lined-title {
  display: flex;
  align-items: center;
  text-align: center;
}
.lined-title::before, .lined-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  display: block;
  min-width: 20px;
}
.lined-title span {
  padding: 0 15px;
  font-weight: bold;
  font-size: 30px;
  font-weight: 400;
}

.anchor {
  position: absolute;
  top: 0;
}

/* ＝＝＝＝＝＝ ヘッダー ＝＝＝＝＝＝ */
body:not(#Top) .header_second {
  display: none;
}

#Top .header_second {
  padding: 10px 20px;
}

.header_main {
  z-index: 100;
  width: 100%;
  display: grid;
  grid-template-columns: 249px 1fr;
  padding: 10px 20px 10px;
  box-sizing: border-box;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
}
.logo > a {
  z-index: 100;
  position: relative;
}

.menu_toggle {
  width: 40px;
  height: 37px;
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1001;
  right: 15px;
  top: 8px;
  background-color: #297ed4;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.menu_toggle span {
  width: calc(100% - 16px);
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
  border-radius: 2px;
  position: absolute;
  border-radius: 5px;
  right: 8px;
}

/* 中央寄せ（キュッと） */
.menu_toggle span:nth-child(1) {
  top: 10px;
}

.menu_toggle span:nth-child(2) {
  top: 17px;
}

.menu_toggle span:nth-child(3) {
  top: 24px;
}

/* バツに変形 */
.menu_toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
}

.menu_toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu_toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 17px;
}

/* メニュー本体 */
.nav_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  transition: right 0.3s ease;
  z-index: 1000;
  box-sizing: border-box;
}

.nav_menu ul {
  padding-top: 80px;
}
.nav_menu ul > li {
  border-bottom: 1px solid #999999;
}
.nav_menu ul > li a {
  padding: 15px 15px;
  display: block;
}

.nav_menu.active {
  right: 0;
}

.tit_h1 {
  color: #00409c;
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px;
}

/* ＝＝＝＝＝＝ サブヘッダー ＝＝＝＝＝＝ */
.sub_header {
  height: 238px;
  background: url(/images/top/bg_pink.jpg) repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sub_header h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}
.sub_header h1 > span {
  font-size: 16px;
  display: block;
}

.breadcrumb ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.breadcrumb li a {
  color: #333;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/breadcrumb_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 10px;
}

.tit_style01 {
  color: #00409c;
  font-size: 35px;
  text-align: left;
}
.tit_style01 .tit_sub {
  font-size: 20px;
  display: block;
  color: #000000;
}

.text_indent {
  margin-left: 1rem !important;
  text-indent: -1rem !important;
}

.info_text {
  padding-top: 6rem;
  text-align: center;
}
.info_text > span {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: auto;
  padding-bottom: 2rem;
}
.info_text .text_indent {
  text-align: left;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
.logo_sec_footer {
  margin: 50px 0 50px;
  position: relative;
}
.logo_sec_footer > a > img {
  max-width: 180px;
  margin: auto;
  display: flex;
}

.footer_cont01 {
  position: relative;
  padding-top: 25px;
}
.footer_cont01 .container h2.text_en {
  color: #00409c;
  font-size: 35px;
  text-align: left;
}
.footer_cont01 .container h2.text_en > span {
  color: #333;
  font-size: 20px;
  display: block;
}
.footer_cont01 .container .contact_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area {
    flex-direction: column;
    display: block;
    padding-top: 35px;
    margin-bottom: 46px;
  }
}
.footer_cont01 .container .contact_area .box_l {
  border-right: 1px solid #666666;
  padding-top: 54px;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area .box_l {
    border-right: none;
  }
}
.footer_cont01 .container .contact_area .box_l img {
  width: 51px;
  margin: auto;
  display: block;
  margin-top: -21px;
}
.footer_cont01 .container .contact_area .box_l > a {
  font-size: 37px;
  color: #004394;
  margin: auto;
  display: block;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area .box_l > a {
    font-size: 40px;
    display: block;
    position: relative;
    width: 250px;
    margin: auto auto 5px auto;
  }
  .footer_cont01 .container .contact_area .box_l > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #004394;
    position: absolute;
    bottom: 2px;
  }
}
.footer_cont01 .container .contact_area .box_l p {
  text-align: center;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area .box_l p {
    font-size: 20px;
  }
}
.footer_cont01 .container .contact_area .box_l p .text_s {
  display: block;
  font-size: 12px;
}
.footer_cont01 .container .contact_area .box_r {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area .box_r {
    padding-top: 35px;
  }
}
.footer_cont01 .container .contact_area .box_r a {
  font-size: 34px;
  color: #004394;
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area .box_r a {
    font-size: 25px;
    color: #4d4d4d;
    margin-top: 11px;
  }
}
.footer_cont01 .container .contact_area .box_r img {
  width: 46px;
  display: block;
  margin: auto;
}
.footer_cont01 .container .contact_area .box_r .btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 468px) {
  .footer_cont01 .container .contact_area .box_r .btn {
    flex-direction: column;
  }
}
.footer_cont01 .container .contact_area .box_r .btn a {
  color: white;
  width: 300px;
  height: 52px;
  background-color: #00409c;
  font-size: 16px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer_cont01 .container .contact_area .box_r .btn a {
    margin-top: 20px;
  }
}

.footer_cont02 {
  background-color: #000000;
  padding-top: 16px;
}
.footer_cont02 .grid_box {
  display: flex;
  justify-content: center;
}
.footer_cont02 .grid_box .box_company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.footer_cont02 .grid_box .box_company img {
  width: 55px;
}
.footer_cont02 .grid_box .box_company .text_box {
  padding-top: 5px;
  padding-left: 0 !important;
}
.footer_cont02 .grid_box .box_company .text_box h3 {
  font-size: 20px;
}
.footer_cont02 .grid_box .box_company .text_box address {
  font-style: normal;
}
.footer_cont02 .grid_box nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer_cont02 .grid_box nav > ul {
  display: flex;
}
.footer_cont02 .grid_box nav > ul > li > a {
  padding: 0 10px;
  color: #f2f2f2;
  font-size: 13px;
}
.footer_cont02 .list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_cont02 .list ul > li {
  line-height: 1.7;
  font-size: 10px;
  text-indent: -14px;
  padding-left: 14px;
}
.footer_cont02 .policy {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}
@media (max-width: 480px) {
  .footer_cont02 .policy {
    grid-template-columns: 60% 40%;
  }
}
.footer_cont02 .policy span {
  padding: 10px 10px 10px;
  border-top: 1px solid #999999;
}
.footer_cont02 .policy span:nth-of-type(2) {
  position: relative;
}
.footer_cont02 .policy span:nth-of-type(2)::after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #d1d1d1;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer_cont02 .policy span > a {
  color: #606060;
  font-size: 11px;
}

.copy {
  height: 50px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy p {
  color: #fff;
  font-size: 14px;
}

.link-btn {
  padding: 15px 20px;
  font-size: 18px;
  color: white !important;
  background-color: #000000;
  text-align: center;
  line-height: 1;
  border-radius: 16px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.link_box {
  padding-bottom: 3rem;
}
.link_box .container img {
  max-width: 550px;
  margin: auto;
}
.link_box .link01 {
  padding-bottom: 2rem;
}

/*.sub-header {
  height: 140px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 70px;
  background: #d3edcc;
  h1 {
    font-size:30px;
    position: relative;
    color: #7f7f7f;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    line-height: 1.3;
    .ttl_en {
      font-size: 14px;
      display: block;
      line-height: 1.5;
      text-align: center;
    }
  }
}*/
/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

/* ＝＝＝＝＝＝ Component Styles ＝＝＝＝＝＝ */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
html.no_move {
  overflow: hidden;
}
html * {
  margin: 0;
}

body {
  color: #000000;
  background-color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0;
}

.error-message {
  color: red;
  font-size: 0.9em;
  margin: 4px 0 0;
}

.success {
  color: green;
}

.error {
  color: red;
}

/* スピナー全体のラッパー */
#loading {
  display: none; /* JSで制御 */
  margin-top: 10px; /* ボタンの下にスペース */
  text-align: center; /* 中央寄せ */
}

.spinner {
  border: 4px solid #f3f3f3; /* 薄いグレー背景 */
  border-top: 4px solid #3498db; /* 青色 */
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  display: inline-block;
}

.loading-text {
  margin-top: 8px;
  font-size: 14px;
  color: #3498db;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text_en, .text_mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.bg_gray {
  background-color: #f0f2f5;
}

/* 画像のスタイル */
img {
  max-width: 100%;
  height: auto;
  display: block; /* 画像の下の余白をなくす */
}

/* 入力フォームのスタイル */
input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

/* 見出しタグ */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* 太字・強調 */
b, strong {
  font-weight: bold;
}

/* クリア */
.clear {
  clear: both;
}

/* 小さい文字 */
small {
  font-size: 1.4rem; /* 14px */
}

/* リンクスタイル */
a {
  color: #000000; /* 変数未定義の場合エラーを防ぐ */
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #000000;
}
a.tel, a.link {
  pointer-events: none;
  cursor: default;
}

/* フォーカス時のスタイル */
*:focus {
  outline: none;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top main {
  position: relative;
  overflow: hidden;
  margin-top: -207px;
}
#Top main .sec-fv {
  height: auto;
  padding-top: 50px;
}
#Top main .sec-fv .bg_blue {
  padding-top: 157px;
  padding-bottom: 50px;
}
#Top main .sec-fv .text_box {
  padding-top: 10px;
}
#Top main .sec-fv .s {
  font-size: clamp(18px, 6vw, 40px);
}
#Top main .sec-fv .grid_box {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 24px;
  align-items: center;
}
#Top main .sec-fv .grid_box h2 {
  font-size: clamp(30px, 4vw, 60px);
  letter-spacing: -0.04rem;
  line-height: 1.6;
}
#Top main .sec-fv .sub {
  margin-top: 20px;
}
#Top main .sec-fv .end_text {
  color: #4ba5ff;
  font-size: 14px;
  font-weight: 700;
  padding-top: 15px;
  /*background-color: #4ba5ff;
  border-radius: 30px;
  line-height: 1.6;
  width: 399px;
  font-size: 12px;
  text-align: center;
  padding: 5px 20px;
  box-sizing: border-box;
  font-weight: 600;
  letter-spacing: 0.1rem;*/
}
#Top main .sec-fv .text_box, #Top main .sec-fv .img_box {
  min-width: 0;
}
#Top main .sec-fv .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
#Top main .sec-fv .img_box--cover {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
}
#Top main .sec-fv .img_box--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 600px) {
  #Top main .sec-fv .grid_box {
    grid-template-columns: 1fr;
  }
}
#Top main .sec-issues {
  padding: 50px 0 30px;
}
#Top main .sec-issues .mySwiper {
  padding: 20px 0;
  margin-top: 30px;
}
#Top main .sec-issues .mySwiper .swiper-slide {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform: scale(0.95);
  opacity: 0.6;
}
#Top main .sec-issues .mySwiper .swiper-slide.swiper-slide-active {
  transform: scale(1.02);
  opacity: 1;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
#Top main .sec-issues .mySwiper .card {
  width: auto;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#Top main .sec-issues .mySwiper .img_box {
  height: 180px;
}
#Top main .sec-issues .mySwiper .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Top main .sec-issues .mySwiper .text_box {
  flex: 1;
  padding: 15px;
}
#Top main .sec-issues .mySwiper .text_box h3 {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 600;
}
#Top main .sec-issues .mySwiper .text_box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
#Top main .sec-issues .mySwiper a {
  display: block;
  padding: 10px 15px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #245FEA;
  text-decoration: none;
  border-top: 1px solid #eee;
}
#Top main .sec-issues .mySwiper .swiper-button-next,
#Top main .sec-issues .mySwiper .swiper-button-prev {
  color: #245FEA;
}
#Top main .sec-issues .mySwiper .swiper-pagination-bullet {
  background: #245FEA;
  opacity: 0.5;
}
#Top main .sec-issues .mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#Top main .profile {
  z-index: -1;
  position: relative;
  padding-top: 20px;
}
#Top main .profile .box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}
@media (max-width: 600px) {
  #Top main .profile .box {
    display: block;
  }
  #Top main .profile .box img {
    margin-left: auto;
  }
}
#Top main .profile .box > div {
  margin-left: auto;
}
#Top main .profile .box a {
  justify-self: end;
}
#Top main .profile .box img {
  width: 200px;
  height: auto;
}
#Top main .reviews {
  background: #e4f1ff;
  padding: 60px 20px;
  text-align: center;
}
#Top main .reviews .tit01 {
  font-size: clamp(25px, 2.2vw, 30px);
  padding-bottom: 20px;
}
#Top main .note {
  font-size: 13px;
}
#Top main .review-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  margin: auto;
}
#Top main .stars {
  color: #e7e314;
  font-size: 18px;
  margin-bottom: 10px;
}
#Top main .comment {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
#Top main .client {
  font-size: 14px;
  font-weight: bold;
}
#Top main .source {
  font-size: 12px;
  color: #999;
}
#Top main .sec-merit .bg_blue {
  padding-top: 50px;
}
#Top main .sec-merit .merit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 40px auto 70px;
  max-width: 800px;
}
#Top main .sec-merit .merit .merit_body {
  background: #fff;
  border-radius: 12px;
  padding: 24px 24px 50px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#Top main .sec-merit .merit .merit_body .sub_text {
  text-align: left;
}
#Top main .sec-merit .merit .merit_body > ul > li {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  align-items: center;
  text-align: left;
  max-width: 542px;
  position: relative;
  padding-left: 25px;
}
#Top main .sec-merit .merit .merit_body > ul > li > span > img {
  width: 18px;
  height: auto;
  padding-right: 8px;
  position: absolute;
  left: 0;
}
#Top main .sec-merit .merit .merit_body .icon {
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Top main .sec-merit .merit .merit_body .icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
#Top main .sec-merit .merit .merit_body dl {
  margin-top: 30px;
  background-color: #dbedff;
  padding: 15px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 2px, transparent 2px, transparent 8px);
}
#Top main .sec-merit .merit .merit_body dl dt {
  font-weight: 600;
}
#Top main .sec-merit .merit .merit_body dl dd {
  text-align: left;
}
#Top main .sec-merit .merit .merit_body .cation {
  font-size: 14px;
  font-weight: 600;
  color: #245FEA;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#Top main .sec-merit .merit .merit_body h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
#Top main .sec-merit .merit .merit_body p {
  line-height: 1.8;
}
#Top main .sec-merit .merit .merit_arrow {
  font-size: 31px;
  color: #245FEA;
  animation: bounce 1.5s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
#Top main .sec-cta {
  background-color: #4ba5ff;
  padding: 30px 0 50px;
  /* ==== keyframes ==== */
}
#Top main .sec-cta .gradient-text {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  /*background: linear-gradient(
      45deg,     
      #6D91C7 0%,
      #B9D3FB 100%,
      #3A8FDE 0%,
      #F4CD92 100%
    );
      -webkit-background-clip: text; 
      -webkit-text-fill-color: transparent; 
      background-clip: text;
      color: transparent;
      display: inline-block;*/
}
#Top main .sec-cta h2 {
  text-align: center;
  color: white;
}
#Top main .sec-cta .center {
  text-align: center;
}
#Top main .sec-cta .cta-wrap {
  text-align: center;
  margin: 0px 0 20px;
}
#Top main .sec-cta .cta-wrap .border-animate {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 18px;
  /* 上線 */
  /* 下線 */
  /* ===== アニメーション発動時 ===== */
}
#Top main .sec-cta .cta-wrap .border-animate span {
  position: absolute;
  inset: 0;
  /* 右線 */
  /* 左線 */
}
#Top main .sec-cta .cta-wrap .border-animate span::before, #Top main .sec-cta .cta-wrap .border-animate span::after {
  content: "";
  position: absolute;
  background: #ffffff;
}
#Top main .sec-cta .cta-wrap .border-animate span::before {
  width: 2px;
  height: 0;
  right: 0;
  top: 0;
}
#Top main .sec-cta .cta-wrap .border-animate span::after {
  width: 2px;
  height: 0;
  left: 0;
  bottom: 0;
}
#Top main .sec-cta .cta-wrap .border-animate::before, #Top main .sec-cta .cta-wrap .border-animate::after {
  content: "";
  position: absolute;
  background: #ffffff;
}
#Top main .sec-cta .cta-wrap .border-animate::before {
  height: 2px;
  width: 0;
  left: 0;
  top: 0;
}
#Top main .sec-cta .cta-wrap .border-animate::after {
  height: 2px;
  width: 0;
  right: 0;
  bottom: 0;
}
#Top main .sec-cta .cta-wrap .border-animate.animate::before {
  animation: drawTop 0.4s forwards;
}
#Top main .sec-cta .cta-wrap .border-animate.animate span::before {
  animation: drawRight 0.4s forwards 0.2s;
}
#Top main .sec-cta .cta-wrap .border-animate.animate::after {
  animation: drawBottom 0.4s forwards 0.4s;
}
#Top main .sec-cta .cta-wrap .border-animate.animate span::after {
  animation: drawLeft 0.4s forwards 0.6s;
}
#Top main .sec-cta .cta-wrap .sub-copy {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #ffffff;
}
#Top main .sec-cta .cta-wrap .sub-copy {
  font-size: 14px;
}
@keyframes drawTop {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes drawRight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes drawBottom {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes drawLeft {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
#Top main .sec-services {
  padding: 80px 0;
  background: #f9fbfd;
}
#Top main .sec-services .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 35px auto 0;
}
#Top main .sec-services .cards .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#Top main .sec-services .cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
#Top main .sec-services .cards .card .tit_box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-direction: column;
}
#Top main .sec-services .cards .card .tit_box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#Top main .sec-services .cards .card .tit_box h3 {
  font-weight: 600;
  font-size: 18px;
}
#Top main .sec-services .cards .card .list_box ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
#Top main .sec-services .cards .card .list_box ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #444;
}
#Top main .sec-services .cards .card .list_box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  color: #3A8FDE;
  font-size: 14px;
  font-weight: 600;
  background: url(/images/common/check.svg) no-repeat center left;
  width: 13px;
  height: 13px;
}
#Top main .sec-services .cards .card .list_box .summary {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 20px;
  text-align: center;
  color: #3A8FDE;
  font-weight: 600;
}
#Top main .sec-prices .bg_blue {
  padding: 60px 0;
}
#Top main .sec-prices .sub_tit01,
#Top main .sec-prices .tit01,
#Top main .sec-prices .lead {
  text-align: center;
}
#Top main .sec-prices .lead {
  margin-bottom: 40px;
}
#Top main .sec-prices .prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
#Top main .sec-prices .prices .price {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  /* &.light {
     >ul>li::before { background: #3ab7de;}
   }
   &.standard {
     >ul>li::before { background: #3A8FDE;}
   }
   &.premium {
     >ul>li::before { background: #37be9e;}
   }*/
}
#Top main .sec-prices .prices .price:hover {
  transform: translateY(-6px);
}
#Top main .sec-prices .prices .price h3 {
  margin: 0;
  padding: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#Top main .sec-prices .prices .price h3 span {
  display: block;
  font-size: 16px;
}
#Top main .sec-prices .prices .price .plan-copy {
  text-align: center;
  padding: 20px 15px;
  color: #245FEA;
  font-weight: 600;
}
#Top main .sec-prices .prices .price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Top main .sec-prices .prices .price ul li {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 28px;
  font-size: 14px;
  position: relative;
}
#Top main .sec-prices .prices .price ul li:nth-child(odd) {
  background: #f8f8f8;
}
#Top main .sec-prices .prices .price ul li:nth-child(even) {
  background: #ffffff;
}
#Top main .sec-prices .prices .price ul li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 12px;
  background: url(/images/common/check2.svg) no-repeat center left;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#Top main .sec-prices .prices .price.light h3 {
  /*background: linear-gradient(135deg, #6D91C7, #B9D3FB);*/
  background-color: #3ab7de;
}
#Top main .sec-prices .prices .price.standard h3 {
  /* background: linear-gradient(135deg, #3A8FDE, #6D91C7);*/
  background-color: #3A8FDE;
}
#Top main .sec-prices .prices .price.premium h3 {
  /*background: linear-gradient(135deg, #2C5BAA, #3A8FDE);*/
  background-color: #37be9e;
}
#Top main .sec-prices .prices .price.standard {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(58, 143, 222, 0.25);
  position: relative;
  z-index: 2;
}
#Top main .sec-prices .prices .price.standard h3 {
  position: relative;
  padding-top: 40px;
}
#Top main .sec-prices .prices .price.standard h3::before {
  content: "👑";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
}
#Top main .sec-prices .option {
  text-align: center;
}
#Top main .sec-prices .option h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
#Top main .sec-prices .option ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
#Top main .sec-prices .option ul li {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #Top main .sec-prices .prices {
    grid-template-columns: 1fr;
  }
  #Top main .sec-prices .option ul {
    flex-direction: column;
    gap: 12px;
  }
}
#Top main .sec-qa {
  padding: 60px 0;
  background-color: #f9f9f9;
}
#Top main .sec-qa .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
#Top main .sec-qa .faq-list {
  padding-top: 35px;
}
#Top main .sec-qa .faq-list dl {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
#Top main .sec-qa .faq-list dl dt {
  background: #e6f0fb;
  color: #333;
  font-weight: 700;
  font-size: 17px;
  padding: 15px 27px 15px 20px;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  text-indent: -3rem;
  padding-left: 5rem;
}
#Top main .sec-qa .faq-list dl dt:focus, #Top main .sec-qa .faq-list dl dt:active {
  outline: none;
  background-color: #e6f0fb;
}
#Top main .sec-qa .faq-list dl dt::after {
  content: "+";
  position: absolute;
  right: 1px;
  font-size: 20px;
  color: #3a8fde;
  transition: transform 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
#Top main .sec-qa .faq-list dl dt.active::after {
  content: "–";
  transform: translateY(-50%);
}
#Top main .sec-qa .faq-list dl dd {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fafafa;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  transition: all 0.4s ease;
}
#Top main .sec-qa .faq-list dl dt.active + dd {
  max-height: 500px;
  padding: 25px 20px 50px 4rem;
  text-indent: -2rem;
}
#Top main .sec-contact {
  padding: 60px 0;
  background: #e4f1ff;
}
#Top main .sec-contact .container {
  max-width: 800px;
  margin: 0 auto;
}
#Top main .sec-contact form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  #Top main .sec-contact form {
    padding: 15px;
  }
}
#Top main .sec-contact form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#Top main .sec-contact form .form-group {
  margin-bottom: 20px;
  flex: 1;
}
#Top main .sec-contact form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
#Top main .sec-contact form .form-group label .required {
  font-size: 12px;
  margin-left: 4px;
  background: #f15252;
  color: white;
  padding: 2px 8px;
}
#Top main .sec-contact form .form-group input,
#Top main .sec-contact form .form-group select,
#Top main .sec-contact form .form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s;
  box-sizing: border-box;
  color: #000 !important;
}
#Top main .sec-contact form .form-group input:focus,
#Top main .sec-contact form .form-group select:focus,
#Top main .sec-contact form .form-group textarea:focus {
  border-color: #3a8fde;
  outline: none;
  box-shadow: 0 0 0 2px rgba(58, 143, 222, 0.1);
}
#Top main .sec-contact form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
#Top main .sec-contact form .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px;
  background: #3a8fde;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
#Top main .sec-contact form .btn:hover {
  background: rgb(34.32, 122.72, 204.88);
}
#Top main .sec-contact #formResult {
  margin-top: 20px;
  text-align: center;
}
#Top main .sec-contact #formResult .success {
  color: #2c8a42;
  font-weight: 600;
}
#Top main .sec-contact #formResult .error {
  color: #d00;
  font-weight: 600;
}
#Top main .sec-contact h2 {
  padding-bottom: 20px;
}

/*==================================
  Blog
==================================*/
.wp-block-image img {
  padding-bottom: 15px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #00409c;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 13px;
}
#Top .cate {
  margin-top: 0;
}

.news_tit {
  font-size: 18px;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding-top: 10px;
  display: inline;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#blog .sub-header {
  font-size: 22px;
  line-height: 1.6;
  padding: 30px 0px;
}
#blog .sub-header .ttl_en {
  display: block;
  font-size: 14px;
}
#blog .single-page .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-bottom: 80px;
  background-color: #edf7ff;
  padding-top: 0 !important;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  padding: 20px;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  position: relative;
  padding-bottom: 66px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #484848;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #00409c;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #7f7f7f;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul > li > a:hover {
  background-color: #b0c4e0;
  color: white;
  border: 1px solid #b0c4e0;
}
#blog .sec_footer .text_h2 {
  display: none;
}

.legal {
  padding: clamp(40px, 4vw, 80px) 0;
}
.legal .tit01 {
  margin-bottom: 24px;
}
.legal .legal-table {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  padding: clamp(20px, 3vw, 36px);
}
.legal .legal-table dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px 24px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}
.legal .legal-table dl:last-child {
  border-bottom: 0;
}
.legal .legal-table dl dt {
  color: #6b7280;
  font-weight: 600;
  line-height: 1.6;
}
.legal .legal-table dl dd {
  color: #27282E;
  line-height: 1.9;
}
.legal .legal-table dl dd a {
  text-decoration: underline;
  word-break: break-all;
}
.legal .legal-table dl dd .break-word {
  word-break: break-all;
}
.legal .legal-table dl dd strong {
  font-weight: 700;
}
.legal .legal-table.animate {
  animation: legalFade 0.6s ease-out both;
}
@keyframes legalFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.legal .legal-notes {
  margin-top: 16px;
}
.legal .legal-notes .note {
  font-size: 13px;
  color: #6b7280;
  background: #fff;
  border-left: 4px solid #93c5fd;
  padding: 12px 14px;
}

@media (max-width: 767px) {
  .legal .legal-table dl {
    grid-template-columns: 1fr;
    gap: 6px 0;
    padding: 14px 0;
  }
}
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Policy .header_sub {
  box-shadow: none;
  margin: 10px auto 10px;
}
#Policy .breadcrumb {
  padding-top: 15px;
}
#Policy main p {
  font-size: 13px;
}
#Policy main .sec_title {
  padding-bottom: 28px;
}
#Policy main .sec_title .tit_h1 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#Policy main .sec_title .tit_h1::after {
  display: none;
}
#Policy main .sec_title p {
  text-align: center;
  line-height: 1.6;
  text-decoration: underline;
  font-size: 17px;
}
#Policy main h2 {
  font-size: 23px;
  color: #00409c;
  padding: 20px 0 10px;
  text-align: center;
}
#Policy main .pd_bottom {
  padding-bottom: 30px;
}
#Policy main .text_wrap {
  padding-bottom: 22px;
}
#Policy main .text_wrap h3 {
  color: #00409c;
  padding-bottom: 5px;
}
#Policy main .text_wrap ul > li {
  font-size: 13px;
}
#Policy main .text_wrap dl > dt, #Policy main .text_wrap dl > dd {
  font-size: 13px;
}
#Policy main .text_wrap .list li {
  padding-left: 1em;
  position: relative;
  text-indent: 0rem;
  padding-left: 1rem;
  line-height: 1.6;
  font-size: 13px;
}
#Policy main .text_wrap .list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 9px;
  color: #000000;
  font-size: 0.3em;
  line-height: 1.6;
}
#Policy main .text_wrap .list-num > li {
  font-size: 13px;
}
#Policy .text_h2 {
  font-size: 30px;
  color: #00409c;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  #Policy .text_h2 {
    font-size: 23px;
  }
}
#Policy .text_h2::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #00409c;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  border-radius: 2px;
  position: absolute;
}
#Policy .text_en.sp.footer_tit01 {
  display: none;
}
#Policy .footer_cont02 .grid_box .box_company {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#Policy .footer_cont02 .grid_box .box_company .text_box {
  padding-top: 5px;
}