@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

footer {
  background-color: #f2f2f2;
  padding: 5% 2% 1%;
  line-height: 1.65em;
  color: #000;
}
footer .f_title, footer .f_info {
  width: min(1040px, 100vw - 140px);
}
footer .f_title {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .f_title .logo {
  width: 41%;
  max-width: 522px;
  margin: 0 auto 0 0;
}
footer .f_title .logo img {
  margin: 0 1em 0 0;
}
footer .f_title .logo span {
  padding-top: 0.75em;
}
footer .f_info {
  margin: 5% auto 0;
  display: flex;
  justify-content: space-between;
}
footer .f_info .f_map {
  width: 50%;
}
footer .f_info .f_map .item p {
  text-align: left;
  font-weight: 500;
  color: #18234e;
}
footer .f_info .f_map .item p span {
  background-color: #fff;
  border: #18234e solid 1px;
  padding: 0.1em 1.5em;
  margin-left: 1em;
  line-height: 1;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
}
footer .f_info .f_map .item p span a {
  text-decoration: none;
}
footer .f_info .f_map .item p + p {
  margin: 1.5em 0 0 0;
}
footer .f_info .f_map .item + .item {
  margin-top: 3em;
}
footer .f_info .f_link {
  width: 50%;
}
footer .f_info .f_link ul {
  display: flex;
  flex-flow: column wrap;
  height: 12em;
  width: 100%;
}
footer .f_info .f_link ul li {
  width: 45%;
  margin-bottom: 1em;
}
footer .f_info .f_link ul li a {
  color: #18234e;
  text-decoration: none;
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 500;
}
footer .f_info .f_link ul li a span {
  font-weight: 600;
  padding-right: 0.75em;
  font-size: 1.05em;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
}
footer .sns_box {
  width: 175px;
  max-height: 52px;
  display: flex;
  justify-content: center;
  margin: 3% auto 0;
  gap: 5%;
}
footer .sns_box a {
  width: 30%;
  max-width: 52px;
}
footer .copyright {
  color: #000;
  margin-top: 2%;
  padding: 1em 0 1.5em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer {
    font-size: 13px;
    padding-bottom: 22% !important;
  }
  footer .logo img {
    width: 38vw;
    max-width: 215px;
  }
  footer .logo span {
    padding-top: 0.75em;
  }
  footer .f_info .f_link {
    width: 40%;
  }
  footer .f_info .f_link ul {
    height: unset;
  }
  footer .f_info .f_link ul li {
    width: 100%;
  }
  footer .f_info .f_link ul li a {
    line-height: 1;
    font-size: clamp(14px, 1.8vw, 18px);
  }
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 3.4vw;
    padding: 10% 0 0 !important;
  }
  footer .f_title {
    width: 96%;
  }
  footer .f_title .logo {
    width: 100%;
  }
  footer .f_title .logo img {
    width: 100%;
    max-width: 80%;
  }
  footer .f_title .logo span {
    padding-top: 0.75em;
  }
  footer .f_info {
    flex-flow: column;
    width: 100%;
  }
  footer .f_info .f_map, footer .f_info .f_link {
    width: 80%;
    margin: 0 auto;
  }
  footer .f_info .f_map {
    margin-top: 13%;
  }
  footer .f_info .f_map .item + .item {
    margin-top: 13%;
  }
  footer .f_info .f_link {
    margin-top: 13%;
  }
  footer .f_info .f_link ul {
    flex-flow: column;
    height: auto;
  }
  footer .f_info .f_link ul li {
    width: 100%;
  }
  footer .f_info .f_link ul li a {
    font-size: clamp(14px, 2vw, 18px);
  }
  footer .f_info .f_link ul li + li {
    margin-top: 0;
  }
  footer .sns_box {
    width: 40%;
    max-height: 52px;
    margin-left: auto;
    display: flex;
    gap: 6px;
    margin-top: 13%;
  }
  footer .sns_box a {
    width: 24%;
    max-width: 52px;
  }
}

header {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 2%;
  height: 100px;
  padding: 1.5% 2%;
}
header .logo {
  width: 38%;
  max-width: 522px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header {
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  header {
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 3% 6% 3% 4%;
  }
  header .logo {
    width: 65%;
  }
}

/* -------------------------------
  ハンバーガーボタン（スマホ用）
-------------------------------- */
.sp_menu {
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  display: none; /* PCでは非表示 */
}
.sp_menu span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #a11d33;
  left: 0;
  transition: 0.4s;
}
.sp_menu span:nth-child(1) {
  top: 0;
}
.sp_menu span:nth-child(2) {
  top: 9px;
}
.sp_menu span:nth-child(3) {
  bottom: -2px;
}
.sp_menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
.sp_menu.active span:nth-child(2) {
  opacity: 0;
}
.sp_menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}
@media screen and (min-width: 1441px) {
  .sp_menu {
    display: none;
  }
}

/* -------------------------------
  ナビ（スマホ：スライドイン）
-------------------------------- */
.g_nav {
  position: fixed;
  top: 60px;
  right: -100vw; /* 画面外に隠す */
  width: 100vw;
  height: 100%;
  background: #f2f2f2;
  transition: 0.4s ease;
  z-index: 1000;
}
.g_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g_nav ul li {
  margin: 0;
  position: relative;
}
.g_nav ul li a {
  display: block;
  padding: 0 1em 1em;
  color: #000;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  transition-duration: 0.5s;
}
.g_nav ul li a span {
  display: none;
}
.g_nav ul li .sub_menu {
  padding: 1em 0 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  width: 100%;
  gap: 0;
  display: flex;
  flex-flow: column;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  right: -200px;
}
@media screen and (min-width: 1025px) {
  .g_nav ul li:hover .sub_menu, .g_nav ul li:focus-within .sub_menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .g_nav ul li.open_sub a::after {
    transform: rotate(-135deg);
  }
  .g_nav ul li.open_sub .sub_menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}
.g_nav ul li .sub_menu li a {
  display: block;
  background-color: #f2f2f2;
  color: #18234e;
  font-size: 14px;
  padding: 1.5em;
  transition: color 0.2s ease;
  border-bottom: 1px dotted #000;
}
.g_nav ul li .sub_menu li a:hover {
  color: #fff;
  background-color: #7a8299;
}
.g_nav ul li .sub_menu li:last-child a {
  border-bottom: none;
}
.g_nav.open {
  right: 0; /* スライドイン */
}
@media screen and (min-width: 1025px) {
  .g_nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    margin-left: auto;
  }
  .g_nav ul {
    display: flex;
    gap: 2em;
  }
  .g_nav ul li {
    border: none;
  }
  .g_nav ul li a {
    padding: 1em 0 0.5em;
  }
  .g_nav ul li a::after {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    background: #ccc;
    inset: 0 0 0 0;
    margin: auto auto 0;
    width: 0;
    transition-duration: 0.5s;
  }
  .g_nav ul li a:hover, .g_nav ul li a.active {
    font-weight: 500;
  }
  .g_nav ul li a:hover::after, .g_nav ul li a.active::after {
    width: 100%;
  }
  .g_nav ul li a.active {
    border-bottom: #ccc solid 1px;
  }
  .g_nav ul li .sub_menu > li:nth-child(1) {
    display: none;
  }
  .g_nav ul li.list_6 .sub_menu {
    right: -150px;
  }
}
@media screen and (max-width: 1024px) {
  .g_nav ul {
    display: flex;
    flex-flow: column;
    gap: 0;
    justify-content: flex-start;
  }
  .g_nav ul li a {
    border-bottom: #18234e solid 1px;
    padding-top: 1.5em;
    position: relative;
  }
  .g_nav ul li a span {
    display: inline;
  }
  .g_nav ul li:has(.sub_menu) a::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-right: 2px solid #18234e;
    border-bottom: 2px solid #18234e;
    inset: 0 5% 0 0;
    margin: auto 0 auto auto;
    transition-duration: 0.5s;
    transform: rotate(45deg);
  }
  .g_nav ul li.open_sub a::after {
    transform: rotate(-135deg);
  }
  .g_nav ul li .sub_menu {
    position: relative;
    padding-top: 0;
    gap: 0;
    margin: 0;
    right: 0;
  }
  .g_nav ul li .sub_menu li li:nth-child(1) {
    display: block;
  }
  .g_nav ul li .sub_menu li a {
    background-color: #fff;
    padding: 1.5em;
  }
  .g_nav ul li .sub_menu li a::after {
    display: none;
  }
}

/* -------------------------------
  PC表示
-------------------------------- */
/* スマホ表示でハンバーガーを表示 */
@media screen and (max-width: 1024px) {
  .sp_menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: clamp(14px, 2vw, 15px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #1b1b1b;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-feature-settings: "palt" 1;
}

a {
  text-decoration: none;
}

main section {
  padding: 5% 0;
  background-color: #fff;
  overflow: hidden;
}
main section:nth-of-type(2n+2) {
  background-color: #f2f2f2;
}
main section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
main section .inner {
  width: min(1040px, 100vw - 140px);
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
main section .inner::after {
  content: "";
  display: block;
  clear: both;
}
main section .inner + .inner {
  margin-top: 6%;
}
main section h1 {
  font-size: clamp(22px, 2.9vw, 40px);
  color: #fff;
  line-height: 1.5em;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000, 1px 1px 3px #666;
}
main section h1 span {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 2em;
  display: block;
  margin-bottom: 0;
  line-height: 0.95em;
}
main section h2 {
  font-size: clamp(19px, 2.7vw, 34px);
  line-height: 1.5em;
  color: #18234e;
  font-weight: 800;
}
main section h2 + ul {
  margin-top: 3%;
}
main section h2 span {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 1.25em;
}
main section h2 + * {
  margin-top: 3%;
}
main section h3 {
  font-size: clamp(15px, 4vw, 18px);
  color: #18234e;
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 900;
  width: 100%;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
main section h3 span {
  font-size: 1.9em;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
}
main section h3 + * {
  margin-top: 3%;
}
main section h4 {
  font-size: clamp(16px, 2vw, 20px);
  color: #18234e;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  main section {
    padding: 10vw 0;
  }
  main section .inner {
    width: min(1024px, 90vw);
  }
  main section .inner + .inner {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  main section {
    padding: 12vw 0;
  }
  main section .inner + .inner {
    margin-top: 16%;
  }
  main section h1 span {
    line-height: 1em;
    font-size: 1.75em;
  }
  main section h2 span {
    font-size: 1.5em;
  }
  main section h3 {
    margin-bottom: 5%;
    gap: 0.5em;
  }
  main section h3.h3_column {
    gap: 0;
    flex-flow: column;
    align-items: flex-start;
  }
}

p {
  font-size: clamp(14px, 2vw, 15px);
  margin-bottom: 1.5em;
  line-height: 2.3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
p:last-child {
  margin-bottom: 0;
}
p:has(img) {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
p:has(img) img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
p:has(img):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  p:has(img) {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width: 600px) {
  p {
    line-height: 1.8em;
    font-weight: 600;
  }
}

.box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
.box_txt > p:has(img) {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 4%;
}
.box_txt .txt p:has(img).f_r {
  margin-bottom: 0;
}
.box_txt .txt::after {
  content: "";
  display: block;
  clear: both;
}
.box_txt + .box_txt {
  margin-top: 7%;
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe, .box_video .video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq {
  line-height: 1.65em;
  border-radius: 10px;
  margin: 40px auto 0;
  font-size: clamp(14px, 2vw, 15px);
}
.faq dt {
  font-weight: 700;
  padding: 1em 5em 1em 6.5em;
  background: #fff;
  margin-bottom: 0;
  position: relative;
  color: #18234e;
}
.faq dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.5em;
  height: 1.2em;
  background: url(../../images/common/icon_q.webp) no-repeat center top;
  background-size: cover;
  inset: 1.25em 0 0 4.5em;
  margin: 0 auto auto 0;
}
.faq dd {
  padding: 1em 5em 1em 6.5em;
  margin: 1em 0 4em;
  position: relative;
  font-weight: 500;
}
.faq dd::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.5em;
  height: 1.2em;
  background: url(../../images/common/icon_a.webp) no-repeat center top;
  background-size: cover;
  inset: 1.25em 0 0 4.5em;
  margin: 0 auto auto 0;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
.faq + .faq {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .faq {
    font-size: 4.2vw;
  }
  .faq dt {
    padding: 1em 1em 1em 2.75em;
  }
  .faq dt::after {
    inset: 1.1em 0 0 0.75em;
  }
  .faq dd {
    margin: 0 0 3em;
    padding: 1em 1em 1em 3em;
    font-size: 0.9em;
  }
  .faq dd::after {
    inset: 1.2em 0 0 1em;
  }
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
  .ripple span {
    width: 100%;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
ul.chk {
  margin: 0 auto 5%;
}
ul.chk li {
  font-size: 18px;
  padding: 0.7em 0.5em 0.7em 1.75em;
  background: url(../../images/index/icon_chk.png.webp) no-repeat left 0.75em;
  line-height: 1.4em;
}
ul.chk li + li {
  border-top: #efefef dotted 2px;
}
ul.chk li {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  ul.chk li {
    font-size: 16px;
    background-size: 1.5em 1.5em;
  }
}

.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../../images/index/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #e00;
}

.t_2 {
  color: #090;
}

.t_3 {
  color: #00c;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_nvy {
  color: #18234e;
}

.t_1_b {
  padding: 0.1em;
  color: #e00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #000;
  background-color: #ff0;
}

.t_3_b {
  padding: 0.1em;
  color: #ff0;
  background-color: #e00;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_sml {
  font-size: 80%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_mk {
  background: linear-gradient(transparent 60%, #ffe400 60%);
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
  width: auto;
}

.f_r {
  float: right;
  margin-left: 1em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .f_l, .f_r {
    float: none;
    margin: 0 0 1em;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 767px) {
  .pt4v_sp {
    padding-top: 4vw;
  }
  .t_11p {
    font-size: 110%;
  }
}
.w1 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr {
  gap: 3%;
}
.f_box.gtr .w1 {
  width: 8%;
}
.f_box.gtr .w2 {
  width: 18%;
}
.f_box.gtr .w3 {
  width: 28%;
}
.f_box.gtr .w4 {
  width: 38%;
}
.f_box.gtr .w5 {
  width: 48%;
}
.f_box.gtr .w6 {
  width: 58%;
}
.f_box.gtr .w7 {
  width: 68%;
}
.f_box.gtr .w8 {
  width: 78%;
}
.f_box.gtr .w9 {
  width: 88%;
}
.f_box.gtr .w15 {
  width: 13%;
}
.f_box.gtr .w25 {
  width: 23%;
}
.f_box.gtr .w35 {
  width: 33%;
}
.f_box.gtr .w45 {
  width: 43%;
}
.f_box.gtr .w55 {
  width: 53%;
}
.f_box.gtr .w65 {
  width: 63%;
}
.f_box.gtr .w75 {
  width: 73%;
}
.f_box.gtr .w85 {
  width: 83%;
}
.f_box.gtr .w95 {
  width: 93%;
}
.f_box.gtr .w33 {
  width: 31%;
}
.f_box.flw {
  flex-flow: wrap;
}
.f_box.r_rvs {
  flex-flow: row-reverse;
}
.f_box.w_rvs {
  flex-flow: wrap-reverse;
}
.f_box.fls {
  justify-content: flex-start;
}
.f_box.al_c {
  align-items: center;
}
.f_box.al_s {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box .w1 .w2, .f_box .w3, .f_box .w4, .f_box .w5, .f_box .w6, .f_box .w7, .f_box .w8, .f_box .w9, .f_box .w15, .f_box .w25, .f_box .w35, .f_box .w45, .f_box .w55, .f_box .w65, .f_box .w75, .f_box .w85, .f_box .w95, .f_box .w33 {
    width: 100%;
    margin-bottom: 6%;
  }
  .f_box.gtr .w1 .w2, .f_box.gtr .w3, .f_box.gtr .w4, .f_box.gtr .w5, .f_box.gtr .w6, .f_box.gtr .w7, .f_box.gtr .w8, .f_box.gtr .w9, .f_box.gtr .w15, .f_box.gtr .w25, .f_box.gtr .w35, .f_box.gtr .w45, .f_box.gtr .w55, .f_box.gtr .w65, .f_box.gtr .w75, .f_box.gtr .w85, .f_box.gtr .w95, .f_box.gtr .w33 {
    width: 100%;
  }
  .f_box.gtr.sp_2 .w1 .w2, .f_box.gtr.sp_2 .w3, .f_box.gtr.sp_2 .w4, .f_box.gtr.sp_2 .w5, .f_box.gtr.sp_2 .w6, .f_box.gtr.sp_2 .w7, .f_box.gtr.sp_2 .w8, .f_box.gtr.sp_2 .w9, .f_box.gtr.sp_2 .w15, .f_box.gtr.sp_2 .w25, .f_box.gtr.sp_2 .w35, .f_box.gtr.sp_2 .w45, .f_box.gtr.sp_2 .w55, .f_box.gtr.sp_2 .w65, .f_box.gtr.sp_2 .w75, .f_box.gtr.sp_2 .w85, .f_box.gtr.sp_2 .w95, .f_box.gtr.sp_2 .w33 {
    width: 48%;
  }
  .f_box.gtr.sp_3 .w1 .w2, .f_box.gtr.sp_3 .w3, .f_box.gtr.sp_3 .w4, .f_box.gtr.sp_3 .w5, .f_box.gtr.sp_3 .w6, .f_box.gtr.sp_3 .w7, .f_box.gtr.sp_3 .w8, .f_box.gtr.sp_3 .w9, .f_box.gtr.sp_3 .w15, .f_box.gtr.sp_3 .w25, .f_box.gtr.sp_3 .w35, .f_box.gtr.sp_3 .w45, .f_box.gtr.sp_3 .w55, .f_box.gtr.sp_3 .w65, .f_box.gtr.sp_3 .w75, .f_box.gtr.sp_3 .w85, .f_box.gtr.sp_3 .w95, .f_box.gtr.sp_3 .w33 {
    width: 31%;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
}

.pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  width: 44px;
  aspect-ratio: 1/1;
}
.pagetop span {
  font-size: 12px;
}
.pagetop::after {
  width: 0.8em;
  height: 0.8em;
  left: calc(50% - 0.4em);
  border-width: 0 0 0 0;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 12vw;
  }
}

#contact {
  background-color: #fff;
}
#contact .contact_box {
  background: url(../../images/common/contact_1.webp) no-repeat right;
  background-size: cover;
  border: #f2f2f2 solid 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4%;
  padding: 3% 4% 3% 20%;
}
#contact .contact_box p.tel {
  width: 32%;
  min-width: 260px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5em;
  margin: 0;
}
#contact .contact_box p.tel span {
  font-size: 0.8em;
}
#contact .contact_box p.btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 3%;
  width: 45%;
}
#contact .contact_box p.btn a {
  width: 100%;
  background-color: #18234e;
  color: #fff;
  padding: 2em 0;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
#contact .contact_box p.btn a img {
  height: 1.25em;
  display: inline;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #contact .contact_box p.btn a {
    transition-duration: 0.5s;
    border: #f2f2f2 solid 1px;
  }
  #contact .contact_box p.btn a img {
    transition-duration: 0.5s;
  }
  #contact .contact_box p.btn a:hover {
    background-color: #fff;
    border: 1px solid #18234e;
    color: #18234e;
  }
  #contact .contact_box p.btn a:hover img {
    filter: brightness(1) invert(1);
  }
}
@media screen and (max-width: 1024px) {
  #contact .contact_box p.tel {
    width: 34%;
    min-width: unset;
    margin-right: 2%;
  }
  #contact .contact_box p.btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact_box {
    background: url(../../images/common/contact_1_sp.webp) no-repeat right;
    background-size: cover;
    border: none;
    flex-flow: column;
    align-items: flex-start;
    padding: 2em 0.75em;
    background-position-x: 73%;
  }
  #contact .contact_box p.tel {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    min-width: auto;
  }
  #contact .contact_box p.tel span {
    display: block;
    text-align: center;
  }
  #contact .contact_box p.btn {
    max-width: 320px;
    width: 90%;
    margin: 6% auto 0;
  }
  #contact .contact_box p.btn a {
    padding: 1em;
  }
}

#after_service .inner {
  background: url(../../images/common/bg_after_service.webp) no-repeat right;
  background-size: cover;
  padding: 5% 5% 3%;
}
#after_service .inner h3 {
  flex-flow: column;
  color: #fff;
  text-shadow: 1px 1px 6px #000, 1px 1px 3px #666;
}
#after_service .inner p {
  text-align: center;
  color: #fff;
}
#after_service .inner p.btn {
  width: 100%;
  max-width: 480px;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  border: #999 solid 1px;
}
#after_service .inner p.btn a {
  border: none;
  max-width: 100%;
  color: #18234e;
  background-color: #fff;
  padding: 0.5em;
}
@media screen and (min-width: 1025px) {
  #after_service .inner p.btn a {
    transition-duration: 0.5s;
  }
  #after_service .inner p.btn a:hover {
    background-color: #18234e;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #after_service .inner {
    background-position-x: 40%;
    padding: 5%;
  }
}

#page_title {
  width: 100%;
  aspect-ratio: 12/5;
  position: relative;
  padding-top: 11%;
}
#page_title p.catch_text {
  color: #fff;
  margin-top: 5%;
  font-weight: 800;
  text-shadow: 1px 1px 5px #666;
}
#page_title.other {
  aspect-ratio: 9/2;
  background: #18234e;
  padding-top: 8vw;
}
@media screen and (max-width: 767px) {
  #page_title {
    aspect-ratio: 16/9;
  }
  #page_title.other {
    aspect-ratio: 9/2;
  }
  #page_title .inner {
    width: 80vw;
  }
  #page_title p.catch_text {
    font-size: 1.1em;
  }
}

ul.anc_link {
  display: flex;
  gap: 2%;
  flex-flow: wrap;
}
ul.anc_link li {
  width: 32%;
  margin-bottom: 1.5em;
}
ul.anc_link li a {
  display: block;
  width: 100%;
  padding: 0.5em 1.25em;
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  border: #b0b0b0 solid 1px;
  box-shadow: 2px 2px 5px #999;
  position: relative;
}
ul.anc_link li a::after {
  position: absolute;
  display: block;
  content: "▼";
  width: 0.5em;
  height: 0.5em;
  font-size: 0.65em;
  color: #18234e;
  inset: 0 1.25em 7px 0;
  margin: auto 0 auto auto;
}
@media screen and (min-width: 1025px) {
  ul.anc_link li a {
    transition-duration: 0.5s;
  }
  ul.anc_link li a:hover {
    background-color: #18234e;
    color: #fff;
  }
  ul.anc_link li a:hover::after {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  ul.anc_link {
    flex-flow: column;
  }
  ul.anc_link li {
    width: 100%;
    margin-bottom: 1em;
  }
  ul.anc_link li a {
    padding: 0.75em 1em;
  }
  ul.anc_link li a::after {
    inset: 0 1.25em 3px 0;
  }
}

ul.list_cir li {
  position: relative;
  line-height: 1.5em;
  padding-left: 1.5em;
}
ul.list_cir li::before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: #a01d33;
  inset: 0.25em 0 0 0;
  margin: 0 auto auto 0;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  ul.list_cir {
    flex-flow: column-reverse;
  }
  ul.list_cir li {
    width: 100%;
  }
}

ul.list_squ li {
  position: relative;
  line-height: 1.5em;
  padding-left: 1.5em;
}
ul.list_squ li::before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: #a01d33;
  inset: 0.25em 0 0 0;
  margin: 0 auto auto 0;
}
@media screen and (max-width: 767px) {
  ul.list_squ {
    flex-flow: column-reverse;
  }
  ul.list_squ li {
    width: 100%;
  }
}

.catch_box_w {
  background-color: #fff;
  text-align: center;
  padding: 1em 2em;
  color: #18234e;
  width: 100%;
  font-size: clamp(16px, 2.7vw, 22px);
}
@media screen and (max-width: 767px) {
  .catch_box_w {
    text-align: left;
  }
}

.line_guide {
  padding-left: 5%;
  position: relative;
}
.line_guide li {
  position: relative;
  padding-bottom: 1em;
  display: flex;
  line-height: 1.25em;
  min-height: 4em;
}
.line_guide li::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: #747b95;
  inset: 0 0 0 -32px;
  margin: auto auto auto 0;
}
.line_guide li::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #747b95;
  inset: 0 0 0 0;
  margin: 0 auto auto -38px;
}
.line_guide li span {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  padding-right: 1em;
  font-size: 1.2em;
  color: #18234e;
}
.line_guide li span.add_1 {
  padding-right: 0.65em;
}
.line_guide li span.slash {
  padding: 0 0.25em;
  font-size: 0.9em;
}
.line_guide li:last-of-type::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .line_guide li::before {
    width: 2px;
    inset: 0 0 0 -16px;
  }
  .line_guide li::after {
    inset: 0 0 0 16px;
  }
}

.catch_text {
  font-size: clamp(16px, 4.2vw, 26px);
}
@media screen and (max-width: 767px) {
  .catch_text {
    margin-bottom: 4%;
  }
  .catch_text + .dlist_1, .catch_text + .dlist_2 {
    margin-top: 4%;
  }
}

.dlist_1 {
  display: flex;
  flex-flow: wrap;
  border: #747b95 solid 1px;
}
.dlist_1 dt, .dlist_1 dd {
  padding: 1.5em 2em;
  border-bottom: #747b95 solid 1px;
  color: #18234e;
  font-size: clamp(12px, 2.7vw, 15px);
  display: flex;
  flex-flow: column;
  line-height: 1.5em;
}
.dlist_1 dt:last-of-type, .dlist_1 dd:last-of-type {
  border: none;
}
.dlist_1 dt, .dlist_1 dd {
  font-weight: 800;
}
.dlist_1 dt span, .dlist_1 dd span {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
}
.dlist_1 dt {
  background-color: #e3e5ea;
  width: 25%;
  align-items: center;
  justify-content: center;
}
.dlist_1 dd {
  background-color: #fff;
  width: 75%;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .dlist_1 {
    flex-flow: column;
  }
  .dlist_1 dt, .dlist_1 dd {
    width: 100%;
  }
  .dlist_1 dt {
    border-bottom: none;
    justify-content: flex-start;
    flex-flow: row;
    padding: 1em 2em;
  }
  .dlist_1 dt span {
    padding-left: 1em;
  }
}

.dlist_2 {
  display: flex;
  flex-flow: wrap;
  margin-top: 2%;
}
.dlist_2 dt, .dlist_2 dd {
  padding: 0 0 0 1.5em;
  color: #18234e;
  display: flex;
  flex-flow: column;
  line-height: 1.4em;
  width: 100%;
}
.dlist_2 dt {
  padding-bottom: 0;
  position: relative;
  font-weight: 600;
}
.dlist_2 dt::before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: #a01d33;
  inset: 0.25em 0 0 0;
  margin: 0 auto auto 0;
}
.dlist_2 dd {
  padding-top: 0.5em;
}

table.table_1 {
  border: #747b95 solid 1px;
  border-collapse: collapse;
}
table.table_1 th, table.table_1 td {
  padding: 1.5em 2em;
  border-bottom: #747b95 solid 1px;
  color: #18234e;
  font-size: clamp(12px, 2.7vw, 15px);
  line-height: 1.5em;
}
table.table_1 th {
  background-color: #e3e5ea;
  width: 25%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
table.table_1 th:nth-child(2) {
  width: 75%;
  border-left: #747b95 solid 1px;
}
table.table_1 td {
  background-color: #fff;
  width: 75%;
  border-left: #747b95 solid 1px;
}
@media screen and (max-width: 767px) {
  table.table_1 th, table.table_1 td {
    padding: 0.5em 0.5em;
  }
  table.table_1 th {
    width: 30%;
    vertical-align: middle;
  }
  table.table_1 td {
    width: 70%;
  }
}

table.table_2 {
  border: #16224c solid 2px;
  border-collapse: collapse;
  width: 100%;
  margin-top: 3%;
}
table.table_2 th, table.table_2 td {
  padding: 1em;
  font-size: clamp(14px, 2vw, 15px);
  line-height: 1.5em;
}
table.table_2 th:nth-child(1), table.table_2 td:nth-child(1) {
  width: 40%;
  text-align: center;
}
table.table_2 th:nth-child(2), table.table_2 td:nth-child(2) {
  width: 60%;
}
table.table_2 th {
  background-color: #16224c;
  color: #fff;
}
table.table_2 th:last-child {
  border-left: #fff solid 2px;
}
table.table_2 td {
  background-color: #fff;
  color: #000;
  border-left: #16224c solid 2px;
  border-bottom: #16224c solid 2px;
}
@media screen and (max-width: 767px) {
  table.table_2 th, table.table_2 td {
    padding: 0.75em 0.5em;
  }
}

.title_text_1 {
  margin-top: 5%;
}
.title_text_1 h4 {
  background-color: #18234e;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
}
.title_text_1 .text {
  background-color: #fff;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  .title_text_1 {
    margin-top: 10%;
  }
  .title_text_1 .text {
    padding: 5%;
  }
}

.fadeInUp-sm {
  animation-name: fadeInUpSm;
  animation-delay: 0.5s;
  animation-duration: 1s;
}
.fadeInUp-sm.delay_1 {
  animation-delay: 0.8s;
}
.fadeInUp-sm.delay_2 {
  animation-delay: 1.1s;
}

@keyframes fadeInUpSm {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.btn {
  margin-top: 8%;
}
.btn a, .btn input[type=submit] {
  text-align: center;
  color: #fff;
  background-color: #18234e;
  border: #18234e solid 1px;
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 0.5em;
  margin: 0 auto;
  font-size: clamp(12px, 3.7vw, 16px);
}
@media screen and (min-width: 1025px) {
  .btn a, .btn input[type=submit] {
    transition-duration: 0.5s;
  }
  .btn a:hover, .btn input[type=submit]:hover {
    color: #18234e;
    background-color: #fff;
  }
}
.btn.white a {
  background-color: #fff;
  border: #ccc solid 1px;
  color: #18234e;
}
@media screen and (min-width: 1025px) {
  .btn.white a {
    transition-duration: 0.5s;
  }
  .btn.white a:hover {
    color: #fff;
    background-color: #18234e;
  }
}
.btn.down a {
  display: block;
  width: 100%;
  padding: 0.5em 1.25em;
  background-color: #fff;
  color: #000;
  text-align: center;
  border: #b0b0b0 solid 1px;
  box-shadow: 2px 2px 5px #999;
  position: relative;
}
.btn.down a::after {
  position: absolute;
  display: block;
  content: "▼";
  width: 1em;
  height: 1em;
  font-size: 0.65em;
  color: #18234e;
  inset: -1.5em 1.25em 0 0;
  margin: auto 0 auto auto;
}
@media screen and (min-width: 1025px) {
  .btn.down a {
    transition-duration: 0.5s;
  }
  .btn.down a::after {
    transition-duration: 0.5s;
  }
  .btn.down a:hover {
    color: #fff;
    background-color: #18234e;
  }
  .btn.down a:hover::after {
    color: #fff;
  }
}

.about .f_box {
  gap: 5%;
}
.about .f_box p:has(img) {
  width: 45%;
  margin-bottom: 0;
}
.about .f_box .text {
  width: 50%;
}
.about .f_box .text h4 {
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .about .f_box p:has(img), .about .f_box .text {
    width: 100%;
  }
  .about .f_box .text {
    margin-top: 5%;
  }
}

.operation h3 span {
  color: #747b95;
}
.operation ol {
  counter-reset: number 0;
  font-size: clamp(14px, 2vw, 15px);
  line-height: 1.5em;
  margin-top: 1em;
}
.operation ol li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 600;
}
.operation ol li + li {
  margin-top: 0.5em;
}
.operation ol li::before {
  position: absolute;
  display: flex;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  background-color: #a01e33;
  aspect-ratio: 1/1;
  width: 1.5em;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 0.7em;
  inset: 0 0 0 0;
  margin: 0.4em 0 0 0;
}
.operation ul.squ li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2.2em;
  font-weight: 600;
}
.operation ul.squ li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #a01e33;
  inset: 0.75em 0 0 0;
  margin: 0 auto auto 0;
}
.operation .f_box {
  gap: 5%;
}
.operation .f_box h4 {
  margin-top: 0.75em;
}
.operation .f_box h4 + p {
  margin-top: 1em;
}
.operation .f_box h4.u_bdr {
  text-align: center;
  border-bottom: #747b95 solid 1px;
  padding-bottom: 0.5em;
}
.operation .f_box .box_l {
  width: 45%;
}
.operation .f_box .box_r {
  width: 50%;
}
.operation .f_box .box_r h4 + p {
  margin-top: 1em;
}
.operation .f_box .box_r h4 + p + h4 {
  margin-top: 10%;
}
.operation .f_box.btn_box {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.operation .f_box.btn_box .btn {
  width: 45%;
}
.operation .f_box.btn_box .btn a {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .operation .f_box .box_l, .operation .f_box .box_r {
    width: 100%;
  }
  .operation .f_box .box_l + .box_l, .operation .f_box .box_l + .box_r, .operation .f_box .box_r + .box_l, .operation .f_box .box_r + .box_r {
    margin-top: 5%;
  }
  .operation .f_box .box_r h4 + p {
    margin-top: 0;
  }
  .operation .f_box.btn_box .btn {
    width: 100%;
    margin-top: 16%;
  }
  .operation .f_box.btn_box .btn + .btn {
    margin-top: 8%;
  }
  .operation .f_box h3 {
    margin-bottom: 0.5em;
  }
  .operation .f_box h3 + h4 {
    margin-top: 0;
  }
  .operation .f_box h4 + p {
    margin-top: 1.25em;
  }
}

.after_service h3 span {
  color: #747b95;
}
.after_service .f_box .text_box, .after_service .f_box p:has(img) {
  width: 50%;
}
.after_service .f_box .text_box {
  background-color: #fff;
  padding: 5% 0 5% 5%;
}
.after_service .f_box .text_box h4 + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .after_service .f_box .text_box, .after_service .f_box p:has(img) {
    width: 100%;
  }
}

.line_up .f_box {
  gap: 5%;
  padding-bottom: 5%;
}
.line_up .f_box p:has(img) {
  margin-bottom: 0;
  width: 45%;
}
.line_up .f_box .text_box {
  width: 50%;
}
.line_up .f_box .text_box h4.side_bar {
  position: relative;
  font-family: "helvetica-neue-lt-pro-cond", "Noto Sans JP", "ＭＳ Ｐゴシック", serif;
  padding-left: 1em;
}
.line_up .f_box .text_box h4.side_bar span {
  color: #464f71;
  font-family: "helvetica-neue-lt-pro";
  font-weight: 200;
}
.line_up .f_box .text_box h4.side_bar::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 88%;
  background: #16224c;
  inset: 0 0 0 0;
  margin: auto auto auto 0;
}
.line_up .f_box .text_box p {
  line-height: 2.25em;
}
.line_up .f_box .text_box p span {
  color: #464f71;
}
.line_up .f_box + .f_box {
  padding-top: 5%;
  border-top: #747b95 solid 1px;
}
@media screen and (max-width: 767px) {
  .line_up .f_box p:has(img), .line_up .f_box .text_box {
    width: 100%;
  }
  .line_up .f_box .text_box {
    margin-top: 5%;
  }
  .line_up .f_box .text_box h4.side_bar + p {
    margin-top: 1em;
  }
  .line_up .f_box + .f_box {
    padding-top: 8%;
    margin-top: 8%;
  }
}
/*# sourceMappingURL=common.css.map */