@charset "UTF-8";
/* -------------------------------------------------------------------------
	Web font
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
/*=== GOOGLE FONTS ===*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
/*

element color

*/
.color_red {
  color: #c81620;
}
.color_accent {
  color: #8a2026;
}
.color_main {
  color: #0e357f;
}
.color_gray {
  color: #aaa;
}
.color_text {
  color: #333 !important;
}

.bg_color_gray_dark {
  background: #dedede !important;
}



:root {
  /*=== Colors ===*/
  --body-color__000: #ffffff;
  --body-color__001: #fefbea;
  --body-color__002: #ebfafc;
  --body-color__003: #fcebf9;
  --body-color__004: #ffffff94;
  --body-color__005: #b9d07e;
  --body-color__006: #fbb42c;
  --body-color__007: #f4f4f4;

  --part-color__000: #d95e59;
  --part-color__001: #7c492a;
  --part-color__002: #e4a096;
  --part-color__003: #90cad2;
  --part-color__004: #ffeb3b;
  --part-color__005: #f5dacc;
  --part-color__006: #a4b882;
  --part-color__007: #29abe2;
  --part-color__008: #000000;
  --part-color__009: #acd4da;
  --part-color__010: #90cad2;
  --part-color__011: #754c24;
  --part-color__012: #e6e6e6;
  --part-color__013: #666666;
  --part-color__014: #d8f6fa52;
  --part-color__015: #a7cfc7;
  --part-color__016: #7F292A;

  --text-color__000: #000000;
  --text-color__001: #333333;
  --text-color__002: #d95e51;
  --text-color__003: #603813;
  --text-color__004: #030000;
  --text-color__005: #ffffff;
  --text-color__006: #d95e59;
  --text-color__007: #12212d;
  --text-color__008: #384755;
  --text-color__009: #1e1e1e;
  --text-color__010: #071A38;

  /*=== Font and typography ===*/
  --body-font: "Inter", sans-serif;
  --body-font__zen-maru-gothic: "Zen Maru Gothic", serif;
  --body-font__noto-sans-japanese: 'Noto Sans JP', sans-serif;
  --body-font__m-plus-1: 'M PLUS 1', sans-serif;
  --body-font__open-sans: 'Open Sans', sans-serif;
  --body-font__raleway: 'Raleway', sans-serif;
  --body-font__sawarabi-mincho-regular: "Sawarabi Mincho", serif;

  /*= Font size =*/
  --font-size-8:0.5rem;
  --font-size-8h:0.53125rem;
  --font-size-9:0.5625rem;
  --font-size-10:0.625rem;
  --font-size-11:0.6875rem;
  --font-size-12:0.75rem;
  --font-size-13:0.8125rem;
  --font-size-14:0.875rem;
  --font-size-15:0.9375rem;
  --font-size-16:1rem;
  --font-size-17:1.0625rem;
  --font-size-18:1.125rem;
  --font-size-19:1.1875rem;
  --font-size-20:1.25rem;
  --font-size-21:1.3125rem;
  --font-size-22:1.375rem;
  --font-size-23:1.4375rem;
  --font-size-24:1.5rem;
  --font-size-25:1.5625em;
  --font-size-26:1.625rem;
  --font-size-27:1.6875rem;
  --font-size-28:1.75rem;
  --font-size-29:1.8125rem;
  --font-size-30:1.875rem;
  --font-size-31:1.9375rem;
  --font-size-32:2rem;
  --font-size-33:2.0625rem;
  --font-size-34:2.125rem;
  --font-size-35:2.1875rem;
  --font-size-36:2.25rem;
  --font-size-37:2.3125rem;
  --font-size-38:2.375rem;
  --font-size-39:2.4375rem;
  --font-size-40:2.5rem;
  --font-size-42:2.625rem;
  --font-size-44:2.75rem;
  --font-size-46:2.875rem;
  --font-size-48:3rem;
  --font-size-50:3.125rem;
  --font-size-52:3.25rem;
  --font-size-54:3.375rem;
  --font-size-56:3.5rem;
  --font-size-76:4.75rem;
  --font-size-96:6rem;

  /*=== z index ===*/
  --z-001: 1;
  --z-002: 2;
  --z-003: 3;
  --z-004: 4;
  --z-005: 5;
  --z-006: 6;
  --z-tooltip: 10;
  --z-fixed: 100;
  --z-modal: 1000;
}
/*

base font size

*/
.font.defalut {
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
}
.font.bold {
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
}
.font.color_main {
  color: #0e357f;
}
.font.color_accent {
  color: #8a2026;
}
.font.left {
  text-align: left;
}
.font.right {
  text-align: right;
}
.font.center {
  text-align: center;
}
.font.mini {
  font-size: 14px;
}
.font.annotation {
  font-size: 10px;
  vertical-align: text-top;
}
.font.large {
  font-size: 18px;
}

.swiper-container {
  max-width: 1160px;
  margin: 0 auto 54px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
@media all and (max-width: 679px) {
  .swiper-container {
    max-width: none;
    width: 100%;
    padding: 0 20px 0;
    margin-bottom: 36px;
    box-sizing: border-box;
  }
}

.cards.swiper-container, .cards-autoplay.swiper-container, .cards_full.swiper-container, .cards04.swiper-container {
  max-width: initial;
  width: 99vw;
  margin: 0 calc(50% - 50vw) 54px;
  position: relative;
}
.cards.swiper-container::before, .cards.swiper-container::after, .cards-autoplay.swiper-container::before, .cards-autoplay.swiper-container::after, .cards_full.swiper-container::before, .cards_full.swiper-container::after, .cards04.swiper-container::before, .cards04.swiper-container::after {
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
}
.cards.swiper-container::before, .cards-autoplay.swiper-container::before, .cards_full.swiper-container::before, .cards04.swiper-container::before {
  left: 0;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0));
}
.cards.swiper-container::after, .cards-autoplay.swiper-container::after, .cards_full.swiper-container::after, .cards04.swiper-container::after {
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 30%);
}
@media all and (max-width: 679px) {
  .cards.swiper-container, .cards-autoplay.swiper-container, .cards_full.swiper-container, .cards04.swiper-container {
    max-width: none;
    width: 100%;
    margin: 0 auto 36px;
  }
  .cards.swiper-container::before, .cards.swiper-container::after, .cards-autoplay.swiper-container::before, .cards-autoplay.swiper-container::after, .cards_full.swiper-container::before, .cards_full.swiper-container::after, .cards04.swiper-container::before, .cards04.swiper-container::after {
    content: none;
  }
}
.section.bg_gray .cards.swiper-container::before, .section.bg_gray .cards-autoplay.swiper-container::before, .section.bg_gray .cards_full.swiper-container::before, .section.bg_gray .cards04.swiper-container::before {
  left: 0;
  background-image: linear-gradient(90deg, rgb(241, 241, 241) 70%, rgba(241, 241, 241, 0));
}
.section.bg_gray .cards.swiper-container::after, .section.bg_gray .cards-autoplay.swiper-container::after, .section.bg_gray .cards_full.swiper-container::after, .section.bg_gray .cards04.swiper-container::after {
  right: 0;
  background-image: linear-gradient(90deg, rgba(241, 241, 241, 0), rgb(241, 241, 241) 30%);
}
.cards-autoplay .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper_width-all .section_inner {
  padding: 0;
}
.swiper_width-all .button {
  margin: 0 16px;
}
@media all and (max-width: 679px) {
  .swiper_width-all.text_margin .section_title {
    width: calc(100% - 32px);
    box-sizing: border-box;
    margin: 0 auto;
  }
  .swiper_width-all.text_margin .section_text, .swiper_width-all.text_margin .rich_text p, .rich_text .swiper_width-all.text_margin p {
    width: calc(100% - 32px);
    box-sizing: border-box;
  }
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-inner {
  position: relative;
  overflow-y: visible;
  max-width: 1160px;
  margin: 40px auto 0;
}
@media all and (max-width: 679px) {
  .swiper-container-inner {
    margin: 32px auto 0;
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.thumbnail_slider_main {
  margin-bottom: 16px;
}
.thumbnail_slider .swiper-slide {
  margin-right: 0;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  margin-right: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 679px) {
  .swiper-slide {
    margin-right: 0;
  }
}
.swiper-slide .section_sub_title {
  margin-top: 32px;
}
.swiper-pagination, .swiper-pagination-full {
  margin-top: 40px;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #707070;
  box-sizing: border-box;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  opacity: 1;
  border: solid 1px #707070;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover {
  border-color: #0e357f;
  background: #0e357f;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  border-color: #0e357f;
  background: #0e357f;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* Base */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, .modal-inner-btn, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

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

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 81.25%/1.231 arial, sans-serif;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial, sans-serif;
}

/*

プロジェクトにおける基本的なスタイル
（ページ全体の背景や、基本的なタイポグラフィ）

*/
body {
  font-family: "Hiragino UD Sans W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  line-break: strict;
  position: relative;
  color: #333;
}

main {
  margin-top: 110px;
  position: relative;
  margin-bottom: 96px;
}
@media all and (max-width: 679px) {
  main {
    margin-top: 54px;
    margin-bottom: 56px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 679px) {
  img {
    margin: 0 auto;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media all and (max-width: 679px) {
  a:hover {
    text-decoration: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
}

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border-radius: 0;
}

/* -------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------- */
/*

body

*/
.site_footer.top {
  margin-top: 96px;
}
@media all and (max-width: 679px) {
  .site_footer.top {
    margin-top: 56px;
  }
}
.site_footer.top .site_footer_bottom {
  margin-top: 0;
}
.site_footer_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 20px 0;
}
@media all and (max-width: 1199px) {
  .site_footer_inner {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 679px) {
  .site_footer_inner {
    width: 100%;
  }
}
.site_footer_copyright {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 85%;
}
.site_footer .section.bg_gray {
  padding: 64px 0;
}
.site_footer .section.bg_gray + .section .section_title {
  margin-top: 64px;
}
@media all and (max-width: 679px) {
  .site_footer .section.bg_gray {
    padding: 40px 0;
  }
  .site_footer .section.bg_gray + .section .section_title {
    margin-top: 40px;
  }
}
.site_footer .section.section {
  margin-top: 0;
}
.site_footer_bottom {
  background-color: #001537;
  margin-top: 72px;
}
@media all and (max-width: 679px) {
  .site_footer_bottom {
    margin-top: 40px;
  }
}
.site_footer_bottom_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media all and (max-width: 679px) {
  .site_footer_bottom_inner {
    width: 100%;
  }
}
.site_footer_bottom_container {
  position: relative;
  overflow: hidden;
}
.site_footer_bottom_brand {
  display: flex;
  align-items: center;
}
.site_footer_bottom_brand_text {
  color: #fff; /* 必要に応じて色を調整してください */
  margin-left: 20px; /* 画像とテキストの間にスペースを追加 */
}
.site_footer_bottom_brand_anchor {
  display: block;
  width: 305px;
}
.site_footer_bottom_sitemap_list {
  display: flex;
  justify-content: flex-end;
}
.site_footer_bottom_sitemap_item:not(:first-child) {
  padding-left: 10px;
  margin-left: 8px;
  position: relative;
}
.site_footer_bottom_sitemap_anchor {
  color: #fff;
  font-size: 12px;
}
.site_footer_bottom_sitemap_anchor .icon--external {
  right: 0;
  font-size: 12px;
  position: static;
  margin-left: 8px;
}
.site_footer_bottom_copyright {
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 15px;
}

@media all and (max-width: 679px) {
  .site_footer {
    margin-right: 0;
    margin-bottom: 0;
  }
  .site_footer_bottom {
    background: none;
  }
  .site_footer_bottom_inner {
    width: 100%;
    background-color: #001537;
    padding: 0;
  }
  .site_footer_bottom_container {
    padding: 0;
  }
  .site_footer_bottom_brand {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px 15px 34px;
  }
  .site_footer_bottom_brand_text {
    text-align: left;
  }
  .site_footer_bottom_brand_anchor {
    width: 242px;
    margin: 0 auto;
  }
  .site_footer_bottom_sitemap_list:after {
    content: "";
    display: table;
    height: 1px;
    clear: both;
  }
  .site_footer_bottom_sitemap_item {
    display: inline;
    margin-top: 15px;
    line-height: 1;
    float: left;
  }
  .site_footer_bottom_sitemap_item:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
  }
  .site_footer_bottom_sitemap_item:not(:first-child)::after {
    display: none;
  }
  .site_footer_bottom_sitemap_anchor {
    padding: 0 10px;
    font-size: 12px;
  }
  .site_footer_bottom_copyright {
    background-color: #001537;
    border-top: none;
    color: #ffffff;
    font-size: 10px;
    padding: 4px 15px;
  }
}

.site_footer_links {
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}

.site_footer_bottom_sitemap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  list-style: none;
  padding: 0;
  margin: 10px 0 10px;
}
.site_footer_bottom_sitemap_item {
  margin: 5px 10px;
}
.site_footer_bottom_sitemap_anchor:hover {
  text-decoration: underline;
}
body.no_scroll {
  overflow-y: hidden;
}

@media all and (min-width: 680px) and (max-width: 959px) {
  .site_footer.top {
    margin-top: 56px;
  }
}
@media all and (min-width: 680px) and (max-width: 959px) {
  .site_footer_inner {
    width: 100%;
  }
}
@media all and (min-width: 680px) and (max-width: 959px) {
  .site_footer .section.bg_gray {
    padding: 40px 0;
  }
  .site_footer .section.bg_gray + .section .section_title {
    margin-top: 40px;
  }
}
@media all and (min-width: 680px) and (max-width: 959px) {
  .site_footer_bottom_inner {
    width: 100%;
  }
}

@media all and (min-width: 960px) {
  .site_footer_bottom {
    box-sizing: content-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  .site_footer_bottom_inner {
    max-width: 100%;
  }
}
@media all and (min-width: 680px) and (max-width: 959px) {
  .site_footer {
    margin-right: 0;
    margin-bottom: 0;
  }
  .site_footer_bottom {
    background: none;
  }
  .site_footer_bottom_inner {
    width: 100%;
    background-color: #001537;
    padding: 0;
  }
  .site_footer_bottom_container {
    padding: 0;
  }
  .site_footer_bottom_brand {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px 15px 34px;
  }
  .site_footer_bottom_brand_text {
    text-align: left;
  }
  .site_footer_bottom_brand_anchor {
    width: 242px;
    margin: 0 auto;
  }
  .site_footer_bottom_sitemap_item {
    display: inline;
    margin-top: 15px;
    line-height: 1;
    float: left;
  }
  .site_footer_bottom_sitemap_item:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
  }
  .site_footer_bottom_sitemap_item:not(:first-child)::after {
    display: none;
  }
  .site_footer_bottom_sitemap_anchor {
    padding: 0 10px;
    font-size: 12px;
  }
  .site_footer_bottom_copyright {
    background-color: #ffffff;
    border-top: none;
    color: #333;
    font-size: 10px;
    padding: 4px 15px;
  }
}
body.no_scroll {
  overflow-y: hidden;
}
/*
Object
----------------------------- */
/*

背景

*/
.bg_white {
  background: #fff;
}
.bg_white.hidden {
  overflow: hidden;
  margin-top: 0;
  position: relative;
  z-index: 0;
}
/*

ボタンパーツ

*/
.button {
  text-align: center;
  margin-top: 48px;
}
.button + .button {
  margin-top: 16px;
}
@media all and (max-width: 679px) {
  .button {
    margin-top: 32px;
  }
}
.button_icon_arrow{
  font-size: 8px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) scale(0.9, 0.9);
  transform-origin: center right;
}
.button_link, .button_toggle {
  width: 360px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #0e357f;
  border: solid 1px #0e357f;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 45px 24px 13px;
  max-height: 76px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 5;
  line-height: 1.5;
}
@media all and (max-width: 679px) {
  .button_link, .button_toggle {
    width: 100%;
    padding: 15px 48px 15px 20px;
  }
}
.button_link:before, .button_toggle:before, .button_link:after, .button_toggle:after {
  content: "";
  display: block;
  height: 100%;
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
.button_link:before, .button_toggle:before {
  z-index: -10;
}
.button_link:after, .button_toggle:after {
  z-index: -5;
  transform: skewX(-20deg);
  left: -120%;
  transition: 0.5s ease left;
}
.button_link:hover, .button_toggle:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.button_link:hover:after, .button_toggle:hover:after {
  transition: 0.5s ease left;
  left: -5%;
}
@media all and (max-width: 679px) {
  .button_link:hover, .button_toggle:hover {
    color: #0e357f;
  }
  .button_link:hover:after, .button_toggle:hover:after {
    display: none;
  }
}
.button_link.bg_white:before, .bg_white.button_toggle:before {
  background: #fff;
}
.button_link.bg_white:after, .bg_white.button_toggle:after {
  background: #0e357f;
}
/*

カード(画像＋テキスト)のリストパーツ

*/
.cards.top {
  width: calc(100% - 48px);
  margin: 24px auto 0;
}
.cards.top li {
  width: 450px;
  flex: 1;
  overflow: hidden;
}
.cards.top li:not(:last-child) {
  margin-right: 24px;
}
.cards.top p {
  color: #fff;
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.headline {
  width: 40px;
  height: 6px;
  background-color: white;
  display: inline-block;
  margin-right: 20px; /* 「業務内容」との空白を設定 */
}
@media all and (max-width: 679px) {
  .cards.top {
    margin-top: 16px;
    width: calc(100vw - 32px);
  }
  .cards.top li {
    width: 100%;
  }
  .cards.top li:not(:first-child) {
    margin-top: 16px;
  }
  .cards.top p {
    height: 54px;
    font-size: 16px;
  }
  .cards.top .cards_list {
    flex-direction: column;
  }
}
.cards_list {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
.cards_list > li {
  width: 360px;
  display: block;
}
@media all and (max-width: 679px) {
  .cards_list > li {
    display: block;
  }
}
.cards_list > li > a {
  color: #333;
  display: block;
}
.cards_list > li > a[target=_blank] .cards_list_title::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/assets/img/ico_blank.svg) no-repeat right center/contain;
  display: inline-block;
}
.cards_list img {
  width: 100%;
}
.cards_list_title {
  margin: 24px 0 16px;
  font-size: 18px;
  font-family: var(--body-font__open-sans);
  font-weight: 600;
}
.cards_list_title:last-child {
  margin-bottom: 0;
}
.cards_list_title_movie:before {
  content: "MOVIE";
  color: #fff;
  background: #0e357f;
  font-size: 10px;
  padding: 5px 12px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.cards_list_link {
  position: relative;
  overflow: hidden;
}
.cards_list_link:before, .cards_list_link:after {
  content: "";
  display: block;
  height: 100%;
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
.cards_list_link:before {
  z-index: -10;
}
.cards_list_link:after {
  z-index: -5;
  transform: skewX(-16deg);
  left: -120%;
  transition: 0.5s ease left;
}
.cards_list_link.main:before {
  background: #0e357f;
}
.cards_list_link.main:after {
  background: #0085e2;
}
.cards_list_link:hover {
  text-decoration: none;
}
.cards_list_link:hover:after {
  transition: 0.5s ease left;
  left: 0;
}
@media all and (max-width: 679px) {
  .cards_list_link:hover:after {
    left: -120%;
  }
}
/*

お知らせ

*/
.information.top {
  display: flex;
}
.information.top .information_title {
  width: 150px;
  background: #c81620;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information.top .information_description {
  width: calc(100% - 150px);
  background: #f1f1f1;
  padding: 16px 21px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  box-sizing: border-box;
  margin-left: 0;
}
.information.top .information_description a {
  text-decoration: underline;
}
.information.top .information_description a:hover {
  text-decoration: none;
}
.information.top .information_description p + p {
  margin-top: 8px;
}
@media all and (max-width: 679px) {
  .information.top {
    flex-direction: column;
  }
  .information.top .information_title {
    width: 100%;
    height: 36px;
  }
  .information.top .information_description {
    width: 100%;
    padding: 12px 16px;
  }
}
.information {
  display: flex;
}
.information dl {
  display: flex;
}
@media all and (max-width: 679px) {
  .information dl {
    flex-direction: column;
  }
}
@media all and (max-width: 679px) {
  .information_item {
    padding: 0 15px;
  }
}
.information_item:nth-child(odd) {
  background: #f1f1f1;
}
.information_list {
  display: flex;
  flex-direction: column;
}
.information_text {
  width: 1160px;
  margin: 0 auto;
  line-height: 1.8;
}
@media all and (max-width: 679px) {
  .information_text {
    width: 100%;
  }
}
.information_text a {
  padding: 16px 0;
  display: inline-block;
  font-size: 16px;
}
.information_text a:hover {
  text-decoration: none;
}
.information_text a:hover .information_description {
  text-decoration: none;
}
.information_description {
  margin-left: 24px;
  color: #0e357f;
  font-family: var(--body-font__sawarabi-mincho-regular);
  font-weight: 600;
}
@media all and (max-width: 679px) {
  .information_description {
    margin-left: 0;
  }
}
.information.information_border {
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #ddd;
}
@media all and (max-width: 679px) {
  .information.information_border {
    flex-direction: column;
  }
}
.information.information_border dt, .information.information_border dd {
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.information.information_border dt {
  width: 170px;
  padding: 24px 24px 24px 0;
}
@media all and (max-width: 679px) {
  .information.information_border dt {
    width: 100%;
    padding: 16px 0 0;
    border-bottom: none;
  }
}
.information.information_border dd {
  width: calc(100% - 170px);
}
@media all and (max-width: 679px) {
  .information.information_border dd {
    width: 100%;
    padding: 0 0 16px;
  }
}
.section {
  margin-top: 96px;
}
.section_border {
  border-top: solid 1px #ddd;
}
.section.footer_margin {
  margin-bottom: 96px;
}
@media all and (max-width: 679px) {
  .section.footer_margin {
    margin-bottom: 56px;
  }
}
@media all and (max-width: 679px) {
  .section.sp_margin_none .button {
    margin: 32px 16px 0;
  }
}
.section_title {
  margin: 96px 0 48px;
  font-family: "HonMinSink-M", serif;
  line-height: 1.3;
  font-size: 34px;
  border-bottom: solid 1px #0e357f;
  padding-bottom: 16px;
  position: relative;
}
.section_title:after {
  content: "";
  width: 100px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: -2px;
  background: #0e357f;
  transform: skewX(-20deg);
}
@media all and (max-width: 679px) {
  .section_title {
    margin: 56px 0 32px;
    font-size: 22px;
  }
  .section_title + .section_sub_title {
    margin-top: 32px;
  }
}
.section_title.major {
  font-size: 32px;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
.section_title.major:after {
  display: none;
}
@media all and (max-width: 679px) {
  .section_title.major {
    font-size: 22px;
  }
}
.section_title.major.en {
  font-family: "Crimson Text", serif;
  font-weight: 500;
}
.section_title.border_title {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 32px 0;
  margin: 8px 0 48px;
}
.section_title.border_title::after {
  display: none;
}
.section_title.border_title.center {
  text-align: center;
}
@media all and (max-width: 679px) {
  .section_title.border_title {
    margin: 0 0 8px;
  }
}
.section_title.detail_title {
  font-size: 34px;
  border-bottom: none;
  padding-bottom: 0;
  margin: 16px 0 48px;
}
@media all and (max-width: 679px) {
  .section_title.detail_title {
    font-size: 22px;
  }
}
.section_title.detail_title:after {
  display: none;
}
.section_title .annotation {
  font-size: 24px;
}
@media all and (max-width: 679px) {
  .section_title .annotation {
    display: block;
    font-size: 16px;
    margin-top: 8px;
  }
}
@media all and (max-width: 679px) {
  .section {
    margin-top: 56px;
    margin-bottom: 30px;
  }
}
.select {
  margin-top: 32px;
}
.select .select_nav {
  display: none;
}
@media all and (max-width: 679px) {
  .select .tab_nav {
    display: none;
  }
  .select .select_nav {
    display: block;
  }
}
/* 

NAV 

*/
header {
  z-index: var(--z-fixed);
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--body-color__000);
  position: relative;
}
.logo-group {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.logo-first img {
  width: 330px;
  height: auto;
}
.logo-last {
  position: absolute;
  left: 200px;
  top: 20px;
}
.logo-last img {
  width: 86px;
  height: auto;
}
.menu.navbar {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: start;
  padding-top: 40px;
}
.menu-list {
  display: inline-block;
  color: var(--text-color__000);
  font-size: var(--font-size-14);
  font-family: var(--body-font__zen-maru-gothic);
  font-style: normal;
  padding: 0 10px;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.contact-box {
  display: none; /* 追加: 999px以下で表示しないように */
}
.contact-button {
  background-color: var(--part-color__016);
  color: var(--text-color__005);
  font-size: var(--font-size-12);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 140px;
  height: 45px;
}
.contact-button-blue {
  background-color: #0e357f;
  color: #ffffff;
  font-size: var(--font-size-12);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 154px;
  height: 45px;
}
.contact-stamp_001 {
  margin-right: 12px;
  vertical-align: middle;
  width: 22px;
  height: auto;
}
.contact-stamp_002 {
  margin-right: 12px;
  vertical-align: middle;
  width: 14px;
  height: auto;
}
header .logo:hover,
.menu > ul > li > a:hover {
  opacity: 0.5;
}
.menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  padding-left: 40px;
}
.menu li a:hover::after {
  width: 100%;
}
.menu li a:hover::after {
  display: none;
}
.open-menu, .close-menu {
  position: absolute;
  color: var(--text-color__000);
  cursor: pointer;
  font-size: var(--font-size-44);
  display: none;
  z-index: 110; /* 追加 */
}
.open-menu {
  top: 26%;
  right: 0px;
  width: 74px;
  transform: translateY(-50%);
  background-color: #0e357f;
  color: var(--text-color__005);
  text-align: center;
}
.close-menu {
  top: 20px;
  right: 20px;
}
.menu li {
  position: relative;
}
.menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 30%;
  background-color: var(--body-color__000);
  width: max-content;
  padding: 0;
  list-style: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: var(--z-fixed);
}
.menu li:hover ul {
  display: block;
}
.menu li a.active::after {
  width: 0%;
}
.menu li a:not(.active):hover::after {
  width: 100%;
}
#check {
  display: none;
}
@media (max-width: 379px) {
  .logo-group {
    padding: 12px 12px;
  }
  .logo-first {
    height: 30px;
    width: 160px;
    margin-right: 11px;
  }
  .logo-last {
    height: 32px;
    width: 50px;
    left: 88px;
    top: 14px;
  }
  .open-menu {
    top: 50%;
    width: 75px;
    height: 54px;
  }
}
@media (min-width: 380px) and (max-width: 499px) {
  .logo-group {
    padding: 12px 12px;
  }
  .logo-first {
    height: 30px;
    width: 160px;
    margin-right: 11px;
  }
  .logo-last {
    height: 32px;
    width: 50px;
    left: 88px;
    top: 14px;
  }
  .open-menu {
    top: 50%;
    width: 75px;
    height: 54px;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .logo-group {
    padding: 4px 12px;
    margin-bottom: 16px;
  }
  .logo-first {
    height: 30px;
    width: 180px;
    margin-right: 11px;
  }
  .logo-last {
    height: 32px;
    width: 54px;
    left: 100px;
    top: 8px;
  }
  .open-menu {
    top: 50%;
    width: 75px;
    height: 54px;
  }
}
@media (max-width: 999px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: var(--body-color__000);
    transition: all 0.2s ease-in-out;
  }
  .menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu li {
    margin-top: 40px;
    text-align: center;
  }
  .menu li a {
    padding: 0px;
  }
  .open-menu, .close-menu {
    display: block;
  }
  #check:checked ~ .menu {
    right: 0;
  }
  #check:checked ~ .open-menu {
    display: none;
  }
  #check:not(:checked) ~ .close-menu {
    display: none;
  }
  #check:checked ~ .close-menu {
    display: block;
  }
  .menu li ul {
    display: block;
  }
  .menu > ul > li > ul {
    padding-top: 0;
  }
  .menu ul {
    display: block;
  }
  .menu li ul {
    box-shadow: none;
    left: 0;
  }
  .menu li ul li {
    margin: 0;
    padding: 4px 0;
  }
  .menu {
    margin-bottom: 130px;
  }
  .menu {
    margin-left: 80px;
    display: none;
  }
  #check:checked ~ .menu {
    display: block;
  }
  .menu li a,
  .close-menu {
    color: var(--text-color__000);
  }
  .close-menu {
    color: #0e357f;
  }
  .menu li a:hover {
    background-color: initial;
  }
  .menu li a.active {
    text-decoration: none;
  }
  .menu li a.contact-button {
    width: 130px;
    margin: 0 auto;
    padding: 16px 10px;
    color: var(--text-color__005);
    border-radius: 10px;
  }
  .menu li a.contact-button:hover {
    color: var(--text-color__005);
    background-color: #7f292a;
  }
}
@media (min-width: 1000px) {
  .menu {
    justify-content: space-between;
  }
  .contact-menu-item {
    position: absolute !important;
    top: 0;
    right: 0;
    padding-right: 0;
  }
  .contact-menu-item .contact-button {
    margin: 0;
  }
  .contact-first {
    right: 140px; /* 最初のボタンの位置 */
  }
  
  .contact-second {
    right: 0; /* 二つ目のボタンの位置 */
  }
}
/*

top page

*/
.main_visual {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.main_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_visual_text {
  position: absolute;
  top: 34%;
  left: 48%;
  transform: translate(-50%, -50%);
  color: var(--text-color__010);
  font-size: var(--font-size-56);
  font-weight: 600;
  text-align: left;
}
.title_background {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 100px), calc(100% - 30px) 100%, 0 100%, 0 100px);
  display: inline-block;
  white-space: nowrap;
  margin: 10px;
  font-family: var(--body-font__sawarabi-mincho-regular);
  font-style: italic;
}
.main_visual_text p {
  font-size: 1.2em;
}
@media (max-width: 379px) {
  .main_visual {
    height: 250px;
  }
  .main_visual_text {
    font-size: var(--font-size-18);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 10px 26px 10px 30px;
  }
}
@media (min-width: 380px) and (max-width: 499px) {
  .main_visual {
    height: 300px;
  }
  .main_visual_text {
    font-size: var(--font-size-22);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 12px 30px 12px 34px;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .main_visual {
    height: 400px;
  }
  .main_visual_text {
    font-size: var(--font-size-30);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 12px 30px 12px 34px;
  }
}
@media (min-width: 600px) and (max-width: 699px) {
  .main_visual {
    height: 500px;
  }
  .main_visual_text {
    font-size: var(--font-size-36);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 12px 30px 12px 34px;
  }
}
@media (min-width: 700px) and (max-width: 799px) {
  .main_visual {
    height: 500px;
  }
  .main_visual_text {
    font-size: var(--font-size-42);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 12px 30px 12px 34px;
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  .main_visual {
    height: 530px;
  }
  .main_visual_text {
    font-size: var(--font-size-48);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 16px 32px 16px 36px;
  }
}
@media (min-width: 900px) and (max-width: 999px) {
  .main_visual {
    height: 530px;
  }
  .main_visual_text {
    font-size: var(--font-size-54);
    top: 40%;
    left: 50%;
  }
  .title_background {
    padding: 18px 36px 18px 38px;
  }
}

/*
top_feature===========*/
body.top .top_main_copy_text {
  display: none;
  font-family: "HonMinSink-M", serif;
}
body.top .top_section {
  margin: 72px auto;
}
@media all and (max-width: 959px) {
  body.top .top_section {
    margin: 55px auto;
  }
}
@media all and (max-width: 679px) {
  body.top .top_section {
    margin: 40px auto;
  }
  body.top .top_section.sp_margin_none .top_section_inner {
    margin: 0;
    padding: 0;
  }
  body.top .top_section.sp_margin_none .top_section_inner .button {
    margin: 0 16px;
  }
}
body.top .top_section_inner {
  width: 1160px;
  margin: 0 auto;
}
body.top .top_section_inner.slick {
  width: 1200px;
}
body.top .top_section_inner.slick .slick-slide_cards {
  left: 0;
}
@media all and (max-width: 1199px) {
  body.top .top_section_inner {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 679px) {
  body.top .top_section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.top .top_section_inner.slick {
    width: 100%;
  }
}
body.top .top_main_image {
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: -5;
}
@media all and (max-width: 679px) {
  body.top .top_main_image {
    height: 68vh;
  }
}
body.top .top_main_image_bg img {
  position: absolute;
  top: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 679px) {
  body.top .top_main_image_bg img {
    width: 100%;
    height: 100%;
  }
}

body.top .top_content {
  position: relative;
}
body.top .top_kv_scroll {
  position: absolute;
  right: 20px;
  top: calc(100vh - 230px);
  -webkit-animation: scroll_Ignition 1s ease-in-out 25s;
  -moz-animation: scroll_Ignition 1s ease-in-out 25s;
  animation: scroll_Ignition 1s ease-in-out 25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes scroll_Ignition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes scroll_Ignition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll_Ignition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.top .section_title + .top_feature {
  margin-top: 50px;
}
@media all and (max-width: 679px) {
  body.top .section_title + .top_feature {
    margin-top: 32px;
  }
}
body.top .top_feature {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin: 0;
}
@media all and (max-width: 679px) {
  body.top .top_feature {
    height: 560px;
    margin: 0;
  }
}
body.top .top_feature:before {
  content: "";
  position: absolute;
  top: 0;
  background: #15377A;
  width: 67vw;
  height: 100%;
  transform: skewX(-20deg);
}
@media all and (max-width: 679px) {
  body.top .top_feature:before {
    width: 45vw;
  }
}
body.top .top_feature:after {
  content: "";
  position: absolute;
  top: 0;
  background: #15377A;
  width: 45vw;
  height: 100%;
  transform: skewX(-20deg);
  display: none;
}
@media all and (max-width: 679px) {
  body.top .top_feature:after {
    display: block;
  }
}
body.top .top_feature_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
body.top .top_feature_image.top_feature_01 {
  background: url("./img/top_feature_01.png") no-repeat center/cover;
}
@media all and (max-width: 679px) {
  body.top .top_feature_image.top_feature_01 {
    background: url("./img/top_feature_01.png") no-repeat center/cover;
  }
}
body.top .top_feature_image.top_feature_02 {
  background: url("./img/top_feature_02.png") no-repeat center/cover;
}
@media all and (max-width: 679px) {
  body.top .top_feature_image.top_feature_02 {
    background: url("./img/top_feature_02.png") no-repeat center/cover;
  }
}
body.top .top_feature_triangle-left:before {
  left: -50%;
}
body.top .top_feature_triangle-left:after {
  right: -50%;
}
body.top .top_feature_triangle-right:before {
  right: -50%;
}
body.top .top_feature_triangle-right:after {
  left: -50%;
}
body.top .top_feature_item {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
body.top .top_feature_item_left {
  left: 75px;
  bottom: 66px;
  align-items: flex-start;
  text-align: left;
}
body.top .top_feature_item_right {
  right: 75px;
  bottom: 66px;
  align-items: flex-end;
  text-align: left;
}
@media all and (max-width: 679px) {
  body.top .top_feature_item_left {
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
  }
  body.top .top_feature_item_right {
    right: auto;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
  }
}
body.top .top_feature_title {
  font-size: 80px;
  margin-top: 16px;
  line-height: 1.25;
  font-family: var(--body-font__sawarabi-mincho-regular);
  font-style: italic;
}
@media all and (max-width: 679px) {
  body.top .top_feature_title {
    font-size: 30px;
  }
}
@media (min-width: 680px) and (max-width: 770px) {
  body.top .top_feature_title {
      font-size: 70px;
  }
}
body.top .top_feature_text {
  font-size: 100px;
  margin-top: 16px;
  line-height: 1.5;
  font-family: var(--body-font__sawarabi-mincho-regular);
  font-style: italic;
  color: #ffffff96;
}
@media all and (max-width: 679px) {
  body.top .top_feature_text {
    font-size: 16px;
  }
}
@media (min-width: 680px) and (max-width: 770px) {
  body.top .top_feature_text {
    font-size: 80px;
  }
}
body.top .top_feature .button {
  margin-top: 32px;
  text-align: left;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 679px) {
  body.top .top_feature .button {
    margin-top: 24px;
  }
}
.cards.top .cards_list li {
  opacity: 0;
  transform: translateY(40px);
}
@media all and (max-width: 679px) {
  .cards.top .cards_list li:first-child {
    opacity: 1;
    transform: translateY(0);
    transition: none;
  }
}
.cards.top.js_ignition .cards_list li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.cards.top.js_ignition .cards_list li:nth-child(2) {
  transition-delay: 0.25s;
}
.cards.top.js_ignition .cards_list li:nth-child(3) {
  transition-delay: 0.5s;
}
.top_section .information {
  opacity: 0;
  transform: translateY(40px);
}
.top_section.js_ignition .information {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.top_scroll_all {
  opacity: 0;
  transform: translateY(40px);
}
.top_scroll_all.js_ignition {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
body.top .top_feature::before {
  width: calc(120vw + 100px);
}
@media all and (max-width: 679px) {
  body.top .top_feature::before {
    width: calc(120vw + 200px);
  }
}
body.top .top_feature .top_feature_image {
  opacity: 0;
}
body.top .top_feature.js_ignition .top_feature_image {
  opacity: 1;
  transition: 0.25s opacity ease;
  transition-delay: 1.25s;
}
body.top .top_feature.top_feature_triangle-left .top_feature_item {
  opacity: 0;
  transform: translateX(35px);
}
body.top .top_feature.top_feature_triangle-left.js_ignition .top_feature_item {
  opacity: 1;
  transform: translateX(0);
  transition: 1s opacity ease, 1s transform ease;
  transition-delay: 0.75s;
}
body.top .top_feature.top_feature_triangle-right .top_feature_item {
  opacity: 0;
  transform: translateX(-35px);
}
@media all and (max-width: 679px) {
  body.top .top_feature.top_feature_triangle-right .top_feature_item {
    transform: translateX(35px);
  }
}
body.top .top_feature.top_feature_triangle-right.js_ignition .top_feature_item {
  opacity: 1;
  transform: translateX(0);
  transition: 1s opacity ease, 1s transform ease;
  transition-delay: 0.75s;
}

body.top .top_feature_triangle-left::before {
  left: 110vw;
}
@media all and (max-width: 679px) {
  body.top .top_feature_triangle-left::after {
    opacity: 0;
  }
}
body.top .top_feature_triangle-left.js_ignition::before {
  -webkit-animation: topFeatureLeft 2s ease 0s;
  -moz-animation: topFeatureLeft 2s ease 0s;
  animation: topFeatureLeft 2s ease 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes topFeatureLeft {
  0% {
    left: 110vw;
  }
  30% {
    left: -15vw;
  }
  70% {
    left: -15vw;
  }
  100% {
    left: -105vw;
  }
}
@-moz-keyframes topFeatureLeft {
  0% {
    left: 110vw;
  }
  30% {
    left: -15vw;
  }
  70% {
    left: -15vw;
  }
  100% {
    left: -105vw;
  }
}
@keyframes topFeatureLeft {
  0% {
    left: 110vw;
  }
  30% {
    left: -15vw;
  }
  70% {
    left: -15vw;
  }
  100% {
    left: -105vw;
  }
}
@media all and (max-width: 679px) {
  body.top .top_feature_triangle-left.js_ignition::before {
    opacity: 0;
    -webkit-animation: topFeatureLeftSp 2s ease 0s;
    -moz-animation: topFeatureLeftSp 2s ease 0s;
    animation: topFeatureLeftSp 2s ease 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes topFeatureLeftSp {
    0% {
      left: -30vw;
      opacity: 0;
    }
    30% {
      left: -30vw;
      opacity: 1;
    }
    70% {
      left: -30vw;
      opacity: 1;
    }
    100% {
      left: -179vw;
      opacity: 1;
    }
  }
  @-moz-keyframes topFeatureLeftSp {
    0% {
      left: -30vw;
      opacity: 0;
    }
    30% {
      left: -30vw;
      opacity: 1;
    }
    70% {
      left: -30vw;
      opacity: 1;
    }
    100% {
      left: -179vw;
      opacity: 1;
    }
  }
  @keyframes topFeatureLeftSp {
    0% {
      left: -30vw;
      opacity: 0;
    }
    30% {
      left: -30vw;
      opacity: 1;
    }
    70% {
      left: -30vw;
      opacity: 1;
    }
    100% {
      left: -179vw;
      opacity: 1;
    }
  }
  body.top .top_feature_triangle-left.js_ignition::after {
    opacity: 1;
    transition: 0.25s opacity ease;
    transition-delay: 1s;
  }
}

body.top .top_feature_triangle-right::before {
  left: auto;
  right: 110vw;
}
@media all and (max-width: 679px) {
  body.top .top_feature_triangle-right::before {
    opacity: 0;
    right: 10vw;
  }
  body.top .top_feature_triangle-right::after {
    opacity: 0;
    left: auto;
    right: -50%;
  }
}
body.top .top_feature_triangle-right.js_ignition::before {
  -webkit-animation: topFeatureRight 2s ease 0s;
  -moz-animation: topFeatureRight 2s ease 0s;
  animation: topFeatureRight 2s ease 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes topFeatureRight {
  0% {
    right: 110vw;
  }
  30% {
    right: -15vw;
  }
  70% {
    right: -15vw;
  }
  100% {
    right: -105vw;
  }
}
@-moz-keyframes topFeatureRight {
  0% {
    right: 110vw;
  }
  30% {
    right: -15vw;
  }
  70% {
    right: -15vw;
  }
  100% {
    right: -105vw;
  }
}
@keyframes topFeatureRight {
  0% {
    right: 110vw;
  }
  30% {
    right: -15vw;
  }
  70% {
    right: -15vw;
  }
  100% {
    right: -105vw;
  }
}
@media all and (max-width: 679px) {
  body.top .top_feature_triangle-right.js_ignition::before {
    left: -30vw;
    right: auto;
    opacity: 0;
    -webkit-animation: topFeatureLeftSp 2s ease 0s;
    -moz-animation: topFeatureLeftSp 2s ease 0s;
    animation: topFeatureLeftSp 2s ease 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  body.top .top_feature_triangle-right.js_ignition::after {
    opacity: 1;
    transition: 0.25s opacity ease;
    transition-delay: 1s;
  }
}

/*

sub page

*/
.subvisual {
  height: 188px;
  width: auto;
  background-color: #15377A;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}
.subvisual-text {
  display: flex;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
}
.subvisual-text .subvisual_text_ja {
  font-size: 34px; /* テキスト1のフォントサイズ */
  color: #ffffff;   /* テキスト1のカラー */
  margin: 0 6px;
  font-weight: 600;
}
.subvisual-text .subvisual_text_en {
  font-size: 26px; /* テキスト2のフォントサイズ */
  color: #ffffff9e; /* テキスト2のカラー */
  margin: 6px;
  font-family: var(--body-font__sawarabi-mincho-regular);
}
.subvisual-image {
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.subvisual-image img {
  height: 100%;
  max-height: 188px;
}
.subvisual-breadcrumb {
  margin-top: 10px;
  padding: 0 20px;
  color: #000000;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-link {
  color: #000000;
}
.breadcrumb-link:hover {
  color: #333333;
}
@media  (max-width:379px) {
  .subvisual {
    height: 60px;
  }
  .subvisual-image img {
    max-height: 60px;
  }
  .subvisual-text .subvisual_text_ja {
    font-size: 18px;
  }
  .subvisual-text .subvisual_text_en {
    font-size: 16px;
  }
  .subvisual-text {
    top: 60%;
  }
}
@media (min-width: 380px) and (max-width:479px) {
  .subvisual {
    height: 60px;
  }
  .subvisual-image img {
    max-height: 60px;
  }
  .subvisual-text .subvisual_text_ja {
    font-size: 20px;
  }
  .subvisual-text .subvisual_text_en {
    font-size: 18px;
  }
  .subvisual-text {
    top: 60%;
  }
}
@media (min-width: 480px) and (max-width:599px) {
  .subvisual {
    height: 80px;
  }
  .subvisual-image img {
    max-height: 80px;
  }
  .subvisual-text .subvisual_text_ja {
    font-size: 26px;
  }
  .subvisual-text .subvisual_text_en {
    font-size: 20px;
  }
  .subvisual-text {
    top: 60%;
  }
}
@media (min-width: 600px) and (max-width:799px) {
  .subvisual {
    height: 160px;
  }
  .subvisual-image img {
    max-height: 120px;
  }
  .subvisual-text .subvisual_text_ja {
    font-size: 26px;
  }
  .subvisual-text .subvisual_text_en {
    font-size: 20px;
  }
  .subvisual-text {
    top: 66%;
  }
}
@media (min-width: 800px) and (max-width:999px) {
  .subvisual-image img {
    max-height: 150px;
  }
  .subvisual-text {
    top: 62%;
  }
}
/*

Services

*/
#services {
  position: relative;
  margin-top: 50px;
}
.services {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__box {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.services__box .img {
  width: 270px;
  margin-right: 60px;
}
.services__list {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.services__list-title {
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-serif-jp);
  font-weight: 800;
  margin-bottom: 8px;
  padding: 0 16px 0 0;
}
.services__item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 25px;
}
.services__item-label {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-serif-jp);
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: 30px;
}
.services__image {
  width: 130px;
  height: auto;
  margin: 0 10px;
  position: relative;
  z-index: 0;
}
@media (max-width: 379px) {
  #services {
    margin-top: 20px;
  }
  .services__box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .services__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .services__list {
    order: 2;
  }
  .services__image {
    width: 130px;
  }
  .services__list-title {
    font-size: var(--font-size-14);
    margin-top: 8px;
  }
  .services__item-label {
    font-size: var(--font-size-12);
    margin-bottom: 4px;
  }
  .services__item {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 380px) and (max-width: 499px) {
  #services {
    margin-top: 30px;
  }
  .services__box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .services__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .services__list {
    order: 2;
  }
  .services__image {
    width: 150px;
  }
  .services__list-title {
    font-size: var(--font-size-16);
    margin-top: 8px;
  }
  .services__item-label {
    font-size: var(--font-size-14);
  }
  .services__item {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .services__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .services__list {
    order: 2;
  }
  .services__image {
    width: 100px;
  }
  .services__list-title {
    font-size: var(--font-size-18);
    margin-top: 8px;
  }
  .services__item-label {
    font-size: var(--font-size-16);
  }
}
@media (min-width: 600px) and (max-width: 709px) {
  .services__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .services__list {
    order: 2;
  }
  .services__list-title {
    font-size: var(--font-size-18);
    margin-top: 8px;
  }
  .services__item-label {
    font-size: var(--font-size-16);
  }
}
/*
Services Merit=======*/
.services_merit__section {
  background-color: var(--body-color__008);
  overflow: visible;
  position: relative;
  padding: 50px 0;
}
.sm__box .sm__list {
  padding: 20px 10px;
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.sm__box .sm__list .sm__container {
  display: flex;
  align-items: baseline;
}
.sm__container-text {
  color: var(--text-color__000);
  font-size: var(--font-size-16);
  font-family: var(--body-font__noto-sans-japanese);
  font-weight: 800;
  font-style: normal;
  margin: auto 0;
  padding-left: 15px;
  width: 100%;
  line-height: 2.5;
}
.sm__box .sm__list:last-of-type {
  border-bottom: none;
}
.sm__stamp-icon-wrapper {
  background-color: #7F292A;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.sm__stamp-icon {
  width: 56px;
  height: 16px;
}

.sm__container {
  max-width: 840px;
  margin: 10px auto;
}

@media (max-width: 449px) {
  .services_merit__section {
    padding: 10px 0;
  }
  .sm__stamp-icon-wrapper {
    width: 65px;
    height: 18px;
  }
  .sm__stamp-icon {
    width: 34px;
    height: 12px;
  }
  .sm__container-text {
    font-size: var(--font-size-16);
  }
}

@media (min-width: 450px) and (max-width: 599px) {
  .services_merit__section {
    padding: 20px 0;
  }
  .sm__stamp-icon-wrapper {
    width: 75px;
    height: 22.5px;
  }
  .sm__stamp-icon {
    width: 42px;
    height: 12px;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .services_merit__section {
    padding: 20px 0;
  }
  .sm__stamp-icon-wrapper {
    width: 87.5px;
    height: 26.25px;
  }
  .sm__stamp-icon {
    width: 49px;
    height: 14px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .sm__stamp-icon-wrapper {
    width: 93.75px;
    height: 28.125px;
  }
  .sm__stamp-icon {
    width: 52.5px;
    height: 15px;
  }
}

/*

Careers 

*/
.careers {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(750px - 60px);
  padding: 0 20px;
}
.careers__list .careers__item {
  padding: 8px 0;
}
.careers__item-label {
  font-size: var(--font-size-15);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: #15377A;
  font-weight: bold;
  margin-bottom: 8px;
}
.careers__item-value {
  max-width: 650px;
  font-size: var(--font-size-15);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2;
}
.careers__text-box {
  max-width: calc(730px - 60px);
  margin: 40px auto;
  padding: 0 20px;
}
.careers__text {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2.5;
}
.careers__index {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: #15377A;
  text-align: center;
  padding: 10px;
  border-radius: 22px;
  border: 2px solid #3C7EAE;
}
@media screen and (max-width: 560px) {
  .careers__item-value {
    margin-left: 20px;
  }
  .careers__text {
    font-size: var(--font-size-16);
    line-height: 2.0;
  }
}
@media screen and (min-width: 560px) {
  .careers__list .careers__item {
    display: grid;
    grid-template-columns: 2fr 5fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
  }
  .careers__item-label {
    text-align: start;
  }
}
/*
Careers_ Form =========*/
.careers_form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 210px;
  max-width: 720px;
}
.careers_form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #15377A;
}
.careers_form-item-border {
  border-top: 1px solid #15377A;
}
.careers_form-item-label {
  width: 100%;
  max-width: 220px;
  letter-spacing: 0.05em;
  color: #15377A;
  font-weight: bold;
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careers_form-item-label .careers_form__required {
  margin-left: auto;
}
.careers_form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.careers_form-item-input {
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  min-height: 48px;
  flex: 1;
  width: 100%;
  max-width: 460px;
  background: #EAF2F6;
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
}
.careers_form__container {
  display: flex;
  flex-direction: column;
  width: inherit;
  min-height: 48px; /* 最小高さを入力フィールドの高さに合わせる */
}
.careers_form__radio-container {
  flex-direction: row; /* ラジオボタンを横並びに配置 */
  align-items: center; /* ラジオボタンを中央に揃える */
  gap: 20px; /* ラジオボタン間の隙間を設定 */
}
.careers_form-item-textarea {
  border-radius: 6px;
  margin-left: 40px;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  min-height: 216px;
  flex: 1;
  width: 100%;
  max-width: 460px;
  background: #EAF2F6;
  font-size: var(--font-size-14);
}
.careers_form-btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 110px;
  display: block;
  letter-spacing: 0.05em;
  background: #15377A;
  color: var(--text-color__005);
  font-weight: bold;
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: center;
}
.careers_form__required {
  color: var(--text-color__005);
  background: #3C7EAE;
  font-size: var(--font-size-10);
  font-family: var(--body-font__noto-sans-japanese);
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  padding: 5px;
}
.careers_form__required-placeholder {
  visibility: hidden;
  margin-right: 40px;
}
.careers_form-error {
  color: var(--text-color__002);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-size: var(--font-size-16);
  margin-top: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
}
.careers_form-radio {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px; /* カスタムラジオボタンのスペース */
  cursor: pointer;
  user-select: none;
  margin-left: 40px;
}
.careers_form-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.careers_custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EAF2F6;
  border-radius: 50%;
}
.careers_form-radio input:checked ~ .careers_custom-radio {
  background-color: #3C7EAE;
}
.careers_custom-radio::after {
  content: "";
  position: absolute;
  display: none;
}
.careers_form-radio input:checked ~ .careers_custom-radio::after {
  display: block;
}
.careers_form-radio .careers_custom-radio::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
}
.careers_radio-text {
  color: #15377A;
  font-size: var(--font-size-14);
  margin-left: 10px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .careers_form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 480px;
  }
  .careers_form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .careers_form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: var(--font-size-15);
  }
  .careers_form-item-label.isMsg {
    margin-top: 0;
  }
  .careers_form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: var(--font-size-15);
  }
  .careers_form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: var(--font-size-15);
  }
  .careers_form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: var(--font-size-16);
  }
  .careers_form-error {
    font-size: var(--font-size-12);
    margin-left: 0;
  }
}

/*

Contact

*/
.contact {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(922px - 60px);
  padding: 0 20px;
}
.contact__text-box {
  max-width: calc(730px - 60px);
  margin: 40px auto;
  padding: 0 20px;
}
.contact__text {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2.5;
}
@media screen and (max-width: 560px) {
  .contact__text {
    font-size: var(--font-size-16);
    line-height: 2.0;
  }
}
/*
Contact_Form ==========*/
.form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 210px;
  max-width: 720px;
}
.form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #15377A;
}
.form-item-border {
  border-top: 1px solid #15377A;
}
.form-item-label {
  width: 100%;
  max-width: 220px;
  letter-spacing: 0.05em;
  color: #15377A;
  font-weight: bold;
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-item-label .form__required {
  margin-left: auto;
}
.form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.form-item-input {
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  min-height: 48px;
  flex: 1;
  width: 100%;
  max-width: 460px;
  background: #EAF2F6;
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
}
.form__container {
  display: flex;
  flex-direction: column;
  width: inherit;
  min-height: 48px; /* 最小高さを入力フィールドの高さに合わせる */
}
.form__radio-container {
  flex-direction: row; /* ラジオボタンを横並びに配置 */
  align-items: center; /* ラジオボタンを中央に揃える */
  gap: 20px; /* ラジオボタン間の隙間を設定 */
}
.form-item-textarea {
  border-radius: 6px;
  margin-left: 40px;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  min-height: 216px;
  flex: 1;
  width: 100%;
  max-width: 460px;
  background: #EAF2F6;
  font-size: var(--font-size-14);
}
.form-btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 110px;
  display: block;
  letter-spacing: 0.05em;
  background: #15377A;
  color: var(--text-color__005);
  font-weight: bold;
  font-size: var(--font-size-14);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  text-align: center;
}
.form__required {
  color: var(--text-color__005);
  background: #3C7EAE;
  font-size: var(--font-size-10);
  font-family: var(--body-font__noto-sans-japanese);
  font-weight: bold;
  border-radius: 4px;
  margin-right: 8px;
  padding: 5px;
}
.form__required-placeholder {
  visibility: hidden;
  margin-right: 40px;
}
.form-error {
  color: var(--text-color__002);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-size: var(--font-size-16);
  margin-top: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
}
.form-radio {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px; /* カスタムラジオボタンのスペース */
  cursor: pointer;
  user-select: none;
  margin-left: 40px;
}
.form-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EAF2F6;
  border-radius: 50%;
}
.form-radio input:checked ~ .custom-radio {
  background-color: #3C7EAE;
}
.custom-radio::after {
  content: "";
  position: absolute;
  display: none;
}
.form-radio input:checked ~ .custom-radio::after {
  display: block;
}
.form-radio .custom-radio::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
}
.radio-text {
  color: #15377A;
  font-size: var(--font-size-14);
  margin-left: 10px;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .form-radio {
    margin-left: 20px;
  }
}
@media screen and (max-width: 760px) {
  .form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 480px;
  }
  .form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: var(--font-size-15);
  }
  .form-item-label.isMsg {
    margin-top: 0;
  }
  .form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: var(--font-size-15);
  }
  .form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: var(--font-size-15);
  }
  .form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: var(--font-size-16);
  }
  .form-error {
    font-size: var(--font-size-12);
    margin-left: 0;
  }
}

/*

About

*/
.about {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(750px - 60px);
  padding: 0 20px;
}
.about__list .about__item {
  padding: 8px 0;
}
.about__item-label {
  font-size: var(--font-size-15);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  color: #15377A;
  font-weight: bold;
  margin-bottom: 8px;
}
.about__item-value {
  max-width: 650px;
  font-size: var(--font-size-15);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2;
}
.about__text-box {
  max-width: calc(730px - 60px);
  margin: 40px auto;
  padding: 0 20px;
}
.about__text {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2.5;
}
@media screen and (max-width: 560px) {
  .about__item-value {
    margin-left: 20px;
  }
}
@media screen and (min-width: 560px) {
  .about__list .about__item {
    display: grid;
    grid-template-columns: 2fr 5fr;
    column-gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
  }
  .about__item-label {
    text-align: start;
  }
}
/*
About_subtext =========*/
#about_subtext {
  position: relative;
  margin-top: 50px;
}
.about_subtext {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.as__box {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
.as__box .img {
  width: 270px;
  margin-right: 60px;
}
.as__list {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.as__list-title {
  font-size: var(--font-size-20);
  font-family: var(--body-font__noto-serif-jp);
  font-weight: 800;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 16px 0 16px;
}
.as__item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 25px;
}
.as__item-label {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-serif-jp);
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: 30px;
}
.as__image {
  width: 280px;
  height: auto;
  margin: 0 10px;
  position: relative;
  z-index: 0;
}
@media (max-width: 409px) {
  .as__box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .as__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .as__list {
    order: 2;
  }
  .as__image {
    width: 200px;
  }
  .as__list-title {
    font-size: var(--font-size-14);
    margin-top: 8px;
  }
  .as__item-label {
    font-size: var(--font-size-12);
  }
}
@media (min-width: 410px) and (max-width: 499px) {
  .as__box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .as__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .as__list {
    order: 2;
  }
  .as__image {
    width: 200px;
  }
  .as__list-title {
    font-size: var(--font-size-16);
    margin-top: 8px;
  }
  .as__item-label {
    font-size: var(--font-size-14);
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .as__box {
    flex-direction: column;
    align-items: center;
  }
  .as__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .as__list {
    order: 2;
  }
  .as__image {
    width: 220px;
  }
  .as__list-title {
    font-size: var(--font-size-18);
    margin-top: 8px;
  }
  .as__item-label {
    font-size: var(--font-size-16);
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .as__box {
    flex-direction: column;
    align-items: center;
  }
  .as__box .img {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .as__list {
    order: 2;
  }
  .as__image {
    width: 220px;
  }
  .as__list-title {
    font-size: var(--font-size-18);
    margin-top: 8px;
  }
  .as__item-label {
    font-size: var(--font-size-16);
  }
}

/*

Products

*/
.products {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(922px - 60px);
  padding: 0 20px;
}
.products__text-box {
  max-width: calc(730px - 60px);
  margin: 40px auto;
  padding: 0 20px;
}
.products__text {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2.5;
}
.products__small-text {
  font-size: var(--font-size-14);
}
@media (min-width: 0px) and (max-width: 589px) {
  .products__text {
    font-size: var(--font-size-16);
    line-height: 2.0;
  }
  .products__text-box {
    max-width: calc(440px - 60px);
    margin: 40px auto;
    padding: 0 20px;
  }
}
@media (min-width: 590px) and (max-width: 669px) {
  .products__text-box {
    max-width: calc(580px - 60px);
    margin: 40px auto;
    padding: 0 20px;
  }
}
/*
Products Infomation===========*/
#products_infomation {
  margin: 32px 20px;
}
.pi__main-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
  max-width: 940px;
  margin: auto;
  padding: 10px 10px 14px;
  box-sizing: border-box;
}
.pi_text-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.pi_text-grid-item {
  background-color: var(--body-color__000);
  padding: 10px 0;
  text-align: start;
  font-size: var(--font-size-14);
  font-weight: 600;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
.pi_text-grid-item img {
  width: 294px; /* ここで画像の幅を設定 */
  height: 172px; /* ここで画像の高さを設定 */
  object-fit: cover; /* 画像のアスペクト比を維持 */
  margin-bottom: 5px; /* テキストとの間隔を調整 */
}

/* スライダーのスタイル */
.pi_slider {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.pi_slider img {
  width: 100%;
  height: auto;
  display: block;
}

.pi_prev, .pi_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  user-select: none;
  z-index: 1001;
}

.pi_prev {
  left: -65px;
  border-radius: 0 3px 3px 0;
}

.pi_next {
  right: -65px;
  border-radius: 3px 0 0 3px;
}

/* モーダルウィンドウのスタイル */
.pi_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.pi_modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  text-align: center;
}
.pi_close {
  color: #aaa;
  float: right;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
}
.pi_close:hover,
.pi_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.pi_modal-image {
  width: 100%;
  height: auto;
}
.pi_modal-text {
  margin-top: 10px;
  font-size: var(--font-size-16);
  text-align: start;
}

@media  (max-width: 589px) {
  .pi_text-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .pi__main-container {
    max-width: 318px;
  }
}
@media (min-width: 590px) and (max-width: 669px) {
  .pi_text-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pi__main-container {
    max-width: 518px;
  }
  .pi_text-grid-item {
    width: 244px;
  }
  .pi_text-grid-item img {
    width: 244px;
    height: 142px;
  }
}
@media (min-width: 670px) and (max-width: 999px) {
  .pi_text-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pi__main-container {
    max-width: 630px;
  }
}
/*

FAQ

*/
.faq {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(922px - 60px);
  padding: 0 20px;
}
.faq__text-box {
  max-width: calc(730px - 60px);
  margin: 40px auto;
  padding: 0 20px;
}
.faq__text {
  font-size: var(--font-size-18);
  font-family: var(--body-font__noto-sans-japanese);
  font-style: normal;
  font-weight: 600;
  color: var(--text-color__001);
  line-height: 2.5;
}
@media screen and (max-width: 560px) {
  .faq__text {
    font-size: var(--font-size-16);
    line-height: 2.0;
  }
}
.faq__accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 50px auto 100px;
}
.faq__accordion-area li{
  margin: 10px 0;
}
.faq__accordion-area section {
  border: 2px solid #15377A;
}
.faq__title {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  color: #15377A;
  font-weight: 600;
}
.faq__text {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.faq__title::before,
.faq__title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.faq__title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.faq__title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
.faq__title.close::before{
  transform: rotate(45deg);
}
.faq__title.close::after{
  transform: rotate(-45deg);
}
.faq__box {
  display: none;
  background: #EAF2F6;
  margin:0 3% 3% 3%;
  padding: 3%;
}
@media screen and (max-width: 499px) {
  .faq__title {
    font-size: 16px;
  }
  .faq__text {
    font-size: 14px;
  }
}
/*

Sub Bar

*/
@media (max-width: 599px) {
  #sub-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #001537;
    z-index: 20;
    height: 90px;
  }
  .s-bar__btn {
    width: 375px;
    height: 80px;
    margin: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-style: normal;
    background-color: var(--part-color__024);
    overflow: hidden;
  }
  .s-bar__btn01 {
    background: var(--part-color__016);
    color: white;
    overflow: hidden;
  }
  .s-bar__btn02 {
    background: #0e357f;
    color: white;
  }
  .s-bar__btn a {
    text-decoration: none;
    color: inherit;
  }
  .s-bar__btn a .small-text {
    font-size: var(--font-size-14);
    font-weight: normal;
  }
  .s-bar__btn a .large-text001 {
    font-size: var(--font-size-26);
    font-weight: bold;
    color: var(--text-color__012);
  }
  .s-bar__btn a .large-text002 {
    font-size: var(--font-size-38);
    font-weight: bold;
    color: var(--text-color__012);
  }
  .s-bar__full-text {
    display: block;
  }
  .s-bar__short-text {
    display: none;
  }
  .s-bar__image-class {
    height: auto;
    width: auto;
    position: relative;
  }
  .site_footer_bottom {
    margin-bottom: 70px; /* 固定メニューの高さ分の余白を追加 */
  }
  .s-bar-stamp_002 {
    margin-right: 12px;
    vertical-align: middle;
    width: 14px;
    height: auto;
    margin-bottom: 8px;
  }
  .s-bar-stamp_001 {
    margin-right: 12px;
    vertical-align: middle;
    width: 22px;
    height: auto;
    margin-bottom: 10px;
  }
  @media (max-width: 414px) {
    #sub-bar {
      height: 70px;
    }
    .s-bar__btn {
      height: 60px;
    }
    .s-bar__btn a .small-text {
      font-size: var(--font-size-14);
    }
    .s-bar__btn a .large-text001 {
      font-size: var(--font-size-20);
    }
    .s-bar__btn a .large-text002 {
      font-size: var(--font-size-16);
    }
    .s-bar__full-text {
      display: none;
    }
    .s-bar__short-text {
      display: block;
    }
    .s-bar-stamp_001 {
      width: 24px;
      margin-bottom: 6px;
    }
    .s-bar-stamp_002 {
      margin-right: 10px;
      vertical-align: middle;
      width: 14px;
      height: auto;
      margin-bottom: 4px;
    }
  }
  @media (min-width: 415px) and (max-width: 499px) {
    #sub-bar {
      height: 70px;
    }
    .s-bar__btn {
      height: 60px;
    }
    .s-bar__btn a .small-text {
      font-size: var(--font-size-14);
    }
    .s-bar__btn a .large-text001 {
      font-size: var(--font-size-20);
    }
    .s-bar__btn a .large-text002 {
      font-size: var(--font-size-20);
    }
    .s-bar__full-text {
      display: none;
    }
    .s-bar__short-text {
      display: block;
    }
    .s-bar-stamp_001 {
      width: 24px;
      margin-bottom: 6px;
    }
    .s-bar-stamp_002 {
      margin-right: 10px;
      width: 14px;
      margin-bottom: 6px;
    }
  }
  @media (min-width: 500px) and (max-width: 699px) {
    #sub-bar {
      height: 70px;
    }
    .s-bar__btn {
      height: 60px;
    }
    .s-bar__btn a .small-text {
      font-size: var(--font-size-14);
    }
    .s-bar__btn a .large-text001 {
      font-size: var(--font-size-24);
    }
    .s-bar__btn a .large-text002 {
      font-size: var(--font-size-24);
    }
    .s-bar__full-text {
      display: none;
    }
    .s-bar__short-text {
      display: block;
    }
  }
}
@media (min-width: 600px) {
  #sub-bar {
    display: none;
  }
}
/* Liquid */
@media all and (min-width: 680px) and (max-width: 1199px) {
  main {
    margin-top: 60px;
  }
}
@media all and (min-width: 680px) and (max-width: 1199px) {
  .information_text {
    max-width: 100%;
  }
  .information_text a {
    padding-left: 30px;
    padding-right: 30px;
  }
}