@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.grecaptcha-badge {
  display: none;
}

/* 基本
***************************************************************/
html {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

main {
  overflow: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
}
/* フォント
***************************************************************/
.en01 {
  font-family: "Albert Sans", sans-serif;
}

.en02 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
}

.col_01 {
  color: #BE1515;
}

.col_02 {
  color: #005AA5;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.border::before {
  content: "";
  border-left: 1px solid #005AA5;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.white::before {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.inner.border::before {
  content: "";
  border-left: 1px solid #005AA5;
  height: calc(100% + 160px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.inner.border::after {
  content: "";
  border-left: 1px solid #005AA5;
  height: calc(100% + 160px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.inner.border_white::before {
  content: "";
  border-left: 1px solid #fff;
  opacity: 0.5;
  height: calc(100% + 160px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.inner.border_white::after {
  content: "";
  border-left: 1px solid #fff;
  opacity: 0.5;
  height: calc(100% + 160px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

@media screen and (max-width: 680px) {
  section {
    padding: 15.3846153846vw 0;
  }
  .inner {
    padding: 0 7.6923076923vw;
    width: 100%;
  }
  section.border::before {
    opacity: 0.3;
  }
  .inner.border::before {
    height: calc(100% + 30.7692307692vw);
    left: 7.6923076923vw;
    opacity: 0.3;
  }
  .inner.border::after {
    height: calc(100% + 30.7692307692vw);
    right: 7.6923076923vw;
    opacity: 0.3;
  }
  .inner.border_white::before {
    height: calc(100% + 30.7692307692vw);
    left: 7.6923076923vw;
  }
  .inner.border_white::after {
    height: calc(100% + 30.7692307692vw);
    right: 7.6923076923vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: relative;
  z-index: 5;
}

.scroll-infinity__wrap {
  display: flex;
  background: #004E8E;
  padding: 8px 0;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  white-space: nowrap;
}

.page-template-page-contact .scroll-infinity,
.page-template-page-privacy-policy .scroll-infinity {
  display: none;
}
.page-template-page-contact .cta_link,
.page-template-page-privacy-policy .cta_link {
  display: none;
}

@media screen and (max-width: 680px) {
  .scroll-infinity__wrap {
    padding: 1.5384615385vw 0;
  }
  .scroll-infinity__list {
    gap: 10.2564102564vw;
  }
  .scroll-infinity__item {
    font-size: 4.1025641026vw;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  position: relative;
}

.section_title .ja {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.section_title .en02 {
  display: block;
  color: #FFF;
  font-size: 95px;
  line-height: 1.18;
  position: relative;
  z-index: 1;
}

.section_title::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #005AA5;
  position: absolute;
  bottom: 96px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.section_title::after {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #005AA5;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.section_title.white::before,
.section_title.white::after {
  border-top: 1px solid #fff;
  opacity: 0.5;
}

.section_title .col_b {
  color: #000;
}

.section_title .col_ff {
  color: #fff;
}

@media screen and (max-width: 680px) {
  .section_title .ja {
    font-size: 3.0769230769vw;
  }
  .section_title .en02 {
    font-size: 11.5384615385vw;
  }
  .section_title::before {
    bottom: unset;
    top: 6.6666666667vw;
    opacity: 0.3;
  }
  .section_title::after {
    bottom: unset;
    top: 15.8974358974vw;
    opacity: 0.3;
  }
}
.sec_content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.sec_content::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #004E8E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec_content.white::before {
  border-top: 1px solid #fff;
  opacity: 0.5;
}

.slide_wrap {
  display: flex;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}

.reverse .slide_wrap {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

.slide {
  display: flex;
  flex-shrink: 0;
  animation: infinity-scroll-left 40s infinite linear both;
}

.slider_item {
  width: 408px;
  flex-shrink: 0;
}

.slider_item img {
  height: 408px;
}

@media screen and (max-width: 680px) {
  .sec_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4102564103vw;
    margin-top: 7.6923076923vw;
  }
  .sec_content.reverse {
    display: flex;
    flex-flow: column-reverse;
  }
  .slide_wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .reverse .slide_wrap {
    margin: 0 calc(50% - 50vw);
  }
  .slider_item {
    width: 78.4615384615vw;
  }
  .slider_item img {
    height: 78.4615384615vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_bg img {
  height: 100px;
}

@media screen and (max-width: 680px) {
  .page_bg img {
    height: 17.9487179487vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 40px;
  transition: 0.3s;
}

header.active {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}

.header_logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header_logo .img01 {
  width: 100px;
}

.header_logo .img02 {
  width: 240px;
  transition: 0.3s;
}

.active .header_logo .img02 {
  filter: invert(1);
}

.toggle-menu,
.active .toggle-menu {
  border-color: #000;
}
.toggle-menu .t1,
.active .toggle-menu .t1 {
  color: #000;
}
.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after,
.active .toggle-menu .toggle-line::before,
.active .toggle-menu .toggle-line::after {
  background-color: #000;
}

header.open .toggle-menu {
  border-color: #fff !important;
}
header.open .toggle-menu .t1 {
  color: #fff !important;
}
header.open .toggle-menu .toggle-line::before,
header.open .toggle-menu .toggle-line::after {
  background-color: #fff !important;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 75px;
  height: 75px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.toggle-menu .t1 {
  font-size: 23px;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 27px;
  height: 1px;
  margin: auto;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0);
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 27px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
  opacity: 0;
}

.toggle-menu .toggle-line::before {
  top: -7px;
}

.toggle-menu .toggle-line::after {
  top: 7px;
}

.open .toggle-menu .t1 {
  opacity: 0;
}

.open .toggle-menu .toggle-line {
  height: 0;
}

.open .toggle-menu .toggle-line::before {
  top: 0;
  transform: rotate(-45deg);
  opacity: 1;
}

.open .toggle-menu .toggle-line::after {
  top: 0;
  transform: rotate(45deg);
  opacity: 1;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #005AA5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.global_nav {
  width: 100%;
  margin-top: 160px;
}

.global_nav_list {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 25px 0;
}

.global_nav_item a {
  display: block;
  color: #fff;
}

.global_nav_item .ja {
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.global_nav_item .en02 {
  font-size: 55px;
  line-height: 1.4;
  display: block;
}

.header_nav_contact {
  border-top: 2px solid #fff;
  background: #000;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.header_nav_contact .inner {
  display: flex;
  align-items: flex-end;
  gap: 300px;
}

.header_nav_contactLink {
  color: #fff;
}

.header_nav_contactLink .ja {
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.header_nav_contactLink .en02 {
  font-size: 55px;
  line-height: 1;
  display: block;
}

.header_nav_contact_privacy {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .header_logo {
    transition: opacity 0.3s;
  }
  .header_logo:hover {
    opacity: 0.7;
  }
  .toggle-menu {
    cursor: pointer;
    transition: background 0.3s;
  }
  .toggle-menu:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .active .toggle-menu:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .global_nav_item a {
    transition: opacity 0.3s;
  }
  .global_nav_item a:hover {
    opacity: 0.6;
  }
  .header_nav_contactLink {
    transition: opacity 0.3s;
  }
  .header_nav_contactLink:hover {
    opacity: 0.6;
  }
  .header_nav_contact_privacy {
    transition: opacity 0.3s;
  }
  .header_nav_contact_privacy:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 2.5641025641vw;
  }
  .header_logo {
    gap: 1.0256410256vw;
  }
  .header_logo .img01 {
    width: 15.3846153846vw;
  }
  .header_logo .img02 {
    width: 35.8974358974vw;
  }
  .toggle-menu {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .toggle-menu .t1 {
    font-size: 4.1025641026vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 6.9230769231vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
  }
  .header_nav {
    overflow: scroll;
  }
  .global_nav {
    margin-top: 30.7692307692vw;
  }
  .global_nav_list {
    display: flex;
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .global_nav_item .ja {
    font-size: 4.6153846154vw;
  }
  .global_nav_item .en02 {
    font-size: 7.6923076923vw;
  }
  .header_nav_contact {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 7.6923076923vw;
    position: unset;
    transform: unset;
    margin-top: 10.2564102564vw;
  }
  .header_nav_contact .inner {
    display: block;
  }
  .header_nav_contactLink .ja {
    font-size: 5.1282051282vw;
  }
  .header_nav_contactLink .en02 {
    font-size: 7.6923076923vw;
  }
  .header_nav_contact_privacy {
    font-size: 3.3333333333vw;
    margin-top: 2.5641025641vw;
  }
}
footer {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.cta_link {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 336px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cta_link::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #005AA5;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.cta_link::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #005AA5;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.cta_title .ja {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 4px 50px;
}

.cta_title .en02 {
  color: #FFF;
  font-size: 95px;
  line-height: 1.4;
  display: block;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  margin-top: 40px;
  color: #808080;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.footer_flex::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #005AA5;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer_flexBox {
  display: flex;
  gap: 57px;
}

@media screen and (min-width: 681px) {
  .cta_link {
    transition: opacity 0.3s;
  }
  .cta_link:hover {
    opacity: 0.85;
  }
  .footer_flexBox a {
    transition: opacity 0.3s;
  }
  .footer_flexBox a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 7.6923076923vw 0;
  }
  .cta_link {
    height: 30.7692307692vw;
  }
  .cta_link::before,
  .cta_link::after {
    opacity: 0.3;
  }
  .cta_title .ja {
    font-size: 2.8205128205vw;
    padding: 0vw 5.1282051282vw;
  }
  .cta_title .en02 {
    font-size: 8.9743589744vw;
  }
  .footer_flex {
    display: flex;
    justify-content: space-between;
    padding: 0 2.5641025641vw 2.5641025641vw;
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .footer_flex::before {
    opacity: 0.3;
  }
  .footer_flexBox {
    flex-flow: column;
    gap: 2.5641025641vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ページネーション
***************************************************************/
.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  height: 62px;
  width: 62px;
  letter-spacing: 0.806px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-links span.current,
.page-numbers.current {
  color: #095C9D;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .nav-links,
  .page-nation {
    gap: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.6153846154vw;
    height: 10.7692307692vw;
    width: 10.7692307692vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
}
/* 詳細
***************************************************************/
.post-single {
  line-height: 1.6;
}

.post-single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.post-single h2 {
  font-size: 30px;
  margin-bottom: 20px;
  border-left: 4px solid #e8518d;
  padding-left: 20px;
}

.post-single h3 {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bea36c;
  padding-bottom: 10px;
}

.post-single h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.post-single h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.post-single p {
  font-size: 16px;
  margin-bottom: 20px;
}

.post-single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.post-single ol {
  list-style: auto;
  padding-left: 20px;
  margin-bottom: 20px;
}

.post-single img {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 678px) {
  .post-single {
    line-height: 1.8;
  }
  .post-single h2 {
    font-size: 22px;
    margin-bottom: 16px;
    padding-left: 14px;
    border-left-width: 3px;
  }
  .post-single h3 {
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  .post-single h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .post-single h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .post-single p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .post-single ul,
  .post-single ol {
    padding-left: 16px;
    margin-bottom: 16px;
  }
  .post-single img {
    margin-bottom: 16px;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.5555555556vw 0 22.2222222222vw;
  position: relative;
}

.fv_title {
  color: #FFF;
  font-size: 11.1111111111vw;
  letter-spacing: -5.04px;
  line-height: 1;
  white-space: nowrap;
  padding-left: 2.4305555556vw;
}

.fv_img {
  max-width: 79.8611111111vw;
  position: absolute;
  bottom: -3.4722222222vw;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .fv {
    padding: 0;
  }
  .fv_img {
    max-width: unset;
    position: unset;
    left: 50%;
    transform: unset;
  }
}
/* Section1
***************************************************************/
.sec1 {
  background: #000;
  color: #fff;
  padding: 120px 0 50px;
  overflow: unset;
}

.sec1 .inner {
  position: relative;
  padding-left: 260px;
}

.sec1_title {
  position: absolute;
  left: 0;
  top: -198px;
}

.sec1_title span {
  color: #FFF;
  font-weight: 800;
  line-height: 1.3;
  padding: 5px 10px;
  background: #005AA5;
}

.sec1_title .t1 {
  font-size: 28px;
}

.sec1_title .t2 {
  font-size: 37px;
  margin-top: 10px;
  margin-left: 80px;
}

.sec1_content {
  padding-left: 140px;
}

.sec1_text01 {
  font-size: 20px;
  font-weight: 600;
}

.sec1_text02 {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-top: 27px;
}

.sec1_text02 span {
  font-size: 22px;
}

.sec1_img01 {
  width: 330px;
  position: absolute;
  top: -83px;
  left: -20px;
}

.sec1_flex {
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
  gap: 76px;
  position: relative;
  z-index: 5;
}

.sec1_flexBox {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.sec1_flexBox_title {
  white-space: nowrap;
}

.sec1_flexBox_title .ja {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.sec1_flexBox_title .en02 {
  font-size: 35px;
  display: block;
  line-height: 1.2;
  margin-top: 5px;
}

.sec1_flexBox_link {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  width: 247px;
  position: relative;
  top: -10px;
}

.sec1_flexBox_link::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_arrow_bottom01_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec1_flexBox_link:hover::after {
    transform: translateY(6px);
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 10.2564102564vw 0;
  }
  .sec1 .inner {
    padding: 0 7.6923076923vw;
  }
  .sec1_content {
    padding-left: 0;
  }
  .sec1_text01 {
    font-size: 3.8461538462vw;
  }
  .sec1_text02 {
    font-size: 3.0769230769vw;
    margin-top: 6.4102564103vw;
  }
  .sec1_text02 span {
    font-size: 3.8461538462vw;
  }
  .sec1_img01 {
    width: 61.5384615385vw;
    position: unset;
    margin-top: -10.2564102564vw;
    margin-left: -7.6923076923vw;
  }
  .sec1_flex {
    margin-top: -7.6923076923vw;
    flex-flow: column;
    gap: 5.1282051282vw;
  }
  .sec1_flexBox {
    gap: 2.5641025641vw;
    justify-content: flex-start;
    width: 100%;
  }
  .sec1_flexBox_title {
    flex: 1;
  }
  .sec1_flexBox_title .ja {
    font-size: 3.8461538462vw;
  }
  .sec1_flexBox_title .en02 {
    font-size: 6.6666666667vw;
    margin-top: 1.2820512821vw;
  }
  .sec1_flexBox_link {
    font-size: 3.0769230769vw;
    padding-bottom: 1.7948717949vw;
    gap: 2.0512820513vw;
    width: 43.5897435897vw;
    top: -2.5641025641vw;
  }
  .sec1_flexBox_link::after {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background-image: url(../images/front/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec2 .slider_item {
  width: 468px;
}

.sec2 .slider_item img {
  height: 468px;
}

.sec2 .sec_content_text {
  padding: 64px 50px 44px;
  color: #FFF;
  text-align: justify;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  position: relative;
  z-index: 1;
}

.sec2 .sec_content_text::before {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 100%;
  background: rgba(2, 21, 66, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .sec2 {
    overflow: hidden;
  }
  .sec2 .sec_content::before {
    display: none;
  }
  .sec2 .sec_content_text {
    padding: 7.6923076923vw 5.1282051282vw;
    line-height: 6.6666666667vw;
    font-size: 3.0769230769vw;
    position: relative;
  }
  .sec2 .sec_content_text::before {
    width: 106vw;
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    right: unset;
  }
  .sec2 .slider_item {
    width: 78.4615384615vw;
    height: 78.4615384615vw;
  }
  .sec2 .slider_item img {
    width: 78.4615384615vw;
  }
}
/* Section3
***************************************************************/
.sec3 .section_title {
  padding-left: 50%;
}

.sec3 .sec_content {
  margin-top: -21px;
}

.sec3_content {
  display: flex;
  flex-flow: column;
  gap: 35px;
  padding-left: 48px;
}

.sec3_content_text {
  color: #004E8E;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sec3_content_text span {
  color: #808080;
  font-size: 35px;
  line-height: 1;
  border-bottom: 1px solid #004E8E;
  padding-bottom: 16px;
}

@media screen and (max-width: 680px) {
  .sec3.border::before {
    display: none;
  }
  .sec3 .section_title {
    padding-left: 0;
  }
  .sec3 .sec_content {
    margin-top: 0;
  }
  .sec3_content {
    margin-top: 4.6153846154vw;
    gap: 4.6153846154vw;
    padding-left: 5.1282051282vw;
  }
  .sec3_content_text {
    font-size: 3.3333333333vw;
    gap: 3.0769230769vw;
  }
  .sec3_content_text span {
    font-size: 5.3846153846vw;
    padding-bottom: 2.5641025641vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #004E8E;
  overflow: hidden;
}

.sec4 .sec_content {
  margin-top: -21px;
}

.sec4_content {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.sec4_contentBox {
  display: grid;
  align-items: center;
  grid-template-columns: 235px 1fr;
  gap: 22px;
}

.sec4_contentBox_time {
  position: relative;
}

.sec4_contentBox_time .t1 {
  color: #FFF;
  font-size: 27px;
  line-height: 1.2;
  border: 1px solid #fff;
  padding: 3px 16px 0;
}

.sec4_contentBox_time img {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translate(0, -50%);
}

.sec4_contentBox_text {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
}

.sec4 .slider_item {
  width: 500px;
}

@media screen and (max-width: 680px) {
  .sec4.border::before {
    display: none;
  }
  .sec4 .sec_content {
    margin-top: 0;
  }
  .sec4_content {
    margin-top: 5.1282051282vw;
  }
  .sec4_contentBox {
    grid-template-columns: 34.6153846154vw 1fr;
    gap: 2.5641025641vw;
  }
  .sec4_contentBox_time .t1 {
    font-size: 3.8461538462vw;
    padding: 0.7692307692vw 2.0512820513vw 0;
    width: 15.3846153846vw;
  }
  .sec4_contentBox_time img {
    width: 17.9487179487vw;
    left: 14.8717948718vw;
  }
  .sec4_contentBox_text {
    font-size: 3.8461538462vw;
  }
  .sec4 .slider_item {
    width: 78.4615384615vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 80px 0 35px;
}

.sec5 .slide {
  margin-top: 20px;
}

.sec5_content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 35px;
}

.sec5_content_text {
  font-weight: 600;
  padding: 0 50px;
}

.sec5_contentBox_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.sec5_contentBox_tag:nth-of-type(2) {
  margin-top: 10px;
}

.sec5_contentBox_tag span {
  font-weight: 600;
  font-weight: 600;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #004E8E;
  padding: 0 18px;
}

.sec5_contentBox_link {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  background: #BE1515;
  padding: 6px 0;
  display: block;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.sec5_contentBox_link::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_arrow_right01_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.sec5 .slide_wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 681px) {
  .sec5_contentBox_link {
    transition: background 0.3s;
  }
  .sec5_contentBox_link:hover {
    background: #9e1010;
  }
  .sec5_contentBox_link:hover::before {
    right: 6px;
  }
}
@media screen and (max-width: 680px) {
  .sec5 {
    padding: 15.3846153846vw 0;
  }
  .sec5.border::before {
    display: none;
  }
  .sec5 .slide {
    margin-top: 0;
  }
  .sec5_content {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.8461538462vw;
  }
  .sec5_content_text {
    padding: 0 3.8461538462vw 3.8461538462vw;
  }
  .sec5_contentBox {
    position: relative;
    padding-top: 3.8461538462vw;
  }
  .sec5_contentBox::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 1px solid #005AA5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.3;
  }
  .sec5_contentBox_tag {
    gap: 2.0512820513vw;
  }
  .sec5_contentBox_tag:nth-of-type(2) {
    margin-top: 2.0512820513vw;
  }
  .sec5_contentBox_tag span {
    line-height: 7.1794871795vw;
    padding: 0 3.5897435897vw;
    font-size: 3.3333333333vw;
  }
  .sec5_contentBox_link {
    font-size: 4.8717948718vw;
    line-height: 10.2564102564vw;
    padding: 1.5384615385vw 5.1282051282vw;
    margin-top: 3.8461538462vw;
    text-align: left;
  }
  .sec5_contentBox_link::before {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    right: 3.8461538462vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background-image: url(../images/front/sec6_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sec6_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 0;
  margin-top: 40px;
}

.sec6_item {
  text-align: center;
}

.sec6_item_title {
  font-size: 40px;
  color: #fff;
}

.sec6_item_title span {
  display: block;
  font-size: 24px;
}

.sec6_item img {
  width: 450px;
  margin-top: 20px;
}

.sec6_item:nth-of-type(3) img {
  margin-top: 40px;
}

.sec6_item:nth-of-type(4) img {
  margin-top: 5px;
}

@media screen and (max-width: 680px) {
  .sec6.border::before {
    display: none;
  }
  .sec6_list {
    display: block;
    margin-top: 0;
  }
  .sec6_item {
    position: relative;
    padding: 7.6923076923vw 0 2.5641025641vw;
  }
  .sec6_item::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 1px solid #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec6_item:nth-of-type(1)::before {
    display: none;
  }
  .sec6_item_title {
    font-size: 5.1282051282vw;
  }
  .sec6_item_title span {
    font-size: 3.5897435897vw;
  }
  .sec6_item img {
    width: 58.9743589744vw;
    margin-top: 2.5641025641vw;
  }
  .sec6_item:nth-of-type(3) img {
    margin-top: 5.1282051282vw;
  }
  .sec6_item:nth-of-type(4) img {
    margin-top: 2.5641025641vw;
    width: 71.7948717949vw;
  }
}
/* Section7
***************************************************************/
.sec7 {
  background: #000;
}

.sec7 .section_title {
  padding-left: 50%;
}

.sec7_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  position: relative;
}

.sec7_list::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  opacity: 0.5;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec7_item {
  background: #fff;
  padding: 26px 0 0;
  height: 300px;
  text-align: center;
  color: #004E8E;
}

.sec7_item:nth-of-type(2),
.sec7_item:nth-of-type(4),
.sec7_item:nth-of-type(5),
.sec7_item:nth-of-type(7) {
  background: #004E8E;
  color: #FFF;
}

.sec7_item_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.sec7_item_icon {
  width: 155px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 30px;
}

@media screen and (min-width: 681px) {
  .sec7_item {
    transition: opacity 0.3s;
  }
  .sec7_item:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 680px) {
  .sec7 {
    background: #000;
  }
  .sec7 .section_title {
    padding-left: 0;
  }
  .sec7_list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.1282051282vw;
  }
  .sec7_list::before {
    content: "";
    display: inline-block;
    opacity: 0.5;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec7_item {
    padding: 4.1025641026vw 0 0;
    height: 42.3076923077vw;
  }
  .sec7_item:nth-of-type(1) {
    order: 1;
  }
  .sec7_item:nth-of-type(2) {
    order: 2;
  }
  .sec7_item:nth-of-type(3) {
    order: 4;
  }
  .sec7_item:nth-of-type(4) {
    order: 3;
  }
  .sec7_item:nth-of-type(5) {
    order: 6;
  }
  .sec7_item:nth-of-type(6) {
    order: 5;
  }
  .sec7_item:nth-of-type(7) {
    order: 7;
  }
  .sec7_item:nth-of-type(8) {
    order: 8;
  }
  .sec7_item_title {
    font-size: 4.1025641026vw;
  }
  .sec7_item_icon {
    width: 20.5128205128vw;
    height: 17.9487179487vw;
    margin-top: 3.5897435897vw;
  }
}
/* Section8
***************************************************************/
.sec8 {
  background-image: url(../images/front/sec8_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

.sec8 .inner {
  position: relative;
}

.sec8_title {
  color: #FFF;
  font-size: 11.1111111111vw;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  padding: 20px 0 0 30px;
}

.sec8_img {
  width: 660px;
  position: absolute;
  left: 659px;
  bottom: 0;
  z-index: 2;
}

.sec8_text {
  color: #FFF;
  text-align: justify;
  font-size: 24px;
  font-weight: 800;
  line-height: 42px;
  padding: 35px 0 50px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.sec8_text::before {
  content: "";
  display: inline-block;
  width: 105vw;
  height: 100%;
  background: rgba(2, 21, 66, 0.8);
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .sec8 {
    background-image: url(../images/front/sec8_bg_sp.webp);
  }
  .sec8 .inner {
    position: relative;
  }
  .sec8_title {
    font-size: 16.4102564103vw;
    line-height: 1.2;
    padding: 10.2564102564vw 0 0 7.6923076923vw;
  }
  .sec8_img {
    width: 71.7948717949vw;
    position: unset;
    display: block;
    margin: -10.2564102564vw -5.8974358974vw 0 auto;
  }
  .sec8_text {
    font-size: 3.8461538462vw;
    line-height: 6.9230769231vw;
    padding: 6.9230769231vw 0;
    margin-top: 0;
  }
}
/* Section9
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
  position: relative;
}

.faq_accordion-area::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #005AA5;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.faq_accordion-area li {
  background: #fff;
  position: relative;
  border: 1px solid #004E8E;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
  padding: 30px 80px 30px 120px;
  color: #004E8E;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (min-width: 681px) {
  .faq_title:hover {
    background: rgba(0, 78, 142, 0.06);
  }
}
.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q";
  display: block;
  color: #004E8E;
  font-size: 55px;
  position: absolute;
  font-family: "Fugaz One", sans-serif;
  top: 50%;
  left: -73px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_arrow_bottom01_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 21px;
  right: 23px;
  transition: 0.3s;
}

.faq_title.close::before {
  transform: rotate(180deg);
}

.faq_box {
  display: none;
  padding: 24px 24px 50px 120px;
  position: relative;
  background: #004E8E;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.faq_box p::before {
  content: "A";
  display: block;
  color: #BE1515;
  font-size: 55px;
  position: absolute;
  font-family: "Fugaz One", sans-serif;
  position: absolute;
  top: -20px;
  left: -73px;
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
  .faq_title {
    padding: 4.6153846154vw 12.8205128205vw 4.6153846154vw 11.0256410256vw;
    font-size: 3.5897435897vw;
  }
  .faq_title span::before {
    font-size: 7.6923076923vw;
    left: -7.4358974359vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
  }
  .faq_box {
    display: none;
    padding: 3.8461538462vw 3.8461538462vw 4.6153846154vw 11.0256410256vw;
    position: relative;
    background: #004E8E;
  }
  .faq_box p {
    font-size: 3.5897435897vw;
  }
  .faq_box p::before {
    font-size: 7.6923076923vw;
    top: -3.5897435897vw;
    left: -7.4358974359vw;
  }
}
/* Section9
***************************************************************/
.sec10 {
  background: #F5F5F5;
  border-top: 1px solid #005AA5;
}

.sec10_content {
  position: relative;
}

.sec10_content::before {
  content: "";
  border-left: 1px solid #005AA5;
  height: calc(100% + 160px);
  position: absolute;
  top: 50%;
  left: 390px;
  transform: translate(0, -50%);
  z-index: -1;
}

.sec10 .section_title {
  padding-left: 390px;
}

.sec10_table {
  width: 100%;
}

.sec10_th {
  width: 390px;
  padding: 19px 0;
  color: #004E8E;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.sec10_td {
  padding: 19px 0;
  color: #004E8E;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.sec10_td .t1 {
  font-size: 20px;
}

.sec10_td .t2 {
  font-size: 16px;
  color: #fff;
  background: #004E8E;
  margin-left: 12px;
  padding: 2px 12px;
}

@media screen and (max-width: 680px) {
  .sec10_content {
    position: relative;
  }
  .sec10_content::before {
    height: calc(100% + 30.7692307692vw);
    left: 29.4871794872vw;
    opacity: 0.3;
  }
  .sec10 .section_title {
    padding-left: 0;
  }
  .sec10_th {
    width: 29.4871794872vw;
    padding: 1.7948717949vw 1.2820512821vw;
    font-size: 3.3333333333vw;
  }
  .sec10_th span {
    font-size: 2.5641025641vw;
  }
  .sec10_td {
    padding: 1.7948717949vw 1.2820512821vw;
    font-size: 3.3333333333vw;
  }
  .sec10_td .t1 {
    font-size: 3.3333333333vw;
  }
  .sec10_td .t2 {
    font-size: 3.3333333333vw;
    margin-left: 0;
    padding: 0.5128205128vw 3.0769230769vw;
    text-align: center;
    width: 100%;
    display: block;
  }
}
/* Section10
***************************************************************/
.sec11 {
  padding: 80px 0 0;
}

.sec11 .section_title {
  padding-left: 50%;
}

.sec11_flex {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin-top: -22px;
  position: relative;
}

.sec11_flex:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #005AA5;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec11_flex_img {
  margin-left: calc(50% - 21vw);
}

.sec11_flex_img img {
  height: 480px;
}

.sec11_flexBox {
  padding-left: 35px;
}

.sec11_flexBox_title {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec11_flexBox_title span {
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  background: #DD921A;
  width: 240px;
  padding: 4px 0;
  text-align: center;
}

.sec11_flexBox_title span.type2 {
  background: #BE1515;
}

.sec11_flexBox_text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 6px;
}

.sec11_flexBox_th {
  width: 140px;
  color: #004E8E;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 0;
}

.sec11_flexBox_td {
  color: #004E8E;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 0;
}

.sec11_flexBox_td span {
  display: block;
  color: #5E5E5E;
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .sec11 {
    padding: 15.3846153846vw 0 0;
  }
  .sec11.border::before {
    display: none;
  }
  .sec11 .section_title {
    padding-left: 0;
  }
  .sec11_flexBox_text {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    margin-top: 1.5384615385vw;
  }
  .sec11_flex {
    display: block;
    margin-top: 0;
  }
  .sec11_flex:nth-of-type(2)::before {
    opacity: 0.3;
  }
  .sec11_flexBox {
    padding-left: 3.8461538462vw;
  }
  .sec11_flex:nth-of-type(2) {
    padding-top: 3.8461538462vw;
  }
  .sec11_flexBox_title {
    font-size: 4.1025641026vw;
  }
  .sec11_flexBox_title span {
    font-size: 3.8461538462vw;
    width: 38.4615384615vw;
    padding: 1.0256410256vw 0;
    position: relative;
    right: -7.6923076923vw;
  }
  .sec11_flexBox_th {
    width: 20.5128205128vw;
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw 0;
  }
  .sec11_flexBox_td {
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw 0;
  }
  .sec11_flexBox_td span {
    font-size: 2.5641025641vw;
  }
  .sec11_img_sp {
    position: relative;
    z-index: 5;
  }
}
.works {
  padding: 20px 0 0;
}

.works .section_title .en02 {
  letter-spacing: -2px;
}

.works_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.works_item {
  height: 300px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 114px;
}

.works_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgba(6, 37, 89, 0.7);
  transition: opacity 0.4s;
}

.works_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.works_item_title {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity 0.4s;
}

.works_item_text {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 33px;
  transition: opacity 0.4s;
}

@media screen and (min-width: 681px) {
  .works_item:hover::before {
    opacity: 0;
  }
  .works_item:hover .works_item_title,
  .works_item:hover .works_item_text {
    opacity: 0;
  }
}
/* モーダル
***************************************************************/
.works_item {
  cursor: pointer;
}

.works_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.works_modal.is-open {
  display: flex;
}

.works_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.works_modal_inner {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 600px;
}

.works_modal_img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works_modal_title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}

.works_modal_close {
  position: absolute;
  top: -48px;
  right: 0;
  color: #fff;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
}

.works_modal_prev,
.works_modal_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s;
  z-index: 2;
}
.works_modal_prev img,
.works_modal_next img {
  display: block;
}
.works_modal_prev:hover,
.works_modal_next:hover {
  opacity: 0.7;
}

.works_modal_prev {
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
}

.works_modal_next {
  right: -80px;
}

@media screen and (max-width: 680px) {
  .works {
    padding: 5.1282051282vw 0 0;
  }
  .works .section_title .en02 {
    letter-spacing: 0;
  }
  .works_list {
    grid-template-columns: repeat(3, 1fr);
    margin: 5.1282051282vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .works_item {
    height: 33.3333333333vw;
    padding-top: 12.8205128205vw;
  }
  .works_item_title {
    font-size: 3.8461538462vw;
    line-height: 1.3;
  }
  .works_item_text {
    font-size: 2.8205128205vw;
    margin-top: 2.0512820513vw;
    line-height: 1.3;
  }
  .works_modal_inner {
    width: 84.6153846154vw;
  }
  .works_modal_img {
    height: 84.6153846154vw;
  }
  .works_modal_title {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
  .works_modal_close {
    top: -9.2307692308vw;
    font-size: 5.641025641vw;
  }
  .works_modal_prev {
    left: -7.6923076923vw;
  }
  .works_modal_next {
    right: -7.6923076923vw;
  }
  .works_modal_prev img,
  .works_modal_next img {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  padding: 80px 0 0;
}

.contact_form {
  margin-top: 40px;
}

.contact_flex {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(2, 1fr);
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding-right: 30px;
}

.contact_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #004E8E;
  font-size: 26px;
  font-weight: 700;
}

.req {
  color: #BE1515;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #BE1515;
  padding: 0 10px;
}

.contact_area {
  flex: 1;
  padding-left: 30px;
}

.contact_area span {
  width: 100%;
}

.contact_area_sub {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.contact_area input[type=text],
.contact_area input[type=email],
.contact_area input[type=tel],
.contact_area select {
  width: 100%;
  padding: 10px;
  border: 1px solid #004E8E;
  margin-top: 10px;
}

.contact_area textarea {
  width: 100%;
  height: 350px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #004E8E;
  margin-top: 10px;
}

.contact_area_zip {
  display: grid;
  grid-template-columns: 140px 190px;
  gap: 20px;
}

.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  margin-top: 10px;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item input {
  width: 20px;
  height: 20px;
}

.wpcf7-radio span {
  width: auto;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 30px;
}

.contact_privacy a {
  text-decoration: underline;
}

.contact_submit {
  margin-top: 50px;
  padding-top: 50px;
  background: #fff;
  position: relative;
  border-right: 1px solid #005AA5;
  border-left: 1px solid #005AA5;
}

.contact_submit::before {
  content: "";
  display: inline-block;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 1px solid #005AA5;
}

.contact_submit input {
  border: 1px solid #004E8E;
  background: #004E8E;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-align: center;
  padding: 24px 0;
  width: 100%;
  display: block;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 680px) {
  .contact {
    padding: 15.3846153846vw 0 0;
  }
  .contact.border::before {
    display: none;
  }
  .contact_form {
    margin-top: 10.2564102564vw;
  }
  .contact_flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
    padding-right: 4.6153846154vw;
  }
  .contact_item_title {
    font-size: 3.8461538462vw;
  }
  .req {
    font-size: 2.8205128205vw;
    padding: 0 2.5641025641vw;
  }
  .contact_area {
    padding-left: 4.6153846154vw;
  }
  .contact_area_sub {
    font-size: 5.1282051282vw;
    font-weight: 700;
    margin-top: 2.5641025641vw;
  }
  .contact_area input[type=text],
  .contact_area input[type=email],
  .contact_area input[type=tel],
  .contact_area select {
    padding: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .contact_area textarea {
    height: 51.2820512821vw;
    padding: 1.2820512821vw 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .contact_area_zip {
    grid-template-columns: 30.7692307692vw 30.7692307692vw;
    gap: 2.5641025641vw;
  }
  .wpcf7-radio {
    gap: 3.8461538462vw;
    margin-top: 2.5641025641vw;
  }
  .wpcf7-radio .wpcf7-list-item {
    gap: 2.5641025641vw;
  }
  .wpcf7-radio .wpcf7-list-item input {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .contact_area label {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_privacy {
    font-size: 3.0769230769vw;
    line-height: 4.8717948718vw;
    padding: 0 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
  .contact_submit {
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    border-right: 1px solid rgba(0, 78, 142, 0.3);
    border-left: 1px solid rgba(0, 78, 142, 0.3);
  }
  .contact_submit::before {
    opacity: 0.3;
  }
  .contact_submit input {
    font-size: 3.8461538462vw;
    padding: 3.5897435897vw 0;
  }
}
/* section1
***************************************************************/
.privacy {
  padding: 40px 0;
}

.privacy .inner::before,
.privacy .inner::after {
  height: calc(100% + 80px);
}

.privacy_head {
  padding: 0 30px;
  margin-top: 20px;
}

.privacy_head_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.privacy_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
}

.privacy_list {
  padding: 0 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 30px;
}

.privacy_item_title {
  color: #004E8E;
  text-align: justify;
  font-size: 24px;
  font-weight: 500;
}

.privacy_item_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
}

.privacy_item_before {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.privacy_item_before::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 13px;
  left: 4px;
}

.privacy_item .list01 {
  list-style: auto;
  list-style-position: inside;
  margin-top: 10px;
}

.privacy_date {
  margin-top: 60px;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding: 23px 20px 23px 0;
}

.privacy_date::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #005AA5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.privacy_date::after {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #005AA5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .privacy {
    padding: 10.2564102564vw 0;
  }
  .privacy_head {
    padding: 0 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
  .privacy_head_title {
    font-size: 4.6153846154vw;
    line-height: 6.6666666667vw;
  }
  .privacy_text {
    font-size: 3.8461538462vw;
    line-height: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .privacy_list {
    padding: 0 3.8461538462vw;
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .privacy_item_title {
    font-size: 4.6153846154vw;
  }
  .privacy_item_text {
    font-size: 3.8461538462vw;
    line-height: 5.641025641vw;
    margin-top: 3.5897435897vw;
  }
  .privacy_item_before {
    padding-left: 3.8461538462vw;
    font-size: 3.0769230769vw;
    line-height: 5.3846153846vw;
  }
  .privacy_item_before::before {
    width: 1.0256410256vw;
    height: 1.0256410256vw;
    top: 2.3076923077vw;
    left: 1.0256410256vw;
  }
  .privacy_item .list01 {
    list-style: auto;
    list-style-position: inside;
    margin-top: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .privacy_date {
    margin-top: 10.2564102564vw;
    font-size: 3.0769230769vw;
    line-height: 7.1794871795vw;
    padding: 3.5897435897vw 3.8461538462vw 3.5897435897vw 0;
  }
}